nnimap-related changes to avoid bugging out if we can't contact a server.
[gnus] / lisp / ChangeLog
1 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-select-newsgroup): Indent.
4
5         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6         in.
7         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8         nothing.
9
10         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11         from methods that are denied.
12
13         * gnus-int.el (gnus-method-denied-p): New function.
14
15         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
16         store the password instead of netrc.
17         (nnimap-open-connection): Don't error out when we can't make a
18         connections.
19
20         * auth-source.el (auth-source-create): In the password prompt, say what
21         we're querying for.  Also prompt for user name if that hasn't been
22         given.
23
24         * nnimap.el (nnimap-with-process-buffer): Removed.
25
26 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
29         method when we're reading from the agent.
30
31         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
32
33         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
34         that's probably most useful for users.
35
36         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
37         "failed" all the time.
38
39         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
40         ...)) with (with-current-buffer ... ).
41
42         * nntp.el (nntp-open-server): Return whether the open was successful or
43         not.
44
45         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
46         select an unread unseen article first.
47
48         * nnimap.el (nnimap-open-connection): If the user doesn't have a
49         /etc/services, supply some sensible port defaults.
50
51         * dgnushack.el: Define netrc-credentials.
52
53 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
54
55         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
56
57 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
58
59         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
60         doesn't have any parameters.
61
62 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
65         only upcased checks.
66
67         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
68
69         * nnimap.el (nnimap-open-shell-stream): New function.
70         (nnimap-open-connection): Use it.
71         (nnimap-transform-headers): Get the number of lines in each message.
72         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
73         number of lines.
74         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
75         problem.
76
77         * utf7.el (utf7-encode): Autoload.
78
79         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
80         to allow the mail splitting to not return a default group.  This is
81         useful for nnimap, which will leave unmatched mail in the inbox.
82
83         * nnimap.el: Rewritten.
84
85         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
86         nnimap usage.
87
88         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
89         if the move is internal, so that nnimap can do fast internal moves.
90
91         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
92         data.
93         (gnus-read-active-for-groups): Support finishing the early retrieval of
94         data.
95
96         * gnus-range.el (gnus-range-nconcat): New function.
97
98         * gnus-int.el (gnus-finish-retrieve-group-infos)
99         (gnus-retrieve-group-data-early): New functions.
100
101 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
104         instead of nnheader-accept-process-output.
105
106         * dgnushack.el (dgnushack-compile): Add comment.
107
108         * lpath.el: No need to fbind propertize for XEmacs 21.4.
109
110         * gnus-html.el (gnus-html-schedule-image-fetching)
111         (gnus-html-prefetch-images): Replace process-kill-without-query by
112         gnus-set-process-query-on-exit-flag.
113
114 2010-09-16  Romain Francoise  <romain@orebokech.com>
115
116         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
117
118 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-registry.el (gnus-registry-install-shortcuts): The second
121         parameter to unintern is mandatory-ish in Emacs 24.
122
123         * gnus-html.el (gnus-html-schedule-image-fetching)
124         (gnus-html-prefetch-images): Check for curl before using it.
125
126         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
127         depend on curl, which isn't essential.
128
129         * imap.el: Revert back to version
130         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
131         seem problematic.
132
133 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
134
135         * gnus-registry.el (gnus-registry-install-shortcuts):
136         Explicitly pass `obarray' to `unintern' to avoid a warning.
137
138 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
141         change.
142
143         * nnrss.el (nnrss-request-list): Removed this function and related
144         functions, including the moreover stuff.
145
146 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * nnrss.el (nnrss-retrieve-groups): New function.
149
150 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
151
152         * .dir-locals.el: Add no-byte-compile cookie.
153
154 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * time-date.el (format-seconds): Comment fix.
157
158         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
159         for back end that doesn't support request-scan.
160
161 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
164         then do request scans from the backends.
165
166         * netrc.el (netrc-credentials): New conveniency function.
167
168         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
169         avoid running a hook per line, since this takes a lot of time,
170         profiling shows.
171         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
172         directly if gnus-visual-p is true.
173
174 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
177         groups; replace mapcar with dolist which is a bit faster; pass groups
178         info to gnus-read-active-file-1.
179         (gnus-read-active-file-1): Scan only specified groups if the new
180         optional arg `infos' is given.
181
182 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
185
186         * pop3.el (pop3-movemail): Removed.
187         (pop3-streaming-movemail): Renamed to pop3-movemail.
188
189         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
190         don't restrict end-tag searches to the end of the line.
191
192 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
195         articles of every unchecked group to t, which means unknown since the
196         server has never been opened.
197
198 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus-html.el (gnus-html-show-alt-text): New command.
201         (gnus-html-browse-image): Ditto.
202         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
203         to browse the image directly.
204         (gnus-html-wash-tags): Search for images first, so that <a><img> works
205         better.
206
207         * gnus-async.el (gnus-async-article-callback): Call
208         `gnus-html-prefetch-images' unconditionally.
209
210         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
211         before feeding URLs to curl.
212
213 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
216         internal images as deletable by `W D D'.
217
218         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
219         (gnus-async-article-callback): Fix typo.
220
221 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
224         current line to work around bugs in the output from w3m.
225
226         * gnus-async.el (gnus-async-article-callback): Always prefetch images
227         for groups that want that.
228
229         * nntp.el (nntp-wait-for-string): Supply a timeout for
230         accept-process-output to ensure progress.
231
232         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
233         level to get unread articles from, then use that for foreign groups,
234         too.
235
236         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
237         confuses the rest of the function.
238
239         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
240         for the methods that support -retrieve-groups, too.
241
242         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
243
244 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
247         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
248
249         * pop3.el: Require cl when compiling.
250         (pop3-number-of-responses): Search for "+OK", not "+OK ".
251
252 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
255         that aren't going to be activated.
256         (gnus-get-unread-articles): Fix up the last commit.
257
258         * gnus-html.el (gnus-article-html): Allow calling without specifying
259         the handle.  In that case, dissect the buffer first.
260
261         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
262
263         * nnimap.el (nnimap-open-connection): Revert the change that would look
264         into authinfo for imaps instead of imap.
265
266         * gnus-start.el (gnus-activate-group): Take an optional parameter to
267         say that you don't want to call gnus-request-group with don-check, but
268         do check the reponse.  This is for virtual groups only.
269         (gnus-get-unread-articles): Count the archive groups as secondary, so
270         that they're activated the same way as before.
271
272         * imap.el (imap-message-map): Removed optional buffer parameter, since
273         no callers use it.
274         (imap-message-get): Ditto.
275         (imap-message-put): Ditto.
276         (imap-mailbox-map): Ditto.
277         (imap-mailbox-put): Ditto.
278         (imap-mailbox-get): Ditto.
279         (imap-mailbox-get): Revert last change for this function.
280
281         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
282         case-insensitively.
283         (nnimap-debug): Removed.
284
285         * imap.el (imap-fetch-safe): Removed function, and altered all callers
286         to use `imap-fetch' instead.  According to the comments, this should be
287         safe, since all other IMAP clients use the 1:* syntax.
288         (imap-enable-exchange-bug-workaround): Removed.
289         (imap-debug): Removed -- doesn't seem very useful.
290
291         * mail-source.el (mail-source-fetch): Don't message if we're fetching
292         mail from a file, and the file doesn't exist.
293
294         * imap.el (imap-log): New convenience function used throughout instead
295         of repeating the same code all over the place.
296
297         * pop3.el (pop3-streaming-movemail): Return t for success.
298
299         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
300         .authinfo if we're using ssl connection.
301
302         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
303         already have if we're in a main Gnus `g' run.
304
305         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
306
307 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
310
311         * nnmh.el (nnmh-request-list-1): Bind `file'.
312
313         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
314         alias to set-process-query-on-exit-flag or process-kill-without-query.
315         (pop3-open-server): Use it.
316
317 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * mail-source.el (mail-source-delete-crash-box): Always move the crash
320         box to the Incoming file.  Fixes mistake in previous checkin.
321
322         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
323         request loop (for debugging purposes) removed.
324
325         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
326         culprit is more visible.
327         (nnml-save-incremental-nov, nnml-open-incremental-nov)
328         (nnml-add-incremental-nov): New functions to do "incremental" nov
329         updates, where we just append to the end of the existing nov files
330         without reading/writing them in full.
331
332         * mail-source.el (mail-source-delete-crash-box): Really only check the
333         incoming files once in a while.
334
335         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
336
337         * mail-source.el (mail-source-delete-crash-box): Only check the
338         incoming files for deletion once per day to save a lot of file
339         accesses.
340
341         * pop3.el (pop3-logon): Fix up unbound variable typo.
342
343         * mail-source.el (pop3-streaming-movemail): Autoload.
344
345         * pop3.el (pop3-streaming-movemail): Respect
346         pop3-leave-mail-on-server.
347
348         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
349         retrieval.
350
351         * pop3.el (pop3-process-filter): Removed unused function.
352         (pop3-streaming-movemail, pop3-send-streaming-command)
353         (pop3-wait-for-messages, pop3-write-to-file)
354         (pop3-number-of-responses): New functions for streaming pop3
355         retrieval.
356
357         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
358         come from no known methods.
359         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
360         list.
361
362         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
363         message sizes.
364         (pop3-movemail): Use erase-buffer instead of looping and deleting
365         regions, which seems rather odd.
366
367         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
368         file once per `g' run.
369
370         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
371         directories.  This makes the draft queue directory work.
372
373         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
374         data from the backends, so that we only request the list of groups from
375         each method once.  This should speed things up considerably.
376
377         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
378         detect that it's not implemented.
379
380         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
381         we actually do recurse down into the tree, but don't stat all leaf
382         nodes.
383
384         * gnus-html.el (gnus-html-show-images): If there are no images to show,
385         then say so instead of bugging out.
386
387         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
388         files exist before trying to read them.
389
390         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
391         around <pre_int>.
392
393         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
394
395         * nnmh.el (nnmh-request-list-1): Optimize for speed.
396
397 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * mm-util.el (mm-image-load-path): Just return the image directories,
400         not all directories in the path in addition to the image directories.
401         (mm-image-load-path): Maintain a cache of the image directories so that
402         the `g' command in Gnus doesn't have to stat dozens of directories each
403         time.
404
405         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
406         (gnus-html-wash-tags): Add a new `i' command to insert images.
407         (gnus-html-insert-image): New command and keystroke.
408         (gnus-html-redisplay-with-images): New command and keystroke.
409         (gnus-html-show-images): Renamed command.
410         (gnus-html-wash-tags): Remove more white space before <pre_int> image
411         spacers.
412         (gnus-html-wash-tags): Decode entities at the end, so that entities
413         inside the tags don't mess up the rest of the "parsing".
414
415         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
416         so that nnimap methods aren't agentized by default.  There's apparently
417         many problems related to agent/imap behaviour.
418
419         * gnus-art.el (gnus-article-copy-string): New command and key binding.
420
421         * gnus-html.el: Doc fix.
422
423 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
426         specifier-spec-list for Emacs 21.
427
428         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
429         glyph-width and glyph-height instead of display-graphic-p and
430         image-size; make avoidance of displaying small images work for XEmacs.
431
432         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
433         for XEmacs.
434
435         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
436         of symbol that holds plist data.
437         (gnus-process-plist): Remove plist of process after getting it.
438
439 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * message.el (message-generate-hashcash): Change default to
442         'opportunistic if hashcash is installed.
443
444         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
445         (gnus-html-put-image): Only call image-size once, since it's somewhat
446         time-consuming on remote X servers.
447
448 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
451         type on data, not a file name.
452
453         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
454         window-pixel-edges for Emacs 21.
455
456         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
457         decoded contents.
458         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
459
460 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
463         group line format, since it isn't very interesting.
464
465         * gnus-agent.el (gnus-agent-short-article),
466         (gnus-agent-long-article): Increase values for these two variables,
467         since most people are likely to have more network connection and
468         storage than before.
469
470         * gnus.el (gnus-refer-article-method): Change default to 'current.
471         When referring an article, the common behaviour is to refer it from the
472         current select method, not the native select method.  The chances of
473         the native select method having the message in question is rather slim
474         these days.
475
476         * gnus-sum.el (gnus-auto-select-subject): Change default to
477         `unseen-or-unread'.  I think it's likely that most people want to
478         select an unseen article over a previously seen, but unread one.
479
480         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
481         means that in the article buffer none of the minor mode elements will
482         be shown, usually, and this is not desirable in most cases.
483
484         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
485         that commands like `d' (and the like) go to the next line in the
486         buffer, instead of the next unread article.  I think this is the
487         behaviour that is most natural for most users.
488         (gnus-single-article-buffer): Change default to nil, so that people can
489         have as many article buffers open as they have summary buffer.  I think
490         this is the most natural way for the groups to behave.
491
492         * message.el (message-generate-new-buffers): Change default to
493         `unsent', so that all new message buffers start their names with the
494         string "*unsent", and it's easier to find the buffers if you move from
495         them.
496
497 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
500         small. They're probably tracking images.
501         (gnus-html-wash-tags): Remove all <pre_int> place holders.
502         (gnus-html-rescale-image): Yet another try at getting the image sizing
503         right.
504
505         * nntp.el (nntp-request-set-mark): Refuse to do marks if
506         nntp-marks-file-name is nil.
507
508 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
509
510         * gnus-html.el (gnus-html-wash-tags)
511         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
512         Better logging.
513
514 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
517
518         * gnus-html.el (gnus-html-wash-tags): Check the value of
519         gnus-blocked-images in the summary buffer.
520
521 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
522
523         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
524
525 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
528         like "a", it seems like.
529         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
530         since it needs to be picked from the correct buffer.
531
532         * nnwfm.el: Removed.
533
534         * nnlistserv.el: Removed.
535
536 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
537
538         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
539         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
540
541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * nnkiboze.el: Removed.
544
545         * nndb.el: Removed.
546
547         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
548         alt text.
549         (gnus-html-rescale-image): Try to get the rescaling logic right for
550         images that are just wide and not tall.
551
552         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
553         overshadow variable bindings.
554
555 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
556
557         * gnus-html.el (gnus-html-wash-tags)
558         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
559         extra logging.
560
561 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
564         (gnus-max-image-proportion): New variable.
565         (gnus-html-rescale-image): New function.
566         (gnus-html-put-image): Rescale images.
567
568 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
569
570         Fix up some byte-compiler warnings.
571         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
572         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
573         (gnus-article-fill-cited-article, gnus-article-hide-citation)
574         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
575         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
576         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
577         (gnus-group-update-group): Use save-excursion and with-current-buffer.
578
579 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-html.el (gnus-article-html): Decode contents by charset.
582
583 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
586         (gnus-html-frame-width, gnus-blocked-images)
587         * message.el (message-prune-recipient-rules): Add custom version.
588         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
589
590         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
591         functions.
592
593         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
594         gnus-process-get.
595
596 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
597
598         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
599         instead of lsub directly.
600
601 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602
603         * nnwarchive.el: Removed.
604
605         * gnus-soup.el: Removed.
606
607         * nnsoup.el: Removed.
608
609         * nnultimate.el: Removed.
610
611         * gnus-html.el (gnus-blocked-images): New variable.
612
613         * message.el (message-prune-recipients): New function.
614         (message-prune-recipient-rules): New variable.
615
616         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
617         guess whether a long line is natural text or not.
618
619         * gnus-html.el (gnus-html-schedule-image-fetching): Use
620         gnus-process-plist and friends for compatibility.
621
622 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
623
624         * gnus-html.el: Require packages that define macros used in this file.
625         (gnus-article-mouse-face): Declare to silence byte-compiler.
626         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
627         process-get.
628         (gnus-html-put-image): Use plist-get to avoid getf.
629         (gnus-html-prefetch-images): Use with-current-buffer.
630
631 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * gnus-ems.el: Provide compatibility functions for
634         gnus-set-process-plist.
635
636         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
637         header-line-format for XEmacs 21.4.
638
639         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
640         * gnus.el (gnus-valid-select-methods)
641         * message.el (message-send-mail-partially-limit)
642         * mm-decode.el (mm-text-html-renderer)
643         * mml.el (mml-insert-mime-headers-always)
644         * smiley.el (smiley-regexp-alist): Bump custom version.
645
646 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-html.el: require mm-url.
649         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
650         with the url to `url'.
651         (gnus-html-wash-tags): Support cid: URLs/images.
652
653 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
656         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
657         bindings, as they aren't useful at all. `w' is moved to `W w'.
658
659         * gnus-move.el: Removed file, since it doesn't really work.
660
661         * gnus-html.el (gnus-article-html): Tell w3m that the input is
662         UTF-8. This seems to fix problems with some German web feeds.
663
664         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
665         at the top so that the proper colours are applied.
666
667         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
668         don't have dots in their names.
669
670         * gnus-art.el (gnus-article-view-part): Doc fix.
671
672         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
673         XEmacs-compatible.
674         (gnus-html-put-image): Don't do images on non-graphic displays.
675
676         * nnslashdot.el: Removed this unused backend.
677
678         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
679         actions.
680         (gnus-undo-register-1): Revert last change.
681
682         * gnus-group.el (gnus-group-completing-read): Protect against not
683         having completion-styles bound.
684
685         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
686         make broken recipients happier.
687
688         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
689
690         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
691         point parameter.
692
693         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
694
695         * gnus-group.el (gnus-group-completing-read): Add 'substring to
696         completion-styles for group selection.
697
698 2009-02-04  Andreas Schwab  <schwab@suse.de>
699
700         * gnus-score.el (gnus-score-string): Fix regex for matching extra
701         headers and regexp-quote the match if necessary.
702
703 2009-03-24  Miles Bader  <miles@gnu.org>
704
705         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
706         the blinking smiley.
707
708 2009-03-24  Simon Josefsson  <simon@josefsson.org>
709
710         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
711         blink smiley.
712
713 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
716         where the dribbel file lives exists.
717
718         * message.el (message-send-mail-partially-limit): Change the default to
719         nil, since most people don't want this.
720
721         * mm-url.el (mm-url-decode-entities): Also decode entities like
722         &#x3212.
723
724 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
725
726         * gnus-sum.el (gnus-summary-idna-message):
727         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
728         Hyperlink urls in docstrings with URL `...'.
729
730 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
731
732         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
733         functions.
734
735 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
738         say what the mouseover text should be.
739
740         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
741         version of the mm-w3m-safe-url-regexp variable to only download images
742         in the groups where we want that to happen.
743
744         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
745
746         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
747         easier debugging.
748         (gnus-article-beginning-of-window): Add kludge to allow spacing past
749         big pictures in the article buffer.
750
751         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
752         gnus-article-html.
753         (mm-text-html-renderer): gnus-article-html needs curl in addition to
754         w3m.
755
756         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
757
758 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
761         which doesn't exist.
762
763         * message.el (message-inhibit-ecomplete): New variable to allow some
764         function to inhibit ecomplete address storage.
765         (message-resend): Disable ecomplete message storage when resending
766         messages.
767
768         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
769
770 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
773         Save excursion while copying, moving, and deleting articles in order to
774         prevent the cursor from jumping to unforeseen place.
775
776 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * lpath.el: No need to bind bookmark-current-buffer,
779         bookmark-yank-point and bookmark-make-record-function.
780
781 2010-08-17  Glenn Morris  <rgm@gnu.org>
782
783         * gnus-sync.el: Require gnus components whose functions are used.
784
785         * gnus-art.el (bookmark-make-record-function):
786         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
787         Declare for compiler.
788
789         * mm-url.el (mml-compute-boundary): Autoload.
790
791 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
794
795 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
796
797         Typo fix "hoo4a" -> "hook".
798
799         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
800
801 2010-08-14  Glenn Morris  <rgm@gnu.org>
802
803         * gnus-sync.el (gnus-sync): Fix defgroup version.
804
805 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
806
807         Doc fixes and keep unknown groups (ammended for nunion bug fix).
808
809         * gnus-sync.el: Fix docs.
810         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
811         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
812
813 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
814
815         Optimizations for gnus-sync.el.
816
817         * gnus-sync.el: Add docs about gnus-sync-backend
818         possibilities.
819         (gnus-sync-save): Remove unnecessary message.
820         (gnus-sync-read): Optimize and show what groups were skipped.
821
822 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
823
824         Minor bug fixes for gnus-sync.el.
825
826         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
827         read the sync on get-new-news.
828
829         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
830         quiet.
831
832         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
833
834 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
835
836         Make saving and restoring of hidden threads work with overlays.
837         Patch applied by Ted Zlatanov.
838
839         * gnus-sum.el (gnus-hidden-threads-configuration)
840         (gnus-restore-hidden-threads-configuration): Update to deal with text
841         properties, rather than searching for a magic character.
842
843 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
844
845         New gnus-sync.el library for synchronization of marks.
846
847         * gnus-sync.el: New library for synchronization of marks.
848
849         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
850         renamed from `gnus-registry-grep-in-list'.
851
852         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
853
854         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
855
856 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
859         determining charset of text fails.
860
861 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * nnmail.el (nnmail-get-new-mail-1): Revert.
864
865         * nnml.el (nnml-active-number): Make sure names of newly created groups
866         in nnml-group-alist are encoded.
867
868 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
871         containing non-ASCII characters in active file for nnml back end.
872
873 2010-07-24  David Engster  <dengste@eml.cc>
874
875         * mml-smime.el (mml-smime-epg-verify): Also accept the older
876         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
877
878 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
879
880         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
881         tag (Bug#6654).
882
883 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
886         the article buffer, not the summary buffer.
887
888 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
891         Emacs 23 as well.
892
893 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
896         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
897
898 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
899
900         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
901         Patch applied by Karl Fogel.
902
903         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
904         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
905
906 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
907
908         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
909         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
910         C-w still not working correctly from Article buffers; Thierry's
911         patch to fix that will be applied after this.
912
913         * gnus-art.el (bookmark-make-record-function): New local variable.
914
915         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
916         article buffer.
917         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
918
919 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
920
921         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
922         on changes in bookmark.el.
923
924 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
927         `no-log' instead of message not to log prompt string.
928
929 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
930
931         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
932         the *other* type of HTML form submission.
933
934 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
935
936         * auth-source.el (auth-source-pick): If choice does not contain a
937         questioned keyword, set the check to t.
938
939 2010-06-12  Romain Francoise  <romain@orebokech.com>
940
941         * gnus-util.el (gnus-date-get-time): Move up before first use.
942
943 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
946         (gnus-article-edit-part): Bind it to make last part that is substituted
947         or deleted visible.
948         (gnus-mime-display-single): Buttonize part of which id equals to
949         gnus-mime-buttonized-part-id.
950
951 2010-06-10  Dan Christensen  <jdc@uwo.ca>
952
953         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
954         (gnus-dd-mmm): Use gnus-date-get-time.
955         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
956         simplify logic.
957         (gnus-summary-limit-to-age): Use gnus-date-get-time.
958         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
959
960 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
961
962         * auth-source.el (top): Autoload `secrets-list-collections',
963         `secrets-create-item', `secrets-delete-item'.
964         (auth-sources): Fix tag string.
965         (auth-get-source, auth-source-retrieve, auth-source-create)
966         (auth-source-delete): New defuns.
967         (auth-source-pick): Rewrite in order to avoid 2 passes.
968         (auth-source-forget-user-or-password): New parameter USERNAME.
969         (auth-source-user-or-password): New parameters CREATE-MISSING and
970         DELETE-EXISTING.  Retrieve password interactively, if needed.
971
972 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
973
974         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
975         deleting unused directories when gnus-expert-user is t.
976
977 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
980         for each temp file when gnus-article-browse-delete-temp is ask.
981
982 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
983
984         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
985         Lisp calls to delete-backward-char by calls to delete-char.
986
987 2010-05-20  Kevin Ryde  <user42@zip.com.au>
988
989         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
990
991 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
992
993         * password-cache.el (password-cache-remove): Fix docstring.
994
995 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
998         article unless decoding article to be saved.
999
1000 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1003         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1004         generated within the mm-with-unibyte-current-buffer macro.
1005
1006 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1009         to nil when we're in a mml-preview buffer and no group is selected.
1010
1011 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1012
1013         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1014         when catching the `C-g'.  Reported by "Leo".
1015
1016 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * message.el (message-forward-make-body-plain)
1019         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1020         multibyte-string-p.
1021
1022         * lpath.el: Revert.
1023
1024 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * message.el (message-forward-make-body-mml): Assume original message
1027         is multibyte string; error on unibyte.
1028         (message-forward-make-body-plain): Ditto; don't add excessive newline
1029         in body end.
1030
1031         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1032
1033 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1034
1035         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1036         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1037
1038 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * mm-extern.el (mm-extern-url): Don't use
1041         mm-with-unibyte-current-buffer.
1042         (mm-extern-cache-contents): Use with-current-buffer instead of
1043         save-excursion + set-buffer.
1044
1045 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * mm-util.el (mm-emacs-mule): Remove.
1048
1049 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1050
1051         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1052         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1053         change.
1054
1055 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1058         bind the default value of enable-multibyte-characters to nil.
1059
1060 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * message.el (message-forward-make-body-plain)
1063         (message-forward-make-body-mml):
1064         Don't use mm-with-unibyte-current-buffer.
1065
1066 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1067
1068         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1069
1070 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1071
1072         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1073         (Bug#5592).
1074
1075 2010-05-07  Julien Danjou  <julien@danjou.info>
1076
1077         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1078         it to mm-pipe-part.
1079
1080         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1081         it is given.
1082
1083 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * binhex.el (binhex-decode-region-internal)
1086         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1087         (dns-query)
1088         * nnweb.el (nnweb-gmane-search)
1089         * pgg-parse.el (pgg-parse-armor)
1090         * pgg.el (pgg-verify-region)
1091         * sha1.el (sha1-string-external)
1092         * uudecode.el (uudecode-decode-region-internal)
1093         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1094         XEmacs.
1095
1096         * gnus-art.el (gnus-article-browse-html-parts)
1097         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1098         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1099         make-temp-file.
1100
1101         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1102         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1103         compiling.
1104
1105         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1106         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1107         XEmacs when compiling.
1108
1109         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1110         gnus-pick-mode-off-hook for XEmacs when compiling.
1111         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1112         gnus-binary-mode-off-hook for XEmacs when compiling.
1113
1114         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1115         nil if char-charset is not available.
1116
1117         * imap.el (imap-disable-multibyte)
1118         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1119         macros.
1120
1121         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1122         instead of encode-coding-string.
1123
1124         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1125         'xemacs) instead of mm-emacs-mule to switch function definitions.
1126         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1127
1128         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1129         bind temporary-file-directory for XEmacs;
1130         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1131         timer-set-function for XEmacs 21.4 and SXEmacs;
1132         bind timer-list for XEmacs 21.4 and SXEmacs;
1133         fbind char-charset and find-charset-region for non-Mule XEmacs;
1134         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1135         encode-coding-region and encode-coding-string for XEmacs having no
1136         file-coding feature.
1137
1138 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1139
1140         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1141
1142 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1145         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1146
1147 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1148
1149         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1150         alias `jka-compr-delete-temp-file' no longer exists.
1151
1152 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1153
1154         Use define-minor-mode in Gnus where applicable.
1155         * mml.el (mml-mode): Use define-minor-mode.
1156         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1157         (gnus-undo-mode): Use define-minor-mode.
1158         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1159         (gnus-dead-summary-mode): Use define-minor-mode.
1160         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1161         Initialize in declaration.
1162         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1163         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1164         (gnus-mailing-list-mode): Use define-minor-mode.
1165         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1166         (gnus-draft-mode): Use define-minor-mode.
1167         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1168         (gnus-dired-mode): Use define-minor-mode.
1169
1170 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1171
1172         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1173         handles on recursive mml-to-mime translation and check them for
1174         boundary delimiter collisions.  Reported by Greg Troxel.
1175
1176 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1179
1180 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1181
1182         * mm-util.el (mm-find-buffer-file-coding-system):
1183         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1184
1185 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1186
1187         * message.el (message-generate-headers): Record insertion of optional
1188         headers as well.  Otherwise the check to prevent repeated insertion of
1189         optional headers is a no-op.
1190
1191 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1192
1193         * smime.el: Don't mention CVS.
1194
1195         * nnrss.el (nnrss-fetch): Don't mention CVS.
1196
1197         * nnir.el: Don't mention CVS.
1198
1199 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1200
1201         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1202
1203 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * lpath.el: Fbind bookmark-default-handler,
1206         bookmark-get-bookmark-record, bookmark-make-record-default,
1207         bookmark-prop-get for Emacs <23 and XEmacs.
1208
1209 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1210
1211         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1212         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1213         Use with-current-buffer to silence the byte-compiler.
1214         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1215         bother to require `gnus'.
1216         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1217
1218 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1219
1220         * gnus-sum.el (gnus-summary-bookmark-make-record)
1221         (gnus-summary-bookmark-jump): New functions.
1222         (gnus-summary-mode): Setup bookmark support.
1223
1224 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1225
1226         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1227         if set.
1228
1229 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1232         gnus-article-browse-html-save-cid-image; make it work recursively for
1233         forwarded messages as well.
1234         (gnus-article-browse-html-parts): Work when prefix arg is given.
1235         (gnus-article-browse-html-article): Doc fix.
1236
1237 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1238
1239         * message.el (message-default-mail-headers):
1240         (message-default-headers): Carry the value mail-default-headers over
1241         into message-default-mail-headers, rather than message-default-headers.
1242
1243 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1244
1245         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1246         charset.
1247
1248         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1249         charset into the <meta> tag when the article is encoded to utf-8.
1250
1251 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1254         directories as well.
1255         (gnus-article-browse-html-parts): Work for images that do not specify
1256         file names; delete temp directory when quitting; insert header at the
1257         right place; use file: scheme for image files.
1258
1259 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1260
1261         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1262         (gnus-article-browse-html-parts): Use it to make temporary cid image
1263         files in addition to html file so that browser may display them.
1264
1265 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1268
1269 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1270
1271         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1272
1273 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1274
1275         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1276         about Secret Service API sources.  Improve Customize options.
1277         (auth-source-pick): Change to accept any number of search parameters.
1278         Implement fallbacks iteratively, not recursively.  Add scoring on the
1279         second pass and sort by score.  Call Secret Service API when needed.
1280         (auth-source-user-or-password): Use it.  Call Secret Service API
1281         directly when needed to get the user name and the password.
1282
1283 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1284
1285         * message.el (message-interactive): Doc fix.
1286         (message-qmail-inject-args): Reflow.
1287         (message-kill-to-signature): Fix typo in docstring.
1288
1289         * smiley.el (smiley-buffer): Fix typo in docstring.
1290
1291 2010-03-24  Glenn Morris  <rgm@gnu.org>
1292
1293         * mail-source.el (gnus-message): Declare.
1294         (mail-source-delete-old-incoming): Require gnus-util.
1295
1296 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1299
1300         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1301
1302         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1303         password-cache's default if it is not bound.
1304         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1305         password-cache-expiry's default if it is not bound.
1306
1307         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1308         available in Emacs 21.
1309
1310         * lpath.el: Suppress compiler warnings for:
1311         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1312         XEmacs;
1313         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1314         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1315         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1316
1317 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1318
1319         * auth-source.el (auth-sources): Fix up definition so extra parameters
1320         are always inline.
1321
1322 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1323
1324         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1325         wasn't updated after mismatch.  Clear cached mailbox info correctly
1326         when uidvalidity changes.
1327         (nnimap-group-prefixed-name): New function to avoid some code
1328         duplication.
1329         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1330         (nnimap-request-group): Use it.
1331         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1332         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1333         with many imap folders.  This is done by caching the group status from
1334         the imap server persistently in a group parameter `imap-status'.  (This
1335         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1336         but not persistently, so every Gnus startup was still very slow.)
1337
1338 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1339
1340         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1341         delete the extra newline.  Otherwise editing of :string and :number
1342         types don't work.
1343
1344 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1345
1346         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1347         secrets.el dependency.
1348         (auth-sources): Add optional user name.  Add secrets.el configuration
1349         choice (unused right now).
1350
1351 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1352
1353         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1354         `gnus-registry-install-shortcuts' fill in the functions.
1355
1356         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1357         warnings.
1358         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1359         (gnus-registry-install-shortcuts): Populate and use it in a
1360         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1361
1362 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1363
1364         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1365         In-place substitutions for the group name encoding/decoding.
1366         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1367         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1368         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1369         (nnimap-update-unseen, nnimap-request-list)
1370         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1371         (nnimap-request-set-mark, nnimap-split-to-groups)
1372         (nnimap-split-articles, nnimap-request-newgroups)
1373         (nnimap-request-create-group, nnimap-request-accept-article)
1374         (nnimap-request-delete-group, nnimap-request-rename-group)
1375         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1376         `encoded-mbx' for consistency.
1377         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1378         variable `imap-current-mailbox'.
1379
1380         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1381         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1382
1383 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1384
1385         * pop3.el (pop3-display-message-size-flag): Display message size byte
1386         counts during POP3 download.
1387         (pop3-movemail): Use it.
1388         (pop3-list): Implement listing of available messages.
1389
1390 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1391
1392         * nnir.el (nnir-get-article-nov-override-function): New function to
1393         override the normal NOV retrieval.
1394         (nnir-retrieve-headers): Use it.
1395
1396 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1397
1398         * auth-source.el (netrc-machine-user-or-password): Autoload.
1399
1400 2010-03-19  Glenn Morris  <rgm@gnu.org>
1401
1402         Stop message.el from loading about 40 libraries it doesn't always need.
1403         The general approach is to autoload rather than require, and to
1404         require in the specific functions rather than the file.  (Bug#5642)
1405
1406         * gmm-utils.el: Don't require wid-edit.
1407         (widget-create-child-value, widget-convert, widget-default-get):
1408         Autoload.
1409
1410         * gnus-util.el: Don't require time-date, netrc.
1411         (message-fetch-field, gnus-group-name-decode): Declare rather than
1412         autoloading.
1413         (gnus-fetch-field): Require message.
1414         (gnus-decode-newsgroups): Require gnus-group.
1415
1416         * ietf-drums.el: Don't require time-date.
1417
1418         * message.el: Don't require hashcash, canlock, ecomplete.
1419         Do require mail-utils.  Require nnheader only when compiling.
1420         (smtpmail-default-smtp-server): Remove declaration.
1421         (message-send-mail-function): Check smtpmail-default-smtp-server
1422         is bound rather than requiring smtpmail.
1423         (message-auto-save-directory, message-insert-signature): Use
1424         expand-file-name rather than nnheader-concat.
1425         (nnheader-insert-file-contents): Autoload.
1426         (hashcash-wait-async): Declare.
1427         (message-send-mail): Only call gnus-setup-posting-charset if
1428         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1429         (message-send-mail-with-sendmail): Require sendmail.
1430         (canlock-password, canlock-password-for-verify): Declare.
1431         (message-canlock-password): Require canlock.
1432         (nnheader-get-report): Autoload.
1433         (gnus-setup-posting-charset): Declare.
1434         (message-send-news): Require gnus-msg.
1435         (message-make-references, message-make-in-reply-to): Use mail-header-id
1436         rather than the alias mail-header-message-id.
1437         (ecomplete-add-item, ecomplete-save): Declare.
1438         (message-put-addresses-in-ecomplete): Require ecomplete.
1439         (ecomplete-display-matches): Autoload.
1440
1441         * mm-decode.el: Don't require mailcap, gnus-util.
1442         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1443         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1444         Autoload.
1445         (mailcap-mime-extensions): Declare.
1446
1447         * mm-encode.el: Don't require mailcap.
1448         (mailcap-extension-to-mime): Autoload.
1449
1450         * mml-sec.el: Don't require password-cache.
1451
1452         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1453         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1454         (mml-minibuffer-read-type): Require mailcap.
1455         (mml-preview): Require gnus-msg.
1456
1457         * mml1991.el: Require password-cache.
1458         (password-cache-expiry): Remove declaration.
1459
1460         * mml2015.el: Require password-cache.
1461         (password-cache-expiry): Remove declaration.
1462
1463         * nneething.el (mailcap): Require mailcap.
1464
1465         * nnheader.el (declare-function): Add compatibility stub.
1466         (message-remove-header): Declare rather than autoload.
1467         (nnheader-replace-header): Require message.
1468
1469         * nnimap.el (declare-function): Add compatibility stub.
1470         (netrc-parse, netrc-machine-user-or-password): Declare.
1471         (nnimap-open-connection): Require netrc.
1472
1473         * nntp.el (declare-function): Add compatibility stub.
1474         (netrc-parse, netrc-machine, netrc-get): Declare.
1475         (nntp-send-authinfo): Require netrc.
1476
1477         * rfc2047.el: Don't require qp.
1478         (quoted-printable-encode-region, quoted-printable-decode-string):
1479         Autoload.
1480
1481         * sieve-mode.el: Don't require easymenu.
1482         (easy-menu-add-item): Autoload it.
1483
1484         * spam-stat.el (time-to-number-of-days): Autoload it.
1485
1486 2010-03-19  Glenn Morris  <rgm@gnu.org>
1487
1488         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1489
1490 2010-03-18  Glenn Morris  <rgm@gnu.org>
1491
1492         * hashcash.el (declare-function): Remove duplicate definition.
1493
1494 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1495
1496         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1497         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1498         value if any backslash escapes).
1499
1500 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1503         if it is available.  (bug#5647)
1504
1505         * lpath.el: Suppress compiler warning for coding-system-from-name for
1506         Emacs 21 and XEmacs.
1507
1508 2010-03-14  Juri Linkov  <juri@jurta.org>
1509
1510         * hmac-def.el:
1511         * hmac-md5.el:
1512         * netrc.el: Fix keywords.
1513
1514 2010-02-26  Glenn Morris  <rgm@gnu.org>
1515
1516         * message.el (message-send-mail-function): Change the default, so that
1517         it inherits from a customized send-mail-function.  (Bug#5643)
1518
1519 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1520
1521         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1522         shell-command-to-string signals an error (bug#5299).
1523
1524 2010-02-24  Glenn Morris  <rgm@gnu.org>
1525
1526         * message.el (message-smtpmail-send-it)
1527         (message-send-mail-with-mailclient): Doc fixes.
1528
1529 2010-02-16  Glenn Morris  <rgm@gnu.org>
1530
1531         * message.el (message-default-mail-headers): Change the default value
1532         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1533
1534 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1537         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1538
1539 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1540
1541         * time-date.el (date-to-time): Doc fix (Bug#5408).
1542
1543 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1544
1545         * message.el (message-mail): Just pass yank-action on to message-setup.
1546         (message-setup): Handle (FUN . ARGS) form of yank-action.
1547         (message-with-reply-buffer, message-widen-reply)
1548         (message-yank-original): Handle non-buffer values of
1549         message-reply-buffer (Bug#4080).
1550         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1551
1552 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1553
1554         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1555         Fix typo in docstring.
1556
1557 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1558
1559         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1560         response.
1561
1562 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1565
1566         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1567
1568         * message.el (message-check-news-header-syntax): Protect against a
1569         string that `rfc822-addresses' returns when parsing fails.
1570
1571 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1574         (gnus-previous-char-property-change): New functions.
1575
1576         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1577
1578 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1579
1580         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1581         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1582
1583 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1584
1585         * message.el (message-exchange-point-and-mark): Rework last change to
1586         avoid using optional arg of exchange-point-and-mark, for backward
1587         compatibility.
1588
1589 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1590
1591         * message.el (message-exchange-point-and-mark): Call
1592         exchange-point-and-mark with an argument rather than setting
1593         mark-active by hand (Bug#5175).
1594
1595 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * nntp.el (nntp-service-to-port): Work for service expressed with
1598         numeric string; replace [:digit:] with [0-9] for XEmacs.
1599
1600 2009-12-17  Glenn Morris  <rgm@gnu.org>
1601
1602         * gnus-group.el (gnus-bug-group-download-format-alist):
1603         Change emacs entry to debbugs.gnu.org.  Bump :version.
1604
1605 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1608
1609 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1610
1611         * message.el (message-info): Explain why we use `Info-goto-node'.
1612
1613 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1616
1617 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1618
1619         * message.el (message-completion-in-region): New compatibility function.
1620         (message-expand-group): Use it.
1621
1622 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1625         with no unread article should be listed if the 2nd arg `predicate' is
1626         given.
1627
1628 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1631
1632 2009-11-29  Juri Linkov  <juri@jurta.org>
1633
1634         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1635         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1636         on `gnus-recenter'. (Bug#4698, Bug#4981)
1637
1638 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1639
1640         * sha1.el (sha1-string-external): default-directory "/" in case
1641         otherwise non-existent.  process-connection-type pipe for touch of
1642         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1643
1644 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1645
1646         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1647         it's comms related and sgml-mode.el has "comm" on that basis too.
1648
1649 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1652         containing tspecial characters if they have been already quoted.
1653
1654 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1655
1656         * dns-mode.el (auto-mode-alist): Purecopy string.
1657
1658 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1659
1660         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1661
1662 2009-10-24  Glenn Morris  <rgm@gnu.org>
1663
1664         * gnus-art.el (help-xref-stack-item): Define for compiler.
1665
1666 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1667
1668         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1669
1670 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1673
1674 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1677         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1678
1679 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1682         (gnus-overlays-in): New alias to overlays-in.
1683
1684         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1685         gnus-overlay-get, and gnus-delete-overlay.
1686         (gnus-summary-show-thread): Make it work as well for systems in which
1687         next-single-char-property-change is not available.
1688         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1689
1690         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1691         (gnus-overlay-get): New alias to extent-property.
1692         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1693
1694         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1695         SXEmacs.
1696
1697         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1698         SXEmacs.
1699
1700 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1701
1702         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1703
1704 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1705
1706         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1707         and XEmacs that don't have `remove-overlays'.
1708
1709 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1710
1711         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1712         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1713         selective display.  Use overlays instead.
1714
1715 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1716
1717         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1718
1719 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1720
1721         * spam-stat.el (spam-stat-load): Fix typo in message.
1722
1723 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1724
1725         * dig.el (dig-invoke): Fix typo in docstring.
1726         (query-dig): Reflow docstring.
1727
1728 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1729
1730         * gnus-art.el (gnus-article-encrypt-body):
1731         * message.el (message-check-recipients):
1732         * mm-util.el (mm-codepage-setup):
1733         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1734         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1735
1736 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1737
1738         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1739         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1740         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1741         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1742         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1743
1744 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1745
1746         * dig.el: Add "Keywords: comm", as per net-utils.el.
1747
1748 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1749
1750         * dig.el (dig-mode): Use define-derived-mode.
1751
1752 2009-09-19  Glenn Morris  <rgm@gnu.org>
1753
1754         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1755
1756 2009-09-18  Glenn Morris  <rgm@gnu.org>
1757
1758         * gnus-diary.el (gnus-diary-check-message):
1759         * message.el (message-insert-formatted-citation-line):
1760         * nnbabyl.el (top-level):
1761         * nndiary.el (nndiary-schedule):
1762         Fix typos in condition-case handlers.
1763
1764 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1767         configuration that provides the sole article window in a frame;
1768         position point correctly after deleting a part.
1769
1770 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1771
1772         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1773         (spam-resolve-registrations-routine): Use it to unregister articles
1774         that change status.
1775
1776 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1779         with XEmacs.
1780         (parse-time-string-chars): Use it.
1781
1782 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1783
1784         * imap.el (imap-interactive-login): Better messages.
1785         (imap-open): Fix bug with renamed buffer on reconnect.
1786         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1787         for easier debugging and cleaner code.  On successful (guessed based on
1788         server capabilities) secondary authentication, set imap-state
1789         correctly.
1790         (imap-last-authenticator): Define imap-last-authenticator as a variable
1791         to avoid warnings.
1792
1793 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * nnrss.el (nnrss-request-article): Remove binding of
1796         default-enable-multibyte-characters that has gotten needless by
1797         the 2007-07-13 change in rfc2047-encode-message-header.
1798
1799         * mml.el (mml-insert-multipart): Error on the message header.
1800         (mml-insert-part): Error on the message header; position point at
1801         the end of a MIME tag.
1802
1803 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * time-date.el (autoload): Expand define-obsolete-function-alias into
1806         defalias and make-obsolete for old Emacsen that Gnus supports.
1807         (with-no-warnings): Define it for old Emacsen.
1808         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1809         is available.
1810         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1811         float-time is available; suppress compile warning for time-to-seconds.
1812
1813         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1814         (gnus-float-time): Alias to float-time if it exists.
1815
1816         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1817         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1818         float-time is available; suppress compile warning for time-to-seconds.
1819
1820         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1821         XEmacs.
1822
1823 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1824
1825         * imap.el (imap-message-map): Docstring fix.
1826
1827 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1830         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1831         Add the optional argument `encoding' that overrides the default.
1832
1833         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1834         mm-encode-buffer.
1835
1836 2009-09-04  Glenn Morris  <rgm@gnu.org>
1837
1838         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1839         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1840         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1841         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1842         * mm-util.el (mm-with-unibyte-current-buffer)
1843         (mm-find-buffer-file-coding-system):
1844         * yenc.el (yenc-decode-region): Use default-value rather than
1845         default-enable-multibyte-characters.
1846
1847 2009-09-03  Glenn Morris  <rgm@gnu.org>
1848
1849         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1850         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1851         than default-enable-multibyte-characters.
1852
1853 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1854
1855         * gnus-art.el (gnus-article-read-summary-keys):
1856         Fix gnus-buffer-configuration's value temporarily used.
1857
1858 2009-09-02  Glenn Morris  <rgm@gnu.org>
1859
1860         * gnus-util.el (gnus-float-time): New function.
1861         * gnus-delay.el (gnus-delay-article):
1862         * gnus-sum.el (gnus-thread-latest-date):
1863         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1864         * nnspool.el (nnspool-request-newgroups):
1865         Use gnus-float-time rather than time-to-seconds.
1866         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1867
1868         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1869         (gnus-header-subject-face, gnus-header-newsgroups-face)
1870         (gnus-header-name-face, gnus-header-content-face):
1871         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1872         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1873         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1874         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1875         (gnus-cite-face-11):
1876         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1877         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1878         (gnus-server-closed-face, gnus-server-denied-face)
1879         (gnus-server-offline-face):
1880         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1881         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1882         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1883         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1884         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1885         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1886         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1887         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1888         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1889         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1890         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1891         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1892         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1893         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1894         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1895         (gnus-summary-high-undownloaded-face)
1896         (gnus-summary-low-undownloaded-face)
1897         (gnus-summary-normal-undownloaded-face)
1898         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1899         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1900         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1901         (gnus-splash-face):
1902         * message.el (message-header-to-face, message-header-cc-face)
1903         (message-header-subject-face, message-header-newsgroups-face)
1904         (message-header-other-face, message-header-name-face)
1905         (message-header-xheader-face, message-separator-face)
1906         (message-cited-text-face, message-mml-face):
1907         * sieve-mode.el (sieve-control-commands-face)
1908         (sieve-action-commands-face, sieve-test-commands-face)
1909         (sieve-tagged-arguments-face):
1910         * spam.el (spam-face):
1911         Mark face aliases with "-face" in the name as obsolete.
1912
1913 2009-09-01  Glenn Morris  <rgm@gnu.org>
1914
1915         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1916         than goto-line.
1917
1918 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1921         Don't move point if the command is invoked inside the message header.
1922
1923 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1924
1925         * imap.el (imap-send-command): Simplify.
1926         (imap-wait-for-tag): point-max -> buffer-size.
1927
1928 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1929
1930         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1931         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1932         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1933         * nnir.el (nnir-swish-e-index-file):
1934         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1935         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1936         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1937         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1938         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1939         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1940
1941 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1944         Don't save excursion.
1945
1946 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1947
1948         * nnheader.el (nnheader-find-file-noselect):
1949         * mm-util.el (mm-insert-file-contents):
1950         Use (default-value 'major-mode) instead of default-major-mode.
1951
1952 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1953
1954         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1955
1956 2009-08-26  Glenn Morris  <rgm@gnu.org>
1957
1958         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1959         than placing in files.el.
1960
1961 2009-08-25  Glenn Morris  <rgm@gnu.org>
1962
1963         * nnir.el (top-level): Don't require cl at run-time.
1964         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1965         Replace cl-function substitute with gnus-replace-in-string.
1966         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1967         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1968         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1969         simplified expansions.
1970
1971 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1972
1973         * dig.el (dig): Add autoload cookie.
1974
1975 2009-08-22  Glenn Morris  <rgm@gnu.org>
1976
1977         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1978         goto-line.
1979
1980 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1981
1982         * parse-time.el (parse-time-string-chars): Save match data.
1983
1984 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1985
1986         * parse-time.el (parse-time-string-chars): Compute using character
1987         classes, to handle non-ascii characters (Bug#3190).
1988
1989 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1992
1993         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1994         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1995         (gnus-mm-display-part, gnus-mime-display-single)
1996         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1997         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1998
1999         * gnus-sum.el
2000         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2001         (gnus-summary-move-article): Add expirable mark to articles copied or
2002         moved to group that has auto-expire turned on if the option is non-nil.
2003
2004 2009-07-24  Glenn Morris  <rgm@gnu.org>
2005
2006         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2007         Fix typo.  (Bug#3903)
2008
2009 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2012         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2013         that should not be used for draft articles.
2014         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2015         that has no concern in minor mode keys.
2016         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2017         Abolish.
2018
2019 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2022         article without making inquiry to a user for unknown encoding.
2023
2024         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2025         (nnmaildir--scan): Assume i-node and device number that file-attributes
2026         returns might be cons-cell.
2027
2028         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2029
2030         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2031
2032 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2033
2034         * auth-source.el: Remove docs now in auth.texi.  Don't use
2035         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2036         `auth-source-hide-passwords' and use them.
2037
2038 2009-07-15  Glenn Morris  <rgm@gnu.org>
2039
2040         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2041
2042 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2045         excessive whitespace from the default values of title and description.
2046
2047 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2050         mail-fetch-field to fetch Content-Description header in order to
2051         exclude newlines.
2052
2053 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2054
2055         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2056         format used by GnuPG 2.0.11.
2057
2058 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2061         to deleted part.
2062
2063 2009-05-30  David Engster  <dengste@eml.cc>
2064
2065         * nnmairix.el: Remove old documentation in the commentary block.
2066         (nnmairix-request-group): Do not update active file for nnml back ends.
2067         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2068         end so that overview files are ignored.
2069         (nnmairix-update-groups): Make updating the groups more robust by using
2070         marks.
2071         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2072         with dollar characters in message-id.
2073
2074 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2075
2076         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2077         2008-12-25 in dns.el.
2078
2079 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2080
2081         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2082         could happen if the text is only composed of spaces and/or tabs.
2083
2084 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2085
2086         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2087         when sending a queued message to avoid extra mml tags.
2088
2089 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2092
2093 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2096         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2097         rmail-toggle-header for XEmacs;
2098         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2099
2100 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * gnus-dired.el: Remove autoload for gnus-setup-message.
2103         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2104         displaying Gnus logo; always use compose-mail.
2105
2106 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2109
2110 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2113         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2114         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2115         available.
2116         (gnus-nocem-epg-verify): New function.
2117
2118 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2121
2122 2009-02-15  Glenn Morris  <rgm@gnu.org>
2123
2124         * gnus-util.el (rmail-insert-rmail-file-header)
2125         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2126         autoloads.
2127         (rmail-default-rmail-file): Remove unnecessary declaration.
2128         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2129
2130 2009-02-14  Glenn Morris  <rgm@gnu.org>
2131
2132         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2133         variable (only used in gnus-util, which declares it anyway).
2134         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2135         which was only needed by gnus-art (changed to not use it any more).
2136         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2137         only used in gnus-util, which autoloads it itself.
2138         (rmail-update-summary): Fix autoload.
2139
2140         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2141         rather than rmail-output-to-rmail-file.
2142
2143 2009-02-07  Glenn Morris  <rgm@gnu.org>
2144
2145         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2146         autoload of function that no longer exists.
2147         (rmail-toggle-header): Declare.
2148         (message-forward-rmail-make-body): Handle mbox Rmail.
2149
2150 2009-01-31  Glenn Morris  <rgm@gnu.org>
2151
2152         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2153         2009-01-09 change.
2154
2155 2009-01-31  Dave Love  <fx@gnu.org>
2156
2157         * imap.el (imap-fetch-safe): Bind debug-on-error.
2158         (imap-debug): Add imap-fetch-safe.
2159
2160 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2161
2162         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2163         (auth-source-forget-all-cached): New convenience function.
2164         (auth-source-user-or-password): Accept list of modes or a single mode.
2165
2166         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2167         auth-source modes.
2168
2169         * netrc.el (netrc-machine-user-or-password): Use list of
2170         auth-source modes.
2171
2172         * nnimap.el (nnimap-open-connection): Use list of
2173         auth-source modes.
2174
2175         * nntp.el (nntp-send-authinfo): Use list of
2176         auth-source modes.
2177
2178 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2179
2180         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2181         now.
2182
2183 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2186         coding system in XEmacs; add a workaround for XEmacs.
2187
2188         * lpath.el: Fbind coding-system-aliasee.
2189
2190 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2193         of current-language-environment.
2194
2195 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2196
2197         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2198         available at runtime.
2199
2200 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2203
2204 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2205
2206         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2207         the greatest positive fixnum value doesn't work under an XEmacs with
2208         bignum support; use the most-positive-fixnum constant instead,
2209         available since Emacs 21.1 with cl and XEmacs 21.1.
2210
2211 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2214         XEmacs gets not to work.
2215
2216 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * mm-util.el (mm-coding-system-priorities): Allow the value like
2219         "Japanese (UTF-8)" of current-language-environment.
2220
2221 2009-01-09  Glenn Morris  <rgm@gnu.org>
2222
2223         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2224         with last-command-event.
2225
2226 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2227
2228         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2229         in the doc string.
2230
2231         * message.el (message-fix-before-sending): Amend comment.
2232
2233 2009-01-08  Dave Love  <fx@gnu.org>
2234
2235         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2236
2237 2009-01-07  David Engster  <dengste@eml.cc>
2238
2239         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2240         simplified server definitions by converting it via
2241         gnus-server-to-method.
2242
2243 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2246         parameter's operands.
2247
2248 2009-01-06  David Engster  <dengste@eml.cc>
2249
2250         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2251         primary select method (for gnus-group-mark-article-as-read).
2252
2253 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2254
2255         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2256         `(gnus)Face', not `(gnus)X-Face'.
2257
2258 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * mm-util.el (mm-ucs-to-char): New function.
2261
2262         * mm-url.el (mm-url-decode-entities): Use it.
2263
2264         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2265         unicode-to-char.
2266
2267 2009-01-05  Dave Love  <fx@gnu.org>
2268
2269         * time-date.el: Require cl for `declare'.
2270
2271 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2272
2273         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2274         Dave Love.
2275
2276 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2277
2278         * message.el (message-fix-before-sending): Add `eight-bit' to
2279         illegible-text check.
2280
2281 2009-01-03  Michael Olson  <mwolson@gnu.org>
2282
2283         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2284         `headers' is nil.  This can occur if the IMAP server does not have
2285         permissions to read messages from a folder, but can write new messages
2286         to the folder.
2287         (nnimap-request-article-part): Do not insert `data' if it is nil.
2288
2289         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2290         characters which will confuse `read', so skip past them.
2291
2292 2009-01-01  Dave Love  <fx@gnu.org>
2293
2294         * imap.el (imap-string-to-integer): Fix typo.
2295         (imap-fetch-safe): New function.
2296         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2297
2298         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2299
2300         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2301         (imap-parse-greeting): Fix doc strings.
2302         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2303         (imap-parse-flag-list): Make messages unique.
2304         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2305
2306         * nnimap.el: Fix author email.
2307         (nnimap-split-rule): Add FIXME comment.
2308         (nnimap-debug): Fix doc string.
2309
2310 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2311
2312         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2313
2314 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2315
2316         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2317         nslookup if resolv.conf isn't available.
2318         (dns-query): Rename from query-dns.
2319         (dns-query-cached): Rename from query-dns-cached.
2320
2321 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2324         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2325         to check if those variables exist (first appeared in Emacs 18.50).
2326
2327 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * mm-util.el (mm-line-number-at-pos): New function.
2330
2331         * spam-report.el (spam-report-process-queue): Use it.
2332
2333 2008-12-24  David Engster  <dengste@eml.cc>
2334
2335         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2336         parameters that haven't existed as variables as buffer-local variables.
2337
2338 2008-12-23  Dave Love  <fx@gnu.org>
2339
2340         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2341         cadar.
2342
2343         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2344         imap-starttls-p.
2345         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2346
2347 2008-12-22  Dave Love  <fx@gnu.org>
2348
2349         * imap.el: Fix author email.  Doc fixes.
2350         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2351         reply.
2352
2353 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2354
2355         * spam-report.el (spam-report-gmane-max-requests): New constant.
2356         (spam-report-gmane-wait): New variable.
2357         (spam-report-gmane-ham, spam-report-gmane-spam)
2358         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2359         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2360         the server.
2361
2362         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2363         Add explanations.
2364
2365         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2366         nnheader-accept-process-output and nnheader-read-timeout if available.
2367         (pop3-movemail): Use it.
2368
2369         * message.el (message-check-news-body-syntax): Fix signature check if
2370         there's an attachment.
2371
2372 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * mm-util.el: Add comments to the mm- emulating functions.
2375
2376 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2377
2378         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2379         by Stephen Berman <stephen.berman@gmx.net>.
2380
2381 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * mm-util.el (mm-substring-no-properties): New function.
2384         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2385         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2386         (mm-string-to-multibyte): Doc fix.
2387
2388         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2389
2390 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2391
2392         * mml.el (mml-attach-file): Strip text properties from file name.
2393         (Bug#1574)
2394
2395 2008-12-16  Glenn Morris  <rgm@gnu.org>
2396
2397         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2398
2399 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2402         knows since the charset specified might be a bogus alias that
2403         mm-charset-synonym-alist provides.
2404
2405 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2408         "ISO_8859-1".
2409
2410         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2411
2412 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * mm-util.el (mm-charset-eval-alist):
2415         Define it before mm-charset-to-coding-system.
2416         (mm-charset-to-coding-system): Add optional argument `silent';
2417         define it before mm-charset-override-alist.
2418         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2419         default value if it can be used in Emacs currently running;
2420         silence mm-charset-to-coding-system.
2421
2422 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2425         `allow-override' which says whether to use `mm-charset-override-alist'.
2426         (rfc2047-decode-encoded-words): Use it.
2427
2428         * mm-util.el (mm-charset-override-alist): Fix custom type;
2429         add `(gb2312 . gbk)' to choices.
2430
2431 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2434         fast.
2435
2436         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2437
2438         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2439
2440 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2441
2442         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2443         on links.
2444
2445         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2446
2447 2008-12-03  Lute Kamstra  <lute@gnu.org>
2448
2449         * sha1.el: Remove leading * from docstrings of defcustoms,
2450         deffaces, defconsts and defuns.
2451
2452 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2455         users' addresses that don't have domain parts.
2456         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2457         rather than message-narrow-to-head since there will be the message
2458         header separator.
2459
2460 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2461
2462         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2463         since the result is inserted in a unibyte buffer anyway.
2464         (nnimap-demule-use-string-to-multibyte): Remove.
2465         (nnimap-demule): Alias it to mm-string-to-multibyte.
2466
2467 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2468
2469         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2470         variable for debugging bug#464 and bug#1174.
2471         (nnimap-demule): Use it.
2472
2473 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2476         score calculation correctly.
2477
2478 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2479
2480         * message.el (message-send-mail): Just set the buffer to unibyte
2481         rather than use mm-with-unibyte-current-buffer which does a lot more.
2482         (message-send-mail-partially): Don't bother with
2483         mm-with-unibyte-current-buffer since it's already been made unibyte by
2484         message-send-mail.
2485
2486 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2487
2488         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2489
2490 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2491
2492         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2493
2494 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2497         require itself and to remove `with-no-warnings'.
2498
2499 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         * starttls.el (starttls-any-program-available): Get the name of the
2502         available TLS layer program.
2503         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2504         well as the host name in the "opening" message.
2505
2506         * auth-source.el (auth-source-cache, auth-source-do-cache)
2507         (auth-source-user-or-password): Cache passwords and logins by default,
2508         allow override with `auth-source-do-cache'.
2509         (auth-source-forget-user-or-password): Allow users to remove cache
2510         entries if needed.
2511
2512 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2513
2514         * md4.el (md4-buffer): Fix typo in docstring.
2515         (md4, md4-64): Doc fixes.
2516         (md4-pack-int32): Reflow docstring.
2517
2518 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2519
2520         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2521         condition-case to only the forward-sexp call.
2522
2523 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2524
2525         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2526         quotes contained.  Make it more robust regardless by an extra
2527         condition-case wrapper.
2528
2529 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2532
2533 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * nnml.el (nnml-request-expire-articles): Check if the function set to
2536         `nnmail-expiry-target' returns the symbol `delete'.
2537
2538         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2539
2540         * nnmail.el (nnmail-expiry-target): Fix custom type.
2541
2542 2008-10-02  Glenn Morris  <rgm@gnu.org>
2543
2544         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2545         Silence compiler warning.
2546
2547 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2548
2549         * tls.el (open-tls-stream): Show the actual command being
2550         executed, instead of the format string.
2551
2552 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * lpath.el: Fbind codepage-setup for Emacs 23.
2555
2556 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2557
2558         * mml.el (mml-menu): Don't assume mml2015 is bound.
2559
2560 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2563         exists.
2564
2565 2008-09-27  Glenn Morris  <rgm@gnu.org>
2566
2567         * gnus-util.el (mail-header-remove-comments): Autoload it.
2568
2569 2008-09-27  Andreas Schwab  <schwab@suse.de>
2570
2571         * gnus-util.el (gnus-split-references): Strip comments.
2572         (gnus-parent-id): Likewise.
2573
2574 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2575
2576         * message.el (message-confirm-send): Fix version.
2577
2578 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * message.el (message-idna-to-ascii-rhs-1): Use
2581         mail-extract-address-components rather than mail-header-parse-addresses
2582         that is an alias by default to ietf-drums-parse-addresses that does not
2583         support non-ASCII names in headers' contents.
2584
2585 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2586
2587         * message.el (message-confirm-send): Fixed variable documentation to
2588         avoid the "y/n" wording.
2589
2590 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2591
2592         * message.el (message-set-auto-save-file-name): Save to a different
2593         filename so multiple messages (especially drafts) can be recovered.
2594
2595 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2596
2597         * message.el (message-confirm-send): Add appropriate version.
2598
2599 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2602         defvar.
2603
2604 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2605
2606         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2607         (mm-pkcs7-enveloped-magic): Ditto.
2608
2609 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2610
2611         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2612         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2613
2614 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2617         default, it's better.
2618
2619 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2620
2621         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2622         summary line gnus-number property and ignore them (with a warning
2623         message).
2624
2625 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2628         macro caddr in the interactive form since it won't be expanded.
2629
2630 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2633         `charset'; fix name of function called recursively.
2634         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2635
2636 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2639         (gnus-mime-set-charset-parameters): New function.
2640         (gnus-mime-view-part-as-charset): Use it to correctly display part
2641         specifying wrong charset.
2642
2643 2008-09-08  David Engster  <dengste@eml.cc>
2644
2645         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2646         in completing-read for back end server.
2647
2648 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2649
2650         * message.el (message-confirm-send): New variable to confirm sending a
2651         message.
2652         (message-send): Use it.
2653
2654 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2655
2656         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2657
2658 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2661
2662 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2665         prevent tracking too many groups.
2666         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2667         Use it.
2668
2669 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2670
2671         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2672         moving point to the bottom of the window in order to avoid recentering.
2673
2674 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2677
2678         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2679         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2680         (gnus-article-beginning-of-window): Fix calculation.
2681
2682 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * gnus-msg.el (gnus-summary-supersede-article)
2685         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2686         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2687         message header.
2688
2689 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2690
2691         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2692         pending output coming after the status change.
2693
2694 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2695
2696         * message.el:
2697         * gnus-start.el:
2698         * gnus-registry.el: Remove VMS support.
2699
2700 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2703         macro.
2704         (rfc2104-hash): Use it.
2705
2706 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2709         (gnus-summary-sort-by-most-recent-date): New commands.
2710         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2711         and menu entries.
2712
2713 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2716         don't redisplay article for raw contents; remove plural articles stuff.
2717
2718         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2719         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2720         on gnus-summary-save-article; display results properly.
2721
2722 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * lpath.el: No need to fbind ns-focus-frame.
2725
2726 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2729
2730 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2733         gnus-save-all-headers.
2734
2735 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2736
2737         * gnus-util.el (ns-focus-frame): Remove declaration.
2738         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2739         like x.
2740
2741 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2742
2743         * rfc2104.el (rfc2104-zero): Delete defconst.
2744         (rfc2104-hex-alist): Likewise.
2745         (rfc2104-hex-to-int): Delete func.
2746         (rfc2104-hexstring-to-bitstring): Likewise.
2747         (rfc2104-nybbles): New defconst.
2748         (rfc2104-hash): Rewrite for speed.
2749
2750 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * tls.el (open-tls-stream): Make it work with the 2nd argument
2753         BUFFER that is a string but does not exist as a buffer object, as
2754         mentioned in the doc-string.
2755
2756 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2759         SXEmacs.
2760
2761 2008-07-16  Glenn Morris  <rgm@gnu.org>
2762
2763         * gnus-util.el (ns-focus-frame): Declare for compiler.
2764
2765 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2768         set as a group parameter.
2769         (gnus-summary-save-in-pipe): Work when it is called independently.
2770         (gnus-summary-pipe-to-muttprint): Don't modify
2771         gnus-summary-pipe-output-default-command.
2772
2773 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2774
2775         * message.el (message-send-mail-with-sendmail):
2776         Display the error message.
2777
2778 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-art.el (gnus-default-article-saver):
2781         Add gnus-summary-save-in-pipe to choices.
2782         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2783         gnus-summary-pipe-output-default-command as the default command.
2784         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2785         instead of gnus-last-shell-command.
2786
2787         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2788         New user option.
2789         (gnus-summary-muttprint-program): Mention the value will be changed.
2790         (gnus-summary-save-article): Force showing of all headers.
2791         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2792
2793 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2794
2795         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2796
2797 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2798
2799         * nnimap.el (nnimap-id):
2800         * sieve-manage.el (sieve-manage-open): Doc fixes.
2801
2802 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2803
2804         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2805         if available.
2806
2807 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2808
2809         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2810
2811         * nnkiboze.el (nnkiboze-generate-group):
2812         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2813
2814         * nnmairix.el: Require CL.
2815
2816 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * dgnushack.el: Autoload get-display-table and put-display-table for
2819         XEmacs 21.5.
2820
2821         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2822         21.4 and SXEmacs.
2823
2824 2008-06-15  David Engster  <dengste@eml.cc>
2825
2826         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2827
2828 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2829
2830         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2831         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2832         runtime choice under XEmacs.
2833
2834         * gnus-sum.el (gnus-summary-set-display-table):
2835         Use `gnus-put-display-table', `gnus-get-display-table',
2836         `gnus-set-display-table' for the display table, instead of `aset'.
2837
2838         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2839         Use `gnus-put-display-table', `gnus-get-display-table',
2840         `gnus-set-display-table' for the display table.
2841
2842 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2843
2844         * nnmairix.el: Add autoloads.
2845
2846 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2847
2848         * nnmairix.el (nnmairix-delete-recreate-group)
2849         (nnmairix-update-and-clear-marks): Fix error messages.
2850
2851 2008-06-14  David Engster  <dengste@eml.cc>
2852
2853         * nnmairix.el: Upgrade to version 0.6.
2854         (nnmairix-group-toggle-propmarks-this-group)
2855         (nnmairix-group-toggle-readmarks-this-group)
2856         (nnmairix-group-delete-recreate-this-group)
2857         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2858         (nnmairix-remove-tick-mark-original-article): New commands.
2859         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2860         (nnmairix-propagate-marks-to-nnmairix-groups)
2861         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2862         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2863         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2864         functions needed for marks propagation and manipulation of read marks.
2865         (nnmairix-update-groups): New function.
2866         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2867         (nnmairix-determine-original-group-from-registry)
2868         (nnmairix-determine-original-group-from-path)
2869         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2870         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2871         New helper functions.
2872         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2873         keystrokes for new commands.
2874         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2875         (nnmairix-request-group): Check allow-fast group parameter.
2876         (nnmairix-request-create-group): Set allow-fast group parameter if
2877         nnmairix-allowfast-default is set.
2878         (nnmairix-close-group): Propagate marks upon closing if needed.
2879         (nnmairix-group-toggle-threads-this-group): Use new.
2880         nnmairix-group-toggle-parameter helper function.
2881         (nnmairix-search): Better check for empty search result.
2882         (nnmairix-goto-original-article): Use new helper functions for
2883         determining original article.
2884         (nnmairix-show-original-article): Make sure message-id is in brackets.
2885         (nnmairix-call-mairix-binary): Change variable name.
2886         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2887         helper function.
2888         (nnmairix-widget-toggle-activate): Fix doc string.
2889
2890 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * nnir.el: Require edmacro when compiling with XEmacs.
2893         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2894         available in Emacs 21.
2895
2896 2008-06-11  Glenn Morris  <rgm@gnu.org>
2897
2898         * gnus-util.el (x-focus-frame):
2899         * gnus.el (image-size):
2900         * mm-decode.el (image-size): Declare.
2901
2902         * gnus-picon.el (declare-function): Add compat definition.
2903         (image-size): Declare.
2904
2905         * gnus-group.el (tool-bar-map):
2906         * gnus-sum.el (tool-bar-map): Define for compiler.
2907
2908         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2909
2910         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2911
2912         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2913         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2914         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2915         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2916         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2917         * sieve-manage.el, spam-report.el, spam.el:
2918         Remove unnecessary eval-and-compile of autoloads.
2919
2920 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2921
2922         * auth-source.el: Precise Tramp doc.
2923
2924 2008-06-07  Glenn Morris  <rgm@gnu.org>
2925
2926         * nnmairix.el: Remove unnecessary eval-when-compile.
2927
2928 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * lpath.el: Fbind propertize for XEmacs 21.4.
2931
2932 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * nnir.el: Move here from ../contrib.
2935
2936 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2937
2938         * gnus-util.el (gnus-read-shell-command): New function.
2939         * mm-decode.el (mm-pipe-part):
2940         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2941
2942 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2945
2946 2008-06-03  Glenn Morris  <rgm@gnu.org>
2947
2948         * pop3.el (nnheader-accept-process-output): Autoload it.
2949
2950 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2953         are not 2-digit hexadecimal characters that follow `%'s.
2954
2955 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2956
2957         * message.el (message-bogus-recipient-p): Fix type in doc string.
2958         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2959         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2960         Improve custom options.
2961         (message-bogus-recipient-p): Adjust accordingly.
2962
2963 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2964
2965         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2966         long-form month and day names.
2967
2968 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * dgnushack.el: Autoload debug, eudc-expand-inline and
2971         pgg-snarf-keys-region for XEmacs.
2972
2973         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2974
2975         * nnmairix.el: Require edmacro when compiling with XEmacs.
2976
2977 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2980         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2981
2982 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * auth-source.el: Add more docs.
2985
2986         * netrc.el (netrc-machine): Always match if the port is not given.
2987
2988 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2991         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2992         retrieval faster in some cases, but might make CPU usage larger.  If
2993         this has any bad side effects, we might revert this change.
2994
2995         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2996         seems to make mail retrieval much, much faster.
2997         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2998         unconditionally.
2999
3000         * gnus-draft.el (gnus-group-send-queue): Bind
3001         message-send-mail-partially-limit to nil to avoid being prompted.
3002
3003 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3006
3007         * message.el (message-bogus-address-regexp): Fix and improve custom
3008         type.
3009         (message-setup-hook): Add message-check-recipients as custom option.
3010
3011 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3012
3013         * message.el (message-cite-function): Remove bogus autoload which crept
3014         in during merge from v5-10.
3015
3016 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3019
3020         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3021
3022         * auth-source.el: Preliminary Tramp docs.
3023         (auth-sources): Change the default auth-sources to use
3024         EPA .gpg files.
3025
3026 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3027
3028         * nntp.el: Autoload `auth-source-user-or-password'.
3029         (nntp-send-authinfo): Use it.
3030
3031         * nnimap.el: Autoload `auth-source-user-or-password'.
3032         (nnimap-open-connection): Use it.
3033
3034         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3035         for the gnus-message function.
3036         (auth-source-user-or-password): Use it.
3037
3038 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3039
3040         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3041         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3042         (rfc2104-hash): Use it.
3043
3044 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3045
3046         * gnus-art.el (gnus-article-toggle-truncate-lines):
3047         Don't use `iff' in docstring.
3048
3049 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3050
3051         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3052
3053         * gnus-util.el (gnus-extract-address-component-name)
3054         (gnus-extract-address-component-email): Convenience functions around
3055         `gnus-extract-address-components'.
3056
3057         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3058         Use `gnus-extract-address-component-email' to fix bug of comparing full
3059         sender name to `user-mail-address'.
3060
3061 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3064         catch/throw to optimize.
3065         (gnus-registry-find-keywords): Just use member to find a keyword.
3066
3067 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3068
3069         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3070         is current before calling gnus-server-prepare.
3071         (gnus-server-setup-buffer, gnus-server-update-server)
3072         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3073
3074 2008-05-04  Juri Linkov  <juri@jurta.org>
3075
3076         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3077         (mailcap-file-default-commands): Use mailcap-replace-in-string
3078         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3079         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3080
3081 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3082
3083         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3084
3085 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3086
3087         * gnus.el: Bump version to 0.11.
3088
3089 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3090
3091         * gnus.el: No Gnus v0.10 is released.
3092
3093 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3096         hooks.
3097         (gnus-update-read-articles): Speed up non-marks-using users.
3098         (gnus-use-marks): Define gnus-use-marks.
3099         (gnus-propagate-marks): Rename variable to something more sensible.
3100
3101 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3102
3103         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3104         (gmm-image-load-path-for-library): Fix typos in docstrings.
3105         (gmm-message): Reflow docstring.
3106
3107 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3108
3109         * mail-source.el (mail-source-set-1, mail-source-bind):
3110         Move auth-source code out of the macro to clean it up and fix bugs.
3111
3112 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3113
3114         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3115         by sender if it's equal to user-mail-address, it's likely to be
3116         useless.
3117
3118         * mail-source.el (mail-source-bind): Don't use user or password if they
3119         are not bound.  Unintern them if they are nil.  Don't use server unless
3120         it's bound, and default it to empty string otherwise.
3121
3122 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * mail-source.el: Load auth-source.el.
3125         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3126         get user name or password, if auth-sources is set up.
3127
3128         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3129         strategy of splitting with parent.
3130         (gnus-registry-split-fancy-with-parent)
3131         (gnus-registry-post-process-groups): Use it and fix prior
3132         bug (returning a list as the split result).
3133
3134         * auth-source.el (auth-sources): Remove server parameter.
3135         (auth-source-pick, auth-source-user-or-password)
3136         (auth-source-user-or-password-imap)
3137         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3138         (auth-source-user-or-password-sftp)
3139         (auth-source-user-or-password-smtp): Remove server parameter.
3140
3141 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3142
3143         * smime.el (smime-sign-region, smime-encrypt-region)
3144         (smime-decrypt-region):
3145         Remove redundant calls to `generate-new-buffer-name'.
3146
3147 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3148
3149         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3150         Don't use QP for message/rfc822.
3151         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3152
3153 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3154
3155         * sieve-manage.el (sieve-string-bytes): Remove.
3156         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3157         correct byte-length only if the process's coding-system is the same as
3158         the one used internally by Emacs to represent strings.
3159
3160 2008-04-22  Juri Linkov  <juri@jurta.org>
3161
3162         * mailcap.el (mailcap-file-default-commands): New function.
3163
3164 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3165
3166         * message.el (message-signature-separator, message-cite-function):
3167         Change custom version.
3168
3169 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3170
3171         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3172         commands.
3173         (tls-checktrust): Ditto.
3174
3175 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * mm-decode.el (mm-display-external): Make temp file read-only.
3178
3179 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3180
3181         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3182         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3183         `C-c C-f d'.
3184
3185 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3186
3187         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3188
3189 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * gnus.el: Bump version to 0.9.
3192
3193 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * gnus.el: No Gnus v0.8 is released.
3196
3197 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3198
3199         * mail-source.el (mail-source-value):
3200         Prefer fboundp to functionp so it works with macros as well.
3201
3202 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3203
3204         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3205         Fix last change in case the element is not even a symbol.
3206
3207 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3208
3209         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3210         Prefer fboundp to functionp so it works with macros as well.
3211
3212 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * auth-source.el: Added docs.
3215         (auth-sources): Modify format to support server.
3216         (auth-source-pick, auth-source-user-or-password)
3217         (auth-source-user-or-password-imap)
3218         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3219         (auth-source-user-or-password-sftp)
3220         (auth-source-user-or-password-smtp): Add server parameter.
3221
3222 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         * gnus-registry.el: Initialize the registry when gnus-registry-install
3225         is t.
3226
3227 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * compface.el (uncompface): Make buffer unibyte.
3230
3231 2008-04-05  Glenn Morris  <rgm@gnu.org>
3232
3233         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3234
3235 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3236
3237         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3238         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3239
3240         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3241         multibyteness after rather than before erasing it.
3242
3243         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3244         mm-with-multibyte.
3245         (gnus-request-article-this-buffer): Make sure the proper decoding is
3246         used if gnus-original-article-buffer happens to be unibyte.
3247
3248         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3249         default-enable-multibyte-characters.
3250
3251         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3252         default-enable-multibyte-characters.
3253
3254         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3255
3256         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3257
3258 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3259
3260         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3261         (imap-message-copyuid-1): Use it.
3262         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3263         J. Williams in
3264         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3265
3266         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3267         imap-enable-exchange-bug-workaround.
3268         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3269
3270 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3271
3272         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3273         a 100 byte status-checks into a 2-3MB transfer for each group.
3274         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3275         to enable bug workaround or not.
3276         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3277
3278 2008-03-31  Glenn Morris  <rgm@gnu.org>
3279
3280         * message.el (mml2015-use): Declare for compiler.
3281         (message-info): Require mml2015 when appropriate.
3282
3283 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3286         whitespace.
3287
3288 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3289
3290         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3291         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3292         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3293         (nntp-service-to-port): New function.
3294         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3295         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3296         (nntp-open-netcat-stream): New function.
3297         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3298
3299 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3300
3301         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3302
3303 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3304
3305         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3306
3307 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3308
3309         * dns.el (dns-write): Use set-buffer-multibyte.
3310
3311 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3312
3313         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3314
3315 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3316
3317         * message.el (message-signature-separator): Change default.
3318         Improve custom type.
3319         (message-cite-function): Change default to
3320         message-cite-original-without-signature.
3321
3322         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3323         toggle.
3324
3325         * message.el (message-check-news-body-syntax): Fix signature check.
3326         (message-setup-1): Mark buffer as unmodified _after_ running
3327         message-setup-hook and handling message-alternative-emails.
3328         (message-shorten-references): Be more strict when building list of
3329         valid references to comply with GNKSA.
3330
3331         * gnus-group.el (gnus-read-ephemeral-bug-group)
3332         (gnus-read-ephemeral-debian-bug-group)
3333         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3334
3335         * message.el (message-info): Don't use booleanp which isn't supported
3336         in Emacs 21 and XEmacs.
3337
3338 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3341         gnus-group-gmane-group-download-format.
3342         (gnus-group-read-ephemeral-gmane-group): Rename from
3343         gnus-group-read-ephemeral-gmane-group.
3344         (gnus-read-ephemeral-gmane-group-url): Rename from
3345         gnus-group-read-ephemeral-gmane-group-url.
3346         (gnus-bug-group-download-format-alist): New variable.
3347         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3348         (gnus-read-ephemeral-emacs-bug-group): New commands.
3349
3350 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3353         (gnus-visible-headers): Improve custom type.
3354
3355 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * mml.el (mml-menu): Add workarounds for XEmacs.
3358
3359         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3360         X-Boundary header.
3361
3362         * message.el (message-simplify-recipients): Fix previous commit.
3363
3364 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3365
3366         * mm-util.el (mm-set-buffer-multibyte): New function.
3367         * mm-decode.el (mm-copy-to-buffer): Use it.
3368
3369 2008-03-19  Glenn Morris  <rgm@gnu.org>
3370
3371         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3372         Accidentally removed in the sync process with Emacs.
3373
3374 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * message.el (message-alter-recipients-discard-bogus-full-name):
3377         New function.
3378         (message-alter-recipients-function): New variable.
3379         (message-get-reply-headers): Use it.
3380         (message-replace-header): New helper function.
3381         (message-recipients-without-full-name): New variable.
3382         (message-simplify-recipients): New command.
3383
3384         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3385
3386         * message.el (message-info): Handle EasyPG manual.
3387
3388         * mml.el (mml-menu): Add entry for EasyPG.
3389
3390 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3391
3392         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3393         parameter.
3394
3395         * message.el (message-disassociate-draft): Specify drafts group name
3396         fully.
3397
3398 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3401         unnecessary duplicates from the match list.
3402
3403 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3406
3407         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3408
3409         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3410         args of `how-many' of which the XEmacs version doesn't take; declare
3411         Info-index-next as function.
3412
3413 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         * gnus-score.el (gnus-score-headers): Fix handling of
3416         gnus-inhibit-slow-scoring.
3417
3418         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3419         string.
3420         (gnus-button-url-regexp): Improve handling of parenthesis.
3421         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3422         (gnus-button-handle-info-keystrokes): Handle index entries.
3423
3424 2008-03-15  Glenn Morris  <rgm@gnu.org>
3425
3426         * parse-time.el (parse-time-string): Simplify.
3427
3428 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3431         Incoming* files.
3432
3433 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3434
3435         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3436         (auth-source-pick): Use it.
3437
3438 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3439
3440         * binhex.el (binhex-decode-region-internal):
3441         * uudecode.el (uudecode-decode-region-internal):
3442         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3443         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3444         setting default-enable-multibyte-characters.
3445
3446 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3447
3448         * auth-source.el (auth-source-protocols)
3449         (auth-source-protocols-customize, auth-source-choices): Added and
3450         modified variable customizations and defaults.
3451         (auth-source-pick, auth-source-user-or-password)
3452         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3453         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3454         (auth-source-user-or-password-sftp)
3455         (auth-source-user-or-password-smtp): Use new variables and provide an
3456         interface to netrc.el.
3457
3458 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3461         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3462         Make sure the nntp port to specify is a string.
3463
3464 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3465
3466         * nntp.el: Use with-current-buffer.
3467         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3468         dubious mm-with-unibyte-current-buffer.
3469         (nntp-with-open-group-function): New function extracted from
3470         nntp-with-open-group macro.
3471         (nntp-with-open-group): Use the function, so it's easier to debug.
3472         Add indentation and debugging info.
3473         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3474         the use of the netcat alternatives.
3475
3476         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3477         Avoid mm-string-as-multibyte as well.
3478
3479         * nnweb.el (nnweb-insert-html):
3480         Remove use of nnheader-string-as-multibyte.
3481
3482         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3483         (nnheader-string-as-multibyte): Remove.
3484
3485         * mm-view.el: Use inhibit-read-only.
3486         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3487         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3488         or unibyte-string.
3489
3490         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3491         (mm-uu-yenc-extract): Use with-current-buffer.
3492
3493         * gnus-soup.el (gnus-soup-send-packet): Don't use
3494         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3495
3496         * nnmh.el: Use with-current-buffer.
3497         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3498         mm-string-as-multibyte on the output of mm-encode-coding-string.
3499
3500         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3501         (nnimap-request-move-article): Use with-current-buffer.
3502
3503         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3504         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3505         conversion uses string-make-unibyte rather than string-as-unibyte.
3506
3507         * gnus-msg.el: Use with-current-buffer.
3508
3509         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3510
3511 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3512
3513         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3514         string for caching if it is 'PIN.
3515
3516 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * lpath.el: Consider the case without Emacs/W3.
3519
3520 2008-03-08  Glenn Morris  <rgm@gnu.org>
3521
3522         * time-date.el (date-to-time, time-subtract, time-add)
3523         (safe-date-to-time): Doc fixes.
3524
3525 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * mail-source.el (mail-source-delete-old-incoming-confirm):
3528         Change default to nil.
3529         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3530
3531 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * lpath.el: Rearrange.
3534
3535         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3536         (gnus-article-goto-prev-page): Work for articles having ^L's.
3537
3538         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3539
3540         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3541
3542 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3543
3544         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3545         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3546         (gnus-bookmark-jump): Adjust some variable names.
3547
3548 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3549
3550         * auth-source.el: New package.
3551         (auth-source-choices): Add customization entry point variable.
3552
3553         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3554         bug.
3555
3556 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3559         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3560         (gnus-registry-install-shortcuts): Rename from
3561         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3562         the `gnus-registry-mark-map' keymap dynamically from
3563         `gnus-registry-marks'.  The generated functions update the summary line
3564         when a registry mark is added or deleted, and will call
3565         `gnus-registry-install-p' (see the comments in the code).
3566         (gnus-registry-user-format-function-M): Use concat intelligently.
3567
3568         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3569         the registry mark functions.
3570
3571 2008-03-05  Glenn Morris  <rgm@gnu.org>
3572
3573         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3574         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3575         gnus-art.
3576         (top-level): No need to load own source when compiling.
3577
3578 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3579
3580         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3581         Suggested by <chris.anderton@zetnet.co.uk>.
3582
3583 2008-03-04  Glenn Morris  <rgm@gnu.org>
3584
3585         * gnus-sum.el (top-level): No need to require gnus when compiling,
3586         since unconditionally required near start of file.
3587         (gnus-summary-display-while-building): Move definition before use.
3588
3589 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3590
3591         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3592         formatting function.
3593
3594 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3595
3596         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3597         with plists.
3598         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3599         Use new format.
3600
3601 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3604         `where-is-internal' that returns a range of key sequences.
3605
3606 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3607
3608         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3609
3610         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3611         (gnus-summary-jump-to-group): Consider windows on other displayed
3612         frames as well.  Similar changes might be needed elsewhere, but that's
3613         the one I've bumped into during my use.
3614
3615         * nndoc.el (nndoc-oe-dbx-type-p):
3616         * gnus-msg.el (gnus-debug):
3617         * gnus-group.el (gnus-update-group-mark-positions):
3618         Use mm-string-to-multibyte.
3619
3620 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3623         doesn't handle NotDashEscaped.
3624
3625         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3626         (mml-dnd-attach-options): Fix typo in custom choice.
3627
3628         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3629         nndoc-article-type to mbox.
3630         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3631
3632         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3633         to nil, instead of html2text.
3634
3635         * imap.el (imap-debug): Add `imap-ping-server'.
3636
3637         * gnus-bookmark.el: Add FIXMEs.
3638
3639         * message.el (message-form-letter-separator)
3640         (message-send-form-letter-delay): New variables.
3641         (message-send-form-letter): Use them.  New command to send form
3642         letters.  Requested by Uwe Siart.
3643         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3644
3645 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * Update copyright years.
3648
3649 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         Sync from EMACS_22_BASE.
3652
3653         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3654
3655 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3656
3657         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3658         empty author.
3659
3660 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * gnus-registry.el (gnus-registry-marks): Add variable for
3663         customization of marks and their appearance.
3664         (gnus-registry-read-mark): Use it.
3665         (gnus-registry-do-marks): Add utility function to loop through
3666         `gnus-registry-marks'.
3667         (gnus-registry-install-shortcuts-and-menus): Add function to install
3668         shortcuts and menus.
3669         (gnus-registry-initialize): Use it.
3670         (gnus-registry-default-mark): Clarify documentation.
3671
3672 2008-02-29  Glenn Morris  <rgm@gnu.org>
3673
3674         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3675         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3676         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3677         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3678         Change defcustom :version from 23.0 to 23.1.
3679
3680 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3681
3682         * gnus-registry.el (gnus-registry-follow-group-p)
3683         (gnus-registry-post-process-groups): Add functions to aid registry
3684         splitting and improve logging.  Clarify behavior in function
3685         documentation.
3686         (gnus-registry-split-fancy-with-parent): Use them.
3687
3688 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3689
3690         * gnus-art.el: Use with-current-buffer.
3691
3692 2008-02-27  David Engster  <dengste@eml.cc>
3693
3694         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3695         Express real group name in the response.
3696
3697 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3700         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3701         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3702         autoload gnus-registry-fetch-group when compiling.
3703         (nnmairix-request-group-with-article-number-correction): Remove
3704         unreferenced argument passed to nnmairix-call-backend.
3705
3706 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3709         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3710         Wilde.
3711
3712 2008-02-27  Glenn Morris  <rgm@gnu.org>
3713
3714         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3715         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3716         variables to defconsts.  Convert comments to doc-strings.
3717         (nnmairix-last-server, nnmairix-current-server): Convert from free
3718         variables to defvars.  Convert comments to doc-strings.
3719         (gnus-registry-fetch-group): Autoload.
3720         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3721         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3722         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3723         caddr.
3724         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3725         nnmairix-request-group-with-article-number-correction call.
3726         (nnmairix-fast, nnmairix-group): New, less general names, for free
3727         variables passed from nnmairix-request-group to
3728         nnmairix-request-group-with-article-number-correction.  Declare.
3729         (nnmairix-request-group-with-article-number-correction):
3730         Use nnmairix-fast, nnmairix-group rather than fast, group.
3731
3732 2008-02-26  David Engster  <dengste@eml.cc>
3733
3734         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3735         version 0.5.
3736
3737 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3740         instead of making an extra function call.  Don't add the current group
3741         to articles only when they have the group.  Use
3742         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3743         Reported by David <de_bb@arcor.de>.
3744
3745 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3748         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3749
3750 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3751
3752         * mail-source.el (mail-source-delete-incoming): Change default.
3753         Supplement doc string.
3754
3755         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3756
3757 2008-02-14  Glenn Morris  <rgm@gnu.org>
3758
3759         * time-date.el (format-seconds): New function.
3760
3761 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * nnmail.el (nnmail-message-id-cache-file): Derive from
3764         `gnus-home-directory'.
3765
3766 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3767
3768         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3769         Document negative prefix.
3770
3771         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3772
3773 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * message.el (message-unsent-separator): Add the Exim bounce
3776         separator.
3777
3778 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3779
3780         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3781         list.
3782         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3783         recipient/signer list.
3784
3785 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * Makefile.in (datarootdir): Define.
3788         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3789         name that might contain whitespace.
3790
3791 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3794         fbound (Emacs 23 unicode), signal an error.
3795
3796 2008-02-08  Glenn Morris  <rgm@gnu.org>
3797
3798         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3799
3800 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3801
3802         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3803         ports to the calls to `netrc-machine-user-or-password' in addition to
3804         "imap" and "imaps".
3805
3806 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3807
3808         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3809
3810         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3811
3812 2008-02-01  Kenichi Handa  <handa@m17n.org>
3813
3814         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3815         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3816         (rfc2104-hash): Convert the result of concat to unibyte string.
3817
3818 2008-02-01  Dave Love  <fx@gnu.org>
3819
3820         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3821         coding-system-for-read.
3822         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3823
3824 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3827         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3828         <hanche@math.ntnu.no>.
3829
3830 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3833
3834         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3835
3836 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3837
3838         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3839         * message.el (message-beginning-of-line): Use featurep instead of bound
3840         tests in order to resolve conditionals at compile time.
3841
3842 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3843
3844         * mail-source.el (mail-sources): Add `group' choice.
3845
3846         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3847         parameter `in-group' to control into which group the articles go.
3848         Add treatment of `group' mail-source.
3849
3850 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3853
3854         * mm-decode.el (mm-dissect-buffer): Decode description.
3855
3856         * mml.el (mml-to-mime): Encode message header first.
3857
3858 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3861         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3862
3863         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3864         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3865
3866 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3867
3868         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3869
3870 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3873         prefix keys.
3874         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3875         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3876         gnus-xmas.el.
3877
3878         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3879         (gnus-xmas-article-describe-bindings): New function.
3880         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3881         gnus-xmas-article-describe-bindings.
3882
3883         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3884
3885 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3886
3887         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3888         Add new variables for article mark management.
3889         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3890         list of extra data entries which, when present, will indicate that the
3891         article ID should not be trimmed from the registry.
3892         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3893         functions.
3894         (gnus-registry-read-mark): New function to read a mark name from the
3895         user.
3896         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3897         (gnus-registry-set-article-mark-internal): New functions to add and
3898         remove marks.
3899         (gnus-registry-get-article-marks): New function to show the marks for
3900         an article, or retrieve them for further use.
3901
3902 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3905         keys when no argument is given.
3906
3907 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * imap.el (imap-ping-server): New variable.
3910         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3911         (imap-ping-server): Minor doc string fixes.
3912
3913 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3914
3915         * imap.el (imap-ping-server): New function.
3916         (imap-opened): Call imap-ping-server.
3917
3918 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * gnus-sum.el (gnus-article-sort-by-random)
3921         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3922         jidanni@jidanni.org.
3923
3924 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-art.el (gnus-article-describe-bindings): New function.
3927         (gnus-article-read-summary-keys): Use it.
3928         (gnus-article-mode-map): Bind `C-h b' to it.
3929
3930 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3933         XEmacs.
3934         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3935         against non-character events.
3936
3937         * lpath.el: Fbind map-keymap for Emacs 21.
3938
3939 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3940
3941         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3942         command.
3943         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3944         instead of END.  Change name of the temp file.
3945         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3946         customizable.
3947
3948 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3951         bind `S W' to gnus-article-wide-reply-with-original; set default
3952         binding to gnus-article-read-summary-send-keys.
3953         (gnus-article-read-summary-keys): Fix the order of keys; display
3954         continuation keys correctly in the echo area; describe bindings
3955         correctly when keys end with `C-h'.
3956         (gnus-article-read-summary-send-keys): New function.
3957         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3958         for gnus-article-read-summary-send-keys; display continuation keys
3959         correctly in the echo area.
3960         (gnus-article-reply-with-original): Ignore prefix argument.
3961         (gnus-article-wide-reply-with-original): New function.
3962
3963         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3964         Emacs 21.
3965
3966 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3969         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3970
3971 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3972
3973         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3974         (gnus-group-read-ephemeral-gmane-group): New command.
3975
3976 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3977
3978         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3979
3980 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * message.el (message-send-mail-function): Increase custom version.
3983
3984         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3985         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3986
3987 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3990         for the cases where imap-authenticate is called with a nil buffer
3991         parameter.
3992
3993 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3996         html parts correctly; support forwarded messages.
3997         (gnus-article-browse-html-article): Remove work buffers.
3998
3999         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4000         compiling.
4001         (netrc-bound-and-true-p): New macro.
4002         (netrc-parse): Use it instead of bound-and-true-p that is not available
4003         in XEmacs 21.4.
4004
4005 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * gnus-registry.el (gnus-registry-mark-article)
4008         (gnus-registry-article-marks): Add functionality to mark articles
4009         through the Gnus registry.
4010
4011         * encrypt.el: Clarify documentation for the new pgg method.
4012         (encrypt-file-alist): Add PGG option.
4013         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4014         functionality.  Abstract password key and messaging to external
4015         functions.
4016         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4017         (encrypt-message-method-and-cipher): Add new convenience external
4018         functions.
4019         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4020         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4021
4022         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4023         (netrc-parse): Use encrypt-file-alist to determine if
4024         encrypt-find-model or encrypt-insert-file-contents should be used.
4025
4026         * encrypt.el: Clarify documentation.  Load password-cache or
4027         password, whichever one is found first, instead of autoloading.
4028
4029 2007-12-19  Glenn Morris  <rgm@gnu.org>
4030
4031         * mml.el (message-options-set, message-narrow-to-head)
4032         (message-in-body-p, message-mail-p, message-encode-message-body):
4033         Autoload.
4034         (message-remove-header, message-narrow-to-headers-or-head)
4035         (message-subscribed-p, message-make-mail-followup-to)
4036         (message-position-on-field, message-news-p)
4037         (message-options-set-recipient, message-generate-headers)
4038         (message-sort-headers): Declare as functions.
4039
4040 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4043         convention in doc string.
4044
4045 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4048         title to html parts.
4049         (gnus-article-browse-html-article): Pass message header to it.
4050
4051         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4052
4053 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4056         or password compatible with XEmacs.
4057
4058 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4059
4060         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4061         format document.
4062         (gnus-mime-delete-part): Don't write description line if empty.
4063         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4064
4065 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4066
4067         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4068         (gnus-summary-mark-read-and-unread-as-read)
4069         (gnus-summary-mark-current-read-and-unread-as-read)
4070         (gnus-summary-mark-unread-as-ticked): Doc fix.
4071         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4072
4073 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4076         Christoph Conrad <christoph.conrad@gmx.de>.
4077
4078 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4079
4080         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4081         yes-or-no-p.
4082
4083 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * mm-decode.el (mm-add-meta-html-tag): New function.
4086         (mm-save-part-to-file, mm-pipe-part): Use it.
4087
4088         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4089         gnus-y-or-n-p instead of y-or-n-p.
4090         (gnus-article-browse-html-parts): Work with message/external-body; use
4091         mm-add-meta-html-tag.
4092
4093 2007-12-11  Glenn Morris  <rgm@gnu.org>
4094
4095         * gnus-cache.el: Require gnus-sum not just when compiling.
4096
4097         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4098
4099         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4100         definitions before use.
4101
4102         * mm-decode.el: Require gnus-util.
4103         (mm-remove-part): Only call delete-annotation on XEmacs.
4104
4105         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4106
4107         * nnmail.el: Require gnus-int.
4108
4109         * spam.el: Move `require's before `eval-when-compile's.
4110
4111         * gnus-ems.el (gnus-alive-p):
4112         * gnus-fun.el (message-goto-eoh):
4113         * gnus-util.el (gnus-group-name-decode):
4114         * mail-source.el (gnus-compress-sequence):
4115         * message.el (Info-goto-node, format-spec):
4116         * mm-bodies.el (message-options-get):
4117         * mm-decode.el (mm-view-pkcs7):
4118         * mm-util.el (gmm-write-region):
4119         * mml-smime.el (mml-compute-boundary)
4120         (gnus-completing-read-with-default):
4121         * mml.el (widget-button-press, gnus-make-hashtable):
4122         * mml1991.el (mm-decode-content-transfer-encoding)
4123         (mm-encode-content-transfer-encoding)
4124         (message-options-get, message-options-set):
4125         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4126         * nnfolder.el (gnus-request-group):
4127         * nnheader.el (ietf-drums-unfold-fws):
4128         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4129         * smime.el (gnus-run-mode-hooks):
4130         * spam-stat.el (gnus-message): Autoload.
4131
4132         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4133         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4134         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4135         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4136         Add declare-function compatibility definition.
4137
4138         * gnus-cache.el (nnvirtual-find-group-art):
4139         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4140         (gnus-add-image, gnus-add-wash-type):
4141         * gnus-group.el (nnkiboze-score-file):
4142         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4143         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4144         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4145         (message-tokenize-header, gnus-get-buffer-create)
4146         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4147         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4148         * gnus.el (gnus-group-decoded-name):
4149         * mail-source.el (imap-capability):
4150         * mm-bodies.el (message-options-set):
4151         * mm-decode.el (gnus-configure-windows):
4152         * mm-extern.el (message-goto-body):
4153         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4154         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4155         (epg-sub-key-validity, message-options-set):
4156         * mml.el (widget-event-point, gnus-configure-windows):
4157         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4158         * mml2015.el (epg-check-configuration, epg-configuration)
4159         (message-options-set):
4160         * nndb.el (nndb-request-article):
4161         * nnfolder.el (gnus-request-create-group):
4162         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4163         * nnmaildir.el (gnus-group-mark-article-read):
4164         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4165         * rfc1843.el (message-fetch-field):
4166         * spam.el (gnus-extract-address-components):
4167         Declare as functions.
4168
4169 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4172
4173         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4174
4175         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4176         bind show-trailing-whitespace for XEmacs.
4177
4178 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4181         new no-op macro for backward compatibility.
4182
4183         * imap.el (imap-string-to-integer): New function.
4184
4185 2007-12-09  Glenn Morris  <rgm@gnu.org>
4186
4187         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4188
4189         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4190         * message.el, mm-view.el, sieve-manage.el, smime.el:
4191         Add declare-function compatibility definition.
4192
4193         * gnus-art.el (w3-region, w3m-region, Info-menu):
4194         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4195         * gnus-sum.el (gnus-get-predicate):
4196         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4197         * message.el (mail-abbrev-in-expansion-header-p):
4198         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4199         (w3m-detect-meta-charset, w3m-region):
4200         * sieve-manage.el (password-read, password-cache-add)
4201         (password-cache-remove):
4202         * smime.el (password-read-and-add): Declare as functions.
4203
4204 2007-12-08  David Kastrup  <dak@gnu.org>
4205
4206         * gnus-sum.el (gnus-summary-simplify-subject-query):
4207         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4208         `message'.
4209
4210 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4213         it to bind idna-program, installation-directory, defined-colors, and
4214         face-attribute for XEmacs of the version that compiles defcustom forms.
4215
4216 2007-12-07  Glenn Morris  <rgm@gnu.org>
4217
4218         * gnus-art.el (article-make-date-line): Revert previous change.
4219
4220 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4223
4224 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4225
4226         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4227         Call gnus-add-to-range ranges only once with a prepared article-list.
4228
4229 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4230
4231         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4232         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4233         group names with backslashes.  Reported by Tassilo Horn
4234         <tassilo@member.fsf.org>.
4235
4236 2007-12-06  Deepak Goel  <deego3@gmail.com>
4237
4238         * gnus-art.el (article-make-date-line):
4239         * gnus-start.el (gnus-load):
4240         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4241
4242 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (gnus-use-idna)
4245         * gnus-start.el (gnus-site-init-file)
4246         * message.el (message-use-idna)
4247         * mm-uu.el (mm-uu-hide-markers)
4248         * smiley.el (smiley-style): Revert changes that suppress warnings.
4249
4250 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4253         specify charset to html source.  Reported by Christoph Conrad
4254         <christoph.conrad@gmx.de>.
4255
4256 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4259         idna-program in order to suppress byte compile warning issued by XEmacs
4260         that came to byte compile the default value section of defcustom forms
4261         recently.
4262
4263         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4264         value of installation-directory.
4265
4266         * message.el (message-use-idna): Don't directly refer to the value of
4267         idna-program.
4268
4269         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4270
4271         * smiley.el (smiley-style): Don't directly call face-attribute.
4272
4273 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4274
4275         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4276
4277         * gnus-dired.el: Reduce Gnus dependencies.
4278         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4279         require.  Use autoloads instead.
4280         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4281         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4282         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4283         (gnus-dired-mode): Adjust doc string.
4284         (gnus-dired-mail-mode): New variable.
4285         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4286         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4287         (gnus-dired-mail-buffers): New function.  Return mail or message
4288         composition buffers.
4289         (gnus-dired-attach): Use it.
4290         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4291         NO-DECODE.
4292         (gnus-dired-print): Use `gnus-print-buffer' depending on
4293         `gnus-dired-mail-mode'.
4294
4295 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * rfc2047.el (rfc2047-encoded-word-regexp)
4298         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4299         explaining what regexp patterns are for.
4300
4301 2007-12-04  Glenn Morris  <rgm@gnu.org>
4302
4303         * password.el: Move to password-cache.el.
4304
4305         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4306         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4307         * mml-smime.el (password-read, password-cache-add)
4308         (password-cache-remove):
4309         No need to autoload, since mml-sec requires password.
4310
4311         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4312         * message.el (gnus-extract-address-components):
4313         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4314
4315         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4316         password.
4317
4318 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * mailcap.el: Reduce dependencies.
4321         (mail-header-parse-content-type): Autoload.
4322         (mailcap-delete-duplicates): New alias.
4323         (mailcap-mime-info): Add optional argument NO-DECODE.
4324         (mailcap-mime-types): Use mailcap-delete-duplicates.
4325
4326         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4327
4328 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4329
4330         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4331         (imap-parse-status): Upcase status-att for servers that sends them
4332         lower-case (e.g., MS Exchange 2007).
4333
4334 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4337         function.
4338
4339         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4340         (gnus-uu-yenc-article): New function.
4341
4342         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4343
4344         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4345         buffer.
4346
4347 2007-12-02  Glenn Morris  <rgm@gnu.org>
4348
4349         * binhex.el (binhex): New custom group.
4350         (binhex-decoder-program, binhex-decoder-switches)
4351         (binhex-use-external): Move to the binhex custom group.
4352
4353         * uudecode.el (uudecode): New custom group.
4354         (uudecode-decoder-program, uudecode-decoder-switches)
4355         (uudecode-use-external): Move to the uudecode custom group.
4356
4357         * netrc.el (top-level): Don't load `encrypt' features.
4358         (netrc-parse): Don't use encrypt.
4359         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4360
4361         * encrypt.el: Remove file.
4362
4363 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4366         matches on patches.
4367
4368         * gnus-art.el (gnus-article-browse-html-article): Mention
4369         `mm-text-html-renderer' in the doc string.
4370
4371         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4372         string.  Add comments.
4373
4374         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4375         if rhs is ASCII.
4376
4377 2007-12-01  Glenn Morris  <rgm@gnu.org>
4378
4379         * mail-source.el (top-level): Require format-spec before
4380         eval-when-compile.
4381
4382 2007-11-30  Glenn Morris  <rgm@gnu.org>
4383
4384         * encrypt.el: Require password, rather than autoloading password-read.
4385
4386 2007-11-29  Glenn Morris  <rgm@gnu.org>
4387
4388         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4389         (sasl-make-client, sasl-next-step, sasl-step-data)
4390         (sasl-step-set-data): Declare as functions.
4391
4392 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4393
4394         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4395
4396 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4397
4398         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4399         certs should be verified and what is to be done in the event of a
4400         verification failure.
4401
4402         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4403         caller can indicate whether the cache should be disregarded for this
4404         call.  This way the result of the call is reproducible at all times and
4405         can be considered a canonical server name for the supplied method.
4406         (gnus-agent-method-p): Canonicalize server names by pushing their
4407         method through `gnus-method-to-server' using the no-cache argument.
4408
4409         * gnus-srvr.el (gnus-server-insert-server-line): Call
4410         `gnus-method-to-server' with `no-cache' argument.
4411
4412         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4413         gnus-agent-possibly-synchronize-flags as this should be called when the
4414         server is actually being opened.
4415         (gnus-agent-possibly-synchronize-flags)
4416         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4417         flags file of an agentized server to the latter function.
4418
4419         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4420         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4421         after a connection has been established successfully.
4422
4423 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-art.el (article-display-face): Force to display face if called
4426         interactively; check if gnus-article-x-face-too-ugly matches author.
4427         (article-display-x-face): Display face even if From header is missing
4428         as article-display-face does.
4429
4430 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4431
4432         * hashcash.el (message-narrow-to-headers-or-head)
4433         (message-fetch-field, message-goto-eoh)
4434         (message-narrow-to-headers): Declare as functions.
4435
4436 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4437
4438         * mail-source.el (mail-sources): Default to fetch from file for
4439         compatibility with default of nnmail-spool-file.
4440
4441 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4444         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4445         to look for encoded word that should be encoded again.
4446         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4447         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4448         encoding pattern.
4449         (rfc2047-decode-region): Switch strict regexp and loose one according
4450         to rfc2047-allow-irregular-q-encoded-words.
4451
4452 2007-11-25  Romain Francoise  <romain@orebokech.com>
4453
4454         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4455
4456 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4457
4458         * tls.el (tls-program): Provide more custom choices from
4459         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4460         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4461
4462 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4463
4464         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4465         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4466
4467         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4468         `nnmail-spool-file'.
4469
4470         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4471         `nnmail-spool-file'.
4472
4473         * gnus-move.el (gnus-change-server): Ditto.
4474
4475         * gnus-kill.el (gnus-batch-score): Ditto.
4476
4477         * gnus-cache.el (gnus-jog-cache): Ditto.
4478
4479         * gnus-msg.el (gnus-summary-reply):
4480         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4481
4482 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4483
4484         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4485         version.  Minor improvement to doc strings.
4486         (tls-program): Add comment.
4487
4488 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4489
4490         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4491         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4492         mismatch between the hostname provided in the certificate and the name
4493         of the host connnecting to.
4494         (open-tls-stream): Use them.  Check certificates against trusted root
4495         certificates.
4496
4497 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * gnus-cache.el (gnus-cache-generate-nov-databases):
4500         Use nnml-generate-nov-databases-directory instead of
4501         nnml-generate-nov-databases-1.
4502
4503 2007-11-24  Glenn Morris  <rgm@gnu.org>
4504
4505         * message.el (message-tool-bar-retro): Update for rename
4506         mail_send.xpm->mail-send.xpm.
4507
4508 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4509
4510         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4511         `smime-ldap-search' for Emacs 22 and up.
4512
4513 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4514
4515         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4516
4517         * message.el (message-send-mail-function): Fix error convention.
4518         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4519         (message-widen-reply, message-send-mail, message-talkative-question)
4520         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4521         (message-clone-locals, message-send-news): Use with-current-buffer.
4522         (message-insert-or-toggle-importance): Remove unused var `valid'.
4523         (message-make-references): Remove unused var `new-references'.
4524         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4525
4526 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4527
4528         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4529         (spam-split-symbolic-return-positive): Reflow docstring.
4530         (spam-backends, spam-summary-exit-behavior)
4531         (spam-mark-ham-unread-before-move-from-spam-group)
4532         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4533         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4534         (spam-clear-cache, spam-backend-check, spam-install-backend)
4535         (spam-install-statistical-backend, spam-list-of-processors)
4536         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4537         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4538         (spam-check-crm114, spam-initialize, spam-unload-hook):
4539         Fix typos in docstrings.
4540
4541 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4544         been checked if they have never been read and those group levels are
4545         higher than the one that a user specified.
4546
4547 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4550         foreign groups unless a group level is specified by a user.
4551         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4552
4553 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * message.el (message-send-mail-function): Require sendmail.
4556
4557 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * message.el (message-send-mail-function): Check for smtpmail too.
4560
4561         * utf7.el (utf7-encode, utf7-decode): Use coding system
4562         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4563
4564         * message.el (message-send-mail-function): New function.
4565         (message-send-mail-function): Set default using
4566         message-send-mail-function.  Adjust doc string.
4567         (message-send-mail-with-mailclient): New function.
4568
4569 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4570
4571         * smime.el (from):
4572         * rfc2047.el (message-posting-charset):
4573         * qp.el (mm-use-ultra-safe-encoding):
4574         * pop3.el (parse-time-months):
4575         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4576         * nnml.el (files):
4577         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4578         (jka-compr-compression-info-list, ange-ftp-path-format)
4579         (efs-path-regexp):
4580         * nndiary.el (files):
4581         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4582         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4583         (epg-digest-algorithm-alist, inhibit-redisplay)
4584         (password-cache-expiry):
4585         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4586         (pgg-output-buffer, password-cache-expiry):
4587         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4588         (efs-path-regexp):
4589         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4590         (inhibit-redisplay):
4591         * mm-uu.el (file-name, start-point, end-point, entry)
4592         (gnus-newsgroup-name, gnus-newsgroup-charset):
4593         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4594         (latin-unity-ucs-list):
4595         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4596         (mm-uu-binhex-decode-function):
4597         * message.el (gnus-message-group-art, gnus-list-identifiers)
4598         (rmail-enable-mime-composing, gnus-local-organization)
4599         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4600         (gnus-read-active-file, facemenu-add-face-function)
4601         (facemenu-remove-face-function, gnus-article-decoded-p)
4602         (tool-bar-mode):
4603         * mail-source.el (display-time-mail-function):
4604         * gnus-util.el (nnmail-pathname-coding-system)
4605         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4606         (gnus-original-article-buffer, gnus-user-agent)
4607         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4608         (xemacs-codename, sxemacs-codename, emacs-program-version):
4609         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4610         * gnus-start.el (gnus-agent-covered-methods)
4611         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4612         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4613         (gnus-newsgroup-headers, gnus-group-list-mode)
4614         (gnus-group-mark-positions, gnus-newsgroup-data)
4615         (gnus-newsgroup-unreads, nnoo-state-alist)
4616         (gnus-current-select-method, mail-sources)
4617         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4618         (nnmail-spool-file, gnus-cache-active-hashtb):
4619         * gnus-mh.el (mh-lib-progs):
4620         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4621         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4622         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4623         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4624         (gnus-group-buffer):
4625         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4626         (font-lock-set-defaults):
4627         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4628         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4629         (gnus-summary-post-menu, total-parts, type, condition, length):
4630         * gnus-agent.el (gnus-agent-read-agentview):
4631         * flow-fill.el (show-trailing-whitespace):
4632         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4633         eval-and-compile wrappers for byte compiler pacifiers.
4634
4635         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4636         (mm-display-inline-fontify): Check for featurep 'xemacs not
4637         extent-list.
4638
4639         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4640         itimer-list.
4641         (mm-create-image-xemacs): Only do something for XEmacs.
4642         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4643
4644         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4645
4646         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4647         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4648
4649 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4650
4651         * nnimap.el (nnimap-split-download-body):
4652         * gnus-demon.el (gnus-demon):
4653         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4654
4655 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4658         macros.
4659         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4660         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4661         copy data from unibyte buffer to multibyte current buffer.
4662         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4663         to copy data from unibyte current buffer to multibyte buffer.
4664         (nntp-make-process-buffer): Make process buffer unibyte.
4665
4666         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4667
4668 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4669
4670         * pop3.el (pop3-open-server): Accept and process data more robustly at
4671         connexion start to avoid spurious "POP SSL connexion failed" errors.
4672
4673 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4676         read group names.
4677
4678 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4681
4682 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4685         (nnmail-save-active): Use a unibyte buffer when saving active file,
4686         which may contain non-ASCII group names.
4687
4688         * nnml.el (nnml-request-group): Decode group names in messages.
4689
4690 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4691
4692         * message.el (message-citation-line-function)
4693         (message-insert-formatted-citation-line): Fix spelling of
4694         `message-insert-formated-citation-line'.
4695
4696 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4699
4700 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4703         nnmail-pathname-coding-system.
4704
4705         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4706         that a user enters; decode group names in messages.
4707
4708         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4709
4710 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4713
4714         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4715
4716         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4717         risky local variable.
4718
4719         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4720
4721 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4722
4723         * encrypt.el: Improve documentation to fix function name typo.
4724         Reported by Daiki Ueno <ueno@unixuser.org>.
4725
4726 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4729         even if the point is not in the last page of an article.
4730         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4731         back to the previous page.
4732
4733 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4736
4737 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4740
4741 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4742
4743         * message.el (message-check-news-body-syntax): Avoid
4744         mm-string-as-multibyte.
4745         (message-hide-headers): Don't assume (point-min)==1.
4746
4747 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4748
4749         * message.el (message-remove-blank-cited-lines): Fix if remove is
4750         given.
4751         (message-bogus-address-regexp): New variable.
4752         (message-bogus-recipient-p): New function.
4753         (message-check-recipients): New command.
4754         (message-syntax-checks): Add `bogus-recipient'.
4755         (message-fix-before-sending): Add `bogus-recipient'.
4756
4757         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4758         (gnus-treat-body-boundary): Don't test window-system.
4759
4760 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4761
4762         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4763
4764 2007-10-28  Miles Bader  <miles@gnu.org>
4765
4766         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4767         at compile-time too.
4768
4769 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * gnus-msg.el (gnus-message-setup-hook): Add
4772         `message-remove-blank-cited-lines' to options.
4773
4774 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * message.el (message-remove-blank-cited-lines): New function.
4777         Suggested by Karl Plästerer.
4778
4779 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4782         mapc.
4783
4784         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4785         (top-level): Use mapc to set functions to be traced for debugging.
4786
4787         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4788         called for effect with while loop.
4789
4790         * message.el (message-talkative-question): Replace mapcar called for
4791         effect with mapc.
4792
4793         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4794         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4795         called for effect with dolist.
4796
4797         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4798
4799         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4800         gnus-extra-headers and nnmail-extra-headers.
4801
4802         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4803         called for effect with dolist.
4804         (top-level): Use mapc to set functions to be traced for debugging.
4805
4806         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4807         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4808         dolist.
4809
4810         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4811         Replace mapcar called for effect with mapc.
4812         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4813         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4814         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4815         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4816
4817         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4818         remove-if that's a cl function.
4819
4820         * webmail.el (webmail-debug): Replace mapcar called for effect with
4821         dolist.
4822
4823         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4824         with mapc.
4825
4826 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4829         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4830         with while loop.
4831
4832         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4833         functions from article-* functions.
4834         (gnus-multi-decode-header): Replace mapcar called for effect with
4835         dolist.
4836
4837         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4838         (gnus-bookmark-show-details): Replace mapcar called for effect with
4839         while loop.
4840
4841         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4842         called for effect with while loop.
4843
4844         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4845         with dolist.
4846
4847         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4848         mapcar called for effect with dolist.
4849
4850         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4851
4852         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4853         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4854         Replace mapcar called for effect with dolist.
4855         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4856         mapc.
4857
4858         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4859         Replace mapcar called for effect with dolist.
4860         (gnus-topic-list): Replace mapcar called for effect with mapc.
4861
4862         * gnus.el: Use mapc instead of mapcar to add autoloads.
4863
4864 2007-10-23  Richard Stallman  <rms@gnu.org>
4865
4866         * gnus-group.el (gnus-group-highlight): Mark as risky.
4867
4868 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus.el (gnus-server-to-method): Return method found first in
4871         gnus-newsrc-alist.
4872
4873         * gnus-art.el (gnus-article-highlight-signature)
4874         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4875         button overlay without the front stickiness.
4876
4877 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4878
4879         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4880         overview buffer needed a catch to receive its throw.
4881         (gnus-agent-flush-cache): Declared as interactive to make this function
4882         easier to use.
4883
4884 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4885
4886         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4887         `next-line'.
4888
4889 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4892         exclude address matching message-dont-reply-to-names.
4893
4894 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-util.el (gnus-string<): New function.
4897
4898         * gnus-sum.el (gnus-article-sort-by-author)
4899         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4900
4901 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4904         the frame-focus tag is set in gnus-buffer-configuration.
4905
4906 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4909         the front stickiness.
4910
4911 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4914         url pattern; remove duplicate one.
4915         (gnus-article-extend-url-button): New function.
4916         (gnus-article-add-buttons): Use it.
4917         (gnus-button-push): Use concatenated url that it makes.
4918
4919 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4920
4921         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4922
4923 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4924
4925         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4926         Don't hardcode point-min==1.
4927
4928 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4931         Fix comment about "iso8859-1".
4932
4933 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4934
4935         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4936         ones returned from the verify-function.
4937
4938         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4939         mml2015-extract-cleartext-signature if extraction failed.
4940
4941 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4942
4943         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4944         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4945         failed.
4946
4947 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4950
4951 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4952
4953         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4954         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4955         recommends to use EasyPG instead of PGG.
4956
4957         * pgg.el: Revert to revision 6.23.2.16.
4958
4959         * pgg-def.el: Revert to revision 6.6.2.14.
4960
4961         * pgg-gpg.el: Revert to revision 6.23.2.34.
4962
4963 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4964
4965         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4966         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4967         thread for both the null and zero (kill/expire thread) universal prefix
4968         cases.
4969         (gnus-summary-expire-thread): Add new function to expire a thread,
4970         using gnus-summary-kill-thread.
4971         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4972         shortcuts for gnus-summary-expire-thread.
4973         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4974         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4975
4976 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4977
4978         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4979         extras value, so an extras entry can be deleted.
4980         (gnus-registry-delete-extra-entry): Use it.
4981         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4982         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4983         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4984         storage through the gnus-registry, and provide an appropriate API for
4985         it.
4986
4987 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4990         Suggested by Leo <sdl.web@gmail.com>.
4991
4992         * gnus.el: Do.
4993
4994 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4997         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4998
4999         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5000
5001         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5002         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5003
5004 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5007         newline.
5008         (nnmbox-request-accept-article): Don't change article in source buffer;
5009         narrow to header to use message-fetch-field rather than
5010         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5011         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5012         as delimiters; make sure article ends with newline.
5013         (nnmbox-delete-mail): Correct last position of article to be deleted;
5014         ignore X-Gnus-Newsgroup header in article body.
5015         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5016         positions; make sure article ends with newline.
5017
5018         * message.el (message-display-abbrev): Don't infloop when a user
5019         inserts SPC in the beginning of header.
5020
5021         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5022         coding-system-for-read and coding-system-for-write for XEmacs having no
5023         file-coding feature.
5024
5025         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5026
5027 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5030         list of groups not followed by default.  Fix type to be regexp.
5031         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5032
5033 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5034
5035         * hmac-def.el (define-hmac-function): Switch from old-style to
5036         new-style backquotes.
5037
5038         * md4.el (md4-make-step): Likewise.
5039
5040 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5043         raw-text coding system when saving .newsrc file, which may contain
5044         non-ASCII group names.
5045
5046 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-cus.el (gnus-score-extra): New widget.
5049         (gnus-score-extra-convert): New function.
5050         (gnus-score-customize): Use it for Extra.
5051
5052 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5053
5054         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5055         (mml2015-mailcrypt-clear-verify): Use it.
5056         (mml2015-gpg-clear-verify): Use it.
5057         (mml2015-pgg-clear-verify): Use it.
5058         (mml2015-epg-clear-verify): Replace the current part with the output
5059         from GnuPG; don't extract the plaintext by itself.
5060
5061         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5062         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5063         mml2015-clear-verify-function; don't touch the armor headers or
5064         dash-escaped text here.
5065
5066 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5069         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5070         parts, or application/octet-stream as a last resort.
5071         (gnus-mime-view-part-as-type): Don't toggle display.
5072         (gnus-mime-view-part-as-charset): Don't turn off display before
5073         querying charset.
5074
5075         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5076         stuff to undisplayer function in Emacs.
5077         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5078
5079         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5080         text/calendar parts.
5081
5082 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5085         decoding text/calendar parts.
5086
5087         * message.el (message-forward-make-body-mime): Always mark body as
5088         having no illegible text; remove signed-or-encrypted argument.
5089         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5090
5091         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5092         (mml-generate-mime-1): Don't encode body if it is specified to be in
5093         raw form; don't make buffer be unibyte when inserting multibyte string.
5094
5095 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5096
5097         * sha1.el: Fix up comment style.
5098         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5099         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5100
5101         * hex-util.el: Fix up comment style.
5102         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5103
5104         * gnus-salt.el: Use with-current-buffer.
5105         (gnus-pick-setup-message): Fix long-standing typo.
5106
5107 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * imap.el (imap-logout-timeout): New variable.
5110         (imap-logout, imap-logout-wait): New functions.
5111         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5112
5113         * nnimap.el (nnimap-logout-timeout): New server variable.
5114         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5115         nnimap-logout-timeout.
5116
5117         * gnus-art.el (gnus-article-summary-command-nosave)
5118         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5119
5120 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus.el (gnus-maximum-newsgroup): New variable.
5123
5124         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5125         according to gnus-maximum-newsgroup.
5126
5127         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5128         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5129         Limit the range of articles according to gnus-maximum-newsgroup.
5130
5131 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5132
5133         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5134         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5135         Don't perform gnus-configure-windows here; reuse existing sticky
5136         article buffer.
5137
5138         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5139         it doesn't exist in gnus-article-mode.
5140
5141 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5144         (gnus-agent-decoded-group-name): New function.
5145         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5146         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5147
5148 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5149
5150         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5151         Add binding for gnus-sticky-article.
5152         (gnus-summary-exit): Don't kill sticky article buffers.
5153
5154         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5155         article buffer.
5156         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5157         (gnus-kill-sticky-article-buffers): New commands.
5158
5159 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * nntp.el (nntp-xref-number-is-evil): New server variable.
5162         (nntp-find-group-and-number): If it is non-nil, don't trust article
5163         numbers in the Xref header.
5164
5165 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-agent.el (gnus-agent-read-group): New function.
5168         (gnus-agent-flush-group, gnus-agent-expire-group)
5169         (gnus-agent-regenerate-group): Use it.
5170         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5171         nnmail-pathname-coding-system.
5172
5173 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5176
5177         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5178         that are unread as unread, and also as selected so that information of
5179         marks having been changed by a user may be updated when exiting group.
5180
5181 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5184         calculated ignoring signature parts to gnus-treat-article.
5185
5186 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5189         a point here in order to keep the window start.
5190         (gnus-insert-mime-security-button): Make a button overlay without the
5191         front stickiness.
5192         (gnus-mime-display-security): Goto the end of a button.
5193
5194         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5195
5196 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5199         group-name-at-point.
5200         (gnus-group-completing-read): New function that offers decoded
5201         non-ASCII group names for completion.
5202         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5203         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5204         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5205         (gnus-group-fetch-control): Use it.
5206         (gnus-fetch-group): Use group-name-at-point for the initial value
5207         rather than the default value; use gnus-alive-p.
5208
5209         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5210         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5211         (gnus-summary-post-news): Use gnus-group-completing-read.
5212
5213         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5214         (gnus-read-move-group-name): Decode group name for completion.
5215
5216 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5217
5218         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5219         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5220         Yamaoka slightly modified the code).
5221
5222 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5225         (nnmail-split-incoming): Bind it.
5226
5227         * nnml.el (nnml-group-name-charset): New function.
5228         (nnml-decoded-group-name): Use it; don't decode group name if
5229         nnmail-group-names-not-encoded-p is non-nil.
5230         (nnml-encoded-group-name): New function.
5231         (nnml-group-pathname): Inline nnml-decoded-group-name.
5232         (nnml-request-expire-articles): Decode group name in message.
5233         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5234         nnmail-pathname-coding-system.
5235         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5236         not decoded ones according to nnmail-group-names-not-encoded-p.
5237         (nnml-generate-active-info): Use nnml-encoded-group-name.
5238
5239 2007-08-08  Glenn Morris  <rgm@gnu.org>
5240
5241         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5242         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5243         doc-strings and comments.
5244
5245 2007-07-25  Glenn Morris  <rgm@gnu.org>
5246
5247         * Relicense all FSF files to GPLv3 or later.
5248
5249 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * gnus-sum.el (gnus-summary-move-article): Make
5252         gnus-summary-respool-article work.
5253
5254 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5255
5256         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5257         string.
5258
5259 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5260
5261         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5262         that should be ignored when comparing distant RSS articles with local
5263         ones.
5264         (nnrss-make-hash-index): New function.  Create a hash index according
5265         to the ignored fields.
5266         (nnrss-check-group): Use it.
5267
5268 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5271
5272         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5273
5274         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5275         the new optional argument ENCODED is non-nil.
5276         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5277         coding system for encoding group name.
5278         (gnus-group-make-rss-group): Pass un-encoded group name to
5279         gnus-group-make-group.
5280         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5281         encoded.
5282
5283         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5284         Encode group name to which articles are moved or copied.
5285         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5286         coding system for encoding Newsgroup, Followup-To and Xref headers.
5287
5288         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5289         marks; use nnheader-file-coding-system to write a file.
5290         (nnagent-retrieve-headers): Bind file-name-coding-system to
5291         nnmail-pathname-coding-system.
5292
5293         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5294
5295         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5296         (nnml-request-article, nnml-request-create-group)
5297         (nnml-request-rename-group, nnml-find-id)
5298         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5299         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5300         (nnml-save-marks): Use nnml-group-pathname instead of
5301         nnmail-group-pathname.
5302
5303         (nnml-request-create-group, nnml-request-expire-articles)
5304         (nnml-request-move-article, nnml-request-delete-group)
5305         (nnml-deletable-article-p, nnml-possibly-create-directory)
5306         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5307         (nnml-open-marks): Bind file-name-coding-system to
5308         nnmail-pathname-coding-system.
5309
5310         (nnml-request-article): Pass server argument to nnml-find-group-number.
5311         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5312         server argument to nnml-possibly-create-directory.
5313         (nnml-request-accept-article): Pass server argument to
5314         nnml-active-number and nnml-save-mail.
5315         (nnml-find-group-number): Pass server argument to nnml-find-id.
5316         (nnml-request-update-info): Pass server argument to
5317         nnml-marks-changed-p.
5318
5319         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5320         (nnml-save-mail, nnml-active-number): Add server argument.
5321
5322         (nnml-request-delete-group): Warn if group is missing.
5323         (nnml-get-nov-buffer): Decode group name.
5324         (nnml-generate-active-info): Encode group name.
5325         (nnml-open-marks): Decode group name in messages.
5326
5327 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5330         if it is not specified.
5331         (gnus-article-pipe-part, gnus-article-save-part)
5332         (gnus-article-interactively-view-part, gnus-article-copy-part)
5333         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5334         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5335         (gnus-article-replace-part, gnus-article-delete-part)
5336         (gnus-article-view-part-as-type): Pass raw prefix argument to
5337         gnus-article-part-wrapper.
5338
5339 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-agent.el (gnus-agent-save-active): Bind
5342         nnheader-file-coding-system to gnus-agent-file-coding-system.
5343
5344         * gnus-cache.el (gnus-cache-save-buffers)
5345         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5346         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5347         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5348         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5349         (gnus-cache-generate-active, gnus-cache-rename-group)
5350         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5351         (gnus-cache-update-overview-total-fetched-for): Bind
5352         file-name-coding-system to nnmail-pathname-coding-system.
5353         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5354         variables.
5355         (gnus-cache-decoded-group-name): New function.
5356         (gnus-cache-file-name): Use it.
5357         (gnus-cache-generate-active): Use non-decoded group name for active.
5358
5359         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5360         right place.
5361         (gnus-write-active-file): Don't break non-ASCII group names.
5362
5363         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5364         nnmail-pathname-coding-system.
5365
5366         * lpath.el: Bind default-file-name-coding-system,
5367         file-name-coding-system and language-info-alist for XEmacs.
5368
5369         * gnus-uu.el (gnus-uu-decode-save): Typo.
5370
5371 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5374
5375 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5378         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5379         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5380         (gnus-agent-flush-group, gnus-agent-flush-cache)
5381         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5382         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5383         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5384         (gnus-agent-regenerate-group)
5385         (gnus-agent-update-files-total-fetched-for)
5386         (gnus-agent-update-view-total-fetched-for): Bind
5387         file-name-coding-system to nnmail-pathname-coding-system.
5388         (gnus-agent-group-pathname): Don't encode file names by
5389         nnmail-pathname-coding-system.
5390         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5391         coding-system-for-write instead of buffer-file-coding-system to
5392         gnus-agent-file-coding-system.
5393
5394         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5395         Decode group name.
5396
5397         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5398
5399         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5400         (gnus-read-newsrc-el-file): Make group names unibyte.
5401
5402         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5403         nnmail-pathname-coding-system.
5404
5405         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5406         (nnrss-request-delete-group): Bind file-name-coding-system to
5407         nnmail-pathname-coding-system.
5408         (nnrss-read-server-data, nnrss-read-group-data): Bind
5409         file-name-coding-system correctly.
5410         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5411
5412         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5413         (nntp-server-to-method-cache): New variable.
5414         (nntp-group-pathname): New function that decodes non-ASCII group names.
5415         (nntp-possibly-create-directory, nntp-marks-changed-p)
5416         (nntp-save-marks, nntp-open-marks): Use it.
5417         (nntp-possibly-create-directory, nntp-open-marks):
5418         Bind file-name-coding-system to nnmail-pathname-coding-system.
5419         (nntp-open-marks): Decode group names when bootstrapping marks.
5420
5421         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5422         Newsgroups and Folowup-To headers.
5423
5424 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5427         (gnus-server-closed-face, gnus-server-denied-face)
5428         (gnus-server-offline-face): Remove variable.
5429         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5430
5431         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5432         of modifying message-stack directly for XEmacs.
5433
5434         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5435         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5436         if the coding-system argument is nil for XEmacs.
5437
5438         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5439         mm-charset-override-alist.
5440
5441         * rfc2047.el: Don't require base64; require rfc2045 for the function
5442         rfc2045-encode-string.
5443         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5444         to quote the parameter value.
5445
5446 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5449         form in gnus-group-name-charset-method-alist.
5450
5451         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5452         overrides the default layout edit-form.
5453
5454         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5455
5456         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5457
5458 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5461         as unfetched articles.
5462
5463 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5466
5467 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5470         original back end that keeps marks in the local system.
5471
5472 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5475         arg of pop-to-buffer for XEmacs.
5476         (gnus-article-read-summary-keys): Ditto; don't restore window
5477         configuration if summary command ends up with neither article buffer
5478         nor summary buffer; describe bindings if summary keys end with C-h.
5479
5480 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * message.el (message-fix-before-sending): Skip raw message part to be
5483         forwarded while checking illegible text.
5484         (message-forward-make-body-mime, message-forward-make-body): Mark
5485         signed or encrypted raw message as having no illegible text.
5486
5487 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5490         (gnus-message-with-timestamp-1): New macro.
5491         (gnus-message-with-timestamp): New function.
5492         (gnus-message): Use them.
5493
5494         * nnheader.el (nnheader-message): Use them.
5495
5496 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5499         .newsrc.eld file.
5500
5501 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-agent.el (gnus-agent-fetch-headers)
5504         (gnus-agent-retrieve-headers): Bind
5505         gnus-decode-encoded-address-function to identity.
5506
5507         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5508         available also when the server returns simply a dot.
5509
5510         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5511
5512 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5515
5516 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * gnus-ems.el (gnus-x-splash): Make it work.
5519
5520         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5521         from being used.
5522
5523         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5524
5525 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5528         4th and the 5th arguments.
5529
5530         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5531         the front stickiness.
5532         (gnus-article-summary-command-nosave): Correct the order of the
5533         arguments passed to pop-to-buffer.
5534         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5535         summary command ends up with the article buffer.
5536
5537         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5538         the same faces.
5539
5540 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5541
5542         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5543
5544 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5545
5546         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5547         * gnus-sum.el (gnus-summary-highlight):
5548         * pgg.el (pgg-sign-region, pgg-sign):
5549         * mail-source.el (mail-source-delete-old-incoming-confirm):
5550         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5551
5552 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-art.el (gnus-mime-view-part-externally)
5555         (gnus-mime-view-part-internally): Fix predicate function passed to
5556         completing-read.
5557
5558         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5559
5560         * gnus.el (gnus-update-message-archive-method): Add :version.
5561
5562 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus.el (gnus-update-message-archive-method): New variable.
5565
5566         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5567         according to gnus-message-archive-method if
5568         gnus-update-message-archive-method is non-nil.
5569
5570 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5573         by Loic Dachary <loic@dachary.org>.
5574         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5575
5576 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * message.el (message-pop-to-buffer): Add switch-function argument.
5579         (message-mail): Pass switch-function argument to it.
5580
5581 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5584         Improve doc string.
5585
5586 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5589         (gnus-header-content)
5590         * gnus-cite.el (gnus-cite-10)
5591         * gnus-srvr.el (gnus-server-closed)
5592         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5593         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5594         (gnus-group-mail-3-empty, gnus-group-mail-low)
5595         (gnus-group-mail-low-empty, gnus-splash)
5596         * message.el (message-header-to, message-header-cc)
5597         (message-header-subject, message-header-other, message-header-name)
5598         (message-header-xheader, message-separator, message-cited-text)
5599         (message-mml): Lighten colors of faces used for dark background.
5600
5601 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5602
5603         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5604         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5605
5606 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * message.el (message-narrow-to-headers-or-head):
5609         Ignore mail-header-separator in the body.
5610
5611 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5614         same as window size.
5615
5616 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5617
5618         * message.el (message-font-lock-keywords): Use message-header-xheader
5619         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5620         ahead of the anything pattern, to get it recognised.
5621
5622 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5625         spam.el loads uses it in the compiled defadvice form.
5626
5627 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5628
5629         * gnus-sum.el (gnus-articles-to-read)
5630         (gnus-summary-insert-old-articles): Don't truncate group name for
5631         `read-string'.
5632
5633         * gnus-util.el (gnus-limit-string): Delete this function.
5634
5635         * gnus-sum.el (gnus-simplify-subject-fully): Use
5636         `truncate-string-to-width' instead.
5637
5638 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5639
5640         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5641         if, on summary exit, the next group has to be selected.
5642         (gnus-summary-exit): Use it.
5643
5644 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5647         non-break space.
5648
5649 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5652         Check if group is not a directory.
5653         (nnfolder-request-expire-articles): Don't delete articles if the target
5654         group is not available.
5655
5656         * nnml.el (nnml-request-create-group): Properly check if group is not a
5657         file.
5658         (nnml-request-expire-articles): Don't delete articles if the target
5659         group is not available.
5660
5661         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5662         Don't quote characters that are within parentheses.
5663
5664 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5667         (gnus-handle-ephemeral-exit): Select article according to it.
5668
5669 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5670
5671         * message.el (message-insert-formated-citation-line): Remove newline.
5672         (message-citation-line-format): Add final \n here so that the user can
5673         avoid a blank line.
5674
5675 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5676
5677         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5678         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5679         Update lanl/arXiv support.
5680
5681 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * gnus.el: Bump version number.
5684
5685 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * gnus.el (gnus-version-number): Bump version.
5688
5689 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5690
5691         * gnus.el: No Gnus v0.6 is released.
5692
5693 2007-04-27  Didier Verna  <didier@xemacs.org>
5694
5695         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5696         * gmm-utils.el (gmm-regexp-concat): here.
5697         * message.el: Don't require 'gnus-util.
5698         (message-dont-reply-to-names): Handle name change above.
5699         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5700
5701 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5704         since the initial value varies according to the system.
5705
5706 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5709
5710 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5711
5712         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5713
5714 2007-04-24  Didier Verna  <didier@xemacs.org>
5715
5716         Improve the type of gnus-ignored-from-addresses.
5717         * gnus-util.el (gnus-orify-regexp): New function.
5718         * message.el (gnus-util): Require it.
5719         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5720         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5721         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5722
5723 2007-04-24  Didier Verna  <didier@xemacs.org>
5724
5725         * gnus-sum.el:
5726         * gnus-utils.el: Fix some trailing whitespaces.
5727
5728 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5731         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5732         article's Message-ID; refer parent article in summary buffer.
5733
5734         * message.el (message-bounce): Call mime-to-mml.
5735
5736         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5737         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5738         optimize and/or forms properly.
5739
5740 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5743         URL.
5744
5745 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5748
5749 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5752         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5753         displayed of multipart/alternative part if it is invoked from summary
5754         buffer.
5755
5756         * mm-view.el (mm-inline-text-html-render-with-w3m)
5757         (mm-inline-text-html-render-with-w3m-standalone)
5758         (mm-inline-render-with-function): Use mail-parse-charset by default.
5759
5760 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5761
5762         * parse-time.el (parse-time-string-chars): Check if CHAR
5763         is less than the length of parse-time-syntax.
5764
5765 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5768         from gnus-newsgroup-processable.
5769
5770 2007-04-16  Didier Verna  <didier@xemacs.org>
5771
5772         * gnus-msg.el (gnus-configure-posting-styles): Handle
5773         message-signature-directory properly with :file syntax.  Reported by
5774         "Leo".
5775
5776 2007-04-11  Didier Verna  <didier@xemacs.org>
5777
5778         New user option: message-signature-directory.
5779         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5780         * message.el (message-insert-signature): Ditto.
5781         * message.el (message-signature-file): Doc update.
5782         * message.el (message-signature-directory): New.
5783
5784 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * gnus-msg.el (gnus-inews-yank-articles): Use
5787         message-exchange-point-and-mark instead of exchange-point-and-mark.
5788
5789 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * message.el (message-yank-original): Make sure cited text ends with
5792         newline; don't exchange point and mark.
5793
5794 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5795
5796         * tls.el (open-tls-stream): Properly handle case where there
5797         is no associated buffer.
5798
5799 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5800
5801         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5802         message-yank-original, make sure (< mark TEXT point).
5803
5804 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * message.el (message-fill-column): New variable.
5807         (message-mode): Use it.  Add comment on a possible new hook.
5808
5809         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5810         (nnmail-get-new-mail): Reformat.
5811
5812         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5813
5814         * gmm-utils.el: Fix Commentary.
5815         (gmm-tool-bar-from-list): Fix typo in doc string.
5816
5817 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5818
5819         * message.el (message-yank-original): Don't switch point and mark
5820         unnecessarily to put point and mark as documented.
5821
5822 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5825         from the message heads.
5826
5827 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5828
5829         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5830         article buffer does not have a window.  This may not be the best
5831         solution but is certainly better than setting the start of the null,
5832         that is the current, window.
5833
5834 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5837         (gnus-draft-setup): Run it.
5838
5839         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5840         gnus-score-fast-scoring.  Allow regexp.
5841         (gnus-score-headers): Use it.
5842
5843         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5844         XEmacs.
5845
5846         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5847         string.
5848         (gnus-button-alist): Also catch `<f1> k ...'.
5849         (gnus-treat-display-x-face): Fix doc string.
5850
5851 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5852
5853         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5854         evaluation of gnus-extended-version to ensure correct generation of the
5855         User-Agent header when message-generate-headers-first is used.
5856
5857 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5858
5859         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5860         hashcash-path is nil.  Don't call callback with incorrect number of
5861         parameters if val is 0.
5862
5863 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5864
5865         * message.el (message-required-news-headers):
5866         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5867
5868 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5869
5870         * tls.el (open-tls-stream): In handshake-waiting loop,
5871         don't wait more if there is output available to process.
5872
5873 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5874
5875         * tls.el (tls-program): Doc fix.
5876
5877 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * message.el (message-generate-new-buffers): Change the meaning of the
5880         nil value; add `standard' to the choices; treat t as `unique'; improve
5881         doc string.
5882         (gnus-select-frame-set-input-focus): Autoload.
5883         (message-buffer-name): Search for the existing message buffer if
5884         message-generate-new-buffers is nil or `standard'; treat the value t of
5885         message-generate-new-buffers as `unique'.
5886         (message-pop-to-buffer): Raise the frame already displaying the message
5887         buffer; clear the echo area after querying.
5888         (message-setup): Pass the `continue' argument to compose-mail.
5889         (message-mail): Prefer `switch-function' if it is given; search for the
5890         existing message buffer if the `continue' argument is non-nil; pass
5891         continue and switch-function arguments to compose-mail by way of
5892         message-setup.
5893         (message-mail-other-window): Adjust argument of message-setup.
5894         (message-mail-other-frame): Ditto.
5895
5896 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5899         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5900         to turn font-lock on when turning gnus-message-citation-mode on.
5901
5902 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5903
5904         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5905         (mml-smime-function-alist): New variable; add epg as the backend.
5906         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5907         mml-smime- functions instead.
5908         * mm-view.el: Require smime.
5909
5910 2007-03-05  Didier Verna  <didier@xemacs.org>
5911
5912         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5913         instead of just inheritance for posting styles.
5914         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5915
5916 2007-02-24  Chris Moore  <dooglus@gmail.com>
5917
5918         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5919         * pgg-pgp.el (pgg-pgp-encrypt-region):
5920         * pgg-gpg.el (pgg-gpg-encrypt-region):
5921         Check pgg-encrypt-for-me if no other recipients.
5922
5923 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5924
5925         * tls.el (tls-certtool-program): Fix custom type.
5926
5927 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5930         and point-at-eol instead of line-(beginning|end)-position.
5931
5932         * assistant.el (assistant-parse-buffer): Ditto.
5933
5934         * netrc.el (netrc-parse-services): Ditto.
5935
5936 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5937
5938         * mml2015.el (mml2015-epg-find-usable-key): New function.
5939         (mml2015-epg-sign): Use it.
5940         (mml2015-epg-encrypt): Use it.
5941
5942 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * message.el (message-make-in-reply-to): Quote name containing
5945         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5946         if there are special characters.  Reported by NAKAJI Hiroyuki
5947         <nakaji@jp.freebsd.org>.
5948
5949 2007-02-27  Didier Verna  <didier@xemacs.org>
5950
5951         Include the group parameters as well as the topic ones in the
5952         inheritance filter process.
5953         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5954         argument GROUP-PARAMS-LIST.
5955         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5956
5957 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * nntp.el (nntp-never-echoes-commands)
5960         (nntp-open-connection-functions-never-echo-commands): New variables.
5961         (nntp-send-command): Use them.
5962
5963 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5964
5965         * mml2015.el (mml2015-epg-verify): Simplified.
5966
5967 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * mml.el (mml-content-disposition-alist): New user option.
5970         (mml-content-disposition): New function.
5971         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5972         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5973
5974 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5975
5976         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5977         verification.
5978
5979 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5980
5981         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5982         articles posted in the last 24 hours.
5983
5984 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5985
5986         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5987
5988 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5989
5990         * nntp.el (nntp-send-command): Don't wait for echoes when
5991         nntp-open-ssl-stream is used.
5992
5993 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5996         (gnus-message-add-citation-keywords)
5997         (gnus-message-remove-citation-keywords): Remove.
5998         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5999         directly, make the variables in font-lock-defaults buffer-local, add
6000         gnus-message-citation-keywords to them and then update the value of
6001         font-lock-keywords.
6002
6003 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * message.el (message-cite-original-1): Don't call
6006         gnus-article-highlight-citation.
6007
6008         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6009         citations; fix line count.
6010
6011 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6014         (gnus-message-add-citation-keywords)
6015         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6016         versions of font-lock-add-keywords and font-lock-remove-keywords to
6017         work with XEmacs correctly.
6018
6019 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-cite.el (gnus-cite-face-list): Set the values of
6022         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6023         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6024         (gnus-message-cite-prefix-regexp): New variable.
6025         (gnus-message-search-citation-line): Use it; protect against long
6026         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6027         the 0th match data for Emacs.
6028         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6029         (gnus-message-add-citation-keywords): Append keywords rather than
6030         prepending; emulate font-lock-add-keywords if it is not available.
6031         (gnus-message-remove-citation-keywords): Emulate
6032         font-lock-remove-keywords if it is not available.
6033
6034         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6035
6036         * message.el (message-cite-prefix-regexp): Set the value of
6037         gnus-message-cite-prefix-regexp.
6038
6039 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6040
6041         * nnweb.el (nnweb-google-parse-1): Update parser.
6042
6043 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6044
6045         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6046
6047 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6048
6049         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6050         regexp.
6051
6052 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6055         string-to-multibyte.
6056         (uudecode-decode-region-internal): Use it.
6057
6058         * lpath.el: Fbind string-as-multibyte for XEmacs.
6059
6060 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6063         custom choice.
6064
6065         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6066
6067 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6068
6069         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6070
6071         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6072         `write-region' to respect `mm-inhibit-file-name-handlers'.
6073
6074 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6077         Use gnus-home-directory instead of "~/" or "$HOME".
6078
6079 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6082         to mention filename.
6083         Add comments at beginning regarding usage.
6084         (encrypt-write-file-contents): Change interactive so a string is
6085         acceptable.  If the file has no associated model, show an error instead
6086         of a nonsense prompt.
6087
6088 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6089
6090         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6091         Thanks to Yoshihiko Yamada for kind notification of this typo.
6092
6093 2007-01-12  Kenichi Handa  <handa@m17n.org>
6094
6095         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6096         multibyte buffer.
6097
6098 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * gnus-score.el (gnus-score-fast-scoring): New variable.
6101         (gnus-score-headers): Use it.
6102
6103         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6104
6105         * message.el (message-cite-original-1): Call
6106         gnus-article-highlight-citation if requested.
6107         (message-make-from): Allow name and address as optional arguments.
6108
6109         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6110
6111         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6112         bugs to doc string.
6113         (gnus-button-alist): Add mid\\|message-id.
6114         (gnus-button-fetch-group): Extend for use in
6115         `browse-url-browser-function'.
6116         (gnus-button-url-regexp): Try to catch paired parentheses like in
6117         Wikipedia URLs.
6118
6119         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6120         Suggested by Simon Krahnke <overlord@gmx.li>.
6121
6122 2007-01-13  Romain Francoise  <romain@orebokech.com>
6123
6124         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6125         Update copyright.
6126
6127 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6128
6129         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6130
6131 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * gnus-registry.el (gnus-registry-unfollowed-groups)
6134         (gnus-registry-split-fancy-with-parent): Fix documentation.
6135
6136 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6137
6138         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6139         from nnweb groups.
6140
6141 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6144         Xref urls.  Erase buffer before requesting head.
6145
6146 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6147
6148         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6149         customizable.
6150
6151 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6152
6153         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6154         no signing key is found.
6155         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6156         no encrypting and/or signing key is found.
6157
6158 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6161
6162 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6163
6164         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6165         headers read from disk with the ones newly found in the current search.
6166         This should no longer cause problems, because the article numbers in
6167         Gmane's `nov.php' output are ignored since the previous change.
6168
6169 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6170
6171         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6172
6173 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6176         replace-regexp-in-string; bind url-version; fbind display-images-p and
6177         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6178         find-face and set-itimer-function for Emacs; bind itimer-list for
6179         Emacs.
6180
6181         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6182
6183 2007-01-01  Romain Francoise  <romain@orebokech.com>
6184
6185         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6186
6187 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6188
6189         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6190         `define-minor-mode' macro definition expanded properly.
6191         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6192         exclude it there.
6193
6194         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6195         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6196         `fboundp' test.
6197         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6198         This is OK to autoload in (S)XEmacs now.
6199
6200 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6201
6202         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6203         keystroke.
6204         (gnus-summary-limit-to-singletons): Fix typo.
6205
6206         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6207         else fails.
6208
6209 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6210
6211         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6212         docstring.
6213
6214         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6215         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6216         (gnus-summary-insert-dormant-articles): Fix typo in message.
6217
6218 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6219
6220         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6221         nil for XEmacs.
6222         (gnus-message-citation-mode): Don't autoload in XEmacs.
6223
6224         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6225
6226 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6227
6228         * nnimap.el (nnimap-expunge-search-string): Mention
6229         nnimap-search-uids-not-since-is-evil in docstring.
6230
6231 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * spam.el: Revert to make-obsolete-variable because
6234         define-obsolete-variable-alias is not supported in Emacs 21.
6235
6236         * spam.el (spam-ifile-path, spam-ifile-database-path)
6237         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6238         make-obsolete-variable.
6239         (spam-bsfilter-path, spam-bsfilter-program)
6240         (spam-spamassassin-path, spam-spamassassin-program)
6241         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6242         use "path" inappropriately.
6243         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6244         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6245         variable names.
6246
6247 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6248
6249         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6250         summary buffer.
6251
6252         * password.el (password-cache-remove): Use clear-string to burn
6253         password, if available.
6254
6255 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6258
6259         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6260
6261         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6262         (gnus-message-highlight-citation): Move defcustom here from
6263         gnus-cite.el.
6264         (gnus-message-citation-mode): Autoload.
6265
6266         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6267         checks to make it compile with XEmacs.
6268         (gnus-message-citation-mode): New minor mode.
6269         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6270         (gnus-message-highlight-citation): New variables.
6271         (gnus-message-search-citation-line)
6272         (gnus-message-add-citation-keywords)
6273         (gnus-message-remove-citation-keywords)
6274         (turn-on-gnus-message-citation-mode)
6275         (turn-off-gnus-message-citation-mode): New functions.
6276
6277 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6278
6279         * gnus-cite.el: Enable highlighting of different citation levels in
6280         message-mode.
6281
6282 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * message.el (message-make-fqdn): Fix comment.
6285         (message-bogus-system-names): Add ".local".
6286
6287         * spam.el (spam-ifile-path, spam-ifile-program)
6288         (spam-ifile-database-path, spam-ifile-database)
6289         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6290         Don't use "path" inappropriately.
6291         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6292         strings.
6293         (spam-check-ifile, spam-ifile-register-with-ifile)
6294         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6295         new variable names.
6296
6297         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6298         (gnus-treat-display-smileys): Simplify using
6299         gnus-image-type-available-p.
6300
6301         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6302         available.
6303
6304         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6305         `display-images-p' if available.
6306
6307 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6310         one after turning on the buffer's multibyteness instead of decoding
6311         them directly in the unibyte buffer that causes unexpected conversion
6312         in Emacs 23 (unicode).
6313
6314 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6315
6316         * message.el (message-generate-hashcash): Fix custom type.
6317
6318 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6321
6322 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6325         disconnect icons.  Add help text.
6326
6327 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6330         negated to be consistent with the others we handle.
6331
6332 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6335         version of gnus-summary-buffer to something, so that we can use two
6336         article buffers at the same time.
6337
6338 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6341         trigger all the extra headers.
6342         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6343         sorting.
6344
6345 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6346
6347         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6348         solid groups.
6349
6350 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6351
6352         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6353
6354 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6355
6356         * legacy-gnus-agent.el: Add Copyright notice.
6357
6358 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6359
6360         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6361
6362 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6363
6364         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6365
6366         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6367         to make it work reliably in CVS Emacs.
6368         (gnus-summary-limit-strange-charsets-predicate)
6369         (gnus-summary-limit-to-predicate): New functions.
6370
6371 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6372
6373         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6374         specifying array size.
6375         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6376         array if it is too small.
6377         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6378         (gnus-sort-threads-loop): New function.
6379
6380 2006-12-06  Chris Moore  <dooglus@gmail.com>
6381
6382         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6383         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6384
6385 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6386
6387         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6388         options.
6389
6390 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6391
6392         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6393         DOS-ing the recipient.
6394
6395         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6396         the headers when creating the mapping to avoid mismappings.
6397         (nnweb-gmane-create-mapping): Always nix out old mapping.
6398
6399 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6402         and mm-verify-option to never.
6403
6404 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * message.el (message-signed-or-encrypted-p): New function.
6407         (message-forward-make-body): Use it.
6408
6409         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6410         Replace encode-coding-string with mm-encode-coding-string.
6411
6412 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * nneething.el (nneething-decode-file-name): Replace
6415         decode-coding-string with mm-decode-coding-string.
6416
6417         * gnus-int.el (gnus-open-server): Say failed server's name.
6418
6419 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6420
6421         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6422         strings to a single string.  Quote `errors-file-name'.
6423         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6424         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6425         Adjust calls.  Use `shell-quote-argument'.
6426
6427 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6428
6429         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6430         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6431
6432         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6433         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6434         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6435         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6436         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6437         (gnus-subscribe-newsgroup, gnus-1):
6438         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6439         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6440         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6441         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6442
6443 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6444
6445         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6446         keystroke.
6447         (gnus-summary-limit-to-bodies): Implement headersp.
6448
6449 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6450
6451         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6452
6453 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6456
6457 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * message.el (message-generate-hashcash): Expand range of values to
6460         include `opportunistic'.
6461         (message-send-mail): Use it.
6462
6463 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6464
6465         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6466         and comment it.
6467
6468         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6469
6470 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * gnus-util.el (gnus-extract-address-components): Improve comment.
6473
6474 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-util.el (gnus-extract-address-components): Work with address in
6477         which the name portion contains @.
6478
6479         * lpath.el: Fbind custom-autoload.
6480
6481 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * gnus.el (gnus-start): Move custom group up.
6484         (gnus-select-method): Don't autoload, but make it available for
6485         `customize-variable'.
6486         (gnus-getenv-nntpserver): Don't autoload.
6487
6488 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6491
6492 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * message.el (message-sendmail-extra-arguments): New variable.
6495         (message-send-mail-with-sendmail): Use it.
6496
6497 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6500         mm-with-unibyte-current-buffer to make string unibyte.
6501
6502         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6503         mm-string-as-multibyte.
6504
6505 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6506
6507         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6508         Reported by Werner Koch <wk@gnupg.org>.
6509
6510 2006-11-14  Daiki Ueno  <ueno@p360>
6511
6512         * mml2015.el: Autoload epa-select-keys when compiling.
6513
6514 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6515
6516         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6517         message-options.
6518         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6519
6520 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6521
6522         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6523         EasyPG (< 0.0.6).
6524         (mml2015-always-trust): New user option.
6525         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6526         prompt.
6527
6528 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6529
6530         * nntp.el (nntp-authinfo-force): New variable.
6531         (nntp-send-authinfo): Use it.
6532
6533 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6536         decode encoded words.  Improve prompt.  Add comment about forwarding.
6537         (message-replacement-char): Move up.
6538
6539 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6540
6541         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6542         instead of gnus-intersection because arguments of gnus-sorted-nunion
6543         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6544
6545 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6548         (message-simplify-subject-functions): Enable
6549         message-strip-subject-encoded-words by default.
6550
6551 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * message.el (message-strip-subject-encoded-words): New function.
6554         (message-simplify-subject-functions): New variable.
6555         (message-simplify-subject): Use it.  Fix typo in doc string.
6556         Support message-strip-subject-encoded-words.
6557
6558 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6559
6560         * gnus-diary.el (gnus-diary-delay-format-function):
6561         * nndiary.el (nndiary-reminders):
6562         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6563
6564 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * gnus-art.el (article-hide-boring-headers): Fetch date from
6567         gnus-original-article-buffer to avoid problems with localized date
6568         strings.
6569
6570 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6573
6574 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6577         New variables.
6578         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6579         (mm-charset-synonym-alist): Move some entries to
6580         mm-codepage-iso-8859-list.
6581         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6582         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6583
6584 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6587
6588 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6591         with Emacs 21 and XEmacs.
6592
6593 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * spam.el (spam-parse-address): New function for better parsing,
6596         catching errors, etc.
6597         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6598
6599 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * mm-view.el: Add interactive arg to html2text autoload.
6602
6603 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6606
6607 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6608
6609         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6610         variables.
6611         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6612         (mm-charset-synonym-alist): Move some entries to
6613         mm-codepage-iso-8859-list.
6614
6615         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6616
6617 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * message.el (message-citation-line-format)
6620         (message-insert-formated-citation-line): Fix implementation of %E, %N
6621         and %n according to the doc string.
6622
6623 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6624
6625         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6626         car-safe to avoid bad parses.
6627
6628 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6631         names.
6632
6633         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6634
6635 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6638         header.
6639
6640         * message.el (message-draft-headers): Add Date.
6641         (message-headers-to-generate): Fix typo in docstring.
6642
6643         * nndraft.el (nndraft-required-headers): New variable.
6644         (nndraft-generate-headers): Use it.
6645
6646         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6647
6648 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * gnus-registry.el (gnus-registry-wash-for-keywords)
6651         (gnus-registry-find-keywords): New functions to allow easy searching of
6652         articles that are in the registry.
6653
6654 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6655
6656         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6657         ietf-drums-parse-address instead of gnus-extract-address-components.
6658         Reported by Damien Elmes <damien@repose.cx>.
6659
6660 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * gnus.el (gnus-mime): Remove unused custom group.
6663
6664 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6665
6666         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6667         "blank line" when searching for end of armor headers.
6668
6669 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gmm-utils.el (gmm-write-region): Fix variable name.
6672
6673 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gmm-utils.el (gmm-write-region): New function based on compatibility
6676         code from `mm-make-temp-file'.
6677
6678         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6679
6680         * nnmaildir.el (nnmaildir--update-nov)
6681         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6682         Use `gmm-write-region'.
6683
6684 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6687         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6688
6689         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6690
6691         * message.el (message-replacement-char): New variable.
6692         (message-fix-before-sending): Use it.
6693         (message-simplify-subject): New function to remove duplicate code.
6694         (message-reply, message-followup): Use it.
6695
6696         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6697         gnus-summary-limit-to-articles.
6698
6699 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * gnus-util.el (gnus-with-local-quit): New macro.
6702
6703         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6704
6705 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6708         ignore non-string data.
6709
6710 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6713         non-string data (needs to be done in the registry too).
6714
6715 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6716
6717         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6718         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6719         (gnus-registry-split-fancy-with-parent)
6720         (gnus-registry-fetch-simplified-message-subject-fast)
6721         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6722         Remove text properties on ingress into the registry and when it's saved.
6723         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6724         registry from entries with no groups.
6725
6726 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6727
6728         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6729         function to remove string properties.
6730
6731 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * gmm-utils.el (gmm): Adjust custom version.
6734
6735         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6736         custom version.
6737
6738         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6739
6740 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * gnus-art.el (gnus-insert-prev-page-button)
6743         (gnus-insert-next-page-button): Simplify.  Reformat.
6744
6745 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6746
6747         * gnus-art.el (gnus-insert-prev-page-button)
6748         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6749
6750 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6751
6752         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6753
6754 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6755
6756         * gnus-art.el (gnus-insert-mime-button)
6757         (gnus-insert-mime-security-button):
6758         Apply gnus-article-button-face to MIME and security buttons.
6759
6760 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6763         readable.
6764
6765 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6768
6769 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6770
6771         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6772         `browse-url-of-file' instead of `browse-url'.
6773
6774 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6775
6776         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6777         regexp.  Articles containing quotation were cut prematurely.
6778
6779 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * message.el (message-cite-original-1): Use nobody by default for the
6782         value of From header.
6783         (message-reply): Ditto.
6784
6785 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6786
6787         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6788         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6789         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6790
6791 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6794         mails in the doc string.  Add some URLs in comment.
6795         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6796
6797 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6800         backslashes handling and the way to find boundaries of quoted strings.
6801
6802 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6803
6804         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6805         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6806         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6807         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6808
6809 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6812         doc string.
6813         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6814
6815 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * lpath.el: Fbind epg-check-configuration.
6818
6819 2006-09-06  Simon Josefsson  <jas@extundo.com>
6820
6821         * mml2015.el (mml2015-use): Doc fix, mention epg.
6822
6823 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6824
6825         * mml2015.el (mml2015-use): Default to epg, if available.
6826
6827 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6828
6829         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6830         message-sender.
6831         (mml1991-epg-encrypt): Ditto.
6832         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6833         message-sender.
6834         (mml2015-epg-encrypt): Ditto.
6835
6836 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6837
6838         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6839         several common directories.
6840
6841 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6842
6843         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6844         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6845
6846 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (article-decode-encoded-words): Make it fast.
6849
6850 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6853
6854         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6855         in quoted string into `\'.
6856
6857 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6860         Use standard-syntax-table.
6861
6862 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-art.el (gnus-decode-address-function): New variable.
6865         (article-decode-encoded-words): Use it to decode headers which are
6866         assumed to contain addresses.
6867         (gnus-mime-delete-part): Remove useless `or'.
6868
6869         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6870         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6871         (gnus-nov-parse-line): Use it to decode From header.
6872         (gnus-get-newsgroup-headers): Ditto.
6873         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6874
6875         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6876         (mail-decode-encoded-address-string): New alias.
6877
6878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6879         New function.
6880         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6881         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6882         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6883         (rfc2047-decode-string): Ditto.
6884         (rfc2047-decode-address-region): New function.
6885         (rfc2047-decode-address-string): New function.
6886
6887 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * message.el (message-caesar-buffer-body): Allow rotating headers.
6890
6891         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6892
6893         * message.el (message-insert-formated-citation-line): Fix %f.
6894         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6895
6896 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6899         (gnus-bookmark-mouse-available-p): New macro.
6900         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6901         (gnus-bookmark-bmenu-show-infos): Use it.
6902         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6903         (gnus-bookmark-bmenu-hide-infos): Ditto.
6904         (gnus-bookmark-remove-properties): New function.
6905         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6906         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6907         (gnus-bookmark-write-file): Bind coding-system-for-write.
6908         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6909         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6910         group before selecting it.
6911         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6912         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6913         quit-window if it is not available; use gnus-mouse-2 and bind it to
6914         gnus-bookmark-bmenu-select-by-mouse.
6915         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6916         (gnus-bookmark-bmenu-select-by-mouse): New function.
6917
6918 2006-08-13  Romain Francoise  <romain@orebokech.com>
6919
6920         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6921         space.
6922
6923 2006-08-10  Romain Francoise  <romain@orebokech.com>
6924
6925         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6926         (dns-mode-soa-auto-increment-serial): New user option.
6927         (dns-mode-soa-maybe-increment-serial): New function.
6928         (dns-mode): Add the latter to `write-contents-functions'.
6929
6930 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * compface.el (uncompface): Use binary rather than raw-text-unix.
6933
6934 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * compface.el (uncompface): Make sure the eol conversion doesn't take
6937         place when communicating with the external programs.  Reported by
6938         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6939
6940 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6943
6944 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6945
6946         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6947         Make it more robust by parsing author and date independently.
6948
6949 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6952
6953 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6954
6955         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6956         first matching secret key.
6957         (mml2015-epg-encrypt): Ditto.
6958
6959         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6960         first matching secret key.
6961         (mml1991-epg-encrypt): Ditto.
6962
6963         * mml2015.el (mml2015-encrypt-to-self): New user option.
6964         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6965         mml2015-epg-encrypt-to-self is set.
6966
6967         * mml1991.el (mml1991-encrypt-to-self): New variable.
6968         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6969         mml1991-epg-encrypt-to-self is set.
6970
6971         * mml2015.el (mml2015-signers): New user option.
6972         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6973         (mml2015-epg-encrypt): Allow to select signing keys.
6974
6975         * mml1991.el (mml1991-signers): New variable.
6976         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6977         (mml1991-epg-encrypt): Allow to select signing keys.
6978
6979 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * nnheader.el (nnheader-insert-head): Make it work even if the file
6982         uses CRLF for the line-break code.
6983
6984 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6985
6986         * mml2015.el: Require mml-sec instead of password.
6987         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6988         (mml2015-cache-passphrase): Inherit the default value from
6989         mml-secure-cache-passphrase.
6990         (mml2015-passphrase-cache-expiry): Inherit the default value from
6991         mml-secure-passphrase-cache-expiry.
6992
6993         * mml1991.el: Require mml-sec instead of password.
6994         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6995         (mml1991-cache-passphrase): Inherit the default value from
6996         mml-secure-cache-passphrase.
6997         (mml1991-passphrase-cache-expiry): Inherit the default value from
6998         mml-secure-passphrase-cache-expiry.
6999
7000         * mml-sec.el: Require password.
7001         (mml-secure-verbose): New user option.
7002         (mml-secure-cache-passphrase): New user option.
7003         (mml-secure-passphrase-cache-expiry): New user option.
7004
7005 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7006
7007         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7008         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7009         andreas@altroot.de (Andreas Vögele).
7010
7011         FIXME: Use `tiny change'?
7012
7013 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7014
7015         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7016         workaround for the url package included with Emacs.
7017
7018         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7019
7020 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7023         correctly.  This fixes a bug caused by the 2006-05-12 change.
7024
7025 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7026
7027         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7028         some information about the error when saying that the `bogus' mail
7029         group will be used.
7030
7031 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7034         string.
7035
7036 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7037
7038         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7039
7040 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7041
7042         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7043
7044 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7045
7046         * mml1991.el (mml1991-function-alist): Add epg.
7047         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7048         (mml1991-epg-encrypt): New functions.
7049
7050 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7051
7052         * mml2015.el (mml2015-verbose): New variable.
7053         (mml2015-cache-passphrase): Ditto.
7054         (mml2015-passphrase-cache-expiry): Ditto.
7055         (mml2015-function-alist): Add epg.
7056         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7057         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7058         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7059         functions.
7060
7061 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7062
7063         * message.el (message-cite-original-1): Preserve region when removing
7064         quoted text due to X-No-Archive in order to avoid bogus attribution
7065         when citing multiple messages.
7066
7067 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7068
7069         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7070         Kenneth Jacker <khj@be.cs.appstate.edu>.
7071
7072 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * gnus-diary.el (gnus-user-format-function-d)
7075         (gnus-user-format-function-D): Autoload.
7076
7077         * imap.el (Commentary): Fix typo.
7078
7079         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7080         2006-04-22 contribution.
7081
7082 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7083
7084         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7085         It didn't really fix the bogosity I'm seeing with solid web groups.
7086
7087 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7088
7089         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7090         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7091         created using server names.  If we use the feature without declaring
7092         it, Gnus does not properly manage server and group state.
7093
7094         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7095         bound.
7096
7097 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7098
7099         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7100         looking up the method using GROUP's prefix before inventing a new one.
7101         It is used on killed/unknown groups in various places where returning
7102         an all-new method isn't expected by the caller.
7103
7104         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7105         and match semantics of gnus-group-real-prefix.
7106
7107 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * nnmail.el (nnmail-broken-references-mailers): New variable.
7110         (nnmail-ignore-broken-references): New function generalizing
7111         nnmail-fix-eudora-headers.
7112         (nnmail-fix-eudora-headers): Now obsolete.
7113
7114         * gnus-art.el (gnus-button-handle-custom): Support
7115         `customize-apropos*'.
7116
7117 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7120
7121         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7122         articles.
7123
7124 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * message.el (message-cite-reply-above): New variable.
7127         (message-yank-original): Use it.
7128
7129 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7132
7133 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7136         as read.
7137
7138         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7139
7140 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7143         (gnus-bookmark-default-file): Use gnus-directory.
7144         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7145         Remove "*" in doc string.
7146         (gnus-bookmark-write-file): Simplify.
7147         (gnus-bookmark-maybe-sort-alist): Use `when'.
7148         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7149         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7150         FIXME about Emacs 21 and XEmacs compatibility.
7151         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7152         compatibility.
7153         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7154         compatibility.
7155         (gnus-bookmark-menu-heading): Fix version.
7156
7157 2006-06-19  Bastien Guerry  <bzg@altern.org>
7158
7159         * gnus-bookmark.el: New file.
7160
7161 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * message.el (message-syntax-checks): Doc fix.
7164
7165 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7166
7167         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7168         unsubscribed groups as if they were killed ones.  It causes duplicate
7169         entries in gnus-newsrc-alist.
7170
7171 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * message.el (message-syntax-checks): Doc fix.
7174         (message-send-mail): Add check for continuation headers.
7175         (message-check-news-header-syntax): Fix regexp used to check for
7176         continuation headers.
7177
7178 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7181
7182 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7185
7186 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7189         default-truncate-lines.
7190
7191 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7194         to fill the utf-8 entry.
7195
7196         * lpath.el: Fbind unicode-precedence-list.
7197
7198 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7199
7200         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7201
7202 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7203
7204         * gnus-agent.el (directory-files-and-attributes): Move all the way
7205         forward (the third and final move).
7206         (gnus-agent-read-agentview): Trap reconstruction errors due to
7207         nonexistant directory.  Handle by returning nil.
7208
7209 2006-05-30  Didier Verna  <didier@xemacs.org>
7210
7211         * message.el (message-dont-reply-to-names): Update the custom type.
7212         * message.el (message-dont-reply-to-names): New defsubst: potentially
7213         convert a list of regexps into a single one.
7214         * message.el (message-get-reply-headers): Use it.
7215         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7216
7217 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-agent.el (directory-files-and-attributes): Move forward.
7220
7221 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * gnus-ml.el (gnus-mailing-list-subscribe)
7224         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7225         (gnus-mailing-list-message): Fix doc strings.
7226
7227 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7228
7229         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7230         of doing it manually.
7231
7232 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7235         comment.
7236
7237 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7238
7239         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7240         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7241         (gnus-agent-read-local): All symbols allocated in my-obarray.
7242         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7243         (gnus-agent-regenerate-group): Check numeric names to see if they are
7244         messages or groups.
7245         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7246         better way of do this...)
7247
7248         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7249         'dummy.group' (there should be a better way of do this...)
7250
7251 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7254         (gnus-saved-headers): Ditto.
7255         (gnus-default-article-saver): Mention functions may have properties.
7256         (gnus-article-save): Override gnus-save-all-headers and
7257         gnus-saved-headers by :headers property which saver function may have.
7258         (gnus-summary-save-in-file): Add :headers property.
7259         (gnus-summary-write-to-file): Ditto.
7260
7261         * gnus-sum.el (gnus-summary-save-article): Bind
7262         gnus-prompt-before-saving to t when saving many articles in a file;
7263         always show all headers.
7264
7265         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7266
7267 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7270         marks.
7271
7272         * message.el (message-indent-citation): Add optional arguments to allow
7273         using it outside of message buffers.
7274
7275         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7276         (gnus-article-treat-unfold-headers): Use it.
7277         (gnus-article-truncate-lines): New variable.
7278         (gnus-article-mode): Use it.
7279         (gnus-article-toggle-truncate-lines): New function.
7280
7281         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7282         gnus-article-toggle-truncate-lines.
7283
7284         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7285         coding system in XEmacs, use binary.
7286
7287 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7290         after-load-alist.
7291
7292         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7293         this function should save decoded articles.
7294         (gnus-summary-write-to-file): Use property to specify this function
7295         should save decoded articles and specify gnus-summary-save-in-file
7296         should be used to save articles other than the first one when saving
7297         many articles.
7298         (gnus-summary-save-body-in-file): Use property to specify this
7299         function should save decoded articles.
7300         (gnus-summary-write-body-to-file): Use property to specify this
7301         function should save decoded articles and specify
7302         gnus-summary-save-body-in-file should be used to save articles other
7303         than the first one when saving many articles.
7304
7305         * gnus-sum.el (gnus-summary-save-article): Simplify.
7306
7307 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (gnus-default-article-saver): Add
7310         gnus-summary-write-body-to-file.
7311         (gnus-article-save-coding-system): Don't use coding system object
7312         in XEmacs.
7313         (gnus-read-save-file-name): Add optional `dir-var' argument which
7314         specifies directory in which files are saved; work even if optional
7315         `variable' argument is not specified.
7316         (gnus-summary-write-to-file): Read file name.
7317         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7318         (gnus-summary-write-body-to-file): New function.
7319
7320         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7321         (gnus-summary-local-variables): Add it.
7322         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7323         (gnus-summary-save-article): Remove optional `decode' argument;
7324         determine whether to decode articles by the value of
7325         gnus-default-article-saver; when saving many files using
7326         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7327         it first and use gnus-summary-save-in-file or
7328         gnus-summary-save-body-in-file thereafter unless
7329         gnus-prompt-before-saving is always; move point to article which
7330         will be saved.
7331         (gnus-summary-save-article-file): Revert.
7332         (gnus-summary-write-article-file): Revert.
7333         (gnus-summary-save-article-body-file): Revert.
7334         (gnus-summary-write-article-body-file): New function.
7335
7336 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-art.el (gnus-default-article-saver): Doc fix.
7339         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7340         from gnus-summary-save-article-coding-system, and default to a
7341         certain coding system.
7342         (gnus-output-to-file): Add coding cookie and encode text according
7343         to gnus-article-save-coding-system; don't use mm-append-to-file.
7344
7345         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7346         gnus-art.el and rename to gnus-article-save-coding-system.
7347         (gnus-summary-save-article): Require gnus-art; don't show all
7348         headers if it decodes articles; don't add coding cookie here;
7349         don't bind mm-text-coding-system-for-write.
7350         (gnus-summary-save-article-file): Save decoded articles.
7351         (gnus-summary-write-article-file): When saving many files, use
7352         gnus-summary-write-to-file first and gnus-summary-save-in-file
7353         thereafter unless gnus-prompt-before-saving is always.
7354         (gnus-summary-save-article-body-file): Save decoded articles.
7355
7356         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7357
7358 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * nnrss.el (nnrss-check-group): Bind hash-index.
7361
7362 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7363
7364         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7365         its hash index.  Store this hash in `nnrss-group-data'.
7366         (nnrss-read-group-data): Update accordingly.
7367
7368 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7371         entry.
7372
7373         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7374         gnus-article-browse-html-article.
7375
7376 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7377
7378         * gnus-sum.el (gnus-summary-mime-map): Add
7379         gnus-article-browse-html-article.
7380
7381         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7382
7383 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7386         suitable coding systems in customize.
7387
7388 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * mail-source.el (mail-sources): Fix custom type.
7391
7392 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7395         (gnus-summary-expire-articles-now): Shorten prompt.
7396
7397         * gmm-utils.el (wid-edit): Require.
7398         (defun-gmm): Renamed from `gmm-defun-compat'.
7399         (gmm-image-search-load-path): Use it.
7400         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7401
7402 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7405         variable.
7406         (gnus-summary-save-article): Add optional `decode' argument.  If
7407         it is set and gnus-summary-save-article-coding-system is non-nil,
7408         save decoded article.
7409         (gnus-summary-write-article-file): Save decoded article if
7410         gnus-summary-save-article-coding-system is non-nil.
7411
7412         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7413         type.
7414
7415 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7418
7419 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7422         first to test gnus-single-article-buffer which may be buffer-local.
7423
7424         * gnus-sum.el (gnus-summary-setup-buffer): Make
7425         gnus-single-article-buffer buffer-local and nil in ephemeral
7426         group; make gnus-article-buffer, gnus-article-current, and
7427         gnus-original-article-buffer always buffer-local.
7428         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7429         group.
7430         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7431
7432 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * nnml.el (nnml-request-compact-group): Compressed files might not
7435         have .gz extension.
7436
7437 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7438
7439         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7440         (mm-copy-to-buffer): Use with-current-buffer.
7441         (mm-display-part): Simplify.
7442         (mm-inlinable-p): Add optional arg `type'.
7443
7444 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7445
7446         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7447         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7448         Try harder to show the attachment internally or externally using
7449         gnus-mime-view-part-as-type.
7450
7451 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * message.el (message-from-style, message-signature-separator)
7454         (message-user-organization-file, message-send-mail-function)
7455         (message-citation-line-function, message-yank-prefix)
7456         (message-indent-citation-function, message-signature)
7457         (message-signature-file, message-signature-insert-empty-line):
7458         Remove autoloads.
7459
7460         * gnus-art.el (gnus-buttonized-mime-types): Remove
7461         "multipart/signed".  Revert 2006-04-26 change.
7462
7463 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * gnus.el (gnus-version-number): Bump version.
7466
7467 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7468
7469         * gnus.el: No Gnus v0.5 is released.
7470
7471 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7472
7473         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7474         fetching articles by message-id.
7475
7476 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477
7478         * message.el (hashcash): Require hashcash as normal.
7479
7480         * ecomplete.el (ecomplete-highlight-match-line): Use
7481         point-at-eol.
7482         (ecomplete-highlight-match-line): Use `highlight', because that
7483         face exists in both Emacs and XEmacs.
7484
7485         * message.el (message-display-abbrev): Use point-at-bol.
7486
7487         * mail-source.el: Don't require timer/timer-funcs.
7488
7489         * gnus-async.el: Ditto.
7490
7491         * password.el: Ditto.
7492
7493         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7494
7495         * mm-url.el: Ditto.
7496
7497         * gnus-xmas.el: Don't require timer-funcs.
7498
7499         * mm-util.el: Require timer/timer-funcs.
7500
7501 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7502
7503         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7504         Close.
7505
7506 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7509         unibyte after clear-decrypt function runs.
7510
7511         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7512         returns as a unibyte string.
7513
7514 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * lpath.el: Revert.
7517
7518         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7519         (pgg-gpg-process-sentinel): Revert.
7520
7521         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7522         (pgg-pgp-lookup-key): Revert.
7523
7524         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7525         (pgg-pgp5-lookup-key): Revert.
7526
7527         * pgg.el (pgg-fetch-key): Revert.
7528
7529 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * lpath.el: Fbind string-as-multibyte for XEmacs.
7532
7533         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7534         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7535         (mml1991-pgg-encrypt): Ditto.
7536
7537         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7538         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7539         a multibyte buffer.
7540
7541         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7542         (pgg-pgp-lookup-key): Ditto.
7543
7544         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7545         (pgg-pgp5-lookup-key): Ditto.
7546
7547         * pgg.el (pgg-fetch-key): Ditto.
7548
7549 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * message.el (message-user-organization-file): Check several
7552         locations of the organization file.
7553
7554         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7555         Add gnus-article-view-part-as-type.
7556
7557         * gnus-art.el (gnus-article-view-part-as-type): New function.
7558
7559         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7560         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7561
7562         * mml.el: Simplify autoload.
7563         (mml-mode): defvar dnd-protocol-alist instead of using
7564         symbol-value.
7565         (mml-default-directory): New variable.
7566         (mml-minibuffer-read-file): Use it.
7567         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7568
7569         * message.el (message-citation-line-format): New variable.
7570         (message-insert-formated-citation-line): New function.
7571         (message-citation-line-function): Add
7572         `message-insert-formated-citation-line' to custom type.
7573
7574         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7575         to doc string.
7576
7577         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7578         depending on mm-verify-option.
7579
7580 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7583         binding pgg-* variables; reimplement the section which prevents
7584         MIME header from being signed.
7585         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7586         pgg-text-mode; remove a blank line at the top of body.
7587
7588         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7589         lines at the top of body; use gnus-newsgroup-charset if there's no
7590         Charset header.
7591
7592 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * message.el (message-self-insert-commands): Doc fix.
7595
7596         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7597         (mm-uu-pgp-encrypted-test): Ditto.
7598         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7599         between header and body; return application/pgp-encrypted handle
7600         if decryption failed; decode decrypted body by charset.
7601
7602         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7603         element match to application/pgp-*.
7604
7605 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7606
7607         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7608         HTML.
7609
7610 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * mail-source.el (mail-source-call-script): Message the error
7613         string.
7614
7615 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616
7617         * gnus-util.el (gnus-byte-compile): Use it.
7618
7619 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7620
7621         * gnus-util.el (kill-empty-logs): New function.
7622
7623 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * message.el (message-mail-alias-type): Doc fix.
7626         (message-mail-alias-type-p): New function.
7627         (message-send): Use it.
7628         (message-mode): Ditto.
7629         (message-strip-forbidden-properties): Ditto.
7630
7631         * ecomplete.el (ecomplete-database-file-coding-system): New
7632         variable.
7633         (ecomplete-save): Use it.
7634         (ecomplete-setup): Use it.
7635
7636 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * message.el (message-self-insert-commands): New variable.
7639         (message-strip-forbidden-properties): Use it.
7640
7641 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7642
7643         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7644         that doesn't make XEmacs choke.
7645
7646 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * gnus-util.el (gnus-replace-in-string):
7649         Prefer replace-regexp-in-string over of replace-in-string.
7650
7651 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-util.el (gnus-select-frame-set-input-focus):
7654         Use select-frame-set-input-focus if it is available in XEmacs; use
7655         definition defined in Emacs 22 for old Emacsen.
7656
7657         * dgnushack.el: Autoload unmorse-region for XEmacs.
7658
7659         * lpath.el: Bind cursor-in-non-selected-windows and
7660         select-frame-set-input-focus for XEmacs.
7661
7662 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7665
7666 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7667
7668         * gnus-registry.el (gnus-registry-cache-save): Remove text
7669         properties when saving via the temp buffer.
7670
7671 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * message.el (message-generate-hashcash): Honor custom type.
7674
7675 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * message.el (message-generate-hashcash): Default to non-nil when
7678         hashcash is found.
7679
7680         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7681         (gnus-refer-thread-limit): Increase default to 500.
7682
7683         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7684
7685         * flow-fill.el (fill-flowed): Allow delete-space.
7686
7687 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7690         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7691         Remove autoloads.
7692
7693 2006-04-18  Simon Josefsson  <jas@extundo.com>
7694
7695         * message.el (message-generate-hashcash): Default to.
7696
7697 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7700         concatenating segments rather than before concatenating them.
7701
7702 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7705
7706 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707
7708         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7709
7710         * message.el (message-forward-make-body-plain): Allow
7711         message-forward-ignored-headers to be a list.
7712         (message-remove-ignored-headers): Factor out into function.
7713         (message-forward-make-body-mml): Use it.
7714
7715         * imap.el (imap-quote-specials): New function.
7716         (imap-login-auth): Quote specials.
7717
7718         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7719         (rfc2231-parse-string): Allow concatanation of parameters that
7720         aren't contiguous.  The test case is
7721           (mail-header-parse-content-type "message/external-body;
7722             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7723             access-type=LOCAL-FILE;
7724             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7725
7726 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7727
7728         * nntp.el (nntp-accept-process-output): Return the value of
7729         `nnheader-accept-process-output'.
7730
7731 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7734         (gnus-button-alist): Recognize more diff formats.
7735         (gnus-button-patch): Strip directory.
7736
7737 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7740         Emacs 22 when setting focus.
7741
7742 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * gnus-art.el (gnus-article-treat-types): Do treatment of
7745         text/x-verbatim parts.
7746         (gnus-button-patch): New command.
7747
7748         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7749         addresses that contain invalid characters.
7750
7751 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * message.el (message-put-addresses-in-ecomplete): Use
7754         gnus-replace-in-string.
7755         (message-is-yours-p): Use the more correct
7756         mail-header-parse-address instead of
7757         mail-extract-address-components.
7758         (message-put-addresses-in-ecomplete): Fix typo.
7759
7760         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7761         keystroke.
7762
7763         * gnus-art.el (gnus-treatment-function-alist): Change order of
7764         newsgroups/generic header folding to avoid double-folding.
7765
7766         * message.el (message-hidden-headers): Add X-Draft-From.
7767
7768         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7769         command.
7770         (gnus-summary-repeat-search-article-backward): New command.
7771
7772         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7773         groups in the parent topic.
7774
7775 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7776
7777         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7778         (spam-extra-header-to-number): Return the CRM114 number as a
7779         number instead of a string.
7780
7781 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * gnus-art.el (gnus-face-properties-alist): Moved here from
7784         gnus-fun.
7785
7786         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7787
7788 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * message.el (message-strip-forbidden-properties): Only display on
7791         self-insert-command.
7792
7793         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7794         reindent.
7795         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7796
7797 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7798
7799         * smiley.el (smiley-style): Fix typo.
7800
7801 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * hashcash.el (hashcash-insert-payment-async-2): Use
7804         message-goto-eoh instead of doing it manually.
7805         (mail-add-payment): Use message-narrow-to-header instead of trying
7806         to do the same itself.
7807
7808         * message.el (message-hidden-headers): Add Face.
7809
7810         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7811         reparenting code.
7812         (gnus-summary-reparent-children): Refactored out code.
7813         (gnus-summary-thread-map): New keystroke.
7814         (gnus-summary-reparent-children): Make into command.
7815
7816         * smiley.el (smiley-style): Default to `medium' if using a large
7817         font.
7818
7819         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7820         does it itself.
7821
7822         * message.el (message-point-in-header-p): Simplify definition.
7823
7824 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825
7826         * nnagent.el (nnagent-request-set-mark): Silence log file
7827         writing.
7828         (nnagent-request-set-mark): Use write-region instead of
7829         append-to-file.
7830
7831         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7832         strange select method.
7833
7834         * ecomplete.el (ecomplete-display-matches): Get highlightling
7835         right.
7836         (ecomplete-display-matches): Use literals.
7837         (ecomplete-display-matches): Disable message logging.
7838
7839         * message.el (message-display-abbrev): Small optimization.
7840
7841         * ecomplete.el (ecomplete-display-matches): Allow automatic
7842         display.
7843
7844         * message.el (message-strip-forbidden-properties): Display
7845         abbrevs.
7846         (message-display-abbrev): Get automatic display right.
7847
7848         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7849         keystrokes.
7850
7851 2006-04-13  Romain Francoise  <romain@orebokech.com>
7852
7853         TODO: Backport to v5-10!
7854
7855         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7856         Moved here (and renamed) from gnus-registry.el.
7857
7858         * gnus-registry.el: Require gnus-util.
7859         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7860
7861 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * gnus-group.el (gnus-group-catchup-current): Change
7864         if-then-else-if-then-else into cond.
7865         (gnus-group-catchup): Indent.
7866         (group-name-at-point): New function.
7867         (gnus-fetch-group): Provide default from thing at point.
7868
7869 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * message.el (message-display-abbrev): Fix regexp.
7872
7873         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7874         choosing.
7875         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7876         dead variables.
7877
7878         * message.el (message-newline-and-indent): Remove debugging.
7879         (message-display-abbrev): Use new implementation.
7880
7881 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * gnus-art.el (gnus-article-mode): Set
7884         cursor-in-non-selected-windows to nil.
7885
7886         * smiley.el: Revert previous change.
7887         (smiley-data-directory): defvar it before using it in the
7888         defcustom of `smiley-style'.
7889
7890 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * message.el (message-newline-and-indent): New function.
7893
7894         * ecomplete.el: Implement more bits.
7895
7896         * message.el (message-put-addresses-in-ecomplete): Clean up the
7897         string.
7898
7899         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7900
7901         * gnus-sum.el (gnus-summary-save-parts): Bind
7902         gnus-summary-save-parts-counter and use it to make unique file
7903         names.
7904
7905         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7906
7907         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7908         parameter to say whether to actually parse the individual
7909         addresses.
7910
7911         * message.el (message-put-addresses-in-ecomplete): New function.
7912         (ecomplete): Require.
7913         (message-mail-alias-type): Add ecomplete as an option.
7914
7915 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7916
7917         * flow-fill.el (fill-flowed): Remove trailing space from blank
7918         quoted lines.
7919
7920 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * smiley.el (smiley-style): Move definition later to avoid a
7923         compilation warning.
7924
7925 2006-04-12  Kenichi Handa  <handa@m17n.org>
7926
7927         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7928         buffer and then decode the buffer text if necessary.
7929         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7930         first, and after mm-encode-body, change the buffer to unibyte.
7931         Use mm-disable-multibyte instead of set-buffer-multibyte.
7932
7933 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7936         Content-Type header instead of Content-Disposition header.
7937         (gnus-mime-inline-part): Ditto.
7938         (gnus-mime-view-part-as-charset): Ignore charset that the part
7939         specifies.
7940
7941         * mm-decode.el (mm-display-part): Work with external parts and
7942         usual parts similarly.
7943
7944         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7945         instead of gnus-display-mime.
7946
7947         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7948         instead of with-temp-buffer.
7949
7950         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7951         tag to summarized topics part in order to encode non-ASCII text.
7952
7953 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * smiley.el (smiley-style): New variable.
7956         (smiley-directory): New function.
7957         (smiley-data-directory): Derive from `smiley-style' using
7958         `smiley-directory'.
7959         (smiley-regexp-alist): Add new entries.
7960
7961         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7962         (gnus-article-browse-delete-temp): Add :version.
7963
7964 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7965
7966         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7967         the sieve region.
7968
7969 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970
7971         * gnus.el (gnus-version-number): Bump version.
7972
7973 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus.el: No Gnus v0.4 is released.
7976
7977 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978
7979         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7980         layout.
7981
7982         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7983         unknown charset.
7984
7985         * message.el (message-header-synonyms): Add Original-To to the
7986         default.
7987
7988         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7989         optional parameter.
7990
7991 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7992
7993         * gnus-fun.el (gnus): Require it for gnus-directory.
7994
7995 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7998
7999 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8000
8001         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8002
8003 2006-04-05  Simon Josefsson  <jas@extundo.com>
8004
8005         * password.el (password-reset): New function.
8006
8007 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8008
8009         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8010         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8011
8012 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8013
8014         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8015         Some whitespace was matched into the url, which broke browsing hits
8016         > 100 when mm-url-use-external was nil.
8017
8018 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8021         gnus-extra-headers for 'Newsgroups.
8022
8023         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8024         bound.
8025
8026 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8027
8028         * pgg-gpg.el: Clean up process buffers every time gpg processes
8029         complete.
8030
8031 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8034         doc string.
8035
8036 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8037
8038         * pgg-gpg.el (pgg-gpg-process-filter)
8039         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8040
8041         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8042         lines, temporary fix.
8043
8044 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8047
8048 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8049
8050         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8051         default-enable-multibyte-characters.  This reverts the change from
8052         revision 6.17 which is no longer necessary because the passphrase
8053         is sent separately now.  GnuPG messages are unreadable under
8054         multibyte locales with default-enable-multibyte-characters set to
8055         nil.
8056
8057 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * message.el (message-tool-bar-gnome): Move "spell".
8060
8061 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8064         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8065         instead.
8066
8067 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8068
8069         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8070         newsgroups handling for NNTP overviews which don't include
8071         Newsgroups.
8072
8073 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8074
8075         * message.el (message-resend): Bind message-generate-hashcash to nil.
8076
8077 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8078
8079         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8080         when searching for already-paid recipients.
8081
8082 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8083
8084         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8085         passphrases when it is not needed.
8086         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8087         passphrase stuff from gpg, should only be necessary when you use
8088         gpg with a smartcard.
8089
8090 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * mml.el (mml-insert-mime): Ignore cached contents of
8093         message/external-body part.
8094
8095         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8096         (mm-insert-part): Ditto.
8097
8098 2006-03-23  Simon Josefsson  <jas@extundo.com>
8099
8100         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8101         Reiner.
8102         (pgg-gpg-use-agent-p): Use it again.
8103
8104 2006-03-23  Simon Josefsson  <jas@extundo.com>
8105
8106         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8107         older emacsen.
8108         (pgg-gpg-use-agent-p): Don't use it.
8109
8110 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8113         if we can.
8114
8115 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8116
8117         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8118         (pgg-gpg-update-agent): New function.
8119         (pgg-gpg-use-agent-p): New function.
8120         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8121         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8122         (pgg-gpg-sign-region): Use it.
8123
8124 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8127         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8128
8129 2006-03-21  Simon Josefsson  <jas@extundo.com>
8130
8131         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8132         <wilde@sha-bang.de>.
8133         (pgg-gpg-use-agent): New variable.
8134         (pgg-gpg-process-region): Use it.
8135         (pgg-gpg-encrypt-region): Likewise.
8136         (pgg-gpg-encrypt-symmetric-region): Likewise.
8137         (pgg-gpg-decrypt-region): Likewise.
8138         (pgg-gpg-sign-region): Likewise.
8139         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8140
8141 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8144
8145         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8146         Add comment on version.
8147
8148 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8149
8150         * smiley.el: Add missing test smiley.
8151
8152 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * mm-decode.el (mm-with-part): New macro.
8155         (mm-get-part): Use it; work with message/external-body as well.
8156         (mm-save-part): Treat name and filename equally.
8157
8158         * mm-extern.el (mm-extern-cache-contents): New function.
8159         (mm-inline-external-body): Use it; force the part to be displayed;
8160         move undisplayer added to the cached handle to the parent.
8161
8162         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8163         (gnus-mime-view-part-as-type): Work with message/external-body.
8164
8165         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8166
8167 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8170         images in image-load-path.  [Sync with image.el, revision 1.60, in
8171         Emacs.]
8172
8173 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8176         path rather than symbol.  Always return list of directories.
8177         Guarantee that image directory comes first.  [Sync with image.el,
8178         revision 1.59, in Emacs.]
8179
8180         * message.el (message-make-tool-bar): Adjust to new API of
8181         `gmm-image-load-path-for-library'.
8182
8183         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8184
8185         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8186
8187 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8188
8189         * gnus-art.el (gnus-article-only-boring-p):
8190         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8191         intangible text.
8192         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8193
8194 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8197         `defun' instead of `gmm-defun-compat'.
8198
8199 2006-03-14  Simon Josefsson  <jas@extundo.com>
8200
8201         * message.el (message-unique-id): Don't use message-number-base36
8202         if (user-uid) is a float.
8203         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8204
8205 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8208
8209         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8210         empty line between a part and a message part.
8211
8212 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * smiley.el: Add more test smileys.
8215         (smiley-data-directory, smiley-regexp-alist)
8216         (gnus-smiley-file-types): Fix doc strings.
8217         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8218         adding new elements.
8219         (smiley-mouse-map): Unused code.  Make it a comment.
8220
8221 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8224         scan latest NoCeM messages instead of old ones.
8225         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8226         delimiters that are recently used.
8227         (gnus-nocem-load-cache): Add autoload cookie.
8228
8229         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8230
8231         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8232         level which is larger than gnus-use-nocem is specified.
8233
8234         * gnus-group.el (gnus-group-get-new-news): Ditto.
8235
8236 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * gnus-util.el (gnus-tool-bar-update): New function.
8239
8240         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8241         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8242
8243         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8244
8245         * gnus-group.el (gnus-group-redraw-when-idle)
8246         (gnus-group-redraw-check): Remove.
8247         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8248
8249 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8252         if optional last element is specified in splits (FIELD VALUE...).
8253
8254 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8257         to gmm-image-load-path-for-library.  Call with no-error argument.
8258         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8259
8260         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8261
8262         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8263
8264         * gmm-utils.el (gmm-image-load-path): Remove alias.
8265
8266 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * gmm-utils.el (gmm-image-load-path): Add alias.
8269
8270         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8271         nnml-generate-nov-databases-1.
8272         (nnml-generate-nov-databases): Use it.
8273         (nnml-generate-nov-databases-directory): Document no-active
8274         argument.
8275
8276         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8277         directory if path is t.  Add no-error.
8278
8279         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8280         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8281
8282         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8283         resetting gnus-article-browse-html-temp-list.
8284
8285         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8286         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8287         Add example to docstring.  Rename local variables.  Move error
8288         checks to default case in cond and simplify.
8289
8290 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8293         handle is multipart when calling it recursively.
8294         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8295
8296 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8297
8298         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8299         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8300
8301 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8304         is loaded.
8305
8306         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8307         loaded.
8308
8309 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8312         to "Emacs 23 (unicode)" in doc string.
8313
8314         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8315         "Emacs 23 (unicode)" in comment.
8316
8317 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8320
8321         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8322         characters 160 through 255 in Emacs 23.
8323
8324 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8327         gnus-article-browse-html-temp.
8328         (gnus-article-browse-delete-temp): Make it customizable.  Add
8329         `file'.  Adjust doc string.
8330         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8331         query for each file.  Adjust doc string.
8332         (gnus-article-browse-html-parts): Add
8333         `gnus-article-browse-delete-temp-files' to
8334         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8335
8336 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8337
8338         * gnus-art.el (gnus-article-browse-html-temp)
8339         (gnus-article-browse-delete-temp): New variables.
8340         (gnus-article-browse-delete-temp-files): New function.
8341         (gnus-article-browse-html-parts): Use it.
8342
8343 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8346
8347         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8348         string.
8349
8350         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8351         gnus-summary-insert-new-articles when unplugged.  Remove
8352         gnus-summary-search-article-forward.
8353
8354         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8355         display-visual-class instead of display-color-cells.
8356
8357 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * dgnushack.el: Autoload customize-group for XEmacs.
8360
8361         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8362         message/* containing non-ASCII text properly.
8363
8364 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * message.el: Require gmm-utils, remove autoloads.
8367         (message-tool-bar): Set default based on
8368         gmm-tool-bar-style.
8369         (message-tool-bar-gnome): Add gmm-customize-mode.
8370
8371         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8372         gmm-tool-bar-style.
8373         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8374
8375         * gnus-group.el (gnus-group-tool-bar): Set default based on
8376         gmm-tool-bar-style.
8377         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8378
8379         * gmm-utils.el (gmm-image-directory): Rename variable from
8380         gmm-image-load-path.
8381         (gmm-image-load-path): Use gmm-image-directory.
8382         (gmm-customize-mode): New function.
8383         (gmm-tool-bar-style): New variable.
8384
8385         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8386         gnus-group-redraw-line-number.
8387         (gnus-group-redraw-check): Simplify.
8388         (gnus-group-tool-bar-update): Remove redraw check.
8389         (gnus-group-make-tool-bar): Add redraw check.
8390
8391 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8392
8393         * gnus-art.el (gnus-button): Add missing parentheses.
8394
8395 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * lpath.el: Fbind line-number-at-pos.
8398
8399 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8402
8403 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-art.el (gnus-button): New face.
8406         (gnus-article-button-face): Use it.
8407
8408         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8409         gnus-summary-next-page.  Re-order.
8410
8411         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8412         next-node are now included.
8413         (gnus-group-redraw-line-number): New internal variable.
8414         (gnus-group-redraw-check): Helper function for updating the tool
8415         bar.
8416         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8417
8418         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8419
8420         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8421         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8422         Use it to match format of Spamassassin 3.0 and later.  Reported by
8423         IRIE Tetsuya <irie@t.email.ne.jp>.
8424         (spam-check-bogofilter)
8425         (spam-bogofilter-register-with-bogofilter): Fix args of
8426         `gnus-error' calls.
8427
8428 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8431         unnecessary interaction when sending queued mails.  Reported by
8432         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8433
8434 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8437         first or last are nil.
8438
8439 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8440
8441         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8442
8443 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8446
8447 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448
8449         * dns.el (query-dns): Protect more against buggy tcp output.
8450
8451 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8454         nov.php.
8455
8456 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8457
8458         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8459         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8460         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8461         output on the server side.
8462         (nnweb-google-create-mapping): Update regexps and add some
8463         progress indication.
8464
8465 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8468         gnus-agent-toggle-plugged.  Re-order icons.
8469         (gnus-group-tool-bar-gnome): Add
8470         gnus-group-{prev,next}-unread-group.
8471         (gnus-group-tool-bar-gnome): Re-order icons.
8472
8473         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8474         gnus-summary-insert-new-articles.
8475
8476         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8477         comments.
8478
8479         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8480         also available in Emacs 21.3.
8481
8482         * message.el (message-fix-before-sending): Change "Emacs 22" to
8483         "Emacs 23 (unicode)" in comment.
8484
8485         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8486         "Emacs 23 (unicode)" in comment.
8487
8488         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8489         comment.
8490         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8491
8492         * mm-view.el (mm-fill-flowed): Add :version.
8493
8494 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8497         and load-path.
8498
8499 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * message.el: Autoload gmm-image-load-path.
8502         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8503         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8504         consitency.
8505
8506         * gmm-utils.el (gmm-image-load-path): Also search in
8507         "../etc/images".  Don't set gmm-image-load-path if we don't find
8508         the image.
8509
8510 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gmm-utils.el (gmm-image-load-path): Don't make
8513         `gmm-image-load-path' include subdirectories which the second arg
8514         `image' might specify.
8515
8516         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8517         subdirectory to icon file names.
8518
8519         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8520
8521 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8524         gmm-image-load-path calls.
8525
8526         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8527
8528         * message.el (message-make-tool-bar): Ditto.
8529
8530         * mml.el (mml-preview): Added comment concerning tool bar icons.
8531
8532         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8533         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8534
8535         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8536         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8537
8538         * message.el (message-tool-bar-gnome): Use new icon names.
8539         (message-make-tool-bar): Use `gmm-image-load-path'.
8540
8541         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8542         functions from MH-E.
8543         (gmm-image-load-path): New variable from MH-E.
8544         (gmm-image-load-path): New function from MH-E.  Added arguments
8545         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8546         *-image-load-path-called-flag.
8547
8548 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8549
8550         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8551
8552 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8553
8554         * nnimap.el (nnimap-request-move-article): Change folder back to
8555         source group before deleting.
8556
8557 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8560
8561         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8562         mm-url.
8563
8564         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8565
8566 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8569         coding system which mm-charset-to-coding-system returns for a
8570         given charset is valid.
8571
8572 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8573
8574         * html2text.el (html2text-remove-tag-list):
8575         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8576
8577 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8578
8579         * gnus-cus.el: Revert 2005-10-17 change.
8580
8581 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-art.el (article-strip-banner): Call
8584         article-really-strip-banner only when the regexp match is made.
8585
8586 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-art.el (article-strip-banner): Use
8589         gnus-extract-address-components instead of
8590         mail-header-parse-addresses to make it work with non-ASCII text;
8591         remove mail-encode-encoded-word-string.
8592
8593         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8594         values which are surrounded with \"...\"; make it never cause a
8595         Lisp error; give up parsing of parameters if it failed in
8596         extracting type.
8597
8598 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8599
8600         * smime.el (smime-cert-by-ldap-1): Fix bug where
8601         `smime-ldap-search' returns results without userCertificates.
8602
8603 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8606
8607 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * spam.el (spam-check-spamassassin-headers): Adapt format for
8610         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8611         <ari@mbf.ocn.ne.jp>.
8612         (spam-list-of-processors): Add spam-use-gmane.
8613
8614 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8617         make-temp-file; make it work with XEmacs as well.
8618
8619         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8620         mm-make-temp-file.
8621
8622         * mm-decode.el (mm-display-external): Use the 3rd arg of
8623         mm-make-temp-file.
8624         (mm-create-image-xemacs): Ditto.
8625
8626 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8629         with message-narrow-to-headers.
8630         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8631         (gnus-draft-check-draft-articles): New function.
8632         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8633
8634 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * gnus-art.el (gnus-article-browse-html-parts):
8637         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8638         Don't use suffix argument for mm-make-temp-file for Emacs 21
8639         compatibility.  Remove useless `format'.
8640
8641 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8642
8643         * nnweb.el (nnweb-google-wash-article): Update regexps.
8644         (nnweb-group-alist): Use defvoo instead of defvar.
8645
8646 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8649         re-loading nn* modules.
8650
8651 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8654         for `tool-bar-mode' and don't check it's default-value.
8655
8656         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8657
8658         * message.el (message-make-tool-bar): Ditto.
8659
8660         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8661         `substring'.  Shorten tmp-file name.
8662
8663         * gnus.el: Remove bogus comment.
8664
8665 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8666
8667         * gnus-art.el (gnus-article-browse-html-parts): New function.
8668         (gnus-article-browse-html-article): New function for viewing html
8669         articles with a browser.
8670
8671 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8672
8673         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8674         in elisp.
8675         (pgg-gpg-encrypt-symmetric-region): Ditto.
8676         (pgg-gpg-sign-region): Ditto.
8677
8678         * pgg-def.el (pgg-text-mode): New variable.
8679
8680         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8681         (mml2015-pgg-encrypt): Ditto.
8682
8683         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8684         (mml1991-pgg-encrypt): Ditto.
8685
8686 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8689         message-make-date instead of current-time-string.
8690
8691         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8692         to gnus-decoded which mm-uu might set.
8693
8694 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8697         don't decode quoted parameters; remove misimported Emacs code.
8698         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8699         (rfc2231-decode-encoded-string): Don't use split-string which
8700         behaves differently according to Emacs version; use
8701         mm-decode-coding-region to convert charset to coding-system.
8702         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8703         (rfc2231-encode-string): Remove misimported Emacs code.
8704
8705 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8708         when calling mail-header-parse-content-type.
8709         (article-de-quoted-unreadable): Ditto.
8710         (article-de-base64-unreadable): Ditto.
8711         (article-wash-html): Ditto.
8712
8713         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8714         calling mail-header-parse-content-type and
8715         mail-header-parse-content-disposition.
8716         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8717         mail-header-parse-content-type.
8718
8719         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8720         insert charset and format parameters; encode description after
8721         inserting it to buffer.
8722         (mml-insert-parameter): Fold lines properly even if a parameter is
8723         segmented into two or more lines; change the max column to 76.
8724
8725         * rfc1843.el (rfc1843-decode-article-body): Don't use
8726         ignore-errors when calling mail-header-parse-content-type.
8727
8728         * rfc2231.el (rfc2231-parse-string): Return at least type if
8729         possible; don't cause an error even if it fails in parsing of
8730         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8731         (rfc2231-encode-string): Don't break lines at the beginning, leave
8732         it to mml-insert-parameter.
8733
8734         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8735         calling mail-header-parse-content-type.
8736
8737 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * spam-report.el (spam-report-gmane-use-article-number):
8740         Improve doc string.
8741         (spam-report-gmane-internal): Check if a suitable header was found
8742         in the article.
8743
8744 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8747         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8748
8749 2006-02-05  Romain Francoise  <romain@orebokech.com>
8750
8751         Update copyright notices of all files in the gnus directory.
8752
8753 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8754
8755         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8756
8757 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8760         segmented lines of parameter value to cope with Thunderbird 1.5
8761         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8762         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8763         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8764
8765 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8766
8767         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8768         parts.
8769
8770 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8771
8772         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8773         there's only one active file for all servers.
8774         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8775         solid groups.  Gnus might have used a FAST request to select the group.
8776         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8777         and nnweb-search redundantly in the active file.
8778         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8779         (nnweb-request-create-group): Don't use ARGS.
8780         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8781         initialisations.  Let nnoo do the work.
8782
8783 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8786         Say the part has been decoded.
8787
8788         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8789
8790 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8791
8792         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8793         mailcap-viewer-test-cache when there's no 'test clause, since that
8794         will invert the meaning of a "nil" test previously determined by
8795         mailcap-mailcap-entry-passes-test.
8796
8797 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8800         compiling.
8801
8802         * gnus-sum.el: Ditto.
8803
8804         * message.el: Don't bind tool-bar-map when compiling.
8805
8806 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8809
8810 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8811
8812         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8813         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8814         current Google Groups.
8815
8816 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8819         and tool-bar-mode.
8820
8821         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8822         and tool-bar-mode.
8823
8824         * message.el (message-tool-bar-update): Simplify.
8825         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8826
8827         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8828         gnus-summary-buffer.
8829         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8830         gnus-summary-reply.
8831
8832         * gmm-utils.el (gmm): Add :version.
8833
8834 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * Makefile.in (clean): New rule.
8837         (distclean): Use it.
8838
8839 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8840
8841         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8842         autoload.
8843
8844 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gmm-utils.el (gmm-verbose): Add :group.
8847
8848 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * message.el: Change some comments WRT tool-bars.
8851
8852         * gnus-sum.el (gnus-summary-tool-bar)
8853         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8854         (gnus-summary-tool-bar-zap-list): New variables.
8855         (gnus-summary-make-tool-bar): Complete rewrite using
8856         `gmm-tool-bar-from-list'.
8857
8858         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8859         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8860         variables.
8861         (gnus-group-make-tool-bar): Complete rewrite using
8862         `gmm-tool-bar-from-list'.
8863         (gnus-group-tool-bar-update): New function.
8864
8865         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8866
8867 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8870         is dissected into a single part of which the type is the same as
8871         the given one; decode charset.
8872
8873 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8874
8875         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8876         into alists as symbol not string, since that's what
8877         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8878         look for.
8879
8880 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8883         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8884
8885         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8886
8887 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8890         (gnus-xmas-mime-security-button-menu): New function.
8891
8892         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8893         (gnus-mime-security-button-menu): New definition.
8894         (gnus-mime-security-button-map): Use them.
8895         (gnus-mime-security-button-menu): New function.
8896         (gnus-insert-mime-security-button): Addition to help echo.
8897         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8898         (gnus-mime-security-pipe-part): New functions.
8899
8900         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8901         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8902
8903         * mm-decode.el (mm-handle-set-disposition): Remove.
8904         (mm-handle-set-description): Remove.
8905
8906 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8909         (mm-w3m-standalone-supports-m17n-p): New function.
8910         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8911         w3m usage.
8912
8913         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8914         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8915
8916 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * message.el (message-tool-bar-zap-list): Use
8919         gmm-tool-bar-zap-list as custom type.
8920         (message-tool-bar-update): New function.
8921         (message-tool-bar, message-tool-bar-gnome)
8922         (message-tool-bar-retro): Add message-tool-bar-update.
8923         (message-tool-bar-gnome): Add flyspell-buffer.
8924
8925         * gnus-util.el (gnus-error): Describe `args'.
8926
8927         * gmm-utils.el (gmm-error): Describe `args'.
8928         (gmm-tool-bar-zap-list): New widget.
8929         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8930
8931 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8934         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8935         the number of recursive calls.
8936
8937         * mm-decode.el (mm-handle-set-disposition): New macro.
8938         (mm-handle-set-description): New macro.
8939
8940 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8943         encoding.
8944
8945 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * message.el (message-tool-bar-zap-list, message-tool-bar)
8948         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8949         (message-tool-bar-local-item-from-menu): Remove.
8950         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8951         (message-make-tool-bar): New function.
8952         (message-mode): Use `message-make-tool-bar'.
8953
8954         * gmm-utils.el: New file.
8955         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8956         (gmm-lazy): New widget copied from `nnmail.el'.
8957         (gmm-tool-bar-from-list): New function for creating customizable
8958         tool bars.
8959         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8960         output.
8961         (gmm): Add :prefix to defgroup.
8962
8963 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8964
8965         * gmm-utils.el (gmm-widget-p): New function.
8966
8967 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * mml.el (mml-attach-file): Describe `description' in doc string.
8970         (mml-menu): Add Emacs MIME manual and PGG manual.
8971
8972 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8973
8974         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8975
8976 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8977
8978         * nntp.el (nntp-end-of-line): Doc fix.
8979
8980 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8981
8982         * imap.el (imap-open): Handle case where buffer is a buffer
8983         object.
8984
8985 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8986
8987         * gnus-delay.el (gnus-delay): Don't autoload.
8988         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8989         to be re-loaded when customizing the `gnus-delay' group.
8990
8991 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8992
8993         * message.el (message-insert-citation-line): Use newlines.
8994
8995 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8996
8997         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8998         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8999         these routines, so the passphrase can be managed externally and
9000         passed in to the system.
9001         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9002         pgg-add-passphrase-to-cache function.
9003
9004         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9005         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9006         these routines, so the passphrase can be managed externally and
9007         passed in to the system.
9008         (pgg-pgp5-sign-region): Use new name of
9009         pgg-add-passphrase-to-cache function.
9010
9011 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9012
9013         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9014         part of the decoded armor to find the key-identifier.
9015         (pgg-gpg-lookup-key-owner): New function to return the
9016         human-readable identifier of a key owner.
9017         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9018         itself.
9019         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9020         the key value) if we have a key and can match it against a secret
9021         key.  Also, added a note pointing out fact that the prompt only
9022         indicates the first matching key.
9023
9024         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9025         pgg-decrypt-region.
9026         (pgg-add-passphrase-to-cache): Rename from
9027         `pgg-add-passphrase-cache' to reduce confusion (all callers
9028         changed).
9029         (pgg-remove-passphrase-from-cache): Rename from
9030         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9031         changed).
9032         (pgg-read-passphrase, pgg-add-passphrase-cache)
9033         (pgg-remove-passphrase-cache): Add informative docstrings.
9034         (pgg-decrypt): Convey provided passphrase in subordinate call to
9035         pgg-decrypt-region.
9036
9037 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9038
9039         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9040         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9041         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9042         'passphrase' argument, so the passphrase can be managed externally
9043         and then passed in to the system.
9044
9045         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9046         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9047         so the passphrase cache can be used reliably with identifiers
9048         besides a pgp packet's key id.
9049
9050         * pgg-gpg.el (pgg-gpg-encrypt-region)
9051         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9052         (pgg-gpg-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
9056         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9057         'notruncate' argument, so the passphrase cache can be used
9058         reliably with identifiers besides a pgp packet's key id.
9059
9060 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9061
9062         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9063         symmetric encryption.
9064         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9065         encrypted session key.
9066         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9067         message ask for the passphrase in a proper way.
9068
9069         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9070         New user commands for symmetric encryption.
9071
9072 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9075
9076         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9077
9078 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9079
9080         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9081
9082 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * mm-decode.el (mm-inlined-types): Add application/pgp.
9085         (mm-automatic-display): Ditto.
9086
9087         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9088         part as text.
9089
9090 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * nnrss.el: Update copyright.
9093         (nnrss-opml-import): Query whether to subscribe to each entry.
9094
9095         * gnus-art.el:
9096         * gnus-sum.el:
9097         * gnus-xmas.el:
9098         * messagexmas.el:
9099         * mm-uu.el:
9100         * mm-view.el: Update copyright.
9101
9102 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * message.el (message-info): New function.
9105         (message-mode-menu): Add it.
9106         Update copyright.
9107
9108         * ChangeLog: Fix and update copyright.
9109
9110 2006-01-13  Romain Francoise  <romain@orebokech.com>
9111
9112         * message.el (message-forward-subject-name-subject): Prefer the
9113         address to 'nowhere' if the sender has no name.
9114         Fix typo.  Update copyright year.
9115
9116 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * gnus-art.el (article-wash-html): Use
9119         gnus-summary-show-article-charset-alist if a numeric arg is given.
9120         (gnus-article-wash-html-with-w3m-standalone): New function.
9121
9122         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9123         mm-inline-text-html-render-with-w3m-standalone.
9124         (mm-text-html-washer-alist): Map w3m-standalone to
9125         gnus-article-wash-html-with-w3m-standalone.
9126         (mm-inline-text-html-render-with-w3m-standalone): New function.
9127
9128 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9131         Improve LaTeX.
9132
9133 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9136         (nnrss-request-article): Render text/plain parts as HTML.
9137
9138         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9139         the buffer.
9140
9141 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9144         custom definition of `gnus-posting-styles'.
9145
9146         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9147         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9148
9149 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9152         Use nntp for bug archive.
9153
9154 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9157         parts.
9158         (nnrss-normalize-date): New function converts ISO 8601 date into
9159         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9160         (nnrss-check-group): Use it.
9161
9162 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9165
9166         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9167         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9168         (nnrss-insert-w3): Ditto.
9169
9170 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9173         the articles to be forwarded including the case where neither a
9174         number of articles nor a region is specified.
9175
9176 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * nnrss.el (nnrss-request-article): Fix last change; fill
9179         text/plain parts.
9180
9181 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9184         in text/plain part.
9185         (nnrss-check-group): Don't add excessive newline to dc:subject.
9186
9187 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9188
9189         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9190         article.
9191
9192 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9195         (nnml-use-compressed-files, nnml-save-mail): Support other
9196         comression programs such as bzip2.
9197
9198 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * dns.el (query-dns): Make sure we check the buffer size before
9201         removing tcp headers.
9202
9203 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9206         remove MIME buttons associated with multipart/alternative parts.
9207         (gnus-mime-display-alternative): Tag buttons using `article-type'
9208         text property.
9209
9210         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9211         associated with multipart/alternative parts.
9212
9213         * gnus-art.el (gnus-signature-separator): Fix custom type.
9214
9215         * mm-decode.el (mm-inlined-types): Fix custom type.
9216         (mm-keep-viewer-alive-types): Ditto.
9217         (mm-automatic-display): Ditto.
9218         (mm-attachment-override-types): Ditto.
9219         (mm-inline-override-types): Ditto.
9220         (mm-automatic-external-display): Ditto.
9221
9222 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * spam-report.el (spam-report-user-mail-address)
9225         (spam-report-user-agent): New variables.
9226         (spam-report-url-ping-plain): Use spam-report-user-agent.
9227
9228 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9229
9230         * gnus-art.el (gnus-button-handle-custom): Do not just use
9231         `customize-apropos' for any "M-x customize-*" button but the
9232         function called for.  Accept both the function name and its
9233         argument in order to achieve this.
9234         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9235         function name to `gnus-button-handle-custom' in case of "M-x
9236         customize-*" buttons.
9237
9238 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9241         multipart/alternative and add xref to mm-discouraged-alternatives
9242         in doc string.
9243
9244         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9245         gnus-buttonized-mime-types in doc string.
9246
9247 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9250         Suggest image/.* in the doc string.
9251
9252 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9255         message-marks (Debian bug #342521).
9256
9257 2005-12-12  Simon Josefsson  <jas@extundo.com>
9258
9259         * password.el (password-read-from-cache): Add.
9260         (password-read): Use it.
9261
9262 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9265         us-ascii as a MIME charset.
9266
9267         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9268         against the case where the 2nd arg TYPE is nil.
9269
9270 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * pop3.el (pop3-stream-type): Fix custom version.
9273
9274         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9275
9276 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9277
9278         * mm-decode.el (mm-display-external): Add missing cdr.
9279
9280 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9283         RFC1524) if it is in mailcap or add a suffix according to
9284         mailcap-mime-extensions when generating a temp filename; postpone
9285         deleting a temp file for 2 seconds for some wrappers, shell
9286         scripts, and so on, which might exit right after having started a
9287         viewer command as a background job.
9288
9289 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * nntp.el (nntp-marks-directory): Fix custom group.
9292
9293         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9294         steps when < 10.
9295
9296         * gnus-start.el (gnus-no-server-1): Mention
9297         `gnus-level-default-subscribed' in doc string.
9298
9299 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9300
9301         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9302         parens.
9303
9304 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-xmas.el (gnus-use-toolbar): Revert.
9307         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9308         gnus-use-toolbar is default.
9309
9310         * messagexmas.el (message-use-toolbar): Revert.
9311         (message-setup-toolbar): Use global default-toolbar if
9312         message-use-toolbar is default.
9313
9314 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9317         according to default-toolbar-visible-p.
9318
9319         * messagexmas.el (message-use-toolbar): Ditto.
9320
9321 2005-11-26  Dave Love  <fx@gnu.org>
9322
9323         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9324         (tls-program, tls-success): Provide openssl alternative.
9325
9326         * starttls.el: Doc fixes.
9327         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9328         SERVICE to PORT.
9329
9330         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9331         port null or service name.
9332         (starttls-negotiate): Autoload.
9333
9334 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * message.el (message-kill-to-signature): Fix interactive spec.
9337
9338 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * pop3.el (pop3-open-server): Recognize a string as a service name.
9341
9342 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9343
9344         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9345
9346 2005-11-23  Dave Love  <fx@gnu.org>
9347
9348         Add pop3s, pop3/starttls.
9349
9350         * pop3.el (pop3-authentication-scheme): Clarify doc.
9351         (open-tls-stream, starttls-open-stream): Autoload.
9352         (pop3-stream-type): New.
9353         (pop3-open-server): Use it.
9354
9355         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9356         for POP.
9357         (mail-source-keyword-map): Add :stream for POP.
9358         (mail-source-fetch-pop): Use pop3-stream-type.
9359
9360 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9363         of current-time-string.
9364
9365 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9366
9367         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9368         date header.
9369
9370 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9371
9372         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9373         it can seriously impact performance as it bypasses the agent's
9374         local caches.
9375
9376 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9377
9378         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9379         must be explicitly online rather than "not explicitly offline" for
9380         its flags to be synchronized.
9381
9382         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9383         that gnus-uu-unmark-thread will function correctly.
9384
9385         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9386         1024K is instead displayed as 1M.
9387
9388 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9391
9392 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9393
9394         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9395
9396 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9397
9398         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9399         error message to display actual error condition.
9400         (gnus-agent-save-local): Avoid saving symbols that are bound to
9401         nil as they simply result in a warning message in
9402         gnus-agent-read-local.
9403
9404 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9407         rather than make-variable-buffer-local for file-precious-flag.
9408
9409 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9410
9411         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9412         for duplicates which are removed.  The invalid sort check then
9413         triggers a rescan after the sort as sorting may have moved
9414         duplicate entries such that they can be cheaply detected.
9415
9416 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9419
9420 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9421
9422         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9423         internal variable to a custom variable.  Changed default value
9424         from compressed(2) to uncompressed(1).
9425         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9426         support for uncompressed agentview files.  Taken together, reading
9427         the agentview file should now be 6-7 times faster.
9428
9429 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9430
9431         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9432         as a buffer-local variable.  This avoids creating truncated
9433         dribble files as a result of a hang up, eg.
9434
9435 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9436
9437         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9438         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9439         XEmacs.
9440
9441 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * gnus-start.el (gnus-start-draft-setup): Enforce
9444         `gnus-draft-mode' for nndraft:drafts at startup.
9445
9446         * gnus.el (gnus-splash): Change custom group.
9447         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9448         allow-list argument.
9449
9450         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9451         string.
9452
9453 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-art.el (gnus-default-article-saver): Add user-defined
9456         `function' to custom type.
9457
9458 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9459
9460         * imap.el (imap-open): Handle case where buffer is a buffer
9461         object.
9462
9463 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9466         long lines.
9467         (gnus-cache-delete-group): Wrap doc strings.
9468
9469         * gnus-agent.el (gnus-agent-rename-group)
9470         (gnus-agent-delete-group): Wrap doc strings.
9471
9472 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * messagexmas.el (message-use-toolbar): Change the valid values
9475         into default, top, bottom, left, and right.
9476         (message-toolbar-thickness): New variable.
9477         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9478         well.
9479         (message-setup-toolbar): Make it work.
9480
9481         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9482         (gnus-use-toolbar): Change the valid values into default, top,
9483         bottom, left, and right.
9484         (gnus-toolbar-thickness): New variable.
9485         (gnus-xmas-setup-toolbar): New function.
9486         (gnus-xmas-setup-group-toolbar): Use it.
9487         (gnus-xmas-setup-summary-toolbar): Use it.
9488
9489 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * gnus-start.el (gnus-1): Add "native" to
9492         gnus-predefined-server-alist.
9493
9494         * gnus.el (gnus-method-to-server): Don't add "native" to the
9495         lists here, because that leads to problems when
9496         gnus-select-method is bound.
9497
9498 2005-11-09  Simon Josefsson  <jas@extundo.com>
9499
9500         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9501         use (not sort-by-date) instead.
9502
9503 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9504
9505         * gnus-delay.el (gnus-delay-group): Don't autoload.
9506         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9507         to be re-loaded when customizing the `gnus-delay' group.
9508
9509 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9510
9511         * message.el: Revert last changes.
9512         (message-insert-citation-line): Use newlines.
9513
9514 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9515
9516         * message.el (message-courtesy-message)
9517         (message-mark-insert-begin, message-mark-insert-end)
9518         (message-elide-ellipsis, message-cancel-message)
9519         (message-add-header, message-change-subject)
9520         (message-cross-post-followup-to-header)
9521         (message-cross-post-insert-note, message-reduce-to-to-cc)
9522         (message-widen-reply, message-delete-not-region)
9523         (message-kill-to-signature, message-insert-signature)
9524         (message-insert-importance-high, message-insert-importance-low)
9525         (message-insert-or-toggle-importance)
9526         (message-insert-disposition-notification-to)
9527         (message-indent-citation, message-yank-original)
9528         (message-cite-original-without-signature, message-cite-original)
9529         (message-insert-citation-line, message-position-on-field)
9530         (message-fix-before-sending, message-send-mail-partially)
9531         (message-send-mail, message-send-mail-with-sendmail)
9532         (message-send-mail-with-qmail, message-send-news)
9533         (message-check-news-header-syntax, message-generate-headers)
9534         (message-insert-courtesy-copy, message-fill-address)
9535         (message-fill-header, message-shorten-references)
9536         (message-setup-1, message-cancel-news)
9537         (message-forward-make-body-plain, message-forward-make-body-mime)
9538         (message-forward-make-body-mml, message-encode-message-body)
9539         (message-forward-make-body-digest-plain)
9540         (message-forward-make-body-digest-mime)
9541         (message-use-alternative-email-as-from): Insert `hard-newline'
9542         instead of ordinary newlines.
9543
9544 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * message.el (message-generate-headers): Downcase the argument
9547         given to message-check-element.
9548
9549 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9550
9551         * nntp.el (nntp-authinfo-rejected): New error condition.
9552         (nntp-wait-for): Use new error condition to signal authentication
9553         error.
9554         (nntp-retrieve-data): Rethrow new error condition to break out of
9555         recursive call to nntp-send-authinfo.
9556
9557 2005-11-08  Romain Francoise  <romain@orebokech.com>
9558
9559         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9560         (gnus-summary-exit-map): Bind to `Z p'.
9561         (gnus-summary-make-menu-bar): Add menu item.
9562
9563 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9566         (gnus-treat-*): Add `first' in all doc strings.
9567
9568         * gnus-group.el (gnus-group-compact-group): Fix typo.
9569
9570 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus.el (gnus-parameters-case-fold-search): New variable.
9573         (gnus-parameters-get-parameter): Use it.
9574
9575         * gnus-score.el (gnus-home-score-file): Doc fix.
9576
9577 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9578
9579         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9580
9581 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * mm-util.el (mm-special-display-p): New function.
9584
9585         * mml.el (mml-preview): Use it; doc fix.
9586
9587 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9588
9589         * imap.el (imap-open): Handle case where buffer is a buffer object.
9590
9591 2005-10-29  Romain Francoise  <romain@orebokech.com>
9592
9593         * message.el (message-fix-before-sending): Fix comment.
9594
9595 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9596
9597         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9598
9599 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9600
9601         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9602         Used in gnus-score.el.
9603
9604 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9607
9608 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9611         whitespace removed in revision 7.8.  Use concatenated string to
9612         protect trailing whitespace.
9613
9614 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9615
9616         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9617         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9618         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9619         Courier IMAP ("some version from 2004").  Mostly based on similar
9620         code in the same function.
9621
9622 2005-10-26  Didier Verna  <didier@xemacs.org>
9623
9624         * gnus-group.el (gnus-group-compact-group): Invalidate original
9625         article buffer.
9626         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9627         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9628         NOV database and in article itself.
9629         Invalidate article backlog.
9630
9631 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9634
9635 2005-10-26  Simon Josefsson  <jas@extundo.com>
9636
9637         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9638         part of 2004-07-25 change.
9639
9640 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * message.el (message-display-completion-list): New function.
9643         (message-expand-group): Use it; make sure the Completions buffer
9644         is modifiable.
9645 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9646
9647         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9648         user-mail-name is an empty string.
9649
9650 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9653         depending on gnus-score-decay-constant.
9654
9655         * encrypt.el (encrypt-insert-file-contents)
9656         (encrypt-write-file-contents): Don't use `gnus-message'.
9657
9658         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9659         arguments.
9660         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9661         arguments to mm-uu-verbatim-marks-extract.
9662         (mm-uu-hide-markers): New variable.
9663         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9664
9665         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9666         (gnus-convert-image-to-face-command): Use "convert" by default to
9667         allow other input image formats.
9668         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9669         accordingly.
9670
9671 2005-10-23  Simon Josefsson  <jas@extundo.com>
9672
9673         * imap.el (imap-gssapi-program): Align command line parameters
9674         with latest GNU SASL.
9675         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9676
9677 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9680         HTML.
9681         (nnslashdot-request-article): Ditto.
9682
9683         * lpath.el (featurep): Add nobreak-char-display.
9684
9685 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9686
9687         * mail-source.el (mail-source-fetch-pop): Require pop3.
9688         (mail-source-check-pop): Ditto.
9689
9690 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9693         errors.
9694
9695 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9698         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9699
9700         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9701
9702         * mm-bodies.el (mm-decode-string): Call
9703         `mm-charset-to-coding-system' with allow-override argument.
9704
9705 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9708         (rfc2047-charset-to-coding-system): New function.
9709         (rfc2047-decode-encoded-words): New function.
9710         (rfc2047-decode-region): Use them.
9711         (rfc2047-decode-cte): Remove.
9712         (rfc2047-parse-and-decode): Remove.
9713         (rfc2047-decode): Remove.
9714
9715 2005-10-15  Kenichi Handa  <handa@m17n.org>
9716
9717         * rfc2047.el (rfc2047-decode-cte): New function.
9718         (rfc2047-decode-region): Change the way to decode successive
9719         encoded-words: decode B- or Q-encoding in each encoded-word,
9720         concatenate them, and decode it as charset.
9721
9722 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * lpath.el: Fbind codepage-setup for XEmacs.
9725
9726 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9727
9728         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9729         widget-move-and-invoke.
9730         (gnus-custom-mode): Use gnus-custom-map.
9731
9732 2005-10-15  Bill Wohler  <wohler@newt.com>
9733
9734         * message.el (message-tool-bar-map): Renamed image file from
9735         mail_send to mail/send.
9736
9737 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9738
9739         * message.el (message-expand-group): Pass the common
9740         prefix substring of completion to `display-completion-list'.
9741
9742 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * mml-sec.el (mml-secure-method): New internal variable.
9745         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9746         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9747         functions using mml-secure-method.
9748
9749         * mml.el (mml-mode-map): Add key bindings for those functions.
9750         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9751         Harder <harder@myrealbox.com>.
9752         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9753         end of message if point is the headers of the message.
9754
9755         * message.el (message-in-body-p): New function.
9756
9757         * assistant.el: Autoload gnus-util and netrc.
9758
9759         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9760         Use `mm-charset-override-alist' only when decoding.
9761
9762         * mm-bodies.el (mm-decode-body): Call
9763         `mm-charset-to-coding-system' with allow-override argument.
9764
9765         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9766         `filename' from Content-Disposition if Content-Type doesn't
9767         provide `name'.
9768         (gnus-mime-view-part-as-type): Set default instead of
9769         initial-input.
9770
9771 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9772
9773         * format-spec.el (format-spec): Propagate text properties of % spec.
9774
9775 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * gnus-art.el (gnus-treat-predicate): Add `first'.
9778
9779 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9782         (mm-charset-override-alist): New variable.
9783         (mm-charset-to-coding-system): Use it.
9784         (mm-codepage-setup): New helper function.
9785         (mm-charset-eval-alist): New variable.
9786         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9787         about unknown charsets.
9788
9789         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9790
9791 2005-10-04  David Hansen  <david.hansen@gmx.net>
9792
9793         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9794         (nnrss-check-group): Ditto.
9795
9796 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9799         Rename x-gnus-verbatim to x-verbatim.
9800         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9801
9802         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9803         x-verbatim.
9804
9805         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9806
9807         * gnus-util.el (gnus-remove-duplicates): Remove.
9808
9809         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9810         instead of gnus-remove-duplicates.
9811
9812         * message.el (message-remove-duplicates): Remove.
9813         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9814         message-remove-duplicates.
9815
9816         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9817         available, else use implementation from `delete-dups'.
9818
9819         * message.el (message-insert-expires): New function.
9820         (message-mode-map): Add key binding.
9821         (message-mode-field-menu): Add menu entry.
9822         (message-mode): Document it.
9823         (message-make-expires-date): Use `message-make-date'.
9824
9825 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9826
9827         * message.el (message-make-expires-date): New function.
9828
9829 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * Makefile.in (list-installed-shadows): New entry.
9832         (install): Use it.
9833         (remove-installed-shadows): New entry.
9834
9835         * dgnushack.el (dgnushack-default-load-path): New variable.
9836         (dgnushack-find-lisp-shadows): New function.
9837         (dgnushack-remove-lisp-shadows): New function.
9838
9839 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * Makefile.in (install-el-elc): New entry.
9842         (install): Use it so that .el files are necessarily installed.
9843
9844 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9847
9848 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9849
9850         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9851         function rather than the diff-mode.el package.
9852         (mm-display-external): Use with-current-buffer.
9853         (mm-viewer-completion-map, mm-viewer-completion-map):
9854         Move initialization inside declaration.
9855
9856 2005-09-29  Simon Josefsson  <jas@extundo.com>
9857
9858         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9859         autoload mail-check-payment.
9860         (spam-check-hashcash): Define unconditionally, since hashcash.el
9861         is part of Gnus now.  Ignore errors from payment checking.
9862
9863 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * message.el (message-bold-region, message-unbold-region): Rename
9866         from `bold-region' and `unbold-region'.
9867
9868         * message.el: Remove useless autoloads.
9869
9870 2005-09-28  Simon Josefsson  <jas@extundo.com>
9871
9872         * message.el (message-use-idna): Default to t.
9873         (message-use-idna): Test whether encoding works too.  Doc fix.
9874
9875 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * nntp.el (nntp-warn-about-losing-connection): Remove.
9878
9879 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9882         customizable.  Change default value.
9883         (mm-uu-diff-groups-regexp): Change default value.
9884         (mm-uu-type-alist): Add doc string.
9885         (mm-uu-configure): Add doc string.  Make it interactive.
9886         (mm-uu-tex-groups-regexp): New variable.
9887         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9888         (mm-uu-type-alist): Add LaTeX documents.
9889         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9890         of "text/verbatim".
9891         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9892
9893         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9894         instead of "text/verbatim".
9895
9896         * message.el (message-mark-inserted-region)
9897         (message-mark-insert-file): Use slrn style marks when called with
9898         prefix argument.
9899
9900 2005-09-27  Simon Josefsson  <jas@extundo.com>
9901
9902         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9903
9904 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9905
9906         * message.el (message-remove-duplicates): New function.
9907         Implementation borrowed from `gnus-remove-duplicates'.
9908         (message-idna-to-ascii-rhs): Also encode idna addresses in
9909         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9910         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9911         only ask about the same idna domain once per header and also tell
9912         in what header to replace the idna domain.
9913
9914         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9915         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9916         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9917         a header is decoded and not just the last one.
9918
9919 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9922         has been decoded.
9923
9924         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9925         (mm-insert-part): Don't modify text if it has been decoded.
9926
9927         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9928         decoded.
9929
9930         * mm-view.el (mm-inline-text): Don't strip text props unless
9931         decoding enriched or richtext parts.
9932
9933 2005-09-25  Romain Francoise  <romain@orebokech.com>
9934
9935         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9936         * gnus-start.el (gnus-subscribe-interactively):
9937         * gnus-uu.el (gnus-uu-grab-articles):
9938         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9939         space.
9940
9941 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9942
9943         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9944         * mm-view.el (mm-view-pkcs7-decrypt):
9945         * gnus-sum.el (gnus-summary-limit-to-extra)
9946         (gnus-summary-respool-article, gnus-read-move-group-name):
9947         * gnus-score.el (gnus-summary-increase-score):
9948         * gnus-util.el (gnus-completing-read-with-default):
9949         * gnus-art.el (gnus-read-save-file-name)
9950         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9951         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9952         * message.el (message-check-news-header-syntax):
9953         Follow convention for reading with the minibuffer.
9954
9955 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * spam-report.el (spam-report-url-ping-plain):
9958         Use gnus-extended-version as User-Agent.
9959
9960         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9961         default value is nil.
9962
9963         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9964         (mm-uu-verbatim-marks-extract): New function.
9965         (mm-uu-extract): New face.
9966         (mm-uu-copy-to-buffer): Use it.
9967
9968         * spam-report.el (spam-report-gmane-ham): Renamed from
9969         `spam-report-gmane-unspam'.
9970         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9971         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9972
9973         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9974         Autoload.
9975         (spam-report-gmane-unregister-routine): Renamed
9976         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9977
9978 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9979
9980         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9981         (spam-report-gmane-unregister-routine): Add support for gmane
9982         unregistration.
9983
9984         * spam-report.el (spam-report-gmane-unspam)
9985         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9986         (spam-report-gmane): Change to take a single article and do unspam
9987         registration.
9988
9989 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9990
9991         * mm-url.el (mm-url-decode-entities): Fix regexp.
9992
9993 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9996         default to nil, to be able to use Gnus at all.  If the default
9997         switches to something else, then the function should be fixed not
9998         be exceedingly slow.
9999
10000 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10001
10002         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10003         fail hard.
10004
10005         * spam-report.el: Add better Keywords line.
10006
10007         * spam.el: Add Maintainer and better Keywords line.
10008
10009 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gnus-art.el (gnus-article-replace-part)
10012         (gnus-mime-replace-part): New functions.
10013         (gnus-mime-action-alist, gnus-mime-button-commands)
10014         (gnus-mime-save-part-and-strip): Added file argument.
10015         (gnus-article-part-wrapper): Added interactive argument.
10016
10017         * gnus-sum.el (gnus-summary-mime-map): Add
10018         `gnus-article-replace-part'.
10019
10020 2005-09-19  Didier Verna  <didier@xemacs.org>
10021
10022         The nnml compaction feature:
10023         * nnml.el (nnml-request-compact-group): New function.
10024         * nnml.el (nnml-request-compact): New function.
10025         * gnus-int.el (gnus-request-compact-group): New function.
10026         * gnus-int.el (gnus-request-compact): New function.
10027         * gnus-group.el (gnus-group-compact-group): New function.
10028         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10029         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10030         * gnus-srvr.el (gnus-server-compact-server): New function.
10031         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10032         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10033
10034 2005-09-18  Deepak Goel  <deego@gnufans.org>
10035
10036         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10037         format spec.
10038
10039 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10042
10043 2005-09-15  Romain Francoise  <romain@orebokech.com>
10044
10045         * message.el (message-fill-paragraph): Clarify docstring.
10046
10047 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-art.el (gnus-mime-display-part): Protect against broken
10050         MIME messages.
10051
10052 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10055         before parsing header.
10056
10057 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10058
10059         * html2text.el (html2text-replace-list): Add new entities.
10060
10061 2005-09-11  Romain Francoise  <romain@orebokech.com>
10062
10063         * message.el (message-alternative-emails): Improve docstring.
10064         (message-setup-1): Call `message-use-alternative-email-as-from'
10065         after `message-setup-hook' to give it precedence over posting
10066         styles, etc.
10067         (message-use-alternative-email-as-from): Add docstring.  Remove
10068         the original From header if present.
10069
10070         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10071         (nnml-save-mail): Use it.
10072
10073         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10074         articles.  Add new argument `silent'.
10075         (gnus-uu-mark-all): Report the total number of marked articles.
10076
10077 2005-09-10  Romain Francoise  <romain@orebokech.com>
10078
10079         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10080         (gnus-uu-mark-series): Likewise.
10081
10082 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * spam-report.el (spam-report-gmane): Fix generation of spam
10085         report URL.
10086
10087 2005-09-10  Simon Josefsson  <jas@extundo.com>
10088
10089         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10090         t, based on discussion on the ding list with Robert Epprecht
10091         <epprecht@solnet.ch>.
10092
10093 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * spam-report.el (spam-report-gmane): Make it work without
10096         X-Report-Spam header.  Gmane now only provides Archived-At.
10097         This is only used if `spam-report-gmane-use-article-number' is nil.
10098         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10099
10100         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10101         make `gnus-summary-sort-by-recipient' work with threading.
10102
10103         * nnweb.el (nnweb-google-wash-article): Print a message if article
10104         is not available.
10105
10106 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10107
10108         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10109         change.  Decode text/* parts content before displaying.
10110
10111 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10114
10115 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10118
10119         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10120         url-package-name, url-package-version,
10121         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10122         w3m-display-inline-images, and w3m-minor-mode-map.
10123
10124 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * message.el (message-tab-body-function): Fix mismatched custom type.
10127
10128         * gnus.el (gnus-group-change-level-function): Ditto.
10129
10130         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10131
10132         * gnus-art.el (gnus-signature-limit)
10133         (gnus-article-mime-part-function): Ditto.
10134
10135 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * mml.el (mml-mode): Silence the byte compiler.
10138
10139         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10140         using `(sit-for 0)' before moving the point to the specified part;
10141         skip unbuttonized parts.
10142         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10143         return to the summary window if gnus-auto-select-part is non-nil.
10144
10145 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10148         variables.
10149         (mml-dnd-attach-file, mml-mode): Use them.
10150
10151         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10152         Make fetching article by MID work again for Google Groups.  Added
10153         FIXME concerning gnus-group-make-web-group.
10154
10155         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10156         Don't depend on Gnus by using mail-extract-address-components if
10157         gnus-extract-address-components is not bound.
10158
10159 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * gnus-art.el (gnus-mime-display-security): Don't display the
10162         signature, but only the signed part.
10163
10164 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10167
10168         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10169         list, not listp.
10170
10171 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10172
10173         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10174         when encoding.
10175
10176         * mm-bodies.el (mm-decode-content-transfer-encoding):
10177         De-canonicalize CRLF for all text content types, not just
10178         text/plain.
10179
10180 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10183         valid article; point arrow and cursor at the MIME button.
10184
10185 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10188         Suggested by Dan Christensen <jdc@uwo.ca>.
10189
10190         * mm-decode.el (mm-save-part): Enable change of prompt.
10191
10192 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10193
10194         * gnus-msg.el (gnus-inews-add-send-actions): Made
10195         `message-post-method' lambda parameter ARG `&optional'.
10196
10197 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * gnus-sum.el (gnus-summary-mime-map): Added
10200         gnus-article-save-part-and-strip, gnus-article-delete-part and
10201         gnus-article-jump-to-part.
10202
10203         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10204         (gnus-article-edit-part): Use it.
10205         (gnus-article-part-wrapper): Added no-handle argument.
10206         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10207         functions.
10208
10209 2005-08-29  Romain Francoise  <romain@orebokech.com>
10210
10211         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10212         docstring.
10213         (gnus-face-from-file): Likewise.
10214
10215 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10218         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10219         non-nil.
10220         (gnus-auto-select-part): New variable.
10221         (gnus-article-jump-to-part): New function.
10222         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10223         (gnus-mime-delete-part): Allow selecting specified part after
10224         deleting or stripping parts.
10225         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10226         part if argument is bogus.
10227
10228 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10229
10230         * gnus-art.el (w3m-minor-mode-map):
10231         * gnus-spec.el (gnus-newsrc-file-version):
10232         * gnus-util.el (nnmail-active-file-coding-system)
10233         (gnus-original-article-buffer, gnus-user-agent):
10234         * gnus.el (gnus-ham-process-destinations)
10235         (gnus-parameter-ham-marks-alist)
10236         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10237         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10238         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10239         * mm-decode.el (gnus-current-window-configuration):
10240         * mm-extern.el (gnus-article-mime-handles):
10241         * mm-url.el (url-current-object, url-package-name)
10242         (url-package-version):
10243         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10244         (smime-keys, w3m-cid-retrieve-function-alist)
10245         (w3m-current-buffer, w3m-display-inline-images)
10246         (w3m-minor-mode-map):
10247         * mml-smime.el (gnus-extract-address-components):
10248         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10249         (gnus-newsrc-hashtb, message-default-charset)
10250         (message-deletable-headers, message-options)
10251         (message-posting-charset, message-required-mail-headers)
10252         (message-required-news-headers):
10253         * mml1991.el (mc-pgp-always-sign):
10254         * mml2015.el (mc-pgp-always-sign):
10255         * nnheader.el (nnmail-extra-headers):
10256         * rfc1843.el (gnus-decode-encoded-word-function)
10257         (gnus-decode-header-function, gnus-newsgroup-name):
10258         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10259
10260 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10261
10262         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10263         the end of the date treatments.
10264
10265 2005-08-15  Simon Josefsson  <jas@extundo.com>
10266
10267         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10268         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10269         Capello and Romain Francoise.
10270         (pgg-fetch-key-function): Removed, not used?
10271         (pgg-insert-url-with-w3): Require url, to get
10272         url-insert-file-contents regardless of where it is defined.
10273
10274 2005-08-13  Romain Francoise  <romain@orebokech.com>
10275
10276         * message.el (message-cite-original-1): New function.
10277         (message-cite-original): Use it.
10278         (message-cite-original-without-signature): Ditto.
10279
10280 2005-08-08  Romain Francoise  <romain@orebokech.com>
10281
10282         * message.el (message-yank-empty-prefix): New variable.
10283         (message-indent-citation): Use it.
10284         (message-cite-original-without-signature): Respect X-No-Archive.
10285
10286 2005-08-08  Simon Josefsson  <jas@extundo.com>
10287
10288         * pgg.el: Autoload url-insert-file-contents instead of loading
10289         w3/url.
10290         (pgg-insert-url-with-w3): Don't load url here.
10291
10292 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10293
10294         * message.el (message-kill-to-signature): Don't insert newline at
10295         bol.
10296         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10297
10298 2005-08-06  Romain Francoise  <romain@orebokech.com>
10299
10300         * message.el (message-user-fqdn): Fix typo in docstring.
10301
10302 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10303
10304         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10305
10306         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10307
10308 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * mm-bodies.el (mm-encode-body): Use coding system rather than
10311         charset to encode text.
10312
10313         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10314         number of charsets if utf-8 is available (XEmacs).
10315
10316 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10319         taken from `gnus-button-mid-or-mail-regexp'.
10320         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10321         (gnus-button-alist): Improve regexp for domain part of the MIDs
10322         for news:localpart@domain buttons.
10323         (gnus-button-ctan-directory-regexp): Update.
10324
10325 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * sieve-manage.el (sieve-manage-interactive-login): Use
10328         make-local-variable rather than make-variable-buffer-local.
10329         (sieve-manage-open): Ditto.
10330         (sieve-manage-authenticate): Ditto.
10331
10332         * mml.el (mml-generate-mime-1): Make the content type default to
10333         text/plain if the filename is not specified.
10334
10335 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10338         instead of insert-buffer.
10339
10340         * message.el (message-yank-original): Ditto; set the mark at the
10341         end of the yanked message.
10342
10343 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10346         lines to scroll rather than to stop it.
10347
10348         * mml.el (mml-generate-default-type): Add doc string.
10349         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10350         default to application/octet-stream when determining the content
10351         type if it is not specified for the part or the mml contents; add
10352         a comment about mml-generate-default-type.
10353
10354 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10357         make it default to application/octet-stream when determining the
10358         content type if it is not specified for the external contents.
10359
10360 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10363         segmented parameter but also other parameters might be there.
10364
10365 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * mm-decode.el (mm-display-external): Delete temp file, directory
10368         and buffer immediately if the external process is exited.
10369
10370 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10373         fewer lines than that of scroll-margin.
10374         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10375
10376 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-art.el (gnus-article-next-page): Revert.
10379         (gnus-article-beginning-of-window): New macro.
10380         (gnus-article-next-page-1): Use it.
10381         (gnus-article-prev-page): Ditto.
10382         (gnus-article-edit-part): Use insert-buffer-substring instead of
10383         insert-buffer.
10384         (gnus-article-edit-exit): Ditto.
10385
10386         * gnus-util.el (gnus-beginning-of-window): Remove.
10387         (gnus-end-of-window): Remove.
10388
10389         * lpath.el: Don't bind header-line-format and scroll-margin.
10390
10391 2005-07-25  Simon Josefsson  <jas@extundo.com>
10392
10393         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10394         to have the url package without w3.  Reported by Daiki Ueno
10395         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10396
10397 2005-07-20  Didier Verna  <didier@xemacs.org>
10398
10399         * gnus-diary.el: Remove the description comment (nndiary is now
10400         properly documented in the Gnus manual).
10401         Fix the spelling of "Back End".
10402         * nndiary.el: Ditto.
10403         Fix the copyright notice.
10404
10405 2005-07-18  Romain Francoise  <romain@orebokech.com>
10406
10407         * gnus-sum.el (gnus-summary-to-prefix)
10408         (gnus-summary-newsgroup-prefix): New variables.
10409         (gnus-summary-from-or-to-or-newsgroups): Use them.
10410
10411 2005-07-17  Romain Francoise  <romain@orebokech.com>
10412
10413         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10414         space as it's generally not especially interesting to the user.
10415
10416 2005-07-16  Romain Francoise  <romain@orebokech.com>
10417
10418         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10419         nil to avoid prompting and file modification if one of the
10420         messages at the top of the nnfolder file contains a copyright
10421         notice.
10422         Update copyright notice.
10423
10424         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10425         instead of `current-time-string' as the latter creates a time
10426         string that is not RFC 2822 compliant (it lacks the zone).
10427         Update copyright notice.
10428
10429 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10430
10431         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10432         for text/rtf.  Display default in prompt.  Pass default for M-n.
10433
10434         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10435
10436 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10437
10438         * gnus-msg.el (gnus-button-mailto): Remove
10439         save-selected-window-window hackery because it relies on
10440         save-selected-window internals.
10441
10442 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10445         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10446         (gnus-article-prev-page): Ditto.
10447
10448         * gnus-util.el (gnus-beginning-of-window): New function.
10449         (gnus-end-of-window): New function.
10450
10451         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10452
10453 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10454
10455         * gnus-score.el (gnus-score-edit-all-score): Set
10456         gnus-score-edit-exit-function to gnus-score-edit-done and call
10457         gnus-message.
10458
10459 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * gnus-msg.el (gnus-button-mailto): Remove
10462         save-selected-window-window hackery because it relies on
10463         save-selected-window internals.
10464
10465 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10468         add-minor-mode.
10469         (gnus-binary-mode): Ditto.
10470
10471         * gnus-topic.el (gnus-topic-mode): Ditto.
10472
10473 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10474
10475         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10476         (gnus-article-prev-page): Take scroll-margin into consideration.
10477
10478 2005-07-04  Lute Kamstra  <lute@gnu.org>
10479
10480         Update FSF's address in GPL notices.
10481
10482 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10483
10484         * gnus.el (gnus-exit):
10485         * gnus-group.el (gnus-group-icons):
10486         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10487
10488         * gnus-nocem.el (gnus-nocem):
10489         * message.el (message-various, message-buffers, message-sending)
10490         (message-interface, message-forwarding, message-insertion)
10491         (message-headers, message-news, message-mail):
10492         * pgg-gpg.el (pgg-gpg):
10493         * pgg-parse.el (pgg-parse):
10494         * pgg-pgp.el (pgg-pgp):
10495         * pgg-pgp5.el (pgg-pgp5):
10496         * pop3.el (pop3): Finish `defgroup' description with period.
10497
10498 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-art.el (article-display-face): Improve the efficiency.
10501         (article-display-x-face): Ditto; remove grey x-face stuff.
10502
10503 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-art.el (article-display-face): Correct the position in
10506         which Faces are inserted.
10507
10508 2005-06-29  Didier Verna  <didier@xemacs.org>
10509
10510         * gnus-art.el (article-display-face): Display faces in correct
10511         order.
10512
10513 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10516         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10517         (gnus-nocem-check-article): Fetch the Type header.
10518         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10519         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10520         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10521         make sure gnus-nocem-hashtb is initialized.
10522         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10523         (gnus-nocem-unwanted-article-p): Ditto.
10524
10525         * pgg.el (pgg-verify): Return the verification result.
10526
10527 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10530         is ascii.
10531
10532 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10533
10534         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10535         `show-nonbreak-escape'.
10536
10537 2005-06-23  Lute Kamstra  <lute@gnu.org>
10538
10539         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10540
10541         * dig.el (dig-mode):
10542         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10543
10544 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10545
10546         * nnimap.el (nnimap-split-download-body): Fix spellings.
10547
10548 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10549
10550         * gnus-art.el (gnus-article-encrypt-body):
10551         * gnus-cus.el (gnus-score-customize):
10552         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10553         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10554
10555 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10556
10557         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10558         header by looking for magic "MII" at the beginnig.
10559
10560 2005-06-16  Miles Bader  <miles@gnu.org>
10561
10562         * gnus-xmas.el (gnus-xmas-group-startup-message):
10563         Use renamed gnus-splash face.
10564
10565         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10566         (assistant-field-face): New backward-compatibility alias for renamed
10567         face.
10568         (assistant-render-text): Use renamed assistant-field face.
10569
10570         * spam.el (spam): Remove "-face" suffix from face name.
10571         (spam-face): New backward-compatibility alias for renamed face.
10572         (spam-face, spam-initialize): Use renamed spam face.
10573
10574         * message.el (message-header-to, message-header-cc)
10575         (message-header-subject, message-header-newsgroups)
10576         (message-header-other, message-header-name)
10577         (message-header-xheader, message-separator, message-cited-text)
10578         (message-mml): Remove "-face" suffix from face names.
10579         (message-header-to-face, message-header-cc-face)
10580         (message-header-subject-face, message-header-newsgroups-face)
10581         (message-header-other-face, message-header-name-face)
10582         (message-header-xheader-face, message-separator-face)
10583         (message-cited-text-face, message-mml-face):
10584         New backward-compatibility aliases for renamed faces.
10585         (message-font-lock-keywords): Use renamed message faces.
10586
10587         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10588         (sieve-test-commands, sieve-tagged-arguments):
10589         Remove "-face" suffix from face names.
10590         (sieve-control-commands-face, sieve-action-commands-face)
10591         (sieve-test-commands-face, sieve-tagged-arguments-face):
10592         New backward-compatibility aliases for renamed faces.
10593         (sieve-control-commands-face, sieve-action-commands-face)
10594         (sieve-test-commands-face, sieve-tagged-arguments-face):
10595         Use renamed sieve faces.
10596
10597         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10598         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10599         (gnus-group-news-3-empty, gnus-group-news-4)
10600         (gnus-group-news-4-empty, gnus-group-news-5)
10601         (gnus-group-news-5-empty, gnus-group-news-6)
10602         (gnus-group-news-6-empty, gnus-group-news-low)
10603         (gnus-group-news-low-empty, gnus-group-mail-1)
10604         (gnus-group-mail-1-empty, gnus-group-mail-2)
10605         (gnus-group-mail-2-empty, gnus-group-mail-3)
10606         (gnus-group-mail-3-empty, gnus-group-mail-low)
10607         (gnus-group-mail-low-empty, gnus-summary-selected)
10608         (gnus-summary-cancelled, gnus-summary-high-ticked)
10609         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10610         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10611         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10612         (gnus-summary-low-undownloaded)
10613         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10614         (gnus-summary-low-unread, gnus-summary-normal-unread)
10615         (gnus-summary-high-read, gnus-summary-low-read)
10616         (gnus-summary-normal-read, gnus-splash):
10617         Remove "-face" suffix from face names.
10618         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10619         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10620         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10621         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10622         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10623         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10624         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10625         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10626         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10627         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10628         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10629         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10630         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10631         (gnus-summary-normal-ticked-face)
10632         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10633         (gnus-summary-normal-ancient-face)
10634         (gnus-summary-high-undownloaded-face)
10635         (gnus-summary-low-undownloaded-face)
10636         (gnus-summary-normal-undownloaded-face)
10637         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10638         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10639         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10640         (gnus-splash-face):
10641         New backward-compatibility aliases for renamed faces.
10642         (gnus-group-startup-message): Use renamed gnus faces.
10643
10644         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10645         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10646         (gnus-server-agent): Remove "-face" suffix from face names.
10647         (gnus-server-agent-face, gnus-server-opened-face)
10648         (gnus-server-closed-face, gnus-server-denied-face)
10649         (gnus-server-offline-face):
10650         New backward-compatibility aliases for renamed faces.
10651         (gnus-server-agent-face, gnus-server-opened-face)
10652         (gnus-server-closed-face, gnus-server-denied-face)
10653         (gnus-server-offline-face): Use renamed gnus faces.
10654
10655         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10656         Remove "-face" suffix from face names.
10657         (gnus-picon-xbm-face, gnus-picon-face):
10658         New backward-compatibility aliases for renamed faces.
10659
10660         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10661         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10662         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10663         (gnus-cite-11): Remove "-face" suffix from face names.
10664         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10665         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10666         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10667         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10668         New backward-compatibility aliases for renamed faces.
10669         (gnus-cite-attribution-face, gnus-cite-face-list)
10670         (gnus-article-boring-faces): Use renamed gnus faces.
10671
10672         * gnus-art.el (gnus-signature, gnus-header-from)
10673         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10674         (gnus-header-content): Remove "-face" suffix from face names.
10675         (gnus-signature-face, gnus-header-from-face)
10676         (gnus-header-subject-face, gnus-header-newsgroups-face)
10677         (gnus-header-name-face, gnus-header-content-face):
10678         New backward-compatibility aliases for renamed faces.
10679         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10680
10681         * gnus-sum.el (gnus-summary-selected-face)
10682         (gnus-summary-highlight): Use renamed gnus faces.
10683         * gnus-group.el (gnus-group-highlight): Likewise.
10684
10685 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10686
10687         * gnus-sieve.el (gnus-sieve-article-add-rule):
10688         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10689         * spam-stat.el (spam-stat-buffer-change-to-spam)
10690         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10691
10692         * message.el (message-is-yours-p):
10693         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10694
10695 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * mm-view.el (mm-inline-text): Withdraw the last change.
10698
10699 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10702         executing enriched-decode.
10703
10704 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10707         charset of tar files.
10708
10709 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10710
10711         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10712
10713 2005-06-04  Lute Kamstra  <lute@gnu.org>
10714
10715         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10716         information is never recorded.
10717
10718 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10719
10720         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10721
10722 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * pop3.el (pop3-apop): Run md5 in the binary mode.
10725
10726         * starttls.el (starttls-set-process-query-on-exit-flag):
10727         Use eval-and-compile.
10728
10729 2005-05-31  Simon Josefsson  <jas@extundo.com>
10730
10731         * smime.el (smime-replace-in-string): Define.
10732         (smime-cert-by-ldap-1): Use it.
10733
10734 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-art.el (article-display-x-face): Replace
10737         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10738
10739         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10740         set-process-query-on-exit-flag or process-kill-without-query.
10741
10742         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10743         loop instead of replace-regexp.
10744
10745         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10746         instead of process-kill-without-query if it is available.
10747
10748         * lpath.el: Fbind ldap-search-entries.
10749
10750         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10751         instead of find-file-hooks if it is available.
10752
10753         * mml1991.el: Bind pgg-default-user-id when compiling.
10754
10755         * mml2015.el: Bind pgg-default-user-id when compiling.
10756
10757         * nndraft.el (nndraft-request-associate-buffer):
10758         Use write-contents-functions instead of write-contents-hooks if it is
10759         available.
10760
10761         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10762         instead of find-file-hooks if it is available.
10763
10764         * nntp.el (nntp-open-connection): Replace
10765         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10766         (nntp-open-ssl-stream): Ditto.
10767         (nntp-open-tls-stream): Ditto.
10768
10769         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10770         set-process-query-on-exit-flag or process-kill-without-query.
10771         (starttls-open-stream-gnutls): Use it instead of
10772         process-kill-without-query.
10773         (starttls-open-stream): Ditto.
10774
10775 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10776
10777         * smime.el (smime-cert-by-ldap-1): Don't use
10778         replace-regexp-in-string.
10779
10780 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10781
10782         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10783
10784         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10785         in PEM format.  Adjust to the XEmacs compability.
10786
10787 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10790         by `string-to-number'.
10791         * gnus-agent.el (gnus-agent-regenerate-group)
10792         (gnus-agent-fetch-articles): Ditto.
10793         * gnus-art.el (gnus-button-fetch-group): Ditto.
10794         * gnus-cache.el (gnus-cache-generate-active)
10795         (gnus-cache-articles-in-group): Ditto.
10796         * gnus-group.el (gnus-group-set-current-level)
10797         (gnus-group-insert-group-line): Ditto.
10798         * gnus-score.el (gnus-score-set-expunge-below)
10799         (gnus-score-set-mark-below, gnus-summary-score-effect)
10800         (gnus-summary-score-entry): Ditto.
10801         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10802         (gnus-soup-pack): Ditto.
10803         * gnus-spec.el (gnus-xmas-format): Ditto.
10804         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10805         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10806         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10807         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10808         * nndb.el (nndb-get-remote-expire-response): Ditto.
10809         * nndiary.el (nndiary-parse-schedule-value)
10810         (nndiary-string-to-number, nndiary-request-replace-article)
10811         (nndiary-request-article): Ditto.
10812         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10813         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10814         * nneething.el (nneething-make-head): Ditto.
10815         * nnfolder.el (nnfolder-request-article)
10816         (nnfolder-retrieve-headers): Ditto.
10817         * nnheader.el (nnheader-file-to-number): Ditto.
10818         * nnkiboze.el (nnkiboze-request-article): Ditto.
10819         * nnmail.el (nnmail-process-unix-mail-format)
10820         (nnmail-process-babyl-mail-format): Ditto.
10821         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10822         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10823         (nnmh-request-create-group, nnmh-request-list-1)
10824         (nnmh-request-group, nnmh-request-article): Ditto.
10825         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10826         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10827         * nnsoup.el (nnsoup-make-active): Ditto.
10828         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10829         * nntp.el (nntp-find-group-and-number)
10830         (nntp-retrieve-headers-with-xover): Ditto.
10831         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10832         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10833         (pgg-format-key-identifier): Ditto.
10834         * pop3.el (pop3-last, pop3-stat): Ditto.
10835         * qp.el (quoted-printable-decode-region): Ditto.
10836
10837         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10838         of concat.
10839
10840 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10843
10844         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10845
10846         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10847
10848         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10849
10850         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10851
10852         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10853
10854         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10855         (gnus-carpal-mode): Ditto.
10856
10857         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10858         (gnus-browse-mode): Ditto.
10859
10860         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10861
10862         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10863
10864 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10865
10866         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10867
10868 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-util.el (gnus-run-mode-hooks): New function.
10871
10872         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10873
10874         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10875         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10876
10877 2005-05-27  Lute Kamstra  <lute@gnu.org>
10878
10879         * dns-mode.el (dns-mode): Specify customization group.
10880
10881 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10882
10883         * gnus-agent.el (gnus-agent-make-mode-line-string):
10884         Use mode-line-highlight as mouse-face.
10885
10886 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * canlock.el (canlock): Change the parent group to news.
10889
10890         * deuglify.el (gnus-outlook-deuglify): Add :group.
10891
10892         * dig.el (dig): Add :group.
10893
10894         * dns-mode.el (dns-mode): Add :group.
10895
10896         * encrypt.el (encrypt): Add :group.
10897
10898         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10899         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10900         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10901         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10902         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10903
10904         * gnus-diary.el (gnus-diary): Add :group.
10905
10906         * gnus.el (gnus-group-news-1-face): Add :group.
10907         (gnus-group-news-1-empty-face): Ditto.
10908         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10909         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10910         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10911         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10912         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10913         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10914         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10915         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10916         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10917         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10918         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10919         (gnus-summary-high-ticked-face): Ditto.
10920         (gnus-summary-low-ticked-face): Ditto.
10921         (gnus-summary-normal-ticked-face): Ditto.
10922         (gnus-summary-high-ancient-face): Ditto.
10923         (gnus-summary-low-ancient-face): Ditto.
10924         (gnus-summary-normal-ancient-face): Ditto.
10925         (gnus-summary-high-undownloaded-face): Ditto.
10926         (gnus-summary-low-undownloaded-face): Ditto.
10927         (gnus-summary-normal-undownloaded-face): Ditto.
10928         (gnus-summary-high-unread-face): Ditto.
10929         (gnus-summary-low-unread-face): Ditto.
10930         (gnus-summary-normal-unread-face): Ditto.
10931         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10932         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10933
10934         * hashcash.el (hashcash): New custom group.
10935         (hashcash-default-payment): Add :group.
10936         (hashcash-payment-alist): Ditto.
10937         (hashcash-default-accept-payment): Ditto.
10938         (hashcash-accept-resources): Ditto.
10939         (hashcash-path): Ditto.
10940         (hashcash-extra-generate-parameters): Ditto.
10941         (hashcash-double-spend-database): Ditto.
10942         (hashcash-in-news): Ditto.
10943
10944         * message.el (message-minibuffer-local-map): Add :group.
10945
10946         * netrc.el (netrc): Add :group.
10947
10948         * sieve-manage.el (sieve-manage-log): Add :group.
10949         (sieve-manage-default-user): Diito.
10950         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10951         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10952         (sieve-manage-authenticators): Ditto.
10953         (sieve-manage-authenticator-alist): Ditto.
10954         (sieve-manage-default-port): Ditto.
10955
10956         * sieve-mode.el (sieve-control-commands-face): Add :group.
10957         (sieve-action-commands-face): Ditto.
10958         (sieve-test-commands-face): Ditto.
10959         (sieve-tagged-arguments-face): Ditto.
10960
10961         * smime.el (smime): Add :group.
10962
10963         * spam-report.el (spam-report): Add :group.
10964
10965         * spam.el (spam, spam-face): Add :group.
10966
10967 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10970         return \n.\n.\n at the end of articles.  Protect against that.
10971         (nntp-with-open-group): Allow debugging.
10972
10973         * nnheader.el (mail-header-set-extra): Make into a function
10974         because I just could't understand how to quote the list properly.
10975
10976         * dns.el (query-dns-cached): New function.
10977
10978 2005-05-26  Lute Kamstra  <lute@gnu.org>
10979
10980         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10981
10982 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10985
10986         * gnus-art.el: Don't autoload mail-extract-address-components.
10987
10988         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10989         eval-and-compile to evaluate it.
10990
10991         * hashcash.el: Don't autoload executable-find.
10992
10993         * nndb.el: Don't declare the nndb back end two or more times; don't
10994         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10995
10996         * nntp.el: Autoload format-spec instead of format; use
10997         eval-and-compile to evaluate autoload forms.
10998
10999 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11000
11001         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11002
11003 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * gnus.el (gnus-version-number): Bump version.
11006
11007 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11008
11009         * gnus.el: No Gnus v0.3 is released.
11010
11011 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * lpath.el (featurep): Bind show-nonbreak-escape.
11014
11015 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-art.el (gnus-article-edit-part): Disable undo.
11018
11019 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11022         gnus-article-date-lapsed-new-header is t if date timer is active;
11023         skip headers in which the original date value is empty.
11024         (gnus-article-save-original-date): Redefine it as a macro.
11025         (gnus-display-mime): Use it.
11026
11027 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-art.el (article-date-ut): Support converting date in
11030         forwarded parts as well.
11031         (gnus-article-save-original-date): New function.
11032         (gnus-display-mime): Use it.
11033
11034 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11035
11036         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11037         enclosure element of <item>.
11038
11039 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * message.el (message-kill-buffer-query): Renamed from
11042         `message-kill-buffer-query-if-modified'.  Added :version.
11043
11044 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11047         window layout.
11048
11049 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * mml.el: Autoload dnd when compiling.
11052
11053 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11056         x-dnd-*.
11057
11058 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * qp.el (quoted-printable-encode-region): Save excursion.
11061
11062 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11063
11064         * message.el (message-kill-buffer-query-if-modified): Add new variable
11065         so the user can kill a modified message buffer quickly.
11066         (message-kill-buffer): Use it.
11067
11068 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * lpath.el: Fbind display-time-event-handler; don't fbind
11071         string-to-multibyte.
11072
11073         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11074
11075 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11078         contained in text because xml.el decodes entities) with LFs.
11079
11080 2005-04-11  Lute Kamstra  <lute@gnu.org>
11081
11082         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11083         differently.
11084
11085 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11086
11087         * mm-util.el (mm-detect-coding-region): Typo.
11088
11089 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11092
11093 2005-04-06  Deepak Goel  <deego@gnufans.org>
11094
11095         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11096         user-function allow user modifications of the scores.
11097         (spam-stat-score-buffer-user): New function, to allow
11098         user-computed modifications to the score.
11099         (spam-stat-score-buffer-user-functions): List of additional
11100         scoring functions.
11101         (spam-stat-error-holder): Global temporary error holder.
11102         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11103         variable.
11104
11105 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11106
11107         * gnus-registry.el (gnus-registry-clean-empty-function)
11108         (gnus-registry-trim, gnus-registry-fetch-groups)
11109         (gnus-registry-delete-group): Groups that match
11110         `gnus-registry-ignored-groups' are removed from the registry
11111         entries, not just ignored for splitting.  This helps clean up the
11112         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11113         to get all the groups a message ID is in.
11114
11115         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11116         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11117         (spam-stat-score-buffer-user-functions): Add :number custom type.
11118
11119 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11122         argument in XEmacs.
11123
11124         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11125         (nnrss-request-group): Decode group name first.
11126         (nnrss-request-article): Make a text/plain article if mml-to-mime
11127         failed.
11128         (nnrss-get-encoding): Return a compatible encoding according to
11129         nnrss-compatible-encoding-alist.
11130         (nnrss-find-el): Use consp instead of listp.
11131         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11132
11133 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11136         which Emacs 20 doesn't support.
11137         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11138
11139 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11142         silence the byte compiler inside the defun.
11143
11144         * gnus-demon.el (parse-time-string): Add autoload.
11145
11146         * gnus-delay.el (parse-time-string): Add autoload.
11147
11148         * gnus-art.el (parse-time-string): Add autoload.
11149
11150         * nnultimate.el (parse-time): Require for `parse-time-string'.
11151
11152 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11155
11156         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11157
11158         * smime.el (smime-ldap-host-list): Add :version.
11159
11160 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11163         pass it to `gnus-browse-read-group'.
11164         (gnus-browse-read-group): Add NUMBER argument and pass it to
11165         `gnus-group-read-ephemeral-group'.
11166
11167         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11168         argument and pass it to `gnus-group-read-group'.
11169
11170 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11171
11172         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11173         mm-xemacs-find-mime-charset-1 if we have the mule feature
11174         available at runtime.
11175
11176 2005-03-25  Werner Lemberg  <wl@gnu.org>
11177
11178         * nnmaildir.el: Replace `illegal' with `invalid'.
11179
11180 2005-03-23  Lute Kamstra  <lute@gnu.org>
11181
11182         * time-date.el: Add comment on time value formats.
11183         Don't require parse-time.
11184         (with-decoded-time-value): New macro.
11185         (encode-time-value): New function.
11186         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11187         (days-to-time): Return a valid time value when arg is huge.
11188         (time-since): Use time-subtract.
11189         (time-to-number-of-days): Use time-to-seconds.
11190
11191 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11192
11193         * gnus-start.el (gnus-display-time-event-handler):
11194         Check display-time-timer at runtime rather than only at load time
11195         in case display-time-mode is turned off in the mean time.
11196
11197 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11200         used.
11201
11202         * nneething.el (nneething-map-file-directory): Derive from
11203         `gnus-directory'.
11204
11205         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11206         the To/Cc button.
11207
11208 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * nnmaildir.el (nnmaildir-request-accept-article):
11211         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11212
11213 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11214
11215         * gnus-async.el: Require timer-funcs at compile time when in
11216         XEmacs for `run-with-idle-timer'.
11217
11218 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11219
11220         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11221         autoloaded function.
11222
11223 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11224
11225         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11226
11227 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11228
11229         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11230
11231 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11234         gnus-expert-user to default.
11235
11236 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11237
11238         * nnimap.el (nnimap-open-server): Ditto.
11239
11240         * imap.el (imap-authenticate): Fix typo.
11241
11242 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11243
11244         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11245         buffer (since IMAP server might return FETCH response out of
11246         order, and the nntp buffer must be sorted).
11247
11248 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11249
11250         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11251         comparison on string.
11252
11253         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11254         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11255         (gnus-agent-summary-fetch-series): Modified to protect against
11256         gnus-agent-summary-fetch-group clearing processable flags.
11257         (gnus-agent-synchronize-group-flags): Update live group buffer as
11258         synchronization may occur due to the user toggle the plugged
11259         status.
11260         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11261         successfully downloaded.
11262         (gnus-agent-expire-group-1): Avoid using markers when the overview
11263         is in ascending order; greatly improves performance.
11264         (gnus-agent-regenerate-group): Use
11265         gnus-agent-synchronize-group-flags to reset read status in both
11266         gnus and server.
11267         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11268
11269 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * message.el: Don't autoload former message-utils variables.
11272         (message-strip-subject-trailing-was): Change doc string.
11273
11274         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11275         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11276         (nnweb-google-search): Add "hl=en" here.
11277         (nnweb-google-parse-1, nnweb-google-create-mapping):
11278         Don't hardcode URL.
11279
11280 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * message.el (message-get-reply-headers, message-followup):
11283         Mention related variables `message-use-followup-to' and
11284         `message-use-mail-followup-to', in the information buffer.
11285
11286         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11287         of broken groups(-beta).google.com.
11288
11289 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11292         parameter to invoked gnus-request-move-article; remove the
11293         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11294         all at once instead of once per article.
11295         (gnus-summary-remove-process-mark): Accept a list of articles as
11296         well as a single article for processing.
11297
11298         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11299         parameter.
11300
11301         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11302
11303         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11304
11305         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11306         parameter.
11307
11308         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11309         parameter.
11310
11311         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11312         parameter and remove the gnus-sum-hint-move-is-internal variable.
11313
11314         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11315         parameter.
11316
11317         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11318         parameter.
11319
11320         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11321         parameter.
11322
11323         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11324
11325         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11326         parameter.
11327
11328         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11329         parameter.
11330
11331 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11332
11333         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11334         a more conservative way.
11335
11336 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11337
11338         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11339         buffer, so it moves the window's cursor.
11340
11341 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11342
11343         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11344         `mm-dissect-multipart' and receive the from field as an (optional)
11345         argument from `mm-dissect-multipart'.
11346         (mm-dissect-multipart): Receive the from field as an argument and
11347         pass it on when we call `mm-dissect-buffer' on MIME parts.
11348         Fixes verification/decryption of signed/encrypted MIME parts.
11349
11350 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11351
11352         * gnus-sum.el (gnus-summary-move-article): Set
11353         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11354         whatever it calls (right now, only nnimap-request-move article
11355         respects it).
11356
11357         * nnimap.el (nnimap-request-move-article): When
11358         gnus-sum-hint-move-is-internal is set, don't do the extra
11359         nnimap-request-article.
11360
11361 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11364
11365         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11366         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11367
11368         * gnus-sum.el (gnus-summary-caesar-message):
11369         Apply `gnus-treat-article' after rotation.
11370
11371         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11372         doc string.
11373
11374 2005-02-22  Simon Josefsson  <jas@extundo.com>
11375
11376         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11377         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11378         <arne@arnested.dk>.
11379         (encrypt): Add password-cache and password-cache-expiry as group
11380         members.
11381
11382 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11383
11384         * smime.el (smime-ldap-host-list): Doc fix.
11385         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11386         cache) password.
11387         (smime-sign-region): Use it.
11388         (smime-decrypt-region): Use it.
11389         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11390         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11391         fails.
11392         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11393         certificate from DER to PEM format rather than calling openssl.
11394
11395         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11396
11397         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11398         for signing/encryption.
11399
11400         * mml.el (mml-parse-1): Use them.
11401
11402 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11403
11404         * nnrss.el (nnrss-verbose): Removed.
11405         (nnrss-request-group): Use `nnheader-message' instead.
11406
11407 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11408
11409         * nnrss.el (nnrss-verbose): New variable.
11410         (nnrss-request-group): Make it say nnrss is requesting a group.
11411
11412 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11415         Handle news URL with given port correctly.
11416
11417 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11420         containing special characters.
11421
11422         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11423
11424         * mml.el (mime-to-mml): Ditto.
11425
11426         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11427         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11428         (rfc2047-decode-region): Quote decoded words containing special
11429         characters when rfc2047-quote-decoded-words-containing-tspecials
11430         is non-nil.
11431
11432 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11433
11434         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11435
11436         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11437
11438 2005-02-15  Simon Josefsson  <jas@extundo.com>
11439
11440         * nnimap.el (nnimap-debug): Doc fix.
11441
11442         * imap.el (imap-debug): Doc fix.
11443
11444 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11447
11448 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11449
11450         * gnus.el (spam-contents): Improve docs for spam-contents
11451         parameter in its variable incarnation.
11452
11453 2005-02-14  Simon Josefsson  <jas@extundo.com>
11454
11455         * smime-ldap.el: Use require instead of load-library for ldap.
11456         (smime-ldap-search): Indent.
11457         (smime-ldap-search-internal): Shorten line.
11458
11459         * smime.el (smime-cert-by-dns): Add doc-string.
11460         (smime-cert-by-ldap-1): Indent.
11461
11462         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11463         mml-smime-get-dns-ldap.
11464         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11465
11466 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11467
11468         * smime.el: Require smime-ldap.
11469         (smime-ldap-host-list): New variable.
11470         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11471
11472         * mml-smime.el (mml-smime-encrypt-query): New function.
11473         (mml-smime-encrypt-query): Use it.
11474
11475         * smime-ldap.el: New file.
11476
11477 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11480
11481 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11484         argument in doc string.  Make query for type more clear.
11485
11486 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * gnus.el (gnus-group-startup-message): Search for gnus images in
11489         etc/images/gnus.
11490         * mm-util.el (mm-image-load-path): Likewise.
11491         * smiley.el (smiley-data-directory): Search for smilies in
11492         etc/images/smilies.
11493
11494 2005-02-09  Kim F. Storm  <storm@cua.dk>
11495
11496         Change Emacs release version from 21.4 to 22.1 throughout.
11497         Change Emacs development version from 21.3.50 to 22.0.50.
11498
11499 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11502
11503         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11504         non-Mule XEmacs as well.
11505         (mm-decompress-buffer): Signal an error intentionally if it does
11506         not decompress compressed data because auto-compression-mode is
11507         disabled.
11508
11509 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11510
11511         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11512         an ID in the registry even if it has no groups.
11513
11514 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11517         merge it into mm-decompress-buffer.
11518         (gnus-mime-copy-part): Use the MIME part charset, the value which
11519         a user specified or gnus-newsgroup-charset for decoding, like
11520         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11521         save-buffer what was used.  Suggested by Kevin Ryde
11522         <user42@zip.com.au>.
11523         (gnus-mime-inline-part): Allow the name parameter as well as the
11524         filename parameter; force decompressing of compressed data; always
11525         display contents being not decoded as unibyte.
11526
11527         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11528         as well as the filename parameter.
11529
11530         * mm-util.el (mm-decompress-buffer): Merge
11531         gnus-mime-jka-compr-maybe-uncompress.
11532         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11533         of compressed data.
11534
11535 2005-02-08  Simon Josefsson  <jas@extundo.com>
11536
11537         * imap.el (imap-log): Doc fix.
11538
11539 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11542         the coding cookies; decompress compressed parts.
11543
11544         * mml.el (mml-generate-mime-1): Add the charset parameter according
11545         to the value which a user specified manually or the coding cookie.
11546
11547         * mm-util.el (mm-string-to-multibyte): New function.
11548         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11549         (mm-coding-system-to-mime-charset): New function.
11550         (mm-decompress-buffer): New function.
11551         (mm-find-buffer-file-coding-system): New function.
11552
11553         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11554         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11555         parts.
11556
11557 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11558
11559         * mm-view.el (mm-display-inline-fontify): Decode a part according
11560         to the charset parameter.
11561
11562 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11565         prefix arg is neither nil nor a number, as info specifies.
11566
11567 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11570         timestamps.
11571
11572 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11573
11574         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11575         groups error checking and notify user.
11576
11577 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11578
11579         * message.el (message-send-mail-function): Check existence of
11580         sendmail-program first before using default value
11581         `message-send-mail-with-sendmail'.  Otherwise use more generic
11582         `smtpmail-send-it'.
11583
11584 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * nntp.el (nntp-request-update-info): Always return nil.
11587
11588 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11589
11590         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11591
11592 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11593
11594         * message.el (message-beginning-of-line): Change the behavior when
11595         invoked between BOL and : so that it first moves backward.
11596
11597 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11600         article buffer when editing of the article is discarded.
11601         (gnus-article-prepare): Revert.
11602
11603 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * gnus-art.el (gnus-article-prepare):
11606         Remove message-strip-forbidden-properties from the local hook.
11607
11608 2005-01-27  Simon Josefsson  <jas@extundo.com>
11609
11610         * password.el (password-cache-add): Only start one timer per key.
11611         Reported by Derek Atkins <warlord@MIT.EDU>.
11612
11613 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11614
11615         * run-at-time.el: Removed.  It is no longer needed as
11616         timer-funcs.el in the xemacs-base package has a working version of
11617         `run-at-time'.
11618
11619         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11620
11621         * password.el: Require timer-funcs instead of run-at-time in
11622         XEmacs.
11623         Remove `password-run-at-time' macro.
11624         (password-cache-add): Use `run-at-time' instead of
11625         `password-run-at-time'.
11626
11627         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11628         Remove `nnheader-cancel-function-timers' alias,
11629         `cancel-function-timers' exists in XEmacs in timer-funcs.
11630
11631         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11632         for `run-with-idle-timer'.
11633
11634         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11635         for `run-at-time'.
11636
11637         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11638         for `with-timeout'.
11639
11640         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11641         the same as for XEmacs 21.4.
11642         No need to ignore `run-with-idle-timer', this function exists in
11643         XEmacs now in timer-funcs.el in the xemacs-base package.
11644         (dgnushack-compile): No need to delete
11645         run-at-time.el from the list of files to compile because it
11646         doesn't exist anymore.
11647
11648 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11651         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11652
11653 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11654
11655         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11656         sensitively.
11657
11658 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11659
11660         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11661
11662 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11665         which will be inserted according to the multibyteness of a buffer
11666         rather than the type of contents.  Suggested by ARISAWA Akihiro
11667         <ari@mbf.ocn.ne.jp>.
11668
11669         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11670         of string which old xml.el may return rather than a string.
11671
11672 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11675
11676 2005-01-16  Simon Josefsson  <jas@extundo.com>
11677
11678         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11679         idn/idna.el isn't available.
11680         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11681         <michael@waxrat.com>.
11682
11683         * hashcash.el: Remove non-FSF copyright header.
11684
11685         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11686         (hashcash-generate-payment): Use it.
11687         (hashcash-generate-payment-async): Use it.
11688
11689 2005-01-15  Simon Josefsson  <jas@extundo.com>
11690
11691         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11692         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11693
11694         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11695         gnus-summary-idna-message.
11696         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11697         (gnus-summary-idna-message): New function.
11698
11699 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11702         gnus-novice-user.
11703
11704 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * nnrss.el (nnrss-request-delete-group): Delete entries in
11707         nnrss-group-alist as well.
11708         (nnrss-save-server-data): Insert newline.
11709
11710 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * gnus.el (gnus-user-agent): Use list of symbols instead of
11713         symbols.  Display full version number for (S)XEmacs.  Optionally
11714         display (S)XEmacs codename.
11715
11716         * gnus-util.el (gnus-emacs-version): Update for new
11717         `gnus-user-agent'.
11718
11719         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11720         Gnus version.
11721
11722 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11725         which is unreadable in some setups.
11726
11727 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-spec.el (gnus-update-format-specifications): Flush the
11730         group format spec cache if it doesn't support decoded group names.
11731
11732 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11735         Allow to apply decay on score files matching a regexp.
11736
11737 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11740         compatibility in %g and %c.
11741
11742 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11745         name for only %g and %c.
11746         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11747         of gnus-tmp-group to decoded group name.
11748         (gnus-group-make-rss-group): Exclude `/'s from group names.
11749
11750 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * nnrss.el (nnrss-get-encoding): Fix regexp.
11753
11754 2004-12-27  Simon Josefsson  <jas@extundo.com>
11755
11756         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11757         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11758         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11759
11760 2004-12-17  Kim F. Storm  <storm@cua.dk>
11761
11762         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11763
11764         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11765
11766 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11767
11768         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11769
11770 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * nnrss.el: Require rfc2047 and mml.
11773         (nnrss-file-coding-system): New variable.
11774         (nnrss-format-string): Redefine it as an inline function.
11775         (nnrss-decode-group-name): New function.
11776         (nnrss-string-as-multibyte): Remove.
11777         (nnrss-retrieve-headers): Decode group name; don't use
11778         nnrss-format-string.
11779         (nnrss-request-group): Decode group name.
11780         (nnrss-request-article): Decode group name; allow a Message-ID as
11781         well as an article number; don't use nnrss-format-string; encode a
11782         Message-ID string which may contain non-ASCII characters; use
11783         mml-to-mime to compose a MIME article.
11784         (nnrss-request-expire-articles): Decode group name.
11785         (nnrss-request-delete-group): Decode group name.
11786         (nnrss-fetch): Clarify error message.
11787         (nnrss-read-server-data): Use insert-file-contents instead of load;
11788         bind file-name-coding-system; use multibyte buffer.
11789         (nnrss-save-server-data): Bind coding-system-for-write to the
11790         value of nnrss-file-coding-system; bind file-name-coding-system;
11791         add coding cookie.
11792         (nnrss-read-group-data): Use insert-file-contents instead of load;
11793         bind file-name-coding-system; use multibyte buffer.
11794         (nnrss-save-group-data): Bind coding-system-for-write to the
11795         value of nnrss-file-coding-system; bind file-name-coding-system.
11796         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11797         make it work with non-ASCII text.
11798         (nnrss-find-el): Make it work with old xml.el as well.
11799
11800 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11801
11802         * nnrss.el (nnrss-get-encoding): New function.
11803         (nnrss-fetch): Use unibyte buffer initially; bind
11804         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11805         decode contents according to the encoding attribute.
11806         (nnrss-save-group-data): Add coding cookie.
11807         (nnrss-mime-encode-string): New function.
11808         (nnrss-check-group): Use it to encode subject and author.
11809
11810 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11811
11812         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11813         imaginary variable.
11814
11815 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11818         correctly even if there are wide characters.
11819
11820 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11821
11822         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11823         downcased symbol names; make a new cache instead of reusing
11824         bbdb-hashtable.
11825
11826 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11829         concatenating segments rather than before concatenating them.
11830         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11831
11832         * message.el (message-get-reply-headers): Bind `extra'.
11833
11834 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * message.el (message-extra-wide-headers): New variable.
11837         (message-get-reply-headers): Use it.
11838
11839 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11842         (gnus-agent-group-pathname): Ditto.
11843
11844         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11845
11846         * gnus-group.el (gnus-group-make-group): Decode group name.
11847         (gnus-group-make-rss-group): Register the group data after opening
11848         the nnrss group.
11849
11850 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11851
11852         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11853         by expiry now get marked as read.
11854
11855 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11858
11859 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11860
11861         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11862         unify Latin characters in XEmacs.
11863         (mm-find-mime-charset-region): Use it.
11864
11865 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * gnus-util.el (gnus-delete-directory): New function.
11868
11869         * gnus-agent.el (gnus-agent-delete-group): Use it.
11870
11871         * gnus-cache.el (gnus-cache-delete-group): Use it.
11872
11873 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11876         names.
11877
11878 2004-12-16  Simon Josefsson  <jas@extundo.com>
11879
11880         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11881
11882 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11885
11886         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11887         (gnus-group-set-current-level): Decode group name.
11888
11889 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11890
11891         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11892         failed.
11893
11894 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-group.el (gnus-group-delete-group): Decode group name.
11897         (gnus-group-make-rss-group): Encode group name.
11898         (gnus-group-catchup-current): Decode group name.
11899         (gnus-group-kill-group): Decode group name.
11900
11901 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11902
11903         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11904
11905 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-group.el (gnus-group-make-rss-group):
11908         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11909
11910         * gnus-start.el (gnus-setup-news): Honor user's setting to
11911         gnus-message-archive-method.  Suggested by Lute Kamstra
11912         <lute@gnu.org>.
11913
11914 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11915
11916         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11917         global counterparts of the buffer-local variables.
11918
11919 2004-11-16  Romain Francoise  <romain@orebokech.com>
11920
11921         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11922         counterparts of the buffer-local variables.
11923
11924 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11925
11926         * message.el (message-forbidden-properties): Fixed typo in doc
11927         string.
11928
11929 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * gnus-util.el (gnus-replace-in-string): Added doc string.
11932
11933         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11934         to avoid problems when splitting mails with many recipients.
11935
11936 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11937
11938         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11939         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11940
11941 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11942
11943         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11944         if there is no hashtable in memory or file modification time is
11945         newer than cached timestamp.
11946
11947 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11948
11949         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11950         not-matching option.
11951
11952 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11953
11954         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11955         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11956         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11957         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11958         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11959         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11960
11961 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * message.el (message-forward-make-body-mml): Remove headers
11964         according to message-forward-ignored-headers if a message is decoded.
11965
11966 2004-12-02  Romain Francoise  <romain@orebokech.com>
11967
11968         * message.el (message-forward-make-body-plain): Always remove
11969         headers according to message-forward-ignored-headers.
11970
11971 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11972
11973         * spam.el (spam-summary-prepare-exit): Remove the
11974         gnus-summary-limit pop for now, it has problems with ham marks for
11975         me.
11976
11977 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11978
11979         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11980         correctly.
11981
11982 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11983
11984         * format-spec.el (format-spec): Message the char.
11985
11986 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11987
11988         * gnus-art.el (gnus-split-methods): Reformat comments.
11989
11990         * spam.el (spam-summary-prepare-exit): Remove article limits
11991         before exiting the summary buffer.
11992
11993 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11996         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11997
11998         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11999         order to silence the byte compiler.
12000
12001         * spam.el: Fix the way to silence the byte compiler, which
12002         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12003         bbdb-search-simple, spam-BBDB-register-routine,
12004         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12005         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12006         spam-stat-buffer-is-spam, spam-stat-load,
12007         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12008         spam-stat-save and spam-stat-split-fancy.
12009
12010 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12013         which may confuse users.
12014         (canlock-password-for-verify): Ditto.
12015
12016         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12017
12018         * gnus-art.el (gnus-emphasis-alist): Ditto.
12019
12020         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12021
12022         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12023
12024         * gnus-start.el (gnus-save-killed-list): Ditto.
12025
12026         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12027         (gnus-sum-thread-tree-root): Ditto.
12028         (gnus-sum-thread-tree-false-root): Ditto.
12029         (gnus-sum-thread-tree-single-indent): Ditto.
12030
12031         * message.el (message-courtesy-message): Ditto.
12032         (message-archive-note): Ditto.
12033         (message-subscribed-address-file): Ditto.
12034         (message-user-fqdn): Ditto.
12035
12036         * spam-report.el (spam-report-gmane-regex): Ditto.
12037
12038         * spam.el (spam-blackhole-good-server-regex): Ditto.
12039
12040 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * mml.el (mml-preview): Widen the message buffer before copying
12043         the contents to the preview buffer; sort headers before previewing.
12044
12045         * message.el (message-hidden-headers): Fix the way to avoid a bug
12046         in the `repeat' widget in Emacs 21.3 or earlier.
12047
12048 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * message.el (message-hidden-headers): Default to "^References:".
12051         Improve customization type.  Suggested by Reiner Steib
12052         <Reiner.Steib@gmx.de>.
12053
12054 2004-11-25  Romain Francoise  <romain@orebokech.com>
12055
12056         * message.el (message-strip-forbidden-properties): Remove check for
12057         obsolete `message-hidden' text property, hidden headers are not
12058         accessible in the buffer anymore.
12059
12060 2004-11-22  Romain Francoise  <romain@orebokech.com>
12061
12062         * message.el (message-header-format-alist): Add `From' in list
12063         so that it can be sorted.
12064         (message-fix-before-sending): Widen and sort headers before
12065         sending.
12066         (message-hide-headers): Use narrowing to hide headers by moving
12067         them to the top of the buffer and narrowing to the region
12068         underneath.
12069
12070 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12071
12072         * message.el (message-strip-forbidden-properties): Bind
12073         buffer-read-only (etc) to nil.
12074
12075 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12078         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12079
12080 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12081
12082         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12083
12084 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * dns.el (query-dns): Use sit-for to time instead of
12087         accept-process-output, since that doesn't seem to work on udp
12088         sockets.
12089
12090 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12093
12094 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12095
12096         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12097         doc string.  Improve doc string.
12098
12099 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * nntp.el (nntp-request-update-info): Return nil if
12102         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12103         may not call gnus-activate-group which uselessly issues the GROUP
12104         commands for all nntp groups and wastes time.  Reported by Romain
12105         Francoise <romain@orebokech.com>.
12106
12107         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12108
12109 2004-11-15  Simon Josefsson  <jas@extundo.com>
12110
12111         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12112         headers separately.
12113         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12114         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12115
12116 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-start.el (gnus-convert-old-newsrc):
12119         Assign legacy-gnus-agent to 5.10.7.
12120
12121 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12122
12123         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12124         start of the lines.
12125
12126 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12127
12128         * hashcash.el (hashcash-default-payment): Change default to 20.
12129         (hashcash-default-accept-payment): Change default to 20.
12130         (hashcash-process-alist): New variable.
12131         (hashcash-generate-payment-async): Add.
12132         (hashcash-already-paid-p): Add.
12133         (hashcash-insert-payment): Don't generate payments twice.
12134         (hashcash-insert-payment-async): Add.
12135         (hashcash-insert-payment-async-2): Add.
12136         (hashcash-cancel-async): Add.
12137         (hashcash-wait-async): Add.
12138         (hashcash-processes-running-p): Add.
12139         (hashcash-wait-or-cancel): Add.
12140         (mail-add-payment): New optional argument.  Conditionally start
12141         asynchronous calculation.
12142         (mail-add-payment-async): Add.
12143
12144         * message.el (message-send-mail): Wait for asynchronous hashcash
12145         results.  Don't clobber existing X-Hashcash headers.
12146         (message-setup-1): Call mail-add-payment-async when
12147         message-generate-hashcash is non-nil.
12148
12149 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12150
12151         * message.el (message-use-alternative-email-as-from): Examine the
12152         From header as well; use message-make-from in order to include a
12153         user's full name.
12154
12155 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12158         default; improve customization type.
12159         (gnus-emphasis-custom-with-format): New macro.
12160         (gnus-emphasis-custom-value-to-external): New function.
12161         (gnus-emphasis-custom-value-to-internal): New function.
12162
12163 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12164
12165         * dns.el (query-dns): Resolve reverse addresses.
12166
12167 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12168
12169         * gnus-group.el (gnus-group-get-new-news): Use it.
12170
12171         * gnus-start.el (gnus-check-reasonable-setup): New function.
12172
12173 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12176         "Args out of range" error.  Reported by Arnaud Giersch
12177         <arnaud.giersch@free.fr>.
12178
12179 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12180
12181         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12182
12183 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12184
12185         * spam.el (spam group): Add :version.
12186
12187         * pgg-def.el (pgg group): Add :version.
12188
12189 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-art.el (gnus-article-edit-article): Don't associate the
12192         article buffer with a draft file.  This is a temporary measure
12193         against the 2004-08-22 change to gnus-article-edit-mode.
12194
12195 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12198         (html2text-format-tags): Remove unused variable `attr'.
12199
12200 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12201
12202         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12203
12204         * tls.el (tls-process-connection-type, tls-success)
12205         (tls-certtool-program): Add :version.
12206
12207         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12208         (starttls-extra-arguments, starttls-process-connection-type)
12209         (starttls-connect, starttls-failure, starttls-success): Add :version.
12210
12211         * spam-stat.el (spam-stat): Add :version.
12212
12213         * sieve.el (sieve): Add :version.
12214
12215         * sha1.el (sha1): Add :version.
12216         (sha1-use-external): Remove redundant version.
12217
12218         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12219         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12220         (nnmail-split-fancy-match-partial-words)
12221         (nnmail-split-lowercase-expanded): Add :version.
12222
12223         * nndiary.el (nndiary): Add :version.
12224
12225         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12226
12227         * mml-sec.el (mml-default-sign-method)
12228         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12229         Add :version.
12230
12231         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12232
12233         * mm-url.el (mm-url-use-external, mm-url-program)
12234         (mm-url-arguments): Add :version.
12235
12236         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12237         (mm-attachment-file-modes, mm-decrypt-option)
12238         (mm-w3m-safe-url-regexp): Add :version.
12239
12240         * message.el (message-cite-prefix-regexp)
12241         (message-sendmail-envelope-from, message-minibuffer-local-map)
12242         (message-user-fqdn, message-completion-alist): Add :version.
12243
12244         * gnus-win.el (gnus-configure-windows-hook)
12245         (gnus-use-frames-on-any-display): Add :version.
12246
12247         * gnus-art.el (gnus-article-address-banner-alist)
12248         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12249         (gnus-treat-from-picon, gnus-treat-mail-picon)
12250         (gnus-treat-x-pgp-sig): Add :version.
12251
12252         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12253         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12254         (gnus-summary-article-delete-hook)
12255         (gnus-summary-display-while-building): Add :version.
12256
12257         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12258         (gnus-get-top-new-news-hook): Add :version.
12259
12260         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12261         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12262
12263         * gnus-registry.el (gnus-registry): Add :version.
12264
12265         * gnus-spec.el (gnus-use-correct-string-widths)
12266         (gnus-make-format-preserve-properties): Add :version.
12267
12268         * gnus.el (gnus-group-charter-alist)
12269         (gnus-group-fetch-control-use-browse-url)
12270         (gnus-install-group-spam-parameters): Add :version.
12271
12272         * gnus-diary.el (gnus-diary): Add :version.
12273
12274         * gnus-delay.el (gnus-delay): Add :version.
12275
12276         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12277         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12278         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12279         Add :version.
12280
12281         * gnus-agent.el (gnus-agent-max-fetch-size)
12282         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12283         (gnus-agent-prompt-send-queue): Add :version.
12284
12285         * deuglify.el (gnus-outlook-deuglify): Add :version.
12286
12287         * html2text.el: Beautify code.  Improve doc strings.  Some
12288         checkdoc cleanup.
12289         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12290
12291 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12292
12293         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12294
12295 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12296
12297         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12298         when package is loaded.
12299
12300         * spam.el (spam-summary-score-preferred-header): Add global preference
12301         for people who want to override the default SpamAssassin over
12302         Bogofilter preference (when both are set).
12303         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12304         (spam-user-format-function-S): Check
12305         spam-summary-score-preferred-header.
12306         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12307         (spam-user-format-function-S): Format the score correctly.
12308
12309 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12312         signature file.  Suggested by Manoj Srivastava
12313         <srivasta@golden-gryphon.com>.
12314
12315         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12316         iso-2022-jp even in the Japanese language environment.
12317         Suggested by Jason Rumney <jasonr@gnu.org>.
12318
12319 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12322         use the same characters as the dummy marks; make it free from
12323         getting affected by the language environment.
12324         (gnus-summary-read-group-1): Update mark positions only when the
12325         format spec is updated.
12326
12327         * gnus-spec.el (gnus-update-format-specifications): Return a list
12328         of updated types.
12329
12330 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12333         of boundp to check if display-warning is available.
12334
12335 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12336
12337         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12338
12339 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * nnspool.el (nnspool-spool-directory): Use news-path if the
12342         news-directory variable is not bound.
12343
12344         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12345         function instead of display-warning if it is not available.
12346
12347 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12350         v5-10: Use `point-at-bol'.
12351
12352 2004-10-26  Simon Josefsson  <jas@extundo.com>
12353
12354         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12355         <chenggao@gmail.com>.
12356
12357 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12360         instead.
12361
12362 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12363
12364         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12365         to remove a server from the nnimap-server-buffer-alist.
12366         (nnimap-open-connection, nnimap-close-server): Use it.
12367
12368         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12369
12370 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12373         running the major-mode function.
12374
12375 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12378         dummy marks in the right way.
12379
12380 2004-10-18  David Edmondson  <dme@dme.org>
12381
12382         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12383         excessively.
12384
12385 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12386
12387         * gnus-util.el (gnus-split-references): Accept a nil references
12388         string and go on blissfully.
12389
12390         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12391         cases where the references string is non-nil but has no references.
12392
12393         * encrypt.el: Add autoload tags.
12394
12395         * spam.el (spam-resolve-registrations-routine): Remove article
12396         from unregistration list too.  Reported by David Hanak
12397         <dhanak@isis.vanderbilt.edu>
12398
12399 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12402         nil.  Changed custom type.
12403
12404 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12407
12408         * gnus-sum.el (gnus-summary-move-article): Use it.
12409
12410 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12411
12412         * encrypt.el: Add autoload cookies.
12413
12414         * spam.el (spam-backend-article-list-property)
12415         (spam-backend-get-article-todo-list)
12416         (spam-backend-put-article-todo-list)
12417         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12418         Resolve registrations separately.
12419         (spam-register-routine): Format comments.
12420         (spam-unregister-routine, spam-register-routine): Always call with
12421         specific-articles, no default list.
12422         (spam-summary-prepare-exit): Use the spam-classifications function.
12423
12424         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12425         gnus-encrypt.el.
12426
12427         * encrypt.el: Copied from gnus-encrypt.el.
12428
12429         * gnus-encrypt.el: Commented that it's obsolete.
12430
12431 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12434         (gnus-score-save): Use it.
12435
12436         * message.el (message-bury): Use `window-dedicated-p'.
12437
12438 2004-10-15  Simon Josefsson  <jas@extundo.com>
12439
12440         * pop3.el (top-level): Don't require nnheader.
12441         (pop3-read-timeout): Add.
12442         (pop3-accept-process-output): Add.
12443         (pop3-read-response, pop3-retr): Use it.
12444
12445 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12446
12447         * spam.el (spam-register-routine): Move comment.
12448         (spam-verify-bogofilter): Use 'unknown for the initial
12449         spam-bogofilter-valid state, not 'never.
12450
12451         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12452         for netrc-machine.
12453
12454         * nnimap.el (nnimap-open-connection): Use
12455         netrc-machine-user-or-password.
12456
12457 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12458
12459         * gnus-registry.el (gnus-registry-unload-hook):
12460         Set as a variable with add-hook.
12461
12462         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12463         of news-path.
12464
12465         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12466
12467         * spam.el: Delete duplicate `provide'.
12468         (spam-unload-hook): Set as a variable with add-hook.
12469
12470 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12473         in the doc string.
12474
12475         * message.el (message-ignored-news-headers)
12476         (message-ignored-supersedes-headers)
12477         (message-ignored-resent-headers)
12478         (message-forward-ignored-headers): Improve custom type.
12479
12480 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * message.el (message-tokenize-header): Fix 2004-09-06 change
12483         which used point-min in the wrong place.
12484
12485 2004-10-12  Simon Josefsson  <jas@extundo.com>
12486
12487         * tls.el (tls-certtool-program): New variable.
12488         (tls-certificate-information): New function, based on
12489         ssl-certificate-information.
12490
12491 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * compface.el: Move the version of ELisp-based uncompface program
12494         to the contrib directory because of the copyright problem.
12495
12496 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * message.el (message-kill-buffer): Raise the current frame.
12499
12500 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12503
12504         * gnus.el (message-y-or-n-p): Autoload.
12505
12506         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12507         (pop3-password-required, pop3-authentication-scheme)
12508         (pop3-leave-mail-on-server): Made customizable.
12509         (pop3): New custom group.
12510         (pop3-retr): Remove `sleep-for' statements.
12511         Suggested by Dave Love <fx@gnu.org>.
12512
12513         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12514         Windows/DOS.
12515
12516         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12517         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12518         Dave Love <fx@gnu.org>.
12519
12520         * mml.el (mml-minibuffer-read-disposition): Require match.
12521         Suggested by Dave Love <fx@gnu.org>.
12522
12523 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12524
12525         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12526         doc string.
12527
12528 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12531
12532 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12533
12534         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12535         instead of calling `mm-insert-inline', to decode text/* parts
12536         before displaying them.
12537
12538 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * mm-uu.el (mm-uu-text-plain-type): New variable.
12541         (mm-uu-pgp-signed-extract-1): Use it.
12542         (mm-uu-pgp-encrypted-extract-1): Use it.
12543         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12544         bind mm-uu-text-plain-type with that value.
12545         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12546         mm-uu-dissect.
12547
12548 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * gnus-group.el (gnus-update-group-mark-positions):
12551         * gnus-sum.el (gnus-update-summary-mark-positions):
12552         * message.el (message-check-news-body-syntax):
12553         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12554         of string-as-multibyte.
12555
12556 2004-10-05  Juri Linkov  <juri@jurta.org>
12557
12558         * gnus-group.el (gnus-update-group-mark-positions):
12559         * gnus-sum.el (gnus-update-summary-mark-positions):
12560         * message.el (message-check-news-body-syntax):
12561         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12562         8-bit unibyte values to a multibyte string for search functions.
12563
12564 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12567         (mm-uu-dissect-text-parts): New function.
12568
12569         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12570         dissect text parts.
12571
12572         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12573         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12574
12575         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12576
12577         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12578         gnus-current-topics instead of gnus-current-topic.
12579
12580 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12581
12582         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12583
12584 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12585
12586         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12587         where approriate.
12588
12589         * nnml.el (nnml-generate-active-info): do.
12590
12591         * nndiary.el (nndiary-generate-active-info): do.
12592
12593         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12594         (gnus-topic-move): do.
12595
12596         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12597         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12598
12599         * gnus-srvr.el (gnus-server-prepare)
12600         (gnus-server-open-all-servers): do.
12601
12602         * gnus-msg.el (gnus-summary-cancel-article)
12603         (gnus-summary-resend-message)
12604         (gnus-summary-mail-crosspost-complaint): do.
12605
12606         * gnus-move.el (gnus-change-server): do.
12607
12608         * gnus-group.el (gnus-group-unmark-all-groups)
12609         (gnus-group-set-current-level): do.
12610
12611 2004-10-04  Simon Josefsson  <jas@extundo.com>
12612
12613         * message.el (message-generate-hashcash): Doc fix.
12614
12615 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12616
12617         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12618         avoid infinite recursion via gnus-get-function.
12619
12620 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12621
12622         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12623
12624         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12625
12626         * nnmail.el (nnmail-split-history): do.
12627
12628         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12629         (nnml-request-delete-group): do.
12630
12631         * nnslashdot.el (nnslashdot-read-groups): do.
12632
12633         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12634         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12635
12636         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12637         (nnspool-sift-nov-with-sed): Use last.
12638         (nnspool-retrieve-headers-with-nov): Use mapc.
12639         (nnspool-request-newgroups): Use dolist.
12640         (nnspool-request-group): Use last.
12641
12642         * nntp.el (nntp-read-server-type): Use dolist.
12643
12644         * nnvirtual.el (nnvirtual-create-mapping)
12645         (nnvirtual-update-read-and-marked): Use dolist.
12646         (nnvirtual-convert-headers): Simplify.
12647
12648 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12649
12650         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12651         support for sync'ing tick marks.
12652
12653 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12656         there's no visible header.
12657
12658 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12659
12660         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12661         necessary, pass full group name to gnus-request-set-marks.
12662
12663 2004-10-01  Simon Josefsson  <jas@extundo.com>
12664
12665         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12666         acroread.
12667
12668 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669
12670         * spam-report.el (spam-report-gmane): Fix interactive.
12671
12672         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12673
12674         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12675         when writing file.
12676         (gnus-agent-synchronize-flags): Don't default to being
12677         interactive.
12678
12679 2004-09-30  Simon Josefsson  <jas@extundo.com>
12680
12681         * message.el (message-generate-hashcash): Add.
12682         (message-send-mail): Use it, call mail-add-payment.
12683
12684 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12685
12686         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12687
12688 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12689
12690         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12691         gnus-requst-update-info with explicit code to sync the in-memory
12692         info read flags with the marks being sync'd to the backend.
12693
12694         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12695
12696 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12697
12698         * spam.el (spam-verify-bogofilter): Add new function.
12699         (spam-check-bogofilter)
12700         (spam-bogofilter-register-with-bogofilter): Use it.
12701         (spam-verify-bogofilter): Add small fixes.
12702
12703 2004-09-28  Simon Josefsson  <jas@extundo.com>
12704
12705         * hashcash.el (hashcash-generate-payment): Revert.
12706
12707 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12708
12709         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12710         gnus-extract-references instead of gnus-split-references.
12711
12712         * gnus-util.el (gnus-extract-references): Add new function, analogous
12713         to gnus-split-references but extracts only the message-ID without
12714         anything extra.
12715
12716         * hashcash.el (hashcash-generate-payment)
12717         (hashcash-check-payment): Do the right thing if hashcash-path is
12718         nil (because the hashcash program could not be found).
12719
12720         * spam.el (spam-use-hashcash): Remove comment.
12721
12722 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12723
12724         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12725         (gnus-cache-enter-article, gnus-cache-remove-article)
12726         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12727
12728         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12729
12730         * gnus-art.el (article-hide-boring-headers)
12731         (article-translate-strings, article-display-face)
12732         (gnus-article-mime-match-handle-first)
12733         (gnus-article-highlight-headers)
12734         (gnus-article-add-buttons-to-head): do.
12735
12736 2004-09-27  Simon Josefsson  <jas@extundo.com>
12737
12738         * hashcash.el: New version, from
12739         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12740         ../contrib/.
12741
12742 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12745
12746 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12747
12748         * gnus-dup.el (gnus-dup-open): Use mapc.
12749         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12750
12751         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12752         Reported by Stefan Wiens <s.wi@gmx.net>.
12753
12754         * gnus.el (gnus-shutdown): Use dolist.
12755
12756         * gnus-undo.el (gnus-undo): Use mapc.
12757
12758         * nnrss.el (nnrss-generate-active): do.
12759
12760         * message.el (message-cite-original-without-signature)
12761         (message-cite-original): Use mapc.
12762         (message-do-actions, message-make-forward-subject): Use dolist.
12763
12764 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12765
12766         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12767         deletion to remove entire duplicate line.  Fixes merged article
12768         number bug.
12769
12770 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12771
12772         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12773         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12774         first ask if you want to open a server and then, even when you
12775         responded with no, asking if you want to synchronize the server's
12776         flags.
12777         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12778         multi-line expressions.
12779         (gnus-agent-synchronize-group-flags): New internal function.
12780         Updates marks in memory (in the info structure) AND in the
12781         backend.
12782
12783         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12784
12785         * nnagent.el (nnagent-request-set-mark): Use
12786         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12787         method, to ensure that synchronization updates marks in the
12788         backend and in the info (in memory) structure.
12789
12790 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12793         convention fully; don't miss the root article of a thread; make
12794         the X-Draft-From header with correct article numbers.
12795
12796 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12797
12798         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12799         unless plugged.  Disable the agent so that an open failure causes
12800         an error.
12801
12802         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12803         Reverted 2004-09-21 change.  The backend must be opened while
12804         synchronizing flags even when the backend stores the flags
12805         locally.
12806
12807 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12810         in `header' match.  Reported by Svend Tollak Munkejord.
12811
12812         * message.el (message-cite-original): Fix use of
12813         `message-cite-articles-with-x-no-archive'.
12814
12815 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12818         (gnus-window-to-buffer): Ditto.
12819
12820         * mml.el (mml-preview-buffer): New variable.
12821         (mml-preview): Manage window layout with gnus-buffer-configuration.
12822
12823         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12824         X-Draft-From header even if those articles aren't quoted.
12825
12826 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12827
12828         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12829         (gnus-request-set-mark, gnus-request-update-mark): Use new
12830         g-s-t-u-l-m to decide to use backend even when unplugged.
12831
12832 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12835         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12836
12837 2004-09-20  Simon Josefsson  <jas@extundo.com>
12838
12839         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12840         "utf-16-le".
12841
12842 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12843
12844         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12845
12846 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12847
12848         * uudecode.el (uudecode-use-external): Add :version.
12849
12850         * smime.el (smime-CA-file, smime-encrypt-cipher)
12851         (smime-dns-server): Add :version.
12852
12853         * smiley.el (gnus-smiley-file-types): Add :version.
12854
12855         * sha1.el (sha1-use-external): Add :version.
12856
12857         * pgg-def.el (pgg-query-keyserver): Add :version.
12858
12859         * nnmail.el (nnmail-fancy-expiry-targets)
12860         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12861         Add :version.
12862
12863         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12864         (nnimap-retrieve-groups-asynchronous): Add :version.
12865         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12866
12867         * mml.el (mml-content-disposition-parameters)
12868         (mml-insert-mime-headers-always): Add :version.
12869
12870         * mm-util.el (mm-coding-system-priorities): Add :version.
12871
12872         * mm-decode.el (mm-inline-text-html-with-images)
12873         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12874         (mm-verify-option): Add :version.
12875         (mm-text-html-renderer): Change :version.
12876
12877         * message.el (message-fcc-externalize-attachments)
12878         (message-required-headers, message-draft-headers)
12879         (message-subject-trailing-was-query)
12880         (message-subject-trailing-was-ask-regexp)
12881         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12882         (message-mark-insert-end, message-archive-header)
12883         (message-archive-note, message-cross-post-default)
12884         (message-cross-post-note, message-followup-to-note)
12885         (message-cross-post-note-function, message-use-mail-followup-to)
12886         (message-subscribed-address-functions)
12887         (message-subscribed-address-file, message-subscribed-addresses)
12888         (message-subscribed-regexps, message-allow-no-recipients)
12889         (message-yank-cited-prefix, message-signature-insert-empty-line)
12890         (message-hidden-headers, message-hierarchical-addresses)
12891         (message-mail-user-agent, message-use-idna)
12892         (message-valid-fqdn-regexp)
12893         (message-strip-special-text-properties, message-header-synonyms)
12894         (message-beginning-of-line, message-tab-body-function): Add :version.
12895         (message-insert-canlock, message-wide-reply-confirm-recipients):
12896         Change :version.
12897
12898         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12899         and :version.
12900         (mail-source-delete-old-incoming-confirm)
12901         (mail-source-movemail-program): Add :version.
12902
12903         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12904         (gnus-agent-cache, gnus-agent): Change :version.
12905
12906         * gnus-util.el (gnus-use-byte-compile): Change :version.
12907
12908         * gnus-sum.el (gnus-summary-make-false-root-always)
12909         (gnus-summary-default-high-score)
12910         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12911         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12912         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12913         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12914         (gnus-sum-thread-tree-single-indent)
12915         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12916         (gnus-sum-thread-tree-leaf-with-other)
12917         (gnus-sum-thread-tree-single-leaf): Add :version.
12918         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12919         (gnus-article-loose-mime): Change :version.
12920
12921         * gnus-start.el (gnus-backup-startup-file)
12922         (gnus-save-startup-file-via-temp-buffer): Add :version.
12923
12924         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12925         (gnus-server-offline-face): Add :version.
12926
12927         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12928
12929         * gnus-msg.el (gnus-gcc-externalize-attachments)
12930         (gnus-debug-files, gnus-debug-exclude-variables)
12931         (gnus-discouraged-post-methods): Change :version.
12932         (gnus-confirm-mail-reply-to-news)
12933         (gnus-confirm-treat-mail-like-news): Add :version.
12934
12935         * gnus-int.el (gnus-server-unopen-status): Add :version.
12936
12937         * gnus-group.el (gnus-group-jump-to-group-prompt)
12938         (gnus-large-ephemeral-newsgroup)
12939         (gnus-fetch-old-ephemeral-headers): Add :version.
12940
12941         * gnus-fun.el (gnus-x-face-directory)
12942         (gnus-convert-pbm-to-x-face-command)
12943         (gnus-convert-image-to-x-face-command)
12944         (gnus-convert-image-to-face-command): Add :version.
12945
12946         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12947
12948         * gnus-cite.el (gnus-cite-blank-line-after-header)
12949         (gnus-article-boring-faces): Add :version.
12950
12951         * gnus-art.el (gnus-buttonized-mime-types)
12952         (gnus-inhibit-mime-unbuttonizing)
12953         (gnus-treat-display-face)
12954         (gnus-treat-body-boundary): Change :version.
12955         (gnus-body-boundary-delimiter, gnus-picon-databases)
12956         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12957         (gnus-treat-date-english, gnus-treat-fold-headers)
12958         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12959         (gnus-treat-mail-picon, gnus-treat-wash-html)
12960         (gnus-article-encrypt-protocol)
12961         (gnus-use-idna, gnus-article-over-scroll)
12962         (gnus-mime-display-multipart-alternative-as-mixed)
12963         (gnus-mime-display-multipart-related-as-mixed)
12964         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12965         (gnus-ctan-url, gnus-button-ctan-handler)
12966         (gnus-button-handle-ctan-bogus-regexp)
12967         (gnus-button-ctan-directory-regexp)
12968         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12969         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12970         (gnus-button-man-level, gnus-button-emacs-level)
12971         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12972
12973         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12974         (gnus-agent-go-online): Change :version.
12975         (gnus-agent-expire-unagentized-dirs)
12976         (gnus-agent-auto-agentize-methods): Add :version.
12977
12978         * flow-fill.el (fill-flowed-display-column)
12979         (fill-flowed-encode-column): Add :version.
12980
12981         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12982         (gnus-outlook-deuglify-unwrap-max)
12983         (gnus-outlook-deuglify-cite-marks)
12984         (gnus-outlook-deuglify-unwrap-stop-chars)
12985         (gnus-outlook-deuglify-no-wrap-chars)
12986         (gnus-outlook-deuglify-attrib-cut-regexp)
12987         (gnus-outlook-deuglify-attrib-verb-regexp)
12988         (gnus-outlook-deuglify-attrib-end-regexp)
12989         (gnus-outlook-display-hook): Add :version.
12990
12991         * binhex.el (binhex-use-external): Add :version.
12992
12993 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12996         and `invisible'.
12997
12998 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12999
13000         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13001         in gnus-registry-trim.
13002
13003 2004-09-13  Simon Josefsson  <jas@extundo.com>
13004
13005         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13006
13007         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13008
13009         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13010         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13011         <yamaoka@jpl.org>.
13012         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13013         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13014         <yamaoka@jpl.org>.
13015
13016         * sieve.el (sieve-manage-mode): Ditto.
13017
13018 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13021
13022 2004-09-11  Simon Josefsson  <jas@extundo.com>
13023
13024         * dns-mode.el: Add.
13025
13026         * mm-view.el (mm-display-dns-inline): Add.
13027
13028         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13029         (mm-automatic-display): Ditto.
13030
13031         * mailcap.el (mailcap-mime-data): Add text/dns.
13032         (mailcap-mime-extensions): Map .soa to text/dns.
13033
13034 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13035
13036         * gnus-art.el (article-decode-mime-words, article-babel)
13037         (gnus-article-highlight-signature, gnus-article-add-buttons)
13038         (gnus-signature-toggle): Remove unnecessary bindings of
13039         `inhibit-read-only' inherited from v5.10 merge.
13040
13041 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13042
13043         * nntp.el (nntp): New customization group.
13044         (nntp-authinfo-file): Add customization group.
13045
13046         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13047
13048         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13049
13050         * gnus.el (to-address, to-list, subscribed)
13051         (large-newsgroup-initial): Ditto.
13052
13053         * flow-fill.el (fill-flowed-display-column)
13054         (fill-flowed-encode-column): Ditto.
13055
13056 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13057
13058         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13059         Use point-min rather than 1.
13060         (message-send-mail): Use buffer-size rather than point-max.
13061
13062         * gnus-sum.el (gnus-summary-search-article-forward):
13063         Signal a specific `search-failed' rather than a generic `error'.
13064
13065         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13066         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13067         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13068
13069 2004-09-10  Simon Josefsson  <jas@extundo.com>
13070
13071         * nndb.el (require): Remove tcp and duplicate cl.
13072
13073 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-agent.el (directory-files-and-attributes): Move forward.
13076
13077 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13078
13079         * gnus-agent.el (directory-files-and-attributes): Optionally
13080         defined to support XEmacs.
13081
13082 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13083
13084         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13085         to avoid run-time CL dependencies.
13086         (gnus-agent-unfetch-articles): New function.
13087         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13088         article numbers even when local .overview file is missing.
13089         (gnus-agent-read-article-number): New function.  Only accepts
13090         27-bit article numbers.
13091         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13092         gnus-agent-read-article-number.
13093         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13094         from backend while recognizing that article numbers in .overview
13095         must be valid.
13096         (gnus-agent-update-files-total-fetched-for): Use
13097         directory-files-and-attributes to improve performance.
13098         * gnus-int.el (gnus-request-move-article): Use
13099         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13100         improve performance.
13101
13102         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13103         some users confused by references to .newsrc when they only have a
13104         .newsrc.eld file.
13105         (gnus-convert-mark-converter-prompt)
13106         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13107         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13108         New function.  Used internally to only display 'gnus converting
13109         files' message when actually necessary.
13110
13111         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13112         methods now autoloaded.
13113
13114 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13117         identifiers.
13118
13119 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * gnus-picon.el: Fix indentation and closing parenthesis.
13122
13123 2004-09-01  Simon Josefsson  <jas@extundo.com>
13124
13125         * message.el (message-canlock-generate): Require sha1, not
13126         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13127         to require within a function.  Sadly, if sha1.el isn't loaded, the
13128         let binding in m-c-g will hide the defcustom definition, which is
13129         bad.)
13130
13131         * canlock.el: Require sha1, not sha1-el.
13132
13133         * message.el: Don't autoload sha1 (there is a autoload cookie in
13134         sha1.el).
13135
13136         * sha1-el.el: Renamed to sha1.el.
13137
13138 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13139
13140         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13141
13142 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13143
13144         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13145
13146 2004-08-30  Kim F. Storm  <storm@cua.dk>
13147
13148         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13149
13150         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13151         Add :group 'nnimap.
13152
13153 2004-08-30  Andreas Schwab  <schwab@suse.de>
13154
13155         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13156         ?* and ?\;.
13157
13158         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13159         and ?\' to symbol instead of whitespace.
13160
13161 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13164
13165         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13166         instead of re-search-forward.
13167
13168         * gnus-uu.el (gnus-uu-save-article): Ditto.
13169         (gnus-uu-post-encode-uuencode): Ditto.
13170
13171         * html2text.el (html2text-clean-list-items): Ditto.
13172         (html2text-clean-dtdd): Ditto.
13173         (html2text-format-tags): Ditto.
13174
13175         * message.el (message-send-mail-with-sendmail): Fix regexp.
13176         (message-fill-field-general): Use search-forward instead of
13177         re-search-forward.
13178         (unbold-region): Ditto.
13179
13180         * nnrss.el (nnrss-request-article): Ditto.
13181
13182         * nnslashdot.el (nnslashdot-request-article): Ditto.
13183
13184         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13185
13186         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13187         "Unrecognized menu descriptor" error in XEmacs.
13188
13189 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13190
13191         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13192         parent article of a sparse article in the thread hashtb.
13193
13194 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13195
13196         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13197         (nnmail-expand-newtext): Lowercase expanded entries if
13198         nnmail-split-lowercase-expanded is non-nil.
13199
13200 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13203
13204         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13205         of gnus-tmp-news-method into string under XEmacs.  It will be
13206         passed to gnus-correct-length which takes only a string argument.
13207
13208 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * gnus-util.el (gnus-bind-print-variables): New macro.
13211         (gnus-prin1): Use it.
13212         (gnus-prin1-to-string): Use it.
13213         (gnus-pp): New function.
13214         (gnus-pp-to-string): New function.
13215
13216         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13217         Replace pp-to-string with gnus-pp-to-string.
13218         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13219         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13220         * gnus-msg.el (gnus-debug): Ditto.
13221         * gnus-score.el (gnus-score-save): Ditto.
13222         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13223         gnus-pp-to-string.
13224         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13225         with gnus-pp.
13226         * score-mode.el (gnus-score-pretty-print): Ditto.
13227         * webmail.el (webmail-debug): Ditto.
13228
13229 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-art.el (article-display-face, article-display-x-face):
13232         Use buffer-read-only.
13233
13234 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (article-hide-list-identifiers):
13237         Bind inhibit-read-only as t.
13238
13239 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13242
13243 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13244
13245         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13246         (gnus-narrow-to-page): Don't assume point-min == 1.
13247         (gnus-article-edit-mode): Derive from message-mode.
13248
13249         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13250         point-min == 1.
13251
13252         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13253         Disable incorrect use of `assert'.
13254
13255         * message.el (message-mode): Set comment-start-skip.
13256
13257
13258 2004-08-22  Sam Steingold  <sds@gnu.org>
13259
13260         * pop3.el (pop3-leave-mail-on-server): New user variable.
13261         (pop3-movemail): Delete mail only when it is nil.
13262
13263 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13266
13267         * mml.el (mml-preview): Use `pop-to-buffer'.
13268
13269         * message.el (message-goto-mail-followup-to): Insert after "To".
13270         (message-carefully-insert-headers): Add comment.
13271
13272         * gnus.el: Remove unused variable `gnus-article-check-size'.
13273
13274         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13275
13276         * gnus-art.el (gnus-button-alist): Improve
13277         `gnus-button-handle-library' entry.
13278
13279 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13280
13281         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13282         downcase, since XEmacs capitalizes error messages differently.
13283
13284 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13285
13286         * nntp.el: Add (require 'gnus) due to reference to
13287         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13288
13289 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13290
13291         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13292         `mm-fill-flowed'.
13293
13294         * mm-decode.el (mm-dissect-singlepart): Check it.
13295
13296 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13297
13298         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13299         'imap' for netrc parsing.
13300
13301 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * mailcap.el (mailcap-mime-data): Mark as risky.
13304
13305 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13308         may be included in the encoded word.
13309         (rfc2047-encode): Don't append a space if the encoded word
13310         includes close parenthesis.
13311
13312 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13315         of text within parentheses.
13316
13317 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13318
13319         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13320         (gnus-encrypt-write-file-contents): Make the password key the file
13321         name PLUS the cipher, not just the cipher.  Also remove failed
13322         passwords from the cache.
13323
13324 2004-08-06  Simon Josefsson  <jas@extundo.com>
13325
13326         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13327         fix.
13328
13329 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13332         LWSP.
13333
13334 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13337         to append in-reply-to: data to the references: header.
13338
13339         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13340         (netrc-parse): Use gnus-encrypt.el functions.
13341
13342         * gnus-encrypt.el: Add new file for encryption support; currently
13343         does only a few GPG ciphers and an internal XOR cipher.
13344
13345         * password.el: Add comments on using password-read-and-add.
13346         (password-read-and-add): Add function to read and add the
13347         password to the cache at once.
13348
13349 2004-07-28  Simon Josefsson  <jas@extundo.com>
13350
13351         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13352         parameter (but don't use it, for now).
13353
13354         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13355         instead of hard coding to nil.
13356
13357 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13360         as mm-inline-image-xemacs does.
13361
13362 2004-07-26  Simon Josefsson  <jas@extundo.com>
13363
13364         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13365         Revert part of 2004-07-17 change below.
13366
13367 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13370         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13371
13372 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13373
13374         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13375         quotes that actually start with ">" at the beginning of the
13376         lines.
13377
13378 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * rfc2047.el (rfc2047-encode-region): Fix last change.
13381         (rfc2047-encode-parameter): Remove useless concat.
13382
13383 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13386         encode special characters; fix some kind of misconfigured headers;
13387         signal a real error if debug-on-quit or debug-on-error is non-nil.
13388         (rfc2047-encode-max-chars): New variable.
13389         (rfc2047-encode-1): Use it.
13390         (rfc2047-encode-parameter): New function.
13391
13392         * mml.el (mml-insert-parameter): Remove an excessive space.
13393
13394 2004-07-17  Simon Josefsson  <jas@extundo.com>
13395
13396         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13397         Kai Grossjohann <kai@emptydomain.de>.
13398         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13399         (gnus-group-make-menu-bar): Ditto.
13400
13401         * gnus-util.el (gnus-group-server): Add.
13402
13403 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13404
13405         * message.el (message-clone-locals): Clone sendmail and smtp
13406         variables.
13407
13408 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * rfc2047.el (rfc2047-encode-region): Fix last change.
13411
13412 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13415         characters as non-special.
13416
13417 2004-07-09  Simon Josefsson  <jas@extundo.com>
13418
13419         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13420         Users will lose all flag changes made while unplugged with
13421         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13422         good default.  See numerous reports on ding mailing list.
13423
13424 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13427         add generate-head-function and generate-article-function to the
13428         rfc822-forward entry.
13429         (nndoc-rfc822-forward-generate-article): New function.
13430         (nndoc-rfc822-forward-generate-head): New function.
13431
13432         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13433
13434 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13435
13436         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13437         respect display group parameter and gnus-summary-expunge-below.
13438         (gnus-articles-to-read): Remove unused reference to display group
13439         parameter.
13440
13441 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13442
13443         * nnheader.el (nnheader-uniquify-message-id): New experimental
13444         variable.
13445         (nnheader-nov-read-message-id): Use it.
13446
13447         * spam-report.el (spam-report-gmane): Add interactive.
13448
13449 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13452         qp-or-base64 for the application/* types.
13453
13454 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13455
13456         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13457
13458 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13459
13460         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13461         trim value.
13462
13463 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13464
13465         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13466         New macro and function.
13467         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13468
13469 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13472         after-load-alist.
13473
13474 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475
13476         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13477         update info that isn't there.
13478
13479 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13480
13481         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13482         entry.
13483
13484 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * mm-view.el (mm-inline-render-with-function): Use multibyte
13487         buffer; decode html source by charset.
13488
13489         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13490
13491         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13492         Mule-UCS is loaded under XEmacs.
13493         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13494
13495 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13496
13497         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13498
13499 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * mm-util.el (mm-coding-system-p): Return a coding-system.
13502         (mm-mime-mule-charset-alist): Use shift_jis instead of
13503         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13504         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13505         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13506         instead of japanese-shift-jis and iso-latin-1 respectively in
13507         order to share the default value with both Emacs and XEmacs-mule.
13508         (mm-mule-charset-to-mime-charset): Make
13509         mm-coding-system-priorities effective.
13510         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13511         while predicating of candidates upon the priorities.
13512
13513 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13514
13515         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13516         gnus-uu-invert-processable.
13517
13518         * gnus.el: Autoload gnus-uu-invert-processable.
13519
13520 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * mm-util.el (mm-with-multibyte-buffer): New macro.
13523
13524         * rfc2047.el (rfc2047-encode-string): Use it.
13525         (rfc2047-encode-region): Move point to the end of the region after
13526         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13527
13528 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13531         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13532
13533 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13536         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13537         Karl Chen <quarl@nospam.quarl.org>.
13538
13539 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13540
13541         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13542         invalid addresses.
13543
13544 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13545
13546         * spam.el: Change section markers, revise TODO list.
13547         (spam-backends): Make new master list of all installed backends.
13548         (spam-summary-exit-behavior): Add new variable to determine how
13549         messages moves are done at summary exit.
13550         (spam-move-spam-nonspam-groups-only)
13551         (spam-process-ham-in-nonham-groups)
13552         (spam-process-ham-in-spam-groups): Remove variables, the
13553         spam-summary-exit-behavior variable should be used to manage this
13554         behavior.
13555         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13556         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13557         and spam-old-spam-articles.
13558         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13559         Add empty variables, placeholders for the backends they represent.
13560         (spam-set-difference): Move, unchanged.
13561         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13562         unless the user has a processor variable.
13563         (spam-classifications, spam-classification-valid-p)
13564         (spam-backend-properties, spam-backend-property-valid-p)
13565         (spam-backend-function-type-valid-p)
13566         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13567         (spam-report-articles-gmane, spam-report-articles-resend):
13568         Remove functions, they are not needed.
13569         (spam-install-backend-super, spam-backend-list)
13570         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13571         (spam-backend-function, spam-backend-ham-registration-function)
13572         (spam-backend-spam-registration-function)
13573         (spam-backend-ham-unregistration-function)
13574         (spam-backend-spam-unregistration-function)
13575         (spam-backend-statistical-p, spam-backend-mover-p)
13576         (spam-install-backend-alias, spam-install-checkonly-backend)
13577         (spam-install-mover-backend, spam-install-nocheck-backend)
13578         (spam-install-backend, spam-install-statistical-backend)
13579         (spam-install-statistical-checkonly-backend): Add backend installation
13580         support.
13581         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13582         (spam-group-processor-p): Use the new backend code and respect the
13583         summary exit behavior.
13584         (spam-mark-spam-as-expired-and-move-routine): Remove.
13585         (spam-summary-prepare): Change to use the new spam-old-articles
13586         variable.
13587         (spam-copy-or-move-routine, spam-copy-spam-routine)
13588         (spam-move-spam-routine, spam-copy-ham-routine)
13589         (spam-move-ham-routine): Add code to copy/move ham or spam.
13590         (spam-fetch-field-fast): Improve doc and code, plus allow the
13591         'number request.
13592         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13593         variables.
13594         (spam-split, spam-find-spam): Use the new backend code.
13595         (spam-registration-functions): Remove variable.
13596         (spam-unregister-routine): Add convenience wrapper.
13597         (spam-log-undo-registration, spam-register-routine)
13598         (spam-log-processing-to-registry)
13599         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13600         where possible.
13601         (spam-check-gmane-xref, spam-check-regex-headers)
13602         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13603         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13604         (spam-check-bogofilter-headers, spam-check-spamoracle)
13605         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13606         (spam-check-crm114-headers): Use the spam-split-group that
13607         spam-split prepares, no need to determine it every time.
13608
13609         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13610         to the nnheader-parse-naked-head call.
13611
13612         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13613
13614         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13615         the nnheader-nov-read-message-id call.
13616
13617 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13620         gnus-activate-group twice.  Suggested by Markus Peter
13621         <warp@spin.de>.
13622
13623 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-art.el (gnus-article-time-format): Exchange the order of
13626         day and month in the default value; fix customization type.
13627         (article-date-ut): Use add-text-properties.
13628         (article-make-date-line): Use message-make-date instead of
13629         current-time-string.
13630
13631         * message.el (message-fetch-field): Don't use set-text-properties.
13632         (message-make-date): Simplify.
13633
13634         * messagexmas.el (message-xmas-make-date): New function.
13635         (message-xmas-redefine): Defalias message-make-date to it.
13636
13637 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13640         (rfc2047-encode-region): Treat text within parentheses as special;
13641         show the original text when error has occurred.
13642
13643         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13644         already-computed method to gnus-activate-group.
13645
13646         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13647         same select-methods identical Lisp objects.
13648
13649         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13650         object when modifying the info.
13651
13652 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13655         gnus-opened-servers since it has never been opened with the new
13656         configuration yet.
13657
13658 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13661         arg to nnheader-generate-fake-message-id.
13662
13663 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13664
13665         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13666         number and build a fake message ID localized to a group and
13667         article number (so it's repeatable from that point on).
13668         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13669         ID format.
13670
13671         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13672         nnheader-generate-fake-message-id with the article number.
13673
13674 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13675
13676         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13677         end-of-buffer.
13678
13679 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13680
13681         * message.el (message-ignored-supersedes-headers): Add Approved.
13682
13683 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13686         goto-char.
13687         (rfc2047-encode): Fold the line before encoding.
13688
13689 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13690
13691         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13692         folding -- not all headers can be folded, and this should be done
13693         by the message composition mode.  Probably.  I think.
13694
13695 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13698         fast.
13699
13700         * gnus-ems.el (gnus-remove-image): Don't use
13701         message-text-with-property; remove only the image found first.
13702
13703         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13704         found first.
13705
13706 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13707
13708         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13709
13710 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * message.el (message-text-with-property): Make it fast and accept
13713         optional arguments.
13714         (message-strip-forbidden-properties): Use it.
13715         (message-fix-before-sending): Follow the m-t-w-p change.
13716
13717         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13718
13719 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-art.el (article-hide-headers): Don't change the buffer
13722         mistakenly when performing mml-preview even if
13723         gnus-single-article-buffer is nil.
13724
13725 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13726
13727         * message.el (message-expand-name-databases): New user option.
13728         (message-expand-name): Use it.
13729
13730 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13731
13732         * spam.el (spam-report-articles-resend)
13733         (spam-report-resend-register-routine): Allow ham reporting.
13734         (spam-report-resend-register-ham-routine): Add wrapper.
13735         (spam-registration-functions): Add ham resending functions.
13736         (spam-list-of-processors): Add ham resend processor.
13737
13738         * gnus.el (ham-resend-to): Add new group parameter.
13739         (spam-process): Add ham resend option.
13740
13741         * spam-report.el (spam-report-resend): Allow reporting ham.
13742         (spam-report-resend-ham): Add wrapper.
13743
13744 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13745
13746         * message.el (message-cite-articles-with-x-no-archive): New
13747         variable.
13748         (message-cite-original): Use it.
13749
13750 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13751
13752         * message.el (message-cite-original): Respect X-No-Archive.
13753
13754 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-art.el (article-hide-headers): Refer to the values for
13757         gnus-ignored-headers and gnus-visible-headers in the summary
13758         buffer since a user may have set them as group parameters.
13759
13760 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13761
13762         * assistant.el (assistant-node-name): Add convenience function.
13763         (assistant-render-text, assistant-render-node): Add error handling,
13764         plus handle multiple next nodes.
13765         (assistant-find-next-node): Comment out for now.
13766         (assistant-find-next-nodes): Add function, returns list of next
13767         nodes.
13768
13769 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * mail-source.el (mail-source-directory): Fix doc-string.
13772
13773 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13774
13775         * assistant.el (assistant-render-text, assistant-eval): Add :set
13776         widget type, which is different because it takes and returns a
13777         list.  Much hilarity ensues.
13778
13779 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13782
13783         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13784         doc-string.
13785
13786         * gnus-start.el (gnus-activate-group): Added doc-string.
13787
13788 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13791
13792 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13793
13794         * assistant.el (assistant-render-text): Try to add a :set
13795         widget, more to come.
13796
13797         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13798         strings.
13799         (spam-report-articles-resend)
13800         (spam-register-routine): Do registration iff any articles warrant
13801         it.
13802         (spam-summary-prepare-exit): Change log message for nil group
13803         destinations.
13804
13805 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13806
13807         * spam.el (spam-report-resend-register-routine): Allow
13808         spam-report-resend-to to be a group parameter or a global value.
13809
13810 2004-05-26  Simon Josefsson  <jas@extundo.com>
13811
13812         * starttls.el: Merge with my GNUTLS based starttls.el.
13813         (starttls-gnutls-program, starttls-use-gnutls)
13814         (starttls-extra-arguments, starttls-process-connection-type)
13815         (starttls-connect, starttls-failure, starttls-success): New
13816         variables.
13817         (starttls-program, starttls-extra-args): Doc fix.
13818         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13819         functions.
13820         (starttls-negotiate, starttls-open-stream): Check
13821         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13822         function if it is set.
13823
13824 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13827         structured fields.
13828
13829 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13832
13833 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13834
13835         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13836         variable.
13837         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13838         assigning the spam-mark to new messages.
13839
13840 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13841
13842         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13843
13844 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13847
13848         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13849         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13850         default.
13851
13852 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13853
13854         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13855         correct data.
13856
13857 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13860         (spam-group-processor-p): Fix function.
13861         (spam-group-processor-multiple-p)
13862         (spam-group-spam-processor-report-gmane-p)
13863         (spam-group-spam-processor-report-resend-p)
13864         (spam-group-spam-processor-bogofilter-p)
13865         (spam-group-spam-processor-blacklist-p)
13866         (spam-group-spam-processor-ifile-p)
13867         (spam-group-ham-processor-ifile-p)
13868         (spam-group-spam-processor-spamoracle-p)
13869         (spam-group-spam-processor-crm114-p)
13870         (spam-group-ham-processor-bogofilter-p)
13871         (spam-group-spam-processor-stat-p)
13872         (spam-group-ham-processor-stat-p)
13873         (spam-group-ham-processor-whitelist-p)
13874         (spam-group-ham-processor-BBDB-p)
13875         (spam-group-ham-processor-spamoracle-p)
13876         (spam-group-ham-processor-copy-p): Remove functions with some
13877         prejudice against unneeded code.
13878         (spam-report-articles-resend)
13879         (spam-report-resend-register-routine): Allow the group/topic
13880         spam-resend-to value to override spam-report-resend-to.
13881         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13882         properly now.
13883
13884         * gnus.el (spam-resend-to): Add group/topic parameter.
13885         (spam-process): Move the OBSOLETE processors to the end of the
13886         choices.
13887
13888 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13889
13890         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13891         with resend-to set to nil, and then ask the user if necessary.
13892         (spam-report-resend): spam-report-resend takes a list of articles, not
13893         separate article numbers.
13894
13895 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13898         addition to emacs-w3m.
13899
13900 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13901
13902         * assistant.el (assistant-authinfo-data): New function.
13903         (assistant-eval): Eval for entire assistant.
13904
13905         * netrc.el (netrc-services-file): New variable.
13906         (netrc-parse-services): New function.
13907         (netrc-find-service-name): New function.
13908         (netrc-find-service-number): New function.
13909         (netrc-port-equal): New function.
13910         (netrc-machine): Use it.
13911
13912         * nnimap.el (nnimap-open-connection): Use netrc.
13913
13914         * gnus-util.el (gnus-netrc-get): Remove aliases.
13915
13916         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13917
13918         * assistant.el (wid-edit): Fix compilation.
13919
13920         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13921
13922 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13923
13924         * gnus-util.el (gnus-set-file-modes): New function.  (small
13925         patch).
13926
13927 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13928
13929         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13930
13931         * assistant.el (assistant-render-node): Fix up rendering and
13932         read-only text.
13933         (assistant-render-node): Reset.
13934         (assistant-make-read-only): Not sticky.
13935
13936 2004-05-20  Danny Siu  <dsiu@adobe.com>
13937
13938         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13939         centered even when gnus-auto-center-summary is t.
13940
13941 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * dns.el (dns-get-txt-answer): New function.
13944         (dns-read-txt): Ditto.
13945         (query-dns): Use it.
13946
13947 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13950         active for foreign groups even if the group level is higher than
13951         the specified value.
13952
13953 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13954
13955         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13956         non-active groups.
13957
13958         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13959
13960 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13961
13962         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13963
13964 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13965
13966         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13967         (spam-crm114-header, spam-crm114-spam-switch)
13968         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13969         (spam-crm114-positive-spam-header)
13970         (spam-crm114-database-directory, spam-list-of-processors)
13971         (spam-group-spam-processor-crm114-p)
13972         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13973         (spam-generic-score, spam-list-of-checks)
13974         (spam-list-of-statistical-checks, spam-registration-functions)
13975         (spam-check-crm114-headers, spam-crm114-score)
13976         (spam-check-crm114, spam-crm114-register-with-crm114)
13977         (spam-crm114-register-spam-routine)
13978         (spam-crm114-unregister-spam-routine)
13979         (spam-crm114-register-ham-routine)
13980         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13981         asjo@koldfront.dk (Adam Sjøgren).
13982
13983         * gnus.el: Add spam-use-crm114.
13984
13985         * spam.el (spam-list-of-processors, spam-registration-functions):
13986         Add spam-use-resend.
13987         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13988         (spam-report-articles-gmane): Add doc fix.
13989         (spam-report-articles-resend, spam-report-resend-register-routine):
13990         Add wrappers around spam-report-resend-to.
13991
13992         * spam-report.el (spam-report-resend-to, spam-report-resend):
13993         Add support for resending spam.
13994         (spam-report-gmane): Fix line length >80.
13995
13996         * gnus.el (spam-process): Add spam-use-resend.
13997
13998 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13999
14000         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14001         number of processed spam messages.
14002         (spam-ham-copy-or-move-routine): Return the number of processed
14003         ham messages.
14004         (spam-summary-prepare-exit): Use the above values to decide
14005         whether status messages shouled be displayed.
14006
14007 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14010         `rfc2047-encoding-function-alist' in order to avoid conflicting
14011         with the old version.
14012         (rfc2047-encode-region): Concatenate words containing non-ASCII
14013         characters in structured fields; don't encode space-delimited
14014         ASCII words even in unstructured fields; don't break words at
14015         char-category boundaries.
14016         (rfc2047-encode-1): New function.
14017         (rfc2047-encode): Use it; encode text so that it occupies the
14018         maximum width within 76-column; work correctly on Q encoding for
14019         iso-2022-* charsets.
14020         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14021         sure not to break a line just after the header name.
14022         (rfc2047-b-encode-region): Removed.
14023         (rfc2047-b-encode-string): New function.
14024         (rfc2047-q-encode-region): Removed.
14025         (rfc2047-q-encode-string): New function.
14026
14027         * mm-util.el (mm-replace-in-string): New function.
14028
14029 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14030
14031         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14032         get it right.
14033         (gnus-inews-make-draft): Really.
14034
14035 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14036
14037         * nnmh.el (nnmh-request-list-1): Don't check the link count
14038         before descending.  (small patch)
14039
14040 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041
14042         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14043         stuff.
14044
14045         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14046         on real group name.
14047
14048         * gnus-art.el (gnus-signature-limit): Doc fix.
14049
14050         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14051
14052         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14053
14054 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14055
14056         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14057         isn't a string.
14058
14059 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14060
14061         * gnus-draft.el (gnus-draft-send): Bind
14062         rfc2047-encode-encoded-words.
14063
14064         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14065         (rfc2047-encodable-p): Say that =? needs encoding.
14066         (rfc2047-encode-encoded-words): New variable.
14067
14068         * gnus-group.el (gnus-group-select-group): Doc fix.
14069
14070         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14071
14072         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14073         to nil.
14074
14075         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14076
14077         * nnheader.el (nnheader-get-lines-and-char): New function.
14078
14079 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14080
14081         * gnus-msg.el (gnus-summary-followup-with-original): Document
14082         yanking of region when active.
14083
14084 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14087         groups if the group level is higher than the specified value.
14088
14089 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14092         (gnus-group-jump-to-group): Added prefix argument using
14093         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14094         non-active group.
14095
14096         * compface.el (uncompface): Be verbose when changing
14097         `uncompface-use-external'.
14098
14099         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14100         handle manual section.
14101
14102 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103
14104         * gnus-art.el (gnus-button-alist): Revert previous change.
14105
14106 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14109
14110 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14111
14112         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14113         whether backend can accept message.
14114
14115         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14116
14117 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14118
14119         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14120         Avoid creating directory when nntp-marks-is-evil is true.
14121         Reported by Reiner Steib.
14122
14123 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14124
14125         * gnus-picon.el (gnus-picon-style): New variable.
14126         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14127         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14128         Jesper Harder <harder@ifa.au.dk>.
14129
14130 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14131
14132         * message.el (message-fill-field): Return point.
14133         (message-generate-headers): Go to end of field.
14134
14135         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14136         stuff for non-living groups.
14137
14138 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14139
14140         * gnus-art.el (gnus-article-followup-with-original)
14141         (gnus-article-reply-with-original): gnus-mark-active-p ->
14142         gnus-region-active-p.
14143
14144 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14145
14146         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14147         only when there is spam or ham to be processed.
14148
14149 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14150
14151         * mail-source.el (mail-source-delete-crash-box): Refactor.
14152         (mail-source-fetch): Use it.
14153         (mail-source-fetch-file): Ditto.
14154         (mail-source-fetch-directory): Run postscript in loop.
14155         (mail-source-fetch-pop): Delete.
14156         (mail-source-fetch-maildir): Ditto.
14157         (mail-source-fetch-imap): Ditto.
14158
14159         * imap.el (imap-authenticators): Comment out sasl.
14160
14161         * message.el (message-skip-to-next-address): New function.
14162         (message-fill-header-address): Refactor.
14163         (message-fill-address): Use it.
14164         (message-delete-address): Use it.
14165         (message-fill-header-general): Refactor.
14166         (message-fill-field-address): Rename.
14167         (message-narrow-to-field): Find the start of the header.
14168         (message-header-format-alist): Don't pre-fill.
14169         (message-fill-header): Removed.
14170         (message-insert-header): New function.
14171         (message-shorten-references): Use it.
14172
14173         * rfc2047.el (rfc2047-field-value): Strip props.
14174
14175         * mail-parse.el (mail-header-make-address): New alias.
14176
14177         * ietf-drums.el (ietf-drums-make-address): New function.
14178
14179         * imap.el: Add compiler directives.
14180
14181         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14182
14183         * gnus-art.el (article-decode-idna-rhs): Don't use
14184         message-idna-inside-rhs-p.
14185
14186 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14187
14188         * message.el (message-idna-inside-rhs-p): Removed.
14189         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14190
14191         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14192         false positives.
14193
14194 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14195
14196         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14197
14198 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14199
14200         * nneething.el (nneething-file-name): Don't create spurious
14201         files.
14202
14203         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14204         (gnus-inews-do-gcc): Remove sleep.
14205
14206         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14207         part under point.
14208
14209         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14210         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14211
14212 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * spam.el (spam-summary-prepare-exit): Fixed (length).
14215
14216 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14217
14218         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14219         as expired without moving it" message when there are spam
14220         messages left.
14221
14222 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14223
14224         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14225         header is not nil.
14226
14227 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14228
14229         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14230         nntp-possibly-create-directory, not nntp-possibly-change-group.
14231         (nntp-marks-changed-p): New arg SERVER.
14232         (nntp-request-update-info): Adjust caller.
14233
14234 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14235
14236         * nntp.el (nntp-save-marks): Pass missing arg.
14237
14238 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14239
14240         * nntp.el: Support marks.
14241         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14242         (nntp-marks-modtime, nntp-marks-directory): New variables.
14243         (nntp-request-set-mark, nntp-request-update-info)
14244         (nntp-possibly-create-directory, nntp-marks-changed-p)
14245         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14246         functions.
14247
14248 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14249
14250         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14251         (gnus-xmas-redefine): Rename.
14252
14253         * gnus-score.el (gnus-score-insert-help): Use
14254         gnus-select-lowest-window.
14255
14256         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14257         appt-select-lowest-window and rename to gnus-select-lowest-window.
14258
14259         * gnus.el: do.
14260
14261 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14262
14263         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14264         encodings of MIME-encoded words, in order to improve
14265         interoperability with several broken MUAs.
14266
14267 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14268
14269         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14270         tags, only when charsets are not specified in headers.
14271         (mm-inline-text-html-render-with-w3m): Ditto.
14272
14273         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14274         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14275
14276 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14277
14278         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14279         instead of MIME-decoded from fields when checking
14280         `gnus-article-address-banner-alist'.
14281
14282 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14283
14284         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14285         description rather than subject.
14286
14287 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14288
14289         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14290
14291 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * gnus.el (gnus-version-number): Bump.
14294
14295 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14296
14297         * gnus.el: No Gnus v0.2 is released.
14298
14299 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14300
14301         * gnus-agent.el (gnus-agent-read-agentview): Inline
14302         gnus-uncompress-range.
14303
14304 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14305
14306         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14307         `exec-installed-p'.
14308
14309 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14310
14311         * gnus.el (spam-process, spam-autodetect-methods): Add
14312         bsfilter and bsfilter-headers.
14313
14314         * spam.el (spam-bsfilter): New customize group.
14315         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14316         (spam-bsfilter-header, spam-bsfilter-probability-header)
14317         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14318         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14319         (spam-bsfilter-database-directory): New options.
14320         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14321         (spam-list-of-statistical-checks, spam-registration-functions):
14322         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14323         (spam-bsfilter-score): New command.
14324         (spam-check-bsfilter-headers, spam-check-bsfilter)
14325         (spam-bsfilter-register-with-bsfilter)
14326         (spam-bsfilter-register-spam-routine)
14327         (spam-bsfilter-unregister-spam-routine)
14328         (spam-bsfilter-register-ham-routine)
14329         (spam-bsfilter-unregister-ham-routine): New functions.
14330         (spam-generic-score): Support bsfilter; Accept an optional argument
14331         to recalcurate spam score even if scoring header has already been
14332         added.
14333         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14334         optional argument to recalcurate spam score even if scoring header
14335         has already been added.
14336
14337 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14338
14339         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14340         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14341         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14342         link is missing.
14343
14344 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14345
14346         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14347         (html2text-get-attr): Rewrite.
14348
14349         * message.el (message-setup-1): Remove redundant put-text-property
14350         on mail-header-separator.
14351
14352 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14353
14354         * gnus-registry.el (gnus-registry-cache-whitespace)
14355         (gnus-registry-action, gnus-registry-spool-action)
14356         (gnus-registry-split-fancy-with-parent): Change message levels
14357         from 5 to 3 or 7, as needed.
14358
14359         * spam.el (spam-summary-prepare-exit)
14360         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14361         (spam-split, spam-find-spam, spam-log-undo-registration)
14362         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14363         level from 5 to 6.
14364
14365 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14368         2004-03-04 change).
14369
14370 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14371
14372         * sieve-manage.el (sieve-manage-open):
14373         * nnweb.el (nnweb-insert-html):
14374         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14375         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14376         * nnspool.el (nnspool-request-group):
14377         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14378         * nnml.el (nnml-request-update-info):
14379         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14380         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14381         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14382         (nnimap-request-set-mark):
14383         * nnfolder.el (nnfolder-request-update-info):
14384         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14385         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14386         * gnus-uu.el (gnus-uu-find-articles-matching):
14387         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14388         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14389         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14390         * gnus-nocem.el (gnus-nocem-scan-groups):
14391         * gnus-int.el (gnus-start-news-server):
14392         * gnus-group.el (gnus-group-make-kiboze-group)
14393         (gnus-group-browse-foreign-server):
14394         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14395         Use mapc when appropriate.
14396
14397 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14398
14399         FIXME: Make separate entries for each person.
14400
14401         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14402         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14403         <shields@msrl.com>:
14404
14405         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14406         may need for spam sorting and scoring.
14407         (spam-user-format-function-S): Add user format function suitable for
14408         general use.
14409         (spam-article-sort-by-spam-status): Add sorting function for summary
14410         sorting.
14411         (spam-extra-header-to-number): Add function to get a score from a
14412         header.
14413         (spam-summary-score): Add function to get a numeric score from the
14414         headers.
14415         (spam-generic-score): Fix function doc, was in wrong place.
14416         (spam-initialize): Take symbols when it's run, and install the
14417         extra headers that spam-necessary-extra-headers thinks we need.
14418
14419 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14420
14421         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14422         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14423
14424 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14425
14426         * gnus-sum.el (gnus-set-global-variables)
14427         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14428         (gnus-article-get-xrefs, gnus-summary-best-group)
14429         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14430         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14431         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14432         Use with-current-buffer.
14433
14434 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14435
14436         * spam.el (spam-summary-prepare-exit): Simplify logic.
14437         (spam-fetch-article-header): Read the article header if it's not
14438         available.
14439         (spam-list-articles): Simplify logic.
14440         (spam-filelist-register-routine): Fix bug with unregister-list.
14441
14442         * gnus-registry.el: Fix comments at beginning.
14443
14444 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14445
14446         * message.el (message-cater-to-broken-inn): Remove.
14447         (message-shorten-references): Make sure the total folded length of
14448         References is shorter than 998 characters to cater to a bug in INN
14449         2.3.  Also, don't pretend that references aren't folded -- this
14450         hasn't worked for a while.
14451
14452 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14453
14454         * gnus-agent.el (gnus-agentize):
14455         gnus-agent-send-mail-real-function no longer set to current value
14456         of message-send-mail-function but rather a lambda that calls
14457         message-send-mail-function.  The change makes the agent real-time
14458         responsive to user changes to message-send-mail-function.
14459
14460 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14461
14462         * legacy-gnus-agent.el
14463         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14464         help from Florian Weimer <fw@deneb.enyo.de>
14465
14466 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * nnmail.el (nnmail-cache-insert): Revert last change.
14469
14470 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * nnmail.el (nnmail-cache-insert): Always check whether
14473         nnmail-cache-ignore-groups matches a group name.
14474
14475 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14476
14477         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14478         (spam-find-spam, spam-log-processing-to-registry)
14479         (spam-log-registered-p, spam-log-unregistration-needed-p)
14480         (spam-log-undo-registration): Use gnus-message instead of
14481         gnus-error, none of these errors are fatal.
14482
14483         * gnus-registry.el (gnus-registry-clean-empty-function)
14484         (gnus-registry-clean-empty): Remove only empty entries without
14485         extra data.
14486
14487 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14488
14489         * spam-stat.el (spam-stat-buffer-change-to-spam)
14490         (spam-stat-buffer-change-to-non-spam): Change (error) to
14491         (gnus-message 8) invocation.
14492
14493 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * nntp.el (nntp-via-netcat-command): New variable.
14496         (nntp-via-netcat-switches): New variable.
14497         (nntp-open-via-rlogin-and-netcat): New function.
14498         (nntp-open-connection-function): Doc fix.
14499         (nntp-telnet-command): Doc fix.
14500         (nntp-end-of-line): Doc fix.
14501         (nntp-via-rlogin-command): Doc fix.
14502         (nntp-via-user-name): Doc fix.
14503         (nntp-via-address): Doc fix.
14504
14505 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14508         error in Emacs 21.1.
14509
14510 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14513
14514 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14515
14516         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14517         (gnus-agent-with-refreshed-group): New macro.
14518         (gnus-agent-rename-group): New function.
14519         (gnus-agent-delete-group): New function.
14520         (gnus-agent-save-group-info): Use gnus-command-method when
14521         `method' parameter is nil.  Don't write nil entries into the
14522         active file.
14523         (gnus-agent-get-group-info): New function.
14524         (gnus-agent-fetch-articles): Use
14525         gnus-agent-update-files-total-fetched-for to increment disk space
14526         used.
14527         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14528         gnus-agent-update-view-total-fetched-for to increment disk space
14529         used.
14530         (gnus-agent-get-local): Added optional parameters to avoid calling
14531         gnus-group-real-name and gnus-find-method-for-group.
14532         (gnus-agent-set-local): Delete stored entry if either min, or max,
14533         are nil.
14534         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14535         quit, use gnus-agent-regenerate-group to record existance of any
14536         articles fetched to disk before the quit occurred.
14537         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14538         gnus-agent-update-view-total-fetched-for, and
14539         gnus-agent-update-files-total-fetched-for to decrement disk space
14540         used.
14541         (gnus-agent-retrieve-headers): Use
14542         gnus-agent-update-view-total-fetched-for to increment disk space
14543         used.
14544         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14545         with gnus-agent-update-files-total-fetched-for to decrement disk
14546         space and fresh group buffer.
14547         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14548         (gnus-agent-need-update-total-fetched-for): New variable.
14549         (gnus-agent-update-files-total-fetched-for): New function.
14550         (gnus-agent-update-view-total-fetched-for): New function.
14551         (gnus-agent-total-fetched-for): New function.
14552
14553         * gnus-cache.el (gnus-cache-save-buffers): Use
14554         gnus-cache-update-overview-total-fetched-for to change disk space
14555         used by this group.
14556         (gnus-cache-possibly-enter-article): Use
14557         gnus-cache-update-file-total-fetched-for to increment disk space
14558         used by this group.
14559         (gnus-cache-possibly-remove-article): Use
14560         gnus-cache-update-file-total-fetched-for to decrement disk space
14561         used by this group.
14562         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14563         (gnus-cache-rename-group): New function.
14564         (gnus-cache-delete-group): New function.
14565         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14566         (gnus-cache-need-update-total-fetched-for): New variable.
14567         (gnus-cache-with-refreshed-group): New macro.
14568         (gnus-cache-update-file-total-fetched-for): New function.
14569         (gnus-cache-update-overview-total-fetched-for): New function.
14570         (gnus-cache-rename-group-total-fetched-for): New function.
14571         (gnus-cache-delete-group-total-fetched-for): New function.
14572         (gnus-cache-total-fetched-for): New function.
14573
14574         * gnus-group.el: Require gnus-sum and autoload functions to
14575         resolve warnings when gnus-group.el compiled alone.
14576         (gnus-group-line-format): Documented new %F.
14577         (size of Fetched data) group line format; identifies disk space
14578         used by agent and cache.
14579         (gnus-group-line-format-alist): Defined new F format.
14580         (gnus-total-fetched-for): New function.
14581         (gnus-group-delete-group): No longer update
14582         gnus-cache-active-altered as gnus-request-delete-group now keeps
14583         the cache in sync.
14584         (gnus-group-list-active): Let the agent store a server's active
14585         list if currently plugged.
14586
14587         * gnus-int.el (gnus-request-delete-group):
14588         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14589         local disk in sync with the server.
14590         (gnus-request-rename-group):
14591         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14592         local disk in sync with the server.
14593
14594         * gnus-start.el (gnus-get-unread-articles):
14595         Cosmetic simplification to logic.
14596
14597         * gnus-util.el (gnus-rename-file): New function.
14598
14599 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14600
14601         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14602
14603 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14604
14605         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14606         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14607
14608 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14609
14610         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14611         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14612
14613 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14614
14615         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14616
14617 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14618
14619         * spam.el (spam-set-difference): Add function to replace
14620         gnus-set-difference in spam.el.
14621         (spam-summary-prepare-exit): Use spam-set-difference.
14622
14623 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14624
14625         * gnus-registry.el (gnus-registry-cache-file): Update to use
14626         gnus-dribble-directory OR gnus-home-directory OR ~.
14627         (gnus-registry-split-fancy-with-parent): Fix doc.
14628
14629 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * message.el (message-exchange-point-and-mark): Use
14632         message-mark-active-p.  Suggested by Jesper Harder
14633         <harder@ifa.au.dk>.
14634
14635 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * message.el (message-exchange-point-and-mark): Don't activate
14638         region if it was inactive.  Suggested by Hiroshi Fujishima
14639         <pooh@nature.tsukuba.ac.jp>.
14640
14641 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * gnus-art.el (article-display-face): Display Faces in the same
14644         order as X-Faces.
14645
14646 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14649
14650 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14653         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14654         (gnus-article-mime-hierarchy): Remove.
14655         (gnus-article-mime-hierarchy-next): Remove.
14656         (gnus-article-mode): Revert 2004-03-19 change.
14657         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14658         (gnus-insert-mime-button): Revert 2004-03-19 change.
14659         (gnus-mime-accumulate-hierarchy): Remove.
14660         (gnus-mime-enter-multipart): Remove.
14661         (gnus-mime-leave-multipart): Remove.
14662         (gnus-mime-display-part): Revert 2004-03-19 change.
14663         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14664
14665         * mml.el (mml-preview): Revert 2004-03-19 change.
14666
14667 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14668
14669         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14670
14671 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14672
14673         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14674         t while entering a file name using the mm-with-multibyte macro.
14675         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14676
14677         * mm-util.el (mm-with-multibyte): New macro.
14678
14679 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14682         user option.
14683         (gnus-mime-multipart-functions): Doc and customization fix.
14684         (gnus-article-mime-hierarchy): New variable.
14685         (gnus-article-mime-hierarchy-next): New variable.
14686         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14687         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14688         gnus-article-mime-hierarchy-next to nil.
14689         (gnus-insert-mime-button): Show hierarchy numbers.
14690         (gnus-mime-accumulate-hierarchy): New function.
14691         (gnus-mime-enter-multipart): New function.
14692         (gnus-mime-leave-multipart): New function.
14693         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14694         (gnus-mime-display-alternative): Show hierarchy numbers.
14695
14696         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14697         gnus-article-mime-hierarchy-next to nil.
14698
14699 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14700
14701         * dns.el: Don't require gnus-xmas.
14702
14703 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14704
14705         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14706         inline PGP.
14707         (mml-menu): Disable mml-quote-region if mark is inactive.
14708
14709 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14712         when the group's active is not available.
14713
14714 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14717         error.
14718
14719 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14720
14721         * imap.el (imap-store-password): New variable.
14722         (imap-interactive-login): Use it.
14723         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14724
14725 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14728         window-start and hscroll to summary window.
14729
14730 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14731
14732         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14733         conversion message to newsrc-dribble when an actual conversion is
14734         performed.
14735
14736 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14737
14738         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14739
14740 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * mm-decode.el (mm-complicated-handles): New function reviving
14743         former definition of mm-multiple-handles.
14744
14745         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14746         (gnus-mime-delete-part): Use it.
14747
14748 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14749
14750         * gnus-agent.el (gnus-agent-read-local): Bind
14751         nnheader-file-coding-system to gnus-agent-file-coding-system to
14752         avoid the implicit assumption that they will always be equal.
14753         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14754         coding-system-for-write, as the with-temp-file macro first prints
14755         to a buffer then saves the buffer.
14756
14757 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-art.el (gnus-article-edit-part): New function.
14760         (gnus-mime-save-part-and-strip): Use it; do query instead of
14761         signaling an error; don't use mm-multiple-handles.
14762         (gnus-mime-delete-part): Ditto.
14763
14764 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14765
14766         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14767         old file versions.
14768         (gnus-group-prepare-hook): Removed function that converted list
14769         form of gnus-agent-expire-days to group properties.
14770
14771         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14772         (gnus-request-accept-article): Re-indented.
14773
14774         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14775         converters to handle old agent file formats.  Added logic for a
14776         "backup before upgrading warning".
14777         (gnus-convert-mark-converter-prompt): Developers can mark
14778         functions as needing (default), or not needing,
14779         gnus-convert-old-newsrc's "backup before upgrading warning".
14780         (gnus-convert-converter-needs-prompt): Tests whether the user
14781         should be protected from potentially irreversable changes by the
14782         function.
14783
14784         * legacy-gnus-agent.el: New.  Provides converters that are only
14785         loaded when gnus-convert-old-newsrc needs to call them.
14786
14787 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * mail-source.el (mail-source-touch-pop): Doc fix.
14790
14791         * message.el (message-smtpmail-send-it): Doc fix.
14792
14793 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14794
14795         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14796
14797         * nnmail.el (nnmail-split-fancy): do.
14798
14799         * gnus-kill.el (gnus-kill, gnus-execute): do.
14800
14801 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14802
14803         * gnus-sum.el (gnus-widget-reversible-match)
14804         (gnus-widget-reversible-to-internal)
14805         (gnus-widget-reversible-to-external): New functions.
14806         (gnus-widget-reversible): New widget.
14807         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14808
14809 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14810
14811         * gnus-sum.el (gnus-thread-sort-functions)
14812         (gnus-article-sort-functions): Document `(not F)' items.
14813
14814 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14815
14816         * spam.el (spam-use-gmane-xref): Add new backend.
14817         (spam-gmane-xref-spam-group): Add variable to control the name of the
14818         Gmane spam group.
14819         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14820         (spam-regex-headers-spam, spam-regex-headers-ham)
14821         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14822         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14823         backends and checks.
14824         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14825
14826         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14827         an autodetect method.
14828
14829 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14830
14831         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14832         articles are being added to a group.
14833         (gnus-request-replace-article): Inform the agent that articles
14834         need to be uncached as the cached contents are no longer valid.
14835
14836 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * binhex.el: Don't autoload executable-find.
14839
14840         * canlock.el: Don't autoload mail-fetch-field.
14841
14842         * dgnushack.el: Autoload c-mode for XEmacs.
14843
14844         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14845
14846         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14847         rmail-dont-reply-to and rmail-output.
14848
14849         * gnus-score.el: Don't autoload ffap-string-at-point.
14850
14851         * gnus-setup.el: Don't autoload sc-cite-original.
14852
14853         * imap.el: Don't autoload base64-decode-string,
14854         base64-encode-string and md5.
14855
14856         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14857         and rmail-msg-restore-non-pruned-header.
14858
14859         * mm-decode.el: Don't autoload executable-find.
14860
14861         * mm-url.el: Don't autoload executable-find.
14862
14863         * mm-view.el: Don't autoload diff-mode.
14864
14865         * nndb.el: Don't autoload news-reply-mode, news-setup,
14866         cancel-timer and telnet.
14867
14868         * password.el: Don't autoload run-at-time for Emacs.
14869
14870         * sha1-el.el: Don't autoload executable-find.
14871
14872         * sieve-mode.el: Don't autoload c-mode.
14873
14874         * uudecode.el: Don't autoload executable-find.
14875
14876 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14877
14878         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14879         (gnus-agent-possibly-alter-active): Avoid null in numeric
14880         comparison.
14881         (gnus-agent-set-local): Refuse to save null in local object table.
14882         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14883         list of articles that will be marked as unread.
14884
14885 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14888
14889 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14890
14891         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14892         language tags.
14893
14894 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14895
14896         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14897         Don't bind "obarray".
14898
14899         * gnus-sum.el (gnus-thread-sort-functions): Added
14900         `gnus-thread-sort-by-most-recent-number' and
14901         `gnus-thread-sort-by-most-recent-date'.
14902         Reported by Kai Grossjohann <kai@emptydomain.de>.
14903
14904 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14907
14908 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14909
14910         * gnus-cus.el (gnus-agent-customize-category): Removed
14911         ignore-errors macro reference that required cl to be loaded at
14912         run-time.
14913
14914         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14915         single-interval range of the form (min . max).  Previously the
14916         range had to look like ((min . max)).  Likewise, return
14917         (min . max) rather than ((min . max)).
14918         (gnus-range-map): Use gnus-range-normalize to accept
14919         single-interval range.
14920
14921         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14922         the cache, but not the agent, now appear with their usual face.
14923
14924         * dgnushack.el (loaddir): New variable that is bound to the
14925         directory containing the dgnushack.el file. Use loaddir, rather
14926         than srcdir, to update load-path. Change lets dgnushack compile
14927         code in directories other than GNUS/lisp.
14928
14929 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * lpath.el: Don't bind w3m-safe-url-regexp.
14932
14933         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14934         w3m-safe-url-regexp variable buffer-local.
14935
14936         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14937
14938 2004-02-27  Simon Josefsson  <jas@extundo.com>
14939
14940         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14941         gnus-group-real-prefix.
14942         (gnus-summary-move-article): Use it, instead of
14943         gnus-group-real-prefix.
14944
14945 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * lpath.el: Bind w3m-safe-url-regexp.
14948
14949         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14950         w3m-safe-url-regexp variable buffer-local and set it as the value
14951         of mm-w3m-safe-url-regexp.
14952
14953         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14954
14955         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14956         parsing gnus-posting-styles when the message is not for replying.
14957
14958         * dgnushack.el: Autoload sgml-mode for XEmacs.
14959
14960         * nnrss.el (nnrss-opml-export): Use
14961         mm-set-buffer-file-coding-system instead of
14962         set-buffer-file-coding-system.
14963
14964 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14965
14966         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14967         of checkdoc.el).
14968         * nnrss.el: do.
14969         * gnus-mlspl.el: do.
14970         * gnus-ml.el: do.
14971         * gnus-srvr.el: do.
14972
14973         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14974
14975 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14976
14977         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14978         Corrections to custom-manual links.
14979
14980         * gnus-art.el (gnus-article): Ditto.
14981
14982         * mm-decode.el (mime-display, mime-security): Ditto.
14983
14984 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14985
14986         * flow-fill.el: Typo.
14987
14988 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14989
14990         * spam-wash.el: New file.
14991
14992 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14993
14994         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14995
14996 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14997
14998         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14999         to be run with new-articles as LIST1, not LIST2.
15000         (spam-registration-functions): Add spam-use-ham-copy as a nil
15001         registration backend.
15002
15003 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15004
15005         * spam-stat.el (spam-stat-washing-hook): New option.
15006         (spam-stat-buffer-words): Use it.
15007         (spam-stat-process-directory, spam-stat-test-directory): Use
15008         insert-file-contents-literally.
15009         (spam-stat-coding-system): New variable.
15010         (spam-stat-load, spam-stat-save): Use it.
15011
15012 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * spam-report.el (spam-report-plug-agent): Quote
15015         spam-report-url-to-file and spam-report-url-ping-plain.
15016
15017 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15020         / in mailto URLs.
15021
15022 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * spam-report.el (spam-report-process-queue): Fix interactive use.
15025         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15026         (spam-report-unplug-agent): Doc fixes.
15027         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15028         (spam-report-agentize, spam-report-deagentize): Autoload.
15029
15030 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15033
15034         * message.el (message-setup-fill-variables): Add mml tags to
15035         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15036         <ajk@iu.edu>.
15037         (message-mode): Don't modify paragraph-separate there.
15038
15039 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * compface.el (uncompface-use-external): Default to undecided.
15042         (uncompface-use-external-threshold): New variable.
15043         (uncompface-float-time): New macro.
15044         (uncompface): Determine whether to use the external decoder if
15045         uncompface-use-external is undecided.
15046
15047 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15048
15049         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15050         after images.
15051
15052         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15053
15054 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15055
15056         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15057
15058         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15059
15060         * gnus-sum.el (gnus-summary-limit-to-age)
15061         (gnus-summary-limit-children): do.
15062
15063         * gnus-int.el (gnus-request-scan): do.
15064
15065         * gnus-group.el (gnus-group-suspend): do.
15066
15067         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15068
15069         * gnus-cite.el (gnus-cite-parse-attributions): do.
15070
15071         * gnus-agent.el (gnus-summary-set-agent-mark)
15072         (gnus-agent-regenerate-group): do.
15073
15074         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15075
15076         * binhex.el (binhex-decode-region-internal): do.
15077
15078 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-fun.el (gnus-face-properties-alist): New user option.
15081         (gnus-display-x-face-in-from): Use it.
15082
15083         * gnus-art.el (article-display-face): Ditto.
15084
15085         * compface.el (uncompface-use-external): Default to nil.
15086
15087 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15088
15089         * nntp.el (nntp-erase-buffer): New function.
15090         (nntp-retrieve-data, nntp-send-command)
15091         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15092         (nntp-possibly-change-group): Use it.
15093
15094         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15095         with-current-buffer.
15096
15097 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15098
15099         * compface.el: Merge the ELisp-based uncompface program.
15100         (compface): New customization group.
15101         (uncompface-use-external): New user option.
15102         (uncompface): Call uncompface-internal if uncompface-use-external
15103         is nil.
15104         (uncompface-internal): New function.  Note that there are also
15105         some other functions and variables added for this function.
15106
15107 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15108
15109         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15110         if necessary.
15111
15112 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * spam-report.el (spam-report-unplug-agent)
15115         (spam-report-plug-agent, spam-report-deagentize)
15116         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15117         Add support for the Agent in spam-report: when unplugged, report to a
15118         file; when plugged, submit all the requests.
15119
15120         * spam.el (spam-register-routine): Fix message about
15121         registration.
15122
15123 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15124
15125         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15126         dependencies.
15127         (rfc2047-encode): Use it.
15128
15129         * gnus-art.el (gnus-button-marker-list): Move before first
15130         reference.
15131
15132         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15133         (imap-parse-body): Fix format string mismatch.
15134
15135         * gnus-score.el (gnus-summary-increase-score): do.
15136
15137         * nnrss.el (nnrss-close): New function.
15138
15139 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15140
15141         * nnrss.el (nnrss-make-filename): New function.
15142         (nnrss-request-delete-group, nnrss-read-server-data)
15143         (nnrss-save-server-data, nnrss-read-group-data)
15144         (nnrss-save-group-data): Use it.
15145         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15146         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15147         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15148
15149 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15150
15151         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15152
15153 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15154
15155         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15156         files.
15157
15158         * message.el (message-generate-headers-first): Don't quote nil
15159         and t in docstrings.
15160
15161         * imap.el (imap-id): do.
15162
15163         * gnus-agent.el (gnus-agent-consider-all-articles)
15164         (gnus-agent-queue-mail): do.
15165
15166 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * spam-report.el (spam-report-process-queue): New function.
15169         Process requests from `spam-report-requests-file'.
15170         (spam-report-process-queue): Doc fix.
15171
15172 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15173
15174         * spam.el (spam-register-routine)
15175         (spam-log-processing-to-registry, spam-log-registered-p)
15176         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15177         Change "check" to "spam-check" for semi-clarity.
15178
15179 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15180
15181         * pop3.el: Require nnheader.
15182
15183         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15184
15185         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15186
15187         * gnus-picon.el: Require cl.
15188
15189         * gnus-fun.el: Require gnus-ems and gnus-util.
15190
15191         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15192
15193         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15194
15195         * gnus-art.el (gnus-article-edit-mode): Define before first
15196         reference.
15197
15198 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15199
15200         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15201         (gnus-uu-post-encoded): Use point-at-bol.
15202
15203         * gnus-topic.el (gnus-group-active-topic-p): do.
15204
15205         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15206
15207         * gnus-group.el (gnus-group-kill-region): do.
15208
15209         * gnus-art.el (article-date-ut): do.
15210
15211         * message.el (message-fetch-field): Remove redundant
15212         case-fold-search binding.
15213         (message-narrow-to-field): Simplify.
15214
15215 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15216
15217         * spam.el (spam-directory): Derive from `gnus-directory'.
15218
15219         * spam-report.el (spam-report-url-to-file)
15220         (spam-report-requests-file): New function and variable for offline
15221         reporting.
15222         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15223         and user defined function.
15224         (spam-report-url-ping-mm-url): Remove doubled slash.
15225
15226 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15227
15228         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15229
15230 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15231
15232         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15233         format string mismatch.
15234
15235         * sieve.el (sieve-deactivate-all): do.
15236
15237         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15238
15239         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15240
15241         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15242
15243         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15244
15245 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15246
15247         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15248         the list of checks.
15249
15250 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15251
15252         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15253         padding.
15254
15255 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15256
15257         * mm-view.el (mm-fill-flowed): New variable.
15258         (mm-inline-text): Use it.
15259
15260 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15261
15262         * spam.el (spam-spamassassin-register-ham-routine)
15263         (spam-spamassassin-register-spam-routine): Fix function names.
15264
15265 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus.el (gnus-tmp-grouplens): Remove.
15268         (gnus-summary-line-format): Remove grouplens.
15269
15270         * gnus-group.el (gnus-group-line-format): Ditto.
15271
15272         * gnus-spec.el (gnus-format-specs): Ditto.
15273         (gnus-update-format-specifications): Flush the group format spec
15274         cache if there's the grouplens stuff.
15275         (gnus-parse-simple-format): Replace %l with the empty string.
15276
15277 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15278
15279         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15280         omission.
15281
15282 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15285         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15286
15287 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15288
15289         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15290         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15291         New macros and functions.
15292         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15293         Handle > NLINK_MAX messages.
15294         * nnmaildir.el (nnmaildir-request-set-mark): Use
15295         nnmaildir--emlink-p and nnmaildir--eexist-p.
15296
15297 2004-01-25  Alex Schroeder  <alex@gnu.org>
15298
15299         * spam-stat.el (spam-stat-process-directory-age): New option.
15300         (spam-stat-process-directory): Use it.
15301
15302 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15303
15304         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15305         (spam-stat-save): Accept prefix argument.
15306
15307 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15308
15309         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15310         links" error.
15311
15312 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15315         the rest of the and/or forms.
15316
15317 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15318
15319         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15320         compatibility with old .newsrc.eld files.
15321
15322         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15323
15324         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15325
15326         * gnus-start.el (gnus-1): do.
15327
15328         * gnus-group.el (gnus-group-line-format-alist): do.
15329
15330         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15331
15332         * gnus-gl.el: Remove.
15333
15334 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15335
15336         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15337         marks consisting of a single range {for example, (3 . 5)} rather
15338         than a list of a single range { ((3 . 5)) }.
15339
15340 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15341
15342         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15343         with-current-buffer.
15344         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15345         avoid consing a string.
15346
15347         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15348         Remove obsolete entries for big5 and gb2312.
15349
15350 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15351
15352         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15353         uncompressed list.
15354
15355 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15356
15357         * spam-stat.el (spam-stat-strip-xref): New function.
15358         (spam-stat-process-directory): Use it.
15359
15360         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15361         here -- it's done in message-fetch-field.
15362
15363 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15364
15365         * gnus-agent.el (gnus-agent-queue-mail)
15366         (gnus-agent-prompt-send-queue): New variables.
15367         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15368         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15369         "nndraft:queue" along to gnus-draft-send.  Use
15370         gnus-agent-prompt-send-queue.
15371         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15372         is "nndraft:queue".  Suggested by Gaute Strokkenes
15373         <gs234@srcf.ucam.org>
15374
15375         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15376         (agent-enable-undownloaded-faces): Added.
15377         (gnus-agent-cat-groups): Use eval-and-compile, not
15378         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15379         method of gnus-agent-cat-groups even when the buffer has been
15380         evaled.
15381         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15382         delete gnus-agent-save-active-1.
15383         (gnus-agent-save-groups): Deleted.  Identical to
15384         gnus-agent-save-active.
15385         (gnus-agent-write-active): No longer adjust agent's copy of active
15386         file as agent's adjustments are now stored in their own
15387         file.  Removed optional parameter.
15388         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15389         servers.  Add use of min/max range limits from server's local
15390         file.
15391         (gnus-agent-save-alist): Removed unused optional argument.
15392         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15393         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15394         (gnus-agent-set-local): A per-server file that keeps min/max range
15395         limits for articles known to the agent.  Provides a fast mechanism
15396         for altering many active ranges.
15397         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15398         active file (local makes it unnecessary).
15399         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15400
15401         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15402         (agent-enable-undownloaded-faces): Added.
15403
15404         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15405         disable it when sending to "nndraft:queue".
15406         (gnus-group-send-queue): Add safety check to avoid sending queue
15407         when unplugged.
15408
15409         * gnus-group.el (gnus-group-catchup): Use new
15410         gnus-sequence-of-unread-articles, not
15411         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15412         numbers of articles.  Use gnus-range-map to avoid having to
15413         uncompress the unread list.
15414         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15415         Fixed invalid ange-ftp reference.
15416
15417         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15418         (gnus-sorted-range-intersection): Intersection of two ranges
15419         without requiring that they first be uncompressed.
15420
15421         * gnus-start.el (gnus-activate-group): Unless blocked by the
15422         caller, possibly expand the active range to include both cached
15423         and agentized articles.
15424         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15425         multiple version-dependent converters.
15426         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15427         gnus-agent-save-active.
15428         (gnus-save-newsrc-file): Save dirty agent range limits.
15429
15430         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15431         gnus-agent-possibly-alter-active.
15432         (gnus-adjust-marked-articles): Faster handling of simple lists.
15433
15434 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15435
15436         * spam-stat.el (spam-stat-test-directory): New optional argument
15437         displays a list of files detected.  Suggested by Andrew Cohen
15438         <cohen@andy.bu.edu>.
15439         (spam-stat-buffer-words-with-scores): Don't narrow and change
15440         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15441
15442 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15443
15444         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15445         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15446         (spam-spamassassin-arguments)
15447         (spam-spamassassin-spam-flag-header)
15448         (spam-spamassassin-positive-spam-flag-header)
15449         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15450         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15451         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15452         (spam-list-of-processors, spam-list-of-checks)
15453         (spam-list-of-statistical-checks, spam-registration-functions)
15454         (spam-check-spamassassin-headers, spam-check-spamassassin)
15455         (spam-spamassassin-score)
15456         (spam-spamassassin-register-with-sa-learn)
15457         (spam-spamassassin-register-spam-routine)
15458         (spam-spamassassin-register-ham-routine)
15459         (spam-assassin-register-spam-routine)
15460         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15461         (spam-bogofilter-score): Fix to show article before scoring.
15462
15463 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15466         default scoring function.
15467         (spam-generic-score): Call spam-spamassassin-score if
15468         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15469         spam-bogofilter-score otherwise.
15470
15471         * gnus.el (spam-process, spam-autodetect-methods): Add
15472         spamassassin and spamassassin-headers.
15473
15474 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15475
15476         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15477         Suppress unnecessary messages.
15478
15479 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15480
15481         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15482         make-hash-table.
15483
15484 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * canlock.el (base64-encode-string): Don't autoload it.
15487
15488 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * run-at-time.el: Remove useless (require 'itimer),
15491         eval-and-compile and (featurep 'xemacs).
15492
15493 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15494
15495         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15496         GROUP is a virtual group.
15497
15498 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15499
15500         * gnus.el: Autoload `message-y-or-n-p'.
15501
15502 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15503
15504         * pgg-parse.el: Remove unnecessary (require 'custom).
15505
15506         * pgg-def.el: do.
15507
15508         * nnmail.el: do.
15509
15510         * gnus-undo.el: do.
15511
15512         * gnus-picon.el: do.
15513
15514         * gnus-util.el: do.
15515
15516 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15519
15520 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15523         handle, as well as a list.
15524
15525         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15526         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15527         (mm-w3m-cid-retrieve): Simplify.
15528
15529 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15530
15531         * message.el (message-kill-to-signature): Allow prefix arg to
15532         specify number of lines to keep before signature.
15533
15534 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15535
15536         * message.el (message-kill-to-signature): Change docstring.
15537
15538 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * canlock.el: Always require sha1-el.
15541         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15542
15543         * message.el: Autoload sha1 only when compiling.
15544
15545         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15546         eudc-expand-inline for XEmacs.
15547
15548 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * message.el (message-canlock-generate): Require sha1-el.
15551
15552 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15553
15554         * message.el (message-expand-name): Silence the byte compiler.
15555
15556         * lpath.el: Add detect-coding-system.
15557
15558         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15559         cus-edit.
15560
15561 2004-01-13  Simon Josefsson  <jas@extundo.com>
15562
15563         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15564         Invoke gnus-score-mode.  Reported by
15565         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15566
15567         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15568         Jim Blandy <jimb@redhat.com> (tiny change).
15569
15570 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15571
15572         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15573
15574 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * spam.el (spam-get-article-as-string): Update to use
15577         gnus-request-article-this-buffer, much simpler.
15578         (spam-get-article-as-buffer): Remove.
15579
15580 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15581
15582         * message.el (message-expand-name): Use EUDC if the user uses that.
15583
15584 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15585
15586         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15587         character for the encoding to avoid consing a string.
15588
15589         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15590         unnecessarily.
15591
15592         * mm-util.el (mm-replace-chars-in-string): Remove.
15593
15594         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15595         of mm-replace-chars-in-string.
15596
15597 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15598
15599         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15600
15601         * mm-util.el (mm-subst-char-in-string): Support inplace.
15602
15603         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15604         a new string in every iteration.  Use shy groups.
15605
15606 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15607
15608         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15609         * gnus-soup.el (gnus-soup-group-brew):
15610         * gnus-msg.el (gnus-put-message):
15611         * gnus-move.el (gnus-group-move-group-to-server):
15612         * gnus-kill.el (gnus-batch-score):
15613         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15614         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15615         (gnus-group-update-group, gnus-group-read-group)
15616         (gnus-group-make-group, gnus-group-make-help-group)
15617         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15618         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15619         (gnus-group-sort-by-unread, gnus-group-catchup)
15620         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15621         (gnus-group-yank-group, gnus-group-set-info)
15622         (gnus-group-list-groups):
15623         * gnus.el (gnus-generate-new-group-name):
15624         * gnus-delay.el (gnus-delay-send-queue):
15625         * nnvirtual.el (nnvirtual-catchup-group):
15626         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15627         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15628         (gnus-group-prepare-topics, gnus-topic-check-topology):
15629         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15630         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15631         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15632         (gnus-group-make-articles-read):
15633         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15634         (gnus-group-change-level, gnus-kill-newsgroup)
15635         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15636         (gnus-get-unread-articles, gnus-make-articles-unread)
15637         (gnus-make-ascending-articles-unread): Use accessor
15638         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15639         to get group information for improved readability.
15640
15641
15642 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15643
15644         * gnus-art.el (article-decode-mime-words, article-babel)
15645         (gnus-article-highlight-signature, gnus-article-add-buttons)
15646         (gnus-signature-toggle): Use gnus-with-article-buffer.
15647
15648         * gnus-art.el (gnus-article-highlight-headers)
15649         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15650
15651         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15652         (gnus-article-set-globals, gnus-request-article-this-buffer)
15653         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15654         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15655         (gnus-mime-display-alternative): Use with-current-buffer.
15656
15657 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15658
15659         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15660         also under 80 char limit, and call gnus-error if needed.
15661         (spam-fetch-article-header): Fix - it was a
15662         buffer-local variable (gnus-newsgroup-data).
15663         (spam-find-spam): Use spam-generate-fake-headers, forget about
15664         spam-insert-fake-headers.
15665         (spam-insert-fake-headers): Remove.
15666
15667 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15668
15669         * deuglify.el (gnus-article-outlook-unwrap-lines)
15670         (gnus-outlook-rearrange-article)
15671         (gnus-outlook-repair-attribution-outlook)
15672         (gnus-outlook-repair-attribution-block)
15673         (gnus-outlook-repair-attribution-other): Remove redundant
15674         save-excursion.
15675
15676 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15677
15678         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15679         (spam-fetch-field-subject-fast)
15680         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15681         (spam-fetch-article-header): Add functions to deal with Gnus
15682         internals for fast retrieval of article header data.
15683         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15684
15685 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15686
15687         * pop3.el (pop3-md5): Remove.
15688         (pop3-apop): Replace pop3-md5 with md5.
15689
15690         * mm-bodies.el: base64 is always built-in.
15691
15692         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15693         with-current-buffer.
15694
15695 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * canlock.el (canlock-insert-header): Remove excessive grouping in
15698         regexp.
15699
15700         * gnus-sum.el (gnus-summary-read-document): Ditto.
15701
15702         * gnus-uu.el (gnus-uu-part-number): Ditto.
15703
15704         * html2text.el (html2text-remove-tags): Ditto.
15705         (html2text-format-tags): Ditto.
15706         (html2text-format-single-elements): Ditto.
15707
15708         * mml.el (mml-parse-1): Ditto.
15709
15710 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15711
15712         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15713
15714         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15715
15716         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15717
15718         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15719
15720 2003-11-15  Simon Josefsson  <jas@extundo.com>
15721
15722         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15723         (pgg-gpg-lookup-key): Use regexp match instead of
15724         split-string (split-string is different between emacs 21.2 and
15725         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15726
15727 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15728
15729         * gnus-art.el (gnus-mime-view-all-parts)
15730         (gnus-article-part-wrapper, gnus-article-view-part): Use
15731         with-current-buffer.
15732
15733 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15734
15735         * spam.el (spam-disable-spam-split-during-ham-respool)
15736         (spam-spamoracle-database, spam-cache-lookups)
15737         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15738         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15739         (spam-group-ham-marks, spam-group-spam-marks)
15740         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15741         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15742         also add spam-use-blackholes to the statistical checks.
15743         (spam-fetch-field-fast): Add interface to fetching fields, may
15744         become a macro.
15745         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15746         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15747         (spam-insert-fake-headers): Fake an article when needed.
15748         (spam-find-spam): Fake article when possible.
15749         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15750         (spam-check-bogofilter-headers): Use message-fetch-field instead
15751         of nnmail-fetch-field.
15752
15753 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15756
15757 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15758
15759         * spam.el (spam-split): Do not require spam-use-CHECK to be
15760         enabled if that check is passed to spam-split explicitly; also
15761         fix so 'spam doesn't get converted to spam-split-group when
15762         spam-split-symbolic-return is t.
15763         (spam-find-spam): Find registrations of the article and use those
15764         instead of re-running spam-split to find the spam/ham
15765         classification of the article.
15766         (spam-log-processing-to-registry, spam-log-registered-p)
15767         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15768         Use gnus-error instead of gnus-message.
15769         (spam-log-registration-type): Add function to determine the
15770         classification of a message based on registry entries; will
15771         return nil if both 'spam and 'ham are found.
15772         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15773         a reasonably fast local cache without the loading errors.
15774         (spam-cache-lookups): Set to t by default.
15775         (spam-find-spam): Don't try to guess spam-cache-lookups.
15776         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15777         spam-caches entry.
15778         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15779         caching of whitelist/blacklist entries.
15780         (spam-check-whitelist, spam-check-blacklist): Invoke
15781         spam-from-listed-p with a type, not a cache variable.
15782         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15783
15784 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15785
15786         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15787
15788         * nnmail.el (nnmail-split-fancy): do.
15789
15790         * mml.el (mml-parse): do.
15791
15792         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15793         (gnus-score-adaptive): do.
15794
15795 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15798         (gnus-mime-button-map): Don't set keymap parent.
15799         (gnus-button-ctan-directory-regexp): Use shy grouping.
15800         (gnus-prev-page-map): Don't set keymap parent.
15801         (gnus-prev-page-map): Remove duplicated one.
15802         (gnus-next-page-map): Don't set keymap parent.
15803         (gnus-mime-security-button-map): Ditto.
15804
15805         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15806         version number.
15807
15808         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15809
15810 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15811
15812         * canlock.el (canlock-sha1-function): Remove.
15813         (canlock-sha1-function-for-verify): Remove.
15814         (canlock-openssl-program): Remove.
15815         (canlock-openssl-args): Remove.
15816         (canlock-ignore-errors): Remove.
15817         (canlock-sha1-with-openssl): Remove.
15818         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15819         (canlock-verify): Don't use canlock-ignore-errors.
15820
15821         * sha1-el.el (sha1-string-external): Make it can return a string
15822         in binary form.
15823         (sha1-region-external): Ditto.
15824         (sha1-string-internal): Ditto.
15825         (sha1-region-internal): Ditto.
15826         (sha1-region): Ditto.
15827         (sha1-string): Ditto.
15828         (sha1): Ditto.
15829
15830 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15831
15832         * spam.el (spam-report-articles-gmane): New command.
15833
15834 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15837
15838         * run-at-time.el (run-at-time-saved): Remove.
15839         (run-at-time): Doc fix.
15840
15841 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15842
15843         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15844         (gnus-summary-limit-map): Add it.
15845         (gnus-summary-make-menu-bar): do.
15846
15847 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15848
15849         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15850         Make attempt at some caching support (done for BBDB only now).
15851         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15852         addresses to be checked.
15853         (spam-clear-cache-BBDB): Add function, to be invoked by
15854         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15855         (spam-check-BBDB): Check and use the caches, if
15856         spam-cache-lookups is on, remove superfluous (provide).
15857
15858 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15859
15860         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15861
15862 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15863
15864         * run-at-time.el (run-at-time-saved): Move to after the definition
15865         of `run-at-time'.
15866
15867         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15868
15869 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15872         mm-w3m-local-map-property.
15873
15874         * mm-view.el (mm-w3m-mode-map): Remove.
15875         (mm-w3m-local-map-property): Remove.
15876         (mm-inline-text-html-render-with-w3m): Don't use
15877         mm-w3m-local-map-property.
15878
15879 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880
15881         * run-at-time.el: New file.
15882
15883         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15884         under Emacs.
15885
15886         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15887         of gnus-set-text-properties.
15888
15889         * gnus-uu.el (gnus-uu-save-article): Ditto.
15890
15891         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15892
15893         * gnus-cite.el (gnus-cite-parse): Ditto.
15894
15895         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15896         of gnus-.
15897
15898         * gnus-xmas.el (run-at-time): Require run-at-time.
15899
15900         * gnus.el: Changed calls to nnheader-run-at-time and
15901         password-run-at-time throughout to use run-at-time directly.
15902
15903         * password.el: Removed definition of run-at-time.
15904
15905         * nnheaderxm.el: Remove definition of run-at-time.
15906
15907 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15908
15909         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15910         in prompt.
15911
15912 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15913
15914         * messagexmas.el (message-xmas-redefine): Alias
15915         `message-make-caesar-translation-table' to
15916         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15917         version.
15918
15919         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15920         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15921         `gnus-xmas-set-text-properties'.
15922         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15923         `gnus-xmas-completing-read'.
15924         (gnus-xmas-completing-read): Removed.
15925         (gnus-xmas-open-network-stream): Removed.
15926
15927         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15928         XEmacs version.
15929
15930         * dns.el (dns-make-network-process): Use `open-network-stream'
15931         instead of `gnus-xmas-open-network-stream'.
15932
15933         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15934
15935         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15936
15937 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15938
15939         * gnus-art.el (gnus-mime-display-alternative)
15940         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15941         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15942         Don't use gnus-local-map-property.
15943
15944         * gnus-util.el (gnus-local-map-property): Remove.
15945
15946         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15947         gnus-completing-read-maybe-default with completing-read.
15948
15949         * gnus-util.el (gnus-completing-read): do.
15950         (gnus-completing-read-maybe-default): Remove.
15951
15952 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15953
15954         * password.el: Only autoload `run-at-time' if not XEmacs.
15955         Only autoload the itimer functions if XEmacs.
15956
15957 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15958
15959         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15960         XEmacsen.
15961
15962         * dgnushack.el: Autoload executable-find for XEmacs.
15963
15964 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15965
15966         * gnus-art.el (gnus-read-string): Remove.
15967         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15968         read-string.
15969
15970 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15971
15972         * netrc.el: Autoload password-read.
15973         (netrc): Add configuration group.
15974         (netrc-encoding-method, netrc-openssl-path): Add
15975         variables for encoding and decoding of files with symmetric
15976         ciphers.
15977         (netrc-encode): Add assistant function to encode a file with
15978         netrc-encoding-method.
15979         (netrc-parse): Add interactive parameter, added optional
15980         decoding if netrc-encoding-method is non-nil but otherwise
15981         behavior is standard.
15982         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15983         Do s/encode/encrypt/ everywhere.
15984
15985         * spam.el: Remove executable-find autoload.
15986
15987 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15988
15989         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15990
15991         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15992
15993 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15994
15995         * gnus-art.el (gnus-treat-ansi-sequences)
15996         (article-treat-ansi-sequences): New variable and function.
15997         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15998
15999         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16000         Use it.
16001
16002 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * mm-util.el (mm-quote-arg): Remove.
16005
16006         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16007         shell-quote-argument.
16008
16009         * gnus-uu.el (gnus-uu-command): do.
16010
16011         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16012
16013         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16014         with make-char.
16015
16016         * mm-util.el (mm-make-char): Remove.
16017
16018         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16019         add-minor-mode.
16020
16021         * gnus-undo.el (gnus-undo-mode): do.
16022
16023         * gnus-topic.el (gnus-topic-mode): do.
16024
16025         * gnus-sum.el (gnus-dead-summary-mode): do.
16026
16027         * gnus-start.el (gnus-slave-mode): do.
16028
16029         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16030
16031         * gnus-ml.el (gnus-mailing-list-mode): do.
16032
16033         * gnus-gl.el (gnus-grouplens-mode): do.
16034
16035         * gnus-draft.el (gnus-draft-mode): do.
16036
16037         * gnus-dired.el (gnus-dired-mode): do.
16038
16039         * gnus-ems.el (gnus-add-minor-mode): Remove.
16040
16041         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16042         Replace gnus-char-width with char-width.
16043
16044         * gnus-ems.el (gnus-char-width): Remove.
16045
16046         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16047         Replace gnus-char-width with char-width.
16048
16049         * gnus-ems.el (gnus-char-width): Remove.
16050
16051         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16052         definition.
16053         Remove Emacs 20 hash table compatibility code.
16054
16055         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16056         20 compatibility code.
16057
16058         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16059
16060         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16061
16062         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16063         with point-at-{eol,bol}.
16064
16065         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16066
16067         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16068
16069         * flow-fill.el (fill-flowed-point-at-bol)
16070         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16071
16072         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16073         Replace with point-at-{eol,bol} throughout all files.
16074
16075 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * ntlm.el (ntlm-string-as-unibyte): New macro.
16078         (ntlm-build-auth-response): Use it.
16079
16080         Remove Emacs 20 stuff:
16081         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16082         (butlast, mapc, remove): Remove the compiler macros.
16083         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16084         of delq and copy-sequence.
16085         * gnus-art.el (popup-menu): Remove the compiler macro.
16086         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16087         Emacs 20.
16088
16089 2004-01-05  Simon Josefsson  <jas@extundo.com>
16090
16091         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16092         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16093         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16094         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16095         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16096         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16097         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16098         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16099         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16100         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16101         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16102         string-xor into ntlm-string-xor.  Suggested by
16103         Jesper Harder <harder@myrealbox.com>.
16104
16105         * ntlm.el: Don't include poem.
16106
16107         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16108         Jesper Harder <harder@myrealbox.com>.
16109
16110         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16111
16112         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16113         probably breaks emacs with DL patch, but do we care? Is anyone
16114         still using the DL stuff?)
16115
16116         * sieve-manage.el: Use the password package.
16117         (sieve-manage-read-passwd): Remove.
16118         (sieve-manage-interactive-login): Use password.  Re-add
16119         condition-case around loop.
16120
16121         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16122         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16123         the password package.
16124
16125 2003-02-19  Simon Josefsson  <jas@extundo.com>
16126
16127         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16128         token.
16129
16130 2002-08-07  Simon Josefsson  <jas@extundo.com>
16131
16132         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16133         (sieve-manage-authenticators):
16134         (sieve-manage-authenticator-alist): Add some SASL mechs.
16135         (sieve-sasl-auth): New function.
16136         (sieve-manage-cram-md5-auth):
16137         (sieve-manage-plain-auth): Rewrite using SASL library.
16138         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16139         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16140         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16141         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16142
16143 2004-01-05  Simon Josefsson  <jas@extundo.com>
16144
16145         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16146         New files.
16147
16148 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16149
16150         * gnus-group.el (gnus-no-groups-message): Update.
16151
16152         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16153
16154 2003-11-09  Simon Josefsson  <jas@extundo.com>
16155
16156         * imap.el: Support for ID IMAP extension (RFC 2971).
16157         (imap-local-variables): Add imap-id.
16158         (imap-id): New variable.
16159         (imap-id): New function.
16160         (imap-parse-response): Parse untagged ID response.
16161         * nnimap.el (nnimap-id): New variable.
16162         (nnimap-open-connection): Use it.
16163
16164 2003-12-28  Simon Josefsson  <jas@extundo.com>
16165
16166         * gnus-score.el (gnus-score-edit-all-score): New.
16167         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16168
16169 2004-01-04  Simon Josefsson  <jas@extundo.com>
16170
16171         * password.el: Add.
16172
16173 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16174
16175         * dns.el (dns-query-types): Fix typo.
16176         (dns-query-types): New function.
16177         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16178         PTR and SOA replies, see RFC 1035.
16179
16180 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16181
16182         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16183
16184         * Moved to Changelog.2.
16185
16186 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16187
16188         * gnus.el (gnus-version-number): Bump version.
16189
16190 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16191
16192         * gnus.el: No Gnus v0.1 is released.
16193
16194 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16195
16196         * gnus.el: No Gnus v0.0 is released.
16197
16198 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16199
16200         * gnus.el (gnus-version-number): Bump.
16201         (gnus-version): No.
16202
16203 See ChangeLog.2 for earlier changes.
16204
16205     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16206       Free Software Foundation, Inc.
16207
16208   This file is part of GNU Emacs.
16209
16210   GNU Emacs is free software: you can redistribute it and/or modify
16211   it under the terms of the GNU General Public License as published by
16212   the Free Software Foundation, either version 3 of the License, or
16213   (at your option) any later version.
16214
16215   GNU Emacs is distributed in the hope that it will be useful,
16216   but WITHOUT ANY WARRANTY; without even the implied warranty of
16217   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16218   GNU General Public License for more details.
16219
16220   You should have received a copy of the GNU General Public License
16221   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16222
16223 ;; Local Variables:
16224 ;; coding: utf-8
16225 ;; fill-column: 79
16226 ;; add-log-time-zone-rule: t
16227 ;; End: