Be a bit more lax in finding the end of the command we're looking for.
[gnus] / lisp / ChangeLog
1 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4         the range update right.
5         (nnimap-request-group): Don't make `M-g' bug out on group with no
6         marks.
7         (nnoo): Required, so that other packages can require nnimap.
8         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9         command we're looking for.  This helps when the server sends more
10         responses after we've gotten everything we expected.
11
12 2010-09-18  Julien Danjou  <julien@danjou.info>
13
14         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
15         than curl to retrieve images.
16
17 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * nnimap.el (nnimap-update-info): Extend the info so that we can set
20         the marks.
21         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
22         (nnimap-wait-for-connection): New function.
23         (nnimap-open-connection): If we have PREAUTH, don't query for login
24         credentials.
25         (nnimap-update-info): Fix off-by-one error when concatenating ranges
26         when doing a partial update.
27
28 2010-09-18  Julien Danjou  <julien@danjou.info>
29
30         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
31         tags.
32
33 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * nnimap.el (nnimap-credentials): New function.
36         (nnimap-open-connection): Use the new function to look for credentials
37         also on the numeric equivalents of "imap" and "imaps".
38
39         * gnus-start.el (gnus-activate-group): Send the info to
40         gnus-request-group.
41
42         * nnimap.el (nnimap-request-group): Have the "check" version of the
43         function parse flags and update the info, so that a `M-g' get a total
44         resync of all flags from the group.
45
46         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
47         to allow backends to alter the info on group selection.  Also alter all
48         the backend -request-group functions to take the parameter.
49
50         * nnimap.el (nnimap-store-info): New function.
51         (nnimap-update-info): Store the info for later usage.
52         (nnimap-request-group): Use the stored info for the dont-check case, so
53         that we don't retrieve all marks when we enter a group.
54
55         * nnimap.el: Use deffoo instead of defun for interface functions.
56
57         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
58         update the group info.  This makes the nndraft groups, for instance, go
59         back to their old behaviour.
60
61         * gnus-sum.el (gnus-select-newsgroup): Indent.
62
63         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
64         in.
65         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
66         nothing.
67
68         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
69         from methods that are denied.
70
71         * gnus-int.el (gnus-method-denied-p): New function.
72
73         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
74         store the password instead of netrc.
75         (nnimap-open-connection): Don't error out when we can't make a
76         connections.
77
78         * auth-source.el (auth-source-create): In the password prompt, say what
79         we're querying for.  Also prompt for user name if that hasn't been
80         given.
81
82         * nnimap.el (nnimap-with-process-buffer): Removed.
83
84 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
87         method when we're reading from the agent.
88
89         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
90
91         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
92         that's probably most useful for users.
93
94         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
95         "failed" all the time.
96
97         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
98         ...)) with (with-current-buffer ... ).
99
100         * nntp.el (nntp-open-server): Return whether the open was successful or
101         not.
102
103         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
104         select an unread unseen article first.
105
106         * nnimap.el (nnimap-open-connection): If the user doesn't have a
107         /etc/services, supply some sensible port defaults.
108
109         * dgnushack.el: Define netrc-credentials.
110
111 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
112
113         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
114
115 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
116
117         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
118         doesn't have any parameters.
119
120 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
123         only upcased checks.
124
125         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
126
127         * nnimap.el (nnimap-open-shell-stream): New function.
128         (nnimap-open-connection): Use it.
129         (nnimap-transform-headers): Get the number of lines in each message.
130         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
131         number of lines.
132         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
133         problem.
134
135         * utf7.el (utf7-encode): Autoload.
136
137         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
138         to allow the mail splitting to not return a default group.  This is
139         useful for nnimap, which will leave unmatched mail in the inbox.
140
141         * nnimap.el: Rewritten.
142
143         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
144         nnimap usage.
145
146         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
147         if the move is internal, so that nnimap can do fast internal moves.
148
149         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
150         data.
151         (gnus-read-active-for-groups): Support finishing the early retrieval of
152         data.
153
154         * gnus-range.el (gnus-range-nconcat): New function.
155
156         * gnus-int.el (gnus-finish-retrieve-group-infos)
157         (gnus-retrieve-group-data-early): New functions.
158
159 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
160
161         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
162         (nnrss-retrieve-groups):
163         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
164         (pop3-quit): Use with-current-buffer.
165
166 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
169         instead of nnheader-accept-process-output.
170
171         * dgnushack.el (dgnushack-compile): Add comment.
172
173         * lpath.el: No need to fbind propertize for XEmacs 21.4.
174
175         * gnus-html.el (gnus-html-schedule-image-fetching)
176         (gnus-html-prefetch-images): Replace process-kill-without-query by
177         gnus-set-process-query-on-exit-flag.
178
179 2010-09-16  Romain Francoise  <romain@orebokech.com>
180
181         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
182
183 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * gnus-registry.el (gnus-registry-install-shortcuts): The second
186         parameter to unintern is mandatory-ish in Emacs 24.
187
188         * gnus-html.el (gnus-html-schedule-image-fetching)
189         (gnus-html-prefetch-images): Check for curl before using it.
190
191         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
192         depend on curl, which isn't essential.
193
194         * imap.el: Revert back to version
195         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
196         seem problematic.
197
198 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
199
200         * gnus-registry.el (gnus-registry-install-shortcuts):
201         Explicitly pass `obarray' to `unintern' to avoid a warning.
202
203 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
206         change.
207
208         * nnrss.el (nnrss-request-list): Removed this function and related
209         functions, including the moreover stuff.
210
211 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * nnrss.el (nnrss-retrieve-groups): New function.
214
215 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
216
217         * .dir-locals.el: Add no-byte-compile cookie.
218
219 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * time-date.el (format-seconds): Comment fix.
222
223         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
224         for back end that doesn't support request-scan.
225
226 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
229         then do request scans from the backends.
230
231         * netrc.el (netrc-credentials): New conveniency function.
232
233         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
234         avoid running a hook per line, since this takes a lot of time,
235         profiling shows.
236         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
237         directly if gnus-visual-p is true.
238
239 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
242         groups; replace mapcar with dolist which is a bit faster; pass groups
243         info to gnus-read-active-file-1.
244         (gnus-read-active-file-1): Scan only specified groups if the new
245         optional arg `infos' is given.
246
247 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
250
251         * pop3.el (pop3-movemail): Removed.
252         (pop3-streaming-movemail): Renamed to pop3-movemail.
253
254         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
255         don't restrict end-tag searches to the end of the line.
256
257 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
260         articles of every unchecked group to t, which means unknown since the
261         server has never been opened.
262
263 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-html.el (gnus-html-show-alt-text): New command.
266         (gnus-html-browse-image): Ditto.
267         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
268         to browse the image directly.
269         (gnus-html-wash-tags): Search for images first, so that <a><img> works
270         better.
271
272         * gnus-async.el (gnus-async-article-callback): Call
273         `gnus-html-prefetch-images' unconditionally.
274
275         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
276         before feeding URLs to curl.
277
278 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
281         internal images as deletable by `W D D'.
282
283         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
284         (gnus-async-article-callback): Fix typo.
285
286 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
289         current line to work around bugs in the output from w3m.
290
291         * gnus-async.el (gnus-async-article-callback): Always prefetch images
292         for groups that want that.
293
294         * nntp.el (nntp-wait-for-string): Supply a timeout for
295         accept-process-output to ensure progress.
296
297         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
298         level to get unread articles from, then use that for foreign groups,
299         too.
300
301         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
302         confuses the rest of the function.
303
304         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
305         for the methods that support -retrieve-groups, too.
306
307         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
308
309 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
312         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
313
314         * pop3.el: Require cl when compiling.
315         (pop3-number-of-responses): Search for "+OK", not "+OK ".
316
317 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
320         that aren't going to be activated.
321         (gnus-get-unread-articles): Fix up the last commit.
322
323         * gnus-html.el (gnus-article-html): Allow calling without specifying
324         the handle.  In that case, dissect the buffer first.
325
326         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
327
328         * nnimap.el (nnimap-open-connection): Revert the change that would look
329         into authinfo for imaps instead of imap.
330
331         * gnus-start.el (gnus-activate-group): Take an optional parameter to
332         say that you don't want to call gnus-request-group with don-check, but
333         do check the reponse.  This is for virtual groups only.
334         (gnus-get-unread-articles): Count the archive groups as secondary, so
335         that they're activated the same way as before.
336
337         * imap.el (imap-message-map): Removed optional buffer parameter, since
338         no callers use it.
339         (imap-message-get): Ditto.
340         (imap-message-put): Ditto.
341         (imap-mailbox-map): Ditto.
342         (imap-mailbox-put): Ditto.
343         (imap-mailbox-get): Ditto.
344         (imap-mailbox-get): Revert last change for this function.
345
346         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
347         case-insensitively.
348         (nnimap-debug): Removed.
349
350         * imap.el (imap-fetch-safe): Removed function, and altered all callers
351         to use `imap-fetch' instead.  According to the comments, this should be
352         safe, since all other IMAP clients use the 1:* syntax.
353         (imap-enable-exchange-bug-workaround): Removed.
354         (imap-debug): Removed -- doesn't seem very useful.
355
356         * mail-source.el (mail-source-fetch): Don't message if we're fetching
357         mail from a file, and the file doesn't exist.
358
359         * imap.el (imap-log): New convenience function used throughout instead
360         of repeating the same code all over the place.
361
362         * pop3.el (pop3-streaming-movemail): Return t for success.
363
364         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
365         .authinfo if we're using ssl connection.
366
367         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
368         already have if we're in a main Gnus `g' run.
369
370         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
371
372 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
375
376         * nnmh.el (nnmh-request-list-1): Bind `file'.
377
378         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
379         alias to set-process-query-on-exit-flag or process-kill-without-query.
380         (pop3-open-server): Use it.
381
382 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * mail-source.el (mail-source-delete-crash-box): Always move the crash
385         box to the Incoming file.  Fixes mistake in previous checkin.
386
387         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
388         request loop (for debugging purposes) removed.
389
390         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
391         culprit is more visible.
392         (nnml-save-incremental-nov, nnml-open-incremental-nov)
393         (nnml-add-incremental-nov): New functions to do "incremental" nov
394         updates, where we just append to the end of the existing nov files
395         without reading/writing them in full.
396
397         * mail-source.el (mail-source-delete-crash-box): Really only check the
398         incoming files once in a while.
399
400         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
401
402         * mail-source.el (mail-source-delete-crash-box): Only check the
403         incoming files for deletion once per day to save a lot of file
404         accesses.
405
406         * pop3.el (pop3-logon): Fix up unbound variable typo.
407
408         * mail-source.el (pop3-streaming-movemail): Autoload.
409
410         * pop3.el (pop3-streaming-movemail): Respect
411         pop3-leave-mail-on-server.
412
413         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
414         retrieval.
415
416         * pop3.el (pop3-process-filter): Removed unused function.
417         (pop3-streaming-movemail, pop3-send-streaming-command)
418         (pop3-wait-for-messages, pop3-write-to-file)
419         (pop3-number-of-responses): New functions for streaming pop3
420         retrieval.
421
422         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
423         come from no known methods.
424         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
425         list.
426
427         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
428         message sizes.
429         (pop3-movemail): Use erase-buffer instead of looping and deleting
430         regions, which seems rather odd.
431
432         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
433         file once per `g' run.
434
435         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
436         directories.  This makes the draft queue directory work.
437
438         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
439         data from the backends, so that we only request the list of groups from
440         each method once.  This should speed things up considerably.
441
442         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
443         detect that it's not implemented.
444
445         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
446         we actually do recurse down into the tree, but don't stat all leaf
447         nodes.
448
449         * gnus-html.el (gnus-html-show-images): If there are no images to show,
450         then say so instead of bugging out.
451
452         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
453         files exist before trying to read them.
454
455         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
456         around <pre_int>.
457
458         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
459
460         * nnmh.el (nnmh-request-list-1): Optimize for speed.
461
462 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * mm-util.el (mm-image-load-path): Just return the image directories,
465         not all directories in the path in addition to the image directories.
466         (mm-image-load-path): Maintain a cache of the image directories so that
467         the `g' command in Gnus doesn't have to stat dozens of directories each
468         time.
469
470         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
471         (gnus-html-wash-tags): Add a new `i' command to insert images.
472         (gnus-html-insert-image): New command and keystroke.
473         (gnus-html-redisplay-with-images): New command and keystroke.
474         (gnus-html-show-images): Renamed command.
475         (gnus-html-wash-tags): Remove more white space before <pre_int> image
476         spacers.
477         (gnus-html-wash-tags): Decode entities at the end, so that entities
478         inside the tags don't mess up the rest of the "parsing".
479
480         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
481         so that nnimap methods aren't agentized by default.  There's apparently
482         many problems related to agent/imap behaviour.
483
484         * gnus-art.el (gnus-article-copy-string): New command and key binding.
485
486         * gnus-html.el: Doc fix.
487
488 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
491         specifier-spec-list for Emacs 21.
492
493         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
494         glyph-width and glyph-height instead of display-graphic-p and
495         image-size; make avoidance of displaying small images work for XEmacs.
496
497         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
498         for XEmacs.
499
500         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
501         of symbol that holds plist data.
502         (gnus-process-plist): Remove plist of process after getting it.
503
504 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * message.el (message-generate-hashcash): Change default to
507         'opportunistic if hashcash is installed.
508
509         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
510         (gnus-html-put-image): Only call image-size once, since it's somewhat
511         time-consuming on remote X servers.
512
513 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
516         type on data, not a file name.
517
518         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
519         window-pixel-edges for Emacs 21.
520
521         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
522         decoded contents.
523         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
524
525 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
528         group line format, since it isn't very interesting.
529
530         * gnus-agent.el (gnus-agent-short-article),
531         (gnus-agent-long-article): Increase values for these two variables,
532         since most people are likely to have more network connection and
533         storage than before.
534
535         * gnus.el (gnus-refer-article-method): Change default to 'current.
536         When referring an article, the common behaviour is to refer it from the
537         current select method, not the native select method.  The chances of
538         the native select method having the message in question is rather slim
539         these days.
540
541         * gnus-sum.el (gnus-auto-select-subject): Change default to
542         `unseen-or-unread'.  I think it's likely that most people want to
543         select an unseen article over a previously seen, but unread one.
544
545         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
546         means that in the article buffer none of the minor mode elements will
547         be shown, usually, and this is not desirable in most cases.
548
549         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
550         that commands like `d' (and the like) go to the next line in the
551         buffer, instead of the next unread article.  I think this is the
552         behaviour that is most natural for most users.
553         (gnus-single-article-buffer): Change default to nil, so that people can
554         have as many article buffers open as they have summary buffer.  I think
555         this is the most natural way for the groups to behave.
556
557         * message.el (message-generate-new-buffers): Change default to
558         `unsent', so that all new message buffers start their names with the
559         string "*unsent", and it's easier to find the buffers if you move from
560         them.
561
562 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
565         small. They're probably tracking images.
566         (gnus-html-wash-tags): Remove all <pre_int> place holders.
567         (gnus-html-rescale-image): Yet another try at getting the image sizing
568         right.
569
570         * nntp.el (nntp-request-set-mark): Refuse to do marks if
571         nntp-marks-file-name is nil.
572
573 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
574
575         * gnus-html.el (gnus-html-wash-tags)
576         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
577         Better logging.
578
579 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
582
583         * gnus-html.el (gnus-html-wash-tags): Check the value of
584         gnus-blocked-images in the summary buffer.
585
586 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
587
588         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
589
590 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
593         like "a", it seems like.
594         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
595         since it needs to be picked from the correct buffer.
596
597         * nnwfm.el: Removed.
598
599         * nnlistserv.el: Removed.
600
601 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
604         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
605
606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * nnkiboze.el: Removed.
609
610         * nndb.el: Removed.
611
612         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
613         alt text.
614         (gnus-html-rescale-image): Try to get the rescaling logic right for
615         images that are just wide and not tall.
616
617         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
618         overshadow variable bindings.
619
620 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
621
622         * gnus-html.el (gnus-html-wash-tags)
623         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
624         extra logging.
625
626 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
629         (gnus-max-image-proportion): New variable.
630         (gnus-html-rescale-image): New function.
631         (gnus-html-put-image): Rescale images.
632
633 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
634
635         Fix up some byte-compiler warnings.
636         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
637         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
638         (gnus-article-fill-cited-article, gnus-article-hide-citation)
639         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
640         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
641         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
642         (gnus-group-update-group): Use save-excursion and with-current-buffer.
643
644 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * gnus-html.el (gnus-article-html): Decode contents by charset.
647
648 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
651         (gnus-html-frame-width, gnus-blocked-images)
652         * message.el (message-prune-recipient-rules): Add custom version.
653         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
654
655         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
656         functions.
657
658         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
659         gnus-process-get.
660
661 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
662
663         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
664         instead of lsub directly.
665
666 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnwarchive.el: Removed.
669
670         * gnus-soup.el: Removed.
671
672         * nnsoup.el: Removed.
673
674         * nnultimate.el: Removed.
675
676         * gnus-html.el (gnus-blocked-images): New variable.
677
678         * message.el (message-prune-recipients): New function.
679         (message-prune-recipient-rules): New variable.
680
681         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
682         guess whether a long line is natural text or not.
683
684         * gnus-html.el (gnus-html-schedule-image-fetching): Use
685         gnus-process-plist and friends for compatibility.
686
687 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
688
689         * gnus-html.el: Require packages that define macros used in this file.
690         (gnus-article-mouse-face): Declare to silence byte-compiler.
691         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
692         process-get.
693         (gnus-html-put-image): Use plist-get to avoid getf.
694         (gnus-html-prefetch-images): Use with-current-buffer.
695
696 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * gnus-ems.el: Provide compatibility functions for
699         gnus-set-process-plist.
700
701         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
702         header-line-format for XEmacs 21.4.
703
704         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
705         * gnus.el (gnus-valid-select-methods)
706         * message.el (message-send-mail-partially-limit)
707         * mm-decode.el (mm-text-html-renderer)
708         * mml.el (mml-insert-mime-headers-always)
709         * smiley.el (smiley-regexp-alist): Bump custom version.
710
711 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-html.el: require mm-url.
714         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
715         with the url to `url'.
716         (gnus-html-wash-tags): Support cid: URLs/images.
717
718 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
721         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
722         bindings, as they aren't useful at all. `w' is moved to `W w'.
723
724         * gnus-move.el: Removed file, since it doesn't really work.
725
726         * gnus-html.el (gnus-article-html): Tell w3m that the input is
727         UTF-8. This seems to fix problems with some German web feeds.
728
729         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
730         at the top so that the proper colours are applied.
731
732         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
733         don't have dots in their names.
734
735         * gnus-art.el (gnus-article-view-part): Doc fix.
736
737         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
738         XEmacs-compatible.
739         (gnus-html-put-image): Don't do images on non-graphic displays.
740
741         * nnslashdot.el: Removed this unused backend.
742
743         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
744         actions.
745         (gnus-undo-register-1): Revert last change.
746
747         * gnus-group.el (gnus-group-completing-read): Protect against not
748         having completion-styles bound.
749
750         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
751         make broken recipients happier.
752
753         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
754
755         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
756         point parameter.
757
758         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
759
760         * gnus-group.el (gnus-group-completing-read): Add 'substring to
761         completion-styles for group selection.
762
763 2009-02-04  Andreas Schwab  <schwab@suse.de>
764
765         * gnus-score.el (gnus-score-string): Fix regex for matching extra
766         headers and regexp-quote the match if necessary.
767
768 2009-03-24  Miles Bader  <miles@gnu.org>
769
770         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
771         the blinking smiley.
772
773 2009-03-24  Simon Josefsson  <simon@josefsson.org>
774
775         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
776         blink smiley.
777
778 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
781         where the dribbel file lives exists.
782
783         * message.el (message-send-mail-partially-limit): Change the default to
784         nil, since most people don't want this.
785
786         * mm-url.el (mm-url-decode-entities): Also decode entities like
787         &#x3212.
788
789 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
790
791         * gnus-sum.el (gnus-summary-idna-message):
792         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
793         Hyperlink urls in docstrings with URL `...'.
794
795 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
796
797         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
798         functions.
799
800 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
803         say what the mouseover text should be.
804
805         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
806         version of the mm-w3m-safe-url-regexp variable to only download images
807         in the groups where we want that to happen.
808
809         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
810
811         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
812         easier debugging.
813         (gnus-article-beginning-of-window): Add kludge to allow spacing past
814         big pictures in the article buffer.
815
816         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
817         gnus-article-html.
818         (mm-text-html-renderer): gnus-article-html needs curl in addition to
819         w3m.
820
821         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
822
823 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
826         which doesn't exist.
827
828         * message.el (message-inhibit-ecomplete): New variable to allow some
829         function to inhibit ecomplete address storage.
830         (message-resend): Disable ecomplete message storage when resending
831         messages.
832
833         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
834
835 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
838         Save excursion while copying, moving, and deleting articles in order to
839         prevent the cursor from jumping to unforeseen place.
840
841 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * lpath.el: No need to bind bookmark-current-buffer,
844         bookmark-yank-point and bookmark-make-record-function.
845
846 2010-08-17  Glenn Morris  <rgm@gnu.org>
847
848         * gnus-sync.el: Require gnus components whose functions are used.
849
850         * gnus-art.el (bookmark-make-record-function):
851         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
852         Declare for compiler.
853
854         * mm-url.el (mml-compute-boundary): Autoload.
855
856 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
859
860 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
861
862         Typo fix "hoo4a" -> "hook".
863
864         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
865
866 2010-08-14  Glenn Morris  <rgm@gnu.org>
867
868         * gnus-sync.el (gnus-sync): Fix defgroup version.
869
870 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
871
872         Doc fixes and keep unknown groups (ammended for nunion bug fix).
873
874         * gnus-sync.el: Fix docs.
875         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
876         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
877
878 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         Optimizations for gnus-sync.el.
881
882         * gnus-sync.el: Add docs about gnus-sync-backend
883         possibilities.
884         (gnus-sync-save): Remove unnecessary message.
885         (gnus-sync-read): Optimize and show what groups were skipped.
886
887 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
888
889         Minor bug fixes for gnus-sync.el.
890
891         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
892         read the sync on get-new-news.
893
894         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
895         quiet.
896
897         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
898
899 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
900
901         Make saving and restoring of hidden threads work with overlays.
902         Patch applied by Ted Zlatanov.
903
904         * gnus-sum.el (gnus-hidden-threads-configuration)
905         (gnus-restore-hidden-threads-configuration): Update to deal with text
906         properties, rather than searching for a magic character.
907
908 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
909
910         New gnus-sync.el library for synchronization of marks.
911
912         * gnus-sync.el: New library for synchronization of marks.
913
914         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
915         renamed from `gnus-registry-grep-in-list'.
916
917         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
918
919         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
920
921 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
924         determining charset of text fails.
925
926 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * nnmail.el (nnmail-get-new-mail-1): Revert.
929
930         * nnml.el (nnml-active-number): Make sure names of newly created groups
931         in nnml-group-alist are encoded.
932
933 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
936         containing non-ASCII characters in active file for nnml back end.
937
938 2010-07-24  David Engster  <dengste@eml.cc>
939
940         * mml-smime.el (mml-smime-epg-verify): Also accept the older
941         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
942
943 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
944
945         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
946         tag (Bug#6654).
947
948 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
951         the article buffer, not the summary buffer.
952
953 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
956         Emacs 23 as well.
957
958 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
961         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
962
963 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
964
965         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
966         Patch applied by Karl Fogel.
967
968         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
969         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
970
971 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
972
973         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
974         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
975         C-w still not working correctly from Article buffers; Thierry's
976         patch to fix that will be applied after this.
977
978         * gnus-art.el (bookmark-make-record-function): New local variable.
979
980         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
981         article buffer.
982         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
983
984 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
985
986         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
987         on changes in bookmark.el.
988
989 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
992         `no-log' instead of message not to log prompt string.
993
994 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
995
996         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
997         the *other* type of HTML form submission.
998
999 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1000
1001         * auth-source.el (auth-source-pick): If choice does not contain a
1002         questioned keyword, set the check to t.
1003
1004 2010-06-12  Romain Francoise  <romain@orebokech.com>
1005
1006         * gnus-util.el (gnus-date-get-time): Move up before first use.
1007
1008 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1011         (gnus-article-edit-part): Bind it to make last part that is substituted
1012         or deleted visible.
1013         (gnus-mime-display-single): Buttonize part of which id equals to
1014         gnus-mime-buttonized-part-id.
1015
1016 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1017
1018         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1019         (gnus-dd-mmm): Use gnus-date-get-time.
1020         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1021         simplify logic.
1022         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1023         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1024
1025 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1026
1027         * auth-source.el (top): Autoload `secrets-list-collections',
1028         `secrets-create-item', `secrets-delete-item'.
1029         (auth-sources): Fix tag string.
1030         (auth-get-source, auth-source-retrieve, auth-source-create)
1031         (auth-source-delete): New defuns.
1032         (auth-source-pick): Rewrite in order to avoid 2 passes.
1033         (auth-source-forget-user-or-password): New parameter USERNAME.
1034         (auth-source-user-or-password): New parameters CREATE-MISSING and
1035         DELETE-EXISTING.  Retrieve password interactively, if needed.
1036
1037 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1038
1039         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1040         deleting unused directories when gnus-expert-user is t.
1041
1042 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1045         for each temp file when gnus-article-browse-delete-temp is ask.
1046
1047 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1048
1049         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1050         Lisp calls to delete-backward-char by calls to delete-char.
1051
1052 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1053
1054         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1055
1056 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1057
1058         * password-cache.el (password-cache-remove): Fix docstring.
1059
1060 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1063         article unless decoding article to be saved.
1064
1065 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1068         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1069         generated within the mm-with-unibyte-current-buffer macro.
1070
1071 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1074         to nil when we're in a mml-preview buffer and no group is selected.
1075
1076 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1077
1078         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1079         when catching the `C-g'.  Reported by "Leo".
1080
1081 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * message.el (message-forward-make-body-plain)
1084         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1085         multibyte-string-p.
1086
1087         * lpath.el: Revert.
1088
1089 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * message.el (message-forward-make-body-mml): Assume original message
1092         is multibyte string; error on unibyte.
1093         (message-forward-make-body-plain): Ditto; don't add excessive newline
1094         in body end.
1095
1096         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1097
1098 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1099
1100         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1101         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1102
1103 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * mm-extern.el (mm-extern-url): Don't use
1106         mm-with-unibyte-current-buffer.
1107         (mm-extern-cache-contents): Use with-current-buffer instead of
1108         save-excursion + set-buffer.
1109
1110 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * mm-util.el (mm-emacs-mule): Remove.
1113
1114 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1115
1116         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1117         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1118         change.
1119
1120 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1123         bind the default value of enable-multibyte-characters to nil.
1124
1125 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * message.el (message-forward-make-body-plain)
1128         (message-forward-make-body-mml):
1129         Don't use mm-with-unibyte-current-buffer.
1130
1131 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1132
1133         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1134
1135 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1136
1137         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1138         (Bug#5592).
1139
1140 2010-05-07  Julien Danjou  <julien@danjou.info>
1141
1142         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1143         it to mm-pipe-part.
1144
1145         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1146         it is given.
1147
1148 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * binhex.el (binhex-decode-region-internal)
1151         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1152         (dns-query)
1153         * nnweb.el (nnweb-gmane-search)
1154         * pgg-parse.el (pgg-parse-armor)
1155         * pgg.el (pgg-verify-region)
1156         * sha1.el (sha1-string-external)
1157         * uudecode.el (uudecode-decode-region-internal)
1158         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1159         XEmacs.
1160
1161         * gnus-art.el (gnus-article-browse-html-parts)
1162         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1163         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1164         make-temp-file.
1165
1166         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1167         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1168         compiling.
1169
1170         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1171         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1172         XEmacs when compiling.
1173
1174         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1175         gnus-pick-mode-off-hook for XEmacs when compiling.
1176         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1177         gnus-binary-mode-off-hook for XEmacs when compiling.
1178
1179         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1180         nil if char-charset is not available.
1181
1182         * imap.el (imap-disable-multibyte)
1183         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1184         macros.
1185
1186         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1187         instead of encode-coding-string.
1188
1189         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1190         'xemacs) instead of mm-emacs-mule to switch function definitions.
1191         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1192
1193         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1194         bind temporary-file-directory for XEmacs;
1195         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1196         timer-set-function for XEmacs 21.4 and SXEmacs;
1197         bind timer-list for XEmacs 21.4 and SXEmacs;
1198         fbind char-charset and find-charset-region for non-Mule XEmacs;
1199         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1200         encode-coding-region and encode-coding-string for XEmacs having no
1201         file-coding feature.
1202
1203 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1204
1205         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1206
1207 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1210         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1211
1212 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1213
1214         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1215         alias `jka-compr-delete-temp-file' no longer exists.
1216
1217 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1218
1219         Use define-minor-mode in Gnus where applicable.
1220         * mml.el (mml-mode): Use define-minor-mode.
1221         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1222         (gnus-undo-mode): Use define-minor-mode.
1223         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1224         (gnus-dead-summary-mode): Use define-minor-mode.
1225         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1226         Initialize in declaration.
1227         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1228         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1229         (gnus-mailing-list-mode): Use define-minor-mode.
1230         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1231         (gnus-draft-mode): Use define-minor-mode.
1232         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1233         (gnus-dired-mode): Use define-minor-mode.
1234
1235 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1236
1237         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1238         handles on recursive mml-to-mime translation and check them for
1239         boundary delimiter collisions.  Reported by Greg Troxel.
1240
1241 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1244
1245 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1246
1247         * mm-util.el (mm-find-buffer-file-coding-system):
1248         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1249
1250 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1251
1252         * message.el (message-generate-headers): Record insertion of optional
1253         headers as well.  Otherwise the check to prevent repeated insertion of
1254         optional headers is a no-op.
1255
1256 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1257
1258         * smime.el: Don't mention CVS.
1259
1260         * nnrss.el (nnrss-fetch): Don't mention CVS.
1261
1262         * nnir.el: Don't mention CVS.
1263
1264 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1265
1266         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1267
1268 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * lpath.el: Fbind bookmark-default-handler,
1271         bookmark-get-bookmark-record, bookmark-make-record-default,
1272         bookmark-prop-get for Emacs <23 and XEmacs.
1273
1274 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1275
1276         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1277         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1278         Use with-current-buffer to silence the byte-compiler.
1279         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1280         bother to require `gnus'.
1281         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1282
1283 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1284
1285         * gnus-sum.el (gnus-summary-bookmark-make-record)
1286         (gnus-summary-bookmark-jump): New functions.
1287         (gnus-summary-mode): Setup bookmark support.
1288
1289 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1290
1291         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1292         if set.
1293
1294 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1297         gnus-article-browse-html-save-cid-image; make it work recursively for
1298         forwarded messages as well.
1299         (gnus-article-browse-html-parts): Work when prefix arg is given.
1300         (gnus-article-browse-html-article): Doc fix.
1301
1302 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1303
1304         * message.el (message-default-mail-headers):
1305         (message-default-headers): Carry the value mail-default-headers over
1306         into message-default-mail-headers, rather than message-default-headers.
1307
1308 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1309
1310         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1311         charset.
1312
1313         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1314         charset into the <meta> tag when the article is encoded to utf-8.
1315
1316 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1319         directories as well.
1320         (gnus-article-browse-html-parts): Work for images that do not specify
1321         file names; delete temp directory when quitting; insert header at the
1322         right place; use file: scheme for image files.
1323
1324 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1325
1326         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1327         (gnus-article-browse-html-parts): Use it to make temporary cid image
1328         files in addition to html file so that browser may display them.
1329
1330 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1333
1334 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1335
1336         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1337
1338 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1339
1340         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1341         about Secret Service API sources.  Improve Customize options.
1342         (auth-source-pick): Change to accept any number of search parameters.
1343         Implement fallbacks iteratively, not recursively.  Add scoring on the
1344         second pass and sort by score.  Call Secret Service API when needed.
1345         (auth-source-user-or-password): Use it.  Call Secret Service API
1346         directly when needed to get the user name and the password.
1347
1348 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1349
1350         * message.el (message-interactive): Doc fix.
1351         (message-qmail-inject-args): Reflow.
1352         (message-kill-to-signature): Fix typo in docstring.
1353
1354         * smiley.el (smiley-buffer): Fix typo in docstring.
1355
1356 2010-03-24  Glenn Morris  <rgm@gnu.org>
1357
1358         * mail-source.el (gnus-message): Declare.
1359         (mail-source-delete-old-incoming): Require gnus-util.
1360
1361 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1364
1365         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1366
1367         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1368         password-cache's default if it is not bound.
1369         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1370         password-cache-expiry's default if it is not bound.
1371
1372         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1373         available in Emacs 21.
1374
1375         * lpath.el: Suppress compiler warnings for:
1376         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1377         XEmacs;
1378         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1379         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1380         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1381
1382 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1383
1384         * auth-source.el (auth-sources): Fix up definition so extra parameters
1385         are always inline.
1386
1387 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1388
1389         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1390         wasn't updated after mismatch.  Clear cached mailbox info correctly
1391         when uidvalidity changes.
1392         (nnimap-group-prefixed-name): New function to avoid some code
1393         duplication.
1394         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1395         (nnimap-request-group): Use it.
1396         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1397         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1398         with many imap folders.  This is done by caching the group status from
1399         the imap server persistently in a group parameter `imap-status'.  (This
1400         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1401         but not persistently, so every Gnus startup was still very slow.)
1402
1403 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1404
1405         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1406         delete the extra newline.  Otherwise editing of :string and :number
1407         types don't work.
1408
1409 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1410
1411         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1412         secrets.el dependency.
1413         (auth-sources): Add optional user name.  Add secrets.el configuration
1414         choice (unused right now).
1415
1416 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1417
1418         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1419         `gnus-registry-install-shortcuts' fill in the functions.
1420
1421         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1422         warnings.
1423         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1424         (gnus-registry-install-shortcuts): Populate and use it in a
1425         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1426
1427 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1428
1429         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1430         In-place substitutions for the group name encoding/decoding.
1431         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1432         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1433         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1434         (nnimap-update-unseen, nnimap-request-list)
1435         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1436         (nnimap-request-set-mark, nnimap-split-to-groups)
1437         (nnimap-split-articles, nnimap-request-newgroups)
1438         (nnimap-request-create-group, nnimap-request-accept-article)
1439         (nnimap-request-delete-group, nnimap-request-rename-group)
1440         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1441         `encoded-mbx' for consistency.
1442         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1443         variable `imap-current-mailbox'.
1444
1445         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1446         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1447
1448 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1449
1450         * pop3.el (pop3-display-message-size-flag): Display message size byte
1451         counts during POP3 download.
1452         (pop3-movemail): Use it.
1453         (pop3-list): Implement listing of available messages.
1454
1455 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1456
1457         * nnir.el (nnir-get-article-nov-override-function): New function to
1458         override the normal NOV retrieval.
1459         (nnir-retrieve-headers): Use it.
1460
1461 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1462
1463         * auth-source.el (netrc-machine-user-or-password): Autoload.
1464
1465 2010-03-19  Glenn Morris  <rgm@gnu.org>
1466
1467         Stop message.el from loading about 40 libraries it doesn't always need.
1468         The general approach is to autoload rather than require, and to
1469         require in the specific functions rather than the file.  (Bug#5642)
1470
1471         * gmm-utils.el: Don't require wid-edit.
1472         (widget-create-child-value, widget-convert, widget-default-get):
1473         Autoload.
1474
1475         * gnus-util.el: Don't require time-date, netrc.
1476         (message-fetch-field, gnus-group-name-decode): Declare rather than
1477         autoloading.
1478         (gnus-fetch-field): Require message.
1479         (gnus-decode-newsgroups): Require gnus-group.
1480
1481         * ietf-drums.el: Don't require time-date.
1482
1483         * message.el: Don't require hashcash, canlock, ecomplete.
1484         Do require mail-utils.  Require nnheader only when compiling.
1485         (smtpmail-default-smtp-server): Remove declaration.
1486         (message-send-mail-function): Check smtpmail-default-smtp-server
1487         is bound rather than requiring smtpmail.
1488         (message-auto-save-directory, message-insert-signature): Use
1489         expand-file-name rather than nnheader-concat.
1490         (nnheader-insert-file-contents): Autoload.
1491         (hashcash-wait-async): Declare.
1492         (message-send-mail): Only call gnus-setup-posting-charset if
1493         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1494         (message-send-mail-with-sendmail): Require sendmail.
1495         (canlock-password, canlock-password-for-verify): Declare.
1496         (message-canlock-password): Require canlock.
1497         (nnheader-get-report): Autoload.
1498         (gnus-setup-posting-charset): Declare.
1499         (message-send-news): Require gnus-msg.
1500         (message-make-references, message-make-in-reply-to): Use mail-header-id
1501         rather than the alias mail-header-message-id.
1502         (ecomplete-add-item, ecomplete-save): Declare.
1503         (message-put-addresses-in-ecomplete): Require ecomplete.
1504         (ecomplete-display-matches): Autoload.
1505
1506         * mm-decode.el: Don't require mailcap, gnus-util.
1507         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1508         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1509         Autoload.
1510         (mailcap-mime-extensions): Declare.
1511
1512         * mm-encode.el: Don't require mailcap.
1513         (mailcap-extension-to-mime): Autoload.
1514
1515         * mml-sec.el: Don't require password-cache.
1516
1517         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1518         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1519         (mml-minibuffer-read-type): Require mailcap.
1520         (mml-preview): Require gnus-msg.
1521
1522         * mml1991.el: Require password-cache.
1523         (password-cache-expiry): Remove declaration.
1524
1525         * mml2015.el: Require password-cache.
1526         (password-cache-expiry): Remove declaration.
1527
1528         * nneething.el (mailcap): Require mailcap.
1529
1530         * nnheader.el (declare-function): Add compatibility stub.
1531         (message-remove-header): Declare rather than autoload.
1532         (nnheader-replace-header): Require message.
1533
1534         * nnimap.el (declare-function): Add compatibility stub.
1535         (netrc-parse, netrc-machine-user-or-password): Declare.
1536         (nnimap-open-connection): Require netrc.
1537
1538         * nntp.el (declare-function): Add compatibility stub.
1539         (netrc-parse, netrc-machine, netrc-get): Declare.
1540         (nntp-send-authinfo): Require netrc.
1541
1542         * rfc2047.el: Don't require qp.
1543         (quoted-printable-encode-region, quoted-printable-decode-string):
1544         Autoload.
1545
1546         * sieve-mode.el: Don't require easymenu.
1547         (easy-menu-add-item): Autoload it.
1548
1549         * spam-stat.el (time-to-number-of-days): Autoload it.
1550
1551 2010-03-19  Glenn Morris  <rgm@gnu.org>
1552
1553         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1554
1555 2010-03-18  Glenn Morris  <rgm@gnu.org>
1556
1557         * hashcash.el (declare-function): Remove duplicate definition.
1558
1559 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1560
1561         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1562         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1563         value if any backslash escapes).
1564
1565 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1568         if it is available.  (bug#5647)
1569
1570         * lpath.el: Suppress compiler warning for coding-system-from-name for
1571         Emacs 21 and XEmacs.
1572
1573 2010-03-14  Juri Linkov  <juri@jurta.org>
1574
1575         * hmac-def.el:
1576         * hmac-md5.el:
1577         * netrc.el: Fix keywords.
1578
1579 2010-02-26  Glenn Morris  <rgm@gnu.org>
1580
1581         * message.el (message-send-mail-function): Change the default, so that
1582         it inherits from a customized send-mail-function.  (Bug#5643)
1583
1584 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1585
1586         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1587         shell-command-to-string signals an error (bug#5299).
1588
1589 2010-02-24  Glenn Morris  <rgm@gnu.org>
1590
1591         * message.el (message-smtpmail-send-it)
1592         (message-send-mail-with-mailclient): Doc fixes.
1593
1594 2010-02-16  Glenn Morris  <rgm@gnu.org>
1595
1596         * message.el (message-default-mail-headers): Change the default value
1597         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1598
1599 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1602         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1603
1604 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1605
1606         * time-date.el (date-to-time): Doc fix (Bug#5408).
1607
1608 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1609
1610         * message.el (message-mail): Just pass yank-action on to message-setup.
1611         (message-setup): Handle (FUN . ARGS) form of yank-action.
1612         (message-with-reply-buffer, message-widen-reply)
1613         (message-yank-original): Handle non-buffer values of
1614         message-reply-buffer (Bug#4080).
1615         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1616
1617 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1618
1619         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1620         Fix typo in docstring.
1621
1622 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1623
1624         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1625         response.
1626
1627 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1630
1631         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1632
1633         * message.el (message-check-news-header-syntax): Protect against a
1634         string that `rfc822-addresses' returns when parsing fails.
1635
1636 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1639         (gnus-previous-char-property-change): New functions.
1640
1641         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1642
1643 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1644
1645         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1646         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1647
1648 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1649
1650         * message.el (message-exchange-point-and-mark): Rework last change to
1651         avoid using optional arg of exchange-point-and-mark, for backward
1652         compatibility.
1653
1654 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1655
1656         * message.el (message-exchange-point-and-mark): Call
1657         exchange-point-and-mark with an argument rather than setting
1658         mark-active by hand (Bug#5175).
1659
1660 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * nntp.el (nntp-service-to-port): Work for service expressed with
1663         numeric string; replace [:digit:] with [0-9] for XEmacs.
1664
1665 2009-12-17  Glenn Morris  <rgm@gnu.org>
1666
1667         * gnus-group.el (gnus-bug-group-download-format-alist):
1668         Change emacs entry to debbugs.gnu.org.  Bump :version.
1669
1670 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1671
1672         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1673
1674 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1675
1676         * message.el (message-info): Explain why we use `Info-goto-node'.
1677
1678 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1681
1682 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1683
1684         * message.el (message-completion-in-region): New compatibility function.
1685         (message-expand-group): Use it.
1686
1687 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1690         with no unread article should be listed if the 2nd arg `predicate' is
1691         given.
1692
1693 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1696
1697 2009-11-29  Juri Linkov  <juri@jurta.org>
1698
1699         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1700         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1701         on `gnus-recenter'. (Bug#4698, Bug#4981)
1702
1703 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1704
1705         * sha1.el (sha1-string-external): default-directory "/" in case
1706         otherwise non-existent.  process-connection-type pipe for touch of
1707         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1708
1709 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1710
1711         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1712         it's comms related and sgml-mode.el has "comm" on that basis too.
1713
1714 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1717         containing tspecial characters if they have been already quoted.
1718
1719 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1720
1721         * dns-mode.el (auto-mode-alist): Purecopy string.
1722
1723 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1724
1725         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1726
1727 2009-10-24  Glenn Morris  <rgm@gnu.org>
1728
1729         * gnus-art.el (help-xref-stack-item): Define for compiler.
1730
1731 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1732
1733         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1734
1735 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1738
1739 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1742         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1743
1744 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1747         (gnus-overlays-in): New alias to overlays-in.
1748
1749         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1750         gnus-overlay-get, and gnus-delete-overlay.
1751         (gnus-summary-show-thread): Make it work as well for systems in which
1752         next-single-char-property-change is not available.
1753         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1754
1755         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1756         (gnus-overlay-get): New alias to extent-property.
1757         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1758
1759         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1760         SXEmacs.
1761
1762         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1763         SXEmacs.
1764
1765 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1766
1767         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1768
1769 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1770
1771         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1772         and XEmacs that don't have `remove-overlays'.
1773
1774 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1775
1776         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1777         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1778         selective display.  Use overlays instead.
1779
1780 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1781
1782         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1783
1784 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1785
1786         * spam-stat.el (spam-stat-load): Fix typo in message.
1787
1788 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1789
1790         * dig.el (dig-invoke): Fix typo in docstring.
1791         (query-dig): Reflow docstring.
1792
1793 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1794
1795         * gnus-art.el (gnus-article-encrypt-body):
1796         * message.el (message-check-recipients):
1797         * mm-util.el (mm-codepage-setup):
1798         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1799         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1800
1801 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1802
1803         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1804         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1805         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1806         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1807         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1808
1809 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1810
1811         * dig.el: Add "Keywords: comm", as per net-utils.el.
1812
1813 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1814
1815         * dig.el (dig-mode): Use define-derived-mode.
1816
1817 2009-09-19  Glenn Morris  <rgm@gnu.org>
1818
1819         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1820
1821 2009-09-18  Glenn Morris  <rgm@gnu.org>
1822
1823         * gnus-diary.el (gnus-diary-check-message):
1824         * message.el (message-insert-formatted-citation-line):
1825         * nnbabyl.el (top-level):
1826         * nndiary.el (nndiary-schedule):
1827         Fix typos in condition-case handlers.
1828
1829 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1832         configuration that provides the sole article window in a frame;
1833         position point correctly after deleting a part.
1834
1835 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1836
1837         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1838         (spam-resolve-registrations-routine): Use it to unregister articles
1839         that change status.
1840
1841 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1844         with XEmacs.
1845         (parse-time-string-chars): Use it.
1846
1847 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1848
1849         * imap.el (imap-interactive-login): Better messages.
1850         (imap-open): Fix bug with renamed buffer on reconnect.
1851         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1852         for easier debugging and cleaner code.  On successful (guessed based on
1853         server capabilities) secondary authentication, set imap-state
1854         correctly.
1855         (imap-last-authenticator): Define imap-last-authenticator as a variable
1856         to avoid warnings.
1857
1858 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * nnrss.el (nnrss-request-article): Remove binding of
1861         default-enable-multibyte-characters that has gotten needless by
1862         the 2007-07-13 change in rfc2047-encode-message-header.
1863
1864         * mml.el (mml-insert-multipart): Error on the message header.
1865         (mml-insert-part): Error on the message header; position point at
1866         the end of a MIME tag.
1867
1868 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * time-date.el (autoload): Expand define-obsolete-function-alias into
1871         defalias and make-obsolete for old Emacsen that Gnus supports.
1872         (with-no-warnings): Define it for old Emacsen.
1873         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1874         is available.
1875         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1876         float-time is available; suppress compile warning for time-to-seconds.
1877
1878         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1879         (gnus-float-time): Alias to float-time if it exists.
1880
1881         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1882         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1883         float-time is available; suppress compile warning for time-to-seconds.
1884
1885         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1886         XEmacs.
1887
1888 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1889
1890         * imap.el (imap-message-map): Docstring fix.
1891
1892 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1895         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1896         Add the optional argument `encoding' that overrides the default.
1897
1898         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1899         mm-encode-buffer.
1900
1901 2009-09-04  Glenn Morris  <rgm@gnu.org>
1902
1903         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1904         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1905         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1906         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1907         * mm-util.el (mm-with-unibyte-current-buffer)
1908         (mm-find-buffer-file-coding-system):
1909         * yenc.el (yenc-decode-region): Use default-value rather than
1910         default-enable-multibyte-characters.
1911
1912 2009-09-03  Glenn Morris  <rgm@gnu.org>
1913
1914         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1915         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1916         than default-enable-multibyte-characters.
1917
1918 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1919
1920         * gnus-art.el (gnus-article-read-summary-keys):
1921         Fix gnus-buffer-configuration's value temporarily used.
1922
1923 2009-09-02  Glenn Morris  <rgm@gnu.org>
1924
1925         * gnus-util.el (gnus-float-time): New function.
1926         * gnus-delay.el (gnus-delay-article):
1927         * gnus-sum.el (gnus-thread-latest-date):
1928         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1929         * nnspool.el (nnspool-request-newgroups):
1930         Use gnus-float-time rather than time-to-seconds.
1931         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1932
1933         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1934         (gnus-header-subject-face, gnus-header-newsgroups-face)
1935         (gnus-header-name-face, gnus-header-content-face):
1936         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1937         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1938         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1939         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1940         (gnus-cite-face-11):
1941         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1942         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1943         (gnus-server-closed-face, gnus-server-denied-face)
1944         (gnus-server-offline-face):
1945         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1946         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1947         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1948         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1949         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1950         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1951         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1952         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1953         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1954         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1955         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1956         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1957         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1958         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1959         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1960         (gnus-summary-high-undownloaded-face)
1961         (gnus-summary-low-undownloaded-face)
1962         (gnus-summary-normal-undownloaded-face)
1963         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1964         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1965         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1966         (gnus-splash-face):
1967         * message.el (message-header-to-face, message-header-cc-face)
1968         (message-header-subject-face, message-header-newsgroups-face)
1969         (message-header-other-face, message-header-name-face)
1970         (message-header-xheader-face, message-separator-face)
1971         (message-cited-text-face, message-mml-face):
1972         * sieve-mode.el (sieve-control-commands-face)
1973         (sieve-action-commands-face, sieve-test-commands-face)
1974         (sieve-tagged-arguments-face):
1975         * spam.el (spam-face):
1976         Mark face aliases with "-face" in the name as obsolete.
1977
1978 2009-09-01  Glenn Morris  <rgm@gnu.org>
1979
1980         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1981         than goto-line.
1982
1983 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1986         Don't move point if the command is invoked inside the message header.
1987
1988 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1989
1990         * imap.el (imap-send-command): Simplify.
1991         (imap-wait-for-tag): point-max -> buffer-size.
1992
1993 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1994
1995         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1996         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1997         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1998         * nnir.el (nnir-swish-e-index-file):
1999         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2000         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2001         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2002         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2003         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2004         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2005
2006 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2009         Don't save excursion.
2010
2011 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2012
2013         * nnheader.el (nnheader-find-file-noselect):
2014         * mm-util.el (mm-insert-file-contents):
2015         Use (default-value 'major-mode) instead of default-major-mode.
2016
2017 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2018
2019         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2020
2021 2009-08-26  Glenn Morris  <rgm@gnu.org>
2022
2023         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2024         than placing in files.el.
2025
2026 2009-08-25  Glenn Morris  <rgm@gnu.org>
2027
2028         * nnir.el (top-level): Don't require cl at run-time.
2029         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2030         Replace cl-function substitute with gnus-replace-in-string.
2031         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2032         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2033         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2034         simplified expansions.
2035
2036 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2037
2038         * dig.el (dig): Add autoload cookie.
2039
2040 2009-08-22  Glenn Morris  <rgm@gnu.org>
2041
2042         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2043         goto-line.
2044
2045 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2046
2047         * parse-time.el (parse-time-string-chars): Save match data.
2048
2049 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2050
2051         * parse-time.el (parse-time-string-chars): Compute using character
2052         classes, to handle non-ascii characters (Bug#3190).
2053
2054 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2057
2058         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2059         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2060         (gnus-mm-display-part, gnus-mime-display-single)
2061         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2062         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2063
2064         * gnus-sum.el
2065         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2066         (gnus-summary-move-article): Add expirable mark to articles copied or
2067         moved to group that has auto-expire turned on if the option is non-nil.
2068
2069 2009-07-24  Glenn Morris  <rgm@gnu.org>
2070
2071         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2072         Fix typo.  (Bug#3903)
2073
2074 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2077         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2078         that should not be used for draft articles.
2079         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2080         that has no concern in minor mode keys.
2081         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2082         Abolish.
2083
2084 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2087         article without making inquiry to a user for unknown encoding.
2088
2089         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2090         (nnmaildir--scan): Assume i-node and device number that file-attributes
2091         returns might be cons-cell.
2092
2093         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2094
2095         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2096
2097 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2098
2099         * auth-source.el: Remove docs now in auth.texi.  Don't use
2100         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2101         `auth-source-hide-passwords' and use them.
2102
2103 2009-07-15  Glenn Morris  <rgm@gnu.org>
2104
2105         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2106
2107 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2110         excessive whitespace from the default values of title and description.
2111
2112 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2115         mail-fetch-field to fetch Content-Description header in order to
2116         exclude newlines.
2117
2118 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2119
2120         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2121         format used by GnuPG 2.0.11.
2122
2123 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2126         to deleted part.
2127
2128 2009-05-30  David Engster  <dengste@eml.cc>
2129
2130         * nnmairix.el: Remove old documentation in the commentary block.
2131         (nnmairix-request-group): Do not update active file for nnml back ends.
2132         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2133         end so that overview files are ignored.
2134         (nnmairix-update-groups): Make updating the groups more robust by using
2135         marks.
2136         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2137         with dollar characters in message-id.
2138
2139 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2140
2141         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2142         2008-12-25 in dns.el.
2143
2144 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2145
2146         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2147         could happen if the text is only composed of spaces and/or tabs.
2148
2149 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2150
2151         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2152         when sending a queued message to avoid extra mml tags.
2153
2154 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2157
2158 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2161         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2162         rmail-toggle-header for XEmacs;
2163         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2164
2165 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-dired.el: Remove autoload for gnus-setup-message.
2168         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2169         displaying Gnus logo; always use compose-mail.
2170
2171 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2174
2175 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2178         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2179         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2180         available.
2181         (gnus-nocem-epg-verify): New function.
2182
2183 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2184
2185         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2186
2187 2009-02-15  Glenn Morris  <rgm@gnu.org>
2188
2189         * gnus-util.el (rmail-insert-rmail-file-header)
2190         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2191         autoloads.
2192         (rmail-default-rmail-file): Remove unnecessary declaration.
2193         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2194
2195 2009-02-14  Glenn Morris  <rgm@gnu.org>
2196
2197         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2198         variable (only used in gnus-util, which declares it anyway).
2199         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2200         which was only needed by gnus-art (changed to not use it any more).
2201         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2202         only used in gnus-util, which autoloads it itself.
2203         (rmail-update-summary): Fix autoload.
2204
2205         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2206         rather than rmail-output-to-rmail-file.
2207
2208 2009-02-07  Glenn Morris  <rgm@gnu.org>
2209
2210         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2211         autoload of function that no longer exists.
2212         (rmail-toggle-header): Declare.
2213         (message-forward-rmail-make-body): Handle mbox Rmail.
2214
2215 2009-01-31  Glenn Morris  <rgm@gnu.org>
2216
2217         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2218         2009-01-09 change.
2219
2220 2009-01-31  Dave Love  <fx@gnu.org>
2221
2222         * imap.el (imap-fetch-safe): Bind debug-on-error.
2223         (imap-debug): Add imap-fetch-safe.
2224
2225 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2226
2227         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2228         (auth-source-forget-all-cached): New convenience function.
2229         (auth-source-user-or-password): Accept list of modes or a single mode.
2230
2231         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2232         auth-source modes.
2233
2234         * netrc.el (netrc-machine-user-or-password): Use list of
2235         auth-source modes.
2236
2237         * nnimap.el (nnimap-open-connection): Use list of
2238         auth-source modes.
2239
2240         * nntp.el (nntp-send-authinfo): Use list of
2241         auth-source modes.
2242
2243 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2244
2245         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2246         now.
2247
2248 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2251         coding system in XEmacs; add a workaround for XEmacs.
2252
2253         * lpath.el: Fbind coding-system-aliasee.
2254
2255 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2258         of current-language-environment.
2259
2260 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2261
2262         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2263         available at runtime.
2264
2265 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2268
2269 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2270
2271         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2272         the greatest positive fixnum value doesn't work under an XEmacs with
2273         bignum support; use the most-positive-fixnum constant instead,
2274         available since Emacs 21.1 with cl and XEmacs 21.1.
2275
2276 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2279         XEmacs gets not to work.
2280
2281 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * mm-util.el (mm-coding-system-priorities): Allow the value like
2284         "Japanese (UTF-8)" of current-language-environment.
2285
2286 2009-01-09  Glenn Morris  <rgm@gnu.org>
2287
2288         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2289         with last-command-event.
2290
2291 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2294         in the doc string.
2295
2296         * message.el (message-fix-before-sending): Amend comment.
2297
2298 2009-01-08  Dave Love  <fx@gnu.org>
2299
2300         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2301
2302 2009-01-07  David Engster  <dengste@eml.cc>
2303
2304         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2305         simplified server definitions by converting it via
2306         gnus-server-to-method.
2307
2308 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2311         parameter's operands.
2312
2313 2009-01-06  David Engster  <dengste@eml.cc>
2314
2315         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2316         primary select method (for gnus-group-mark-article-as-read).
2317
2318 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2319
2320         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2321         `(gnus)Face', not `(gnus)X-Face'.
2322
2323 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * mm-util.el (mm-ucs-to-char): New function.
2326
2327         * mm-url.el (mm-url-decode-entities): Use it.
2328
2329         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2330         unicode-to-char.
2331
2332 2009-01-05  Dave Love  <fx@gnu.org>
2333
2334         * time-date.el: Require cl for `declare'.
2335
2336 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2339         Dave Love.
2340
2341 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2342
2343         * message.el (message-fix-before-sending): Add `eight-bit' to
2344         illegible-text check.
2345
2346 2009-01-03  Michael Olson  <mwolson@gnu.org>
2347
2348         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2349         `headers' is nil.  This can occur if the IMAP server does not have
2350         permissions to read messages from a folder, but can write new messages
2351         to the folder.
2352         (nnimap-request-article-part): Do not insert `data' if it is nil.
2353
2354         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2355         characters which will confuse `read', so skip past them.
2356
2357 2009-01-01  Dave Love  <fx@gnu.org>
2358
2359         * imap.el (imap-string-to-integer): Fix typo.
2360         (imap-fetch-safe): New function.
2361         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2362
2363         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2364
2365         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2366         (imap-parse-greeting): Fix doc strings.
2367         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2368         (imap-parse-flag-list): Make messages unique.
2369         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2370
2371         * nnimap.el: Fix author email.
2372         (nnimap-split-rule): Add FIXME comment.
2373         (nnimap-debug): Fix doc string.
2374
2375 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2378
2379 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2380
2381         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2382         nslookup if resolv.conf isn't available.
2383         (dns-query): Rename from query-dns.
2384         (dns-query-cached): Rename from query-dns-cached.
2385
2386 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2389         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2390         to check if those variables exist (first appeared in Emacs 18.50).
2391
2392 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * mm-util.el (mm-line-number-at-pos): New function.
2395
2396         * spam-report.el (spam-report-process-queue): Use it.
2397
2398 2008-12-24  David Engster  <dengste@eml.cc>
2399
2400         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2401         parameters that haven't existed as variables as buffer-local variables.
2402
2403 2008-12-23  Dave Love  <fx@gnu.org>
2404
2405         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2406         cadar.
2407
2408         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2409         imap-starttls-p.
2410         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2411
2412 2008-12-22  Dave Love  <fx@gnu.org>
2413
2414         * imap.el: Fix author email.  Doc fixes.
2415         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2416         reply.
2417
2418 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2419
2420         * spam-report.el (spam-report-gmane-max-requests): New constant.
2421         (spam-report-gmane-wait): New variable.
2422         (spam-report-gmane-ham, spam-report-gmane-spam)
2423         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2424         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2425         the server.
2426
2427         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2428         Add explanations.
2429
2430         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2431         nnheader-accept-process-output and nnheader-read-timeout if available.
2432         (pop3-movemail): Use it.
2433
2434         * message.el (message-check-news-body-syntax): Fix signature check if
2435         there's an attachment.
2436
2437 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * mm-util.el: Add comments to the mm- emulating functions.
2440
2441 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2442
2443         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2444         by Stephen Berman <stephen.berman@gmx.net>.
2445
2446 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * mm-util.el (mm-substring-no-properties): New function.
2449         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2450         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2451         (mm-string-to-multibyte): Doc fix.
2452
2453         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2454
2455 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2456
2457         * mml.el (mml-attach-file): Strip text properties from file name.
2458         (Bug#1574)
2459
2460 2008-12-16  Glenn Morris  <rgm@gnu.org>
2461
2462         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2463
2464 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2467         knows since the charset specified might be a bogus alias that
2468         mm-charset-synonym-alist provides.
2469
2470 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2471
2472         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2473         "ISO_8859-1".
2474
2475         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2476
2477 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * mm-util.el (mm-charset-eval-alist):
2480         Define it before mm-charset-to-coding-system.
2481         (mm-charset-to-coding-system): Add optional argument `silent';
2482         define it before mm-charset-override-alist.
2483         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2484         default value if it can be used in Emacs currently running;
2485         silence mm-charset-to-coding-system.
2486
2487 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2490         `allow-override' which says whether to use `mm-charset-override-alist'.
2491         (rfc2047-decode-encoded-words): Use it.
2492
2493         * mm-util.el (mm-charset-override-alist): Fix custom type;
2494         add `(gb2312 . gbk)' to choices.
2495
2496 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2499         fast.
2500
2501         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2502
2503         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2504
2505 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2506
2507         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2508         on links.
2509
2510         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2511
2512 2008-12-03  Lute Kamstra  <lute@gnu.org>
2513
2514         * sha1.el: Remove leading * from docstrings of defcustoms,
2515         deffaces, defconsts and defuns.
2516
2517 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2520         users' addresses that don't have domain parts.
2521         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2522         rather than message-narrow-to-head since there will be the message
2523         header separator.
2524
2525 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2526
2527         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2528         since the result is inserted in a unibyte buffer anyway.
2529         (nnimap-demule-use-string-to-multibyte): Remove.
2530         (nnimap-demule): Alias it to mm-string-to-multibyte.
2531
2532 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2533
2534         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2535         variable for debugging bug#464 and bug#1174.
2536         (nnimap-demule): Use it.
2537
2538 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2539
2540         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2541         score calculation correctly.
2542
2543 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2544
2545         * message.el (message-send-mail): Just set the buffer to unibyte
2546         rather than use mm-with-unibyte-current-buffer which does a lot more.
2547         (message-send-mail-partially): Don't bother with
2548         mm-with-unibyte-current-buffer since it's already been made unibyte by
2549         message-send-mail.
2550
2551 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2554
2555 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2558
2559 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2562         require itself and to remove `with-no-warnings'.
2563
2564 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2565
2566         * starttls.el (starttls-any-program-available): Get the name of the
2567         available TLS layer program.
2568         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2569         well as the host name in the "opening" message.
2570
2571         * auth-source.el (auth-source-cache, auth-source-do-cache)
2572         (auth-source-user-or-password): Cache passwords and logins by default,
2573         allow override with `auth-source-do-cache'.
2574         (auth-source-forget-user-or-password): Allow users to remove cache
2575         entries if needed.
2576
2577 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2578
2579         * md4.el (md4-buffer): Fix typo in docstring.
2580         (md4, md4-64): Doc fixes.
2581         (md4-pack-int32): Reflow docstring.
2582
2583 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2584
2585         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2586         condition-case to only the forward-sexp call.
2587
2588 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2589
2590         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2591         quotes contained.  Make it more robust regardless by an extra
2592         condition-case wrapper.
2593
2594 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2597
2598 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * nnml.el (nnml-request-expire-articles): Check if the function set to
2601         `nnmail-expiry-target' returns the symbol `delete'.
2602
2603         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2604
2605         * nnmail.el (nnmail-expiry-target): Fix custom type.
2606
2607 2008-10-02  Glenn Morris  <rgm@gnu.org>
2608
2609         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2610         Silence compiler warning.
2611
2612 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2613
2614         * tls.el (open-tls-stream): Show the actual command being
2615         executed, instead of the format string.
2616
2617 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * lpath.el: Fbind codepage-setup for Emacs 23.
2620
2621 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2622
2623         * mml.el (mml-menu): Don't assume mml2015 is bound.
2624
2625 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2628         exists.
2629
2630 2008-09-27  Glenn Morris  <rgm@gnu.org>
2631
2632         * gnus-util.el (mail-header-remove-comments): Autoload it.
2633
2634 2008-09-27  Andreas Schwab  <schwab@suse.de>
2635
2636         * gnus-util.el (gnus-split-references): Strip comments.
2637         (gnus-parent-id): Likewise.
2638
2639 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2640
2641         * message.el (message-confirm-send): Fix version.
2642
2643 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * message.el (message-idna-to-ascii-rhs-1): Use
2646         mail-extract-address-components rather than mail-header-parse-addresses
2647         that is an alias by default to ietf-drums-parse-addresses that does not
2648         support non-ASCII names in headers' contents.
2649
2650 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * message.el (message-confirm-send): Fixed variable documentation to
2653         avoid the "y/n" wording.
2654
2655 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2656
2657         * message.el (message-set-auto-save-file-name): Save to a different
2658         filename so multiple messages (especially drafts) can be recovered.
2659
2660 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         * message.el (message-confirm-send): Add appropriate version.
2663
2664 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2667         defvar.
2668
2669 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2670
2671         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2672         (mm-pkcs7-enveloped-magic): Ditto.
2673
2674 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2675
2676         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2677         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2678
2679 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2682         default, it's better.
2683
2684 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2685
2686         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2687         summary line gnus-number property and ignore them (with a warning
2688         message).
2689
2690 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2693         macro caddr in the interactive form since it won't be expanded.
2694
2695 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2698         `charset'; fix name of function called recursively.
2699         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2700
2701 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2704         (gnus-mime-set-charset-parameters): New function.
2705         (gnus-mime-view-part-as-charset): Use it to correctly display part
2706         specifying wrong charset.
2707
2708 2008-09-08  David Engster  <dengste@eml.cc>
2709
2710         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2711         in completing-read for back end server.
2712
2713 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2714
2715         * message.el (message-confirm-send): New variable to confirm sending a
2716         message.
2717         (message-send): Use it.
2718
2719 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2720
2721         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2722
2723 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2726
2727 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2728
2729         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2730         prevent tracking too many groups.
2731         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2732         Use it.
2733
2734 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2735
2736         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2737         moving point to the bottom of the window in order to avoid recentering.
2738
2739 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2742
2743         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2744         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2745         (gnus-article-beginning-of-window): Fix calculation.
2746
2747 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * gnus-msg.el (gnus-summary-supersede-article)
2750         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2751         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2752         message header.
2753
2754 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2755
2756         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2757         pending output coming after the status change.
2758
2759 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2760
2761         * message.el:
2762         * gnus-start.el:
2763         * gnus-registry.el: Remove VMS support.
2764
2765 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2768         macro.
2769         (rfc2104-hash): Use it.
2770
2771 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2774         (gnus-summary-sort-by-most-recent-date): New commands.
2775         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2776         and menu entries.
2777
2778 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2781         don't redisplay article for raw contents; remove plural articles stuff.
2782
2783         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2784         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2785         on gnus-summary-save-article; display results properly.
2786
2787 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * lpath.el: No need to fbind ns-focus-frame.
2790
2791 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2794
2795 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2798         gnus-save-all-headers.
2799
2800 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2801
2802         * gnus-util.el (ns-focus-frame): Remove declaration.
2803         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2804         like x.
2805
2806 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2807
2808         * rfc2104.el (rfc2104-zero): Delete defconst.
2809         (rfc2104-hex-alist): Likewise.
2810         (rfc2104-hex-to-int): Delete func.
2811         (rfc2104-hexstring-to-bitstring): Likewise.
2812         (rfc2104-nybbles): New defconst.
2813         (rfc2104-hash): Rewrite for speed.
2814
2815 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * tls.el (open-tls-stream): Make it work with the 2nd argument
2818         BUFFER that is a string but does not exist as a buffer object, as
2819         mentioned in the doc-string.
2820
2821 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2824         SXEmacs.
2825
2826 2008-07-16  Glenn Morris  <rgm@gnu.org>
2827
2828         * gnus-util.el (ns-focus-frame): Declare for compiler.
2829
2830 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2833         set as a group parameter.
2834         (gnus-summary-save-in-pipe): Work when it is called independently.
2835         (gnus-summary-pipe-to-muttprint): Don't modify
2836         gnus-summary-pipe-output-default-command.
2837
2838 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2839
2840         * message.el (message-send-mail-with-sendmail):
2841         Display the error message.
2842
2843 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-art.el (gnus-default-article-saver):
2846         Add gnus-summary-save-in-pipe to choices.
2847         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2848         gnus-summary-pipe-output-default-command as the default command.
2849         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2850         instead of gnus-last-shell-command.
2851
2852         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2853         New user option.
2854         (gnus-summary-muttprint-program): Mention the value will be changed.
2855         (gnus-summary-save-article): Force showing of all headers.
2856         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2857
2858 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2859
2860         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2861
2862 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2863
2864         * nnimap.el (nnimap-id):
2865         * sieve-manage.el (sieve-manage-open): Doc fixes.
2866
2867 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2868
2869         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2870         if available.
2871
2872 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2873
2874         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2875
2876         * nnkiboze.el (nnkiboze-generate-group):
2877         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2878
2879         * nnmairix.el: Require CL.
2880
2881 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * dgnushack.el: Autoload get-display-table and put-display-table for
2884         XEmacs 21.5.
2885
2886         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2887         21.4 and SXEmacs.
2888
2889 2008-06-15  David Engster  <dengste@eml.cc>
2890
2891         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2892
2893 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2894
2895         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2896         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2897         runtime choice under XEmacs.
2898
2899         * gnus-sum.el (gnus-summary-set-display-table):
2900         Use `gnus-put-display-table', `gnus-get-display-table',
2901         `gnus-set-display-table' for the display table, instead of `aset'.
2902
2903         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2904         Use `gnus-put-display-table', `gnus-get-display-table',
2905         `gnus-set-display-table' for the display table.
2906
2907 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2908
2909         * nnmairix.el: Add autoloads.
2910
2911 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * nnmairix.el (nnmairix-delete-recreate-group)
2914         (nnmairix-update-and-clear-marks): Fix error messages.
2915
2916 2008-06-14  David Engster  <dengste@eml.cc>
2917
2918         * nnmairix.el: Upgrade to version 0.6.
2919         (nnmairix-group-toggle-propmarks-this-group)
2920         (nnmairix-group-toggle-readmarks-this-group)
2921         (nnmairix-group-delete-recreate-this-group)
2922         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2923         (nnmairix-remove-tick-mark-original-article): New commands.
2924         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2925         (nnmairix-propagate-marks-to-nnmairix-groups)
2926         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2927         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2928         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2929         functions needed for marks propagation and manipulation of read marks.
2930         (nnmairix-update-groups): New function.
2931         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2932         (nnmairix-determine-original-group-from-registry)
2933         (nnmairix-determine-original-group-from-path)
2934         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2935         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2936         New helper functions.
2937         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2938         keystrokes for new commands.
2939         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2940         (nnmairix-request-group): Check allow-fast group parameter.
2941         (nnmairix-request-create-group): Set allow-fast group parameter if
2942         nnmairix-allowfast-default is set.
2943         (nnmairix-close-group): Propagate marks upon closing if needed.
2944         (nnmairix-group-toggle-threads-this-group): Use new.
2945         nnmairix-group-toggle-parameter helper function.
2946         (nnmairix-search): Better check for empty search result.
2947         (nnmairix-goto-original-article): Use new helper functions for
2948         determining original article.
2949         (nnmairix-show-original-article): Make sure message-id is in brackets.
2950         (nnmairix-call-mairix-binary): Change variable name.
2951         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2952         helper function.
2953         (nnmairix-widget-toggle-activate): Fix doc string.
2954
2955 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * nnir.el: Require edmacro when compiling with XEmacs.
2958         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2959         available in Emacs 21.
2960
2961 2008-06-11  Glenn Morris  <rgm@gnu.org>
2962
2963         * gnus-util.el (x-focus-frame):
2964         * gnus.el (image-size):
2965         * mm-decode.el (image-size): Declare.
2966
2967         * gnus-picon.el (declare-function): Add compat definition.
2968         (image-size): Declare.
2969
2970         * gnus-group.el (tool-bar-map):
2971         * gnus-sum.el (tool-bar-map): Define for compiler.
2972
2973         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2974
2975         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2976
2977         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2978         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2979         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2980         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2981         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2982         * sieve-manage.el, spam-report.el, spam.el:
2983         Remove unnecessary eval-and-compile of autoloads.
2984
2985 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2986
2987         * auth-source.el: Precise Tramp doc.
2988
2989 2008-06-07  Glenn Morris  <rgm@gnu.org>
2990
2991         * nnmairix.el: Remove unnecessary eval-when-compile.
2992
2993 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * lpath.el: Fbind propertize for XEmacs 21.4.
2996
2997 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2998
2999         * nnir.el: Move here from ../contrib.
3000
3001 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3002
3003         * gnus-util.el (gnus-read-shell-command): New function.
3004         * mm-decode.el (mm-pipe-part):
3005         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3006
3007 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3010
3011 2008-06-03  Glenn Morris  <rgm@gnu.org>
3012
3013         * pop3.el (nnheader-accept-process-output): Autoload it.
3014
3015 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3018         are not 2-digit hexadecimal characters that follow `%'s.
3019
3020 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3021
3022         * message.el (message-bogus-recipient-p): Fix type in doc string.
3023         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3024         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3025         Improve custom options.
3026         (message-bogus-recipient-p): Adjust accordingly.
3027
3028 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3029
3030         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3031         long-form month and day names.
3032
3033 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * dgnushack.el: Autoload debug, eudc-expand-inline and
3036         pgg-snarf-keys-region for XEmacs.
3037
3038         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3039
3040         * nnmairix.el: Require edmacro when compiling with XEmacs.
3041
3042 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3043
3044         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3045         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3046
3047 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * auth-source.el: Add more docs.
3050
3051         * netrc.el (netrc-machine): Always match if the port is not given.
3052
3053 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3056         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3057         retrieval faster in some cases, but might make CPU usage larger.  If
3058         this has any bad side effects, we might revert this change.
3059
3060         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3061         seems to make mail retrieval much, much faster.
3062         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3063         unconditionally.
3064
3065         * gnus-draft.el (gnus-group-send-queue): Bind
3066         message-send-mail-partially-limit to nil to avoid being prompted.
3067
3068 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3069
3070         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3071
3072         * message.el (message-bogus-address-regexp): Fix and improve custom
3073         type.
3074         (message-setup-hook): Add message-check-recipients as custom option.
3075
3076 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3077
3078         * message.el (message-cite-function): Remove bogus autoload which crept
3079         in during merge from v5-10.
3080
3081 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3084
3085         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3086
3087         * auth-source.el: Preliminary Tramp docs.
3088         (auth-sources): Change the default auth-sources to use
3089         EPA .gpg files.
3090
3091 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * nntp.el: Autoload `auth-source-user-or-password'.
3094         (nntp-send-authinfo): Use it.
3095
3096         * nnimap.el: Autoload `auth-source-user-or-password'.
3097         (nnimap-open-connection): Use it.
3098
3099         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3100         for the gnus-message function.
3101         (auth-source-user-or-password): Use it.
3102
3103 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3104
3105         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3106         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3107         (rfc2104-hash): Use it.
3108
3109 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3110
3111         * gnus-art.el (gnus-article-toggle-truncate-lines):
3112         Don't use `iff' in docstring.
3113
3114 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3115
3116         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3117
3118         * gnus-util.el (gnus-extract-address-component-name)
3119         (gnus-extract-address-component-email): Convenience functions around
3120         `gnus-extract-address-components'.
3121
3122         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3123         Use `gnus-extract-address-component-email' to fix bug of comparing full
3124         sender name to `user-mail-address'.
3125
3126 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3127
3128         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3129         catch/throw to optimize.
3130         (gnus-registry-find-keywords): Just use member to find a keyword.
3131
3132 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3133
3134         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3135         is current before calling gnus-server-prepare.
3136         (gnus-server-setup-buffer, gnus-server-update-server)
3137         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3138
3139 2008-05-04  Juri Linkov  <juri@jurta.org>
3140
3141         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3142         (mailcap-file-default-commands): Use mailcap-replace-in-string
3143         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3144         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3145
3146 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3147
3148         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3149
3150 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3151
3152         * gnus.el: Bump version to 0.11.
3153
3154 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3155
3156         * gnus.el: No Gnus v0.10 is released.
3157
3158 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3161         hooks.
3162         (gnus-update-read-articles): Speed up non-marks-using users.
3163         (gnus-use-marks): Define gnus-use-marks.
3164         (gnus-propagate-marks): Rename variable to something more sensible.
3165
3166 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3167
3168         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3169         (gmm-image-load-path-for-library): Fix typos in docstrings.
3170         (gmm-message): Reflow docstring.
3171
3172 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3173
3174         * mail-source.el (mail-source-set-1, mail-source-bind):
3175         Move auth-source code out of the macro to clean it up and fix bugs.
3176
3177 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3180         by sender if it's equal to user-mail-address, it's likely to be
3181         useless.
3182
3183         * mail-source.el (mail-source-bind): Don't use user or password if they
3184         are not bound.  Unintern them if they are nil.  Don't use server unless
3185         it's bound, and default it to empty string otherwise.
3186
3187 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * mail-source.el: Load auth-source.el.
3190         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3191         get user name or password, if auth-sources is set up.
3192
3193         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3194         strategy of splitting with parent.
3195         (gnus-registry-split-fancy-with-parent)
3196         (gnus-registry-post-process-groups): Use it and fix prior
3197         bug (returning a list as the split result).
3198
3199         * auth-source.el (auth-sources): Remove server parameter.
3200         (auth-source-pick, auth-source-user-or-password)
3201         (auth-source-user-or-password-imap)
3202         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3203         (auth-source-user-or-password-sftp)
3204         (auth-source-user-or-password-smtp): Remove server parameter.
3205
3206 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3207
3208         * smime.el (smime-sign-region, smime-encrypt-region)
3209         (smime-decrypt-region):
3210         Remove redundant calls to `generate-new-buffer-name'.
3211
3212 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3213
3214         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3215         Don't use QP for message/rfc822.
3216         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3217
3218 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3219
3220         * sieve-manage.el (sieve-string-bytes): Remove.
3221         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3222         correct byte-length only if the process's coding-system is the same as
3223         the one used internally by Emacs to represent strings.
3224
3225 2008-04-22  Juri Linkov  <juri@jurta.org>
3226
3227         * mailcap.el (mailcap-file-default-commands): New function.
3228
3229 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * message.el (message-signature-separator, message-cite-function):
3232         Change custom version.
3233
3234 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3235
3236         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3237         commands.
3238         (tls-checktrust): Ditto.
3239
3240 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3241
3242         * mm-decode.el (mm-display-external): Make temp file read-only.
3243
3244 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3247         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3248         `C-c C-f d'.
3249
3250 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3251
3252         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3253
3254 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3255
3256         * gnus.el: Bump version to 0.9.
3257
3258 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * gnus.el: No Gnus v0.8 is released.
3261
3262 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3263
3264         * mail-source.el (mail-source-value):
3265         Prefer fboundp to functionp so it works with macros as well.
3266
3267 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3268
3269         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3270         Fix last change in case the element is not even a symbol.
3271
3272 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3273
3274         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3275         Prefer fboundp to functionp so it works with macros as well.
3276
3277 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3278
3279         * auth-source.el: Added docs.
3280         (auth-sources): Modify format to support server.
3281         (auth-source-pick, auth-source-user-or-password)
3282         (auth-source-user-or-password-imap)
3283         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3284         (auth-source-user-or-password-sftp)
3285         (auth-source-user-or-password-smtp): Add server parameter.
3286
3287 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3288
3289         * gnus-registry.el: Initialize the registry when gnus-registry-install
3290         is t.
3291
3292 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * compface.el (uncompface): Make buffer unibyte.
3295
3296 2008-04-05  Glenn Morris  <rgm@gnu.org>
3297
3298         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3299
3300 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3301
3302         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3303         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3304
3305         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3306         multibyteness after rather than before erasing it.
3307
3308         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3309         mm-with-multibyte.
3310         (gnus-request-article-this-buffer): Make sure the proper decoding is
3311         used if gnus-original-article-buffer happens to be unibyte.
3312
3313         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3314         default-enable-multibyte-characters.
3315
3316         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3317         default-enable-multibyte-characters.
3318
3319         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3320
3321         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3322
3323 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3324
3325         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3326         (imap-message-copyuid-1): Use it.
3327         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3328         J. Williams in
3329         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3330
3331         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3332         imap-enable-exchange-bug-workaround.
3333         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3334
3335 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3336
3337         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3338         a 100 byte status-checks into a 2-3MB transfer for each group.
3339         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3340         to enable bug workaround or not.
3341         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3342
3343 2008-03-31  Glenn Morris  <rgm@gnu.org>
3344
3345         * message.el (mml2015-use): Declare for compiler.
3346         (message-info): Require mml2015 when appropriate.
3347
3348 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3351         whitespace.
3352
3353 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3354
3355         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3356         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3357         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3358         (nntp-service-to-port): New function.
3359         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3360         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3361         (nntp-open-netcat-stream): New function.
3362         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3363
3364 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3365
3366         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3367
3368 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3369
3370         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3371
3372 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3373
3374         * dns.el (dns-write): Use set-buffer-multibyte.
3375
3376 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3377
3378         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3379
3380 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3381
3382         * message.el (message-signature-separator): Change default.
3383         Improve custom type.
3384         (message-cite-function): Change default to
3385         message-cite-original-without-signature.
3386
3387         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3388         toggle.
3389
3390         * message.el (message-check-news-body-syntax): Fix signature check.
3391         (message-setup-1): Mark buffer as unmodified _after_ running
3392         message-setup-hook and handling message-alternative-emails.
3393         (message-shorten-references): Be more strict when building list of
3394         valid references to comply with GNKSA.
3395
3396         * gnus-group.el (gnus-read-ephemeral-bug-group)
3397         (gnus-read-ephemeral-debian-bug-group)
3398         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3399
3400         * message.el (message-info): Don't use booleanp which isn't supported
3401         in Emacs 21 and XEmacs.
3402
3403 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3404
3405         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3406         gnus-group-gmane-group-download-format.
3407         (gnus-group-read-ephemeral-gmane-group): Rename from
3408         gnus-group-read-ephemeral-gmane-group.
3409         (gnus-read-ephemeral-gmane-group-url): Rename from
3410         gnus-group-read-ephemeral-gmane-group-url.
3411         (gnus-bug-group-download-format-alist): New variable.
3412         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3413         (gnus-read-ephemeral-emacs-bug-group): New commands.
3414
3415 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3416
3417         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3418         (gnus-visible-headers): Improve custom type.
3419
3420 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * mml.el (mml-menu): Add workarounds for XEmacs.
3423
3424         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3425         X-Boundary header.
3426
3427         * message.el (message-simplify-recipients): Fix previous commit.
3428
3429 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3430
3431         * mm-util.el (mm-set-buffer-multibyte): New function.
3432         * mm-decode.el (mm-copy-to-buffer): Use it.
3433
3434 2008-03-19  Glenn Morris  <rgm@gnu.org>
3435
3436         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3437         Accidentally removed in the sync process with Emacs.
3438
3439 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3440
3441         * message.el (message-alter-recipients-discard-bogus-full-name):
3442         New function.
3443         (message-alter-recipients-function): New variable.
3444         (message-get-reply-headers): Use it.
3445         (message-replace-header): New helper function.
3446         (message-recipients-without-full-name): New variable.
3447         (message-simplify-recipients): New command.
3448
3449         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3450
3451         * message.el (message-info): Handle EasyPG manual.
3452
3453         * mml.el (mml-menu): Add entry for EasyPG.
3454
3455 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3456
3457         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3458         parameter.
3459
3460         * message.el (message-disassociate-draft): Specify drafts group name
3461         fully.
3462
3463 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3466         unnecessary duplicates from the match list.
3467
3468 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3471
3472         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3473
3474         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3475         args of `how-many' of which the XEmacs version doesn't take; declare
3476         Info-index-next as function.
3477
3478 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3479
3480         * gnus-score.el (gnus-score-headers): Fix handling of
3481         gnus-inhibit-slow-scoring.
3482
3483         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3484         string.
3485         (gnus-button-url-regexp): Improve handling of parenthesis.
3486         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3487         (gnus-button-handle-info-keystrokes): Handle index entries.
3488
3489 2008-03-15  Glenn Morris  <rgm@gnu.org>
3490
3491         * parse-time.el (parse-time-string): Simplify.
3492
3493 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3496         Incoming* files.
3497
3498 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3499
3500         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3501         (auth-source-pick): Use it.
3502
3503 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3504
3505         * binhex.el (binhex-decode-region-internal):
3506         * uudecode.el (uudecode-decode-region-internal):
3507         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3508         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3509         setting default-enable-multibyte-characters.
3510
3511 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3512
3513         * auth-source.el (auth-source-protocols)
3514         (auth-source-protocols-customize, auth-source-choices): Added and
3515         modified variable customizations and defaults.
3516         (auth-source-pick, auth-source-user-or-password)
3517         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3518         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3519         (auth-source-user-or-password-sftp)
3520         (auth-source-user-or-password-smtp): Use new variables and provide an
3521         interface to netrc.el.
3522
3523 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3526         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3527         Make sure the nntp port to specify is a string.
3528
3529 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3530
3531         * nntp.el: Use with-current-buffer.
3532         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3533         dubious mm-with-unibyte-current-buffer.
3534         (nntp-with-open-group-function): New function extracted from
3535         nntp-with-open-group macro.
3536         (nntp-with-open-group): Use the function, so it's easier to debug.
3537         Add indentation and debugging info.
3538         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3539         the use of the netcat alternatives.
3540
3541         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3542         Avoid mm-string-as-multibyte as well.
3543
3544         * nnweb.el (nnweb-insert-html):
3545         Remove use of nnheader-string-as-multibyte.
3546
3547         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3548         (nnheader-string-as-multibyte): Remove.
3549
3550         * mm-view.el: Use inhibit-read-only.
3551         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3552         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3553         or unibyte-string.
3554
3555         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3556         (mm-uu-yenc-extract): Use with-current-buffer.
3557
3558         * gnus-soup.el (gnus-soup-send-packet): Don't use
3559         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3560
3561         * nnmh.el: Use with-current-buffer.
3562         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3563         mm-string-as-multibyte on the output of mm-encode-coding-string.
3564
3565         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3566         (nnimap-request-move-article): Use with-current-buffer.
3567
3568         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3569         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3570         conversion uses string-make-unibyte rather than string-as-unibyte.
3571
3572         * gnus-msg.el: Use with-current-buffer.
3573
3574         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3575
3576 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3577
3578         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3579         string for caching if it is 'PIN.
3580
3581 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * lpath.el: Consider the case without Emacs/W3.
3584
3585 2008-03-08  Glenn Morris  <rgm@gnu.org>
3586
3587         * time-date.el (date-to-time, time-subtract, time-add)
3588         (safe-date-to-time): Doc fixes.
3589
3590 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3591
3592         * mail-source.el (mail-source-delete-old-incoming-confirm):
3593         Change default to nil.
3594         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3595
3596 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * lpath.el: Rearrange.
3599
3600         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3601         (gnus-article-goto-prev-page): Work for articles having ^L's.
3602
3603         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3604
3605         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3606
3607 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3608
3609         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3610         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3611         (gnus-bookmark-jump): Adjust some variable names.
3612
3613 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * auth-source.el: New package.
3616         (auth-source-choices): Add customization entry point variable.
3617
3618         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3619         bug.
3620
3621 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3624         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3625         (gnus-registry-install-shortcuts): Rename from
3626         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3627         the `gnus-registry-mark-map' keymap dynamically from
3628         `gnus-registry-marks'.  The generated functions update the summary line
3629         when a registry mark is added or deleted, and will call
3630         `gnus-registry-install-p' (see the comments in the code).
3631         (gnus-registry-user-format-function-M): Use concat intelligently.
3632
3633         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3634         the registry mark functions.
3635
3636 2008-03-05  Glenn Morris  <rgm@gnu.org>
3637
3638         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3639         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3640         gnus-art.
3641         (top-level): No need to load own source when compiling.
3642
3643 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3644
3645         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3646         Suggested by <chris.anderton@zetnet.co.uk>.
3647
3648 2008-03-04  Glenn Morris  <rgm@gnu.org>
3649
3650         * gnus-sum.el (top-level): No need to require gnus when compiling,
3651         since unconditionally required near start of file.
3652         (gnus-summary-display-while-building): Move definition before use.
3653
3654 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3655
3656         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3657         formatting function.
3658
3659 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3662         with plists.
3663         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3664         Use new format.
3665
3666 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3669         `where-is-internal' that returns a range of key sequences.
3670
3671 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3672
3673         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3674
3675         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3676         (gnus-summary-jump-to-group): Consider windows on other displayed
3677         frames as well.  Similar changes might be needed elsewhere, but that's
3678         the one I've bumped into during my use.
3679
3680         * nndoc.el (nndoc-oe-dbx-type-p):
3681         * gnus-msg.el (gnus-debug):
3682         * gnus-group.el (gnus-update-group-mark-positions):
3683         Use mm-string-to-multibyte.
3684
3685 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3686
3687         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3688         doesn't handle NotDashEscaped.
3689
3690         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3691         (mml-dnd-attach-options): Fix typo in custom choice.
3692
3693         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3694         nndoc-article-type to mbox.
3695         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3696
3697         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3698         to nil, instead of html2text.
3699
3700         * imap.el (imap-debug): Add `imap-ping-server'.
3701
3702         * gnus-bookmark.el: Add FIXMEs.
3703
3704         * message.el (message-form-letter-separator)
3705         (message-send-form-letter-delay): New variables.
3706         (message-send-form-letter): Use them.  New command to send form
3707         letters.  Requested by Uwe Siart.
3708         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3709
3710 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * Update copyright years.
3713
3714 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3715
3716         Sync from EMACS_22_BASE.
3717
3718         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3719
3720 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3721
3722         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3723         empty author.
3724
3725 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3726
3727         * gnus-registry.el (gnus-registry-marks): Add variable for
3728         customization of marks and their appearance.
3729         (gnus-registry-read-mark): Use it.
3730         (gnus-registry-do-marks): Add utility function to loop through
3731         `gnus-registry-marks'.
3732         (gnus-registry-install-shortcuts-and-menus): Add function to install
3733         shortcuts and menus.
3734         (gnus-registry-initialize): Use it.
3735         (gnus-registry-default-mark): Clarify documentation.
3736
3737 2008-02-29  Glenn Morris  <rgm@gnu.org>
3738
3739         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3740         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3741         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3742         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3743         Change defcustom :version from 23.0 to 23.1.
3744
3745 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3746
3747         * gnus-registry.el (gnus-registry-follow-group-p)
3748         (gnus-registry-post-process-groups): Add functions to aid registry
3749         splitting and improve logging.  Clarify behavior in function
3750         documentation.
3751         (gnus-registry-split-fancy-with-parent): Use them.
3752
3753 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3754
3755         * gnus-art.el: Use with-current-buffer.
3756
3757 2008-02-27  David Engster  <dengste@eml.cc>
3758
3759         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3760         Express real group name in the response.
3761
3762 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3765         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3766         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3767         autoload gnus-registry-fetch-group when compiling.
3768         (nnmairix-request-group-with-article-number-correction): Remove
3769         unreferenced argument passed to nnmairix-call-backend.
3770
3771 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3772
3773         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3774         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3775         Wilde.
3776
3777 2008-02-27  Glenn Morris  <rgm@gnu.org>
3778
3779         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3780         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3781         variables to defconsts.  Convert comments to doc-strings.
3782         (nnmairix-last-server, nnmairix-current-server): Convert from free
3783         variables to defvars.  Convert comments to doc-strings.
3784         (gnus-registry-fetch-group): Autoload.
3785         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3786         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3787         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3788         caddr.
3789         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3790         nnmairix-request-group-with-article-number-correction call.
3791         (nnmairix-fast, nnmairix-group): New, less general names, for free
3792         variables passed from nnmairix-request-group to
3793         nnmairix-request-group-with-article-number-correction.  Declare.
3794         (nnmairix-request-group-with-article-number-correction):
3795         Use nnmairix-fast, nnmairix-group rather than fast, group.
3796
3797 2008-02-26  David Engster  <dengste@eml.cc>
3798
3799         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3800         version 0.5.
3801
3802 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3805         instead of making an extra function call.  Don't add the current group
3806         to articles only when they have the group.  Use
3807         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3808         Reported by David <de_bb@arcor.de>.
3809
3810 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3813         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3814
3815 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * mail-source.el (mail-source-delete-incoming): Change default.
3818         Supplement doc string.
3819
3820         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3821
3822 2008-02-14  Glenn Morris  <rgm@gnu.org>
3823
3824         * time-date.el (format-seconds): New function.
3825
3826 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3827
3828         * nnmail.el (nnmail-message-id-cache-file): Derive from
3829         `gnus-home-directory'.
3830
3831 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3832
3833         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3834         Document negative prefix.
3835
3836         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3837
3838 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * message.el (message-unsent-separator): Add the Exim bounce
3841         separator.
3842
3843 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3844
3845         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3846         list.
3847         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3848         recipient/signer list.
3849
3850 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * Makefile.in (datarootdir): Define.
3853         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3854         name that might contain whitespace.
3855
3856 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3859         fbound (Emacs 23 unicode), signal an error.
3860
3861 2008-02-08  Glenn Morris  <rgm@gnu.org>
3862
3863         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3864
3865 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3866
3867         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3868         ports to the calls to `netrc-machine-user-or-password' in addition to
3869         "imap" and "imaps".
3870
3871 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3872
3873         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3874
3875         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3876
3877 2008-02-01  Kenichi Handa  <handa@m17n.org>
3878
3879         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3880         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3881         (rfc2104-hash): Convert the result of concat to unibyte string.
3882
3883 2008-02-01  Dave Love  <fx@gnu.org>
3884
3885         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3886         coding-system-for-read.
3887         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3888
3889 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3890
3891         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3892         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3893         <hanche@math.ntnu.no>.
3894
3895 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3898
3899         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3900
3901 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3902
3903         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3904         * message.el (message-beginning-of-line): Use featurep instead of bound
3905         tests in order to resolve conditionals at compile time.
3906
3907 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3908
3909         * mail-source.el (mail-sources): Add `group' choice.
3910
3911         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3912         parameter `in-group' to control into which group the articles go.
3913         Add treatment of `group' mail-source.
3914
3915 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3918
3919         * mm-decode.el (mm-dissect-buffer): Decode description.
3920
3921         * mml.el (mml-to-mime): Encode message header first.
3922
3923 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3926         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3927
3928         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3929         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3930
3931 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3932
3933         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3934
3935 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3938         prefix keys.
3939         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3940         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3941         gnus-xmas.el.
3942
3943         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3944         (gnus-xmas-article-describe-bindings): New function.
3945         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3946         gnus-xmas-article-describe-bindings.
3947
3948         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3949
3950 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3953         Add new variables for article mark management.
3954         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3955         list of extra data entries which, when present, will indicate that the
3956         article ID should not be trimmed from the registry.
3957         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3958         functions.
3959         (gnus-registry-read-mark): New function to read a mark name from the
3960         user.
3961         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3962         (gnus-registry-set-article-mark-internal): New functions to add and
3963         remove marks.
3964         (gnus-registry-get-article-marks): New function to show the marks for
3965         an article, or retrieve them for further use.
3966
3967 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3970         keys when no argument is given.
3971
3972 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * imap.el (imap-ping-server): New variable.
3975         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3976         (imap-ping-server): Minor doc string fixes.
3977
3978 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3979
3980         * imap.el (imap-ping-server): New function.
3981         (imap-opened): Call imap-ping-server.
3982
3983 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3984
3985         * gnus-sum.el (gnus-article-sort-by-random)
3986         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3987         jidanni@jidanni.org.
3988
3989 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-art.el (gnus-article-describe-bindings): New function.
3992         (gnus-article-read-summary-keys): Use it.
3993         (gnus-article-mode-map): Bind `C-h b' to it.
3994
3995 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3998         XEmacs.
3999         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4000         against non-character events.
4001
4002         * lpath.el: Fbind map-keymap for Emacs 21.
4003
4004 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4007         command.
4008         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4009         instead of END.  Change name of the temp file.
4010         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4011         customizable.
4012
4013 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4016         bind `S W' to gnus-article-wide-reply-with-original; set default
4017         binding to gnus-article-read-summary-send-keys.
4018         (gnus-article-read-summary-keys): Fix the order of keys; display
4019         continuation keys correctly in the echo area; describe bindings
4020         correctly when keys end with `C-h'.
4021         (gnus-article-read-summary-send-keys): New function.
4022         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4023         for gnus-article-read-summary-send-keys; display continuation keys
4024         correctly in the echo area.
4025         (gnus-article-reply-with-original): Ignore prefix argument.
4026         (gnus-article-wide-reply-with-original): New function.
4027
4028         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4029         Emacs 21.
4030
4031 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4034         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4035
4036 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4039         (gnus-group-read-ephemeral-gmane-group): New command.
4040
4041 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4042
4043         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4044
4045 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4046
4047         * message.el (message-send-mail-function): Increase custom version.
4048
4049         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4050         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4051
4052 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4053
4054         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4055         for the cases where imap-authenticate is called with a nil buffer
4056         parameter.
4057
4058 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4061         html parts correctly; support forwarded messages.
4062         (gnus-article-browse-html-article): Remove work buffers.
4063
4064         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4065         compiling.
4066         (netrc-bound-and-true-p): New macro.
4067         (netrc-parse): Use it instead of bound-and-true-p that is not available
4068         in XEmacs 21.4.
4069
4070 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * gnus-registry.el (gnus-registry-mark-article)
4073         (gnus-registry-article-marks): Add functionality to mark articles
4074         through the Gnus registry.
4075
4076         * encrypt.el: Clarify documentation for the new pgg method.
4077         (encrypt-file-alist): Add PGG option.
4078         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4079         functionality.  Abstract password key and messaging to external
4080         functions.
4081         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4082         (encrypt-message-method-and-cipher): Add new convenience external
4083         functions.
4084         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4085         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4086
4087         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4088         (netrc-parse): Use encrypt-file-alist to determine if
4089         encrypt-find-model or encrypt-insert-file-contents should be used.
4090
4091         * encrypt.el: Clarify documentation.  Load password-cache or
4092         password, whichever one is found first, instead of autoloading.
4093
4094 2007-12-19  Glenn Morris  <rgm@gnu.org>
4095
4096         * mml.el (message-options-set, message-narrow-to-head)
4097         (message-in-body-p, message-mail-p, message-encode-message-body):
4098         Autoload.
4099         (message-remove-header, message-narrow-to-headers-or-head)
4100         (message-subscribed-p, message-make-mail-followup-to)
4101         (message-position-on-field, message-news-p)
4102         (message-options-set-recipient, message-generate-headers)
4103         (message-sort-headers): Declare as functions.
4104
4105 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4108         convention in doc string.
4109
4110 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4113         title to html parts.
4114         (gnus-article-browse-html-article): Pass message header to it.
4115
4116         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4117
4118 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4121         or password compatible with XEmacs.
4122
4123 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4126         format document.
4127         (gnus-mime-delete-part): Don't write description line if empty.
4128         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4129
4130 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4131
4132         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4133         (gnus-summary-mark-read-and-unread-as-read)
4134         (gnus-summary-mark-current-read-and-unread-as-read)
4135         (gnus-summary-mark-unread-as-ticked): Doc fix.
4136         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4137
4138 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4141         Christoph Conrad <christoph.conrad@gmx.de>.
4142
4143 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4146         yes-or-no-p.
4147
4148 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * mm-decode.el (mm-add-meta-html-tag): New function.
4151         (mm-save-part-to-file, mm-pipe-part): Use it.
4152
4153         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4154         gnus-y-or-n-p instead of y-or-n-p.
4155         (gnus-article-browse-html-parts): Work with message/external-body; use
4156         mm-add-meta-html-tag.
4157
4158 2007-12-11  Glenn Morris  <rgm@gnu.org>
4159
4160         * gnus-cache.el: Require gnus-sum not just when compiling.
4161
4162         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4163
4164         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4165         definitions before use.
4166
4167         * mm-decode.el: Require gnus-util.
4168         (mm-remove-part): Only call delete-annotation on XEmacs.
4169
4170         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4171
4172         * nnmail.el: Require gnus-int.
4173
4174         * spam.el: Move `require's before `eval-when-compile's.
4175
4176         * gnus-ems.el (gnus-alive-p):
4177         * gnus-fun.el (message-goto-eoh):
4178         * gnus-util.el (gnus-group-name-decode):
4179         * mail-source.el (gnus-compress-sequence):
4180         * message.el (Info-goto-node, format-spec):
4181         * mm-bodies.el (message-options-get):
4182         * mm-decode.el (mm-view-pkcs7):
4183         * mm-util.el (gmm-write-region):
4184         * mml-smime.el (mml-compute-boundary)
4185         (gnus-completing-read-with-default):
4186         * mml.el (widget-button-press, gnus-make-hashtable):
4187         * mml1991.el (mm-decode-content-transfer-encoding)
4188         (mm-encode-content-transfer-encoding)
4189         (message-options-get, message-options-set):
4190         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4191         * nnfolder.el (gnus-request-group):
4192         * nnheader.el (ietf-drums-unfold-fws):
4193         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4194         * smime.el (gnus-run-mode-hooks):
4195         * spam-stat.el (gnus-message): Autoload.
4196
4197         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4198         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4199         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4200         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4201         Add declare-function compatibility definition.
4202
4203         * gnus-cache.el (nnvirtual-find-group-art):
4204         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4205         (gnus-add-image, gnus-add-wash-type):
4206         * gnus-group.el (nnkiboze-score-file):
4207         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4208         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4209         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4210         (message-tokenize-header, gnus-get-buffer-create)
4211         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4212         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4213         * gnus.el (gnus-group-decoded-name):
4214         * mail-source.el (imap-capability):
4215         * mm-bodies.el (message-options-set):
4216         * mm-decode.el (gnus-configure-windows):
4217         * mm-extern.el (message-goto-body):
4218         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4219         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4220         (epg-sub-key-validity, message-options-set):
4221         * mml.el (widget-event-point, gnus-configure-windows):
4222         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4223         * mml2015.el (epg-check-configuration, epg-configuration)
4224         (message-options-set):
4225         * nndb.el (nndb-request-article):
4226         * nnfolder.el (gnus-request-create-group):
4227         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4228         * nnmaildir.el (gnus-group-mark-article-read):
4229         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4230         * rfc1843.el (message-fetch-field):
4231         * spam.el (gnus-extract-address-components):
4232         Declare as functions.
4233
4234 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4237
4238         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4239
4240         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4241         bind show-trailing-whitespace for XEmacs.
4242
4243 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4246         new no-op macro for backward compatibility.
4247
4248         * imap.el (imap-string-to-integer): New function.
4249
4250 2007-12-09  Glenn Morris  <rgm@gnu.org>
4251
4252         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4253
4254         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4255         * message.el, mm-view.el, sieve-manage.el, smime.el:
4256         Add declare-function compatibility definition.
4257
4258         * gnus-art.el (w3-region, w3m-region, Info-menu):
4259         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4260         * gnus-sum.el (gnus-get-predicate):
4261         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4262         * message.el (mail-abbrev-in-expansion-header-p):
4263         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4264         (w3m-detect-meta-charset, w3m-region):
4265         * sieve-manage.el (password-read, password-cache-add)
4266         (password-cache-remove):
4267         * smime.el (password-read-and-add): Declare as functions.
4268
4269 2007-12-08  David Kastrup  <dak@gnu.org>
4270
4271         * gnus-sum.el (gnus-summary-simplify-subject-query):
4272         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4273         `message'.
4274
4275 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4278         it to bind idna-program, installation-directory, defined-colors, and
4279         face-attribute for XEmacs of the version that compiles defcustom forms.
4280
4281 2007-12-07  Glenn Morris  <rgm@gnu.org>
4282
4283         * gnus-art.el (article-make-date-line): Revert previous change.
4284
4285 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4286
4287         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4288
4289 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4290
4291         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4292         Call gnus-add-to-range ranges only once with a prepared article-list.
4293
4294 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4295
4296         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4297         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4298         group names with backslashes.  Reported by Tassilo Horn
4299         <tassilo@member.fsf.org>.
4300
4301 2007-12-06  Deepak Goel  <deego3@gmail.com>
4302
4303         * gnus-art.el (article-make-date-line):
4304         * gnus-start.el (gnus-load):
4305         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4306
4307 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-use-idna)
4310         * gnus-start.el (gnus-site-init-file)
4311         * message.el (message-use-idna)
4312         * mm-uu.el (mm-uu-hide-markers)
4313         * smiley.el (smiley-style): Revert changes that suppress warnings.
4314
4315 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4318         specify charset to html source.  Reported by Christoph Conrad
4319         <christoph.conrad@gmx.de>.
4320
4321 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4324         idna-program in order to suppress byte compile warning issued by XEmacs
4325         that came to byte compile the default value section of defcustom forms
4326         recently.
4327
4328         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4329         value of installation-directory.
4330
4331         * message.el (message-use-idna): Don't directly refer to the value of
4332         idna-program.
4333
4334         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4335
4336         * smiley.el (smiley-style): Don't directly call face-attribute.
4337
4338 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4341
4342         * gnus-dired.el: Reduce Gnus dependencies.
4343         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4344         require.  Use autoloads instead.
4345         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4346         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4347         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4348         (gnus-dired-mode): Adjust doc string.
4349         (gnus-dired-mail-mode): New variable.
4350         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4351         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4352         (gnus-dired-mail-buffers): New function.  Return mail or message
4353         composition buffers.
4354         (gnus-dired-attach): Use it.
4355         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4356         NO-DECODE.
4357         (gnus-dired-print): Use `gnus-print-buffer' depending on
4358         `gnus-dired-mail-mode'.
4359
4360 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * rfc2047.el (rfc2047-encoded-word-regexp)
4363         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4364         explaining what regexp patterns are for.
4365
4366 2007-12-04  Glenn Morris  <rgm@gnu.org>
4367
4368         * password.el: Move to password-cache.el.
4369
4370         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4371         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4372         * mml-smime.el (password-read, password-cache-add)
4373         (password-cache-remove):
4374         No need to autoload, since mml-sec requires password.
4375
4376         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4377         * message.el (gnus-extract-address-components):
4378         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4379
4380         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4381         password.
4382
4383 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4384
4385         * mailcap.el: Reduce dependencies.
4386         (mail-header-parse-content-type): Autoload.
4387         (mailcap-delete-duplicates): New alias.
4388         (mailcap-mime-info): Add optional argument NO-DECODE.
4389         (mailcap-mime-types): Use mailcap-delete-duplicates.
4390
4391         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4392
4393 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4394
4395         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4396         (imap-parse-status): Upcase status-att for servers that sends them
4397         lower-case (e.g., MS Exchange 2007).
4398
4399 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4402         function.
4403
4404         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4405         (gnus-uu-yenc-article): New function.
4406
4407         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4408
4409         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4410         buffer.
4411
4412 2007-12-02  Glenn Morris  <rgm@gnu.org>
4413
4414         * binhex.el (binhex): New custom group.
4415         (binhex-decoder-program, binhex-decoder-switches)
4416         (binhex-use-external): Move to the binhex custom group.
4417
4418         * uudecode.el (uudecode): New custom group.
4419         (uudecode-decoder-program, uudecode-decoder-switches)
4420         (uudecode-use-external): Move to the uudecode custom group.
4421
4422         * netrc.el (top-level): Don't load `encrypt' features.
4423         (netrc-parse): Don't use encrypt.
4424         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4425
4426         * encrypt.el: Remove file.
4427
4428 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4429
4430         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4431         matches on patches.
4432
4433         * gnus-art.el (gnus-article-browse-html-article): Mention
4434         `mm-text-html-renderer' in the doc string.
4435
4436         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4437         string.  Add comments.
4438
4439         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4440         if rhs is ASCII.
4441
4442 2007-12-01  Glenn Morris  <rgm@gnu.org>
4443
4444         * mail-source.el (top-level): Require format-spec before
4445         eval-when-compile.
4446
4447 2007-11-30  Glenn Morris  <rgm@gnu.org>
4448
4449         * encrypt.el: Require password, rather than autoloading password-read.
4450
4451 2007-11-29  Glenn Morris  <rgm@gnu.org>
4452
4453         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4454         (sasl-make-client, sasl-next-step, sasl-step-data)
4455         (sasl-step-set-data): Declare as functions.
4456
4457 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4460
4461 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4462
4463         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4464         certs should be verified and what is to be done in the event of a
4465         verification failure.
4466
4467         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4468         caller can indicate whether the cache should be disregarded for this
4469         call.  This way the result of the call is reproducible at all times and
4470         can be considered a canonical server name for the supplied method.
4471         (gnus-agent-method-p): Canonicalize server names by pushing their
4472         method through `gnus-method-to-server' using the no-cache argument.
4473
4474         * gnus-srvr.el (gnus-server-insert-server-line): Call
4475         `gnus-method-to-server' with `no-cache' argument.
4476
4477         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4478         gnus-agent-possibly-synchronize-flags as this should be called when the
4479         server is actually being opened.
4480         (gnus-agent-possibly-synchronize-flags)
4481         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4482         flags file of an agentized server to the latter function.
4483
4484         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4485         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4486         after a connection has been established successfully.
4487
4488 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-art.el (article-display-face): Force to display face if called
4491         interactively; check if gnus-article-x-face-too-ugly matches author.
4492         (article-display-x-face): Display face even if From header is missing
4493         as article-display-face does.
4494
4495 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4496
4497         * hashcash.el (message-narrow-to-headers-or-head)
4498         (message-fetch-field, message-goto-eoh)
4499         (message-narrow-to-headers): Declare as functions.
4500
4501 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * mail-source.el (mail-sources): Default to fetch from file for
4504         compatibility with default of nnmail-spool-file.
4505
4506 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4509         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4510         to look for encoded word that should be encoded again.
4511         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4512         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4513         encoding pattern.
4514         (rfc2047-decode-region): Switch strict regexp and loose one according
4515         to rfc2047-allow-irregular-q-encoded-words.
4516
4517 2007-11-25  Romain Francoise  <romain@orebokech.com>
4518
4519         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4520
4521 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * tls.el (tls-program): Provide more custom choices from
4524         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4525         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4526
4527 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4530         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4531
4532         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4533         `nnmail-spool-file'.
4534
4535         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4536         `nnmail-spool-file'.
4537
4538         * gnus-move.el (gnus-change-server): Ditto.
4539
4540         * gnus-kill.el (gnus-batch-score): Ditto.
4541
4542         * gnus-cache.el (gnus-jog-cache): Ditto.
4543
4544         * gnus-msg.el (gnus-summary-reply):
4545         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4546
4547 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4550         version.  Minor improvement to doc strings.
4551         (tls-program): Add comment.
4552
4553 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4554
4555         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4556         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4557         mismatch between the hostname provided in the certificate and the name
4558         of the host connnecting to.
4559         (open-tls-stream): Use them.  Check certificates against trusted root
4560         certificates.
4561
4562 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * gnus-cache.el (gnus-cache-generate-nov-databases):
4565         Use nnml-generate-nov-databases-directory instead of
4566         nnml-generate-nov-databases-1.
4567
4568 2007-11-24  Glenn Morris  <rgm@gnu.org>
4569
4570         * message.el (message-tool-bar-retro): Update for rename
4571         mail_send.xpm->mail-send.xpm.
4572
4573 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4576         `smime-ldap-search' for Emacs 22 and up.
4577
4578 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4579
4580         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4581
4582         * message.el (message-send-mail-function): Fix error convention.
4583         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4584         (message-widen-reply, message-send-mail, message-talkative-question)
4585         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4586         (message-clone-locals, message-send-news): Use with-current-buffer.
4587         (message-insert-or-toggle-importance): Remove unused var `valid'.
4588         (message-make-references): Remove unused var `new-references'.
4589         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4590
4591 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4592
4593         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4594         (spam-split-symbolic-return-positive): Reflow docstring.
4595         (spam-backends, spam-summary-exit-behavior)
4596         (spam-mark-ham-unread-before-move-from-spam-group)
4597         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4598         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4599         (spam-clear-cache, spam-backend-check, spam-install-backend)
4600         (spam-install-statistical-backend, spam-list-of-processors)
4601         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4602         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4603         (spam-check-crm114, spam-initialize, spam-unload-hook):
4604         Fix typos in docstrings.
4605
4606 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4609         been checked if they have never been read and those group levels are
4610         higher than the one that a user specified.
4611
4612 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4615         foreign groups unless a group level is specified by a user.
4616         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4617
4618 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * message.el (message-send-mail-function): Require sendmail.
4621
4622 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * message.el (message-send-mail-function): Check for smtpmail too.
4625
4626         * utf7.el (utf7-encode, utf7-decode): Use coding system
4627         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4628
4629         * message.el (message-send-mail-function): New function.
4630         (message-send-mail-function): Set default using
4631         message-send-mail-function.  Adjust doc string.
4632         (message-send-mail-with-mailclient): New function.
4633
4634 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4635
4636         * smime.el (from):
4637         * rfc2047.el (message-posting-charset):
4638         * qp.el (mm-use-ultra-safe-encoding):
4639         * pop3.el (parse-time-months):
4640         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4641         * nnml.el (files):
4642         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4643         (jka-compr-compression-info-list, ange-ftp-path-format)
4644         (efs-path-regexp):
4645         * nndiary.el (files):
4646         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4647         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4648         (epg-digest-algorithm-alist, inhibit-redisplay)
4649         (password-cache-expiry):
4650         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4651         (pgg-output-buffer, password-cache-expiry):
4652         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4653         (efs-path-regexp):
4654         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4655         (inhibit-redisplay):
4656         * mm-uu.el (file-name, start-point, end-point, entry)
4657         (gnus-newsgroup-name, gnus-newsgroup-charset):
4658         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4659         (latin-unity-ucs-list):
4660         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4661         (mm-uu-binhex-decode-function):
4662         * message.el (gnus-message-group-art, gnus-list-identifiers)
4663         (rmail-enable-mime-composing, gnus-local-organization)
4664         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4665         (gnus-read-active-file, facemenu-add-face-function)
4666         (facemenu-remove-face-function, gnus-article-decoded-p)
4667         (tool-bar-mode):
4668         * mail-source.el (display-time-mail-function):
4669         * gnus-util.el (nnmail-pathname-coding-system)
4670         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4671         (gnus-original-article-buffer, gnus-user-agent)
4672         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4673         (xemacs-codename, sxemacs-codename, emacs-program-version):
4674         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4675         * gnus-start.el (gnus-agent-covered-methods)
4676         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4677         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4678         (gnus-newsgroup-headers, gnus-group-list-mode)
4679         (gnus-group-mark-positions, gnus-newsgroup-data)
4680         (gnus-newsgroup-unreads, nnoo-state-alist)
4681         (gnus-current-select-method, mail-sources)
4682         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4683         (nnmail-spool-file, gnus-cache-active-hashtb):
4684         * gnus-mh.el (mh-lib-progs):
4685         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4686         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4687         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4688         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4689         (gnus-group-buffer):
4690         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4691         (font-lock-set-defaults):
4692         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4693         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4694         (gnus-summary-post-menu, total-parts, type, condition, length):
4695         * gnus-agent.el (gnus-agent-read-agentview):
4696         * flow-fill.el (show-trailing-whitespace):
4697         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4698         eval-and-compile wrappers for byte compiler pacifiers.
4699
4700         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4701         (mm-display-inline-fontify): Check for featurep 'xemacs not
4702         extent-list.
4703
4704         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4705         itimer-list.
4706         (mm-create-image-xemacs): Only do something for XEmacs.
4707         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4708
4709         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4710
4711         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4712         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4713
4714 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4715
4716         * nnimap.el (nnimap-split-download-body):
4717         * gnus-demon.el (gnus-demon):
4718         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4719
4720 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4723         macros.
4724         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4725         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4726         copy data from unibyte buffer to multibyte current buffer.
4727         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4728         to copy data from unibyte current buffer to multibyte buffer.
4729         (nntp-make-process-buffer): Make process buffer unibyte.
4730
4731         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4732
4733 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4734
4735         * pop3.el (pop3-open-server): Accept and process data more robustly at
4736         connexion start to avoid spurious "POP SSL connexion failed" errors.
4737
4738 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4741         read group names.
4742
4743 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4746
4747 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4750         (nnmail-save-active): Use a unibyte buffer when saving active file,
4751         which may contain non-ASCII group names.
4752
4753         * nnml.el (nnml-request-group): Decode group names in messages.
4754
4755 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4756
4757         * message.el (message-citation-line-function)
4758         (message-insert-formatted-citation-line): Fix spelling of
4759         `message-insert-formated-citation-line'.
4760
4761 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4764
4765 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4768         nnmail-pathname-coding-system.
4769
4770         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4771         that a user enters; decode group names in messages.
4772
4773         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4774
4775 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4778
4779         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4780
4781         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4782         risky local variable.
4783
4784         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4785
4786 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4787
4788         * encrypt.el: Improve documentation to fix function name typo.
4789         Reported by Daiki Ueno <ueno@unixuser.org>.
4790
4791 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4794         even if the point is not in the last page of an article.
4795         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4796         back to the previous page.
4797
4798 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4799
4800         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4801
4802 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4805
4806 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4807
4808         * message.el (message-check-news-body-syntax): Avoid
4809         mm-string-as-multibyte.
4810         (message-hide-headers): Don't assume (point-min)==1.
4811
4812 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * message.el (message-remove-blank-cited-lines): Fix if remove is
4815         given.
4816         (message-bogus-address-regexp): New variable.
4817         (message-bogus-recipient-p): New function.
4818         (message-check-recipients): New command.
4819         (message-syntax-checks): Add `bogus-recipient'.
4820         (message-fix-before-sending): Add `bogus-recipient'.
4821
4822         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4823         (gnus-treat-body-boundary): Don't test window-system.
4824
4825 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4826
4827         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4828
4829 2007-10-28  Miles Bader  <miles@gnu.org>
4830
4831         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4832         at compile-time too.
4833
4834 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * gnus-msg.el (gnus-message-setup-hook): Add
4837         `message-remove-blank-cited-lines' to options.
4838
4839 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4840
4841         * message.el (message-remove-blank-cited-lines): New function.
4842         Suggested by Karl Plästerer.
4843
4844 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4847         mapc.
4848
4849         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4850         (top-level): Use mapc to set functions to be traced for debugging.
4851
4852         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4853         called for effect with while loop.
4854
4855         * message.el (message-talkative-question): Replace mapcar called for
4856         effect with mapc.
4857
4858         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4859         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4860         called for effect with dolist.
4861
4862         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4863
4864         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4865         gnus-extra-headers and nnmail-extra-headers.
4866
4867         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4868         called for effect with dolist.
4869         (top-level): Use mapc to set functions to be traced for debugging.
4870
4871         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4872         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4873         dolist.
4874
4875         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4876         Replace mapcar called for effect with mapc.
4877         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4878         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4879         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4880         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4881
4882         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4883         remove-if that's a cl function.
4884
4885         * webmail.el (webmail-debug): Replace mapcar called for effect with
4886         dolist.
4887
4888         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4889         with mapc.
4890
4891 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4894         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4895         with while loop.
4896
4897         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4898         functions from article-* functions.
4899         (gnus-multi-decode-header): Replace mapcar called for effect with
4900         dolist.
4901
4902         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4903         (gnus-bookmark-show-details): Replace mapcar called for effect with
4904         while loop.
4905
4906         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4907         called for effect with while loop.
4908
4909         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4910         with dolist.
4911
4912         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4913         mapcar called for effect with dolist.
4914
4915         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4916
4917         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4918         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4919         Replace mapcar called for effect with dolist.
4920         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4921         mapc.
4922
4923         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4924         Replace mapcar called for effect with dolist.
4925         (gnus-topic-list): Replace mapcar called for effect with mapc.
4926
4927         * gnus.el: Use mapc instead of mapcar to add autoloads.
4928
4929 2007-10-23  Richard Stallman  <rms@gnu.org>
4930
4931         * gnus-group.el (gnus-group-highlight): Mark as risky.
4932
4933 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus.el (gnus-server-to-method): Return method found first in
4936         gnus-newsrc-alist.
4937
4938         * gnus-art.el (gnus-article-highlight-signature)
4939         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4940         button overlay without the front stickiness.
4941
4942 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4943
4944         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4945         overview buffer needed a catch to receive its throw.
4946         (gnus-agent-flush-cache): Declared as interactive to make this function
4947         easier to use.
4948
4949 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4952         `next-line'.
4953
4954 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4957         exclude address matching message-dont-reply-to-names.
4958
4959 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * gnus-util.el (gnus-string<): New function.
4962
4963         * gnus-sum.el (gnus-article-sort-by-author)
4964         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4965
4966 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4969         the frame-focus tag is set in gnus-buffer-configuration.
4970
4971 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4974         the front stickiness.
4975
4976 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4979         url pattern; remove duplicate one.
4980         (gnus-article-extend-url-button): New function.
4981         (gnus-article-add-buttons): Use it.
4982         (gnus-button-push): Use concatenated url that it makes.
4983
4984 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4985
4986         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4987
4988 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4989
4990         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4991         Don't hardcode point-min==1.
4992
4993 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4994
4995         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4996         Fix comment about "iso8859-1".
4997
4998 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4999
5000         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5001         ones returned from the verify-function.
5002
5003         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5004         mml2015-extract-cleartext-signature if extraction failed.
5005
5006 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5007
5008         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5009         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5010         failed.
5011
5012 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5015
5016 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5019         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5020         recommends to use EasyPG instead of PGG.
5021
5022         * pgg.el: Revert to revision 6.23.2.16.
5023
5024         * pgg-def.el: Revert to revision 6.6.2.14.
5025
5026         * pgg-gpg.el: Revert to revision 6.23.2.34.
5027
5028 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5029
5030         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5031         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5032         thread for both the null and zero (kill/expire thread) universal prefix
5033         cases.
5034         (gnus-summary-expire-thread): Add new function to expire a thread,
5035         using gnus-summary-kill-thread.
5036         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5037         shortcuts for gnus-summary-expire-thread.
5038         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5039         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5040
5041 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5044         extras value, so an extras entry can be deleted.
5045         (gnus-registry-delete-extra-entry): Use it.
5046         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5047         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5048         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5049         storage through the gnus-registry, and provide an appropriate API for
5050         it.
5051
5052 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5055         Suggested by Leo <sdl.web@gmail.com>.
5056
5057         * gnus.el: Do.
5058
5059 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5062         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5063
5064         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5065
5066         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5067         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5068
5069 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5072         newline.
5073         (nnmbox-request-accept-article): Don't change article in source buffer;
5074         narrow to header to use message-fetch-field rather than
5075         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5076         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5077         as delimiters; make sure article ends with newline.
5078         (nnmbox-delete-mail): Correct last position of article to be deleted;
5079         ignore X-Gnus-Newsgroup header in article body.
5080         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5081         positions; make sure article ends with newline.
5082
5083         * message.el (message-display-abbrev): Don't infloop when a user
5084         inserts SPC in the beginning of header.
5085
5086         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5087         coding-system-for-read and coding-system-for-write for XEmacs having no
5088         file-coding feature.
5089
5090         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5091
5092 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5093
5094         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5095         list of groups not followed by default.  Fix type to be regexp.
5096         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5097
5098 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5099
5100         * hmac-def.el (define-hmac-function): Switch from old-style to
5101         new-style backquotes.
5102
5103         * md4.el (md4-make-step): Likewise.
5104
5105 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5108         raw-text coding system when saving .newsrc file, which may contain
5109         non-ASCII group names.
5110
5111 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-cus.el (gnus-score-extra): New widget.
5114         (gnus-score-extra-convert): New function.
5115         (gnus-score-customize): Use it for Extra.
5116
5117 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5118
5119         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5120         (mml2015-mailcrypt-clear-verify): Use it.
5121         (mml2015-gpg-clear-verify): Use it.
5122         (mml2015-pgg-clear-verify): Use it.
5123         (mml2015-epg-clear-verify): Replace the current part with the output
5124         from GnuPG; don't extract the plaintext by itself.
5125
5126         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5127         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5128         mml2015-clear-verify-function; don't touch the armor headers or
5129         dash-escaped text here.
5130
5131 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5134         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5135         parts, or application/octet-stream as a last resort.
5136         (gnus-mime-view-part-as-type): Don't toggle display.
5137         (gnus-mime-view-part-as-charset): Don't turn off display before
5138         querying charset.
5139
5140         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5141         stuff to undisplayer function in Emacs.
5142         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5143
5144         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5145         text/calendar parts.
5146
5147 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5150         decoding text/calendar parts.
5151
5152         * message.el (message-forward-make-body-mime): Always mark body as
5153         having no illegible text; remove signed-or-encrypted argument.
5154         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5155
5156         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5157         (mml-generate-mime-1): Don't encode body if it is specified to be in
5158         raw form; don't make buffer be unibyte when inserting multibyte string.
5159
5160 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5161
5162         * sha1.el: Fix up comment style.
5163         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5164         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5165
5166         * hex-util.el: Fix up comment style.
5167         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5168
5169         * gnus-salt.el: Use with-current-buffer.
5170         (gnus-pick-setup-message): Fix long-standing typo.
5171
5172 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * imap.el (imap-logout-timeout): New variable.
5175         (imap-logout, imap-logout-wait): New functions.
5176         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5177
5178         * nnimap.el (nnimap-logout-timeout): New server variable.
5179         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5180         nnimap-logout-timeout.
5181
5182         * gnus-art.el (gnus-article-summary-command-nosave)
5183         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5184
5185 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus.el (gnus-maximum-newsgroup): New variable.
5188
5189         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5190         according to gnus-maximum-newsgroup.
5191
5192         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5193         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5194         Limit the range of articles according to gnus-maximum-newsgroup.
5195
5196 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5197
5198         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5199         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5200         Don't perform gnus-configure-windows here; reuse existing sticky
5201         article buffer.
5202
5203         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5204         it doesn't exist in gnus-article-mode.
5205
5206 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5209         (gnus-agent-decoded-group-name): New function.
5210         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5211         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5212
5213 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5214
5215         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5216         Add binding for gnus-sticky-article.
5217         (gnus-summary-exit): Don't kill sticky article buffers.
5218
5219         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5220         article buffer.
5221         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5222         (gnus-kill-sticky-article-buffers): New commands.
5223
5224 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * nntp.el (nntp-xref-number-is-evil): New server variable.
5227         (nntp-find-group-and-number): If it is non-nil, don't trust article
5228         numbers in the Xref header.
5229
5230 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus-agent.el (gnus-agent-read-group): New function.
5233         (gnus-agent-flush-group, gnus-agent-expire-group)
5234         (gnus-agent-regenerate-group): Use it.
5235         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5236         nnmail-pathname-coding-system.
5237
5238 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5241
5242         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5243         that are unread as unread, and also as selected so that information of
5244         marks having been changed by a user may be updated when exiting group.
5245
5246 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5249         calculated ignoring signature parts to gnus-treat-article.
5250
5251 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5254         a point here in order to keep the window start.
5255         (gnus-insert-mime-security-button): Make a button overlay without the
5256         front stickiness.
5257         (gnus-mime-display-security): Goto the end of a button.
5258
5259         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5260
5261 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5264         group-name-at-point.
5265         (gnus-group-completing-read): New function that offers decoded
5266         non-ASCII group names for completion.
5267         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5268         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5269         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5270         (gnus-group-fetch-control): Use it.
5271         (gnus-fetch-group): Use group-name-at-point for the initial value
5272         rather than the default value; use gnus-alive-p.
5273
5274         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5275         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5276         (gnus-summary-post-news): Use gnus-group-completing-read.
5277
5278         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5279         (gnus-read-move-group-name): Decode group name for completion.
5280
5281 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5284         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5285         Yamaoka slightly modified the code).
5286
5287 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5290         (nnmail-split-incoming): Bind it.
5291
5292         * nnml.el (nnml-group-name-charset): New function.
5293         (nnml-decoded-group-name): Use it; don't decode group name if
5294         nnmail-group-names-not-encoded-p is non-nil.
5295         (nnml-encoded-group-name): New function.
5296         (nnml-group-pathname): Inline nnml-decoded-group-name.
5297         (nnml-request-expire-articles): Decode group name in message.
5298         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5299         nnmail-pathname-coding-system.
5300         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5301         not decoded ones according to nnmail-group-names-not-encoded-p.
5302         (nnml-generate-active-info): Use nnml-encoded-group-name.
5303
5304 2007-08-08  Glenn Morris  <rgm@gnu.org>
5305
5306         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5307         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5308         doc-strings and comments.
5309
5310 2007-07-25  Glenn Morris  <rgm@gnu.org>
5311
5312         * Relicense all FSF files to GPLv3 or later.
5313
5314 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * gnus-sum.el (gnus-summary-move-article): Make
5317         gnus-summary-respool-article work.
5318
5319 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5322         string.
5323
5324 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5325
5326         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5327         that should be ignored when comparing distant RSS articles with local
5328         ones.
5329         (nnrss-make-hash-index): New function.  Create a hash index according
5330         to the ignored fields.
5331         (nnrss-check-group): Use it.
5332
5333 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5336
5337         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5338
5339         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5340         the new optional argument ENCODED is non-nil.
5341         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5342         coding system for encoding group name.
5343         (gnus-group-make-rss-group): Pass un-encoded group name to
5344         gnus-group-make-group.
5345         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5346         encoded.
5347
5348         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5349         Encode group name to which articles are moved or copied.
5350         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5351         coding system for encoding Newsgroup, Followup-To and Xref headers.
5352
5353         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5354         marks; use nnheader-file-coding-system to write a file.
5355         (nnagent-retrieve-headers): Bind file-name-coding-system to
5356         nnmail-pathname-coding-system.
5357
5358         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5359
5360         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5361         (nnml-request-article, nnml-request-create-group)
5362         (nnml-request-rename-group, nnml-find-id)
5363         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5364         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5365         (nnml-save-marks): Use nnml-group-pathname instead of
5366         nnmail-group-pathname.
5367
5368         (nnml-request-create-group, nnml-request-expire-articles)
5369         (nnml-request-move-article, nnml-request-delete-group)
5370         (nnml-deletable-article-p, nnml-possibly-create-directory)
5371         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5372         (nnml-open-marks): Bind file-name-coding-system to
5373         nnmail-pathname-coding-system.
5374
5375         (nnml-request-article): Pass server argument to nnml-find-group-number.
5376         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5377         server argument to nnml-possibly-create-directory.
5378         (nnml-request-accept-article): Pass server argument to
5379         nnml-active-number and nnml-save-mail.
5380         (nnml-find-group-number): Pass server argument to nnml-find-id.
5381         (nnml-request-update-info): Pass server argument to
5382         nnml-marks-changed-p.
5383
5384         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5385         (nnml-save-mail, nnml-active-number): Add server argument.
5386
5387         (nnml-request-delete-group): Warn if group is missing.
5388         (nnml-get-nov-buffer): Decode group name.
5389         (nnml-generate-active-info): Encode group name.
5390         (nnml-open-marks): Decode group name in messages.
5391
5392 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5395         if it is not specified.
5396         (gnus-article-pipe-part, gnus-article-save-part)
5397         (gnus-article-interactively-view-part, gnus-article-copy-part)
5398         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5399         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5400         (gnus-article-replace-part, gnus-article-delete-part)
5401         (gnus-article-view-part-as-type): Pass raw prefix argument to
5402         gnus-article-part-wrapper.
5403
5404 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-agent.el (gnus-agent-save-active): Bind
5407         nnheader-file-coding-system to gnus-agent-file-coding-system.
5408
5409         * gnus-cache.el (gnus-cache-save-buffers)
5410         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5411         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5412         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5413         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5414         (gnus-cache-generate-active, gnus-cache-rename-group)
5415         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5416         (gnus-cache-update-overview-total-fetched-for): Bind
5417         file-name-coding-system to nnmail-pathname-coding-system.
5418         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5419         variables.
5420         (gnus-cache-decoded-group-name): New function.
5421         (gnus-cache-file-name): Use it.
5422         (gnus-cache-generate-active): Use non-decoded group name for active.
5423
5424         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5425         right place.
5426         (gnus-write-active-file): Don't break non-ASCII group names.
5427
5428         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5429         nnmail-pathname-coding-system.
5430
5431         * lpath.el: Bind default-file-name-coding-system,
5432         file-name-coding-system and language-info-alist for XEmacs.
5433
5434         * gnus-uu.el (gnus-uu-decode-save): Typo.
5435
5436 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5439
5440 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5443         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5444         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5445         (gnus-agent-flush-group, gnus-agent-flush-cache)
5446         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5447         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5448         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5449         (gnus-agent-regenerate-group)
5450         (gnus-agent-update-files-total-fetched-for)
5451         (gnus-agent-update-view-total-fetched-for): Bind
5452         file-name-coding-system to nnmail-pathname-coding-system.
5453         (gnus-agent-group-pathname): Don't encode file names by
5454         nnmail-pathname-coding-system.
5455         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5456         coding-system-for-write instead of buffer-file-coding-system to
5457         gnus-agent-file-coding-system.
5458
5459         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5460         Decode group name.
5461
5462         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5463
5464         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5465         (gnus-read-newsrc-el-file): Make group names unibyte.
5466
5467         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5468         nnmail-pathname-coding-system.
5469
5470         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5471         (nnrss-request-delete-group): Bind file-name-coding-system to
5472         nnmail-pathname-coding-system.
5473         (nnrss-read-server-data, nnrss-read-group-data): Bind
5474         file-name-coding-system correctly.
5475         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5476
5477         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5478         (nntp-server-to-method-cache): New variable.
5479         (nntp-group-pathname): New function that decodes non-ASCII group names.
5480         (nntp-possibly-create-directory, nntp-marks-changed-p)
5481         (nntp-save-marks, nntp-open-marks): Use it.
5482         (nntp-possibly-create-directory, nntp-open-marks):
5483         Bind file-name-coding-system to nnmail-pathname-coding-system.
5484         (nntp-open-marks): Decode group names when bootstrapping marks.
5485
5486         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5487         Newsgroups and Folowup-To headers.
5488
5489 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5492         (gnus-server-closed-face, gnus-server-denied-face)
5493         (gnus-server-offline-face): Remove variable.
5494         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5495
5496         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5497         of modifying message-stack directly for XEmacs.
5498
5499         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5500         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5501         if the coding-system argument is nil for XEmacs.
5502
5503         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5504         mm-charset-override-alist.
5505
5506         * rfc2047.el: Don't require base64; require rfc2045 for the function
5507         rfc2045-encode-string.
5508         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5509         to quote the parameter value.
5510
5511 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5514         form in gnus-group-name-charset-method-alist.
5515
5516         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5517         overrides the default layout edit-form.
5518
5519         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5520
5521         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5522
5523 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5526         as unfetched articles.
5527
5528 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5531
5532 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5535         original back end that keeps marks in the local system.
5536
5537 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5540         arg of pop-to-buffer for XEmacs.
5541         (gnus-article-read-summary-keys): Ditto; don't restore window
5542         configuration if summary command ends up with neither article buffer
5543         nor summary buffer; describe bindings if summary keys end with C-h.
5544
5545 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * message.el (message-fix-before-sending): Skip raw message part to be
5548         forwarded while checking illegible text.
5549         (message-forward-make-body-mime, message-forward-make-body): Mark
5550         signed or encrypted raw message as having no illegible text.
5551
5552 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5555         (gnus-message-with-timestamp-1): New macro.
5556         (gnus-message-with-timestamp): New function.
5557         (gnus-message): Use them.
5558
5559         * nnheader.el (nnheader-message): Use them.
5560
5561 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5562
5563         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5564         .newsrc.eld file.
5565
5566 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-agent.el (gnus-agent-fetch-headers)
5569         (gnus-agent-retrieve-headers): Bind
5570         gnus-decode-encoded-address-function to identity.
5571
5572         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5573         available also when the server returns simply a dot.
5574
5575         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5576
5577 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5580
5581 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-ems.el (gnus-x-splash): Make it work.
5584
5585         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5586         from being used.
5587
5588         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5589
5590 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5593         4th and the 5th arguments.
5594
5595         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5596         the front stickiness.
5597         (gnus-article-summary-command-nosave): Correct the order of the
5598         arguments passed to pop-to-buffer.
5599         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5600         summary command ends up with the article buffer.
5601
5602         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5603         the same faces.
5604
5605 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5606
5607         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5608
5609 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5610
5611         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5612         * gnus-sum.el (gnus-summary-highlight):
5613         * pgg.el (pgg-sign-region, pgg-sign):
5614         * mail-source.el (mail-source-delete-old-incoming-confirm):
5615         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5616
5617 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * gnus-art.el (gnus-mime-view-part-externally)
5620         (gnus-mime-view-part-internally): Fix predicate function passed to
5621         completing-read.
5622
5623         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5624
5625         * gnus.el (gnus-update-message-archive-method): Add :version.
5626
5627 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * gnus.el (gnus-update-message-archive-method): New variable.
5630
5631         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5632         according to gnus-message-archive-method if
5633         gnus-update-message-archive-method is non-nil.
5634
5635 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5638         by Loic Dachary <loic@dachary.org>.
5639         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5640
5641 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * message.el (message-pop-to-buffer): Add switch-function argument.
5644         (message-mail): Pass switch-function argument to it.
5645
5646 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5649         Improve doc string.
5650
5651 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5654         (gnus-header-content)
5655         * gnus-cite.el (gnus-cite-10)
5656         * gnus-srvr.el (gnus-server-closed)
5657         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5658         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5659         (gnus-group-mail-3-empty, gnus-group-mail-low)
5660         (gnus-group-mail-low-empty, gnus-splash)
5661         * message.el (message-header-to, message-header-cc)
5662         (message-header-subject, message-header-other, message-header-name)
5663         (message-header-xheader, message-separator, message-cited-text)
5664         (message-mml): Lighten colors of faces used for dark background.
5665
5666 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5667
5668         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5669         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5670
5671 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * message.el (message-narrow-to-headers-or-head):
5674         Ignore mail-header-separator in the body.
5675
5676 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5679         same as window size.
5680
5681 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5682
5683         * message.el (message-font-lock-keywords): Use message-header-xheader
5684         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5685         ahead of the anything pattern, to get it recognised.
5686
5687 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5690         spam.el loads uses it in the compiled defadvice form.
5691
5692 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5693
5694         * gnus-sum.el (gnus-articles-to-read)
5695         (gnus-summary-insert-old-articles): Don't truncate group name for
5696         `read-string'.
5697
5698         * gnus-util.el (gnus-limit-string): Delete this function.
5699
5700         * gnus-sum.el (gnus-simplify-subject-fully): Use
5701         `truncate-string-to-width' instead.
5702
5703 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5704
5705         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5706         if, on summary exit, the next group has to be selected.
5707         (gnus-summary-exit): Use it.
5708
5709 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5712         non-break space.
5713
5714 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5717         Check if group is not a directory.
5718         (nnfolder-request-expire-articles): Don't delete articles if the target
5719         group is not available.
5720
5721         * nnml.el (nnml-request-create-group): Properly check if group is not a
5722         file.
5723         (nnml-request-expire-articles): Don't delete articles if the target
5724         group is not available.
5725
5726         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5727         Don't quote characters that are within parentheses.
5728
5729 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5732         (gnus-handle-ephemeral-exit): Select article according to it.
5733
5734 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5735
5736         * message.el (message-insert-formated-citation-line): Remove newline.
5737         (message-citation-line-format): Add final \n here so that the user can
5738         avoid a blank line.
5739
5740 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5741
5742         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5743         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5744         Update lanl/arXiv support.
5745
5746 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus.el: Bump version number.
5749
5750 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * gnus.el (gnus-version-number): Bump version.
5753
5754 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5755
5756         * gnus.el: No Gnus v0.6 is released.
5757
5758 2007-04-27  Didier Verna  <didier@xemacs.org>
5759
5760         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5761         * gmm-utils.el (gmm-regexp-concat): here.
5762         * message.el: Don't require 'gnus-util.
5763         (message-dont-reply-to-names): Handle name change above.
5764         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5765
5766 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5769         since the initial value varies according to the system.
5770
5771 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5774
5775 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5776
5777         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5778
5779 2007-04-24  Didier Verna  <didier@xemacs.org>
5780
5781         Improve the type of gnus-ignored-from-addresses.
5782         * gnus-util.el (gnus-orify-regexp): New function.
5783         * message.el (gnus-util): Require it.
5784         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5785         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5786         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5787
5788 2007-04-24  Didier Verna  <didier@xemacs.org>
5789
5790         * gnus-sum.el:
5791         * gnus-utils.el: Fix some trailing whitespaces.
5792
5793 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5796         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5797         article's Message-ID; refer parent article in summary buffer.
5798
5799         * message.el (message-bounce): Call mime-to-mml.
5800
5801         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5802         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5803         optimize and/or forms properly.
5804
5805 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5808         URL.
5809
5810 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5813
5814 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5817         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5818         displayed of multipart/alternative part if it is invoked from summary
5819         buffer.
5820
5821         * mm-view.el (mm-inline-text-html-render-with-w3m)
5822         (mm-inline-text-html-render-with-w3m-standalone)
5823         (mm-inline-render-with-function): Use mail-parse-charset by default.
5824
5825 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5826
5827         * parse-time.el (parse-time-string-chars): Check if CHAR
5828         is less than the length of parse-time-syntax.
5829
5830 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5833         from gnus-newsgroup-processable.
5834
5835 2007-04-16  Didier Verna  <didier@xemacs.org>
5836
5837         * gnus-msg.el (gnus-configure-posting-styles): Handle
5838         message-signature-directory properly with :file syntax.  Reported by
5839         "Leo".
5840
5841 2007-04-11  Didier Verna  <didier@xemacs.org>
5842
5843         New user option: message-signature-directory.
5844         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5845         * message.el (message-insert-signature): Ditto.
5846         * message.el (message-signature-file): Doc update.
5847         * message.el (message-signature-directory): New.
5848
5849 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-msg.el (gnus-inews-yank-articles): Use
5852         message-exchange-point-and-mark instead of exchange-point-and-mark.
5853
5854 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * message.el (message-yank-original): Make sure cited text ends with
5857         newline; don't exchange point and mark.
5858
5859 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5860
5861         * tls.el (open-tls-stream): Properly handle case where there
5862         is no associated buffer.
5863
5864 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5865
5866         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5867         message-yank-original, make sure (< mark TEXT point).
5868
5869 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * message.el (message-fill-column): New variable.
5872         (message-mode): Use it.  Add comment on a possible new hook.
5873
5874         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5875         (nnmail-get-new-mail): Reformat.
5876
5877         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5878
5879         * gmm-utils.el: Fix Commentary.
5880         (gmm-tool-bar-from-list): Fix typo in doc string.
5881
5882 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5883
5884         * message.el (message-yank-original): Don't switch point and mark
5885         unnecessarily to put point and mark as documented.
5886
5887 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5890         from the message heads.
5891
5892 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5893
5894         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5895         article buffer does not have a window.  This may not be the best
5896         solution but is certainly better than setting the start of the null,
5897         that is the current, window.
5898
5899 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5902         (gnus-draft-setup): Run it.
5903
5904         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5905         gnus-score-fast-scoring.  Allow regexp.
5906         (gnus-score-headers): Use it.
5907
5908         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5909         XEmacs.
5910
5911         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5912         string.
5913         (gnus-button-alist): Also catch `<f1> k ...'.
5914         (gnus-treat-display-x-face): Fix doc string.
5915
5916 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5917
5918         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5919         evaluation of gnus-extended-version to ensure correct generation of the
5920         User-Agent header when message-generate-headers-first is used.
5921
5922 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5923
5924         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5925         hashcash-path is nil.  Don't call callback with incorrect number of
5926         parameters if val is 0.
5927
5928 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5929
5930         * message.el (message-required-news-headers):
5931         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5932
5933 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5934
5935         * tls.el (open-tls-stream): In handshake-waiting loop,
5936         don't wait more if there is output available to process.
5937
5938 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5939
5940         * tls.el (tls-program): Doc fix.
5941
5942 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * message.el (message-generate-new-buffers): Change the meaning of the
5945         nil value; add `standard' to the choices; treat t as `unique'; improve
5946         doc string.
5947         (gnus-select-frame-set-input-focus): Autoload.
5948         (message-buffer-name): Search for the existing message buffer if
5949         message-generate-new-buffers is nil or `standard'; treat the value t of
5950         message-generate-new-buffers as `unique'.
5951         (message-pop-to-buffer): Raise the frame already displaying the message
5952         buffer; clear the echo area after querying.
5953         (message-setup): Pass the `continue' argument to compose-mail.
5954         (message-mail): Prefer `switch-function' if it is given; search for the
5955         existing message buffer if the `continue' argument is non-nil; pass
5956         continue and switch-function arguments to compose-mail by way of
5957         message-setup.
5958         (message-mail-other-window): Adjust argument of message-setup.
5959         (message-mail-other-frame): Ditto.
5960
5961 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5964         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5965         to turn font-lock on when turning gnus-message-citation-mode on.
5966
5967 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5968
5969         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5970         (mml-smime-function-alist): New variable; add epg as the backend.
5971         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5972         mml-smime- functions instead.
5973         * mm-view.el: Require smime.
5974
5975 2007-03-05  Didier Verna  <didier@xemacs.org>
5976
5977         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5978         instead of just inheritance for posting styles.
5979         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5980
5981 2007-02-24  Chris Moore  <dooglus@gmail.com>
5982
5983         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5984         * pgg-pgp.el (pgg-pgp-encrypt-region):
5985         * pgg-gpg.el (pgg-gpg-encrypt-region):
5986         Check pgg-encrypt-for-me if no other recipients.
5987
5988 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5989
5990         * tls.el (tls-certtool-program): Fix custom type.
5991
5992 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5995         and point-at-eol instead of line-(beginning|end)-position.
5996
5997         * assistant.el (assistant-parse-buffer): Ditto.
5998
5999         * netrc.el (netrc-parse-services): Ditto.
6000
6001 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6002
6003         * mml2015.el (mml2015-epg-find-usable-key): New function.
6004         (mml2015-epg-sign): Use it.
6005         (mml2015-epg-encrypt): Use it.
6006
6007 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * message.el (message-make-in-reply-to): Quote name containing
6010         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6011         if there are special characters.  Reported by NAKAJI Hiroyuki
6012         <nakaji@jp.freebsd.org>.
6013
6014 2007-02-27  Didier Verna  <didier@xemacs.org>
6015
6016         Include the group parameters as well as the topic ones in the
6017         inheritance filter process.
6018         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6019         argument GROUP-PARAMS-LIST.
6020         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6021
6022 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * nntp.el (nntp-never-echoes-commands)
6025         (nntp-open-connection-functions-never-echo-commands): New variables.
6026         (nntp-send-command): Use them.
6027
6028 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6029
6030         * mml2015.el (mml2015-epg-verify): Simplified.
6031
6032 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * mml.el (mml-content-disposition-alist): New user option.
6035         (mml-content-disposition): New function.
6036         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6037         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6038
6039 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6040
6041         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6042         verification.
6043
6044 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6045
6046         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6047         articles posted in the last 24 hours.
6048
6049 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6050
6051         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6052
6053 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6054
6055         * nntp.el (nntp-send-command): Don't wait for echoes when
6056         nntp-open-ssl-stream is used.
6057
6058 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6061         (gnus-message-add-citation-keywords)
6062         (gnus-message-remove-citation-keywords): Remove.
6063         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6064         directly, make the variables in font-lock-defaults buffer-local, add
6065         gnus-message-citation-keywords to them and then update the value of
6066         font-lock-keywords.
6067
6068 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * message.el (message-cite-original-1): Don't call
6071         gnus-article-highlight-citation.
6072
6073         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6074         citations; fix line count.
6075
6076 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6079         (gnus-message-add-citation-keywords)
6080         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6081         versions of font-lock-add-keywords and font-lock-remove-keywords to
6082         work with XEmacs correctly.
6083
6084 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-cite.el (gnus-cite-face-list): Set the values of
6087         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6088         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6089         (gnus-message-cite-prefix-regexp): New variable.
6090         (gnus-message-search-citation-line): Use it; protect against long
6091         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6092         the 0th match data for Emacs.
6093         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6094         (gnus-message-add-citation-keywords): Append keywords rather than
6095         prepending; emulate font-lock-add-keywords if it is not available.
6096         (gnus-message-remove-citation-keywords): Emulate
6097         font-lock-remove-keywords if it is not available.
6098
6099         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6100
6101         * message.el (message-cite-prefix-regexp): Set the value of
6102         gnus-message-cite-prefix-regexp.
6103
6104 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6105
6106         * nnweb.el (nnweb-google-parse-1): Update parser.
6107
6108 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6109
6110         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6111
6112 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6113
6114         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6115         regexp.
6116
6117 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6120         string-to-multibyte.
6121         (uudecode-decode-region-internal): Use it.
6122
6123         * lpath.el: Fbind string-as-multibyte for XEmacs.
6124
6125 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6128         custom choice.
6129
6130         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6131
6132 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6133
6134         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6135
6136         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6137         `write-region' to respect `mm-inhibit-file-name-handlers'.
6138
6139 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6142         Use gnus-home-directory instead of "~/" or "$HOME".
6143
6144 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6147         to mention filename.
6148         Add comments at beginning regarding usage.
6149         (encrypt-write-file-contents): Change interactive so a string is
6150         acceptable.  If the file has no associated model, show an error instead
6151         of a nonsense prompt.
6152
6153 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6154
6155         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6156         Thanks to Yoshihiko Yamada for kind notification of this typo.
6157
6158 2007-01-12  Kenichi Handa  <handa@m17n.org>
6159
6160         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6161         multibyte buffer.
6162
6163 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gnus-score.el (gnus-score-fast-scoring): New variable.
6166         (gnus-score-headers): Use it.
6167
6168         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6169
6170         * message.el (message-cite-original-1): Call
6171         gnus-article-highlight-citation if requested.
6172         (message-make-from): Allow name and address as optional arguments.
6173
6174         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6175
6176         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6177         bugs to doc string.
6178         (gnus-button-alist): Add mid\\|message-id.
6179         (gnus-button-fetch-group): Extend for use in
6180         `browse-url-browser-function'.
6181         (gnus-button-url-regexp): Try to catch paired parentheses like in
6182         Wikipedia URLs.
6183
6184         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6185         Suggested by Simon Krahnke <overlord@gmx.li>.
6186
6187 2007-01-13  Romain Francoise  <romain@orebokech.com>
6188
6189         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6190         Update copyright.
6191
6192 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6193
6194         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6195
6196 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6197
6198         * gnus-registry.el (gnus-registry-unfollowed-groups)
6199         (gnus-registry-split-fancy-with-parent): Fix documentation.
6200
6201 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202
6203         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6204         from nnweb groups.
6205
6206 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6209         Xref urls.  Erase buffer before requesting head.
6210
6211 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6214         customizable.
6215
6216 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6217
6218         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6219         no signing key is found.
6220         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6221         no encrypting and/or signing key is found.
6222
6223 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6226
6227 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6228
6229         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6230         headers read from disk with the ones newly found in the current search.
6231         This should no longer cause problems, because the article numbers in
6232         Gmane's `nov.php' output are ignored since the previous change.
6233
6234 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6235
6236         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6237
6238 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6241         replace-regexp-in-string; bind url-version; fbind display-images-p and
6242         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6243         find-face and set-itimer-function for Emacs; bind itimer-list for
6244         Emacs.
6245
6246         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6247
6248 2007-01-01  Romain Francoise  <romain@orebokech.com>
6249
6250         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6251
6252 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6253
6254         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6255         `define-minor-mode' macro definition expanded properly.
6256         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6257         exclude it there.
6258
6259         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6260         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6261         `fboundp' test.
6262         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6263         This is OK to autoload in (S)XEmacs now.
6264
6265 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6268         keystroke.
6269         (gnus-summary-limit-to-singletons): Fix typo.
6270
6271         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6272         else fails.
6273
6274 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6275
6276         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6277         docstring.
6278
6279         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6280         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6281         (gnus-summary-insert-dormant-articles): Fix typo in message.
6282
6283 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6286         nil for XEmacs.
6287         (gnus-message-citation-mode): Don't autoload in XEmacs.
6288
6289         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6290
6291 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6292
6293         * nnimap.el (nnimap-expunge-search-string): Mention
6294         nnimap-search-uids-not-since-is-evil in docstring.
6295
6296 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * spam.el: Revert to make-obsolete-variable because
6299         define-obsolete-variable-alias is not supported in Emacs 21.
6300
6301         * spam.el (spam-ifile-path, spam-ifile-database-path)
6302         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6303         make-obsolete-variable.
6304         (spam-bsfilter-path, spam-bsfilter-program)
6305         (spam-spamassassin-path, spam-spamassassin-program)
6306         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6307         use "path" inappropriately.
6308         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6309         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6310         variable names.
6311
6312 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6313
6314         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6315         summary buffer.
6316
6317         * password.el (password-cache-remove): Use clear-string to burn
6318         password, if available.
6319
6320 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6323
6324         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6325
6326         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6327         (gnus-message-highlight-citation): Move defcustom here from
6328         gnus-cite.el.
6329         (gnus-message-citation-mode): Autoload.
6330
6331         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6332         checks to make it compile with XEmacs.
6333         (gnus-message-citation-mode): New minor mode.
6334         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6335         (gnus-message-highlight-citation): New variables.
6336         (gnus-message-search-citation-line)
6337         (gnus-message-add-citation-keywords)
6338         (gnus-message-remove-citation-keywords)
6339         (turn-on-gnus-message-citation-mode)
6340         (turn-off-gnus-message-citation-mode): New functions.
6341
6342 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6343
6344         * gnus-cite.el: Enable highlighting of different citation levels in
6345         message-mode.
6346
6347 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * message.el (message-make-fqdn): Fix comment.
6350         (message-bogus-system-names): Add ".local".
6351
6352         * spam.el (spam-ifile-path, spam-ifile-program)
6353         (spam-ifile-database-path, spam-ifile-database)
6354         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6355         Don't use "path" inappropriately.
6356         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6357         strings.
6358         (spam-check-ifile, spam-ifile-register-with-ifile)
6359         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6360         new variable names.
6361
6362         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6363         (gnus-treat-display-smileys): Simplify using
6364         gnus-image-type-available-p.
6365
6366         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6367         available.
6368
6369         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6370         `display-images-p' if available.
6371
6372 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6375         one after turning on the buffer's multibyteness instead of decoding
6376         them directly in the unibyte buffer that causes unexpected conversion
6377         in Emacs 23 (unicode).
6378
6379 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6380
6381         * message.el (message-generate-hashcash): Fix custom type.
6382
6383 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6386
6387 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6390         disconnect icons.  Add help text.
6391
6392 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6393
6394         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6395         negated to be consistent with the others we handle.
6396
6397 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6398
6399         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6400         version of gnus-summary-buffer to something, so that we can use two
6401         article buffers at the same time.
6402
6403 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6404
6405         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6406         trigger all the extra headers.
6407         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6408         sorting.
6409
6410 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6411
6412         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6413         solid groups.
6414
6415 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6416
6417         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6418
6419 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * legacy-gnus-agent.el: Add Copyright notice.
6422
6423 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6424
6425         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6426
6427 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428
6429         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6430
6431         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6432         to make it work reliably in CVS Emacs.
6433         (gnus-summary-limit-strange-charsets-predicate)
6434         (gnus-summary-limit-to-predicate): New functions.
6435
6436 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6437
6438         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6439         specifying array size.
6440         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6441         array if it is too small.
6442         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6443         (gnus-sort-threads-loop): New function.
6444
6445 2006-12-06  Chris Moore  <dooglus@gmail.com>
6446
6447         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6448         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6449
6450 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6451
6452         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6453         options.
6454
6455 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456
6457         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6458         DOS-ing the recipient.
6459
6460         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6461         the headers when creating the mapping to avoid mismappings.
6462         (nnweb-gmane-create-mapping): Always nix out old mapping.
6463
6464 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6467         and mm-verify-option to never.
6468
6469 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * message.el (message-signed-or-encrypted-p): New function.
6472         (message-forward-make-body): Use it.
6473
6474         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6475         Replace encode-coding-string with mm-encode-coding-string.
6476
6477 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * nneething.el (nneething-decode-file-name): Replace
6480         decode-coding-string with mm-decode-coding-string.
6481
6482         * gnus-int.el (gnus-open-server): Say failed server's name.
6483
6484 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6485
6486         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6487         strings to a single string.  Quote `errors-file-name'.
6488         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6489         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6490         Adjust calls.  Use `shell-quote-argument'.
6491
6492 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6493
6494         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6495         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6496
6497         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6498         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6499         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6500         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6501         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6502         (gnus-subscribe-newsgroup, gnus-1):
6503         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6504         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6505         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6506         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6507
6508 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509
6510         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6511         keystroke.
6512         (gnus-summary-limit-to-bodies): Implement headersp.
6513
6514 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6517
6518 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6521
6522 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6523
6524         * message.el (message-generate-hashcash): Expand range of values to
6525         include `opportunistic'.
6526         (message-send-mail): Use it.
6527
6528 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6529
6530         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6531         and comment it.
6532
6533         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6534
6535 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * gnus-util.el (gnus-extract-address-components): Improve comment.
6538
6539 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-util.el (gnus-extract-address-components): Work with address in
6542         which the name portion contains @.
6543
6544         * lpath.el: Fbind custom-autoload.
6545
6546 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus.el (gnus-start): Move custom group up.
6549         (gnus-select-method): Don't autoload, but make it available for
6550         `customize-variable'.
6551         (gnus-getenv-nntpserver): Don't autoload.
6552
6553 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6554
6555         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6556
6557 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * message.el (message-sendmail-extra-arguments): New variable.
6560         (message-send-mail-with-sendmail): Use it.
6561
6562 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6565         mm-with-unibyte-current-buffer to make string unibyte.
6566
6567         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6568         mm-string-as-multibyte.
6569
6570 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6571
6572         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6573         Reported by Werner Koch <wk@gnupg.org>.
6574
6575 2006-11-14  Daiki Ueno  <ueno@p360>
6576
6577         * mml2015.el: Autoload epa-select-keys when compiling.
6578
6579 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6580
6581         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6582         message-options.
6583         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6584
6585 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6586
6587         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6588         EasyPG (< 0.0.6).
6589         (mml2015-always-trust): New user option.
6590         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6591         prompt.
6592
6593 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * nntp.el (nntp-authinfo-force): New variable.
6596         (nntp-send-authinfo): Use it.
6597
6598 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6601         decode encoded words.  Improve prompt.  Add comment about forwarding.
6602         (message-replacement-char): Move up.
6603
6604 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6605
6606         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6607         instead of gnus-intersection because arguments of gnus-sorted-nunion
6608         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6609
6610 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6611
6612         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6613         (message-simplify-subject-functions): Enable
6614         message-strip-subject-encoded-words by default.
6615
6616 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * message.el (message-strip-subject-encoded-words): New function.
6619         (message-simplify-subject-functions): New variable.
6620         (message-simplify-subject): Use it.  Fix typo in doc string.
6621         Support message-strip-subject-encoded-words.
6622
6623 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6624
6625         * gnus-diary.el (gnus-diary-delay-format-function):
6626         * nndiary.el (nndiary-reminders):
6627         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6628
6629 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6630
6631         * gnus-art.el (article-hide-boring-headers): Fetch date from
6632         gnus-original-article-buffer to avoid problems with localized date
6633         strings.
6634
6635 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6638
6639 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6642         New variables.
6643         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6644         (mm-charset-synonym-alist): Move some entries to
6645         mm-codepage-iso-8859-list.
6646         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6647         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6648
6649 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6652
6653 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6656         with Emacs 21 and XEmacs.
6657
6658 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6659
6660         * spam.el (spam-parse-address): New function for better parsing,
6661         catching errors, etc.
6662         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6663
6664 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * mm-view.el: Add interactive arg to html2text autoload.
6667
6668 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6671
6672 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6675         variables.
6676         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6677         (mm-charset-synonym-alist): Move some entries to
6678         mm-codepage-iso-8859-list.
6679
6680         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6681
6682 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * message.el (message-citation-line-format)
6685         (message-insert-formated-citation-line): Fix implementation of %E, %N
6686         and %n according to the doc string.
6687
6688 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6691         car-safe to avoid bad parses.
6692
6693 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6696         names.
6697
6698         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6699
6700 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6703         header.
6704
6705         * message.el (message-draft-headers): Add Date.
6706         (message-headers-to-generate): Fix typo in docstring.
6707
6708         * nndraft.el (nndraft-required-headers): New variable.
6709         (nndraft-generate-headers): Use it.
6710
6711         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6712
6713 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * gnus-registry.el (gnus-registry-wash-for-keywords)
6716         (gnus-registry-find-keywords): New functions to allow easy searching of
6717         articles that are in the registry.
6718
6719 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6720
6721         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6722         ietf-drums-parse-address instead of gnus-extract-address-components.
6723         Reported by Damien Elmes <damien@repose.cx>.
6724
6725 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus.el (gnus-mime): Remove unused custom group.
6728
6729 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6730
6731         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6732         "blank line" when searching for end of armor headers.
6733
6734 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gmm-utils.el (gmm-write-region): Fix variable name.
6737
6738 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * gmm-utils.el (gmm-write-region): New function based on compatibility
6741         code from `mm-make-temp-file'.
6742
6743         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6744
6745         * nnmaildir.el (nnmaildir--update-nov)
6746         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6747         Use `gmm-write-region'.
6748
6749 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6752         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6753
6754         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6755
6756         * message.el (message-replacement-char): New variable.
6757         (message-fix-before-sending): Use it.
6758         (message-simplify-subject): New function to remove duplicate code.
6759         (message-reply, message-followup): Use it.
6760
6761         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6762         gnus-summary-limit-to-articles.
6763
6764 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-util.el (gnus-with-local-quit): New macro.
6767
6768         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6769
6770 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6771
6772         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6773         ignore non-string data.
6774
6775 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6778         non-string data (needs to be done in the registry too).
6779
6780 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6781
6782         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6783         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6784         (gnus-registry-split-fancy-with-parent)
6785         (gnus-registry-fetch-simplified-message-subject-fast)
6786         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6787         Remove text properties on ingress into the registry and when it's saved.
6788         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6789         registry from entries with no groups.
6790
6791 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6792
6793         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6794         function to remove string properties.
6795
6796 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gmm-utils.el (gmm): Adjust custom version.
6799
6800         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6801         custom version.
6802
6803         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6804
6805 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * gnus-art.el (gnus-insert-prev-page-button)
6808         (gnus-insert-next-page-button): Simplify.  Reformat.
6809
6810 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6811
6812         * gnus-art.el (gnus-insert-prev-page-button)
6813         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6814
6815 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6816
6817         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6818
6819 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6820
6821         * gnus-art.el (gnus-insert-mime-button)
6822         (gnus-insert-mime-security-button):
6823         Apply gnus-article-button-face to MIME and security buttons.
6824
6825 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6828         readable.
6829
6830 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6833
6834 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6835
6836         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6837         `browse-url-of-file' instead of `browse-url'.
6838
6839 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6840
6841         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6842         regexp.  Articles containing quotation were cut prematurely.
6843
6844 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * message.el (message-cite-original-1): Use nobody by default for the
6847         value of From header.
6848         (message-reply): Ditto.
6849
6850 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6851
6852         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6853         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6854         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6855
6856 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6859         mails in the doc string.  Add some URLs in comment.
6860         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6861
6862 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6865         backslashes handling and the way to find boundaries of quoted strings.
6866
6867 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6868
6869         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6870         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6871         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6872         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6873
6874 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6877         doc string.
6878         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6879
6880 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * lpath.el: Fbind epg-check-configuration.
6883
6884 2006-09-06  Simon Josefsson  <jas@extundo.com>
6885
6886         * mml2015.el (mml2015-use): Doc fix, mention epg.
6887
6888 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6889
6890         * mml2015.el (mml2015-use): Default to epg, if available.
6891
6892 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6893
6894         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6895         message-sender.
6896         (mml1991-epg-encrypt): Ditto.
6897         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6898         message-sender.
6899         (mml2015-epg-encrypt): Ditto.
6900
6901 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6902
6903         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6904         several common directories.
6905
6906 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6907
6908         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6909         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6910
6911 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * gnus-art.el (article-decode-encoded-words): Make it fast.
6914
6915 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6918
6919         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6920         in quoted string into `\'.
6921
6922 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6925         Use standard-syntax-table.
6926
6927 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-decode-address-function): New variable.
6930         (article-decode-encoded-words): Use it to decode headers which are
6931         assumed to contain addresses.
6932         (gnus-mime-delete-part): Remove useless `or'.
6933
6934         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6935         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6936         (gnus-nov-parse-line): Use it to decode From header.
6937         (gnus-get-newsgroup-headers): Ditto.
6938         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6939
6940         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6941         (mail-decode-encoded-address-string): New alias.
6942
6943         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6944         New function.
6945         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6946         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6947         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6948         (rfc2047-decode-string): Ditto.
6949         (rfc2047-decode-address-region): New function.
6950         (rfc2047-decode-address-string): New function.
6951
6952 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * message.el (message-caesar-buffer-body): Allow rotating headers.
6955
6956         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6957
6958         * message.el (message-insert-formated-citation-line): Fix %f.
6959         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6960
6961 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6964         (gnus-bookmark-mouse-available-p): New macro.
6965         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6966         (gnus-bookmark-bmenu-show-infos): Use it.
6967         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6968         (gnus-bookmark-bmenu-hide-infos): Ditto.
6969         (gnus-bookmark-remove-properties): New function.
6970         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6971         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6972         (gnus-bookmark-write-file): Bind coding-system-for-write.
6973         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6974         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6975         group before selecting it.
6976         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6977         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6978         quit-window if it is not available; use gnus-mouse-2 and bind it to
6979         gnus-bookmark-bmenu-select-by-mouse.
6980         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6981         (gnus-bookmark-bmenu-select-by-mouse): New function.
6982
6983 2006-08-13  Romain Francoise  <romain@orebokech.com>
6984
6985         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6986         space.
6987
6988 2006-08-10  Romain Francoise  <romain@orebokech.com>
6989
6990         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6991         (dns-mode-soa-auto-increment-serial): New user option.
6992         (dns-mode-soa-maybe-increment-serial): New function.
6993         (dns-mode): Add the latter to `write-contents-functions'.
6994
6995 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * compface.el (uncompface): Use binary rather than raw-text-unix.
6998
6999 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * compface.el (uncompface): Make sure the eol conversion doesn't take
7002         place when communicating with the external programs.  Reported by
7003         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7004
7005 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7008
7009 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7010
7011         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7012         Make it more robust by parsing author and date independently.
7013
7014 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7017
7018 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7019
7020         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7021         first matching secret key.
7022         (mml2015-epg-encrypt): Ditto.
7023
7024         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7025         first matching secret key.
7026         (mml1991-epg-encrypt): Ditto.
7027
7028         * mml2015.el (mml2015-encrypt-to-self): New user option.
7029         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7030         mml2015-epg-encrypt-to-self is set.
7031
7032         * mml1991.el (mml1991-encrypt-to-self): New variable.
7033         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7034         mml1991-epg-encrypt-to-self is set.
7035
7036         * mml2015.el (mml2015-signers): New user option.
7037         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7038         (mml2015-epg-encrypt): Allow to select signing keys.
7039
7040         * mml1991.el (mml1991-signers): New variable.
7041         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7042         (mml1991-epg-encrypt): Allow to select signing keys.
7043
7044 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * nnheader.el (nnheader-insert-head): Make it work even if the file
7047         uses CRLF for the line-break code.
7048
7049 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7050
7051         * mml2015.el: Require mml-sec instead of password.
7052         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7053         (mml2015-cache-passphrase): Inherit the default value from
7054         mml-secure-cache-passphrase.
7055         (mml2015-passphrase-cache-expiry): Inherit the default value from
7056         mml-secure-passphrase-cache-expiry.
7057
7058         * mml1991.el: Require mml-sec instead of password.
7059         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7060         (mml1991-cache-passphrase): Inherit the default value from
7061         mml-secure-cache-passphrase.
7062         (mml1991-passphrase-cache-expiry): Inherit the default value from
7063         mml-secure-passphrase-cache-expiry.
7064
7065         * mml-sec.el: Require password.
7066         (mml-secure-verbose): New user option.
7067         (mml-secure-cache-passphrase): New user option.
7068         (mml-secure-passphrase-cache-expiry): New user option.
7069
7070 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7071
7072         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7073         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7074         andreas@altroot.de (Andreas Vögele).
7075
7076         FIXME: Use `tiny change'?
7077
7078 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7079
7080         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7081         workaround for the url package included with Emacs.
7082
7083         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7084
7085 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7088         correctly.  This fixes a bug caused by the 2006-05-12 change.
7089
7090 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7091
7092         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7093         some information about the error when saying that the `bogus' mail
7094         group will be used.
7095
7096 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7099         string.
7100
7101 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7102
7103         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7104
7105 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7106
7107         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7108
7109 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7110
7111         * mml1991.el (mml1991-function-alist): Add epg.
7112         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7113         (mml1991-epg-encrypt): New functions.
7114
7115 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7116
7117         * mml2015.el (mml2015-verbose): New variable.
7118         (mml2015-cache-passphrase): Ditto.
7119         (mml2015-passphrase-cache-expiry): Ditto.
7120         (mml2015-function-alist): Add epg.
7121         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7122         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7123         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7124         functions.
7125
7126 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7127
7128         * message.el (message-cite-original-1): Preserve region when removing
7129         quoted text due to X-No-Archive in order to avoid bogus attribution
7130         when citing multiple messages.
7131
7132 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7133
7134         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7135         Kenneth Jacker <khj@be.cs.appstate.edu>.
7136
7137 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * gnus-diary.el (gnus-user-format-function-d)
7140         (gnus-user-format-function-D): Autoload.
7141
7142         * imap.el (Commentary): Fix typo.
7143
7144         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7145         2006-04-22 contribution.
7146
7147 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7148
7149         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7150         It didn't really fix the bogosity I'm seeing with solid web groups.
7151
7152 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7153
7154         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7155         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7156         created using server names.  If we use the feature without declaring
7157         it, Gnus does not properly manage server and group state.
7158
7159         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7160         bound.
7161
7162 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7163
7164         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7165         looking up the method using GROUP's prefix before inventing a new one.
7166         It is used on killed/unknown groups in various places where returning
7167         an all-new method isn't expected by the caller.
7168
7169         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7170         and match semantics of gnus-group-real-prefix.
7171
7172 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7173
7174         * nnmail.el (nnmail-broken-references-mailers): New variable.
7175         (nnmail-ignore-broken-references): New function generalizing
7176         nnmail-fix-eudora-headers.
7177         (nnmail-fix-eudora-headers): Now obsolete.
7178
7179         * gnus-art.el (gnus-button-handle-custom): Support
7180         `customize-apropos*'.
7181
7182 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7185
7186         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7187         articles.
7188
7189 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * message.el (message-cite-reply-above): New variable.
7192         (message-yank-original): Use it.
7193
7194 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7197
7198 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7201         as read.
7202
7203         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7204
7205 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7208         (gnus-bookmark-default-file): Use gnus-directory.
7209         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7210         Remove "*" in doc string.
7211         (gnus-bookmark-write-file): Simplify.
7212         (gnus-bookmark-maybe-sort-alist): Use `when'.
7213         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7214         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7215         FIXME about Emacs 21 and XEmacs compatibility.
7216         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7217         compatibility.
7218         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7219         compatibility.
7220         (gnus-bookmark-menu-heading): Fix version.
7221
7222 2006-06-19  Bastien Guerry  <bzg@altern.org>
7223
7224         * gnus-bookmark.el: New file.
7225
7226 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * message.el (message-syntax-checks): Doc fix.
7229
7230 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7231
7232         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7233         unsubscribed groups as if they were killed ones.  It causes duplicate
7234         entries in gnus-newsrc-alist.
7235
7236 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * message.el (message-syntax-checks): Doc fix.
7239         (message-send-mail): Add check for continuation headers.
7240         (message-check-news-header-syntax): Fix regexp used to check for
7241         continuation headers.
7242
7243 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7246
7247 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7250
7251 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7254         default-truncate-lines.
7255
7256 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7259         to fill the utf-8 entry.
7260
7261         * lpath.el: Fbind unicode-precedence-list.
7262
7263 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7264
7265         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7266
7267 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7268
7269         * gnus-agent.el (directory-files-and-attributes): Move all the way
7270         forward (the third and final move).
7271         (gnus-agent-read-agentview): Trap reconstruction errors due to
7272         nonexistant directory.  Handle by returning nil.
7273
7274 2006-05-30  Didier Verna  <didier@xemacs.org>
7275
7276         * message.el (message-dont-reply-to-names): Update the custom type.
7277         * message.el (message-dont-reply-to-names): New defsubst: potentially
7278         convert a list of regexps into a single one.
7279         * message.el (message-get-reply-headers): Use it.
7280         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7281
7282 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-agent.el (directory-files-and-attributes): Move forward.
7285
7286 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * gnus-ml.el (gnus-mailing-list-subscribe)
7289         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7290         (gnus-mailing-list-message): Fix doc strings.
7291
7292 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7293
7294         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7295         of doing it manually.
7296
7297 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7300         comment.
7301
7302 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7303
7304         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7305         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7306         (gnus-agent-read-local): All symbols allocated in my-obarray.
7307         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7308         (gnus-agent-regenerate-group): Check numeric names to see if they are
7309         messages or groups.
7310         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7311         better way of do this...)
7312
7313         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7314         'dummy.group' (there should be a better way of do this...)
7315
7316 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7319         (gnus-saved-headers): Ditto.
7320         (gnus-default-article-saver): Mention functions may have properties.
7321         (gnus-article-save): Override gnus-save-all-headers and
7322         gnus-saved-headers by :headers property which saver function may have.
7323         (gnus-summary-save-in-file): Add :headers property.
7324         (gnus-summary-write-to-file): Ditto.
7325
7326         * gnus-sum.el (gnus-summary-save-article): Bind
7327         gnus-prompt-before-saving to t when saving many articles in a file;
7328         always show all headers.
7329
7330         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7331
7332 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7335         marks.
7336
7337         * message.el (message-indent-citation): Add optional arguments to allow
7338         using it outside of message buffers.
7339
7340         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7341         (gnus-article-treat-unfold-headers): Use it.
7342         (gnus-article-truncate-lines): New variable.
7343         (gnus-article-mode): Use it.
7344         (gnus-article-toggle-truncate-lines): New function.
7345
7346         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7347         gnus-article-toggle-truncate-lines.
7348
7349         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7350         coding system in XEmacs, use binary.
7351
7352 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7355         after-load-alist.
7356
7357         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7358         this function should save decoded articles.
7359         (gnus-summary-write-to-file): Use property to specify this function
7360         should save decoded articles and specify gnus-summary-save-in-file
7361         should be used to save articles other than the first one when saving
7362         many articles.
7363         (gnus-summary-save-body-in-file): Use property to specify this
7364         function should save decoded articles.
7365         (gnus-summary-write-body-to-file): Use property to specify this
7366         function should save decoded articles and specify
7367         gnus-summary-save-body-in-file should be used to save articles other
7368         than the first one when saving many articles.
7369
7370         * gnus-sum.el (gnus-summary-save-article): Simplify.
7371
7372 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * gnus-art.el (gnus-default-article-saver): Add
7375         gnus-summary-write-body-to-file.
7376         (gnus-article-save-coding-system): Don't use coding system object
7377         in XEmacs.
7378         (gnus-read-save-file-name): Add optional `dir-var' argument which
7379         specifies directory in which files are saved; work even if optional
7380         `variable' argument is not specified.
7381         (gnus-summary-write-to-file): Read file name.
7382         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7383         (gnus-summary-write-body-to-file): New function.
7384
7385         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7386         (gnus-summary-local-variables): Add it.
7387         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7388         (gnus-summary-save-article): Remove optional `decode' argument;
7389         determine whether to decode articles by the value of
7390         gnus-default-article-saver; when saving many files using
7391         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7392         it first and use gnus-summary-save-in-file or
7393         gnus-summary-save-body-in-file thereafter unless
7394         gnus-prompt-before-saving is always; move point to article which
7395         will be saved.
7396         (gnus-summary-save-article-file): Revert.
7397         (gnus-summary-write-article-file): Revert.
7398         (gnus-summary-save-article-body-file): Revert.
7399         (gnus-summary-write-article-body-file): New function.
7400
7401 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-art.el (gnus-default-article-saver): Doc fix.
7404         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7405         from gnus-summary-save-article-coding-system, and default to a
7406         certain coding system.
7407         (gnus-output-to-file): Add coding cookie and encode text according
7408         to gnus-article-save-coding-system; don't use mm-append-to-file.
7409
7410         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7411         gnus-art.el and rename to gnus-article-save-coding-system.
7412         (gnus-summary-save-article): Require gnus-art; don't show all
7413         headers if it decodes articles; don't add coding cookie here;
7414         don't bind mm-text-coding-system-for-write.
7415         (gnus-summary-save-article-file): Save decoded articles.
7416         (gnus-summary-write-article-file): When saving many files, use
7417         gnus-summary-write-to-file first and gnus-summary-save-in-file
7418         thereafter unless gnus-prompt-before-saving is always.
7419         (gnus-summary-save-article-body-file): Save decoded articles.
7420
7421         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7422
7423 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * nnrss.el (nnrss-check-group): Bind hash-index.
7426
7427 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7428
7429         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7430         its hash index.  Store this hash in `nnrss-group-data'.
7431         (nnrss-read-group-data): Update accordingly.
7432
7433 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7436         entry.
7437
7438         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7439         gnus-article-browse-html-article.
7440
7441 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7442
7443         * gnus-sum.el (gnus-summary-mime-map): Add
7444         gnus-article-browse-html-article.
7445
7446         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7447
7448 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7451         suitable coding systems in customize.
7452
7453 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * mail-source.el (mail-sources): Fix custom type.
7456
7457 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7458
7459         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7460         (gnus-summary-expire-articles-now): Shorten prompt.
7461
7462         * gmm-utils.el (wid-edit): Require.
7463         (defun-gmm): Renamed from `gmm-defun-compat'.
7464         (gmm-image-search-load-path): Use it.
7465         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7466
7467 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7470         variable.
7471         (gnus-summary-save-article): Add optional `decode' argument.  If
7472         it is set and gnus-summary-save-article-coding-system is non-nil,
7473         save decoded article.
7474         (gnus-summary-write-article-file): Save decoded article if
7475         gnus-summary-save-article-coding-system is non-nil.
7476
7477         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7478         type.
7479
7480 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7483
7484 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7487         first to test gnus-single-article-buffer which may be buffer-local.
7488
7489         * gnus-sum.el (gnus-summary-setup-buffer): Make
7490         gnus-single-article-buffer buffer-local and nil in ephemeral
7491         group; make gnus-article-buffer, gnus-article-current, and
7492         gnus-original-article-buffer always buffer-local.
7493         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7494         group.
7495         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7496
7497 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * nnml.el (nnml-request-compact-group): Compressed files might not
7500         have .gz extension.
7501
7502 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7503
7504         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7505         (mm-copy-to-buffer): Use with-current-buffer.
7506         (mm-display-part): Simplify.
7507         (mm-inlinable-p): Add optional arg `type'.
7508
7509 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7510
7511         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7512         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7513         Try harder to show the attachment internally or externally using
7514         gnus-mime-view-part-as-type.
7515
7516 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7517
7518         * message.el (message-from-style, message-signature-separator)
7519         (message-user-organization-file, message-send-mail-function)
7520         (message-citation-line-function, message-yank-prefix)
7521         (message-indent-citation-function, message-signature)
7522         (message-signature-file, message-signature-insert-empty-line):
7523         Remove autoloads.
7524
7525         * gnus-art.el (gnus-buttonized-mime-types): Remove
7526         "multipart/signed".  Revert 2006-04-26 change.
7527
7528 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529
7530         * gnus.el (gnus-version-number): Bump version.
7531
7532 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7533
7534         * gnus.el: No Gnus v0.5 is released.
7535
7536 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7537
7538         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7539         fetching articles by message-id.
7540
7541 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * message.el (hashcash): Require hashcash as normal.
7544
7545         * ecomplete.el (ecomplete-highlight-match-line): Use
7546         point-at-eol.
7547         (ecomplete-highlight-match-line): Use `highlight', because that
7548         face exists in both Emacs and XEmacs.
7549
7550         * message.el (message-display-abbrev): Use point-at-bol.
7551
7552         * mail-source.el: Don't require timer/timer-funcs.
7553
7554         * gnus-async.el: Ditto.
7555
7556         * password.el: Ditto.
7557
7558         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7559
7560         * mm-url.el: Ditto.
7561
7562         * gnus-xmas.el: Don't require timer-funcs.
7563
7564         * mm-util.el: Require timer/timer-funcs.
7565
7566 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7567
7568         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7569         Close.
7570
7571 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7574         unibyte after clear-decrypt function runs.
7575
7576         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7577         returns as a unibyte string.
7578
7579 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * lpath.el: Revert.
7582
7583         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7584         (pgg-gpg-process-sentinel): Revert.
7585
7586         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7587         (pgg-pgp-lookup-key): Revert.
7588
7589         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7590         (pgg-pgp5-lookup-key): Revert.
7591
7592         * pgg.el (pgg-fetch-key): Revert.
7593
7594 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * lpath.el: Fbind string-as-multibyte for XEmacs.
7597
7598         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7599         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7600         (mml1991-pgg-encrypt): Ditto.
7601
7602         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7603         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7604         a multibyte buffer.
7605
7606         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7607         (pgg-pgp-lookup-key): Ditto.
7608
7609         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7610         (pgg-pgp5-lookup-key): Ditto.
7611
7612         * pgg.el (pgg-fetch-key): Ditto.
7613
7614 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * message.el (message-user-organization-file): Check several
7617         locations of the organization file.
7618
7619         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7620         Add gnus-article-view-part-as-type.
7621
7622         * gnus-art.el (gnus-article-view-part-as-type): New function.
7623
7624         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7625         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7626
7627         * mml.el: Simplify autoload.
7628         (mml-mode): defvar dnd-protocol-alist instead of using
7629         symbol-value.
7630         (mml-default-directory): New variable.
7631         (mml-minibuffer-read-file): Use it.
7632         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7633
7634         * message.el (message-citation-line-format): New variable.
7635         (message-insert-formated-citation-line): New function.
7636         (message-citation-line-function): Add
7637         `message-insert-formated-citation-line' to custom type.
7638
7639         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7640         to doc string.
7641
7642         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7643         depending on mm-verify-option.
7644
7645 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7648         binding pgg-* variables; reimplement the section which prevents
7649         MIME header from being signed.
7650         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7651         pgg-text-mode; remove a blank line at the top of body.
7652
7653         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7654         lines at the top of body; use gnus-newsgroup-charset if there's no
7655         Charset header.
7656
7657 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * message.el (message-self-insert-commands): Doc fix.
7660
7661         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7662         (mm-uu-pgp-encrypted-test): Ditto.
7663         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7664         between header and body; return application/pgp-encrypted handle
7665         if decryption failed; decode decrypted body by charset.
7666
7667         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7668         element match to application/pgp-*.
7669
7670 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7671
7672         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7673         HTML.
7674
7675 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676
7677         * mail-source.el (mail-source-call-script): Message the error
7678         string.
7679
7680 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * gnus-util.el (gnus-byte-compile): Use it.
7683
7684 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7685
7686         * gnus-util.el (kill-empty-logs): New function.
7687
7688 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689
7690         * message.el (message-mail-alias-type): Doc fix.
7691         (message-mail-alias-type-p): New function.
7692         (message-send): Use it.
7693         (message-mode): Ditto.
7694         (message-strip-forbidden-properties): Ditto.
7695
7696         * ecomplete.el (ecomplete-database-file-coding-system): New
7697         variable.
7698         (ecomplete-save): Use it.
7699         (ecomplete-setup): Use it.
7700
7701 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * message.el (message-self-insert-commands): New variable.
7704         (message-strip-forbidden-properties): Use it.
7705
7706 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707
7708         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7709         that doesn't make XEmacs choke.
7710
7711 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * gnus-util.el (gnus-replace-in-string):
7714         Prefer replace-regexp-in-string over of replace-in-string.
7715
7716 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * gnus-util.el (gnus-select-frame-set-input-focus):
7719         Use select-frame-set-input-focus if it is available in XEmacs; use
7720         definition defined in Emacs 22 for old Emacsen.
7721
7722         * dgnushack.el: Autoload unmorse-region for XEmacs.
7723
7724         * lpath.el: Bind cursor-in-non-selected-windows and
7725         select-frame-set-input-focus for XEmacs.
7726
7727 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7730
7731 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7732
7733         * gnus-registry.el (gnus-registry-cache-save): Remove text
7734         properties when saving via the temp buffer.
7735
7736 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * message.el (message-generate-hashcash): Honor custom type.
7739
7740 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7741
7742         * message.el (message-generate-hashcash): Default to non-nil when
7743         hashcash is found.
7744
7745         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7746         (gnus-refer-thread-limit): Increase default to 500.
7747
7748         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7749
7750         * flow-fill.el (fill-flowed): Allow delete-space.
7751
7752 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7755         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7756         Remove autoloads.
7757
7758 2006-04-18  Simon Josefsson  <jas@extundo.com>
7759
7760         * message.el (message-generate-hashcash): Default to.
7761
7762 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7765         concatenating segments rather than before concatenating them.
7766
7767 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7768
7769         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7770
7771 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7774
7775         * message.el (message-forward-make-body-plain): Allow
7776         message-forward-ignored-headers to be a list.
7777         (message-remove-ignored-headers): Factor out into function.
7778         (message-forward-make-body-mml): Use it.
7779
7780         * imap.el (imap-quote-specials): New function.
7781         (imap-login-auth): Quote specials.
7782
7783         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7784         (rfc2231-parse-string): Allow concatanation of parameters that
7785         aren't contiguous.  The test case is
7786           (mail-header-parse-content-type "message/external-body;
7787             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7788             access-type=LOCAL-FILE;
7789             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7790
7791 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7792
7793         * nntp.el (nntp-accept-process-output): Return the value of
7794         `nnheader-accept-process-output'.
7795
7796 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7799         (gnus-button-alist): Recognize more diff formats.
7800         (gnus-button-patch): Strip directory.
7801
7802 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7805         Emacs 22 when setting focus.
7806
7807 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808
7809         * gnus-art.el (gnus-article-treat-types): Do treatment of
7810         text/x-verbatim parts.
7811         (gnus-button-patch): New command.
7812
7813         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7814         addresses that contain invalid characters.
7815
7816 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7817
7818         * message.el (message-put-addresses-in-ecomplete): Use
7819         gnus-replace-in-string.
7820         (message-is-yours-p): Use the more correct
7821         mail-header-parse-address instead of
7822         mail-extract-address-components.
7823         (message-put-addresses-in-ecomplete): Fix typo.
7824
7825         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7826         keystroke.
7827
7828         * gnus-art.el (gnus-treatment-function-alist): Change order of
7829         newsgroups/generic header folding to avoid double-folding.
7830
7831         * message.el (message-hidden-headers): Add X-Draft-From.
7832
7833         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7834         command.
7835         (gnus-summary-repeat-search-article-backward): New command.
7836
7837         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7838         groups in the parent topic.
7839
7840 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7841
7842         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7843         (spam-extra-header-to-number): Return the CRM114 number as a
7844         number instead of a string.
7845
7846 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus-art.el (gnus-face-properties-alist): Moved here from
7849         gnus-fun.
7850
7851         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7852
7853 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * message.el (message-strip-forbidden-properties): Only display on
7856         self-insert-command.
7857
7858         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7859         reindent.
7860         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7861
7862 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7863
7864         * smiley.el (smiley-style): Fix typo.
7865
7866 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7867
7868         * hashcash.el (hashcash-insert-payment-async-2): Use
7869         message-goto-eoh instead of doing it manually.
7870         (mail-add-payment): Use message-narrow-to-header instead of trying
7871         to do the same itself.
7872
7873         * message.el (message-hidden-headers): Add Face.
7874
7875         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7876         reparenting code.
7877         (gnus-summary-reparent-children): Refactored out code.
7878         (gnus-summary-thread-map): New keystroke.
7879         (gnus-summary-reparent-children): Make into command.
7880
7881         * smiley.el (smiley-style): Default to `medium' if using a large
7882         font.
7883
7884         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7885         does it itself.
7886
7887         * message.el (message-point-in-header-p): Simplify definition.
7888
7889 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * nnagent.el (nnagent-request-set-mark): Silence log file
7892         writing.
7893         (nnagent-request-set-mark): Use write-region instead of
7894         append-to-file.
7895
7896         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7897         strange select method.
7898
7899         * ecomplete.el (ecomplete-display-matches): Get highlightling
7900         right.
7901         (ecomplete-display-matches): Use literals.
7902         (ecomplete-display-matches): Disable message logging.
7903
7904         * message.el (message-display-abbrev): Small optimization.
7905
7906         * ecomplete.el (ecomplete-display-matches): Allow automatic
7907         display.
7908
7909         * message.el (message-strip-forbidden-properties): Display
7910         abbrevs.
7911         (message-display-abbrev): Get automatic display right.
7912
7913         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7914         keystrokes.
7915
7916 2006-04-13  Romain Francoise  <romain@orebokech.com>
7917
7918         TODO: Backport to v5-10!
7919
7920         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7921         Moved here (and renamed) from gnus-registry.el.
7922
7923         * gnus-registry.el: Require gnus-util.
7924         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7925
7926 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * gnus-group.el (gnus-group-catchup-current): Change
7929         if-then-else-if-then-else into cond.
7930         (gnus-group-catchup): Indent.
7931         (group-name-at-point): New function.
7932         (gnus-fetch-group): Provide default from thing at point.
7933
7934 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * message.el (message-display-abbrev): Fix regexp.
7937
7938         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7939         choosing.
7940         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7941         dead variables.
7942
7943         * message.el (message-newline-and-indent): Remove debugging.
7944         (message-display-abbrev): Use new implementation.
7945
7946 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7947
7948         * gnus-art.el (gnus-article-mode): Set
7949         cursor-in-non-selected-windows to nil.
7950
7951         * smiley.el: Revert previous change.
7952         (smiley-data-directory): defvar it before using it in the
7953         defcustom of `smiley-style'.
7954
7955 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * message.el (message-newline-and-indent): New function.
7958
7959         * ecomplete.el: Implement more bits.
7960
7961         * message.el (message-put-addresses-in-ecomplete): Clean up the
7962         string.
7963
7964         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7965
7966         * gnus-sum.el (gnus-summary-save-parts): Bind
7967         gnus-summary-save-parts-counter and use it to make unique file
7968         names.
7969
7970         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7971
7972         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7973         parameter to say whether to actually parse the individual
7974         addresses.
7975
7976         * message.el (message-put-addresses-in-ecomplete): New function.
7977         (ecomplete): Require.
7978         (message-mail-alias-type): Add ecomplete as an option.
7979
7980 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7981
7982         * flow-fill.el (fill-flowed): Remove trailing space from blank
7983         quoted lines.
7984
7985 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * smiley.el (smiley-style): Move definition later to avoid a
7988         compilation warning.
7989
7990 2006-04-12  Kenichi Handa  <handa@m17n.org>
7991
7992         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7993         buffer and then decode the buffer text if necessary.
7994         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7995         first, and after mm-encode-body, change the buffer to unibyte.
7996         Use mm-disable-multibyte instead of set-buffer-multibyte.
7997
7998 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8001         Content-Type header instead of Content-Disposition header.
8002         (gnus-mime-inline-part): Ditto.
8003         (gnus-mime-view-part-as-charset): Ignore charset that the part
8004         specifies.
8005
8006         * mm-decode.el (mm-display-part): Work with external parts and
8007         usual parts similarly.
8008
8009         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8010         instead of gnus-display-mime.
8011
8012         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8013         instead of with-temp-buffer.
8014
8015         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8016         tag to summarized topics part in order to encode non-ASCII text.
8017
8018 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * smiley.el (smiley-style): New variable.
8021         (smiley-directory): New function.
8022         (smiley-data-directory): Derive from `smiley-style' using
8023         `smiley-directory'.
8024         (smiley-regexp-alist): Add new entries.
8025
8026         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8027         (gnus-article-browse-delete-temp): Add :version.
8028
8029 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8030
8031         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8032         the sieve region.
8033
8034 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * gnus.el (gnus-version-number): Bump version.
8037
8038 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus.el: No Gnus v0.4 is released.
8041
8042 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8045         layout.
8046
8047         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8048         unknown charset.
8049
8050         * message.el (message-header-synonyms): Add Original-To to the
8051         default.
8052
8053         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8054         optional parameter.
8055
8056 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * gnus-fun.el (gnus): Require it for gnus-directory.
8059
8060 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8063
8064 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8065
8066         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8067
8068 2006-04-05  Simon Josefsson  <jas@extundo.com>
8069
8070         * password.el (password-reset): New function.
8071
8072 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8073
8074         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8075         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8076
8077 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8078
8079         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8080         Some whitespace was matched into the url, which broke browsing hits
8081         > 100 when mm-url-use-external was nil.
8082
8083 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8084
8085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8086         gnus-extra-headers for 'Newsgroups.
8087
8088         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8089         bound.
8090
8091 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8092
8093         * pgg-gpg.el: Clean up process buffers every time gpg processes
8094         complete.
8095
8096 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8099         doc string.
8100
8101 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8102
8103         * pgg-gpg.el (pgg-gpg-process-filter)
8104         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8105
8106         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8107         lines, temporary fix.
8108
8109 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8112
8113 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8114
8115         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8116         default-enable-multibyte-characters.  This reverts the change from
8117         revision 6.17 which is no longer necessary because the passphrase
8118         is sent separately now.  GnuPG messages are unreadable under
8119         multibyte locales with default-enable-multibyte-characters set to
8120         nil.
8121
8122 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * message.el (message-tool-bar-gnome): Move "spell".
8125
8126 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8129         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8130         instead.
8131
8132 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8133
8134         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8135         newsgroups handling for NNTP overviews which don't include
8136         Newsgroups.
8137
8138 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8139
8140         * message.el (message-resend): Bind message-generate-hashcash to nil.
8141
8142 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8143
8144         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8145         when searching for already-paid recipients.
8146
8147 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8148
8149         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8150         passphrases when it is not needed.
8151         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8152         passphrase stuff from gpg, should only be necessary when you use
8153         gpg with a smartcard.
8154
8155 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * mml.el (mml-insert-mime): Ignore cached contents of
8158         message/external-body part.
8159
8160         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8161         (mm-insert-part): Ditto.
8162
8163 2006-03-23  Simon Josefsson  <jas@extundo.com>
8164
8165         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8166         Reiner.
8167         (pgg-gpg-use-agent-p): Use it again.
8168
8169 2006-03-23  Simon Josefsson  <jas@extundo.com>
8170
8171         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8172         older emacsen.
8173         (pgg-gpg-use-agent-p): Don't use it.
8174
8175 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8178         if we can.
8179
8180 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8181
8182         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8183         (pgg-gpg-update-agent): New function.
8184         (pgg-gpg-use-agent-p): New function.
8185         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8186         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8187         (pgg-gpg-sign-region): Use it.
8188
8189 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8192         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8193
8194 2006-03-21  Simon Josefsson  <jas@extundo.com>
8195
8196         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8197         <wilde@sha-bang.de>.
8198         (pgg-gpg-use-agent): New variable.
8199         (pgg-gpg-process-region): Use it.
8200         (pgg-gpg-encrypt-region): Likewise.
8201         (pgg-gpg-encrypt-symmetric-region): Likewise.
8202         (pgg-gpg-decrypt-region): Likewise.
8203         (pgg-gpg-sign-region): Likewise.
8204         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8205
8206 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8209
8210         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8211         Add comment on version.
8212
8213 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * smiley.el: Add missing test smiley.
8216
8217 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * mm-decode.el (mm-with-part): New macro.
8220         (mm-get-part): Use it; work with message/external-body as well.
8221         (mm-save-part): Treat name and filename equally.
8222
8223         * mm-extern.el (mm-extern-cache-contents): New function.
8224         (mm-inline-external-body): Use it; force the part to be displayed;
8225         move undisplayer added to the cached handle to the parent.
8226
8227         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8228         (gnus-mime-view-part-as-type): Work with message/external-body.
8229
8230         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8231
8232 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8235         images in image-load-path.  [Sync with image.el, revision 1.60, in
8236         Emacs.]
8237
8238 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8241         path rather than symbol.  Always return list of directories.
8242         Guarantee that image directory comes first.  [Sync with image.el,
8243         revision 1.59, in Emacs.]
8244
8245         * message.el (message-make-tool-bar): Adjust to new API of
8246         `gmm-image-load-path-for-library'.
8247
8248         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8249
8250         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8251
8252 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8253
8254         * gnus-art.el (gnus-article-only-boring-p):
8255         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8256         intangible text.
8257         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8258
8259 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8262         `defun' instead of `gmm-defun-compat'.
8263
8264 2006-03-14  Simon Josefsson  <jas@extundo.com>
8265
8266         * message.el (message-unique-id): Don't use message-number-base36
8267         if (user-uid) is a float.
8268         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8269
8270 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8273
8274         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8275         empty line between a part and a message part.
8276
8277 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * smiley.el: Add more test smileys.
8280         (smiley-data-directory, smiley-regexp-alist)
8281         (gnus-smiley-file-types): Fix doc strings.
8282         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8283         adding new elements.
8284         (smiley-mouse-map): Unused code.  Make it a comment.
8285
8286 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8289         scan latest NoCeM messages instead of old ones.
8290         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8291         delimiters that are recently used.
8292         (gnus-nocem-load-cache): Add autoload cookie.
8293
8294         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8295
8296         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8297         level which is larger than gnus-use-nocem is specified.
8298
8299         * gnus-group.el (gnus-group-get-new-news): Ditto.
8300
8301 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * gnus-util.el (gnus-tool-bar-update): New function.
8304
8305         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8306         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8307
8308         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8309
8310         * gnus-group.el (gnus-group-redraw-when-idle)
8311         (gnus-group-redraw-check): Remove.
8312         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8313
8314 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8317         if optional last element is specified in splits (FIELD VALUE...).
8318
8319 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8322         to gmm-image-load-path-for-library.  Call with no-error argument.
8323         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8324
8325         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8326
8327         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8328
8329         * gmm-utils.el (gmm-image-load-path): Remove alias.
8330
8331 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * gmm-utils.el (gmm-image-load-path): Add alias.
8334
8335         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8336         nnml-generate-nov-databases-1.
8337         (nnml-generate-nov-databases): Use it.
8338         (nnml-generate-nov-databases-directory): Document no-active
8339         argument.
8340
8341         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8342         directory if path is t.  Add no-error.
8343
8344         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8345         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8346
8347         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8348         resetting gnus-article-browse-html-temp-list.
8349
8350         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8351         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8352         Add example to docstring.  Rename local variables.  Move error
8353         checks to default case in cond and simplify.
8354
8355 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8358         handle is multipart when calling it recursively.
8359         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8360
8361 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8362
8363         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8364         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8365
8366 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8369         is loaded.
8370
8371         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8372         loaded.
8373
8374 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8377         to "Emacs 23 (unicode)" in doc string.
8378
8379         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8380         "Emacs 23 (unicode)" in comment.
8381
8382 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8385
8386         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8387         characters 160 through 255 in Emacs 23.
8388
8389 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8392         gnus-article-browse-html-temp.
8393         (gnus-article-browse-delete-temp): Make it customizable.  Add
8394         `file'.  Adjust doc string.
8395         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8396         query for each file.  Adjust doc string.
8397         (gnus-article-browse-html-parts): Add
8398         `gnus-article-browse-delete-temp-files' to
8399         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8400
8401 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8402
8403         * gnus-art.el (gnus-article-browse-html-temp)
8404         (gnus-article-browse-delete-temp): New variables.
8405         (gnus-article-browse-delete-temp-files): New function.
8406         (gnus-article-browse-html-parts): Use it.
8407
8408 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8411
8412         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8413         string.
8414
8415         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8416         gnus-summary-insert-new-articles when unplugged.  Remove
8417         gnus-summary-search-article-forward.
8418
8419         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8420         display-visual-class instead of display-color-cells.
8421
8422 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * dgnushack.el: Autoload customize-group for XEmacs.
8425
8426         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8427         message/* containing non-ASCII text properly.
8428
8429 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * message.el: Require gmm-utils, remove autoloads.
8432         (message-tool-bar): Set default based on
8433         gmm-tool-bar-style.
8434         (message-tool-bar-gnome): Add gmm-customize-mode.
8435
8436         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8437         gmm-tool-bar-style.
8438         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8439
8440         * gnus-group.el (gnus-group-tool-bar): Set default based on
8441         gmm-tool-bar-style.
8442         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8443
8444         * gmm-utils.el (gmm-image-directory): Rename variable from
8445         gmm-image-load-path.
8446         (gmm-image-load-path): Use gmm-image-directory.
8447         (gmm-customize-mode): New function.
8448         (gmm-tool-bar-style): New variable.
8449
8450         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8451         gnus-group-redraw-line-number.
8452         (gnus-group-redraw-check): Simplify.
8453         (gnus-group-tool-bar-update): Remove redraw check.
8454         (gnus-group-make-tool-bar): Add redraw check.
8455
8456 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8457
8458         * gnus-art.el (gnus-button): Add missing parentheses.
8459
8460 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * lpath.el: Fbind line-number-at-pos.
8463
8464 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8467
8468 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * gnus-art.el (gnus-button): New face.
8471         (gnus-article-button-face): Use it.
8472
8473         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8474         gnus-summary-next-page.  Re-order.
8475
8476         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8477         next-node are now included.
8478         (gnus-group-redraw-line-number): New internal variable.
8479         (gnus-group-redraw-check): Helper function for updating the tool
8480         bar.
8481         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8482
8483         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8484
8485         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8486         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8487         Use it to match format of Spamassassin 3.0 and later.  Reported by
8488         IRIE Tetsuya <irie@t.email.ne.jp>.
8489         (spam-check-bogofilter)
8490         (spam-bogofilter-register-with-bogofilter): Fix args of
8491         `gnus-error' calls.
8492
8493 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8496         unnecessary interaction when sending queued mails.  Reported by
8497         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8498
8499 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8502         first or last are nil.
8503
8504 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8505
8506         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8507
8508 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8509
8510         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8511
8512 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8513
8514         * dns.el (query-dns): Protect more against buggy tcp output.
8515
8516 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8519         nov.php.
8520
8521 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8522
8523         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8524         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8525         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8526         output on the server side.
8527         (nnweb-google-create-mapping): Update regexps and add some
8528         progress indication.
8529
8530 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8533         gnus-agent-toggle-plugged.  Re-order icons.
8534         (gnus-group-tool-bar-gnome): Add
8535         gnus-group-{prev,next}-unread-group.
8536         (gnus-group-tool-bar-gnome): Re-order icons.
8537
8538         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8539         gnus-summary-insert-new-articles.
8540
8541         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8542         comments.
8543
8544         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8545         also available in Emacs 21.3.
8546
8547         * message.el (message-fix-before-sending): Change "Emacs 22" to
8548         "Emacs 23 (unicode)" in comment.
8549
8550         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8551         "Emacs 23 (unicode)" in comment.
8552
8553         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8554         comment.
8555         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8556
8557         * mm-view.el (mm-fill-flowed): Add :version.
8558
8559 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8562         and load-path.
8563
8564 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * message.el: Autoload gmm-image-load-path.
8567         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8568         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8569         consitency.
8570
8571         * gmm-utils.el (gmm-image-load-path): Also search in
8572         "../etc/images".  Don't set gmm-image-load-path if we don't find
8573         the image.
8574
8575 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gmm-utils.el (gmm-image-load-path): Don't make
8578         `gmm-image-load-path' include subdirectories which the second arg
8579         `image' might specify.
8580
8581         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8582         subdirectory to icon file names.
8583
8584         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8585
8586 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8589         gmm-image-load-path calls.
8590
8591         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8592
8593         * message.el (message-make-tool-bar): Ditto.
8594
8595         * mml.el (mml-preview): Added comment concerning tool bar icons.
8596
8597         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8598         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8599
8600         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8601         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8602
8603         * message.el (message-tool-bar-gnome): Use new icon names.
8604         (message-make-tool-bar): Use `gmm-image-load-path'.
8605
8606         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8607         functions from MH-E.
8608         (gmm-image-load-path): New variable from MH-E.
8609         (gmm-image-load-path): New function from MH-E.  Added arguments
8610         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8611         *-image-load-path-called-flag.
8612
8613 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8614
8615         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8616
8617 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8618
8619         * nnimap.el (nnimap-request-move-article): Change folder back to
8620         source group before deleting.
8621
8622 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8625
8626         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8627         mm-url.
8628
8629         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8630
8631 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8634         coding system which mm-charset-to-coding-system returns for a
8635         given charset is valid.
8636
8637 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8638
8639         * html2text.el (html2text-remove-tag-list):
8640         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8641
8642 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8643
8644         * gnus-cus.el: Revert 2005-10-17 change.
8645
8646 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-art.el (article-strip-banner): Call
8649         article-really-strip-banner only when the regexp match is made.
8650
8651 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-art.el (article-strip-banner): Use
8654         gnus-extract-address-components instead of
8655         mail-header-parse-addresses to make it work with non-ASCII text;
8656         remove mail-encode-encoded-word-string.
8657
8658         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8659         values which are surrounded with \"...\"; make it never cause a
8660         Lisp error; give up parsing of parameters if it failed in
8661         extracting type.
8662
8663 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8664
8665         * smime.el (smime-cert-by-ldap-1): Fix bug where
8666         `smime-ldap-search' returns results without userCertificates.
8667
8668 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8671
8672 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * spam.el (spam-check-spamassassin-headers): Adapt format for
8675         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8676         <ari@mbf.ocn.ne.jp>.
8677         (spam-list-of-processors): Add spam-use-gmane.
8678
8679 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8682         make-temp-file; make it work with XEmacs as well.
8683
8684         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8685         mm-make-temp-file.
8686
8687         * mm-decode.el (mm-display-external): Use the 3rd arg of
8688         mm-make-temp-file.
8689         (mm-create-image-xemacs): Ditto.
8690
8691 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8694         with message-narrow-to-headers.
8695         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8696         (gnus-draft-check-draft-articles): New function.
8697         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8698
8699 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * gnus-art.el (gnus-article-browse-html-parts):
8702         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8703         Don't use suffix argument for mm-make-temp-file for Emacs 21
8704         compatibility.  Remove useless `format'.
8705
8706 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8707
8708         * nnweb.el (nnweb-google-wash-article): Update regexps.
8709         (nnweb-group-alist): Use defvoo instead of defvar.
8710
8711 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8714         re-loading nn* modules.
8715
8716 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8719         for `tool-bar-mode' and don't check it's default-value.
8720
8721         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8722
8723         * message.el (message-make-tool-bar): Ditto.
8724
8725         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8726         `substring'.  Shorten tmp-file name.
8727
8728         * gnus.el: Remove bogus comment.
8729
8730 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8731
8732         * gnus-art.el (gnus-article-browse-html-parts): New function.
8733         (gnus-article-browse-html-article): New function for viewing html
8734         articles with a browser.
8735
8736 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8737
8738         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8739         in elisp.
8740         (pgg-gpg-encrypt-symmetric-region): Ditto.
8741         (pgg-gpg-sign-region): Ditto.
8742
8743         * pgg-def.el (pgg-text-mode): New variable.
8744
8745         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8746         (mml2015-pgg-encrypt): Ditto.
8747
8748         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8749         (mml1991-pgg-encrypt): Ditto.
8750
8751 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8754         message-make-date instead of current-time-string.
8755
8756         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8757         to gnus-decoded which mm-uu might set.
8758
8759 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8762         don't decode quoted parameters; remove misimported Emacs code.
8763         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8764         (rfc2231-decode-encoded-string): Don't use split-string which
8765         behaves differently according to Emacs version; use
8766         mm-decode-coding-region to convert charset to coding-system.
8767         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8768         (rfc2231-encode-string): Remove misimported Emacs code.
8769
8770 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8773         when calling mail-header-parse-content-type.
8774         (article-de-quoted-unreadable): Ditto.
8775         (article-de-base64-unreadable): Ditto.
8776         (article-wash-html): Ditto.
8777
8778         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8779         calling mail-header-parse-content-type and
8780         mail-header-parse-content-disposition.
8781         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8782         mail-header-parse-content-type.
8783
8784         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8785         insert charset and format parameters; encode description after
8786         inserting it to buffer.
8787         (mml-insert-parameter): Fold lines properly even if a parameter is
8788         segmented into two or more lines; change the max column to 76.
8789
8790         * rfc1843.el (rfc1843-decode-article-body): Don't use
8791         ignore-errors when calling mail-header-parse-content-type.
8792
8793         * rfc2231.el (rfc2231-parse-string): Return at least type if
8794         possible; don't cause an error even if it fails in parsing of
8795         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8796         (rfc2231-encode-string): Don't break lines at the beginning, leave
8797         it to mml-insert-parameter.
8798
8799         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8800         calling mail-header-parse-content-type.
8801
8802 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * spam-report.el (spam-report-gmane-use-article-number):
8805         Improve doc string.
8806         (spam-report-gmane-internal): Check if a suitable header was found
8807         in the article.
8808
8809 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8812         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8813
8814 2006-02-05  Romain Francoise  <romain@orebokech.com>
8815
8816         Update copyright notices of all files in the gnus directory.
8817
8818 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8819
8820         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8821
8822 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8825         segmented lines of parameter value to cope with Thunderbird 1.5
8826         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8827         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8828         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8829
8830 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8831
8832         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8833         parts.
8834
8835 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8836
8837         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8838         there's only one active file for all servers.
8839         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8840         solid groups.  Gnus might have used a FAST request to select the group.
8841         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8842         and nnweb-search redundantly in the active file.
8843         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8844         (nnweb-request-create-group): Don't use ARGS.
8845         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8846         initialisations.  Let nnoo do the work.
8847
8848 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8851         Say the part has been decoded.
8852
8853         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8854
8855 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8856
8857         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8858         mailcap-viewer-test-cache when there's no 'test clause, since that
8859         will invert the meaning of a "nil" test previously determined by
8860         mailcap-mailcap-entry-passes-test.
8861
8862 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8865         compiling.
8866
8867         * gnus-sum.el: Ditto.
8868
8869         * message.el: Don't bind tool-bar-map when compiling.
8870
8871 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8874
8875 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8876
8877         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8878         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8879         current Google Groups.
8880
8881 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8884         and tool-bar-mode.
8885
8886         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8887         and tool-bar-mode.
8888
8889         * message.el (message-tool-bar-update): Simplify.
8890         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8891
8892         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8893         gnus-summary-buffer.
8894         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8895         gnus-summary-reply.
8896
8897         * gmm-utils.el (gmm): Add :version.
8898
8899 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * Makefile.in (clean): New rule.
8902         (distclean): Use it.
8903
8904 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8905
8906         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8907         autoload.
8908
8909 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gmm-utils.el (gmm-verbose): Add :group.
8912
8913 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * message.el: Change some comments WRT tool-bars.
8916
8917         * gnus-sum.el (gnus-summary-tool-bar)
8918         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8919         (gnus-summary-tool-bar-zap-list): New variables.
8920         (gnus-summary-make-tool-bar): Complete rewrite using
8921         `gmm-tool-bar-from-list'.
8922
8923         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8924         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8925         variables.
8926         (gnus-group-make-tool-bar): Complete rewrite using
8927         `gmm-tool-bar-from-list'.
8928         (gnus-group-tool-bar-update): New function.
8929
8930         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8931
8932 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8935         is dissected into a single part of which the type is the same as
8936         the given one; decode charset.
8937
8938 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8939
8940         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8941         into alists as symbol not string, since that's what
8942         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8943         look for.
8944
8945 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8946
8947         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8948         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8949
8950         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8951
8952 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8955         (gnus-xmas-mime-security-button-menu): New function.
8956
8957         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8958         (gnus-mime-security-button-menu): New definition.
8959         (gnus-mime-security-button-map): Use them.
8960         (gnus-mime-security-button-menu): New function.
8961         (gnus-insert-mime-security-button): Addition to help echo.
8962         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8963         (gnus-mime-security-pipe-part): New functions.
8964
8965         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8966         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8967
8968         * mm-decode.el (mm-handle-set-disposition): Remove.
8969         (mm-handle-set-description): Remove.
8970
8971 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8974         (mm-w3m-standalone-supports-m17n-p): New function.
8975         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8976         w3m usage.
8977
8978         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8979         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8980
8981 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * message.el (message-tool-bar-zap-list): Use
8984         gmm-tool-bar-zap-list as custom type.
8985         (message-tool-bar-update): New function.
8986         (message-tool-bar, message-tool-bar-gnome)
8987         (message-tool-bar-retro): Add message-tool-bar-update.
8988         (message-tool-bar-gnome): Add flyspell-buffer.
8989
8990         * gnus-util.el (gnus-error): Describe `args'.
8991
8992         * gmm-utils.el (gmm-error): Describe `args'.
8993         (gmm-tool-bar-zap-list): New widget.
8994         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8995
8996 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8999         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9000         the number of recursive calls.
9001
9002         * mm-decode.el (mm-handle-set-disposition): New macro.
9003         (mm-handle-set-description): New macro.
9004
9005 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9008         encoding.
9009
9010 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * message.el (message-tool-bar-zap-list, message-tool-bar)
9013         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9014         (message-tool-bar-local-item-from-menu): Remove.
9015         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9016         (message-make-tool-bar): New function.
9017         (message-mode): Use `message-make-tool-bar'.
9018
9019         * gmm-utils.el: New file.
9020         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9021         (gmm-lazy): New widget copied from `nnmail.el'.
9022         (gmm-tool-bar-from-list): New function for creating customizable
9023         tool bars.
9024         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9025         output.
9026         (gmm): Add :prefix to defgroup.
9027
9028 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9029
9030         * gmm-utils.el (gmm-widget-p): New function.
9031
9032 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * mml.el (mml-attach-file): Describe `description' in doc string.
9035         (mml-menu): Add Emacs MIME manual and PGG manual.
9036
9037 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9038
9039         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9040
9041 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9042
9043         * nntp.el (nntp-end-of-line): Doc fix.
9044
9045 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9046
9047         * imap.el (imap-open): Handle case where buffer is a buffer
9048         object.
9049
9050 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9051
9052         * gnus-delay.el (gnus-delay): Don't autoload.
9053         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9054         to be re-loaded when customizing the `gnus-delay' group.
9055
9056 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9057
9058         * message.el (message-insert-citation-line): Use newlines.
9059
9060 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9061
9062         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9063         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9064         these routines, so the passphrase can be managed externally and
9065         passed in to the system.
9066         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9067         pgg-add-passphrase-to-cache function.
9068
9069         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9070         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9071         these routines, so the passphrase can be managed externally and
9072         passed in to the system.
9073         (pgg-pgp5-sign-region): Use new name of
9074         pgg-add-passphrase-to-cache function.
9075
9076 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9077
9078         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9079         part of the decoded armor to find the key-identifier.
9080         (pgg-gpg-lookup-key-owner): New function to return the
9081         human-readable identifier of a key owner.
9082         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9083         itself.
9084         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9085         the key value) if we have a key and can match it against a secret
9086         key.  Also, added a note pointing out fact that the prompt only
9087         indicates the first matching key.
9088
9089         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9090         pgg-decrypt-region.
9091         (pgg-add-passphrase-to-cache): Rename from
9092         `pgg-add-passphrase-cache' to reduce confusion (all callers
9093         changed).
9094         (pgg-remove-passphrase-from-cache): Rename from
9095         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9096         changed).
9097         (pgg-read-passphrase, pgg-add-passphrase-cache)
9098         (pgg-remove-passphrase-cache): Add informative docstrings.
9099         (pgg-decrypt): Convey provided passphrase in subordinate call to
9100         pgg-decrypt-region.
9101
9102 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9103
9104         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9105         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9106         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9107         'passphrase' argument, so the passphrase can be managed externally
9108         and then passed in to the system.
9109
9110         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9111         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9112         so the passphrase cache can be used reliably with identifiers
9113         besides a pgp packet's key id.
9114
9115         * pgg-gpg.el (pgg-gpg-encrypt-region)
9116         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9117         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9118         these routines, so the passphrase can be managed externally and
9119         passed in to the system.
9120
9121         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9122         'notruncate' argument, so the passphrase cache can be used
9123         reliably with identifiers besides a pgp packet's key id.
9124
9125 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9126
9127         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9128         symmetric encryption.
9129         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9130         encrypted session key.
9131         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9132         message ask for the passphrase in a proper way.
9133
9134         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9135         New user commands for symmetric encryption.
9136
9137 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9140
9141         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9142
9143 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9144
9145         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9146
9147 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * mm-decode.el (mm-inlined-types): Add application/pgp.
9150         (mm-automatic-display): Ditto.
9151
9152         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9153         part as text.
9154
9155 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * nnrss.el: Update copyright.
9158         (nnrss-opml-import): Query whether to subscribe to each entry.
9159
9160         * gnus-art.el:
9161         * gnus-sum.el:
9162         * gnus-xmas.el:
9163         * messagexmas.el:
9164         * mm-uu.el:
9165         * mm-view.el: Update copyright.
9166
9167 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9168
9169         * message.el (message-info): New function.
9170         (message-mode-menu): Add it.
9171         Update copyright.
9172
9173         * ChangeLog: Fix and update copyright.
9174
9175 2006-01-13  Romain Francoise  <romain@orebokech.com>
9176
9177         * message.el (message-forward-subject-name-subject): Prefer the
9178         address to 'nowhere' if the sender has no name.
9179         Fix typo.  Update copyright year.
9180
9181 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-art.el (article-wash-html): Use
9184         gnus-summary-show-article-charset-alist if a numeric arg is given.
9185         (gnus-article-wash-html-with-w3m-standalone): New function.
9186
9187         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9188         mm-inline-text-html-render-with-w3m-standalone.
9189         (mm-text-html-washer-alist): Map w3m-standalone to
9190         gnus-article-wash-html-with-w3m-standalone.
9191         (mm-inline-text-html-render-with-w3m-standalone): New function.
9192
9193 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9196         Improve LaTeX.
9197
9198 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9201         (nnrss-request-article): Render text/plain parts as HTML.
9202
9203         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9204         the buffer.
9205
9206 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9209         custom definition of `gnus-posting-styles'.
9210
9211         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9212         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9213
9214 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9217         Use nntp for bug archive.
9218
9219 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9222         parts.
9223         (nnrss-normalize-date): New function converts ISO 8601 date into
9224         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9225         (nnrss-check-group): Use it.
9226
9227 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9230
9231         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9232         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9233         (nnrss-insert-w3): Ditto.
9234
9235 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9238         the articles to be forwarded including the case where neither a
9239         number of articles nor a region is specified.
9240
9241 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * nnrss.el (nnrss-request-article): Fix last change; fill
9244         text/plain parts.
9245
9246 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9249         in text/plain part.
9250         (nnrss-check-group): Don't add excessive newline to dc:subject.
9251
9252 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9253
9254         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9255         article.
9256
9257 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9260         (nnml-use-compressed-files, nnml-save-mail): Support other
9261         comression programs such as bzip2.
9262
9263 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264
9265         * dns.el (query-dns): Make sure we check the buffer size before
9266         removing tcp headers.
9267
9268 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9271         remove MIME buttons associated with multipart/alternative parts.
9272         (gnus-mime-display-alternative): Tag buttons using `article-type'
9273         text property.
9274
9275         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9276         associated with multipart/alternative parts.
9277
9278         * gnus-art.el (gnus-signature-separator): Fix custom type.
9279
9280         * mm-decode.el (mm-inlined-types): Fix custom type.
9281         (mm-keep-viewer-alive-types): Ditto.
9282         (mm-automatic-display): Ditto.
9283         (mm-attachment-override-types): Ditto.
9284         (mm-inline-override-types): Ditto.
9285         (mm-automatic-external-display): Ditto.
9286
9287 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * spam-report.el (spam-report-user-mail-address)
9290         (spam-report-user-agent): New variables.
9291         (spam-report-url-ping-plain): Use spam-report-user-agent.
9292
9293 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9294
9295         * gnus-art.el (gnus-button-handle-custom): Do not just use
9296         `customize-apropos' for any "M-x customize-*" button but the
9297         function called for.  Accept both the function name and its
9298         argument in order to achieve this.
9299         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9300         function name to `gnus-button-handle-custom' in case of "M-x
9301         customize-*" buttons.
9302
9303 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9306         multipart/alternative and add xref to mm-discouraged-alternatives
9307         in doc string.
9308
9309         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9310         gnus-buttonized-mime-types in doc string.
9311
9312 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9315         Suggest image/.* in the doc string.
9316
9317 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9320         message-marks (Debian bug #342521).
9321
9322 2005-12-12  Simon Josefsson  <jas@extundo.com>
9323
9324         * password.el (password-read-from-cache): Add.
9325         (password-read): Use it.
9326
9327 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9330         us-ascii as a MIME charset.
9331
9332         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9333         against the case where the 2nd arg TYPE is nil.
9334
9335 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * pop3.el (pop3-stream-type): Fix custom version.
9338
9339         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9340
9341 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9342
9343         * mm-decode.el (mm-display-external): Add missing cdr.
9344
9345 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9348         RFC1524) if it is in mailcap or add a suffix according to
9349         mailcap-mime-extensions when generating a temp filename; postpone
9350         deleting a temp file for 2 seconds for some wrappers, shell
9351         scripts, and so on, which might exit right after having started a
9352         viewer command as a background job.
9353
9354 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9355
9356         * nntp.el (nntp-marks-directory): Fix custom group.
9357
9358         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9359         steps when < 10.
9360
9361         * gnus-start.el (gnus-no-server-1): Mention
9362         `gnus-level-default-subscribed' in doc string.
9363
9364 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9365
9366         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9367         parens.
9368
9369 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-xmas.el (gnus-use-toolbar): Revert.
9372         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9373         gnus-use-toolbar is default.
9374
9375         * messagexmas.el (message-use-toolbar): Revert.
9376         (message-setup-toolbar): Use global default-toolbar if
9377         message-use-toolbar is default.
9378
9379 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9382         according to default-toolbar-visible-p.
9383
9384         * messagexmas.el (message-use-toolbar): Ditto.
9385
9386 2005-11-26  Dave Love  <fx@gnu.org>
9387
9388         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9389         (tls-program, tls-success): Provide openssl alternative.
9390
9391         * starttls.el: Doc fixes.
9392         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9393         SERVICE to PORT.
9394
9395         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9396         port null or service name.
9397         (starttls-negotiate): Autoload.
9398
9399 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * message.el (message-kill-to-signature): Fix interactive spec.
9402
9403 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * pop3.el (pop3-open-server): Recognize a string as a service name.
9406
9407 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9408
9409         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9410
9411 2005-11-23  Dave Love  <fx@gnu.org>
9412
9413         Add pop3s, pop3/starttls.
9414
9415         * pop3.el (pop3-authentication-scheme): Clarify doc.
9416         (open-tls-stream, starttls-open-stream): Autoload.
9417         (pop3-stream-type): New.
9418         (pop3-open-server): Use it.
9419
9420         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9421         for POP.
9422         (mail-source-keyword-map): Add :stream for POP.
9423         (mail-source-fetch-pop): Use pop3-stream-type.
9424
9425 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9428         of current-time-string.
9429
9430 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9431
9432         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9433         date header.
9434
9435 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9436
9437         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9438         it can seriously impact performance as it bypasses the agent's
9439         local caches.
9440
9441 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9442
9443         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9444         must be explicitly online rather than "not explicitly offline" for
9445         its flags to be synchronized.
9446
9447         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9448         that gnus-uu-unmark-thread will function correctly.
9449
9450         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9451         1024K is instead displayed as 1M.
9452
9453 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9456
9457 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9458
9459         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9460
9461 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9462
9463         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9464         error message to display actual error condition.
9465         (gnus-agent-save-local): Avoid saving symbols that are bound to
9466         nil as they simply result in a warning message in
9467         gnus-agent-read-local.
9468
9469 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9472         rather than make-variable-buffer-local for file-precious-flag.
9473
9474 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9475
9476         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9477         for duplicates which are removed.  The invalid sort check then
9478         triggers a rescan after the sort as sorting may have moved
9479         duplicate entries such that they can be cheaply detected.
9480
9481 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9484
9485 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9486
9487         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9488         internal variable to a custom variable.  Changed default value
9489         from compressed(2) to uncompressed(1).
9490         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9491         support for uncompressed agentview files.  Taken together, reading
9492         the agentview file should now be 6-7 times faster.
9493
9494 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9495
9496         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9497         as a buffer-local variable.  This avoids creating truncated
9498         dribble files as a result of a hang up, eg.
9499
9500 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9501
9502         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9503         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9504         XEmacs.
9505
9506 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * gnus-start.el (gnus-start-draft-setup): Enforce
9509         `gnus-draft-mode' for nndraft:drafts at startup.
9510
9511         * gnus.el (gnus-splash): Change custom group.
9512         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9513         allow-list argument.
9514
9515         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9516         string.
9517
9518 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * gnus-art.el (gnus-default-article-saver): Add user-defined
9521         `function' to custom type.
9522
9523 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9524
9525         * imap.el (imap-open): Handle case where buffer is a buffer
9526         object.
9527
9528 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9531         long lines.
9532         (gnus-cache-delete-group): Wrap doc strings.
9533
9534         * gnus-agent.el (gnus-agent-rename-group)
9535         (gnus-agent-delete-group): Wrap doc strings.
9536
9537 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * messagexmas.el (message-use-toolbar): Change the valid values
9540         into default, top, bottom, left, and right.
9541         (message-toolbar-thickness): New variable.
9542         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9543         well.
9544         (message-setup-toolbar): Make it work.
9545
9546         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9547         (gnus-use-toolbar): Change the valid values into default, top,
9548         bottom, left, and right.
9549         (gnus-toolbar-thickness): New variable.
9550         (gnus-xmas-setup-toolbar): New function.
9551         (gnus-xmas-setup-group-toolbar): Use it.
9552         (gnus-xmas-setup-summary-toolbar): Use it.
9553
9554 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9555
9556         * gnus-start.el (gnus-1): Add "native" to
9557         gnus-predefined-server-alist.
9558
9559         * gnus.el (gnus-method-to-server): Don't add "native" to the
9560         lists here, because that leads to problems when
9561         gnus-select-method is bound.
9562
9563 2005-11-09  Simon Josefsson  <jas@extundo.com>
9564
9565         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9566         use (not sort-by-date) instead.
9567
9568 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9569
9570         * gnus-delay.el (gnus-delay-group): Don't autoload.
9571         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9572         to be re-loaded when customizing the `gnus-delay' group.
9573
9574 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9575
9576         * message.el: Revert last changes.
9577         (message-insert-citation-line): Use newlines.
9578
9579 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9580
9581         * message.el (message-courtesy-message)
9582         (message-mark-insert-begin, message-mark-insert-end)
9583         (message-elide-ellipsis, message-cancel-message)
9584         (message-add-header, message-change-subject)
9585         (message-cross-post-followup-to-header)
9586         (message-cross-post-insert-note, message-reduce-to-to-cc)
9587         (message-widen-reply, message-delete-not-region)
9588         (message-kill-to-signature, message-insert-signature)
9589         (message-insert-importance-high, message-insert-importance-low)
9590         (message-insert-or-toggle-importance)
9591         (message-insert-disposition-notification-to)
9592         (message-indent-citation, message-yank-original)
9593         (message-cite-original-without-signature, message-cite-original)
9594         (message-insert-citation-line, message-position-on-field)
9595         (message-fix-before-sending, message-send-mail-partially)
9596         (message-send-mail, message-send-mail-with-sendmail)
9597         (message-send-mail-with-qmail, message-send-news)
9598         (message-check-news-header-syntax, message-generate-headers)
9599         (message-insert-courtesy-copy, message-fill-address)
9600         (message-fill-header, message-shorten-references)
9601         (message-setup-1, message-cancel-news)
9602         (message-forward-make-body-plain, message-forward-make-body-mime)
9603         (message-forward-make-body-mml, message-encode-message-body)
9604         (message-forward-make-body-digest-plain)
9605         (message-forward-make-body-digest-mime)
9606         (message-use-alternative-email-as-from): Insert `hard-newline'
9607         instead of ordinary newlines.
9608
9609 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * message.el (message-generate-headers): Downcase the argument
9612         given to message-check-element.
9613
9614 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9615
9616         * nntp.el (nntp-authinfo-rejected): New error condition.
9617         (nntp-wait-for): Use new error condition to signal authentication
9618         error.
9619         (nntp-retrieve-data): Rethrow new error condition to break out of
9620         recursive call to nntp-send-authinfo.
9621
9622 2005-11-08  Romain Francoise  <romain@orebokech.com>
9623
9624         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9625         (gnus-summary-exit-map): Bind to `Z p'.
9626         (gnus-summary-make-menu-bar): Add menu item.
9627
9628 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9631         (gnus-treat-*): Add `first' in all doc strings.
9632
9633         * gnus-group.el (gnus-group-compact-group): Fix typo.
9634
9635 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus.el (gnus-parameters-case-fold-search): New variable.
9638         (gnus-parameters-get-parameter): Use it.
9639
9640         * gnus-score.el (gnus-home-score-file): Doc fix.
9641
9642 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9643
9644         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9645
9646 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * mm-util.el (mm-special-display-p): New function.
9649
9650         * mml.el (mml-preview): Use it; doc fix.
9651
9652 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9653
9654         * imap.el (imap-open): Handle case where buffer is a buffer object.
9655
9656 2005-10-29  Romain Francoise  <romain@orebokech.com>
9657
9658         * message.el (message-fix-before-sending): Fix comment.
9659
9660 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9661
9662         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9663
9664 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9665
9666         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9667         Used in gnus-score.el.
9668
9669 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9672
9673 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9676         whitespace removed in revision 7.8.  Use concatenated string to
9677         protect trailing whitespace.
9678
9679 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9680
9681         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9682         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9683         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9684         Courier IMAP ("some version from 2004").  Mostly based on similar
9685         code in the same function.
9686
9687 2005-10-26  Didier Verna  <didier@xemacs.org>
9688
9689         * gnus-group.el (gnus-group-compact-group): Invalidate original
9690         article buffer.
9691         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9692         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9693         NOV database and in article itself.
9694         Invalidate article backlog.
9695
9696 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9699
9700 2005-10-26  Simon Josefsson  <jas@extundo.com>
9701
9702         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9703         part of 2004-07-25 change.
9704
9705 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * message.el (message-display-completion-list): New function.
9708         (message-expand-group): Use it; make sure the Completions buffer
9709         is modifiable.
9710 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9711
9712         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9713         user-mail-name is an empty string.
9714
9715 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9718         depending on gnus-score-decay-constant.
9719
9720         * encrypt.el (encrypt-insert-file-contents)
9721         (encrypt-write-file-contents): Don't use `gnus-message'.
9722
9723         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9724         arguments.
9725         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9726         arguments to mm-uu-verbatim-marks-extract.
9727         (mm-uu-hide-markers): New variable.
9728         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9729
9730         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9731         (gnus-convert-image-to-face-command): Use "convert" by default to
9732         allow other input image formats.
9733         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9734         accordingly.
9735
9736 2005-10-23  Simon Josefsson  <jas@extundo.com>
9737
9738         * imap.el (imap-gssapi-program): Align command line parameters
9739         with latest GNU SASL.
9740         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9741
9742 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9743
9744         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9745         HTML.
9746         (nnslashdot-request-article): Ditto.
9747
9748         * lpath.el (featurep): Add nobreak-char-display.
9749
9750 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9751
9752         * mail-source.el (mail-source-fetch-pop): Require pop3.
9753         (mail-source-check-pop): Ditto.
9754
9755 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9758         errors.
9759
9760 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9763         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9764
9765         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9766
9767         * mm-bodies.el (mm-decode-string): Call
9768         `mm-charset-to-coding-system' with allow-override argument.
9769
9770 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9773         (rfc2047-charset-to-coding-system): New function.
9774         (rfc2047-decode-encoded-words): New function.
9775         (rfc2047-decode-region): Use them.
9776         (rfc2047-decode-cte): Remove.
9777         (rfc2047-parse-and-decode): Remove.
9778         (rfc2047-decode): Remove.
9779
9780 2005-10-15  Kenichi Handa  <handa@m17n.org>
9781
9782         * rfc2047.el (rfc2047-decode-cte): New function.
9783         (rfc2047-decode-region): Change the way to decode successive
9784         encoded-words: decode B- or Q-encoding in each encoded-word,
9785         concatenate them, and decode it as charset.
9786
9787 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * lpath.el: Fbind codepage-setup for XEmacs.
9790
9791 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9792
9793         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9794         widget-move-and-invoke.
9795         (gnus-custom-mode): Use gnus-custom-map.
9796
9797 2005-10-15  Bill Wohler  <wohler@newt.com>
9798
9799         * message.el (message-tool-bar-map): Renamed image file from
9800         mail_send to mail/send.
9801
9802 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9803
9804         * message.el (message-expand-group): Pass the common
9805         prefix substring of completion to `display-completion-list'.
9806
9807 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * mml-sec.el (mml-secure-method): New internal variable.
9810         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9811         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9812         functions using mml-secure-method.
9813
9814         * mml.el (mml-mode-map): Add key bindings for those functions.
9815         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9816         Harder <harder@myrealbox.com>.
9817         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9818         end of message if point is the headers of the message.
9819
9820         * message.el (message-in-body-p): New function.
9821
9822         * assistant.el: Autoload gnus-util and netrc.
9823
9824         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9825         Use `mm-charset-override-alist' only when decoding.
9826
9827         * mm-bodies.el (mm-decode-body): Call
9828         `mm-charset-to-coding-system' with allow-override argument.
9829
9830         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9831         `filename' from Content-Disposition if Content-Type doesn't
9832         provide `name'.
9833         (gnus-mime-view-part-as-type): Set default instead of
9834         initial-input.
9835
9836 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9837
9838         * format-spec.el (format-spec): Propagate text properties of % spec.
9839
9840 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * gnus-art.el (gnus-treat-predicate): Add `first'.
9843
9844 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9847         (mm-charset-override-alist): New variable.
9848         (mm-charset-to-coding-system): Use it.
9849         (mm-codepage-setup): New helper function.
9850         (mm-charset-eval-alist): New variable.
9851         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9852         about unknown charsets.
9853
9854         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9855
9856 2005-10-04  David Hansen  <david.hansen@gmx.net>
9857
9858         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9859         (nnrss-check-group): Ditto.
9860
9861 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9864         Rename x-gnus-verbatim to x-verbatim.
9865         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9866
9867         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9868         x-verbatim.
9869
9870         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9871
9872         * gnus-util.el (gnus-remove-duplicates): Remove.
9873
9874         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9875         instead of gnus-remove-duplicates.
9876
9877         * message.el (message-remove-duplicates): Remove.
9878         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9879         message-remove-duplicates.
9880
9881         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9882         available, else use implementation from `delete-dups'.
9883
9884         * message.el (message-insert-expires): New function.
9885         (message-mode-map): Add key binding.
9886         (message-mode-field-menu): Add menu entry.
9887         (message-mode): Document it.
9888         (message-make-expires-date): Use `message-make-date'.
9889
9890 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9891
9892         * message.el (message-make-expires-date): New function.
9893
9894 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * Makefile.in (list-installed-shadows): New entry.
9897         (install): Use it.
9898         (remove-installed-shadows): New entry.
9899
9900         * dgnushack.el (dgnushack-default-load-path): New variable.
9901         (dgnushack-find-lisp-shadows): New function.
9902         (dgnushack-remove-lisp-shadows): New function.
9903
9904 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * Makefile.in (install-el-elc): New entry.
9907         (install): Use it so that .el files are necessarily installed.
9908
9909 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9912
9913 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9914
9915         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9916         function rather than the diff-mode.el package.
9917         (mm-display-external): Use with-current-buffer.
9918         (mm-viewer-completion-map, mm-viewer-completion-map):
9919         Move initialization inside declaration.
9920
9921 2005-09-29  Simon Josefsson  <jas@extundo.com>
9922
9923         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9924         autoload mail-check-payment.
9925         (spam-check-hashcash): Define unconditionally, since hashcash.el
9926         is part of Gnus now.  Ignore errors from payment checking.
9927
9928 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * message.el (message-bold-region, message-unbold-region): Rename
9931         from `bold-region' and `unbold-region'.
9932
9933         * message.el: Remove useless autoloads.
9934
9935 2005-09-28  Simon Josefsson  <jas@extundo.com>
9936
9937         * message.el (message-use-idna): Default to t.
9938         (message-use-idna): Test whether encoding works too.  Doc fix.
9939
9940 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * nntp.el (nntp-warn-about-losing-connection): Remove.
9943
9944 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9947         customizable.  Change default value.
9948         (mm-uu-diff-groups-regexp): Change default value.
9949         (mm-uu-type-alist): Add doc string.
9950         (mm-uu-configure): Add doc string.  Make it interactive.
9951         (mm-uu-tex-groups-regexp): New variable.
9952         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9953         (mm-uu-type-alist): Add LaTeX documents.
9954         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9955         of "text/verbatim".
9956         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9957
9958         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9959         instead of "text/verbatim".
9960
9961         * message.el (message-mark-inserted-region)
9962         (message-mark-insert-file): Use slrn style marks when called with
9963         prefix argument.
9964
9965 2005-09-27  Simon Josefsson  <jas@extundo.com>
9966
9967         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9968
9969 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9970
9971         * message.el (message-remove-duplicates): New function.
9972         Implementation borrowed from `gnus-remove-duplicates'.
9973         (message-idna-to-ascii-rhs): Also encode idna addresses in
9974         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9975         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9976         only ask about the same idna domain once per header and also tell
9977         in what header to replace the idna domain.
9978
9979         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9980         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9981         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9982         a header is decoded and not just the last one.
9983
9984 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9987         has been decoded.
9988
9989         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9990         (mm-insert-part): Don't modify text if it has been decoded.
9991
9992         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9993         decoded.
9994
9995         * mm-view.el (mm-inline-text): Don't strip text props unless
9996         decoding enriched or richtext parts.
9997
9998 2005-09-25  Romain Francoise  <romain@orebokech.com>
9999
10000         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10001         * gnus-start.el (gnus-subscribe-interactively):
10002         * gnus-uu.el (gnus-uu-grab-articles):
10003         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10004         space.
10005
10006 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10007
10008         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10009         * mm-view.el (mm-view-pkcs7-decrypt):
10010         * gnus-sum.el (gnus-summary-limit-to-extra)
10011         (gnus-summary-respool-article, gnus-read-move-group-name):
10012         * gnus-score.el (gnus-summary-increase-score):
10013         * gnus-util.el (gnus-completing-read-with-default):
10014         * gnus-art.el (gnus-read-save-file-name)
10015         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10016         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10017         * message.el (message-check-news-header-syntax):
10018         Follow convention for reading with the minibuffer.
10019
10020 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * spam-report.el (spam-report-url-ping-plain):
10023         Use gnus-extended-version as User-Agent.
10024
10025         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10026         default value is nil.
10027
10028         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10029         (mm-uu-verbatim-marks-extract): New function.
10030         (mm-uu-extract): New face.
10031         (mm-uu-copy-to-buffer): Use it.
10032
10033         * spam-report.el (spam-report-gmane-ham): Renamed from
10034         `spam-report-gmane-unspam'.
10035         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10036         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10037
10038         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10039         Autoload.
10040         (spam-report-gmane-unregister-routine): Renamed
10041         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10042
10043 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10044
10045         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10046         (spam-report-gmane-unregister-routine): Add support for gmane
10047         unregistration.
10048
10049         * spam-report.el (spam-report-gmane-unspam)
10050         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10051         (spam-report-gmane): Change to take a single article and do unspam
10052         registration.
10053
10054 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * mm-url.el (mm-url-decode-entities): Fix regexp.
10057
10058 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059
10060         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10061         default to nil, to be able to use Gnus at all.  If the default
10062         switches to something else, then the function should be fixed not
10063         be exceedingly slow.
10064
10065 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10066
10067         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10068         fail hard.
10069
10070         * spam-report.el: Add better Keywords line.
10071
10072         * spam.el: Add Maintainer and better Keywords line.
10073
10074 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * gnus-art.el (gnus-article-replace-part)
10077         (gnus-mime-replace-part): New functions.
10078         (gnus-mime-action-alist, gnus-mime-button-commands)
10079         (gnus-mime-save-part-and-strip): Added file argument.
10080         (gnus-article-part-wrapper): Added interactive argument.
10081
10082         * gnus-sum.el (gnus-summary-mime-map): Add
10083         `gnus-article-replace-part'.
10084
10085 2005-09-19  Didier Verna  <didier@xemacs.org>
10086
10087         The nnml compaction feature:
10088         * nnml.el (nnml-request-compact-group): New function.
10089         * nnml.el (nnml-request-compact): New function.
10090         * gnus-int.el (gnus-request-compact-group): New function.
10091         * gnus-int.el (gnus-request-compact): New function.
10092         * gnus-group.el (gnus-group-compact-group): New function.
10093         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10094         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10095         * gnus-srvr.el (gnus-server-compact-server): New function.
10096         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10097         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10098
10099 2005-09-18  Deepak Goel  <deego@gnufans.org>
10100
10101         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10102         format spec.
10103
10104 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10107
10108 2005-09-15  Romain Francoise  <romain@orebokech.com>
10109
10110         * message.el (message-fill-paragraph): Clarify docstring.
10111
10112 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-art.el (gnus-mime-display-part): Protect against broken
10115         MIME messages.
10116
10117 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10120         before parsing header.
10121
10122 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10123
10124         * html2text.el (html2text-replace-list): Add new entities.
10125
10126 2005-09-11  Romain Francoise  <romain@orebokech.com>
10127
10128         * message.el (message-alternative-emails): Improve docstring.
10129         (message-setup-1): Call `message-use-alternative-email-as-from'
10130         after `message-setup-hook' to give it precedence over posting
10131         styles, etc.
10132         (message-use-alternative-email-as-from): Add docstring.  Remove
10133         the original From header if present.
10134
10135         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10136         (nnml-save-mail): Use it.
10137
10138         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10139         articles.  Add new argument `silent'.
10140         (gnus-uu-mark-all): Report the total number of marked articles.
10141
10142 2005-09-10  Romain Francoise  <romain@orebokech.com>
10143
10144         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10145         (gnus-uu-mark-series): Likewise.
10146
10147 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * spam-report.el (spam-report-gmane): Fix generation of spam
10150         report URL.
10151
10152 2005-09-10  Simon Josefsson  <jas@extundo.com>
10153
10154         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10155         t, based on discussion on the ding list with Robert Epprecht
10156         <epprecht@solnet.ch>.
10157
10158 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * spam-report.el (spam-report-gmane): Make it work without
10161         X-Report-Spam header.  Gmane now only provides Archived-At.
10162         This is only used if `spam-report-gmane-use-article-number' is nil.
10163         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10164
10165         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10166         make `gnus-summary-sort-by-recipient' work with threading.
10167
10168         * nnweb.el (nnweb-google-wash-article): Print a message if article
10169         is not available.
10170
10171 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10172
10173         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10174         change.  Decode text/* parts content before displaying.
10175
10176 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10179
10180 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10183
10184         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10185         url-package-name, url-package-version,
10186         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10187         w3m-display-inline-images, and w3m-minor-mode-map.
10188
10189 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * message.el (message-tab-body-function): Fix mismatched custom type.
10192
10193         * gnus.el (gnus-group-change-level-function): Ditto.
10194
10195         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10196
10197         * gnus-art.el (gnus-signature-limit)
10198         (gnus-article-mime-part-function): Ditto.
10199
10200 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * mml.el (mml-mode): Silence the byte compiler.
10203
10204         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10205         using `(sit-for 0)' before moving the point to the specified part;
10206         skip unbuttonized parts.
10207         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10208         return to the summary window if gnus-auto-select-part is non-nil.
10209
10210 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10213         variables.
10214         (mml-dnd-attach-file, mml-mode): Use them.
10215
10216         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10217         Make fetching article by MID work again for Google Groups.  Added
10218         FIXME concerning gnus-group-make-web-group.
10219
10220         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10221         Don't depend on Gnus by using mail-extract-address-components if
10222         gnus-extract-address-components is not bound.
10223
10224 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10225
10226         * gnus-art.el (gnus-mime-display-security): Don't display the
10227         signature, but only the signed part.
10228
10229 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10232
10233         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10234         list, not listp.
10235
10236 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10237
10238         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10239         when encoding.
10240
10241         * mm-bodies.el (mm-decode-content-transfer-encoding):
10242         De-canonicalize CRLF for all text content types, not just
10243         text/plain.
10244
10245 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10248         valid article; point arrow and cursor at the MIME button.
10249
10250 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10253         Suggested by Dan Christensen <jdc@uwo.ca>.
10254
10255         * mm-decode.el (mm-save-part): Enable change of prompt.
10256
10257 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10258
10259         * gnus-msg.el (gnus-inews-add-send-actions): Made
10260         `message-post-method' lambda parameter ARG `&optional'.
10261
10262 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10263
10264         * gnus-sum.el (gnus-summary-mime-map): Added
10265         gnus-article-save-part-and-strip, gnus-article-delete-part and
10266         gnus-article-jump-to-part.
10267
10268         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10269         (gnus-article-edit-part): Use it.
10270         (gnus-article-part-wrapper): Added no-handle argument.
10271         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10272         functions.
10273
10274 2005-08-29  Romain Francoise  <romain@orebokech.com>
10275
10276         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10277         docstring.
10278         (gnus-face-from-file): Likewise.
10279
10280 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10283         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10284         non-nil.
10285         (gnus-auto-select-part): New variable.
10286         (gnus-article-jump-to-part): New function.
10287         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10288         (gnus-mime-delete-part): Allow selecting specified part after
10289         deleting or stripping parts.
10290         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10291         part if argument is bogus.
10292
10293 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10294
10295         * gnus-art.el (w3m-minor-mode-map):
10296         * gnus-spec.el (gnus-newsrc-file-version):
10297         * gnus-util.el (nnmail-active-file-coding-system)
10298         (gnus-original-article-buffer, gnus-user-agent):
10299         * gnus.el (gnus-ham-process-destinations)
10300         (gnus-parameter-ham-marks-alist)
10301         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10302         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10303         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10304         * mm-decode.el (gnus-current-window-configuration):
10305         * mm-extern.el (gnus-article-mime-handles):
10306         * mm-url.el (url-current-object, url-package-name)
10307         (url-package-version):
10308         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10309         (smime-keys, w3m-cid-retrieve-function-alist)
10310         (w3m-current-buffer, w3m-display-inline-images)
10311         (w3m-minor-mode-map):
10312         * mml-smime.el (gnus-extract-address-components):
10313         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10314         (gnus-newsrc-hashtb, message-default-charset)
10315         (message-deletable-headers, message-options)
10316         (message-posting-charset, message-required-mail-headers)
10317         (message-required-news-headers):
10318         * mml1991.el (mc-pgp-always-sign):
10319         * mml2015.el (mc-pgp-always-sign):
10320         * nnheader.el (nnmail-extra-headers):
10321         * rfc1843.el (gnus-decode-encoded-word-function)
10322         (gnus-decode-header-function, gnus-newsgroup-name):
10323         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10324
10325 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10326
10327         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10328         the end of the date treatments.
10329
10330 2005-08-15  Simon Josefsson  <jas@extundo.com>
10331
10332         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10333         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10334         Capello and Romain Francoise.
10335         (pgg-fetch-key-function): Removed, not used?
10336         (pgg-insert-url-with-w3): Require url, to get
10337         url-insert-file-contents regardless of where it is defined.
10338
10339 2005-08-13  Romain Francoise  <romain@orebokech.com>
10340
10341         * message.el (message-cite-original-1): New function.
10342         (message-cite-original): Use it.
10343         (message-cite-original-without-signature): Ditto.
10344
10345 2005-08-08  Romain Francoise  <romain@orebokech.com>
10346
10347         * message.el (message-yank-empty-prefix): New variable.
10348         (message-indent-citation): Use it.
10349         (message-cite-original-without-signature): Respect X-No-Archive.
10350
10351 2005-08-08  Simon Josefsson  <jas@extundo.com>
10352
10353         * pgg.el: Autoload url-insert-file-contents instead of loading
10354         w3/url.
10355         (pgg-insert-url-with-w3): Don't load url here.
10356
10357 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10358
10359         * message.el (message-kill-to-signature): Don't insert newline at
10360         bol.
10361         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10362
10363 2005-08-06  Romain Francoise  <romain@orebokech.com>
10364
10365         * message.el (message-user-fqdn): Fix typo in docstring.
10366
10367 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10368
10369         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10370
10371         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10372
10373 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * mm-bodies.el (mm-encode-body): Use coding system rather than
10376         charset to encode text.
10377
10378         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10379         number of charsets if utf-8 is available (XEmacs).
10380
10381 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10384         taken from `gnus-button-mid-or-mail-regexp'.
10385         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10386         (gnus-button-alist): Improve regexp for domain part of the MIDs
10387         for news:localpart@domain buttons.
10388         (gnus-button-ctan-directory-regexp): Update.
10389
10390 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * sieve-manage.el (sieve-manage-interactive-login): Use
10393         make-local-variable rather than make-variable-buffer-local.
10394         (sieve-manage-open): Ditto.
10395         (sieve-manage-authenticate): Ditto.
10396
10397         * mml.el (mml-generate-mime-1): Make the content type default to
10398         text/plain if the filename is not specified.
10399
10400 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10403         instead of insert-buffer.
10404
10405         * message.el (message-yank-original): Ditto; set the mark at the
10406         end of the yanked message.
10407
10408 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10411         lines to scroll rather than to stop it.
10412
10413         * mml.el (mml-generate-default-type): Add doc string.
10414         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10415         default to application/octet-stream when determining the content
10416         type if it is not specified for the part or the mml contents; add
10417         a comment about mml-generate-default-type.
10418
10419 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10422         make it default to application/octet-stream when determining the
10423         content type if it is not specified for the external contents.
10424
10425 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10428         segmented parameter but also other parameters might be there.
10429
10430 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * mm-decode.el (mm-display-external): Delete temp file, directory
10433         and buffer immediately if the external process is exited.
10434
10435 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10438         fewer lines than that of scroll-margin.
10439         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10440
10441 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-art.el (gnus-article-next-page): Revert.
10444         (gnus-article-beginning-of-window): New macro.
10445         (gnus-article-next-page-1): Use it.
10446         (gnus-article-prev-page): Ditto.
10447         (gnus-article-edit-part): Use insert-buffer-substring instead of
10448         insert-buffer.
10449         (gnus-article-edit-exit): Ditto.
10450
10451         * gnus-util.el (gnus-beginning-of-window): Remove.
10452         (gnus-end-of-window): Remove.
10453
10454         * lpath.el: Don't bind header-line-format and scroll-margin.
10455
10456 2005-07-25  Simon Josefsson  <jas@extundo.com>
10457
10458         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10459         to have the url package without w3.  Reported by Daiki Ueno
10460         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10461
10462 2005-07-20  Didier Verna  <didier@xemacs.org>
10463
10464         * gnus-diary.el: Remove the description comment (nndiary is now
10465         properly documented in the Gnus manual).
10466         Fix the spelling of "Back End".
10467         * nndiary.el: Ditto.
10468         Fix the copyright notice.
10469
10470 2005-07-18  Romain Francoise  <romain@orebokech.com>
10471
10472         * gnus-sum.el (gnus-summary-to-prefix)
10473         (gnus-summary-newsgroup-prefix): New variables.
10474         (gnus-summary-from-or-to-or-newsgroups): Use them.
10475
10476 2005-07-17  Romain Francoise  <romain@orebokech.com>
10477
10478         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10479         space as it's generally not especially interesting to the user.
10480
10481 2005-07-16  Romain Francoise  <romain@orebokech.com>
10482
10483         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10484         nil to avoid prompting and file modification if one of the
10485         messages at the top of the nnfolder file contains a copyright
10486         notice.
10487         Update copyright notice.
10488
10489         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10490         instead of `current-time-string' as the latter creates a time
10491         string that is not RFC 2822 compliant (it lacks the zone).
10492         Update copyright notice.
10493
10494 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10495
10496         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10497         for text/rtf.  Display default in prompt.  Pass default for M-n.
10498
10499         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10500
10501 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502
10503         * gnus-msg.el (gnus-button-mailto): Remove
10504         save-selected-window-window hackery because it relies on
10505         save-selected-window internals.
10506
10507 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10510         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10511         (gnus-article-prev-page): Ditto.
10512
10513         * gnus-util.el (gnus-beginning-of-window): New function.
10514         (gnus-end-of-window): New function.
10515
10516         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10517
10518 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10519
10520         * gnus-score.el (gnus-score-edit-all-score): Set
10521         gnus-score-edit-exit-function to gnus-score-edit-done and call
10522         gnus-message.
10523
10524 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * gnus-msg.el (gnus-button-mailto): Remove
10527         save-selected-window-window hackery because it relies on
10528         save-selected-window internals.
10529
10530 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10533         add-minor-mode.
10534         (gnus-binary-mode): Ditto.
10535
10536         * gnus-topic.el (gnus-topic-mode): Ditto.
10537
10538 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10539
10540         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10541         (gnus-article-prev-page): Take scroll-margin into consideration.
10542
10543 2005-07-04  Lute Kamstra  <lute@gnu.org>
10544
10545         Update FSF's address in GPL notices.
10546
10547 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10548
10549         * gnus.el (gnus-exit):
10550         * gnus-group.el (gnus-group-icons):
10551         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10552
10553         * gnus-nocem.el (gnus-nocem):
10554         * message.el (message-various, message-buffers, message-sending)
10555         (message-interface, message-forwarding, message-insertion)
10556         (message-headers, message-news, message-mail):
10557         * pgg-gpg.el (pgg-gpg):
10558         * pgg-parse.el (pgg-parse):
10559         * pgg-pgp.el (pgg-pgp):
10560         * pgg-pgp5.el (pgg-pgp5):
10561         * pop3.el (pop3): Finish `defgroup' description with period.
10562
10563 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-art.el (article-display-face): Improve the efficiency.
10566         (article-display-x-face): Ditto; remove grey x-face stuff.
10567
10568 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-art.el (article-display-face): Correct the position in
10571         which Faces are inserted.
10572
10573 2005-06-29  Didier Verna  <didier@xemacs.org>
10574
10575         * gnus-art.el (article-display-face): Display faces in correct
10576         order.
10577
10578 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10581         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10582         (gnus-nocem-check-article): Fetch the Type header.
10583         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10584         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10585         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10586         make sure gnus-nocem-hashtb is initialized.
10587         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10588         (gnus-nocem-unwanted-article-p): Ditto.
10589
10590         * pgg.el (pgg-verify): Return the verification result.
10591
10592 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10593
10594         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10595         is ascii.
10596
10597 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10598
10599         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10600         `show-nonbreak-escape'.
10601
10602 2005-06-23  Lute Kamstra  <lute@gnu.org>
10603
10604         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10605
10606         * dig.el (dig-mode):
10607         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10608
10609 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10610
10611         * nnimap.el (nnimap-split-download-body): Fix spellings.
10612
10613 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10614
10615         * gnus-art.el (gnus-article-encrypt-body):
10616         * gnus-cus.el (gnus-score-customize):
10617         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10618         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10619
10620 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10621
10622         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10623         header by looking for magic "MII" at the beginnig.
10624
10625 2005-06-16  Miles Bader  <miles@gnu.org>
10626
10627         * gnus-xmas.el (gnus-xmas-group-startup-message):
10628         Use renamed gnus-splash face.
10629
10630         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10631         (assistant-field-face): New backward-compatibility alias for renamed
10632         face.
10633         (assistant-render-text): Use renamed assistant-field face.
10634
10635         * spam.el (spam): Remove "-face" suffix from face name.
10636         (spam-face): New backward-compatibility alias for renamed face.
10637         (spam-face, spam-initialize): Use renamed spam face.
10638
10639         * message.el (message-header-to, message-header-cc)
10640         (message-header-subject, message-header-newsgroups)
10641         (message-header-other, message-header-name)
10642         (message-header-xheader, message-separator, message-cited-text)
10643         (message-mml): Remove "-face" suffix from face names.
10644         (message-header-to-face, message-header-cc-face)
10645         (message-header-subject-face, message-header-newsgroups-face)
10646         (message-header-other-face, message-header-name-face)
10647         (message-header-xheader-face, message-separator-face)
10648         (message-cited-text-face, message-mml-face):
10649         New backward-compatibility aliases for renamed faces.
10650         (message-font-lock-keywords): Use renamed message faces.
10651
10652         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10653         (sieve-test-commands, sieve-tagged-arguments):
10654         Remove "-face" suffix from face names.
10655         (sieve-control-commands-face, sieve-action-commands-face)
10656         (sieve-test-commands-face, sieve-tagged-arguments-face):
10657         New backward-compatibility aliases for renamed faces.
10658         (sieve-control-commands-face, sieve-action-commands-face)
10659         (sieve-test-commands-face, sieve-tagged-arguments-face):
10660         Use renamed sieve faces.
10661
10662         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10663         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10664         (gnus-group-news-3-empty, gnus-group-news-4)
10665         (gnus-group-news-4-empty, gnus-group-news-5)
10666         (gnus-group-news-5-empty, gnus-group-news-6)
10667         (gnus-group-news-6-empty, gnus-group-news-low)
10668         (gnus-group-news-low-empty, gnus-group-mail-1)
10669         (gnus-group-mail-1-empty, gnus-group-mail-2)
10670         (gnus-group-mail-2-empty, gnus-group-mail-3)
10671         (gnus-group-mail-3-empty, gnus-group-mail-low)
10672         (gnus-group-mail-low-empty, gnus-summary-selected)
10673         (gnus-summary-cancelled, gnus-summary-high-ticked)
10674         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10675         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10676         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10677         (gnus-summary-low-undownloaded)
10678         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10679         (gnus-summary-low-unread, gnus-summary-normal-unread)
10680         (gnus-summary-high-read, gnus-summary-low-read)
10681         (gnus-summary-normal-read, gnus-splash):
10682         Remove "-face" suffix from face names.
10683         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10684         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10685         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10686         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10687         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10688         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10689         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10690         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10691         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10692         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10693         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10694         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10695         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10696         (gnus-summary-normal-ticked-face)
10697         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10698         (gnus-summary-normal-ancient-face)
10699         (gnus-summary-high-undownloaded-face)
10700         (gnus-summary-low-undownloaded-face)
10701         (gnus-summary-normal-undownloaded-face)
10702         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10703         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10704         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10705         (gnus-splash-face):
10706         New backward-compatibility aliases for renamed faces.
10707         (gnus-group-startup-message): Use renamed gnus faces.
10708
10709         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10710         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10711         (gnus-server-agent): Remove "-face" suffix from face names.
10712         (gnus-server-agent-face, gnus-server-opened-face)
10713         (gnus-server-closed-face, gnus-server-denied-face)
10714         (gnus-server-offline-face):
10715         New backward-compatibility aliases for renamed faces.
10716         (gnus-server-agent-face, gnus-server-opened-face)
10717         (gnus-server-closed-face, gnus-server-denied-face)
10718         (gnus-server-offline-face): Use renamed gnus faces.
10719
10720         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10721         Remove "-face" suffix from face names.
10722         (gnus-picon-xbm-face, gnus-picon-face):
10723         New backward-compatibility aliases for renamed faces.
10724
10725         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10726         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10727         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10728         (gnus-cite-11): Remove "-face" suffix from face names.
10729         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10730         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10731         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10732         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10733         New backward-compatibility aliases for renamed faces.
10734         (gnus-cite-attribution-face, gnus-cite-face-list)
10735         (gnus-article-boring-faces): Use renamed gnus faces.
10736
10737         * gnus-art.el (gnus-signature, gnus-header-from)
10738         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10739         (gnus-header-content): Remove "-face" suffix from face names.
10740         (gnus-signature-face, gnus-header-from-face)
10741         (gnus-header-subject-face, gnus-header-newsgroups-face)
10742         (gnus-header-name-face, gnus-header-content-face):
10743         New backward-compatibility aliases for renamed faces.
10744         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10745
10746         * gnus-sum.el (gnus-summary-selected-face)
10747         (gnus-summary-highlight): Use renamed gnus faces.
10748         * gnus-group.el (gnus-group-highlight): Likewise.
10749
10750 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10751
10752         * gnus-sieve.el (gnus-sieve-article-add-rule):
10753         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10754         * spam-stat.el (spam-stat-buffer-change-to-spam)
10755         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10756
10757         * message.el (message-is-yours-p):
10758         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10759
10760 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * mm-view.el (mm-inline-text): Withdraw the last change.
10763
10764 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10767         executing enriched-decode.
10768
10769 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10772         charset of tar files.
10773
10774 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10775
10776         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10777
10778 2005-06-04  Lute Kamstra  <lute@gnu.org>
10779
10780         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10781         information is never recorded.
10782
10783 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10784
10785         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10786
10787 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * pop3.el (pop3-apop): Run md5 in the binary mode.
10790
10791         * starttls.el (starttls-set-process-query-on-exit-flag):
10792         Use eval-and-compile.
10793
10794 2005-05-31  Simon Josefsson  <jas@extundo.com>
10795
10796         * smime.el (smime-replace-in-string): Define.
10797         (smime-cert-by-ldap-1): Use it.
10798
10799 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-art.el (article-display-x-face): Replace
10802         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10803
10804         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10805         set-process-query-on-exit-flag or process-kill-without-query.
10806
10807         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10808         loop instead of replace-regexp.
10809
10810         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10811         instead of process-kill-without-query if it is available.
10812
10813         * lpath.el: Fbind ldap-search-entries.
10814
10815         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10816         instead of find-file-hooks if it is available.
10817
10818         * mml1991.el: Bind pgg-default-user-id when compiling.
10819
10820         * mml2015.el: Bind pgg-default-user-id when compiling.
10821
10822         * nndraft.el (nndraft-request-associate-buffer):
10823         Use write-contents-functions instead of write-contents-hooks if it is
10824         available.
10825
10826         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10827         instead of find-file-hooks if it is available.
10828
10829         * nntp.el (nntp-open-connection): Replace
10830         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10831         (nntp-open-ssl-stream): Ditto.
10832         (nntp-open-tls-stream): Ditto.
10833
10834         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10835         set-process-query-on-exit-flag or process-kill-without-query.
10836         (starttls-open-stream-gnutls): Use it instead of
10837         process-kill-without-query.
10838         (starttls-open-stream): Ditto.
10839
10840 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10841
10842         * smime.el (smime-cert-by-ldap-1): Don't use
10843         replace-regexp-in-string.
10844
10845 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10846
10847         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10848
10849         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10850         in PEM format.  Adjust to the XEmacs compability.
10851
10852 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10855         by `string-to-number'.
10856         * gnus-agent.el (gnus-agent-regenerate-group)
10857         (gnus-agent-fetch-articles): Ditto.
10858         * gnus-art.el (gnus-button-fetch-group): Ditto.
10859         * gnus-cache.el (gnus-cache-generate-active)
10860         (gnus-cache-articles-in-group): Ditto.
10861         * gnus-group.el (gnus-group-set-current-level)
10862         (gnus-group-insert-group-line): Ditto.
10863         * gnus-score.el (gnus-score-set-expunge-below)
10864         (gnus-score-set-mark-below, gnus-summary-score-effect)
10865         (gnus-summary-score-entry): Ditto.
10866         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10867         (gnus-soup-pack): Ditto.
10868         * gnus-spec.el (gnus-xmas-format): Ditto.
10869         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10870         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10871         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10872         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10873         * nndb.el (nndb-get-remote-expire-response): Ditto.
10874         * nndiary.el (nndiary-parse-schedule-value)
10875         (nndiary-string-to-number, nndiary-request-replace-article)
10876         (nndiary-request-article): Ditto.
10877         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10878         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10879         * nneething.el (nneething-make-head): Ditto.
10880         * nnfolder.el (nnfolder-request-article)
10881         (nnfolder-retrieve-headers): Ditto.
10882         * nnheader.el (nnheader-file-to-number): Ditto.
10883         * nnkiboze.el (nnkiboze-request-article): Ditto.
10884         * nnmail.el (nnmail-process-unix-mail-format)
10885         (nnmail-process-babyl-mail-format): Ditto.
10886         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10887         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10888         (nnmh-request-create-group, nnmh-request-list-1)
10889         (nnmh-request-group, nnmh-request-article): Ditto.
10890         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10891         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10892         * nnsoup.el (nnsoup-make-active): Ditto.
10893         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10894         * nntp.el (nntp-find-group-and-number)
10895         (nntp-retrieve-headers-with-xover): Ditto.
10896         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10897         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10898         (pgg-format-key-identifier): Ditto.
10899         * pop3.el (pop3-last, pop3-stat): Ditto.
10900         * qp.el (quoted-printable-decode-region): Ditto.
10901
10902         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10903         of concat.
10904
10905 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10908
10909         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10910
10911         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10912
10913         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10914
10915         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10916
10917         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10918
10919         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10920         (gnus-carpal-mode): Ditto.
10921
10922         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10923         (gnus-browse-mode): Ditto.
10924
10925         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10926
10927         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10928
10929 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10930
10931         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10932
10933 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-util.el (gnus-run-mode-hooks): New function.
10936
10937         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10938
10939         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10940         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10941
10942 2005-05-27  Lute Kamstra  <lute@gnu.org>
10943
10944         * dns-mode.el (dns-mode): Specify customization group.
10945
10946 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10947
10948         * gnus-agent.el (gnus-agent-make-mode-line-string):
10949         Use mode-line-highlight as mouse-face.
10950
10951 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * canlock.el (canlock): Change the parent group to news.
10954
10955         * deuglify.el (gnus-outlook-deuglify): Add :group.
10956
10957         * dig.el (dig): Add :group.
10958
10959         * dns-mode.el (dns-mode): Add :group.
10960
10961         * encrypt.el (encrypt): Add :group.
10962
10963         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10964         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10965         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10966         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10967         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10968
10969         * gnus-diary.el (gnus-diary): Add :group.
10970
10971         * gnus.el (gnus-group-news-1-face): Add :group.
10972         (gnus-group-news-1-empty-face): Ditto.
10973         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10974         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10975         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10976         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10977         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10978         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10979         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10980         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10981         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10982         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10983         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10984         (gnus-summary-high-ticked-face): Ditto.
10985         (gnus-summary-low-ticked-face): Ditto.
10986         (gnus-summary-normal-ticked-face): Ditto.
10987         (gnus-summary-high-ancient-face): Ditto.
10988         (gnus-summary-low-ancient-face): Ditto.
10989         (gnus-summary-normal-ancient-face): Ditto.
10990         (gnus-summary-high-undownloaded-face): Ditto.
10991         (gnus-summary-low-undownloaded-face): Ditto.
10992         (gnus-summary-normal-undownloaded-face): Ditto.
10993         (gnus-summary-high-unread-face): Ditto.
10994         (gnus-summary-low-unread-face): Ditto.
10995         (gnus-summary-normal-unread-face): Ditto.
10996         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10997         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10998
10999         * hashcash.el (hashcash): New custom group.
11000         (hashcash-default-payment): Add :group.
11001         (hashcash-payment-alist): Ditto.
11002         (hashcash-default-accept-payment): Ditto.
11003         (hashcash-accept-resources): Ditto.
11004         (hashcash-path): Ditto.
11005         (hashcash-extra-generate-parameters): Ditto.
11006         (hashcash-double-spend-database): Ditto.
11007         (hashcash-in-news): Ditto.
11008
11009         * message.el (message-minibuffer-local-map): Add :group.
11010
11011         * netrc.el (netrc): Add :group.
11012
11013         * sieve-manage.el (sieve-manage-log): Add :group.
11014         (sieve-manage-default-user): Diito.
11015         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11016         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11017         (sieve-manage-authenticators): Ditto.
11018         (sieve-manage-authenticator-alist): Ditto.
11019         (sieve-manage-default-port): Ditto.
11020
11021         * sieve-mode.el (sieve-control-commands-face): Add :group.
11022         (sieve-action-commands-face): Ditto.
11023         (sieve-test-commands-face): Ditto.
11024         (sieve-tagged-arguments-face): Ditto.
11025
11026         * smime.el (smime): Add :group.
11027
11028         * spam-report.el (spam-report): Add :group.
11029
11030         * spam.el (spam, spam-face): Add :group.
11031
11032 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11035         return \n.\n.\n at the end of articles.  Protect against that.
11036         (nntp-with-open-group): Allow debugging.
11037
11038         * nnheader.el (mail-header-set-extra): Make into a function
11039         because I just could't understand how to quote the list properly.
11040
11041         * dns.el (query-dns-cached): New function.
11042
11043 2005-05-26  Lute Kamstra  <lute@gnu.org>
11044
11045         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11046
11047 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11050
11051         * gnus-art.el: Don't autoload mail-extract-address-components.
11052
11053         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11054         eval-and-compile to evaluate it.
11055
11056         * hashcash.el: Don't autoload executable-find.
11057
11058         * nndb.el: Don't declare the nndb back end two or more times; don't
11059         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11060
11061         * nntp.el: Autoload format-spec instead of format; use
11062         eval-and-compile to evaluate autoload forms.
11063
11064 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11065
11066         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11067
11068 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * gnus.el (gnus-version-number): Bump version.
11071
11072 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11073
11074         * gnus.el: No Gnus v0.3 is released.
11075
11076 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * lpath.el (featurep): Bind show-nonbreak-escape.
11079
11080 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * gnus-art.el (gnus-article-edit-part): Disable undo.
11083
11084 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11087         gnus-article-date-lapsed-new-header is t if date timer is active;
11088         skip headers in which the original date value is empty.
11089         (gnus-article-save-original-date): Redefine it as a macro.
11090         (gnus-display-mime): Use it.
11091
11092 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-art.el (article-date-ut): Support converting date in
11095         forwarded parts as well.
11096         (gnus-article-save-original-date): New function.
11097         (gnus-display-mime): Use it.
11098
11099 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11100
11101         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11102         enclosure element of <item>.
11103
11104 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * message.el (message-kill-buffer-query): Renamed from
11107         `message-kill-buffer-query-if-modified'.  Added :version.
11108
11109 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11112         window layout.
11113
11114 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mml.el: Autoload dnd when compiling.
11117
11118 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11121         x-dnd-*.
11122
11123 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * qp.el (quoted-printable-encode-region): Save excursion.
11126
11127 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11128
11129         * message.el (message-kill-buffer-query-if-modified): Add new variable
11130         so the user can kill a modified message buffer quickly.
11131         (message-kill-buffer): Use it.
11132
11133 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * lpath.el: Fbind display-time-event-handler; don't fbind
11136         string-to-multibyte.
11137
11138         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11139
11140 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11143         contained in text because xml.el decodes entities) with LFs.
11144
11145 2005-04-11  Lute Kamstra  <lute@gnu.org>
11146
11147         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11148         differently.
11149
11150 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11151
11152         * mm-util.el (mm-detect-coding-region): Typo.
11153
11154 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11157
11158 2005-04-06  Deepak Goel  <deego@gnufans.org>
11159
11160         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11161         user-function allow user modifications of the scores.
11162         (spam-stat-score-buffer-user): New function, to allow
11163         user-computed modifications to the score.
11164         (spam-stat-score-buffer-user-functions): List of additional
11165         scoring functions.
11166         (spam-stat-error-holder): Global temporary error holder.
11167         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11168         variable.
11169
11170 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11171
11172         * gnus-registry.el (gnus-registry-clean-empty-function)
11173         (gnus-registry-trim, gnus-registry-fetch-groups)
11174         (gnus-registry-delete-group): Groups that match
11175         `gnus-registry-ignored-groups' are removed from the registry
11176         entries, not just ignored for splitting.  This helps clean up the
11177         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11178         to get all the groups a message ID is in.
11179
11180         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11181         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11182         (spam-stat-score-buffer-user-functions): Add :number custom type.
11183
11184 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11187         argument in XEmacs.
11188
11189         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11190         (nnrss-request-group): Decode group name first.
11191         (nnrss-request-article): Make a text/plain article if mml-to-mime
11192         failed.
11193         (nnrss-get-encoding): Return a compatible encoding according to
11194         nnrss-compatible-encoding-alist.
11195         (nnrss-find-el): Use consp instead of listp.
11196         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11197
11198 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11201         which Emacs 20 doesn't support.
11202         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11203
11204 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11207         silence the byte compiler inside the defun.
11208
11209         * gnus-demon.el (parse-time-string): Add autoload.
11210
11211         * gnus-delay.el (parse-time-string): Add autoload.
11212
11213         * gnus-art.el (parse-time-string): Add autoload.
11214
11215         * nnultimate.el (parse-time): Require for `parse-time-string'.
11216
11217 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11218
11219         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11220
11221         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11222
11223         * smime.el (smime-ldap-host-list): Add :version.
11224
11225 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11228         pass it to `gnus-browse-read-group'.
11229         (gnus-browse-read-group): Add NUMBER argument and pass it to
11230         `gnus-group-read-ephemeral-group'.
11231
11232         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11233         argument and pass it to `gnus-group-read-group'.
11234
11235 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11236
11237         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11238         mm-xemacs-find-mime-charset-1 if we have the mule feature
11239         available at runtime.
11240
11241 2005-03-25  Werner Lemberg  <wl@gnu.org>
11242
11243         * nnmaildir.el: Replace `illegal' with `invalid'.
11244
11245 2005-03-23  Lute Kamstra  <lute@gnu.org>
11246
11247         * time-date.el: Add comment on time value formats.
11248         Don't require parse-time.
11249         (with-decoded-time-value): New macro.
11250         (encode-time-value): New function.
11251         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11252         (days-to-time): Return a valid time value when arg is huge.
11253         (time-since): Use time-subtract.
11254         (time-to-number-of-days): Use time-to-seconds.
11255
11256 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11257
11258         * gnus-start.el (gnus-display-time-event-handler):
11259         Check display-time-timer at runtime rather than only at load time
11260         in case display-time-mode is turned off in the mean time.
11261
11262 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11265         used.
11266
11267         * nneething.el (nneething-map-file-directory): Derive from
11268         `gnus-directory'.
11269
11270         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11271         the To/Cc button.
11272
11273 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * nnmaildir.el (nnmaildir-request-accept-article):
11276         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11277
11278 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11279
11280         * gnus-async.el: Require timer-funcs at compile time when in
11281         XEmacs for `run-with-idle-timer'.
11282
11283 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11284
11285         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11286         autoloaded function.
11287
11288 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11289
11290         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11291
11292 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11293
11294         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11295
11296 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11297
11298         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11299         gnus-expert-user to default.
11300
11301 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11302
11303         * nnimap.el (nnimap-open-server): Ditto.
11304
11305         * imap.el (imap-authenticate): Fix typo.
11306
11307 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11308
11309         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11310         buffer (since IMAP server might return FETCH response out of
11311         order, and the nntp buffer must be sorted).
11312
11313 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11314
11315         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11316         comparison on string.
11317
11318         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11319         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11320         (gnus-agent-summary-fetch-series): Modified to protect against
11321         gnus-agent-summary-fetch-group clearing processable flags.
11322         (gnus-agent-synchronize-group-flags): Update live group buffer as
11323         synchronization may occur due to the user toggle the plugged
11324         status.
11325         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11326         successfully downloaded.
11327         (gnus-agent-expire-group-1): Avoid using markers when the overview
11328         is in ascending order; greatly improves performance.
11329         (gnus-agent-regenerate-group): Use
11330         gnus-agent-synchronize-group-flags to reset read status in both
11331         gnus and server.
11332         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11333
11334 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * message.el: Don't autoload former message-utils variables.
11337         (message-strip-subject-trailing-was): Change doc string.
11338
11339         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11340         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11341         (nnweb-google-search): Add "hl=en" here.
11342         (nnweb-google-parse-1, nnweb-google-create-mapping):
11343         Don't hardcode URL.
11344
11345 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * message.el (message-get-reply-headers, message-followup):
11348         Mention related variables `message-use-followup-to' and
11349         `message-use-mail-followup-to', in the information buffer.
11350
11351         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11352         of broken groups(-beta).google.com.
11353
11354 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11357         parameter to invoked gnus-request-move-article; remove the
11358         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11359         all at once instead of once per article.
11360         (gnus-summary-remove-process-mark): Accept a list of articles as
11361         well as a single article for processing.
11362
11363         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11364         parameter.
11365
11366         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11367
11368         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11369
11370         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11371         parameter.
11372
11373         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11374         parameter.
11375
11376         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11377         parameter and remove the gnus-sum-hint-move-is-internal variable.
11378
11379         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11380         parameter.
11381
11382         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11383         parameter.
11384
11385         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11386         parameter.
11387
11388         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11389
11390         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11391         parameter.
11392
11393         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11394         parameter.
11395
11396 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11397
11398         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11399         a more conservative way.
11400
11401 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11402
11403         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11404         buffer, so it moves the window's cursor.
11405
11406 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11407
11408         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11409         `mm-dissect-multipart' and receive the from field as an (optional)
11410         argument from `mm-dissect-multipart'.
11411         (mm-dissect-multipart): Receive the from field as an argument and
11412         pass it on when we call `mm-dissect-buffer' on MIME parts.
11413         Fixes verification/decryption of signed/encrypted MIME parts.
11414
11415 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11416
11417         * gnus-sum.el (gnus-summary-move-article): Set
11418         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11419         whatever it calls (right now, only nnimap-request-move article
11420         respects it).
11421
11422         * nnimap.el (nnimap-request-move-article): When
11423         gnus-sum-hint-move-is-internal is set, don't do the extra
11424         nnimap-request-article.
11425
11426 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11429
11430         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11431         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11432
11433         * gnus-sum.el (gnus-summary-caesar-message):
11434         Apply `gnus-treat-article' after rotation.
11435
11436         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11437         doc string.
11438
11439 2005-02-22  Simon Josefsson  <jas@extundo.com>
11440
11441         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11442         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11443         <arne@arnested.dk>.
11444         (encrypt): Add password-cache and password-cache-expiry as group
11445         members.
11446
11447 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11448
11449         * smime.el (smime-ldap-host-list): Doc fix.
11450         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11451         cache) password.
11452         (smime-sign-region): Use it.
11453         (smime-decrypt-region): Use it.
11454         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11455         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11456         fails.
11457         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11458         certificate from DER to PEM format rather than calling openssl.
11459
11460         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11461
11462         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11463         for signing/encryption.
11464
11465         * mml.el (mml-parse-1): Use them.
11466
11467 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11468
11469         * nnrss.el (nnrss-verbose): Removed.
11470         (nnrss-request-group): Use `nnheader-message' instead.
11471
11472 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11473
11474         * nnrss.el (nnrss-verbose): New variable.
11475         (nnrss-request-group): Make it say nnrss is requesting a group.
11476
11477 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11478
11479         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11480         Handle news URL with given port correctly.
11481
11482 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11485         containing special characters.
11486
11487         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11488
11489         * mml.el (mime-to-mml): Ditto.
11490
11491         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11492         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11493         (rfc2047-decode-region): Quote decoded words containing special
11494         characters when rfc2047-quote-decoded-words-containing-tspecials
11495         is non-nil.
11496
11497 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11498
11499         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11500
11501         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11502
11503 2005-02-15  Simon Josefsson  <jas@extundo.com>
11504
11505         * nnimap.el (nnimap-debug): Doc fix.
11506
11507         * imap.el (imap-debug): Doc fix.
11508
11509 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11512
11513 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11514
11515         * gnus.el (spam-contents): Improve docs for spam-contents
11516         parameter in its variable incarnation.
11517
11518 2005-02-14  Simon Josefsson  <jas@extundo.com>
11519
11520         * smime-ldap.el: Use require instead of load-library for ldap.
11521         (smime-ldap-search): Indent.
11522         (smime-ldap-search-internal): Shorten line.
11523
11524         * smime.el (smime-cert-by-dns): Add doc-string.
11525         (smime-cert-by-ldap-1): Indent.
11526
11527         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11528         mml-smime-get-dns-ldap.
11529         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11530
11531 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11532
11533         * smime.el: Require smime-ldap.
11534         (smime-ldap-host-list): New variable.
11535         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11536
11537         * mml-smime.el (mml-smime-encrypt-query): New function.
11538         (mml-smime-encrypt-query): Use it.
11539
11540         * smime-ldap.el: New file.
11541
11542 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11545
11546 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11549         argument in doc string.  Make query for type more clear.
11550
11551 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus.el (gnus-group-startup-message): Search for gnus images in
11554         etc/images/gnus.
11555         * mm-util.el (mm-image-load-path): Likewise.
11556         * smiley.el (smiley-data-directory): Search for smilies in
11557         etc/images/smilies.
11558
11559 2005-02-09  Kim F. Storm  <storm@cua.dk>
11560
11561         Change Emacs release version from 21.4 to 22.1 throughout.
11562         Change Emacs development version from 21.3.50 to 22.0.50.
11563
11564 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11567
11568         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11569         non-Mule XEmacs as well.
11570         (mm-decompress-buffer): Signal an error intentionally if it does
11571         not decompress compressed data because auto-compression-mode is
11572         disabled.
11573
11574 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11575
11576         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11577         an ID in the registry even if it has no groups.
11578
11579 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11582         merge it into mm-decompress-buffer.
11583         (gnus-mime-copy-part): Use the MIME part charset, the value which
11584         a user specified or gnus-newsgroup-charset for decoding, like
11585         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11586         save-buffer what was used.  Suggested by Kevin Ryde
11587         <user42@zip.com.au>.
11588         (gnus-mime-inline-part): Allow the name parameter as well as the
11589         filename parameter; force decompressing of compressed data; always
11590         display contents being not decoded as unibyte.
11591
11592         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11593         as well as the filename parameter.
11594
11595         * mm-util.el (mm-decompress-buffer): Merge
11596         gnus-mime-jka-compr-maybe-uncompress.
11597         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11598         of compressed data.
11599
11600 2005-02-08  Simon Josefsson  <jas@extundo.com>
11601
11602         * imap.el (imap-log): Doc fix.
11603
11604 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11607         the coding cookies; decompress compressed parts.
11608
11609         * mml.el (mml-generate-mime-1): Add the charset parameter according
11610         to the value which a user specified manually or the coding cookie.
11611
11612         * mm-util.el (mm-string-to-multibyte): New function.
11613         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11614         (mm-coding-system-to-mime-charset): New function.
11615         (mm-decompress-buffer): New function.
11616         (mm-find-buffer-file-coding-system): New function.
11617
11618         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11619         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11620         parts.
11621
11622 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11623
11624         * mm-view.el (mm-display-inline-fontify): Decode a part according
11625         to the charset parameter.
11626
11627 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11630         prefix arg is neither nil nor a number, as info specifies.
11631
11632 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11635         timestamps.
11636
11637 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11638
11639         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11640         groups error checking and notify user.
11641
11642 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11643
11644         * message.el (message-send-mail-function): Check existence of
11645         sendmail-program first before using default value
11646         `message-send-mail-with-sendmail'.  Otherwise use more generic
11647         `smtpmail-send-it'.
11648
11649 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * nntp.el (nntp-request-update-info): Always return nil.
11652
11653 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11654
11655         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11656
11657 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11658
11659         * message.el (message-beginning-of-line): Change the behavior when
11660         invoked between BOL and : so that it first moves backward.
11661
11662 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11665         article buffer when editing of the article is discarded.
11666         (gnus-article-prepare): Revert.
11667
11668 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * gnus-art.el (gnus-article-prepare):
11671         Remove message-strip-forbidden-properties from the local hook.
11672
11673 2005-01-27  Simon Josefsson  <jas@extundo.com>
11674
11675         * password.el (password-cache-add): Only start one timer per key.
11676         Reported by Derek Atkins <warlord@MIT.EDU>.
11677
11678 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11679
11680         * run-at-time.el: Removed.  It is no longer needed as
11681         timer-funcs.el in the xemacs-base package has a working version of
11682         `run-at-time'.
11683
11684         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11685
11686         * password.el: Require timer-funcs instead of run-at-time in
11687         XEmacs.
11688         Remove `password-run-at-time' macro.
11689         (password-cache-add): Use `run-at-time' instead of
11690         `password-run-at-time'.
11691
11692         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11693         Remove `nnheader-cancel-function-timers' alias,
11694         `cancel-function-timers' exists in XEmacs in timer-funcs.
11695
11696         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11697         for `run-with-idle-timer'.
11698
11699         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11700         for `run-at-time'.
11701
11702         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11703         for `with-timeout'.
11704
11705         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11706         the same as for XEmacs 21.4.
11707         No need to ignore `run-with-idle-timer', this function exists in
11708         XEmacs now in timer-funcs.el in the xemacs-base package.
11709         (dgnushack-compile): No need to delete
11710         run-at-time.el from the list of files to compile because it
11711         doesn't exist anymore.
11712
11713 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11716         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11717
11718 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11719
11720         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11721         sensitively.
11722
11723 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11724
11725         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11726
11727 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11730         which will be inserted according to the multibyteness of a buffer
11731         rather than the type of contents.  Suggested by ARISAWA Akihiro
11732         <ari@mbf.ocn.ne.jp>.
11733
11734         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11735         of string which old xml.el may return rather than a string.
11736
11737 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11740
11741 2005-01-16  Simon Josefsson  <jas@extundo.com>
11742
11743         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11744         idn/idna.el isn't available.
11745         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11746         <michael@waxrat.com>.
11747
11748         * hashcash.el: Remove non-FSF copyright header.
11749
11750         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11751         (hashcash-generate-payment): Use it.
11752         (hashcash-generate-payment-async): Use it.
11753
11754 2005-01-15  Simon Josefsson  <jas@extundo.com>
11755
11756         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11757         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11758
11759         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11760         gnus-summary-idna-message.
11761         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11762         (gnus-summary-idna-message): New function.
11763
11764 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11767         gnus-novice-user.
11768
11769 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * nnrss.el (nnrss-request-delete-group): Delete entries in
11772         nnrss-group-alist as well.
11773         (nnrss-save-server-data): Insert newline.
11774
11775 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * gnus.el (gnus-user-agent): Use list of symbols instead of
11778         symbols.  Display full version number for (S)XEmacs.  Optionally
11779         display (S)XEmacs codename.
11780
11781         * gnus-util.el (gnus-emacs-version): Update for new
11782         `gnus-user-agent'.
11783
11784         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11785         Gnus version.
11786
11787 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11790         which is unreadable in some setups.
11791
11792 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-spec.el (gnus-update-format-specifications): Flush the
11795         group format spec cache if it doesn't support decoded group names.
11796
11797 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11800         Allow to apply decay on score files matching a regexp.
11801
11802 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11805         compatibility in %g and %c.
11806
11807 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11810         name for only %g and %c.
11811         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11812         of gnus-tmp-group to decoded group name.
11813         (gnus-group-make-rss-group): Exclude `/'s from group names.
11814
11815 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * nnrss.el (nnrss-get-encoding): Fix regexp.
11818
11819 2004-12-27  Simon Josefsson  <jas@extundo.com>
11820
11821         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11822         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11823         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11824
11825 2004-12-17  Kim F. Storm  <storm@cua.dk>
11826
11827         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11828
11829         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11830
11831 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11832
11833         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11834
11835 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * nnrss.el: Require rfc2047 and mml.
11838         (nnrss-file-coding-system): New variable.
11839         (nnrss-format-string): Redefine it as an inline function.
11840         (nnrss-decode-group-name): New function.
11841         (nnrss-string-as-multibyte): Remove.
11842         (nnrss-retrieve-headers): Decode group name; don't use
11843         nnrss-format-string.
11844         (nnrss-request-group): Decode group name.
11845         (nnrss-request-article): Decode group name; allow a Message-ID as
11846         well as an article number; don't use nnrss-format-string; encode a
11847         Message-ID string which may contain non-ASCII characters; use
11848         mml-to-mime to compose a MIME article.
11849         (nnrss-request-expire-articles): Decode group name.
11850         (nnrss-request-delete-group): Decode group name.
11851         (nnrss-fetch): Clarify error message.
11852         (nnrss-read-server-data): Use insert-file-contents instead of load;
11853         bind file-name-coding-system; use multibyte buffer.
11854         (nnrss-save-server-data): Bind coding-system-for-write to the
11855         value of nnrss-file-coding-system; bind file-name-coding-system;
11856         add coding cookie.
11857         (nnrss-read-group-data): Use insert-file-contents instead of load;
11858         bind file-name-coding-system; use multibyte buffer.
11859         (nnrss-save-group-data): Bind coding-system-for-write to the
11860         value of nnrss-file-coding-system; bind file-name-coding-system.
11861         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11862         make it work with non-ASCII text.
11863         (nnrss-find-el): Make it work with old xml.el as well.
11864
11865 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11866
11867         * nnrss.el (nnrss-get-encoding): New function.
11868         (nnrss-fetch): Use unibyte buffer initially; bind
11869         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11870         decode contents according to the encoding attribute.
11871         (nnrss-save-group-data): Add coding cookie.
11872         (nnrss-mime-encode-string): New function.
11873         (nnrss-check-group): Use it to encode subject and author.
11874
11875 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11876
11877         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11878         imaginary variable.
11879
11880 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11883         correctly even if there are wide characters.
11884
11885 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11886
11887         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11888         downcased symbol names; make a new cache instead of reusing
11889         bbdb-hashtable.
11890
11891 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11894         concatenating segments rather than before concatenating them.
11895         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11896
11897         * message.el (message-get-reply-headers): Bind `extra'.
11898
11899 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11900
11901         * message.el (message-extra-wide-headers): New variable.
11902         (message-get-reply-headers): Use it.
11903
11904 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11907         (gnus-agent-group-pathname): Ditto.
11908
11909         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11910
11911         * gnus-group.el (gnus-group-make-group): Decode group name.
11912         (gnus-group-make-rss-group): Register the group data after opening
11913         the nnrss group.
11914
11915 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11916
11917         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11918         by expiry now get marked as read.
11919
11920 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11923
11924 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11925
11926         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11927         unify Latin characters in XEmacs.
11928         (mm-find-mime-charset-region): Use it.
11929
11930 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-util.el (gnus-delete-directory): New function.
11933
11934         * gnus-agent.el (gnus-agent-delete-group): Use it.
11935
11936         * gnus-cache.el (gnus-cache-delete-group): Use it.
11937
11938 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11941         names.
11942
11943 2004-12-16  Simon Josefsson  <jas@extundo.com>
11944
11945         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11946
11947 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11950
11951         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11952         (gnus-group-set-current-level): Decode group name.
11953
11954 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11955
11956         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11957         failed.
11958
11959 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * gnus-group.el (gnus-group-delete-group): Decode group name.
11962         (gnus-group-make-rss-group): Encode group name.
11963         (gnus-group-catchup-current): Decode group name.
11964         (gnus-group-kill-group): Decode group name.
11965
11966 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11967
11968         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11969
11970 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * gnus-group.el (gnus-group-make-rss-group):
11973         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11974
11975         * gnus-start.el (gnus-setup-news): Honor user's setting to
11976         gnus-message-archive-method.  Suggested by Lute Kamstra
11977         <lute@gnu.org>.
11978
11979 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11980
11981         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11982         global counterparts of the buffer-local variables.
11983
11984 2004-11-16  Romain Francoise  <romain@orebokech.com>
11985
11986         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11987         counterparts of the buffer-local variables.
11988
11989 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * message.el (message-forbidden-properties): Fixed typo in doc
11992         string.
11993
11994 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-util.el (gnus-replace-in-string): Added doc string.
11997
11998         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11999         to avoid problems when splitting mails with many recipients.
12000
12001 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12002
12003         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12004         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12005
12006 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12007
12008         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12009         if there is no hashtable in memory or file modification time is
12010         newer than cached timestamp.
12011
12012 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12015         not-matching option.
12016
12017 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12020         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12021         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12022         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12023         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12024         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12025
12026 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * message.el (message-forward-make-body-mml): Remove headers
12029         according to message-forward-ignored-headers if a message is decoded.
12030
12031 2004-12-02  Romain Francoise  <romain@orebokech.com>
12032
12033         * message.el (message-forward-make-body-plain): Always remove
12034         headers according to message-forward-ignored-headers.
12035
12036 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12037
12038         * spam.el (spam-summary-prepare-exit): Remove the
12039         gnus-summary-limit pop for now, it has problems with ham marks for
12040         me.
12041
12042 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12043
12044         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12045         correctly.
12046
12047 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12048
12049         * format-spec.el (format-spec): Message the char.
12050
12051 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12052
12053         * gnus-art.el (gnus-split-methods): Reformat comments.
12054
12055         * spam.el (spam-summary-prepare-exit): Remove article limits
12056         before exiting the summary buffer.
12057
12058 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12061         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12062
12063         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12064         order to silence the byte compiler.
12065
12066         * spam.el: Fix the way to silence the byte compiler, which
12067         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12068         bbdb-search-simple, spam-BBDB-register-routine,
12069         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12070         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12071         spam-stat-buffer-is-spam, spam-stat-load,
12072         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12073         spam-stat-save and spam-stat-split-fancy.
12074
12075 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12078         which may confuse users.
12079         (canlock-password-for-verify): Ditto.
12080
12081         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12082
12083         * gnus-art.el (gnus-emphasis-alist): Ditto.
12084
12085         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12086
12087         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12088
12089         * gnus-start.el (gnus-save-killed-list): Ditto.
12090
12091         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12092         (gnus-sum-thread-tree-root): Ditto.
12093         (gnus-sum-thread-tree-false-root): Ditto.
12094         (gnus-sum-thread-tree-single-indent): Ditto.
12095
12096         * message.el (message-courtesy-message): Ditto.
12097         (message-archive-note): Ditto.
12098         (message-subscribed-address-file): Ditto.
12099         (message-user-fqdn): Ditto.
12100
12101         * spam-report.el (spam-report-gmane-regex): Ditto.
12102
12103         * spam.el (spam-blackhole-good-server-regex): Ditto.
12104
12105 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * mml.el (mml-preview): Widen the message buffer before copying
12108         the contents to the preview buffer; sort headers before previewing.
12109
12110         * message.el (message-hidden-headers): Fix the way to avoid a bug
12111         in the `repeat' widget in Emacs 21.3 or earlier.
12112
12113 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * message.el (message-hidden-headers): Default to "^References:".
12116         Improve customization type.  Suggested by Reiner Steib
12117         <Reiner.Steib@gmx.de>.
12118
12119 2004-11-25  Romain Francoise  <romain@orebokech.com>
12120
12121         * message.el (message-strip-forbidden-properties): Remove check for
12122         obsolete `message-hidden' text property, hidden headers are not
12123         accessible in the buffer anymore.
12124
12125 2004-11-22  Romain Francoise  <romain@orebokech.com>
12126
12127         * message.el (message-header-format-alist): Add `From' in list
12128         so that it can be sorted.
12129         (message-fix-before-sending): Widen and sort headers before
12130         sending.
12131         (message-hide-headers): Use narrowing to hide headers by moving
12132         them to the top of the buffer and narrowing to the region
12133         underneath.
12134
12135 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12136
12137         * message.el (message-strip-forbidden-properties): Bind
12138         buffer-read-only (etc) to nil.
12139
12140 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12143         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12144
12145 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12146
12147         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12148
12149 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12150
12151         * dns.el (query-dns): Use sit-for to time instead of
12152         accept-process-output, since that doesn't seem to work on udp
12153         sockets.
12154
12155 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12158
12159 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12160
12161         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12162         doc string.  Improve doc string.
12163
12164 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * nntp.el (nntp-request-update-info): Return nil if
12167         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12168         may not call gnus-activate-group which uselessly issues the GROUP
12169         commands for all nntp groups and wastes time.  Reported by Romain
12170         Francoise <romain@orebokech.com>.
12171
12172         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12173
12174 2004-11-15  Simon Josefsson  <jas@extundo.com>
12175
12176         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12177         headers separately.
12178         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12179         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12180
12181 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * gnus-start.el (gnus-convert-old-newsrc):
12184         Assign legacy-gnus-agent to 5.10.7.
12185
12186 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12187
12188         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12189         start of the lines.
12190
12191 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12192
12193         * hashcash.el (hashcash-default-payment): Change default to 20.
12194         (hashcash-default-accept-payment): Change default to 20.
12195         (hashcash-process-alist): New variable.
12196         (hashcash-generate-payment-async): Add.
12197         (hashcash-already-paid-p): Add.
12198         (hashcash-insert-payment): Don't generate payments twice.
12199         (hashcash-insert-payment-async): Add.
12200         (hashcash-insert-payment-async-2): Add.
12201         (hashcash-cancel-async): Add.
12202         (hashcash-wait-async): Add.
12203         (hashcash-processes-running-p): Add.
12204         (hashcash-wait-or-cancel): Add.
12205         (mail-add-payment): New optional argument.  Conditionally start
12206         asynchronous calculation.
12207         (mail-add-payment-async): Add.
12208
12209         * message.el (message-send-mail): Wait for asynchronous hashcash
12210         results.  Don't clobber existing X-Hashcash headers.
12211         (message-setup-1): Call mail-add-payment-async when
12212         message-generate-hashcash is non-nil.
12213
12214 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12215
12216         * message.el (message-use-alternative-email-as-from): Examine the
12217         From header as well; use message-make-from in order to include a
12218         user's full name.
12219
12220 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12223         default; improve customization type.
12224         (gnus-emphasis-custom-with-format): New macro.
12225         (gnus-emphasis-custom-value-to-external): New function.
12226         (gnus-emphasis-custom-value-to-internal): New function.
12227
12228 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12229
12230         * dns.el (query-dns): Resolve reverse addresses.
12231
12232 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12233
12234         * gnus-group.el (gnus-group-get-new-news): Use it.
12235
12236         * gnus-start.el (gnus-check-reasonable-setup): New function.
12237
12238 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12241         "Args out of range" error.  Reported by Arnaud Giersch
12242         <arnaud.giersch@free.fr>.
12243
12244 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12245
12246         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12247
12248 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12249
12250         * spam.el (spam group): Add :version.
12251
12252         * pgg-def.el (pgg group): Add :version.
12253
12254 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * gnus-art.el (gnus-article-edit-article): Don't associate the
12257         article buffer with a draft file.  This is a temporary measure
12258         against the 2004-08-22 change to gnus-article-edit-mode.
12259
12260 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12263         (html2text-format-tags): Remove unused variable `attr'.
12264
12265 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12268
12269         * tls.el (tls-process-connection-type, tls-success)
12270         (tls-certtool-program): Add :version.
12271
12272         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12273         (starttls-extra-arguments, starttls-process-connection-type)
12274         (starttls-connect, starttls-failure, starttls-success): Add :version.
12275
12276         * spam-stat.el (spam-stat): Add :version.
12277
12278         * sieve.el (sieve): Add :version.
12279
12280         * sha1.el (sha1): Add :version.
12281         (sha1-use-external): Remove redundant version.
12282
12283         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12284         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12285         (nnmail-split-fancy-match-partial-words)
12286         (nnmail-split-lowercase-expanded): Add :version.
12287
12288         * nndiary.el (nndiary): Add :version.
12289
12290         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12291
12292         * mml-sec.el (mml-default-sign-method)
12293         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12294         Add :version.
12295
12296         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12297
12298         * mm-url.el (mm-url-use-external, mm-url-program)
12299         (mm-url-arguments): Add :version.
12300
12301         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12302         (mm-attachment-file-modes, mm-decrypt-option)
12303         (mm-w3m-safe-url-regexp): Add :version.
12304
12305         * message.el (message-cite-prefix-regexp)
12306         (message-sendmail-envelope-from, message-minibuffer-local-map)
12307         (message-user-fqdn, message-completion-alist): Add :version.
12308
12309         * gnus-win.el (gnus-configure-windows-hook)
12310         (gnus-use-frames-on-any-display): Add :version.
12311
12312         * gnus-art.el (gnus-article-address-banner-alist)
12313         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12314         (gnus-treat-from-picon, gnus-treat-mail-picon)
12315         (gnus-treat-x-pgp-sig): Add :version.
12316
12317         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12318         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12319         (gnus-summary-article-delete-hook)
12320         (gnus-summary-display-while-building): Add :version.
12321
12322         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12323         (gnus-get-top-new-news-hook): Add :version.
12324
12325         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12326         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12327
12328         * gnus-registry.el (gnus-registry): Add :version.
12329
12330         * gnus-spec.el (gnus-use-correct-string-widths)
12331         (gnus-make-format-preserve-properties): Add :version.
12332
12333         * gnus.el (gnus-group-charter-alist)
12334         (gnus-group-fetch-control-use-browse-url)
12335         (gnus-install-group-spam-parameters): Add :version.
12336
12337         * gnus-diary.el (gnus-diary): Add :version.
12338
12339         * gnus-delay.el (gnus-delay): Add :version.
12340
12341         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12342         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12343         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12344         Add :version.
12345
12346         * gnus-agent.el (gnus-agent-max-fetch-size)
12347         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12348         (gnus-agent-prompt-send-queue): Add :version.
12349
12350         * deuglify.el (gnus-outlook-deuglify): Add :version.
12351
12352         * html2text.el: Beautify code.  Improve doc strings.  Some
12353         checkdoc cleanup.
12354         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12355
12356 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12357
12358         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12359
12360 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12361
12362         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12363         when package is loaded.
12364
12365         * spam.el (spam-summary-score-preferred-header): Add global preference
12366         for people who want to override the default SpamAssassin over
12367         Bogofilter preference (when both are set).
12368         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12369         (spam-user-format-function-S): Check
12370         spam-summary-score-preferred-header.
12371         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12372         (spam-user-format-function-S): Format the score correctly.
12373
12374 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12377         signature file.  Suggested by Manoj Srivastava
12378         <srivasta@golden-gryphon.com>.
12379
12380         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12381         iso-2022-jp even in the Japanese language environment.
12382         Suggested by Jason Rumney <jasonr@gnu.org>.
12383
12384 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12387         use the same characters as the dummy marks; make it free from
12388         getting affected by the language environment.
12389         (gnus-summary-read-group-1): Update mark positions only when the
12390         format spec is updated.
12391
12392         * gnus-spec.el (gnus-update-format-specifications): Return a list
12393         of updated types.
12394
12395 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12398         of boundp to check if display-warning is available.
12399
12400 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12401
12402         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12403
12404 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * nnspool.el (nnspool-spool-directory): Use news-path if the
12407         news-directory variable is not bound.
12408
12409         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12410         function instead of display-warning if it is not available.
12411
12412 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12413
12414         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12415         v5-10: Use `point-at-bol'.
12416
12417 2004-10-26  Simon Josefsson  <jas@extundo.com>
12418
12419         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12420         <chenggao@gmail.com>.
12421
12422 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12423
12424         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12425         instead.
12426
12427 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12428
12429         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12430         to remove a server from the nnimap-server-buffer-alist.
12431         (nnimap-open-connection, nnimap-close-server): Use it.
12432
12433         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12434
12435 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12438         running the major-mode function.
12439
12440 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12443         dummy marks in the right way.
12444
12445 2004-10-18  David Edmondson  <dme@dme.org>
12446
12447         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12448         excessively.
12449
12450 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12451
12452         * gnus-util.el (gnus-split-references): Accept a nil references
12453         string and go on blissfully.
12454
12455         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12456         cases where the references string is non-nil but has no references.
12457
12458         * encrypt.el: Add autoload tags.
12459
12460         * spam.el (spam-resolve-registrations-routine): Remove article
12461         from unregistration list too.  Reported by David Hanak
12462         <dhanak@isis.vanderbilt.edu>
12463
12464 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12467         nil.  Changed custom type.
12468
12469 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12472
12473         * gnus-sum.el (gnus-summary-move-article): Use it.
12474
12475 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12476
12477         * encrypt.el: Add autoload cookies.
12478
12479         * spam.el (spam-backend-article-list-property)
12480         (spam-backend-get-article-todo-list)
12481         (spam-backend-put-article-todo-list)
12482         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12483         Resolve registrations separately.
12484         (spam-register-routine): Format comments.
12485         (spam-unregister-routine, spam-register-routine): Always call with
12486         specific-articles, no default list.
12487         (spam-summary-prepare-exit): Use the spam-classifications function.
12488
12489         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12490         gnus-encrypt.el.
12491
12492         * encrypt.el: Copied from gnus-encrypt.el.
12493
12494         * gnus-encrypt.el: Commented that it's obsolete.
12495
12496 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12499         (gnus-score-save): Use it.
12500
12501         * message.el (message-bury): Use `window-dedicated-p'.
12502
12503 2004-10-15  Simon Josefsson  <jas@extundo.com>
12504
12505         * pop3.el (top-level): Don't require nnheader.
12506         (pop3-read-timeout): Add.
12507         (pop3-accept-process-output): Add.
12508         (pop3-read-response, pop3-retr): Use it.
12509
12510 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12511
12512         * spam.el (spam-register-routine): Move comment.
12513         (spam-verify-bogofilter): Use 'unknown for the initial
12514         spam-bogofilter-valid state, not 'never.
12515
12516         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12517         for netrc-machine.
12518
12519         * nnimap.el (nnimap-open-connection): Use
12520         netrc-machine-user-or-password.
12521
12522 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12523
12524         * gnus-registry.el (gnus-registry-unload-hook):
12525         Set as a variable with add-hook.
12526
12527         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12528         of news-path.
12529
12530         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12531
12532         * spam.el: Delete duplicate `provide'.
12533         (spam-unload-hook): Set as a variable with add-hook.
12534
12535 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12538         in the doc string.
12539
12540         * message.el (message-ignored-news-headers)
12541         (message-ignored-supersedes-headers)
12542         (message-ignored-resent-headers)
12543         (message-forward-ignored-headers): Improve custom type.
12544
12545 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * message.el (message-tokenize-header): Fix 2004-09-06 change
12548         which used point-min in the wrong place.
12549
12550 2004-10-12  Simon Josefsson  <jas@extundo.com>
12551
12552         * tls.el (tls-certtool-program): New variable.
12553         (tls-certificate-information): New function, based on
12554         ssl-certificate-information.
12555
12556 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * compface.el: Move the version of ELisp-based uncompface program
12559         to the contrib directory because of the copyright problem.
12560
12561 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * message.el (message-kill-buffer): Raise the current frame.
12564
12565 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12568
12569         * gnus.el (message-y-or-n-p): Autoload.
12570
12571         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12572         (pop3-password-required, pop3-authentication-scheme)
12573         (pop3-leave-mail-on-server): Made customizable.
12574         (pop3): New custom group.
12575         (pop3-retr): Remove `sleep-for' statements.
12576         Suggested by Dave Love <fx@gnu.org>.
12577
12578         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12579         Windows/DOS.
12580
12581         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12582         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12583         Dave Love <fx@gnu.org>.
12584
12585         * mml.el (mml-minibuffer-read-disposition): Require match.
12586         Suggested by Dave Love <fx@gnu.org>.
12587
12588 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12591         doc string.
12592
12593 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12596
12597 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12598
12599         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12600         instead of calling `mm-insert-inline', to decode text/* parts
12601         before displaying them.
12602
12603 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * mm-uu.el (mm-uu-text-plain-type): New variable.
12606         (mm-uu-pgp-signed-extract-1): Use it.
12607         (mm-uu-pgp-encrypted-extract-1): Use it.
12608         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12609         bind mm-uu-text-plain-type with that value.
12610         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12611         mm-uu-dissect.
12612
12613 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-group.el (gnus-update-group-mark-positions):
12616         * gnus-sum.el (gnus-update-summary-mark-positions):
12617         * message.el (message-check-news-body-syntax):
12618         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12619         of string-as-multibyte.
12620
12621 2004-10-05  Juri Linkov  <juri@jurta.org>
12622
12623         * gnus-group.el (gnus-update-group-mark-positions):
12624         * gnus-sum.el (gnus-update-summary-mark-positions):
12625         * message.el (message-check-news-body-syntax):
12626         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12627         8-bit unibyte values to a multibyte string for search functions.
12628
12629 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12632         (mm-uu-dissect-text-parts): New function.
12633
12634         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12635         dissect text parts.
12636
12637         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12638         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12639
12640         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12641
12642         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12643         gnus-current-topics instead of gnus-current-topic.
12644
12645 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12646
12647         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12648
12649 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12650
12651         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12652         where approriate.
12653
12654         * nnml.el (nnml-generate-active-info): do.
12655
12656         * nndiary.el (nndiary-generate-active-info): do.
12657
12658         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12659         (gnus-topic-move): do.
12660
12661         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12662         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12663
12664         * gnus-srvr.el (gnus-server-prepare)
12665         (gnus-server-open-all-servers): do.
12666
12667         * gnus-msg.el (gnus-summary-cancel-article)
12668         (gnus-summary-resend-message)
12669         (gnus-summary-mail-crosspost-complaint): do.
12670
12671         * gnus-move.el (gnus-change-server): do.
12672
12673         * gnus-group.el (gnus-group-unmark-all-groups)
12674         (gnus-group-set-current-level): do.
12675
12676 2004-10-04  Simon Josefsson  <jas@extundo.com>
12677
12678         * message.el (message-generate-hashcash): Doc fix.
12679
12680 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12681
12682         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12683         avoid infinite recursion via gnus-get-function.
12684
12685 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12686
12687         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12688
12689         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12690
12691         * nnmail.el (nnmail-split-history): do.
12692
12693         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12694         (nnml-request-delete-group): do.
12695
12696         * nnslashdot.el (nnslashdot-read-groups): do.
12697
12698         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12699         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12700
12701         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12702         (nnspool-sift-nov-with-sed): Use last.
12703         (nnspool-retrieve-headers-with-nov): Use mapc.
12704         (nnspool-request-newgroups): Use dolist.
12705         (nnspool-request-group): Use last.
12706
12707         * nntp.el (nntp-read-server-type): Use dolist.
12708
12709         * nnvirtual.el (nnvirtual-create-mapping)
12710         (nnvirtual-update-read-and-marked): Use dolist.
12711         (nnvirtual-convert-headers): Simplify.
12712
12713 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12714
12715         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12716         support for sync'ing tick marks.
12717
12718 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12721         there's no visible header.
12722
12723 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12724
12725         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12726         necessary, pass full group name to gnus-request-set-marks.
12727
12728 2004-10-01  Simon Josefsson  <jas@extundo.com>
12729
12730         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12731         acroread.
12732
12733 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * spam-report.el (spam-report-gmane): Fix interactive.
12736
12737         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12738
12739         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12740         when writing file.
12741         (gnus-agent-synchronize-flags): Don't default to being
12742         interactive.
12743
12744 2004-09-30  Simon Josefsson  <jas@extundo.com>
12745
12746         * message.el (message-generate-hashcash): Add.
12747         (message-send-mail): Use it, call mail-add-payment.
12748
12749 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12750
12751         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12752
12753 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12754
12755         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12756         gnus-requst-update-info with explicit code to sync the in-memory
12757         info read flags with the marks being sync'd to the backend.
12758
12759         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12760
12761 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12762
12763         * spam.el (spam-verify-bogofilter): Add new function.
12764         (spam-check-bogofilter)
12765         (spam-bogofilter-register-with-bogofilter): Use it.
12766         (spam-verify-bogofilter): Add small fixes.
12767
12768 2004-09-28  Simon Josefsson  <jas@extundo.com>
12769
12770         * hashcash.el (hashcash-generate-payment): Revert.
12771
12772 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12773
12774         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12775         gnus-extract-references instead of gnus-split-references.
12776
12777         * gnus-util.el (gnus-extract-references): Add new function, analogous
12778         to gnus-split-references but extracts only the message-ID without
12779         anything extra.
12780
12781         * hashcash.el (hashcash-generate-payment)
12782         (hashcash-check-payment): Do the right thing if hashcash-path is
12783         nil (because the hashcash program could not be found).
12784
12785         * spam.el (spam-use-hashcash): Remove comment.
12786
12787 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12788
12789         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12790         (gnus-cache-enter-article, gnus-cache-remove-article)
12791         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12792
12793         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12794
12795         * gnus-art.el (article-hide-boring-headers)
12796         (article-translate-strings, article-display-face)
12797         (gnus-article-mime-match-handle-first)
12798         (gnus-article-highlight-headers)
12799         (gnus-article-add-buttons-to-head): do.
12800
12801 2004-09-27  Simon Josefsson  <jas@extundo.com>
12802
12803         * hashcash.el: New version, from
12804         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12805         ../contrib/.
12806
12807 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12810
12811 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12812
12813         * gnus-dup.el (gnus-dup-open): Use mapc.
12814         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12815
12816         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12817         Reported by Stefan Wiens <s.wi@gmx.net>.
12818
12819         * gnus.el (gnus-shutdown): Use dolist.
12820
12821         * gnus-undo.el (gnus-undo): Use mapc.
12822
12823         * nnrss.el (nnrss-generate-active): do.
12824
12825         * message.el (message-cite-original-without-signature)
12826         (message-cite-original): Use mapc.
12827         (message-do-actions, message-make-forward-subject): Use dolist.
12828
12829 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12830
12831         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12832         deletion to remove entire duplicate line.  Fixes merged article
12833         number bug.
12834
12835 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12836
12837         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12838         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12839         first ask if you want to open a server and then, even when you
12840         responded with no, asking if you want to synchronize the server's
12841         flags.
12842         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12843         multi-line expressions.
12844         (gnus-agent-synchronize-group-flags): New internal function.
12845         Updates marks in memory (in the info structure) AND in the
12846         backend.
12847
12848         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12849
12850         * nnagent.el (nnagent-request-set-mark): Use
12851         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12852         method, to ensure that synchronization updates marks in the
12853         backend and in the info (in memory) structure.
12854
12855 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12858         convention fully; don't miss the root article of a thread; make
12859         the X-Draft-From header with correct article numbers.
12860
12861 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12862
12863         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12864         unless plugged.  Disable the agent so that an open failure causes
12865         an error.
12866
12867         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12868         Reverted 2004-09-21 change.  The backend must be opened while
12869         synchronizing flags even when the backend stores the flags
12870         locally.
12871
12872 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12875         in `header' match.  Reported by Svend Tollak Munkejord.
12876
12877         * message.el (message-cite-original): Fix use of
12878         `message-cite-articles-with-x-no-archive'.
12879
12880 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12883         (gnus-window-to-buffer): Ditto.
12884
12885         * mml.el (mml-preview-buffer): New variable.
12886         (mml-preview): Manage window layout with gnus-buffer-configuration.
12887
12888         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12889         X-Draft-From header even if those articles aren't quoted.
12890
12891 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12892
12893         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12894         (gnus-request-set-mark, gnus-request-update-mark): Use new
12895         g-s-t-u-l-m to decide to use backend even when unplugged.
12896
12897 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12900         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12901
12902 2004-09-20  Simon Josefsson  <jas@extundo.com>
12903
12904         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12905         "utf-16-le".
12906
12907 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12908
12909         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12910
12911 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * uudecode.el (uudecode-use-external): Add :version.
12914
12915         * smime.el (smime-CA-file, smime-encrypt-cipher)
12916         (smime-dns-server): Add :version.
12917
12918         * smiley.el (gnus-smiley-file-types): Add :version.
12919
12920         * sha1.el (sha1-use-external): Add :version.
12921
12922         * pgg-def.el (pgg-query-keyserver): Add :version.
12923
12924         * nnmail.el (nnmail-fancy-expiry-targets)
12925         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12926         Add :version.
12927
12928         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12929         (nnimap-retrieve-groups-asynchronous): Add :version.
12930         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12931
12932         * mml.el (mml-content-disposition-parameters)
12933         (mml-insert-mime-headers-always): Add :version.
12934
12935         * mm-util.el (mm-coding-system-priorities): Add :version.
12936
12937         * mm-decode.el (mm-inline-text-html-with-images)
12938         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12939         (mm-verify-option): Add :version.
12940         (mm-text-html-renderer): Change :version.
12941
12942         * message.el (message-fcc-externalize-attachments)
12943         (message-required-headers, message-draft-headers)
12944         (message-subject-trailing-was-query)
12945         (message-subject-trailing-was-ask-regexp)
12946         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12947         (message-mark-insert-end, message-archive-header)
12948         (message-archive-note, message-cross-post-default)
12949         (message-cross-post-note, message-followup-to-note)
12950         (message-cross-post-note-function, message-use-mail-followup-to)
12951         (message-subscribed-address-functions)
12952         (message-subscribed-address-file, message-subscribed-addresses)
12953         (message-subscribed-regexps, message-allow-no-recipients)
12954         (message-yank-cited-prefix, message-signature-insert-empty-line)
12955         (message-hidden-headers, message-hierarchical-addresses)
12956         (message-mail-user-agent, message-use-idna)
12957         (message-valid-fqdn-regexp)
12958         (message-strip-special-text-properties, message-header-synonyms)
12959         (message-beginning-of-line, message-tab-body-function): Add :version.
12960         (message-insert-canlock, message-wide-reply-confirm-recipients):
12961         Change :version.
12962
12963         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12964         and :version.
12965         (mail-source-delete-old-incoming-confirm)
12966         (mail-source-movemail-program): Add :version.
12967
12968         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12969         (gnus-agent-cache, gnus-agent): Change :version.
12970
12971         * gnus-util.el (gnus-use-byte-compile): Change :version.
12972
12973         * gnus-sum.el (gnus-summary-make-false-root-always)
12974         (gnus-summary-default-high-score)
12975         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12976         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12977         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12978         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12979         (gnus-sum-thread-tree-single-indent)
12980         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12981         (gnus-sum-thread-tree-leaf-with-other)
12982         (gnus-sum-thread-tree-single-leaf): Add :version.
12983         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12984         (gnus-article-loose-mime): Change :version.
12985
12986         * gnus-start.el (gnus-backup-startup-file)
12987         (gnus-save-startup-file-via-temp-buffer): Add :version.
12988
12989         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12990         (gnus-server-offline-face): Add :version.
12991
12992         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12993
12994         * gnus-msg.el (gnus-gcc-externalize-attachments)
12995         (gnus-debug-files, gnus-debug-exclude-variables)
12996         (gnus-discouraged-post-methods): Change :version.
12997         (gnus-confirm-mail-reply-to-news)
12998         (gnus-confirm-treat-mail-like-news): Add :version.
12999
13000         * gnus-int.el (gnus-server-unopen-status): Add :version.
13001
13002         * gnus-group.el (gnus-group-jump-to-group-prompt)
13003         (gnus-large-ephemeral-newsgroup)
13004         (gnus-fetch-old-ephemeral-headers): Add :version.
13005
13006         * gnus-fun.el (gnus-x-face-directory)
13007         (gnus-convert-pbm-to-x-face-command)
13008         (gnus-convert-image-to-x-face-command)
13009         (gnus-convert-image-to-face-command): Add :version.
13010
13011         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13012
13013         * gnus-cite.el (gnus-cite-blank-line-after-header)
13014         (gnus-article-boring-faces): Add :version.
13015
13016         * gnus-art.el (gnus-buttonized-mime-types)
13017         (gnus-inhibit-mime-unbuttonizing)
13018         (gnus-treat-display-face)
13019         (gnus-treat-body-boundary): Change :version.
13020         (gnus-body-boundary-delimiter, gnus-picon-databases)
13021         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13022         (gnus-treat-date-english, gnus-treat-fold-headers)
13023         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13024         (gnus-treat-mail-picon, gnus-treat-wash-html)
13025         (gnus-article-encrypt-protocol)
13026         (gnus-use-idna, gnus-article-over-scroll)
13027         (gnus-mime-display-multipart-alternative-as-mixed)
13028         (gnus-mime-display-multipart-related-as-mixed)
13029         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13030         (gnus-ctan-url, gnus-button-ctan-handler)
13031         (gnus-button-handle-ctan-bogus-regexp)
13032         (gnus-button-ctan-directory-regexp)
13033         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13034         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13035         (gnus-button-man-level, gnus-button-emacs-level)
13036         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13037
13038         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13039         (gnus-agent-go-online): Change :version.
13040         (gnus-agent-expire-unagentized-dirs)
13041         (gnus-agent-auto-agentize-methods): Add :version.
13042
13043         * flow-fill.el (fill-flowed-display-column)
13044         (fill-flowed-encode-column): Add :version.
13045
13046         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13047         (gnus-outlook-deuglify-unwrap-max)
13048         (gnus-outlook-deuglify-cite-marks)
13049         (gnus-outlook-deuglify-unwrap-stop-chars)
13050         (gnus-outlook-deuglify-no-wrap-chars)
13051         (gnus-outlook-deuglify-attrib-cut-regexp)
13052         (gnus-outlook-deuglify-attrib-verb-regexp)
13053         (gnus-outlook-deuglify-attrib-end-regexp)
13054         (gnus-outlook-display-hook): Add :version.
13055
13056         * binhex.el (binhex-use-external): Add :version.
13057
13058 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13061         and `invisible'.
13062
13063 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13064
13065         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13066         in gnus-registry-trim.
13067
13068 2004-09-13  Simon Josefsson  <jas@extundo.com>
13069
13070         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13071
13072         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13073
13074         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13075         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13076         <yamaoka@jpl.org>.
13077         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13078         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13079         <yamaoka@jpl.org>.
13080
13081         * sieve.el (sieve-manage-mode): Ditto.
13082
13083 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13086
13087 2004-09-11  Simon Josefsson  <jas@extundo.com>
13088
13089         * dns-mode.el: Add.
13090
13091         * mm-view.el (mm-display-dns-inline): Add.
13092
13093         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13094         (mm-automatic-display): Ditto.
13095
13096         * mailcap.el (mailcap-mime-data): Add text/dns.
13097         (mailcap-mime-extensions): Map .soa to text/dns.
13098
13099 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13100
13101         * gnus-art.el (article-decode-mime-words, article-babel)
13102         (gnus-article-highlight-signature, gnus-article-add-buttons)
13103         (gnus-signature-toggle): Remove unnecessary bindings of
13104         `inhibit-read-only' inherited from v5.10 merge.
13105
13106 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * nntp.el (nntp): New customization group.
13109         (nntp-authinfo-file): Add customization group.
13110
13111         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13112
13113         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13114
13115         * gnus.el (to-address, to-list, subscribed)
13116         (large-newsgroup-initial): Ditto.
13117
13118         * flow-fill.el (fill-flowed-display-column)
13119         (fill-flowed-encode-column): Ditto.
13120
13121 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13122
13123         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13124         Use point-min rather than 1.
13125         (message-send-mail): Use buffer-size rather than point-max.
13126
13127         * gnus-sum.el (gnus-summary-search-article-forward):
13128         Signal a specific `search-failed' rather than a generic `error'.
13129
13130         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13131         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13132         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13133
13134 2004-09-10  Simon Josefsson  <jas@extundo.com>
13135
13136         * nndb.el (require): Remove tcp and duplicate cl.
13137
13138 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * gnus-agent.el (directory-files-and-attributes): Move forward.
13141
13142 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13143
13144         * gnus-agent.el (directory-files-and-attributes): Optionally
13145         defined to support XEmacs.
13146
13147 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13148
13149         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13150         to avoid run-time CL dependencies.
13151         (gnus-agent-unfetch-articles): New function.
13152         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13153         article numbers even when local .overview file is missing.
13154         (gnus-agent-read-article-number): New function.  Only accepts
13155         27-bit article numbers.
13156         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13157         gnus-agent-read-article-number.
13158         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13159         from backend while recognizing that article numbers in .overview
13160         must be valid.
13161         (gnus-agent-update-files-total-fetched-for): Use
13162         directory-files-and-attributes to improve performance.
13163         * gnus-int.el (gnus-request-move-article): Use
13164         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13165         improve performance.
13166
13167         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13168         some users confused by references to .newsrc when they only have a
13169         .newsrc.eld file.
13170         (gnus-convert-mark-converter-prompt)
13171         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13172         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13173         New function.  Used internally to only display 'gnus converting
13174         files' message when actually necessary.
13175
13176         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13177         methods now autoloaded.
13178
13179 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13182         identifiers.
13183
13184 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * gnus-picon.el: Fix indentation and closing parenthesis.
13187
13188 2004-09-01  Simon Josefsson  <jas@extundo.com>
13189
13190         * message.el (message-canlock-generate): Require sha1, not
13191         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13192         to require within a function.  Sadly, if sha1.el isn't loaded, the
13193         let binding in m-c-g will hide the defcustom definition, which is
13194         bad.)
13195
13196         * canlock.el: Require sha1, not sha1-el.
13197
13198         * message.el: Don't autoload sha1 (there is a autoload cookie in
13199         sha1.el).
13200
13201         * sha1-el.el: Renamed to sha1.el.
13202
13203 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13204
13205         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13206
13207 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13208
13209         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13210
13211 2004-08-30  Kim F. Storm  <storm@cua.dk>
13212
13213         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13214
13215         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13216         Add :group 'nnimap.
13217
13218 2004-08-30  Andreas Schwab  <schwab@suse.de>
13219
13220         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13221         ?* and ?\;.
13222
13223         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13224         and ?\' to symbol instead of whitespace.
13225
13226 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13229
13230         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13231         instead of re-search-forward.
13232
13233         * gnus-uu.el (gnus-uu-save-article): Ditto.
13234         (gnus-uu-post-encode-uuencode): Ditto.
13235
13236         * html2text.el (html2text-clean-list-items): Ditto.
13237         (html2text-clean-dtdd): Ditto.
13238         (html2text-format-tags): Ditto.
13239
13240         * message.el (message-send-mail-with-sendmail): Fix regexp.
13241         (message-fill-field-general): Use search-forward instead of
13242         re-search-forward.
13243         (unbold-region): Ditto.
13244
13245         * nnrss.el (nnrss-request-article): Ditto.
13246
13247         * nnslashdot.el (nnslashdot-request-article): Ditto.
13248
13249         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13250
13251         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13252         "Unrecognized menu descriptor" error in XEmacs.
13253
13254 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13255
13256         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13257         parent article of a sparse article in the thread hashtb.
13258
13259 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13260
13261         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13262         (nnmail-expand-newtext): Lowercase expanded entries if
13263         nnmail-split-lowercase-expanded is non-nil.
13264
13265 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13268
13269         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13270         of gnus-tmp-news-method into string under XEmacs.  It will be
13271         passed to gnus-correct-length which takes only a string argument.
13272
13273 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-util.el (gnus-bind-print-variables): New macro.
13276         (gnus-prin1): Use it.
13277         (gnus-prin1-to-string): Use it.
13278         (gnus-pp): New function.
13279         (gnus-pp-to-string): New function.
13280
13281         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13282         Replace pp-to-string with gnus-pp-to-string.
13283         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13284         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13285         * gnus-msg.el (gnus-debug): Ditto.
13286         * gnus-score.el (gnus-score-save): Ditto.
13287         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13288         gnus-pp-to-string.
13289         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13290         with gnus-pp.
13291         * score-mode.el (gnus-score-pretty-print): Ditto.
13292         * webmail.el (webmail-debug): Ditto.
13293
13294 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-art.el (article-display-face, article-display-x-face):
13297         Use buffer-read-only.
13298
13299 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-art.el (article-hide-list-identifiers):
13302         Bind inhibit-read-only as t.
13303
13304 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13307
13308 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13309
13310         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13311         (gnus-narrow-to-page): Don't assume point-min == 1.
13312         (gnus-article-edit-mode): Derive from message-mode.
13313
13314         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13315         point-min == 1.
13316
13317         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13318         Disable incorrect use of `assert'.
13319
13320         * message.el (message-mode): Set comment-start-skip.
13321
13322
13323 2004-08-22  Sam Steingold  <sds@gnu.org>
13324
13325         * pop3.el (pop3-leave-mail-on-server): New user variable.
13326         (pop3-movemail): Delete mail only when it is nil.
13327
13328 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13329
13330         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13331
13332         * mml.el (mml-preview): Use `pop-to-buffer'.
13333
13334         * message.el (message-goto-mail-followup-to): Insert after "To".
13335         (message-carefully-insert-headers): Add comment.
13336
13337         * gnus.el: Remove unused variable `gnus-article-check-size'.
13338
13339         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13340
13341         * gnus-art.el (gnus-button-alist): Improve
13342         `gnus-button-handle-library' entry.
13343
13344 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13345
13346         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13347         downcase, since XEmacs capitalizes error messages differently.
13348
13349 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13350
13351         * nntp.el: Add (require 'gnus) due to reference to
13352         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13353
13354 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13355
13356         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13357         `mm-fill-flowed'.
13358
13359         * mm-decode.el (mm-dissect-singlepart): Check it.
13360
13361 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13364         'imap' for netrc parsing.
13365
13366 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * mailcap.el (mailcap-mime-data): Mark as risky.
13369
13370 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13373         may be included in the encoded word.
13374         (rfc2047-encode): Don't append a space if the encoded word
13375         includes close parenthesis.
13376
13377 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13380         of text within parentheses.
13381
13382 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13383
13384         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13385         (gnus-encrypt-write-file-contents): Make the password key the file
13386         name PLUS the cipher, not just the cipher.  Also remove failed
13387         passwords from the cache.
13388
13389 2004-08-06  Simon Josefsson  <jas@extundo.com>
13390
13391         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13392         fix.
13393
13394 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13397         LWSP.
13398
13399 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13400
13401         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13402         to append in-reply-to: data to the references: header.
13403
13404         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13405         (netrc-parse): Use gnus-encrypt.el functions.
13406
13407         * gnus-encrypt.el: Add new file for encryption support; currently
13408         does only a few GPG ciphers and an internal XOR cipher.
13409
13410         * password.el: Add comments on using password-read-and-add.
13411         (password-read-and-add): Add function to read and add the
13412         password to the cache at once.
13413
13414 2004-07-28  Simon Josefsson  <jas@extundo.com>
13415
13416         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13417         parameter (but don't use it, for now).
13418
13419         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13420         instead of hard coding to nil.
13421
13422 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13425         as mm-inline-image-xemacs does.
13426
13427 2004-07-26  Simon Josefsson  <jas@extundo.com>
13428
13429         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13430         Revert part of 2004-07-17 change below.
13431
13432 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13435         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13436
13437 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13438
13439         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13440         quotes that actually start with ">" at the beginning of the
13441         lines.
13442
13443 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * rfc2047.el (rfc2047-encode-region): Fix last change.
13446         (rfc2047-encode-parameter): Remove useless concat.
13447
13448 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13451         encode special characters; fix some kind of misconfigured headers;
13452         signal a real error if debug-on-quit or debug-on-error is non-nil.
13453         (rfc2047-encode-max-chars): New variable.
13454         (rfc2047-encode-1): Use it.
13455         (rfc2047-encode-parameter): New function.
13456
13457         * mml.el (mml-insert-parameter): Remove an excessive space.
13458
13459 2004-07-17  Simon Josefsson  <jas@extundo.com>
13460
13461         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13462         Kai Grossjohann <kai@emptydomain.de>.
13463         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13464         (gnus-group-make-menu-bar): Ditto.
13465
13466         * gnus-util.el (gnus-group-server): Add.
13467
13468 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13469
13470         * message.el (message-clone-locals): Clone sendmail and smtp
13471         variables.
13472
13473 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * rfc2047.el (rfc2047-encode-region): Fix last change.
13476
13477 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13480         characters as non-special.
13481
13482 2004-07-09  Simon Josefsson  <jas@extundo.com>
13483
13484         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13485         Users will lose all flag changes made while unplugged with
13486         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13487         good default.  See numerous reports on ding mailing list.
13488
13489 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13492         add generate-head-function and generate-article-function to the
13493         rfc822-forward entry.
13494         (nndoc-rfc822-forward-generate-article): New function.
13495         (nndoc-rfc822-forward-generate-head): New function.
13496
13497         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13498
13499 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13500
13501         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13502         respect display group parameter and gnus-summary-expunge-below.
13503         (gnus-articles-to-read): Remove unused reference to display group
13504         parameter.
13505
13506 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13507
13508         * nnheader.el (nnheader-uniquify-message-id): New experimental
13509         variable.
13510         (nnheader-nov-read-message-id): Use it.
13511
13512         * spam-report.el (spam-report-gmane): Add interactive.
13513
13514 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13517         qp-or-base64 for the application/* types.
13518
13519 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13520
13521         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13522
13523 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13524
13525         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13526         trim value.
13527
13528 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13529
13530         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13531         New macro and function.
13532         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13533
13534 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13537         after-load-alist.
13538
13539 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13540
13541         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13542         update info that isn't there.
13543
13544 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13545
13546         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13547         entry.
13548
13549 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * mm-view.el (mm-inline-render-with-function): Use multibyte
13552         buffer; decode html source by charset.
13553
13554         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13555
13556         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13557         Mule-UCS is loaded under XEmacs.
13558         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13559
13560 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13561
13562         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13563
13564 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * mm-util.el (mm-coding-system-p): Return a coding-system.
13567         (mm-mime-mule-charset-alist): Use shift_jis instead of
13568         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13569         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13570         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13571         instead of japanese-shift-jis and iso-latin-1 respectively in
13572         order to share the default value with both Emacs and XEmacs-mule.
13573         (mm-mule-charset-to-mime-charset): Make
13574         mm-coding-system-priorities effective.
13575         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13576         while predicating of candidates upon the priorities.
13577
13578 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13579
13580         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13581         gnus-uu-invert-processable.
13582
13583         * gnus.el: Autoload gnus-uu-invert-processable.
13584
13585 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * mm-util.el (mm-with-multibyte-buffer): New macro.
13588
13589         * rfc2047.el (rfc2047-encode-string): Use it.
13590         (rfc2047-encode-region): Move point to the end of the region after
13591         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13592
13593 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13596         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13597
13598 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13601         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13602         Karl Chen <quarl@nospam.quarl.org>.
13603
13604 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13605
13606         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13607         invalid addresses.
13608
13609 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * spam.el: Change section markers, revise TODO list.
13612         (spam-backends): Make new master list of all installed backends.
13613         (spam-summary-exit-behavior): Add new variable to determine how
13614         messages moves are done at summary exit.
13615         (spam-move-spam-nonspam-groups-only)
13616         (spam-process-ham-in-nonham-groups)
13617         (spam-process-ham-in-spam-groups): Remove variables, the
13618         spam-summary-exit-behavior variable should be used to manage this
13619         behavior.
13620         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13621         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13622         and spam-old-spam-articles.
13623         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13624         Add empty variables, placeholders for the backends they represent.
13625         (spam-set-difference): Move, unchanged.
13626         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13627         unless the user has a processor variable.
13628         (spam-classifications, spam-classification-valid-p)
13629         (spam-backend-properties, spam-backend-property-valid-p)
13630         (spam-backend-function-type-valid-p)
13631         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13632         (spam-report-articles-gmane, spam-report-articles-resend):
13633         Remove functions, they are not needed.
13634         (spam-install-backend-super, spam-backend-list)
13635         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13636         (spam-backend-function, spam-backend-ham-registration-function)
13637         (spam-backend-spam-registration-function)
13638         (spam-backend-ham-unregistration-function)
13639         (spam-backend-spam-unregistration-function)
13640         (spam-backend-statistical-p, spam-backend-mover-p)
13641         (spam-install-backend-alias, spam-install-checkonly-backend)
13642         (spam-install-mover-backend, spam-install-nocheck-backend)
13643         (spam-install-backend, spam-install-statistical-backend)
13644         (spam-install-statistical-checkonly-backend): Add backend installation
13645         support.
13646         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13647         (spam-group-processor-p): Use the new backend code and respect the
13648         summary exit behavior.
13649         (spam-mark-spam-as-expired-and-move-routine): Remove.
13650         (spam-summary-prepare): Change to use the new spam-old-articles
13651         variable.
13652         (spam-copy-or-move-routine, spam-copy-spam-routine)
13653         (spam-move-spam-routine, spam-copy-ham-routine)
13654         (spam-move-ham-routine): Add code to copy/move ham or spam.
13655         (spam-fetch-field-fast): Improve doc and code, plus allow the
13656         'number request.
13657         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13658         variables.
13659         (spam-split, spam-find-spam): Use the new backend code.
13660         (spam-registration-functions): Remove variable.
13661         (spam-unregister-routine): Add convenience wrapper.
13662         (spam-log-undo-registration, spam-register-routine)
13663         (spam-log-processing-to-registry)
13664         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13665         where possible.
13666         (spam-check-gmane-xref, spam-check-regex-headers)
13667         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13668         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13669         (spam-check-bogofilter-headers, spam-check-spamoracle)
13670         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13671         (spam-check-crm114-headers): Use the spam-split-group that
13672         spam-split prepares, no need to determine it every time.
13673
13674         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13675         to the nnheader-parse-naked-head call.
13676
13677         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13678
13679         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13680         the nnheader-nov-read-message-id call.
13681
13682 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13685         gnus-activate-group twice.  Suggested by Markus Peter
13686         <warp@spin.de>.
13687
13688 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-art.el (gnus-article-time-format): Exchange the order of
13691         day and month in the default value; fix customization type.
13692         (article-date-ut): Use add-text-properties.
13693         (article-make-date-line): Use message-make-date instead of
13694         current-time-string.
13695
13696         * message.el (message-fetch-field): Don't use set-text-properties.
13697         (message-make-date): Simplify.
13698
13699         * messagexmas.el (message-xmas-make-date): New function.
13700         (message-xmas-redefine): Defalias message-make-date to it.
13701
13702 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13705         (rfc2047-encode-region): Treat text within parentheses as special;
13706         show the original text when error has occurred.
13707
13708         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13709         already-computed method to gnus-activate-group.
13710
13711         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13712         same select-methods identical Lisp objects.
13713
13714         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13715         object when modifying the info.
13716
13717 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13720         gnus-opened-servers since it has never been opened with the new
13721         configuration yet.
13722
13723 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13726         arg to nnheader-generate-fake-message-id.
13727
13728 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13729
13730         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13731         number and build a fake message ID localized to a group and
13732         article number (so it's repeatable from that point on).
13733         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13734         ID format.
13735
13736         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13737         nnheader-generate-fake-message-id with the article number.
13738
13739 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13740
13741         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13742         end-of-buffer.
13743
13744 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13745
13746         * message.el (message-ignored-supersedes-headers): Add Approved.
13747
13748 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13751         goto-char.
13752         (rfc2047-encode): Fold the line before encoding.
13753
13754 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13755
13756         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13757         folding -- not all headers can be folded, and this should be done
13758         by the message composition mode.  Probably.  I think.
13759
13760 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13763         fast.
13764
13765         * gnus-ems.el (gnus-remove-image): Don't use
13766         message-text-with-property; remove only the image found first.
13767
13768         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13769         found first.
13770
13771 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13772
13773         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13774
13775 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * message.el (message-text-with-property): Make it fast and accept
13778         optional arguments.
13779         (message-strip-forbidden-properties): Use it.
13780         (message-fix-before-sending): Follow the m-t-w-p change.
13781
13782         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13783
13784 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (article-hide-headers): Don't change the buffer
13787         mistakenly when performing mml-preview even if
13788         gnus-single-article-buffer is nil.
13789
13790 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13791
13792         * message.el (message-expand-name-databases): New user option.
13793         (message-expand-name): Use it.
13794
13795 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13796
13797         * spam.el (spam-report-articles-resend)
13798         (spam-report-resend-register-routine): Allow ham reporting.
13799         (spam-report-resend-register-ham-routine): Add wrapper.
13800         (spam-registration-functions): Add ham resending functions.
13801         (spam-list-of-processors): Add ham resend processor.
13802
13803         * gnus.el (ham-resend-to): Add new group parameter.
13804         (spam-process): Add ham resend option.
13805
13806         * spam-report.el (spam-report-resend): Allow reporting ham.
13807         (spam-report-resend-ham): Add wrapper.
13808
13809 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13810
13811         * message.el (message-cite-articles-with-x-no-archive): New
13812         variable.
13813         (message-cite-original): Use it.
13814
13815 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13816
13817         * message.el (message-cite-original): Respect X-No-Archive.
13818
13819 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-art.el (article-hide-headers): Refer to the values for
13822         gnus-ignored-headers and gnus-visible-headers in the summary
13823         buffer since a user may have set them as group parameters.
13824
13825 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13826
13827         * assistant.el (assistant-node-name): Add convenience function.
13828         (assistant-render-text, assistant-render-node): Add error handling,
13829         plus handle multiple next nodes.
13830         (assistant-find-next-node): Comment out for now.
13831         (assistant-find-next-nodes): Add function, returns list of next
13832         nodes.
13833
13834 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * mail-source.el (mail-source-directory): Fix doc-string.
13837
13838 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13839
13840         * assistant.el (assistant-render-text, assistant-eval): Add :set
13841         widget type, which is different because it takes and returns a
13842         list.  Much hilarity ensues.
13843
13844 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13845
13846         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13847
13848         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13849         doc-string.
13850
13851         * gnus-start.el (gnus-activate-group): Added doc-string.
13852
13853 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13856
13857 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * assistant.el (assistant-render-text): Try to add a :set
13860         widget, more to come.
13861
13862         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13863         strings.
13864         (spam-report-articles-resend)
13865         (spam-register-routine): Do registration iff any articles warrant
13866         it.
13867         (spam-summary-prepare-exit): Change log message for nil group
13868         destinations.
13869
13870 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13871
13872         * spam.el (spam-report-resend-register-routine): Allow
13873         spam-report-resend-to to be a group parameter or a global value.
13874
13875 2004-05-26  Simon Josefsson  <jas@extundo.com>
13876
13877         * starttls.el: Merge with my GNUTLS based starttls.el.
13878         (starttls-gnutls-program, starttls-use-gnutls)
13879         (starttls-extra-arguments, starttls-process-connection-type)
13880         (starttls-connect, starttls-failure, starttls-success): New
13881         variables.
13882         (starttls-program, starttls-extra-args): Doc fix.
13883         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13884         functions.
13885         (starttls-negotiate, starttls-open-stream): Check
13886         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13887         function if it is set.
13888
13889 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13892         structured fields.
13893
13894 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13897
13898 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13899
13900         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13901         variable.
13902         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13903         assigning the spam-mark to new messages.
13904
13905 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13906
13907         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13908
13909 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13912
13913         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13914         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13915         default.
13916
13917 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13918
13919         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13920         correct data.
13921
13922 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13923
13924         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13925         (spam-group-processor-p): Fix function.
13926         (spam-group-processor-multiple-p)
13927         (spam-group-spam-processor-report-gmane-p)
13928         (spam-group-spam-processor-report-resend-p)
13929         (spam-group-spam-processor-bogofilter-p)
13930         (spam-group-spam-processor-blacklist-p)
13931         (spam-group-spam-processor-ifile-p)
13932         (spam-group-ham-processor-ifile-p)
13933         (spam-group-spam-processor-spamoracle-p)
13934         (spam-group-spam-processor-crm114-p)
13935         (spam-group-ham-processor-bogofilter-p)
13936         (spam-group-spam-processor-stat-p)
13937         (spam-group-ham-processor-stat-p)
13938         (spam-group-ham-processor-whitelist-p)
13939         (spam-group-ham-processor-BBDB-p)
13940         (spam-group-ham-processor-spamoracle-p)
13941         (spam-group-ham-processor-copy-p): Remove functions with some
13942         prejudice against unneeded code.
13943         (spam-report-articles-resend)
13944         (spam-report-resend-register-routine): Allow the group/topic
13945         spam-resend-to value to override spam-report-resend-to.
13946         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13947         properly now.
13948
13949         * gnus.el (spam-resend-to): Add group/topic parameter.
13950         (spam-process): Move the OBSOLETE processors to the end of the
13951         choices.
13952
13953 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13954
13955         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13956         with resend-to set to nil, and then ask the user if necessary.
13957         (spam-report-resend): spam-report-resend takes a list of articles, not
13958         separate article numbers.
13959
13960 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13963         addition to emacs-w3m.
13964
13965 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13966
13967         * assistant.el (assistant-authinfo-data): New function.
13968         (assistant-eval): Eval for entire assistant.
13969
13970         * netrc.el (netrc-services-file): New variable.
13971         (netrc-parse-services): New function.
13972         (netrc-find-service-name): New function.
13973         (netrc-find-service-number): New function.
13974         (netrc-port-equal): New function.
13975         (netrc-machine): Use it.
13976
13977         * nnimap.el (nnimap-open-connection): Use netrc.
13978
13979         * gnus-util.el (gnus-netrc-get): Remove aliases.
13980
13981         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13982
13983         * assistant.el (wid-edit): Fix compilation.
13984
13985         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13986
13987 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13988
13989         * gnus-util.el (gnus-set-file-modes): New function.  (small
13990         patch).
13991
13992 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13993
13994         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13995
13996         * assistant.el (assistant-render-node): Fix up rendering and
13997         read-only text.
13998         (assistant-render-node): Reset.
13999         (assistant-make-read-only): Not sticky.
14000
14001 2004-05-20  Danny Siu  <dsiu@adobe.com>
14002
14003         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14004         centered even when gnus-auto-center-summary is t.
14005
14006 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14007
14008         * dns.el (dns-get-txt-answer): New function.
14009         (dns-read-txt): Ditto.
14010         (query-dns): Use it.
14011
14012 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14015         active for foreign groups even if the group level is higher than
14016         the specified value.
14017
14018 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14019
14020         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14021         non-active groups.
14022
14023         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14024
14025 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14026
14027         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14028
14029 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14032         (spam-crm114-header, spam-crm114-spam-switch)
14033         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14034         (spam-crm114-positive-spam-header)
14035         (spam-crm114-database-directory, spam-list-of-processors)
14036         (spam-group-spam-processor-crm114-p)
14037         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14038         (spam-generic-score, spam-list-of-checks)
14039         (spam-list-of-statistical-checks, spam-registration-functions)
14040         (spam-check-crm114-headers, spam-crm114-score)
14041         (spam-check-crm114, spam-crm114-register-with-crm114)
14042         (spam-crm114-register-spam-routine)
14043         (spam-crm114-unregister-spam-routine)
14044         (spam-crm114-register-ham-routine)
14045         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14046         asjo@koldfront.dk (Adam Sjøgren).
14047
14048         * gnus.el: Add spam-use-crm114.
14049
14050         * spam.el (spam-list-of-processors, spam-registration-functions):
14051         Add spam-use-resend.
14052         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14053         (spam-report-articles-gmane): Add doc fix.
14054         (spam-report-articles-resend, spam-report-resend-register-routine):
14055         Add wrappers around spam-report-resend-to.
14056
14057         * spam-report.el (spam-report-resend-to, spam-report-resend):
14058         Add support for resending spam.
14059         (spam-report-gmane): Fix line length >80.
14060
14061         * gnus.el (spam-process): Add spam-use-resend.
14062
14063 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14064
14065         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14066         number of processed spam messages.
14067         (spam-ham-copy-or-move-routine): Return the number of processed
14068         ham messages.
14069         (spam-summary-prepare-exit): Use the above values to decide
14070         whether status messages shouled be displayed.
14071
14072 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14075         `rfc2047-encoding-function-alist' in order to avoid conflicting
14076         with the old version.
14077         (rfc2047-encode-region): Concatenate words containing non-ASCII
14078         characters in structured fields; don't encode space-delimited
14079         ASCII words even in unstructured fields; don't break words at
14080         char-category boundaries.
14081         (rfc2047-encode-1): New function.
14082         (rfc2047-encode): Use it; encode text so that it occupies the
14083         maximum width within 76-column; work correctly on Q encoding for
14084         iso-2022-* charsets.
14085         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14086         sure not to break a line just after the header name.
14087         (rfc2047-b-encode-region): Removed.
14088         (rfc2047-b-encode-string): New function.
14089         (rfc2047-q-encode-region): Removed.
14090         (rfc2047-q-encode-string): New function.
14091
14092         * mm-util.el (mm-replace-in-string): New function.
14093
14094 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095
14096         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14097         get it right.
14098         (gnus-inews-make-draft): Really.
14099
14100 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14101
14102         * nnmh.el (nnmh-request-list-1): Don't check the link count
14103         before descending.  (small patch)
14104
14105 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14106
14107         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14108         stuff.
14109
14110         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14111         on real group name.
14112
14113         * gnus-art.el (gnus-signature-limit): Doc fix.
14114
14115         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14116
14117         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14118
14119 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14120
14121         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14122         isn't a string.
14123
14124 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14125
14126         * gnus-draft.el (gnus-draft-send): Bind
14127         rfc2047-encode-encoded-words.
14128
14129         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14130         (rfc2047-encodable-p): Say that =? needs encoding.
14131         (rfc2047-encode-encoded-words): New variable.
14132
14133         * gnus-group.el (gnus-group-select-group): Doc fix.
14134
14135         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14136
14137         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14138         to nil.
14139
14140         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14141
14142         * nnheader.el (nnheader-get-lines-and-char): New function.
14143
14144 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14145
14146         * gnus-msg.el (gnus-summary-followup-with-original): Document
14147         yanking of region when active.
14148
14149 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14152         groups if the group level is higher than the specified value.
14153
14154 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14155
14156         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14157         (gnus-group-jump-to-group): Added prefix argument using
14158         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14159         non-active group.
14160
14161         * compface.el (uncompface): Be verbose when changing
14162         `uncompface-use-external'.
14163
14164         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14165         handle manual section.
14166
14167 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168
14169         * gnus-art.el (gnus-button-alist): Revert previous change.
14170
14171 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14174
14175 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14176
14177         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14178         whether backend can accept message.
14179
14180         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14181
14182 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14183
14184         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14185         Avoid creating directory when nntp-marks-is-evil is true.
14186         Reported by Reiner Steib.
14187
14188 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * gnus-picon.el (gnus-picon-style): New variable.
14191         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14192         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14193         Jesper Harder <harder@ifa.au.dk>.
14194
14195 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14196
14197         * message.el (message-fill-field): Return point.
14198         (message-generate-headers): Go to end of field.
14199
14200         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14201         stuff for non-living groups.
14202
14203 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14204
14205         * gnus-art.el (gnus-article-followup-with-original)
14206         (gnus-article-reply-with-original): gnus-mark-active-p ->
14207         gnus-region-active-p.
14208
14209 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14210
14211         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14212         only when there is spam or ham to be processed.
14213
14214 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14215
14216         * mail-source.el (mail-source-delete-crash-box): Refactor.
14217         (mail-source-fetch): Use it.
14218         (mail-source-fetch-file): Ditto.
14219         (mail-source-fetch-directory): Run postscript in loop.
14220         (mail-source-fetch-pop): Delete.
14221         (mail-source-fetch-maildir): Ditto.
14222         (mail-source-fetch-imap): Ditto.
14223
14224         * imap.el (imap-authenticators): Comment out sasl.
14225
14226         * message.el (message-skip-to-next-address): New function.
14227         (message-fill-header-address): Refactor.
14228         (message-fill-address): Use it.
14229         (message-delete-address): Use it.
14230         (message-fill-header-general): Refactor.
14231         (message-fill-field-address): Rename.
14232         (message-narrow-to-field): Find the start of the header.
14233         (message-header-format-alist): Don't pre-fill.
14234         (message-fill-header): Removed.
14235         (message-insert-header): New function.
14236         (message-shorten-references): Use it.
14237
14238         * rfc2047.el (rfc2047-field-value): Strip props.
14239
14240         * mail-parse.el (mail-header-make-address): New alias.
14241
14242         * ietf-drums.el (ietf-drums-make-address): New function.
14243
14244         * imap.el: Add compiler directives.
14245
14246         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14247
14248         * gnus-art.el (article-decode-idna-rhs): Don't use
14249         message-idna-inside-rhs-p.
14250
14251 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14252
14253         * message.el (message-idna-inside-rhs-p): Removed.
14254         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14255
14256         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14257         false positives.
14258
14259 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14260
14261         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14262
14263 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14264
14265         * nneething.el (nneething-file-name): Don't create spurious
14266         files.
14267
14268         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14269         (gnus-inews-do-gcc): Remove sleep.
14270
14271         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14272         part under point.
14273
14274         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14275         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14276
14277 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14278
14279         * spam.el (spam-summary-prepare-exit): Fixed (length).
14280
14281 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14282
14283         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14284         as expired without moving it" message when there are spam
14285         messages left.
14286
14287 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14288
14289         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14290         header is not nil.
14291
14292 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14293
14294         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14295         nntp-possibly-create-directory, not nntp-possibly-change-group.
14296         (nntp-marks-changed-p): New arg SERVER.
14297         (nntp-request-update-info): Adjust caller.
14298
14299 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14300
14301         * nntp.el (nntp-save-marks): Pass missing arg.
14302
14303 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14304
14305         * nntp.el: Support marks.
14306         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14307         (nntp-marks-modtime, nntp-marks-directory): New variables.
14308         (nntp-request-set-mark, nntp-request-update-info)
14309         (nntp-possibly-create-directory, nntp-marks-changed-p)
14310         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14311         functions.
14312
14313 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14314
14315         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14316         (gnus-xmas-redefine): Rename.
14317
14318         * gnus-score.el (gnus-score-insert-help): Use
14319         gnus-select-lowest-window.
14320
14321         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14322         appt-select-lowest-window and rename to gnus-select-lowest-window.
14323
14324         * gnus.el: do.
14325
14326 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14327
14328         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14329         encodings of MIME-encoded words, in order to improve
14330         interoperability with several broken MUAs.
14331
14332 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14333
14334         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14335         tags, only when charsets are not specified in headers.
14336         (mm-inline-text-html-render-with-w3m): Ditto.
14337
14338         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14339         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14340
14341 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14342
14343         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14344         instead of MIME-decoded from fields when checking
14345         `gnus-article-address-banner-alist'.
14346
14347 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14348
14349         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14350         description rather than subject.
14351
14352 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14353
14354         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14355
14356 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14357
14358         * gnus.el (gnus-version-number): Bump.
14359
14360 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14361
14362         * gnus.el: No Gnus v0.2 is released.
14363
14364 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14365
14366         * gnus-agent.el (gnus-agent-read-agentview): Inline
14367         gnus-uncompress-range.
14368
14369 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14370
14371         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14372         `exec-installed-p'.
14373
14374 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14375
14376         * gnus.el (spam-process, spam-autodetect-methods): Add
14377         bsfilter and bsfilter-headers.
14378
14379         * spam.el (spam-bsfilter): New customize group.
14380         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14381         (spam-bsfilter-header, spam-bsfilter-probability-header)
14382         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14383         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14384         (spam-bsfilter-database-directory): New options.
14385         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14386         (spam-list-of-statistical-checks, spam-registration-functions):
14387         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14388         (spam-bsfilter-score): New command.
14389         (spam-check-bsfilter-headers, spam-check-bsfilter)
14390         (spam-bsfilter-register-with-bsfilter)
14391         (spam-bsfilter-register-spam-routine)
14392         (spam-bsfilter-unregister-spam-routine)
14393         (spam-bsfilter-register-ham-routine)
14394         (spam-bsfilter-unregister-ham-routine): New functions.
14395         (spam-generic-score): Support bsfilter; Accept an optional argument
14396         to recalcurate spam score even if scoring header has already been
14397         added.
14398         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14399         optional argument to recalcurate spam score even if scoring header
14400         has already been added.
14401
14402 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14403
14404         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14405         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14406         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14407         link is missing.
14408
14409 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14410
14411         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14412         (html2text-get-attr): Rewrite.
14413
14414         * message.el (message-setup-1): Remove redundant put-text-property
14415         on mail-header-separator.
14416
14417 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14418
14419         * gnus-registry.el (gnus-registry-cache-whitespace)
14420         (gnus-registry-action, gnus-registry-spool-action)
14421         (gnus-registry-split-fancy-with-parent): Change message levels
14422         from 5 to 3 or 7, as needed.
14423
14424         * spam.el (spam-summary-prepare-exit)
14425         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14426         (spam-split, spam-find-spam, spam-log-undo-registration)
14427         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14428         level from 5 to 6.
14429
14430 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14433         2004-03-04 change).
14434
14435 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14436
14437         * sieve-manage.el (sieve-manage-open):
14438         * nnweb.el (nnweb-insert-html):
14439         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14440         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14441         * nnspool.el (nnspool-request-group):
14442         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14443         * nnml.el (nnml-request-update-info):
14444         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14445         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14446         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14447         (nnimap-request-set-mark):
14448         * nnfolder.el (nnfolder-request-update-info):
14449         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14450         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14451         * gnus-uu.el (gnus-uu-find-articles-matching):
14452         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14453         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14454         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14455         * gnus-nocem.el (gnus-nocem-scan-groups):
14456         * gnus-int.el (gnus-start-news-server):
14457         * gnus-group.el (gnus-group-make-kiboze-group)
14458         (gnus-group-browse-foreign-server):
14459         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14460         Use mapc when appropriate.
14461
14462 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         FIXME: Make separate entries for each person.
14465
14466         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14467         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14468         <shields@msrl.com>:
14469
14470         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14471         may need for spam sorting and scoring.
14472         (spam-user-format-function-S): Add user format function suitable for
14473         general use.
14474         (spam-article-sort-by-spam-status): Add sorting function for summary
14475         sorting.
14476         (spam-extra-header-to-number): Add function to get a score from a
14477         header.
14478         (spam-summary-score): Add function to get a numeric score from the
14479         headers.
14480         (spam-generic-score): Fix function doc, was in wrong place.
14481         (spam-initialize): Take symbols when it's run, and install the
14482         extra headers that spam-necessary-extra-headers thinks we need.
14483
14484 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14485
14486         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14487         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14488
14489 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14490
14491         * gnus-sum.el (gnus-set-global-variables)
14492         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14493         (gnus-article-get-xrefs, gnus-summary-best-group)
14494         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14495         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14496         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14497         Use with-current-buffer.
14498
14499 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14500
14501         * spam.el (spam-summary-prepare-exit): Simplify logic.
14502         (spam-fetch-article-header): Read the article header if it's not
14503         available.
14504         (spam-list-articles): Simplify logic.
14505         (spam-filelist-register-routine): Fix bug with unregister-list.
14506
14507         * gnus-registry.el: Fix comments at beginning.
14508
14509 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14510
14511         * message.el (message-cater-to-broken-inn): Remove.
14512         (message-shorten-references): Make sure the total folded length of
14513         References is shorter than 998 characters to cater to a bug in INN
14514         2.3.  Also, don't pretend that references aren't folded -- this
14515         hasn't worked for a while.
14516
14517 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14518
14519         * gnus-agent.el (gnus-agentize):
14520         gnus-agent-send-mail-real-function no longer set to current value
14521         of message-send-mail-function but rather a lambda that calls
14522         message-send-mail-function.  The change makes the agent real-time
14523         responsive to user changes to message-send-mail-function.
14524
14525 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14526
14527         * legacy-gnus-agent.el
14528         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14529         help from Florian Weimer <fw@deneb.enyo.de>
14530
14531 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * nnmail.el (nnmail-cache-insert): Revert last change.
14534
14535 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * nnmail.el (nnmail-cache-insert): Always check whether
14538         nnmail-cache-ignore-groups matches a group name.
14539
14540 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14541
14542         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14543         (spam-find-spam, spam-log-processing-to-registry)
14544         (spam-log-registered-p, spam-log-unregistration-needed-p)
14545         (spam-log-undo-registration): Use gnus-message instead of
14546         gnus-error, none of these errors are fatal.
14547
14548         * gnus-registry.el (gnus-registry-clean-empty-function)
14549         (gnus-registry-clean-empty): Remove only empty entries without
14550         extra data.
14551
14552 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14553
14554         * spam-stat.el (spam-stat-buffer-change-to-spam)
14555         (spam-stat-buffer-change-to-non-spam): Change (error) to
14556         (gnus-message 8) invocation.
14557
14558 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * nntp.el (nntp-via-netcat-command): New variable.
14561         (nntp-via-netcat-switches): New variable.
14562         (nntp-open-via-rlogin-and-netcat): New function.
14563         (nntp-open-connection-function): Doc fix.
14564         (nntp-telnet-command): Doc fix.
14565         (nntp-end-of-line): Doc fix.
14566         (nntp-via-rlogin-command): Doc fix.
14567         (nntp-via-user-name): Doc fix.
14568         (nntp-via-address): Doc fix.
14569
14570 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14573         error in Emacs 21.1.
14574
14575 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14578
14579 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14580
14581         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14582         (gnus-agent-with-refreshed-group): New macro.
14583         (gnus-agent-rename-group): New function.
14584         (gnus-agent-delete-group): New function.
14585         (gnus-agent-save-group-info): Use gnus-command-method when
14586         `method' parameter is nil.  Don't write nil entries into the
14587         active file.
14588         (gnus-agent-get-group-info): New function.
14589         (gnus-agent-fetch-articles): Use
14590         gnus-agent-update-files-total-fetched-for to increment disk space
14591         used.
14592         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14593         gnus-agent-update-view-total-fetched-for to increment disk space
14594         used.
14595         (gnus-agent-get-local): Added optional parameters to avoid calling
14596         gnus-group-real-name and gnus-find-method-for-group.
14597         (gnus-agent-set-local): Delete stored entry if either min, or max,
14598         are nil.
14599         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14600         quit, use gnus-agent-regenerate-group to record existance of any
14601         articles fetched to disk before the quit occurred.
14602         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14603         gnus-agent-update-view-total-fetched-for, and
14604         gnus-agent-update-files-total-fetched-for to decrement disk space
14605         used.
14606         (gnus-agent-retrieve-headers): Use
14607         gnus-agent-update-view-total-fetched-for to increment disk space
14608         used.
14609         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14610         with gnus-agent-update-files-total-fetched-for to decrement disk
14611         space and fresh group buffer.
14612         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14613         (gnus-agent-need-update-total-fetched-for): New variable.
14614         (gnus-agent-update-files-total-fetched-for): New function.
14615         (gnus-agent-update-view-total-fetched-for): New function.
14616         (gnus-agent-total-fetched-for): New function.
14617
14618         * gnus-cache.el (gnus-cache-save-buffers): Use
14619         gnus-cache-update-overview-total-fetched-for to change disk space
14620         used by this group.
14621         (gnus-cache-possibly-enter-article): Use
14622         gnus-cache-update-file-total-fetched-for to increment disk space
14623         used by this group.
14624         (gnus-cache-possibly-remove-article): Use
14625         gnus-cache-update-file-total-fetched-for to decrement disk space
14626         used by this group.
14627         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14628         (gnus-cache-rename-group): New function.
14629         (gnus-cache-delete-group): New function.
14630         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14631         (gnus-cache-need-update-total-fetched-for): New variable.
14632         (gnus-cache-with-refreshed-group): New macro.
14633         (gnus-cache-update-file-total-fetched-for): New function.
14634         (gnus-cache-update-overview-total-fetched-for): New function.
14635         (gnus-cache-rename-group-total-fetched-for): New function.
14636         (gnus-cache-delete-group-total-fetched-for): New function.
14637         (gnus-cache-total-fetched-for): New function.
14638
14639         * gnus-group.el: Require gnus-sum and autoload functions to
14640         resolve warnings when gnus-group.el compiled alone.
14641         (gnus-group-line-format): Documented new %F.
14642         (size of Fetched data) group line format; identifies disk space
14643         used by agent and cache.
14644         (gnus-group-line-format-alist): Defined new F format.
14645         (gnus-total-fetched-for): New function.
14646         (gnus-group-delete-group): No longer update
14647         gnus-cache-active-altered as gnus-request-delete-group now keeps
14648         the cache in sync.
14649         (gnus-group-list-active): Let the agent store a server's active
14650         list if currently plugged.
14651
14652         * gnus-int.el (gnus-request-delete-group):
14653         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14654         local disk in sync with the server.
14655         (gnus-request-rename-group):
14656         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14657         local disk in sync with the server.
14658
14659         * gnus-start.el (gnus-get-unread-articles):
14660         Cosmetic simplification to logic.
14661
14662         * gnus-util.el (gnus-rename-file): New function.
14663
14664 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14665
14666         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14667
14668 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14669
14670         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14671         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14672
14673 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14674
14675         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14676         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14677
14678 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14679
14680         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14681
14682 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14683
14684         * spam.el (spam-set-difference): Add function to replace
14685         gnus-set-difference in spam.el.
14686         (spam-summary-prepare-exit): Use spam-set-difference.
14687
14688 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14689
14690         * gnus-registry.el (gnus-registry-cache-file): Update to use
14691         gnus-dribble-directory OR gnus-home-directory OR ~.
14692         (gnus-registry-split-fancy-with-parent): Fix doc.
14693
14694 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14695
14696         * message.el (message-exchange-point-and-mark): Use
14697         message-mark-active-p.  Suggested by Jesper Harder
14698         <harder@ifa.au.dk>.
14699
14700 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * message.el (message-exchange-point-and-mark): Don't activate
14703         region if it was inactive.  Suggested by Hiroshi Fujishima
14704         <pooh@nature.tsukuba.ac.jp>.
14705
14706 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-art.el (article-display-face): Display Faces in the same
14709         order as X-Faces.
14710
14711 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14714
14715 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14718         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14719         (gnus-article-mime-hierarchy): Remove.
14720         (gnus-article-mime-hierarchy-next): Remove.
14721         (gnus-article-mode): Revert 2004-03-19 change.
14722         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14723         (gnus-insert-mime-button): Revert 2004-03-19 change.
14724         (gnus-mime-accumulate-hierarchy): Remove.
14725         (gnus-mime-enter-multipart): Remove.
14726         (gnus-mime-leave-multipart): Remove.
14727         (gnus-mime-display-part): Revert 2004-03-19 change.
14728         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14729
14730         * mml.el (mml-preview): Revert 2004-03-19 change.
14731
14732 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14733
14734         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14735
14736 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14739         t while entering a file name using the mm-with-multibyte macro.
14740         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14741
14742         * mm-util.el (mm-with-multibyte): New macro.
14743
14744 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14747         user option.
14748         (gnus-mime-multipart-functions): Doc and customization fix.
14749         (gnus-article-mime-hierarchy): New variable.
14750         (gnus-article-mime-hierarchy-next): New variable.
14751         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14752         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14753         gnus-article-mime-hierarchy-next to nil.
14754         (gnus-insert-mime-button): Show hierarchy numbers.
14755         (gnus-mime-accumulate-hierarchy): New function.
14756         (gnus-mime-enter-multipart): New function.
14757         (gnus-mime-leave-multipart): New function.
14758         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14759         (gnus-mime-display-alternative): Show hierarchy numbers.
14760
14761         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14762         gnus-article-mime-hierarchy-next to nil.
14763
14764 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14765
14766         * dns.el: Don't require gnus-xmas.
14767
14768 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14769
14770         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14771         inline PGP.
14772         (mml-menu): Disable mml-quote-region if mark is inactive.
14773
14774 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14777         when the group's active is not available.
14778
14779 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14782         error.
14783
14784 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14785
14786         * imap.el (imap-store-password): New variable.
14787         (imap-interactive-login): Use it.
14788         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14789
14790 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14793         window-start and hscroll to summary window.
14794
14795 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14796
14797         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14798         conversion message to newsrc-dribble when an actual conversion is
14799         performed.
14800
14801 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14802
14803         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14804
14805 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * mm-decode.el (mm-complicated-handles): New function reviving
14808         former definition of mm-multiple-handles.
14809
14810         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14811         (gnus-mime-delete-part): Use it.
14812
14813 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14814
14815         * gnus-agent.el (gnus-agent-read-local): Bind
14816         nnheader-file-coding-system to gnus-agent-file-coding-system to
14817         avoid the implicit assumption that they will always be equal.
14818         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14819         coding-system-for-write, as the with-temp-file macro first prints
14820         to a buffer then saves the buffer.
14821
14822 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-art.el (gnus-article-edit-part): New function.
14825         (gnus-mime-save-part-and-strip): Use it; do query instead of
14826         signaling an error; don't use mm-multiple-handles.
14827         (gnus-mime-delete-part): Ditto.
14828
14829 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14830
14831         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14832         old file versions.
14833         (gnus-group-prepare-hook): Removed function that converted list
14834         form of gnus-agent-expire-days to group properties.
14835
14836         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14837         (gnus-request-accept-article): Re-indented.
14838
14839         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14840         converters to handle old agent file formats.  Added logic for a
14841         "backup before upgrading warning".
14842         (gnus-convert-mark-converter-prompt): Developers can mark
14843         functions as needing (default), or not needing,
14844         gnus-convert-old-newsrc's "backup before upgrading warning".
14845         (gnus-convert-converter-needs-prompt): Tests whether the user
14846         should be protected from potentially irreversable changes by the
14847         function.
14848
14849         * legacy-gnus-agent.el: New.  Provides converters that are only
14850         loaded when gnus-convert-old-newsrc needs to call them.
14851
14852 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * mail-source.el (mail-source-touch-pop): Doc fix.
14855
14856         * message.el (message-smtpmail-send-it): Doc fix.
14857
14858 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14859
14860         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14861
14862         * nnmail.el (nnmail-split-fancy): do.
14863
14864         * gnus-kill.el (gnus-kill, gnus-execute): do.
14865
14866 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14867
14868         * gnus-sum.el (gnus-widget-reversible-match)
14869         (gnus-widget-reversible-to-internal)
14870         (gnus-widget-reversible-to-external): New functions.
14871         (gnus-widget-reversible): New widget.
14872         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14873
14874 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14875
14876         * gnus-sum.el (gnus-thread-sort-functions)
14877         (gnus-article-sort-functions): Document `(not F)' items.
14878
14879 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14880
14881         * spam.el (spam-use-gmane-xref): Add new backend.
14882         (spam-gmane-xref-spam-group): Add variable to control the name of the
14883         Gmane spam group.
14884         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14885         (spam-regex-headers-spam, spam-regex-headers-ham)
14886         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14887         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14888         backends and checks.
14889         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14890
14891         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14892         an autodetect method.
14893
14894 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14895
14896         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14897         articles are being added to a group.
14898         (gnus-request-replace-article): Inform the agent that articles
14899         need to be uncached as the cached contents are no longer valid.
14900
14901 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * binhex.el: Don't autoload executable-find.
14904
14905         * canlock.el: Don't autoload mail-fetch-field.
14906
14907         * dgnushack.el: Autoload c-mode for XEmacs.
14908
14909         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14910
14911         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14912         rmail-dont-reply-to and rmail-output.
14913
14914         * gnus-score.el: Don't autoload ffap-string-at-point.
14915
14916         * gnus-setup.el: Don't autoload sc-cite-original.
14917
14918         * imap.el: Don't autoload base64-decode-string,
14919         base64-encode-string and md5.
14920
14921         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14922         and rmail-msg-restore-non-pruned-header.
14923
14924         * mm-decode.el: Don't autoload executable-find.
14925
14926         * mm-url.el: Don't autoload executable-find.
14927
14928         * mm-view.el: Don't autoload diff-mode.
14929
14930         * nndb.el: Don't autoload news-reply-mode, news-setup,
14931         cancel-timer and telnet.
14932
14933         * password.el: Don't autoload run-at-time for Emacs.
14934
14935         * sha1-el.el: Don't autoload executable-find.
14936
14937         * sieve-mode.el: Don't autoload c-mode.
14938
14939         * uudecode.el: Don't autoload executable-find.
14940
14941 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14942
14943         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14944         (gnus-agent-possibly-alter-active): Avoid null in numeric
14945         comparison.
14946         (gnus-agent-set-local): Refuse to save null in local object table.
14947         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14948         list of articles that will be marked as unread.
14949
14950 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14953
14954 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14955
14956         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14957         language tags.
14958
14959 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14960
14961         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14962         Don't bind "obarray".
14963
14964         * gnus-sum.el (gnus-thread-sort-functions): Added
14965         `gnus-thread-sort-by-most-recent-number' and
14966         `gnus-thread-sort-by-most-recent-date'.
14967         Reported by Kai Grossjohann <kai@emptydomain.de>.
14968
14969 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14972
14973 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14974
14975         * gnus-cus.el (gnus-agent-customize-category): Removed
14976         ignore-errors macro reference that required cl to be loaded at
14977         run-time.
14978
14979         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14980         single-interval range of the form (min . max).  Previously the
14981         range had to look like ((min . max)).  Likewise, return
14982         (min . max) rather than ((min . max)).
14983         (gnus-range-map): Use gnus-range-normalize to accept
14984         single-interval range.
14985
14986         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14987         the cache, but not the agent, now appear with their usual face.
14988
14989         * dgnushack.el (loaddir): New variable that is bound to the
14990         directory containing the dgnushack.el file. Use loaddir, rather
14991         than srcdir, to update load-path. Change lets dgnushack compile
14992         code in directories other than GNUS/lisp.
14993
14994 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * lpath.el: Don't bind w3m-safe-url-regexp.
14997
14998         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14999         w3m-safe-url-regexp variable buffer-local.
15000
15001         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15002
15003 2004-02-27  Simon Josefsson  <jas@extundo.com>
15004
15005         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15006         gnus-group-real-prefix.
15007         (gnus-summary-move-article): Use it, instead of
15008         gnus-group-real-prefix.
15009
15010 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * lpath.el: Bind w3m-safe-url-regexp.
15013
15014         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15015         w3m-safe-url-regexp variable buffer-local and set it as the value
15016         of mm-w3m-safe-url-regexp.
15017
15018         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15019
15020         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15021         parsing gnus-posting-styles when the message is not for replying.
15022
15023         * dgnushack.el: Autoload sgml-mode for XEmacs.
15024
15025         * nnrss.el (nnrss-opml-export): Use
15026         mm-set-buffer-file-coding-system instead of
15027         set-buffer-file-coding-system.
15028
15029 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15030
15031         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15032         of checkdoc.el).
15033         * nnrss.el: do.
15034         * gnus-mlspl.el: do.
15035         * gnus-ml.el: do.
15036         * gnus-srvr.el: do.
15037
15038         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15039
15040 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15041
15042         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15043         Corrections to custom-manual links.
15044
15045         * gnus-art.el (gnus-article): Ditto.
15046
15047         * mm-decode.el (mime-display, mime-security): Ditto.
15048
15049 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15050
15051         * flow-fill.el: Typo.
15052
15053 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15054
15055         * spam-wash.el: New file.
15056
15057 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15058
15059         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15060
15061 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15062
15063         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15064         to be run with new-articles as LIST1, not LIST2.
15065         (spam-registration-functions): Add spam-use-ham-copy as a nil
15066         registration backend.
15067
15068 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15069
15070         * spam-stat.el (spam-stat-washing-hook): New option.
15071         (spam-stat-buffer-words): Use it.
15072         (spam-stat-process-directory, spam-stat-test-directory): Use
15073         insert-file-contents-literally.
15074         (spam-stat-coding-system): New variable.
15075         (spam-stat-load, spam-stat-save): Use it.
15076
15077 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * spam-report.el (spam-report-plug-agent): Quote
15080         spam-report-url-to-file and spam-report-url-ping-plain.
15081
15082 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15085         / in mailto URLs.
15086
15087 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * spam-report.el (spam-report-process-queue): Fix interactive use.
15090         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15091         (spam-report-unplug-agent): Doc fixes.
15092         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15093         (spam-report-agentize, spam-report-deagentize): Autoload.
15094
15095 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15098
15099         * message.el (message-setup-fill-variables): Add mml tags to
15100         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15101         <ajk@iu.edu>.
15102         (message-mode): Don't modify paragraph-separate there.
15103
15104 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * compface.el (uncompface-use-external): Default to undecided.
15107         (uncompface-use-external-threshold): New variable.
15108         (uncompface-float-time): New macro.
15109         (uncompface): Determine whether to use the external decoder if
15110         uncompface-use-external is undecided.
15111
15112 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15113
15114         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15115         after images.
15116
15117         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15118
15119 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15120
15121         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15122
15123         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15124
15125         * gnus-sum.el (gnus-summary-limit-to-age)
15126         (gnus-summary-limit-children): do.
15127
15128         * gnus-int.el (gnus-request-scan): do.
15129
15130         * gnus-group.el (gnus-group-suspend): do.
15131
15132         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15133
15134         * gnus-cite.el (gnus-cite-parse-attributions): do.
15135
15136         * gnus-agent.el (gnus-summary-set-agent-mark)
15137         (gnus-agent-regenerate-group): do.
15138
15139         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15140
15141         * binhex.el (binhex-decode-region-internal): do.
15142
15143 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * gnus-fun.el (gnus-face-properties-alist): New user option.
15146         (gnus-display-x-face-in-from): Use it.
15147
15148         * gnus-art.el (article-display-face): Ditto.
15149
15150         * compface.el (uncompface-use-external): Default to nil.
15151
15152 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15153
15154         * nntp.el (nntp-erase-buffer): New function.
15155         (nntp-retrieve-data, nntp-send-command)
15156         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15157         (nntp-possibly-change-group): Use it.
15158
15159         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15160         with-current-buffer.
15161
15162 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15163
15164         * compface.el: Merge the ELisp-based uncompface program.
15165         (compface): New customization group.
15166         (uncompface-use-external): New user option.
15167         (uncompface): Call uncompface-internal if uncompface-use-external
15168         is nil.
15169         (uncompface-internal): New function.  Note that there are also
15170         some other functions and variables added for this function.
15171
15172 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15173
15174         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15175         if necessary.
15176
15177 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15178
15179         * spam-report.el (spam-report-unplug-agent)
15180         (spam-report-plug-agent, spam-report-deagentize)
15181         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15182         Add support for the Agent in spam-report: when unplugged, report to a
15183         file; when plugged, submit all the requests.
15184
15185         * spam.el (spam-register-routine): Fix message about
15186         registration.
15187
15188 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15189
15190         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15191         dependencies.
15192         (rfc2047-encode): Use it.
15193
15194         * gnus-art.el (gnus-button-marker-list): Move before first
15195         reference.
15196
15197         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15198         (imap-parse-body): Fix format string mismatch.
15199
15200         * gnus-score.el (gnus-summary-increase-score): do.
15201
15202         * nnrss.el (nnrss-close): New function.
15203
15204 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15205
15206         * nnrss.el (nnrss-make-filename): New function.
15207         (nnrss-request-delete-group, nnrss-read-server-data)
15208         (nnrss-save-server-data, nnrss-read-group-data)
15209         (nnrss-save-group-data): Use it.
15210         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15211         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15212         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15213
15214 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15215
15216         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15217
15218 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15219
15220         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15221         files.
15222
15223         * message.el (message-generate-headers-first): Don't quote nil
15224         and t in docstrings.
15225
15226         * imap.el (imap-id): do.
15227
15228         * gnus-agent.el (gnus-agent-consider-all-articles)
15229         (gnus-agent-queue-mail): do.
15230
15231 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * spam-report.el (spam-report-process-queue): New function.
15234         Process requests from `spam-report-requests-file'.
15235         (spam-report-process-queue): Doc fix.
15236
15237 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * spam.el (spam-register-routine)
15240         (spam-log-processing-to-registry, spam-log-registered-p)
15241         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15242         Change "check" to "spam-check" for semi-clarity.
15243
15244 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15245
15246         * pop3.el: Require nnheader.
15247
15248         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15249
15250         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15251
15252         * gnus-picon.el: Require cl.
15253
15254         * gnus-fun.el: Require gnus-ems and gnus-util.
15255
15256         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15257
15258         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15259
15260         * gnus-art.el (gnus-article-edit-mode): Define before first
15261         reference.
15262
15263 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15264
15265         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15266         (gnus-uu-post-encoded): Use point-at-bol.
15267
15268         * gnus-topic.el (gnus-group-active-topic-p): do.
15269
15270         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15271
15272         * gnus-group.el (gnus-group-kill-region): do.
15273
15274         * gnus-art.el (article-date-ut): do.
15275
15276         * message.el (message-fetch-field): Remove redundant
15277         case-fold-search binding.
15278         (message-narrow-to-field): Simplify.
15279
15280 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * spam.el (spam-directory): Derive from `gnus-directory'.
15283
15284         * spam-report.el (spam-report-url-to-file)
15285         (spam-report-requests-file): New function and variable for offline
15286         reporting.
15287         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15288         and user defined function.
15289         (spam-report-url-ping-mm-url): Remove doubled slash.
15290
15291 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15292
15293         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15294
15295 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15296
15297         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15298         format string mismatch.
15299
15300         * sieve.el (sieve-deactivate-all): do.
15301
15302         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15303
15304         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15305
15306         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15307
15308         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15309
15310 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15311
15312         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15313         the list of checks.
15314
15315 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15316
15317         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15318         padding.
15319
15320 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15321
15322         * mm-view.el (mm-fill-flowed): New variable.
15323         (mm-inline-text): Use it.
15324
15325 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15326
15327         * spam.el (spam-spamassassin-register-ham-routine)
15328         (spam-spamassassin-register-spam-routine): Fix function names.
15329
15330 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * gnus.el (gnus-tmp-grouplens): Remove.
15333         (gnus-summary-line-format): Remove grouplens.
15334
15335         * gnus-group.el (gnus-group-line-format): Ditto.
15336
15337         * gnus-spec.el (gnus-format-specs): Ditto.
15338         (gnus-update-format-specifications): Flush the group format spec
15339         cache if there's the grouplens stuff.
15340         (gnus-parse-simple-format): Replace %l with the empty string.
15341
15342 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15343
15344         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15345         omission.
15346
15347 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15350         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15351
15352 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15353
15354         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15355         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15356         New macros and functions.
15357         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15358         Handle > NLINK_MAX messages.
15359         * nnmaildir.el (nnmaildir-request-set-mark): Use
15360         nnmaildir--emlink-p and nnmaildir--eexist-p.
15361
15362 2004-01-25  Alex Schroeder  <alex@gnu.org>
15363
15364         * spam-stat.el (spam-stat-process-directory-age): New option.
15365         (spam-stat-process-directory): Use it.
15366
15367 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15368
15369         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15370         (spam-stat-save): Accept prefix argument.
15371
15372 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15373
15374         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15375         links" error.
15376
15377 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15380         the rest of the and/or forms.
15381
15382 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15383
15384         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15385         compatibility with old .newsrc.eld files.
15386
15387         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15388
15389         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15390
15391         * gnus-start.el (gnus-1): do.
15392
15393         * gnus-group.el (gnus-group-line-format-alist): do.
15394
15395         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15396
15397         * gnus-gl.el: Remove.
15398
15399 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15400
15401         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15402         marks consisting of a single range {for example, (3 . 5)} rather
15403         than a list of a single range { ((3 . 5)) }.
15404
15405 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15406
15407         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15408         with-current-buffer.
15409         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15410         avoid consing a string.
15411
15412         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15413         Remove obsolete entries for big5 and gb2312.
15414
15415 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15416
15417         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15418         uncompressed list.
15419
15420 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15421
15422         * spam-stat.el (spam-stat-strip-xref): New function.
15423         (spam-stat-process-directory): Use it.
15424
15425         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15426         here -- it's done in message-fetch-field.
15427
15428 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15429
15430         * gnus-agent.el (gnus-agent-queue-mail)
15431         (gnus-agent-prompt-send-queue): New variables.
15432         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15433         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15434         "nndraft:queue" along to gnus-draft-send.  Use
15435         gnus-agent-prompt-send-queue.
15436         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15437         is "nndraft:queue".  Suggested by Gaute Strokkenes
15438         <gs234@srcf.ucam.org>
15439
15440         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15441         (agent-enable-undownloaded-faces): Added.
15442         (gnus-agent-cat-groups): Use eval-and-compile, not
15443         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15444         method of gnus-agent-cat-groups even when the buffer has been
15445         evaled.
15446         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15447         delete gnus-agent-save-active-1.
15448         (gnus-agent-save-groups): Deleted.  Identical to
15449         gnus-agent-save-active.
15450         (gnus-agent-write-active): No longer adjust agent's copy of active
15451         file as agent's adjustments are now stored in their own
15452         file.  Removed optional parameter.
15453         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15454         servers.  Add use of min/max range limits from server's local
15455         file.
15456         (gnus-agent-save-alist): Removed unused optional argument.
15457         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15458         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15459         (gnus-agent-set-local): A per-server file that keeps min/max range
15460         limits for articles known to the agent.  Provides a fast mechanism
15461         for altering many active ranges.
15462         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15463         active file (local makes it unnecessary).
15464         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15465
15466         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15467         (agent-enable-undownloaded-faces): Added.
15468
15469         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15470         disable it when sending to "nndraft:queue".
15471         (gnus-group-send-queue): Add safety check to avoid sending queue
15472         when unplugged.
15473
15474         * gnus-group.el (gnus-group-catchup): Use new
15475         gnus-sequence-of-unread-articles, not
15476         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15477         numbers of articles.  Use gnus-range-map to avoid having to
15478         uncompress the unread list.
15479         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15480         Fixed invalid ange-ftp reference.
15481
15482         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15483         (gnus-sorted-range-intersection): Intersection of two ranges
15484         without requiring that they first be uncompressed.
15485
15486         * gnus-start.el (gnus-activate-group): Unless blocked by the
15487         caller, possibly expand the active range to include both cached
15488         and agentized articles.
15489         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15490         multiple version-dependent converters.
15491         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15492         gnus-agent-save-active.
15493         (gnus-save-newsrc-file): Save dirty agent range limits.
15494
15495         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15496         gnus-agent-possibly-alter-active.
15497         (gnus-adjust-marked-articles): Faster handling of simple lists.
15498
15499 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15500
15501         * spam-stat.el (spam-stat-test-directory): New optional argument
15502         displays a list of files detected.  Suggested by Andrew Cohen
15503         <cohen@andy.bu.edu>.
15504         (spam-stat-buffer-words-with-scores): Don't narrow and change
15505         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15506
15507 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15508
15509         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15510         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15511         (spam-spamassassin-arguments)
15512         (spam-spamassassin-spam-flag-header)
15513         (spam-spamassassin-positive-spam-flag-header)
15514         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15515         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15516         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15517         (spam-list-of-processors, spam-list-of-checks)
15518         (spam-list-of-statistical-checks, spam-registration-functions)
15519         (spam-check-spamassassin-headers, spam-check-spamassassin)
15520         (spam-spamassassin-score)
15521         (spam-spamassassin-register-with-sa-learn)
15522         (spam-spamassassin-register-spam-routine)
15523         (spam-spamassassin-register-ham-routine)
15524         (spam-assassin-register-spam-routine)
15525         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15526         (spam-bogofilter-score): Fix to show article before scoring.
15527
15528 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15529
15530         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15531         default scoring function.
15532         (spam-generic-score): Call spam-spamassassin-score if
15533         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15534         spam-bogofilter-score otherwise.
15535
15536         * gnus.el (spam-process, spam-autodetect-methods): Add
15537         spamassassin and spamassassin-headers.
15538
15539 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15540
15541         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15542         Suppress unnecessary messages.
15543
15544 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15545
15546         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15547         make-hash-table.
15548
15549 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * canlock.el (base64-encode-string): Don't autoload it.
15552
15553 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * run-at-time.el: Remove useless (require 'itimer),
15556         eval-and-compile and (featurep 'xemacs).
15557
15558 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15559
15560         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15561         GROUP is a virtual group.
15562
15563 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15564
15565         * gnus.el: Autoload `message-y-or-n-p'.
15566
15567 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15568
15569         * pgg-parse.el: Remove unnecessary (require 'custom).
15570
15571         * pgg-def.el: do.
15572
15573         * nnmail.el: do.
15574
15575         * gnus-undo.el: do.
15576
15577         * gnus-picon.el: do.
15578
15579         * gnus-util.el: do.
15580
15581 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15584
15585 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15588         handle, as well as a list.
15589
15590         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15591         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15592         (mm-w3m-cid-retrieve): Simplify.
15593
15594 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15595
15596         * message.el (message-kill-to-signature): Allow prefix arg to
15597         specify number of lines to keep before signature.
15598
15599 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15600
15601         * message.el (message-kill-to-signature): Change docstring.
15602
15603 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * canlock.el: Always require sha1-el.
15606         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15607
15608         * message.el: Autoload sha1 only when compiling.
15609
15610         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15611         eudc-expand-inline for XEmacs.
15612
15613 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * message.el (message-canlock-generate): Require sha1-el.
15616
15617 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15618
15619         * message.el (message-expand-name): Silence the byte compiler.
15620
15621         * lpath.el: Add detect-coding-system.
15622
15623         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15624         cus-edit.
15625
15626 2004-01-13  Simon Josefsson  <jas@extundo.com>
15627
15628         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15629         Invoke gnus-score-mode.  Reported by
15630         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15631
15632         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15633         Jim Blandy <jimb@redhat.com> (tiny change).
15634
15635 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15636
15637         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15638
15639 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15640
15641         * spam.el (spam-get-article-as-string): Update to use
15642         gnus-request-article-this-buffer, much simpler.
15643         (spam-get-article-as-buffer): Remove.
15644
15645 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15646
15647         * message.el (message-expand-name): Use EUDC if the user uses that.
15648
15649 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15650
15651         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15652         character for the encoding to avoid consing a string.
15653
15654         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15655         unnecessarily.
15656
15657         * mm-util.el (mm-replace-chars-in-string): Remove.
15658
15659         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15660         of mm-replace-chars-in-string.
15661
15662 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15663
15664         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15665
15666         * mm-util.el (mm-subst-char-in-string): Support inplace.
15667
15668         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15669         a new string in every iteration.  Use shy groups.
15670
15671 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15672
15673         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15674         * gnus-soup.el (gnus-soup-group-brew):
15675         * gnus-msg.el (gnus-put-message):
15676         * gnus-move.el (gnus-group-move-group-to-server):
15677         * gnus-kill.el (gnus-batch-score):
15678         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15679         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15680         (gnus-group-update-group, gnus-group-read-group)
15681         (gnus-group-make-group, gnus-group-make-help-group)
15682         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15683         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15684         (gnus-group-sort-by-unread, gnus-group-catchup)
15685         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15686         (gnus-group-yank-group, gnus-group-set-info)
15687         (gnus-group-list-groups):
15688         * gnus.el (gnus-generate-new-group-name):
15689         * gnus-delay.el (gnus-delay-send-queue):
15690         * nnvirtual.el (nnvirtual-catchup-group):
15691         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15692         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15693         (gnus-group-prepare-topics, gnus-topic-check-topology):
15694         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15695         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15696         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15697         (gnus-group-make-articles-read):
15698         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15699         (gnus-group-change-level, gnus-kill-newsgroup)
15700         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15701         (gnus-get-unread-articles, gnus-make-articles-unread)
15702         (gnus-make-ascending-articles-unread): Use accessor
15703         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15704         to get group information for improved readability.
15705
15706
15707 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15708
15709         * gnus-art.el (article-decode-mime-words, article-babel)
15710         (gnus-article-highlight-signature, gnus-article-add-buttons)
15711         (gnus-signature-toggle): Use gnus-with-article-buffer.
15712
15713         * gnus-art.el (gnus-article-highlight-headers)
15714         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15715
15716         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15717         (gnus-article-set-globals, gnus-request-article-this-buffer)
15718         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15719         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15720         (gnus-mime-display-alternative): Use with-current-buffer.
15721
15722 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15723
15724         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15725         also under 80 char limit, and call gnus-error if needed.
15726         (spam-fetch-article-header): Fix - it was a
15727         buffer-local variable (gnus-newsgroup-data).
15728         (spam-find-spam): Use spam-generate-fake-headers, forget about
15729         spam-insert-fake-headers.
15730         (spam-insert-fake-headers): Remove.
15731
15732 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15733
15734         * deuglify.el (gnus-article-outlook-unwrap-lines)
15735         (gnus-outlook-rearrange-article)
15736         (gnus-outlook-repair-attribution-outlook)
15737         (gnus-outlook-repair-attribution-block)
15738         (gnus-outlook-repair-attribution-other): Remove redundant
15739         save-excursion.
15740
15741 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15742
15743         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15744         (spam-fetch-field-subject-fast)
15745         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15746         (spam-fetch-article-header): Add functions to deal with Gnus
15747         internals for fast retrieval of article header data.
15748         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15749
15750 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15751
15752         * pop3.el (pop3-md5): Remove.
15753         (pop3-apop): Replace pop3-md5 with md5.
15754
15755         * mm-bodies.el: base64 is always built-in.
15756
15757         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15758         with-current-buffer.
15759
15760 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * canlock.el (canlock-insert-header): Remove excessive grouping in
15763         regexp.
15764
15765         * gnus-sum.el (gnus-summary-read-document): Ditto.
15766
15767         * gnus-uu.el (gnus-uu-part-number): Ditto.
15768
15769         * html2text.el (html2text-remove-tags): Ditto.
15770         (html2text-format-tags): Ditto.
15771         (html2text-format-single-elements): Ditto.
15772
15773         * mml.el (mml-parse-1): Ditto.
15774
15775 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15776
15777         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15778
15779         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15780
15781         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15782
15783         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15784
15785 2003-11-15  Simon Josefsson  <jas@extundo.com>
15786
15787         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15788         (pgg-gpg-lookup-key): Use regexp match instead of
15789         split-string (split-string is different between emacs 21.2 and
15790         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15791
15792 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15793
15794         * gnus-art.el (gnus-mime-view-all-parts)
15795         (gnus-article-part-wrapper, gnus-article-view-part): Use
15796         with-current-buffer.
15797
15798 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15799
15800         * spam.el (spam-disable-spam-split-during-ham-respool)
15801         (spam-spamoracle-database, spam-cache-lookups)
15802         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15803         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15804         (spam-group-ham-marks, spam-group-spam-marks)
15805         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15806         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15807         also add spam-use-blackholes to the statistical checks.
15808         (spam-fetch-field-fast): Add interface to fetching fields, may
15809         become a macro.
15810         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15811         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15812         (spam-insert-fake-headers): Fake an article when needed.
15813         (spam-find-spam): Fake article when possible.
15814         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15815         (spam-check-bogofilter-headers): Use message-fetch-field instead
15816         of nnmail-fetch-field.
15817
15818 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15821
15822 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15823
15824         * spam.el (spam-split): Do not require spam-use-CHECK to be
15825         enabled if that check is passed to spam-split explicitly; also
15826         fix so 'spam doesn't get converted to spam-split-group when
15827         spam-split-symbolic-return is t.
15828         (spam-find-spam): Find registrations of the article and use those
15829         instead of re-running spam-split to find the spam/ham
15830         classification of the article.
15831         (spam-log-processing-to-registry, spam-log-registered-p)
15832         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15833         Use gnus-error instead of gnus-message.
15834         (spam-log-registration-type): Add function to determine the
15835         classification of a message based on registry entries; will
15836         return nil if both 'spam and 'ham are found.
15837         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15838         a reasonably fast local cache without the loading errors.
15839         (spam-cache-lookups): Set to t by default.
15840         (spam-find-spam): Don't try to guess spam-cache-lookups.
15841         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15842         spam-caches entry.
15843         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15844         caching of whitelist/blacklist entries.
15845         (spam-check-whitelist, spam-check-blacklist): Invoke
15846         spam-from-listed-p with a type, not a cache variable.
15847         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15848
15849 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15852
15853         * nnmail.el (nnmail-split-fancy): do.
15854
15855         * mml.el (mml-parse): do.
15856
15857         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15858         (gnus-score-adaptive): do.
15859
15860 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15863         (gnus-mime-button-map): Don't set keymap parent.
15864         (gnus-button-ctan-directory-regexp): Use shy grouping.
15865         (gnus-prev-page-map): Don't set keymap parent.
15866         (gnus-prev-page-map): Remove duplicated one.
15867         (gnus-next-page-map): Don't set keymap parent.
15868         (gnus-mime-security-button-map): Ditto.
15869
15870         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15871         version number.
15872
15873         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15874
15875 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * canlock.el (canlock-sha1-function): Remove.
15878         (canlock-sha1-function-for-verify): Remove.
15879         (canlock-openssl-program): Remove.
15880         (canlock-openssl-args): Remove.
15881         (canlock-ignore-errors): Remove.
15882         (canlock-sha1-with-openssl): Remove.
15883         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15884         (canlock-verify): Don't use canlock-ignore-errors.
15885
15886         * sha1-el.el (sha1-string-external): Make it can return a string
15887         in binary form.
15888         (sha1-region-external): Ditto.
15889         (sha1-string-internal): Ditto.
15890         (sha1-region-internal): Ditto.
15891         (sha1-region): Ditto.
15892         (sha1-string): Ditto.
15893         (sha1): Ditto.
15894
15895 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15896
15897         * spam.el (spam-report-articles-gmane): New command.
15898
15899 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15902
15903         * run-at-time.el (run-at-time-saved): Remove.
15904         (run-at-time): Doc fix.
15905
15906 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15907
15908         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15909         (gnus-summary-limit-map): Add it.
15910         (gnus-summary-make-menu-bar): do.
15911
15912 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15913
15914         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15915         Make attempt at some caching support (done for BBDB only now).
15916         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15917         addresses to be checked.
15918         (spam-clear-cache-BBDB): Add function, to be invoked by
15919         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15920         (spam-check-BBDB): Check and use the caches, if
15921         spam-cache-lookups is on, remove superfluous (provide).
15922
15923 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15924
15925         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15926
15927 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15928
15929         * run-at-time.el (run-at-time-saved): Move to after the definition
15930         of `run-at-time'.
15931
15932         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15933
15934 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15937         mm-w3m-local-map-property.
15938
15939         * mm-view.el (mm-w3m-mode-map): Remove.
15940         (mm-w3m-local-map-property): Remove.
15941         (mm-inline-text-html-render-with-w3m): Don't use
15942         mm-w3m-local-map-property.
15943
15944 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15945
15946         * run-at-time.el: New file.
15947
15948         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15949         under Emacs.
15950
15951         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15952         of gnus-set-text-properties.
15953
15954         * gnus-uu.el (gnus-uu-save-article): Ditto.
15955
15956         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15957
15958         * gnus-cite.el (gnus-cite-parse): Ditto.
15959
15960         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15961         of gnus-.
15962
15963         * gnus-xmas.el (run-at-time): Require run-at-time.
15964
15965         * gnus.el: Changed calls to nnheader-run-at-time and
15966         password-run-at-time throughout to use run-at-time directly.
15967
15968         * password.el: Removed definition of run-at-time.
15969
15970         * nnheaderxm.el: Remove definition of run-at-time.
15971
15972 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15973
15974         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15975         in prompt.
15976
15977 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15978
15979         * messagexmas.el (message-xmas-redefine): Alias
15980         `message-make-caesar-translation-table' to
15981         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15982         version.
15983
15984         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15985         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15986         `gnus-xmas-set-text-properties'.
15987         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15988         `gnus-xmas-completing-read'.
15989         (gnus-xmas-completing-read): Removed.
15990         (gnus-xmas-open-network-stream): Removed.
15991
15992         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15993         XEmacs version.
15994
15995         * dns.el (dns-make-network-process): Use `open-network-stream'
15996         instead of `gnus-xmas-open-network-stream'.
15997
15998         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15999
16000         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16001
16002 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * gnus-art.el (gnus-mime-display-alternative)
16005         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16006         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16007         Don't use gnus-local-map-property.
16008
16009         * gnus-util.el (gnus-local-map-property): Remove.
16010
16011         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16012         gnus-completing-read-maybe-default with completing-read.
16013
16014         * gnus-util.el (gnus-completing-read): do.
16015         (gnus-completing-read-maybe-default): Remove.
16016
16017 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16018
16019         * password.el: Only autoload `run-at-time' if not XEmacs.
16020         Only autoload the itimer functions if XEmacs.
16021
16022 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16025         XEmacsen.
16026
16027         * dgnushack.el: Autoload executable-find for XEmacs.
16028
16029 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16030
16031         * gnus-art.el (gnus-read-string): Remove.
16032         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16033         read-string.
16034
16035 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16036
16037         * netrc.el: Autoload password-read.
16038         (netrc): Add configuration group.
16039         (netrc-encoding-method, netrc-openssl-path): Add
16040         variables for encoding and decoding of files with symmetric
16041         ciphers.
16042         (netrc-encode): Add assistant function to encode a file with
16043         netrc-encoding-method.
16044         (netrc-parse): Add interactive parameter, added optional
16045         decoding if netrc-encoding-method is non-nil but otherwise
16046         behavior is standard.
16047         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16048         Do s/encode/encrypt/ everywhere.
16049
16050         * spam.el: Remove executable-find autoload.
16051
16052 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16053
16054         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16055
16056         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16057
16058 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-art.el (gnus-treat-ansi-sequences)
16061         (article-treat-ansi-sequences): New variable and function.
16062         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16063
16064         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16065         Use it.
16066
16067 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16068
16069         * mm-util.el (mm-quote-arg): Remove.
16070
16071         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16072         shell-quote-argument.
16073
16074         * gnus-uu.el (gnus-uu-command): do.
16075
16076         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16077
16078         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16079         with make-char.
16080
16081         * mm-util.el (mm-make-char): Remove.
16082
16083         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16084         add-minor-mode.
16085
16086         * gnus-undo.el (gnus-undo-mode): do.
16087
16088         * gnus-topic.el (gnus-topic-mode): do.
16089
16090         * gnus-sum.el (gnus-dead-summary-mode): do.
16091
16092         * gnus-start.el (gnus-slave-mode): do.
16093
16094         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16095
16096         * gnus-ml.el (gnus-mailing-list-mode): do.
16097
16098         * gnus-gl.el (gnus-grouplens-mode): do.
16099
16100         * gnus-draft.el (gnus-draft-mode): do.
16101
16102         * gnus-dired.el (gnus-dired-mode): do.
16103
16104         * gnus-ems.el (gnus-add-minor-mode): Remove.
16105
16106         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16107         Replace gnus-char-width with char-width.
16108
16109         * gnus-ems.el (gnus-char-width): Remove.
16110
16111         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16112         Replace gnus-char-width with char-width.
16113
16114         * gnus-ems.el (gnus-char-width): Remove.
16115
16116         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16117         definition.
16118         Remove Emacs 20 hash table compatibility code.
16119
16120         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16121         20 compatibility code.
16122
16123         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16124
16125         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16126
16127         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16128         with point-at-{eol,bol}.
16129
16130         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16131
16132         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16133
16134         * flow-fill.el (fill-flowed-point-at-bol)
16135         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16136
16137         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16138         Replace with point-at-{eol,bol} throughout all files.
16139
16140 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * ntlm.el (ntlm-string-as-unibyte): New macro.
16143         (ntlm-build-auth-response): Use it.
16144
16145         Remove Emacs 20 stuff:
16146         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16147         (butlast, mapc, remove): Remove the compiler macros.
16148         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16149         of delq and copy-sequence.
16150         * gnus-art.el (popup-menu): Remove the compiler macro.
16151         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16152         Emacs 20.
16153
16154 2004-01-05  Simon Josefsson  <jas@extundo.com>
16155
16156         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16157         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16158         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16159         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16160         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16161         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16162         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16163         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16164         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16165         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16166         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16167         string-xor into ntlm-string-xor.  Suggested by
16168         Jesper Harder <harder@myrealbox.com>.
16169
16170         * ntlm.el: Don't include poem.
16171
16172         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16173         Jesper Harder <harder@myrealbox.com>.
16174
16175         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16176
16177         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16178         probably breaks emacs with DL patch, but do we care? Is anyone
16179         still using the DL stuff?)
16180
16181         * sieve-manage.el: Use the password package.
16182         (sieve-manage-read-passwd): Remove.
16183         (sieve-manage-interactive-login): Use password.  Re-add
16184         condition-case around loop.
16185
16186         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16187         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16188         the password package.
16189
16190 2003-02-19  Simon Josefsson  <jas@extundo.com>
16191
16192         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16193         token.
16194
16195 2002-08-07  Simon Josefsson  <jas@extundo.com>
16196
16197         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16198         (sieve-manage-authenticators):
16199         (sieve-manage-authenticator-alist): Add some SASL mechs.
16200         (sieve-sasl-auth): New function.
16201         (sieve-manage-cram-md5-auth):
16202         (sieve-manage-plain-auth): Rewrite using SASL library.
16203         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16204         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16205         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16206         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16207
16208 2004-01-05  Simon Josefsson  <jas@extundo.com>
16209
16210         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16211         New files.
16212
16213 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16214
16215         * gnus-group.el (gnus-no-groups-message): Update.
16216
16217         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16218
16219 2003-11-09  Simon Josefsson  <jas@extundo.com>
16220
16221         * imap.el: Support for ID IMAP extension (RFC 2971).
16222         (imap-local-variables): Add imap-id.
16223         (imap-id): New variable.
16224         (imap-id): New function.
16225         (imap-parse-response): Parse untagged ID response.
16226         * nnimap.el (nnimap-id): New variable.
16227         (nnimap-open-connection): Use it.
16228
16229 2003-12-28  Simon Josefsson  <jas@extundo.com>
16230
16231         * gnus-score.el (gnus-score-edit-all-score): New.
16232         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16233
16234 2004-01-04  Simon Josefsson  <jas@extundo.com>
16235
16236         * password.el: Add.
16237
16238 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16239
16240         * dns.el (dns-query-types): Fix typo.
16241         (dns-query-types): New function.
16242         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16243         PTR and SOA replies, see RFC 1035.
16244
16245 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246
16247         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16248
16249         * Moved to Changelog.2.
16250
16251 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16252
16253         * gnus.el (gnus-version-number): Bump version.
16254
16255 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16256
16257         * gnus.el: No Gnus v0.1 is released.
16258
16259 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16260
16261         * gnus.el: No Gnus v0.0 is released.
16262
16263 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16264
16265         * gnus.el (gnus-version-number): Bump.
16266         (gnus-version): No.
16267
16268 See ChangeLog.2 for earlier changes.
16269
16270     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16271       Free Software Foundation, Inc.
16272
16273   This file is part of GNU Emacs.
16274
16275   GNU Emacs is free software: you can redistribute it and/or modify
16276   it under the terms of the GNU General Public License as published by
16277   the Free Software Foundation, either version 3 of the License, or
16278   (at your option) any later version.
16279
16280   GNU Emacs is distributed in the hope that it will be useful,
16281   but WITHOUT ANY WARRANTY; without even the implied warranty of
16282   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16283   GNU General Public License for more details.
16284
16285   You should have received a copy of the GNU General Public License
16286   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16287
16288 ;; Local Variables:
16289 ;; coding: utf-8
16290 ;; fill-column: 79
16291 ;; add-log-time-zone-rule: t
16292 ;; End: