feb31afdfd1ce61c0da667378207ceaa4aff77b2
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4         to nil, so that no methods are automatically agentized.  I think this
5         is probably what most users want.
6
7         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8         from url-retrieve, for instance about invalid URLs.
9
10         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11         groups that have no articles.
12         (nnimap-request-article): Check that we really got an article when we
13         requested one.
14
15         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
16         doesn't exist.
17
18         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
19         nntp buffer so the agent can save it.
20         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
21         that CRLF doesn't get translated to \n.
22         (nnimap-open-connection): Don't make 'shell commands only send \n.
23
24 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25
26         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
27         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
28         Update var name.
29         (nnml-generate-nov-file): Use dolist.
30         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
31         Use with-current-buffer.
32
33 2010-09-18  Julien Danjou  <julien@danjou.info>
34
35         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
36         parallel.
37
38 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * nnimap.el (nnimap-update-info): When doing partial marks update, get
41         the range update right.
42         (nnimap-request-group): Don't make `M-g' bug out on group with no
43         marks.
44         (nnoo): Required, so that other packages can require nnimap.
45         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
46         command we're looking for.  This helps when the server sends more
47         responses after we've gotten everything we expected.
48         (nnimap): Add a `newlinep' field to keep track of end-of-line
49         conventions.
50         Don't send CRLF to things that don't want it.
51         (nnimap-request-accept-article): Ditto.
52
53 2010-09-18  Julien Danjou  <julien@danjou.info>
54
55         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
56         than curl to retrieve images.
57
58 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * nnimap.el (nnimap-update-info): Extend the info so that we can set
61         the marks.
62         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
63         (nnimap-wait-for-connection): New function.
64         (nnimap-open-connection): If we have PREAUTH, don't query for login
65         credentials.
66         (nnimap-update-info): Fix off-by-one error when concatenating ranges
67         when doing a partial update.
68
69 2010-09-18  Julien Danjou  <julien@danjou.info>
70
71         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
72         tags.
73
74 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * nnimap.el (nnimap-credentials): New function.
77         (nnimap-open-connection): Use the new function to look for credentials
78         also on the numeric equivalents of "imap" and "imaps".
79
80         * gnus-start.el (gnus-activate-group): Send the info to
81         gnus-request-group.
82
83         * nnimap.el (nnimap-request-group): Have the "check" version of the
84         function parse flags and update the info, so that a `M-g' get a total
85         resync of all flags from the group.
86
87         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
88         to allow backends to alter the info on group selection.  Also alter all
89         the backend -request-group functions to take the parameter.
90
91         * nnimap.el (nnimap-store-info): New function.
92         (nnimap-update-info): Store the info for later usage.
93         (nnimap-request-group): Use the stored info for the dont-check case, so
94         that we don't retrieve all marks when we enter a group.
95
96         * nnimap.el: Use deffoo instead of defun for interface functions.
97
98         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
99         update the group info.  This makes the nndraft groups, for instance, go
100         back to their old behaviour.
101
102         * gnus-sum.el (gnus-select-newsgroup): Indent.
103
104         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
105         in.
106         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
107         nothing.
108
109         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
110         from methods that are denied.
111
112         * gnus-int.el (gnus-method-denied-p): New function.
113
114         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
115         store the password instead of netrc.
116         (nnimap-open-connection): Don't error out when we can't make a
117         connections.
118
119         * auth-source.el (auth-source-create): In the password prompt, say what
120         we're querying for.  Also prompt for user name if that hasn't been
121         given.
122
123         * nnimap.el (nnimap-with-process-buffer): Removed.
124
125 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
128         method when we're reading from the agent.
129
130         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
131
132         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
133         that's probably most useful for users.
134
135         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
136         "failed" all the time.
137
138         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
139         ...)) with (with-current-buffer ... ).
140
141         * nntp.el (nntp-open-server): Return whether the open was successful or
142         not.
143
144         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
145         select an unread unseen article first.
146
147         * nnimap.el (nnimap-open-connection): If the user doesn't have a
148         /etc/services, supply some sensible port defaults.
149
150         * dgnushack.el: Define netrc-credentials.
151
152 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
153
154         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
155
156 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
157
158         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
159         doesn't have any parameters.
160
161 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
164         only upcased checks.
165
166         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
167
168         * nnimap.el (nnimap-open-shell-stream): New function.
169         (nnimap-open-connection): Use it.
170         (nnimap-transform-headers): Get the number of lines in each message.
171         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
172         number of lines.
173         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
174         problem.
175
176         * utf7.el (utf7-encode): Autoload.
177
178         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
179         to allow the mail splitting to not return a default group.  This is
180         useful for nnimap, which will leave unmatched mail in the inbox.
181
182         * nnimap.el: Rewritten.
183
184         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
185         nnimap usage.
186
187         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
188         if the move is internal, so that nnimap can do fast internal moves.
189
190         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
191         data.
192         (gnus-read-active-for-groups): Support finishing the early retrieval of
193         data.
194
195         * gnus-range.el (gnus-range-nconcat): New function.
196
197         * gnus-int.el (gnus-finish-retrieve-group-infos)
198         (gnus-retrieve-group-data-early): New functions.
199
200 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
201
202         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
203         (nnrss-retrieve-groups):
204         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
205         (pop3-quit): Use with-current-buffer.
206
207 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
210         instead of nnheader-accept-process-output.
211
212         * dgnushack.el (dgnushack-compile): Add comment.
213
214         * lpath.el: No need to fbind propertize for XEmacs 21.4.
215
216         * gnus-html.el (gnus-html-schedule-image-fetching)
217         (gnus-html-prefetch-images): Replace process-kill-without-query by
218         gnus-set-process-query-on-exit-flag.
219
220 2010-09-16  Romain Francoise  <romain@orebokech.com>
221
222         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
223
224 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-registry.el (gnus-registry-install-shortcuts): The second
227         parameter to unintern is mandatory-ish in Emacs 24.
228
229         * gnus-html.el (gnus-html-schedule-image-fetching)
230         (gnus-html-prefetch-images): Check for curl before using it.
231
232         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
233         depend on curl, which isn't essential.
234
235         * imap.el: Revert back to version
236         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
237         seem problematic.
238
239 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
240
241         * gnus-registry.el (gnus-registry-install-shortcuts):
242         Explicitly pass `obarray' to `unintern' to avoid a warning.
243
244 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
247         change.
248
249         * nnrss.el (nnrss-request-list): Removed this function and related
250         functions, including the moreover stuff.
251
252 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * nnrss.el (nnrss-retrieve-groups): New function.
255
256 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
257
258         * .dir-locals.el: Add no-byte-compile cookie.
259
260 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * time-date.el (format-seconds): Comment fix.
263
264         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
265         for back end that doesn't support request-scan.
266
267 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
270         then do request scans from the backends.
271
272         * netrc.el (netrc-credentials): New conveniency function.
273
274         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
275         avoid running a hook per line, since this takes a lot of time,
276         profiling shows.
277         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
278         directly if gnus-visual-p is true.
279
280 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
283         groups; replace mapcar with dolist which is a bit faster; pass groups
284         info to gnus-read-active-file-1.
285         (gnus-read-active-file-1): Scan only specified groups if the new
286         optional arg `infos' is given.
287
288 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
291
292         * pop3.el (pop3-movemail): Removed.
293         (pop3-streaming-movemail): Renamed to pop3-movemail.
294
295         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
296         don't restrict end-tag searches to the end of the line.
297
298 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
301         articles of every unchecked group to t, which means unknown since the
302         server has never been opened.
303
304 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-html.el (gnus-html-show-alt-text): New command.
307         (gnus-html-browse-image): Ditto.
308         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
309         to browse the image directly.
310         (gnus-html-wash-tags): Search for images first, so that <a><img> works
311         better.
312
313         * gnus-async.el (gnus-async-article-callback): Call
314         `gnus-html-prefetch-images' unconditionally.
315
316         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
317         before feeding URLs to curl.
318
319 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
322         internal images as deletable by `W D D'.
323
324         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
325         (gnus-async-article-callback): Fix typo.
326
327 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
330         current line to work around bugs in the output from w3m.
331
332         * gnus-async.el (gnus-async-article-callback): Always prefetch images
333         for groups that want that.
334
335         * nntp.el (nntp-wait-for-string): Supply a timeout for
336         accept-process-output to ensure progress.
337
338         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
339         level to get unread articles from, then use that for foreign groups,
340         too.
341
342         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
343         confuses the rest of the function.
344
345         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
346         for the methods that support -retrieve-groups, too.
347
348         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
349
350 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
353         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
354
355         * pop3.el: Require cl when compiling.
356         (pop3-number-of-responses): Search for "+OK", not "+OK ".
357
358 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
361         that aren't going to be activated.
362         (gnus-get-unread-articles): Fix up the last commit.
363
364         * gnus-html.el (gnus-article-html): Allow calling without specifying
365         the handle.  In that case, dissect the buffer first.
366
367         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
368
369         * nnimap.el (nnimap-open-connection): Revert the change that would look
370         into authinfo for imaps instead of imap.
371
372         * gnus-start.el (gnus-activate-group): Take an optional parameter to
373         say that you don't want to call gnus-request-group with don-check, but
374         do check the reponse.  This is for virtual groups only.
375         (gnus-get-unread-articles): Count the archive groups as secondary, so
376         that they're activated the same way as before.
377
378         * imap.el (imap-message-map): Removed optional buffer parameter, since
379         no callers use it.
380         (imap-message-get): Ditto.
381         (imap-message-put): Ditto.
382         (imap-mailbox-map): Ditto.
383         (imap-mailbox-put): Ditto.
384         (imap-mailbox-get): Ditto.
385         (imap-mailbox-get): Revert last change for this function.
386
387         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
388         case-insensitively.
389         (nnimap-debug): Removed.
390
391         * imap.el (imap-fetch-safe): Removed function, and altered all callers
392         to use `imap-fetch' instead.  According to the comments, this should be
393         safe, since all other IMAP clients use the 1:* syntax.
394         (imap-enable-exchange-bug-workaround): Removed.
395         (imap-debug): Removed -- doesn't seem very useful.
396
397         * mail-source.el (mail-source-fetch): Don't message if we're fetching
398         mail from a file, and the file doesn't exist.
399
400         * imap.el (imap-log): New convenience function used throughout instead
401         of repeating the same code all over the place.
402
403         * pop3.el (pop3-streaming-movemail): Return t for success.
404
405         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
406         .authinfo if we're using ssl connection.
407
408         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
409         already have if we're in a main Gnus `g' run.
410
411         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
412
413 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
416
417         * nnmh.el (nnmh-request-list-1): Bind `file'.
418
419         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
420         alias to set-process-query-on-exit-flag or process-kill-without-query.
421         (pop3-open-server): Use it.
422
423 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * mail-source.el (mail-source-delete-crash-box): Always move the crash
426         box to the Incoming file.  Fixes mistake in previous checkin.
427
428         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
429         request loop (for debugging purposes) removed.
430
431         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
432         culprit is more visible.
433         (nnml-save-incremental-nov, nnml-open-incremental-nov)
434         (nnml-add-incremental-nov): New functions to do "incremental" nov
435         updates, where we just append to the end of the existing nov files
436         without reading/writing them in full.
437
438         * mail-source.el (mail-source-delete-crash-box): Really only check the
439         incoming files once in a while.
440
441         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
442
443         * mail-source.el (mail-source-delete-crash-box): Only check the
444         incoming files for deletion once per day to save a lot of file
445         accesses.
446
447         * pop3.el (pop3-logon): Fix up unbound variable typo.
448
449         * mail-source.el (pop3-streaming-movemail): Autoload.
450
451         * pop3.el (pop3-streaming-movemail): Respect
452         pop3-leave-mail-on-server.
453
454         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
455         retrieval.
456
457         * pop3.el (pop3-process-filter): Removed unused function.
458         (pop3-streaming-movemail, pop3-send-streaming-command)
459         (pop3-wait-for-messages, pop3-write-to-file)
460         (pop3-number-of-responses): New functions for streaming pop3
461         retrieval.
462
463         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
464         come from no known methods.
465         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
466         list.
467
468         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
469         message sizes.
470         (pop3-movemail): Use erase-buffer instead of looping and deleting
471         regions, which seems rather odd.
472
473         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
474         file once per `g' run.
475
476         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
477         directories.  This makes the draft queue directory work.
478
479         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
480         data from the backends, so that we only request the list of groups from
481         each method once.  This should speed things up considerably.
482
483         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
484         detect that it's not implemented.
485
486         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
487         we actually do recurse down into the tree, but don't stat all leaf
488         nodes.
489
490         * gnus-html.el (gnus-html-show-images): If there are no images to show,
491         then say so instead of bugging out.
492
493         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
494         files exist before trying to read them.
495
496         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
497         around <pre_int>.
498
499         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
500
501         * nnmh.el (nnmh-request-list-1): Optimize for speed.
502
503 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * mm-util.el (mm-image-load-path): Just return the image directories,
506         not all directories in the path in addition to the image directories.
507         (mm-image-load-path): Maintain a cache of the image directories so that
508         the `g' command in Gnus doesn't have to stat dozens of directories each
509         time.
510
511         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
512         (gnus-html-wash-tags): Add a new `i' command to insert images.
513         (gnus-html-insert-image): New command and keystroke.
514         (gnus-html-redisplay-with-images): New command and keystroke.
515         (gnus-html-show-images): Renamed command.
516         (gnus-html-wash-tags): Remove more white space before <pre_int> image
517         spacers.
518         (gnus-html-wash-tags): Decode entities at the end, so that entities
519         inside the tags don't mess up the rest of the "parsing".
520
521         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
522         so that nnimap methods aren't agentized by default.  There's apparently
523         many problems related to agent/imap behaviour.
524
525         * gnus-art.el (gnus-article-copy-string): New command and key binding.
526
527         * gnus-html.el: Doc fix.
528
529 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
532         specifier-spec-list for Emacs 21.
533
534         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
535         glyph-width and glyph-height instead of display-graphic-p and
536         image-size; make avoidance of displaying small images work for XEmacs.
537
538         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
539         for XEmacs.
540
541         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
542         of symbol that holds plist data.
543         (gnus-process-plist): Remove plist of process after getting it.
544
545 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * message.el (message-generate-hashcash): Change default to
548         'opportunistic if hashcash is installed.
549
550         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
551         (gnus-html-put-image): Only call image-size once, since it's somewhat
552         time-consuming on remote X servers.
553
554 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
557         type on data, not a file name.
558
559         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
560         window-pixel-edges for Emacs 21.
561
562         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
563         decoded contents.
564         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
565
566 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
569         group line format, since it isn't very interesting.
570
571         * gnus-agent.el (gnus-agent-short-article),
572         (gnus-agent-long-article): Increase values for these two variables,
573         since most people are likely to have more network connection and
574         storage than before.
575
576         * gnus.el (gnus-refer-article-method): Change default to 'current.
577         When referring an article, the common behaviour is to refer it from the
578         current select method, not the native select method.  The chances of
579         the native select method having the message in question is rather slim
580         these days.
581
582         * gnus-sum.el (gnus-auto-select-subject): Change default to
583         `unseen-or-unread'.  I think it's likely that most people want to
584         select an unseen article over a previously seen, but unread one.
585
586         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
587         means that in the article buffer none of the minor mode elements will
588         be shown, usually, and this is not desirable in most cases.
589
590         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
591         that commands like `d' (and the like) go to the next line in the
592         buffer, instead of the next unread article.  I think this is the
593         behaviour that is most natural for most users.
594         (gnus-single-article-buffer): Change default to nil, so that people can
595         have as many article buffers open as they have summary buffer.  I think
596         this is the most natural way for the groups to behave.
597
598         * message.el (message-generate-new-buffers): Change default to
599         `unsent', so that all new message buffers start their names with the
600         string "*unsent", and it's easier to find the buffers if you move from
601         them.
602
603 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
606         small. They're probably tracking images.
607         (gnus-html-wash-tags): Remove all <pre_int> place holders.
608         (gnus-html-rescale-image): Yet another try at getting the image sizing
609         right.
610
611         * nntp.el (nntp-request-set-mark): Refuse to do marks if
612         nntp-marks-file-name is nil.
613
614 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
615
616         * gnus-html.el (gnus-html-wash-tags)
617         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
618         Better logging.
619
620 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
623
624         * gnus-html.el (gnus-html-wash-tags): Check the value of
625         gnus-blocked-images in the summary buffer.
626
627 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
630
631 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
634         like "a", it seems like.
635         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
636         since it needs to be picked from the correct buffer.
637
638         * nnwfm.el: Removed.
639
640         * nnlistserv.el: Removed.
641
642 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
645         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
646
647 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * nnkiboze.el: Removed.
650
651         * nndb.el: Removed.
652
653         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
654         alt text.
655         (gnus-html-rescale-image): Try to get the rescaling logic right for
656         images that are just wide and not tall.
657
658         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
659         overshadow variable bindings.
660
661 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
662
663         * gnus-html.el (gnus-html-wash-tags)
664         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
665         extra logging.
666
667 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
670         (gnus-max-image-proportion): New variable.
671         (gnus-html-rescale-image): New function.
672         (gnus-html-put-image): Rescale images.
673
674 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
675
676         Fix up some byte-compiler warnings.
677         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
678         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
679         (gnus-article-fill-cited-article, gnus-article-hide-citation)
680         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
681         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
682         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
683         (gnus-group-update-group): Use save-excursion and with-current-buffer.
684
685 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-html.el (gnus-article-html): Decode contents by charset.
688
689 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
692         (gnus-html-frame-width, gnus-blocked-images)
693         * message.el (message-prune-recipient-rules): Add custom version.
694         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
695
696         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
697         functions.
698
699         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
700         gnus-process-get.
701
702 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
703
704         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
705         instead of lsub directly.
706
707 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * nnwarchive.el: Removed.
710
711         * gnus-soup.el: Removed.
712
713         * nnsoup.el: Removed.
714
715         * nnultimate.el: Removed.
716
717         * gnus-html.el (gnus-blocked-images): New variable.
718
719         * message.el (message-prune-recipients): New function.
720         (message-prune-recipient-rules): New variable.
721
722         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
723         guess whether a long line is natural text or not.
724
725         * gnus-html.el (gnus-html-schedule-image-fetching): Use
726         gnus-process-plist and friends for compatibility.
727
728 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
729
730         * gnus-html.el: Require packages that define macros used in this file.
731         (gnus-article-mouse-face): Declare to silence byte-compiler.
732         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
733         process-get.
734         (gnus-html-put-image): Use plist-get to avoid getf.
735         (gnus-html-prefetch-images): Use with-current-buffer.
736
737 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-ems.el: Provide compatibility functions for
740         gnus-set-process-plist.
741
742         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
743         header-line-format for XEmacs 21.4.
744
745         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
746         * gnus.el (gnus-valid-select-methods)
747         * message.el (message-send-mail-partially-limit)
748         * mm-decode.el (mm-text-html-renderer)
749         * mml.el (mml-insert-mime-headers-always)
750         * smiley.el (smiley-regexp-alist): Bump custom version.
751
752 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus-html.el: require mm-url.
755         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
756         with the url to `url'.
757         (gnus-html-wash-tags): Support cid: URLs/images.
758
759 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
762         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
763         bindings, as they aren't useful at all. `w' is moved to `W w'.
764
765         * gnus-move.el: Removed file, since it doesn't really work.
766
767         * gnus-html.el (gnus-article-html): Tell w3m that the input is
768         UTF-8. This seems to fix problems with some German web feeds.
769
770         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
771         at the top so that the proper colours are applied.
772
773         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
774         don't have dots in their names.
775
776         * gnus-art.el (gnus-article-view-part): Doc fix.
777
778         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
779         XEmacs-compatible.
780         (gnus-html-put-image): Don't do images on non-graphic displays.
781
782         * nnslashdot.el: Removed this unused backend.
783
784         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
785         actions.
786         (gnus-undo-register-1): Revert last change.
787
788         * gnus-group.el (gnus-group-completing-read): Protect against not
789         having completion-styles bound.
790
791         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
792         make broken recipients happier.
793
794         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
795
796         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
797         point parameter.
798
799         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
800
801         * gnus-group.el (gnus-group-completing-read): Add 'substring to
802         completion-styles for group selection.
803
804 2009-02-04  Andreas Schwab  <schwab@suse.de>
805
806         * gnus-score.el (gnus-score-string): Fix regex for matching extra
807         headers and regexp-quote the match if necessary.
808
809 2009-03-24  Miles Bader  <miles@gnu.org>
810
811         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
812         the blinking smiley.
813
814 2009-03-24  Simon Josefsson  <simon@josefsson.org>
815
816         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
817         blink smiley.
818
819 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
822         where the dribbel file lives exists.
823
824         * message.el (message-send-mail-partially-limit): Change the default to
825         nil, since most people don't want this.
826
827         * mm-url.el (mm-url-decode-entities): Also decode entities like
828         &#x3212.
829
830 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
831
832         * gnus-sum.el (gnus-summary-idna-message):
833         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
834         Hyperlink urls in docstrings with URL `...'.
835
836 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
837
838         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
839         functions.
840
841 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
844         say what the mouseover text should be.
845
846         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
847         version of the mm-w3m-safe-url-regexp variable to only download images
848         in the groups where we want that to happen.
849
850         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
851
852         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
853         easier debugging.
854         (gnus-article-beginning-of-window): Add kludge to allow spacing past
855         big pictures in the article buffer.
856
857         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
858         gnus-article-html.
859         (mm-text-html-renderer): gnus-article-html needs curl in addition to
860         w3m.
861
862         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
863
864 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
867         which doesn't exist.
868
869         * message.el (message-inhibit-ecomplete): New variable to allow some
870         function to inhibit ecomplete address storage.
871         (message-resend): Disable ecomplete message storage when resending
872         messages.
873
874         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
875
876 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
879         Save excursion while copying, moving, and deleting articles in order to
880         prevent the cursor from jumping to unforeseen place.
881
882 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * lpath.el: No need to bind bookmark-current-buffer,
885         bookmark-yank-point and bookmark-make-record-function.
886
887 2010-08-17  Glenn Morris  <rgm@gnu.org>
888
889         * gnus-sync.el: Require gnus components whose functions are used.
890
891         * gnus-art.el (bookmark-make-record-function):
892         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
893         Declare for compiler.
894
895         * mm-url.el (mml-compute-boundary): Autoload.
896
897 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
900
901 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
902
903         Typo fix "hoo4a" -> "hook".
904
905         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
906
907 2010-08-14  Glenn Morris  <rgm@gnu.org>
908
909         * gnus-sync.el (gnus-sync): Fix defgroup version.
910
911 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
912
913         Doc fixes and keep unknown groups (ammended for nunion bug fix).
914
915         * gnus-sync.el: Fix docs.
916         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
917         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
918
919 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
920
921         Optimizations for gnus-sync.el.
922
923         * gnus-sync.el: Add docs about gnus-sync-backend
924         possibilities.
925         (gnus-sync-save): Remove unnecessary message.
926         (gnus-sync-read): Optimize and show what groups were skipped.
927
928 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
929
930         Minor bug fixes for gnus-sync.el.
931
932         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
933         read the sync on get-new-news.
934
935         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
936         quiet.
937
938         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
939
940 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
941
942         Make saving and restoring of hidden threads work with overlays.
943         Patch applied by Ted Zlatanov.
944
945         * gnus-sum.el (gnus-hidden-threads-configuration)
946         (gnus-restore-hidden-threads-configuration): Update to deal with text
947         properties, rather than searching for a magic character.
948
949 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
950
951         New gnus-sync.el library for synchronization of marks.
952
953         * gnus-sync.el: New library for synchronization of marks.
954
955         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
956         renamed from `gnus-registry-grep-in-list'.
957
958         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
959
960         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
961
962 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
965         determining charset of text fails.
966
967 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * nnmail.el (nnmail-get-new-mail-1): Revert.
970
971         * nnml.el (nnml-active-number): Make sure names of newly created groups
972         in nnml-group-alist are encoded.
973
974 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
977         containing non-ASCII characters in active file for nnml back end.
978
979 2010-07-24  David Engster  <dengste@eml.cc>
980
981         * mml-smime.el (mml-smime-epg-verify): Also accept the older
982         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
983
984 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
985
986         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
987         tag (Bug#6654).
988
989 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
992         the article buffer, not the summary buffer.
993
994 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
997         Emacs 23 as well.
998
999 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1002         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1003
1004 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1005
1006         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1007         Patch applied by Karl Fogel.
1008
1009         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1010         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1011
1012 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1013
1014         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1015         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1016         C-w still not working correctly from Article buffers; Thierry's
1017         patch to fix that will be applied after this.
1018
1019         * gnus-art.el (bookmark-make-record-function): New local variable.
1020
1021         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1022         article buffer.
1023         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1024
1025 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1026
1027         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1028         on changes in bookmark.el.
1029
1030 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1033         `no-log' instead of message not to log prompt string.
1034
1035 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1036
1037         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1038         the *other* type of HTML form submission.
1039
1040 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1041
1042         * auth-source.el (auth-source-pick): If choice does not contain a
1043         questioned keyword, set the check to t.
1044
1045 2010-06-12  Romain Francoise  <romain@orebokech.com>
1046
1047         * gnus-util.el (gnus-date-get-time): Move up before first use.
1048
1049 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1052         (gnus-article-edit-part): Bind it to make last part that is substituted
1053         or deleted visible.
1054         (gnus-mime-display-single): Buttonize part of which id equals to
1055         gnus-mime-buttonized-part-id.
1056
1057 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1058
1059         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1060         (gnus-dd-mmm): Use gnus-date-get-time.
1061         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1062         simplify logic.
1063         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1064         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1065
1066 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1067
1068         * auth-source.el (top): Autoload `secrets-list-collections',
1069         `secrets-create-item', `secrets-delete-item'.
1070         (auth-sources): Fix tag string.
1071         (auth-get-source, auth-source-retrieve, auth-source-create)
1072         (auth-source-delete): New defuns.
1073         (auth-source-pick): Rewrite in order to avoid 2 passes.
1074         (auth-source-forget-user-or-password): New parameter USERNAME.
1075         (auth-source-user-or-password): New parameters CREATE-MISSING and
1076         DELETE-EXISTING.  Retrieve password interactively, if needed.
1077
1078 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1079
1080         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1081         deleting unused directories when gnus-expert-user is t.
1082
1083 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1086         for each temp file when gnus-article-browse-delete-temp is ask.
1087
1088 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1089
1090         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1091         Lisp calls to delete-backward-char by calls to delete-char.
1092
1093 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1094
1095         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1096
1097 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1098
1099         * password-cache.el (password-cache-remove): Fix docstring.
1100
1101 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1104         article unless decoding article to be saved.
1105
1106 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1109         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1110         generated within the mm-with-unibyte-current-buffer macro.
1111
1112 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1115         to nil when we're in a mml-preview buffer and no group is selected.
1116
1117 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1118
1119         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1120         when catching the `C-g'.  Reported by "Leo".
1121
1122 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * message.el (message-forward-make-body-plain)
1125         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1126         multibyte-string-p.
1127
1128         * lpath.el: Revert.
1129
1130 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * message.el (message-forward-make-body-mml): Assume original message
1133         is multibyte string; error on unibyte.
1134         (message-forward-make-body-plain): Ditto; don't add excessive newline
1135         in body end.
1136
1137         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1138
1139 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1140
1141         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1142         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1143
1144 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1145
1146         * mm-extern.el (mm-extern-url): Don't use
1147         mm-with-unibyte-current-buffer.
1148         (mm-extern-cache-contents): Use with-current-buffer instead of
1149         save-excursion + set-buffer.
1150
1151 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * mm-util.el (mm-emacs-mule): Remove.
1154
1155 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1156
1157         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1158         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1159         change.
1160
1161 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1164         bind the default value of enable-multibyte-characters to nil.
1165
1166 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * message.el (message-forward-make-body-plain)
1169         (message-forward-make-body-mml):
1170         Don't use mm-with-unibyte-current-buffer.
1171
1172 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1173
1174         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1175
1176 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1177
1178         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1179         (Bug#5592).
1180
1181 2010-05-07  Julien Danjou  <julien@danjou.info>
1182
1183         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1184         it to mm-pipe-part.
1185
1186         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1187         it is given.
1188
1189 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * binhex.el (binhex-decode-region-internal)
1192         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1193         (dns-query)
1194         * nnweb.el (nnweb-gmane-search)
1195         * pgg-parse.el (pgg-parse-armor)
1196         * pgg.el (pgg-verify-region)
1197         * sha1.el (sha1-string-external)
1198         * uudecode.el (uudecode-decode-region-internal)
1199         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1200         XEmacs.
1201
1202         * gnus-art.el (gnus-article-browse-html-parts)
1203         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1204         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1205         make-temp-file.
1206
1207         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1208         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1209         compiling.
1210
1211         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1212         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1213         XEmacs when compiling.
1214
1215         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1216         gnus-pick-mode-off-hook for XEmacs when compiling.
1217         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1218         gnus-binary-mode-off-hook for XEmacs when compiling.
1219
1220         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1221         nil if char-charset is not available.
1222
1223         * imap.el (imap-disable-multibyte)
1224         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1225         macros.
1226
1227         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1228         instead of encode-coding-string.
1229
1230         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1231         'xemacs) instead of mm-emacs-mule to switch function definitions.
1232         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1233
1234         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1235         bind temporary-file-directory for XEmacs;
1236         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1237         timer-set-function for XEmacs 21.4 and SXEmacs;
1238         bind timer-list for XEmacs 21.4 and SXEmacs;
1239         fbind char-charset and find-charset-region for non-Mule XEmacs;
1240         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1241         encode-coding-region and encode-coding-string for XEmacs having no
1242         file-coding feature.
1243
1244 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1245
1246         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1247
1248 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1251         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1252
1253 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1254
1255         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1256         alias `jka-compr-delete-temp-file' no longer exists.
1257
1258 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1259
1260         Use define-minor-mode in Gnus where applicable.
1261         * mml.el (mml-mode): Use define-minor-mode.
1262         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1263         (gnus-undo-mode): Use define-minor-mode.
1264         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1265         (gnus-dead-summary-mode): Use define-minor-mode.
1266         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1267         Initialize in declaration.
1268         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1269         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1270         (gnus-mailing-list-mode): Use define-minor-mode.
1271         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1272         (gnus-draft-mode): Use define-minor-mode.
1273         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1274         (gnus-dired-mode): Use define-minor-mode.
1275
1276 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1277
1278         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1279         handles on recursive mml-to-mime translation and check them for
1280         boundary delimiter collisions.  Reported by Greg Troxel.
1281
1282 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1285
1286 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1287
1288         * mm-util.el (mm-find-buffer-file-coding-system):
1289         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1290
1291 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1292
1293         * message.el (message-generate-headers): Record insertion of optional
1294         headers as well.  Otherwise the check to prevent repeated insertion of
1295         optional headers is a no-op.
1296
1297 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1298
1299         * smime.el: Don't mention CVS.
1300
1301         * nnrss.el (nnrss-fetch): Don't mention CVS.
1302
1303         * nnir.el: Don't mention CVS.
1304
1305 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1306
1307         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1308
1309 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * lpath.el: Fbind bookmark-default-handler,
1312         bookmark-get-bookmark-record, bookmark-make-record-default,
1313         bookmark-prop-get for Emacs <23 and XEmacs.
1314
1315 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1316
1317         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1318         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1319         Use with-current-buffer to silence the byte-compiler.
1320         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1321         bother to require `gnus'.
1322         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1323
1324 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1325
1326         * gnus-sum.el (gnus-summary-bookmark-make-record)
1327         (gnus-summary-bookmark-jump): New functions.
1328         (gnus-summary-mode): Setup bookmark support.
1329
1330 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1331
1332         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1333         if set.
1334
1335 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1338         gnus-article-browse-html-save-cid-image; make it work recursively for
1339         forwarded messages as well.
1340         (gnus-article-browse-html-parts): Work when prefix arg is given.
1341         (gnus-article-browse-html-article): Doc fix.
1342
1343 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1344
1345         * message.el (message-default-mail-headers):
1346         (message-default-headers): Carry the value mail-default-headers over
1347         into message-default-mail-headers, rather than message-default-headers.
1348
1349 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1350
1351         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1352         charset.
1353
1354         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1355         charset into the <meta> tag when the article is encoded to utf-8.
1356
1357 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1360         directories as well.
1361         (gnus-article-browse-html-parts): Work for images that do not specify
1362         file names; delete temp directory when quitting; insert header at the
1363         right place; use file: scheme for image files.
1364
1365 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1366
1367         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1368         (gnus-article-browse-html-parts): Use it to make temporary cid image
1369         files in addition to html file so that browser may display them.
1370
1371 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1374
1375 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1376
1377         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1378
1379 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1382         about Secret Service API sources.  Improve Customize options.
1383         (auth-source-pick): Change to accept any number of search parameters.
1384         Implement fallbacks iteratively, not recursively.  Add scoring on the
1385         second pass and sort by score.  Call Secret Service API when needed.
1386         (auth-source-user-or-password): Use it.  Call Secret Service API
1387         directly when needed to get the user name and the password.
1388
1389 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1390
1391         * message.el (message-interactive): Doc fix.
1392         (message-qmail-inject-args): Reflow.
1393         (message-kill-to-signature): Fix typo in docstring.
1394
1395         * smiley.el (smiley-buffer): Fix typo in docstring.
1396
1397 2010-03-24  Glenn Morris  <rgm@gnu.org>
1398
1399         * mail-source.el (gnus-message): Declare.
1400         (mail-source-delete-old-incoming): Require gnus-util.
1401
1402 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1405
1406         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1407
1408         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1409         password-cache's default if it is not bound.
1410         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1411         password-cache-expiry's default if it is not bound.
1412
1413         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1414         available in Emacs 21.
1415
1416         * lpath.el: Suppress compiler warnings for:
1417         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1418         XEmacs;
1419         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1420         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1421         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1422
1423 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * auth-source.el (auth-sources): Fix up definition so extra parameters
1426         are always inline.
1427
1428 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1429
1430         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1431         wasn't updated after mismatch.  Clear cached mailbox info correctly
1432         when uidvalidity changes.
1433         (nnimap-group-prefixed-name): New function to avoid some code
1434         duplication.
1435         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1436         (nnimap-request-group): Use it.
1437         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1438         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1439         with many imap folders.  This is done by caching the group status from
1440         the imap server persistently in a group parameter `imap-status'.  (This
1441         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1442         but not persistently, so every Gnus startup was still very slow.)
1443
1444 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1447         delete the extra newline.  Otherwise editing of :string and :number
1448         types don't work.
1449
1450 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1451
1452         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1453         secrets.el dependency.
1454         (auth-sources): Add optional user name.  Add secrets.el configuration
1455         choice (unused right now).
1456
1457 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1458
1459         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1460         `gnus-registry-install-shortcuts' fill in the functions.
1461
1462         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1463         warnings.
1464         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1465         (gnus-registry-install-shortcuts): Populate and use it in a
1466         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1467
1468 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1469
1470         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1471         In-place substitutions for the group name encoding/decoding.
1472         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1473         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1474         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1475         (nnimap-update-unseen, nnimap-request-list)
1476         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1477         (nnimap-request-set-mark, nnimap-split-to-groups)
1478         (nnimap-split-articles, nnimap-request-newgroups)
1479         (nnimap-request-create-group, nnimap-request-accept-article)
1480         (nnimap-request-delete-group, nnimap-request-rename-group)
1481         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1482         `encoded-mbx' for consistency.
1483         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1484         variable `imap-current-mailbox'.
1485
1486         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1487         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1488
1489 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1490
1491         * pop3.el (pop3-display-message-size-flag): Display message size byte
1492         counts during POP3 download.
1493         (pop3-movemail): Use it.
1494         (pop3-list): Implement listing of available messages.
1495
1496 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1497
1498         * nnir.el (nnir-get-article-nov-override-function): New function to
1499         override the normal NOV retrieval.
1500         (nnir-retrieve-headers): Use it.
1501
1502 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1503
1504         * auth-source.el (netrc-machine-user-or-password): Autoload.
1505
1506 2010-03-19  Glenn Morris  <rgm@gnu.org>
1507
1508         Stop message.el from loading about 40 libraries it doesn't always need.
1509         The general approach is to autoload rather than require, and to
1510         require in the specific functions rather than the file.  (Bug#5642)
1511
1512         * gmm-utils.el: Don't require wid-edit.
1513         (widget-create-child-value, widget-convert, widget-default-get):
1514         Autoload.
1515
1516         * gnus-util.el: Don't require time-date, netrc.
1517         (message-fetch-field, gnus-group-name-decode): Declare rather than
1518         autoloading.
1519         (gnus-fetch-field): Require message.
1520         (gnus-decode-newsgroups): Require gnus-group.
1521
1522         * ietf-drums.el: Don't require time-date.
1523
1524         * message.el: Don't require hashcash, canlock, ecomplete.
1525         Do require mail-utils.  Require nnheader only when compiling.
1526         (smtpmail-default-smtp-server): Remove declaration.
1527         (message-send-mail-function): Check smtpmail-default-smtp-server
1528         is bound rather than requiring smtpmail.
1529         (message-auto-save-directory, message-insert-signature): Use
1530         expand-file-name rather than nnheader-concat.
1531         (nnheader-insert-file-contents): Autoload.
1532         (hashcash-wait-async): Declare.
1533         (message-send-mail): Only call gnus-setup-posting-charset if
1534         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1535         (message-send-mail-with-sendmail): Require sendmail.
1536         (canlock-password, canlock-password-for-verify): Declare.
1537         (message-canlock-password): Require canlock.
1538         (nnheader-get-report): Autoload.
1539         (gnus-setup-posting-charset): Declare.
1540         (message-send-news): Require gnus-msg.
1541         (message-make-references, message-make-in-reply-to): Use mail-header-id
1542         rather than the alias mail-header-message-id.
1543         (ecomplete-add-item, ecomplete-save): Declare.
1544         (message-put-addresses-in-ecomplete): Require ecomplete.
1545         (ecomplete-display-matches): Autoload.
1546
1547         * mm-decode.el: Don't require mailcap, gnus-util.
1548         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1549         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1550         Autoload.
1551         (mailcap-mime-extensions): Declare.
1552
1553         * mm-encode.el: Don't require mailcap.
1554         (mailcap-extension-to-mime): Autoload.
1555
1556         * mml-sec.el: Don't require password-cache.
1557
1558         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1559         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1560         (mml-minibuffer-read-type): Require mailcap.
1561         (mml-preview): Require gnus-msg.
1562
1563         * mml1991.el: Require password-cache.
1564         (password-cache-expiry): Remove declaration.
1565
1566         * mml2015.el: Require password-cache.
1567         (password-cache-expiry): Remove declaration.
1568
1569         * nneething.el (mailcap): Require mailcap.
1570
1571         * nnheader.el (declare-function): Add compatibility stub.
1572         (message-remove-header): Declare rather than autoload.
1573         (nnheader-replace-header): Require message.
1574
1575         * nnimap.el (declare-function): Add compatibility stub.
1576         (netrc-parse, netrc-machine-user-or-password): Declare.
1577         (nnimap-open-connection): Require netrc.
1578
1579         * nntp.el (declare-function): Add compatibility stub.
1580         (netrc-parse, netrc-machine, netrc-get): Declare.
1581         (nntp-send-authinfo): Require netrc.
1582
1583         * rfc2047.el: Don't require qp.
1584         (quoted-printable-encode-region, quoted-printable-decode-string):
1585         Autoload.
1586
1587         * sieve-mode.el: Don't require easymenu.
1588         (easy-menu-add-item): Autoload it.
1589
1590         * spam-stat.el (time-to-number-of-days): Autoload it.
1591
1592 2010-03-19  Glenn Morris  <rgm@gnu.org>
1593
1594         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1595
1596 2010-03-18  Glenn Morris  <rgm@gnu.org>
1597
1598         * hashcash.el (declare-function): Remove duplicate definition.
1599
1600 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1601
1602         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1603         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1604         value if any backslash escapes).
1605
1606 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1609         if it is available.  (bug#5647)
1610
1611         * lpath.el: Suppress compiler warning for coding-system-from-name for
1612         Emacs 21 and XEmacs.
1613
1614 2010-03-14  Juri Linkov  <juri@jurta.org>
1615
1616         * hmac-def.el:
1617         * hmac-md5.el:
1618         * netrc.el: Fix keywords.
1619
1620 2010-02-26  Glenn Morris  <rgm@gnu.org>
1621
1622         * message.el (message-send-mail-function): Change the default, so that
1623         it inherits from a customized send-mail-function.  (Bug#5643)
1624
1625 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1626
1627         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1628         shell-command-to-string signals an error (bug#5299).
1629
1630 2010-02-24  Glenn Morris  <rgm@gnu.org>
1631
1632         * message.el (message-smtpmail-send-it)
1633         (message-send-mail-with-mailclient): Doc fixes.
1634
1635 2010-02-16  Glenn Morris  <rgm@gnu.org>
1636
1637         * message.el (message-default-mail-headers): Change the default value
1638         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1639
1640 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1643         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1644
1645 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1646
1647         * time-date.el (date-to-time): Doc fix (Bug#5408).
1648
1649 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1650
1651         * message.el (message-mail): Just pass yank-action on to message-setup.
1652         (message-setup): Handle (FUN . ARGS) form of yank-action.
1653         (message-with-reply-buffer, message-widen-reply)
1654         (message-yank-original): Handle non-buffer values of
1655         message-reply-buffer (Bug#4080).
1656         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1657
1658 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1659
1660         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1661         Fix typo in docstring.
1662
1663 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1664
1665         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1666         response.
1667
1668 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1671
1672         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1673
1674         * message.el (message-check-news-header-syntax): Protect against a
1675         string that `rfc822-addresses' returns when parsing fails.
1676
1677 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1680         (gnus-previous-char-property-change): New functions.
1681
1682         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1683
1684 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1685
1686         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1687         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1688
1689 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1690
1691         * message.el (message-exchange-point-and-mark): Rework last change to
1692         avoid using optional arg of exchange-point-and-mark, for backward
1693         compatibility.
1694
1695 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1696
1697         * message.el (message-exchange-point-and-mark): Call
1698         exchange-point-and-mark with an argument rather than setting
1699         mark-active by hand (Bug#5175).
1700
1701 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * nntp.el (nntp-service-to-port): Work for service expressed with
1704         numeric string; replace [:digit:] with [0-9] for XEmacs.
1705
1706 2009-12-17  Glenn Morris  <rgm@gnu.org>
1707
1708         * gnus-group.el (gnus-bug-group-download-format-alist):
1709         Change emacs entry to debbugs.gnu.org.  Bump :version.
1710
1711 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1712
1713         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1714
1715 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1716
1717         * message.el (message-info): Explain why we use `Info-goto-node'.
1718
1719 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1722
1723 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1724
1725         * message.el (message-completion-in-region): New compatibility function.
1726         (message-expand-group): Use it.
1727
1728 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1731         with no unread article should be listed if the 2nd arg `predicate' is
1732         given.
1733
1734 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1737
1738 2009-11-29  Juri Linkov  <juri@jurta.org>
1739
1740         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1741         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1742         on `gnus-recenter'. (Bug#4698, Bug#4981)
1743
1744 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1745
1746         * sha1.el (sha1-string-external): default-directory "/" in case
1747         otherwise non-existent.  process-connection-type pipe for touch of
1748         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1749
1750 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1751
1752         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1753         it's comms related and sgml-mode.el has "comm" on that basis too.
1754
1755 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1758         containing tspecial characters if they have been already quoted.
1759
1760 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1761
1762         * dns-mode.el (auto-mode-alist): Purecopy string.
1763
1764 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1765
1766         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1767
1768 2009-10-24  Glenn Morris  <rgm@gnu.org>
1769
1770         * gnus-art.el (help-xref-stack-item): Define for compiler.
1771
1772 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1773
1774         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1775
1776 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1779
1780 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1783         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1784
1785 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1788         (gnus-overlays-in): New alias to overlays-in.
1789
1790         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1791         gnus-overlay-get, and gnus-delete-overlay.
1792         (gnus-summary-show-thread): Make it work as well for systems in which
1793         next-single-char-property-change is not available.
1794         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1795
1796         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1797         (gnus-overlay-get): New alias to extent-property.
1798         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1799
1800         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1801         SXEmacs.
1802
1803         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1804         SXEmacs.
1805
1806 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1807
1808         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1809
1810 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1811
1812         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1813         and XEmacs that don't have `remove-overlays'.
1814
1815 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1816
1817         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1818         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1819         selective display.  Use overlays instead.
1820
1821 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1822
1823         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1824
1825 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1826
1827         * spam-stat.el (spam-stat-load): Fix typo in message.
1828
1829 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1830
1831         * dig.el (dig-invoke): Fix typo in docstring.
1832         (query-dig): Reflow docstring.
1833
1834 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1835
1836         * gnus-art.el (gnus-article-encrypt-body):
1837         * message.el (message-check-recipients):
1838         * mm-util.el (mm-codepage-setup):
1839         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1840         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1841
1842 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1843
1844         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1845         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1846         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1847         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1848         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1849
1850 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1851
1852         * dig.el: Add "Keywords: comm", as per net-utils.el.
1853
1854 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1855
1856         * dig.el (dig-mode): Use define-derived-mode.
1857
1858 2009-09-19  Glenn Morris  <rgm@gnu.org>
1859
1860         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1861
1862 2009-09-18  Glenn Morris  <rgm@gnu.org>
1863
1864         * gnus-diary.el (gnus-diary-check-message):
1865         * message.el (message-insert-formatted-citation-line):
1866         * nnbabyl.el (top-level):
1867         * nndiary.el (nndiary-schedule):
1868         Fix typos in condition-case handlers.
1869
1870 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1873         configuration that provides the sole article window in a frame;
1874         position point correctly after deleting a part.
1875
1876 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1877
1878         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1879         (spam-resolve-registrations-routine): Use it to unregister articles
1880         that change status.
1881
1882 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1885         with XEmacs.
1886         (parse-time-string-chars): Use it.
1887
1888 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1889
1890         * imap.el (imap-interactive-login): Better messages.
1891         (imap-open): Fix bug with renamed buffer on reconnect.
1892         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1893         for easier debugging and cleaner code.  On successful (guessed based on
1894         server capabilities) secondary authentication, set imap-state
1895         correctly.
1896         (imap-last-authenticator): Define imap-last-authenticator as a variable
1897         to avoid warnings.
1898
1899 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * nnrss.el (nnrss-request-article): Remove binding of
1902         default-enable-multibyte-characters that has gotten needless by
1903         the 2007-07-13 change in rfc2047-encode-message-header.
1904
1905         * mml.el (mml-insert-multipart): Error on the message header.
1906         (mml-insert-part): Error on the message header; position point at
1907         the end of a MIME tag.
1908
1909 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * time-date.el (autoload): Expand define-obsolete-function-alias into
1912         defalias and make-obsolete for old Emacsen that Gnus supports.
1913         (with-no-warnings): Define it for old Emacsen.
1914         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1915         is available.
1916         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1917         float-time is available; suppress compile warning for time-to-seconds.
1918
1919         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1920         (gnus-float-time): Alias to float-time if it exists.
1921
1922         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1923         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1924         float-time is available; suppress compile warning for time-to-seconds.
1925
1926         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1927         XEmacs.
1928
1929 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1930
1931         * imap.el (imap-message-map): Docstring fix.
1932
1933 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1936         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1937         Add the optional argument `encoding' that overrides the default.
1938
1939         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1940         mm-encode-buffer.
1941
1942 2009-09-04  Glenn Morris  <rgm@gnu.org>
1943
1944         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1945         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1946         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1947         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1948         * mm-util.el (mm-with-unibyte-current-buffer)
1949         (mm-find-buffer-file-coding-system):
1950         * yenc.el (yenc-decode-region): Use default-value rather than
1951         default-enable-multibyte-characters.
1952
1953 2009-09-03  Glenn Morris  <rgm@gnu.org>
1954
1955         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1956         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1957         than default-enable-multibyte-characters.
1958
1959 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1960
1961         * gnus-art.el (gnus-article-read-summary-keys):
1962         Fix gnus-buffer-configuration's value temporarily used.
1963
1964 2009-09-02  Glenn Morris  <rgm@gnu.org>
1965
1966         * gnus-util.el (gnus-float-time): New function.
1967         * gnus-delay.el (gnus-delay-article):
1968         * gnus-sum.el (gnus-thread-latest-date):
1969         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1970         * nnspool.el (nnspool-request-newgroups):
1971         Use gnus-float-time rather than time-to-seconds.
1972         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1973
1974         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1975         (gnus-header-subject-face, gnus-header-newsgroups-face)
1976         (gnus-header-name-face, gnus-header-content-face):
1977         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1978         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1979         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1980         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1981         (gnus-cite-face-11):
1982         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1983         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1984         (gnus-server-closed-face, gnus-server-denied-face)
1985         (gnus-server-offline-face):
1986         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1987         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1988         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1989         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1990         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1991         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1992         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1993         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1994         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1995         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1996         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1997         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1998         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1999         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2000         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2001         (gnus-summary-high-undownloaded-face)
2002         (gnus-summary-low-undownloaded-face)
2003         (gnus-summary-normal-undownloaded-face)
2004         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2005         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2006         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2007         (gnus-splash-face):
2008         * message.el (message-header-to-face, message-header-cc-face)
2009         (message-header-subject-face, message-header-newsgroups-face)
2010         (message-header-other-face, message-header-name-face)
2011         (message-header-xheader-face, message-separator-face)
2012         (message-cited-text-face, message-mml-face):
2013         * sieve-mode.el (sieve-control-commands-face)
2014         (sieve-action-commands-face, sieve-test-commands-face)
2015         (sieve-tagged-arguments-face):
2016         * spam.el (spam-face):
2017         Mark face aliases with "-face" in the name as obsolete.
2018
2019 2009-09-01  Glenn Morris  <rgm@gnu.org>
2020
2021         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2022         than goto-line.
2023
2024 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2027         Don't move point if the command is invoked inside the message header.
2028
2029 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2030
2031         * imap.el (imap-send-command): Simplify.
2032         (imap-wait-for-tag): point-max -> buffer-size.
2033
2034 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2035
2036         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2037         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2038         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2039         * nnir.el (nnir-swish-e-index-file):
2040         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2041         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2042         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2043         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2044         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2045         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2046
2047 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2050         Don't save excursion.
2051
2052 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2053
2054         * nnheader.el (nnheader-find-file-noselect):
2055         * mm-util.el (mm-insert-file-contents):
2056         Use (default-value 'major-mode) instead of default-major-mode.
2057
2058 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2059
2060         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2061
2062 2009-08-26  Glenn Morris  <rgm@gnu.org>
2063
2064         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2065         than placing in files.el.
2066
2067 2009-08-25  Glenn Morris  <rgm@gnu.org>
2068
2069         * nnir.el (top-level): Don't require cl at run-time.
2070         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2071         Replace cl-function substitute with gnus-replace-in-string.
2072         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2073         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2074         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2075         simplified expansions.
2076
2077 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2078
2079         * dig.el (dig): Add autoload cookie.
2080
2081 2009-08-22  Glenn Morris  <rgm@gnu.org>
2082
2083         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2084         goto-line.
2085
2086 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2087
2088         * parse-time.el (parse-time-string-chars): Save match data.
2089
2090 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2091
2092         * parse-time.el (parse-time-string-chars): Compute using character
2093         classes, to handle non-ascii characters (Bug#3190).
2094
2095 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2098
2099         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2100         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2101         (gnus-mm-display-part, gnus-mime-display-single)
2102         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2103         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2104
2105         * gnus-sum.el
2106         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2107         (gnus-summary-move-article): Add expirable mark to articles copied or
2108         moved to group that has auto-expire turned on if the option is non-nil.
2109
2110 2009-07-24  Glenn Morris  <rgm@gnu.org>
2111
2112         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2113         Fix typo.  (Bug#3903)
2114
2115 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2118         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2119         that should not be used for draft articles.
2120         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2121         that has no concern in minor mode keys.
2122         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2123         Abolish.
2124
2125 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2128         article without making inquiry to a user for unknown encoding.
2129
2130         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2131         (nnmaildir--scan): Assume i-node and device number that file-attributes
2132         returns might be cons-cell.
2133
2134         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2135
2136         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2137
2138 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * auth-source.el: Remove docs now in auth.texi.  Don't use
2141         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2142         `auth-source-hide-passwords' and use them.
2143
2144 2009-07-15  Glenn Morris  <rgm@gnu.org>
2145
2146         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2147
2148 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2151         excessive whitespace from the default values of title and description.
2152
2153 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2156         mail-fetch-field to fetch Content-Description header in order to
2157         exclude newlines.
2158
2159 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2160
2161         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2162         format used by GnuPG 2.0.11.
2163
2164 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2167         to deleted part.
2168
2169 2009-05-30  David Engster  <dengste@eml.cc>
2170
2171         * nnmairix.el: Remove old documentation in the commentary block.
2172         (nnmairix-request-group): Do not update active file for nnml back ends.
2173         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2174         end so that overview files are ignored.
2175         (nnmairix-update-groups): Make updating the groups more robust by using
2176         marks.
2177         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2178         with dollar characters in message-id.
2179
2180 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2183         2008-12-25 in dns.el.
2184
2185 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2186
2187         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2188         could happen if the text is only composed of spaces and/or tabs.
2189
2190 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2191
2192         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2193         when sending a queued message to avoid extra mml tags.
2194
2195 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2198
2199 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2202         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2203         rmail-toggle-header for XEmacs;
2204         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2205
2206 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-dired.el: Remove autoload for gnus-setup-message.
2209         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2210         displaying Gnus logo; always use compose-mail.
2211
2212 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2215
2216 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2219         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2220         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2221         available.
2222         (gnus-nocem-epg-verify): New function.
2223
2224 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2225
2226         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2227
2228 2009-02-15  Glenn Morris  <rgm@gnu.org>
2229
2230         * gnus-util.el (rmail-insert-rmail-file-header)
2231         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2232         autoloads.
2233         (rmail-default-rmail-file): Remove unnecessary declaration.
2234         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2235
2236 2009-02-14  Glenn Morris  <rgm@gnu.org>
2237
2238         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2239         variable (only used in gnus-util, which declares it anyway).
2240         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2241         which was only needed by gnus-art (changed to not use it any more).
2242         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2243         only used in gnus-util, which autoloads it itself.
2244         (rmail-update-summary): Fix autoload.
2245
2246         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2247         rather than rmail-output-to-rmail-file.
2248
2249 2009-02-07  Glenn Morris  <rgm@gnu.org>
2250
2251         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2252         autoload of function that no longer exists.
2253         (rmail-toggle-header): Declare.
2254         (message-forward-rmail-make-body): Handle mbox Rmail.
2255
2256 2009-01-31  Glenn Morris  <rgm@gnu.org>
2257
2258         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2259         2009-01-09 change.
2260
2261 2009-01-31  Dave Love  <fx@gnu.org>
2262
2263         * imap.el (imap-fetch-safe): Bind debug-on-error.
2264         (imap-debug): Add imap-fetch-safe.
2265
2266 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2267
2268         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2269         (auth-source-forget-all-cached): New convenience function.
2270         (auth-source-user-or-password): Accept list of modes or a single mode.
2271
2272         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2273         auth-source modes.
2274
2275         * netrc.el (netrc-machine-user-or-password): Use list of
2276         auth-source modes.
2277
2278         * nnimap.el (nnimap-open-connection): Use list of
2279         auth-source modes.
2280
2281         * nntp.el (nntp-send-authinfo): Use list of
2282         auth-source modes.
2283
2284 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2285
2286         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2287         now.
2288
2289 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2292         coding system in XEmacs; add a workaround for XEmacs.
2293
2294         * lpath.el: Fbind coding-system-aliasee.
2295
2296 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2299         of current-language-environment.
2300
2301 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2302
2303         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2304         available at runtime.
2305
2306 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2309
2310 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2311
2312         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2313         the greatest positive fixnum value doesn't work under an XEmacs with
2314         bignum support; use the most-positive-fixnum constant instead,
2315         available since Emacs 21.1 with cl and XEmacs 21.1.
2316
2317 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2320         XEmacs gets not to work.
2321
2322 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * mm-util.el (mm-coding-system-priorities): Allow the value like
2325         "Japanese (UTF-8)" of current-language-environment.
2326
2327 2009-01-09  Glenn Morris  <rgm@gnu.org>
2328
2329         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2330         with last-command-event.
2331
2332 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2333
2334         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2335         in the doc string.
2336
2337         * message.el (message-fix-before-sending): Amend comment.
2338
2339 2009-01-08  Dave Love  <fx@gnu.org>
2340
2341         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2342
2343 2009-01-07  David Engster  <dengste@eml.cc>
2344
2345         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2346         simplified server definitions by converting it via
2347         gnus-server-to-method.
2348
2349 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2352         parameter's operands.
2353
2354 2009-01-06  David Engster  <dengste@eml.cc>
2355
2356         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2357         primary select method (for gnus-group-mark-article-as-read).
2358
2359 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2360
2361         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2362         `(gnus)Face', not `(gnus)X-Face'.
2363
2364 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * mm-util.el (mm-ucs-to-char): New function.
2367
2368         * mm-url.el (mm-url-decode-entities): Use it.
2369
2370         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2371         unicode-to-char.
2372
2373 2009-01-05  Dave Love  <fx@gnu.org>
2374
2375         * time-date.el: Require cl for `declare'.
2376
2377 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2378
2379         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2380         Dave Love.
2381
2382 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2383
2384         * message.el (message-fix-before-sending): Add `eight-bit' to
2385         illegible-text check.
2386
2387 2009-01-03  Michael Olson  <mwolson@gnu.org>
2388
2389         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2390         `headers' is nil.  This can occur if the IMAP server does not have
2391         permissions to read messages from a folder, but can write new messages
2392         to the folder.
2393         (nnimap-request-article-part): Do not insert `data' if it is nil.
2394
2395         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2396         characters which will confuse `read', so skip past them.
2397
2398 2009-01-01  Dave Love  <fx@gnu.org>
2399
2400         * imap.el (imap-string-to-integer): Fix typo.
2401         (imap-fetch-safe): New function.
2402         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2403
2404         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2405
2406         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2407         (imap-parse-greeting): Fix doc strings.
2408         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2409         (imap-parse-flag-list): Make messages unique.
2410         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2411
2412         * nnimap.el: Fix author email.
2413         (nnimap-split-rule): Add FIXME comment.
2414         (nnimap-debug): Fix doc string.
2415
2416 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2419
2420 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2421
2422         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2423         nslookup if resolv.conf isn't available.
2424         (dns-query): Rename from query-dns.
2425         (dns-query-cached): Rename from query-dns-cached.
2426
2427 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2430         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2431         to check if those variables exist (first appeared in Emacs 18.50).
2432
2433 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * mm-util.el (mm-line-number-at-pos): New function.
2436
2437         * spam-report.el (spam-report-process-queue): Use it.
2438
2439 2008-12-24  David Engster  <dengste@eml.cc>
2440
2441         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2442         parameters that haven't existed as variables as buffer-local variables.
2443
2444 2008-12-23  Dave Love  <fx@gnu.org>
2445
2446         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2447         cadar.
2448
2449         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2450         imap-starttls-p.
2451         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2452
2453 2008-12-22  Dave Love  <fx@gnu.org>
2454
2455         * imap.el: Fix author email.  Doc fixes.
2456         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2457         reply.
2458
2459 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2460
2461         * spam-report.el (spam-report-gmane-max-requests): New constant.
2462         (spam-report-gmane-wait): New variable.
2463         (spam-report-gmane-ham, spam-report-gmane-spam)
2464         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2465         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2466         the server.
2467
2468         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2469         Add explanations.
2470
2471         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2472         nnheader-accept-process-output and nnheader-read-timeout if available.
2473         (pop3-movemail): Use it.
2474
2475         * message.el (message-check-news-body-syntax): Fix signature check if
2476         there's an attachment.
2477
2478 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * mm-util.el: Add comments to the mm- emulating functions.
2481
2482 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2483
2484         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2485         by Stephen Berman <stephen.berman@gmx.net>.
2486
2487 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * mm-util.el (mm-substring-no-properties): New function.
2490         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2491         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2492         (mm-string-to-multibyte): Doc fix.
2493
2494         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2495
2496 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2497
2498         * mml.el (mml-attach-file): Strip text properties from file name.
2499         (Bug#1574)
2500
2501 2008-12-16  Glenn Morris  <rgm@gnu.org>
2502
2503         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2504
2505 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2508         knows since the charset specified might be a bogus alias that
2509         mm-charset-synonym-alist provides.
2510
2511 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2512
2513         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2514         "ISO_8859-1".
2515
2516         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2517
2518 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * mm-util.el (mm-charset-eval-alist):
2521         Define it before mm-charset-to-coding-system.
2522         (mm-charset-to-coding-system): Add optional argument `silent';
2523         define it before mm-charset-override-alist.
2524         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2525         default value if it can be used in Emacs currently running;
2526         silence mm-charset-to-coding-system.
2527
2528 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2531         `allow-override' which says whether to use `mm-charset-override-alist'.
2532         (rfc2047-decode-encoded-words): Use it.
2533
2534         * mm-util.el (mm-charset-override-alist): Fix custom type;
2535         add `(gb2312 . gbk)' to choices.
2536
2537 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2540         fast.
2541
2542         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2543
2544         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2545
2546 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2547
2548         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2549         on links.
2550
2551         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2552
2553 2008-12-03  Lute Kamstra  <lute@gnu.org>
2554
2555         * sha1.el: Remove leading * from docstrings of defcustoms,
2556         deffaces, defconsts and defuns.
2557
2558 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2561         users' addresses that don't have domain parts.
2562         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2563         rather than message-narrow-to-head since there will be the message
2564         header separator.
2565
2566 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2567
2568         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2569         since the result is inserted in a unibyte buffer anyway.
2570         (nnimap-demule-use-string-to-multibyte): Remove.
2571         (nnimap-demule): Alias it to mm-string-to-multibyte.
2572
2573 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2576         variable for debugging bug#464 and bug#1174.
2577         (nnimap-demule): Use it.
2578
2579 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2580
2581         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2582         score calculation correctly.
2583
2584 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2585
2586         * message.el (message-send-mail): Just set the buffer to unibyte
2587         rather than use mm-with-unibyte-current-buffer which does a lot more.
2588         (message-send-mail-partially): Don't bother with
2589         mm-with-unibyte-current-buffer since it's already been made unibyte by
2590         message-send-mail.
2591
2592 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2593
2594         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2595
2596 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2599
2600 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2603         require itself and to remove `with-no-warnings'.
2604
2605 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * starttls.el (starttls-any-program-available): Get the name of the
2608         available TLS layer program.
2609         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2610         well as the host name in the "opening" message.
2611
2612         * auth-source.el (auth-source-cache, auth-source-do-cache)
2613         (auth-source-user-or-password): Cache passwords and logins by default,
2614         allow override with `auth-source-do-cache'.
2615         (auth-source-forget-user-or-password): Allow users to remove cache
2616         entries if needed.
2617
2618 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2619
2620         * md4.el (md4-buffer): Fix typo in docstring.
2621         (md4, md4-64): Doc fixes.
2622         (md4-pack-int32): Reflow docstring.
2623
2624 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2625
2626         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2627         condition-case to only the forward-sexp call.
2628
2629 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2630
2631         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2632         quotes contained.  Make it more robust regardless by an extra
2633         condition-case wrapper.
2634
2635 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2638
2639 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * nnml.el (nnml-request-expire-articles): Check if the function set to
2642         `nnmail-expiry-target' returns the symbol `delete'.
2643
2644         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2645
2646         * nnmail.el (nnmail-expiry-target): Fix custom type.
2647
2648 2008-10-02  Glenn Morris  <rgm@gnu.org>
2649
2650         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2651         Silence compiler warning.
2652
2653 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2654
2655         * tls.el (open-tls-stream): Show the actual command being
2656         executed, instead of the format string.
2657
2658 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * lpath.el: Fbind codepage-setup for Emacs 23.
2661
2662 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2663
2664         * mml.el (mml-menu): Don't assume mml2015 is bound.
2665
2666 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2669         exists.
2670
2671 2008-09-27  Glenn Morris  <rgm@gnu.org>
2672
2673         * gnus-util.el (mail-header-remove-comments): Autoload it.
2674
2675 2008-09-27  Andreas Schwab  <schwab@suse.de>
2676
2677         * gnus-util.el (gnus-split-references): Strip comments.
2678         (gnus-parent-id): Likewise.
2679
2680 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * message.el (message-confirm-send): Fix version.
2683
2684 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * message.el (message-idna-to-ascii-rhs-1): Use
2687         mail-extract-address-components rather than mail-header-parse-addresses
2688         that is an alias by default to ietf-drums-parse-addresses that does not
2689         support non-ASCII names in headers' contents.
2690
2691 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * message.el (message-confirm-send): Fixed variable documentation to
2694         avoid the "y/n" wording.
2695
2696 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2697
2698         * message.el (message-set-auto-save-file-name): Save to a different
2699         filename so multiple messages (especially drafts) can be recovered.
2700
2701 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * message.el (message-confirm-send): Add appropriate version.
2704
2705 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2708         defvar.
2709
2710 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2711
2712         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2713         (mm-pkcs7-enveloped-magic): Ditto.
2714
2715 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2716
2717         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2718         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2719
2720 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2721
2722         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2723         default, it's better.
2724
2725 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2728         summary line gnus-number property and ignore them (with a warning
2729         message).
2730
2731 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2734         macro caddr in the interactive form since it won't be expanded.
2735
2736 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2739         `charset'; fix name of function called recursively.
2740         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2741
2742 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2745         (gnus-mime-set-charset-parameters): New function.
2746         (gnus-mime-view-part-as-charset): Use it to correctly display part
2747         specifying wrong charset.
2748
2749 2008-09-08  David Engster  <dengste@eml.cc>
2750
2751         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2752         in completing-read for back end server.
2753
2754 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2755
2756         * message.el (message-confirm-send): New variable to confirm sending a
2757         message.
2758         (message-send): Use it.
2759
2760 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2761
2762         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2763
2764 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2767
2768 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2769
2770         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2771         prevent tracking too many groups.
2772         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2773         Use it.
2774
2775 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2776
2777         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2778         moving point to the bottom of the window in order to avoid recentering.
2779
2780 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2783
2784         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2785         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2786         (gnus-article-beginning-of-window): Fix calculation.
2787
2788 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * gnus-msg.el (gnus-summary-supersede-article)
2791         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2792         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2793         message header.
2794
2795 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2796
2797         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2798         pending output coming after the status change.
2799
2800 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2801
2802         * message.el:
2803         * gnus-start.el:
2804         * gnus-registry.el: Remove VMS support.
2805
2806 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2809         macro.
2810         (rfc2104-hash): Use it.
2811
2812 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2813
2814         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2815         (gnus-summary-sort-by-most-recent-date): New commands.
2816         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2817         and menu entries.
2818
2819 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2822         don't redisplay article for raw contents; remove plural articles stuff.
2823
2824         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2825         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2826         on gnus-summary-save-article; display results properly.
2827
2828 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * lpath.el: No need to fbind ns-focus-frame.
2831
2832 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2835
2836 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2839         gnus-save-all-headers.
2840
2841 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2842
2843         * gnus-util.el (ns-focus-frame): Remove declaration.
2844         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2845         like x.
2846
2847 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2848
2849         * rfc2104.el (rfc2104-zero): Delete defconst.
2850         (rfc2104-hex-alist): Likewise.
2851         (rfc2104-hex-to-int): Delete func.
2852         (rfc2104-hexstring-to-bitstring): Likewise.
2853         (rfc2104-nybbles): New defconst.
2854         (rfc2104-hash): Rewrite for speed.
2855
2856 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * tls.el (open-tls-stream): Make it work with the 2nd argument
2859         BUFFER that is a string but does not exist as a buffer object, as
2860         mentioned in the doc-string.
2861
2862 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2865         SXEmacs.
2866
2867 2008-07-16  Glenn Morris  <rgm@gnu.org>
2868
2869         * gnus-util.el (ns-focus-frame): Declare for compiler.
2870
2871 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2874         set as a group parameter.
2875         (gnus-summary-save-in-pipe): Work when it is called independently.
2876         (gnus-summary-pipe-to-muttprint): Don't modify
2877         gnus-summary-pipe-output-default-command.
2878
2879 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2880
2881         * message.el (message-send-mail-with-sendmail):
2882         Display the error message.
2883
2884 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-art.el (gnus-default-article-saver):
2887         Add gnus-summary-save-in-pipe to choices.
2888         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2889         gnus-summary-pipe-output-default-command as the default command.
2890         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2891         instead of gnus-last-shell-command.
2892
2893         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2894         New user option.
2895         (gnus-summary-muttprint-program): Mention the value will be changed.
2896         (gnus-summary-save-article): Force showing of all headers.
2897         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2898
2899 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2900
2901         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2902
2903 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2904
2905         * nnimap.el (nnimap-id):
2906         * sieve-manage.el (sieve-manage-open): Doc fixes.
2907
2908 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2909
2910         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2911         if available.
2912
2913 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2914
2915         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2916
2917         * nnkiboze.el (nnkiboze-generate-group):
2918         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2919
2920         * nnmairix.el: Require CL.
2921
2922 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * dgnushack.el: Autoload get-display-table and put-display-table for
2925         XEmacs 21.5.
2926
2927         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2928         21.4 and SXEmacs.
2929
2930 2008-06-15  David Engster  <dengste@eml.cc>
2931
2932         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2933
2934 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2935
2936         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2937         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2938         runtime choice under XEmacs.
2939
2940         * gnus-sum.el (gnus-summary-set-display-table):
2941         Use `gnus-put-display-table', `gnus-get-display-table',
2942         `gnus-set-display-table' for the display table, instead of `aset'.
2943
2944         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2945         Use `gnus-put-display-table', `gnus-get-display-table',
2946         `gnus-set-display-table' for the display table.
2947
2948 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2949
2950         * nnmairix.el: Add autoloads.
2951
2952 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2953
2954         * nnmairix.el (nnmairix-delete-recreate-group)
2955         (nnmairix-update-and-clear-marks): Fix error messages.
2956
2957 2008-06-14  David Engster  <dengste@eml.cc>
2958
2959         * nnmairix.el: Upgrade to version 0.6.
2960         (nnmairix-group-toggle-propmarks-this-group)
2961         (nnmairix-group-toggle-readmarks-this-group)
2962         (nnmairix-group-delete-recreate-this-group)
2963         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2964         (nnmairix-remove-tick-mark-original-article): New commands.
2965         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2966         (nnmairix-propagate-marks-to-nnmairix-groups)
2967         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2968         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2969         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2970         functions needed for marks propagation and manipulation of read marks.
2971         (nnmairix-update-groups): New function.
2972         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2973         (nnmairix-determine-original-group-from-registry)
2974         (nnmairix-determine-original-group-from-path)
2975         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2976         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2977         New helper functions.
2978         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2979         keystrokes for new commands.
2980         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2981         (nnmairix-request-group): Check allow-fast group parameter.
2982         (nnmairix-request-create-group): Set allow-fast group parameter if
2983         nnmairix-allowfast-default is set.
2984         (nnmairix-close-group): Propagate marks upon closing if needed.
2985         (nnmairix-group-toggle-threads-this-group): Use new.
2986         nnmairix-group-toggle-parameter helper function.
2987         (nnmairix-search): Better check for empty search result.
2988         (nnmairix-goto-original-article): Use new helper functions for
2989         determining original article.
2990         (nnmairix-show-original-article): Make sure message-id is in brackets.
2991         (nnmairix-call-mairix-binary): Change variable name.
2992         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2993         helper function.
2994         (nnmairix-widget-toggle-activate): Fix doc string.
2995
2996 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * nnir.el: Require edmacro when compiling with XEmacs.
2999         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3000         available in Emacs 21.
3001
3002 2008-06-11  Glenn Morris  <rgm@gnu.org>
3003
3004         * gnus-util.el (x-focus-frame):
3005         * gnus.el (image-size):
3006         * mm-decode.el (image-size): Declare.
3007
3008         * gnus-picon.el (declare-function): Add compat definition.
3009         (image-size): Declare.
3010
3011         * gnus-group.el (tool-bar-map):
3012         * gnus-sum.el (tool-bar-map): Define for compiler.
3013
3014         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3015
3016         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3017
3018         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3019         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3020         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3021         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3022         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3023         * sieve-manage.el, spam-report.el, spam.el:
3024         Remove unnecessary eval-and-compile of autoloads.
3025
3026 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3027
3028         * auth-source.el: Precise Tramp doc.
3029
3030 2008-06-07  Glenn Morris  <rgm@gnu.org>
3031
3032         * nnmairix.el: Remove unnecessary eval-when-compile.
3033
3034 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * lpath.el: Fbind propertize for XEmacs 21.4.
3037
3038 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * nnir.el: Move here from ../contrib.
3041
3042 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3043
3044         * gnus-util.el (gnus-read-shell-command): New function.
3045         * mm-decode.el (mm-pipe-part):
3046         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3047
3048 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3051
3052 2008-06-03  Glenn Morris  <rgm@gnu.org>
3053
3054         * pop3.el (nnheader-accept-process-output): Autoload it.
3055
3056 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3059         are not 2-digit hexadecimal characters that follow `%'s.
3060
3061 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3062
3063         * message.el (message-bogus-recipient-p): Fix type in doc string.
3064         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3065         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3066         Improve custom options.
3067         (message-bogus-recipient-p): Adjust accordingly.
3068
3069 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3070
3071         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3072         long-form month and day names.
3073
3074 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * dgnushack.el: Autoload debug, eudc-expand-inline and
3077         pgg-snarf-keys-region for XEmacs.
3078
3079         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3080
3081         * nnmairix.el: Require edmacro when compiling with XEmacs.
3082
3083 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3084
3085         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3086         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3087
3088 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3089
3090         * auth-source.el: Add more docs.
3091
3092         * netrc.el (netrc-machine): Always match if the port is not given.
3093
3094 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3097         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3098         retrieval faster in some cases, but might make CPU usage larger.  If
3099         this has any bad side effects, we might revert this change.
3100
3101         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3102         seems to make mail retrieval much, much faster.
3103         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3104         unconditionally.
3105
3106         * gnus-draft.el (gnus-group-send-queue): Bind
3107         message-send-mail-partially-limit to nil to avoid being prompted.
3108
3109 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3112
3113         * message.el (message-bogus-address-regexp): Fix and improve custom
3114         type.
3115         (message-setup-hook): Add message-check-recipients as custom option.
3116
3117 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3118
3119         * message.el (message-cite-function): Remove bogus autoload which crept
3120         in during merge from v5-10.
3121
3122 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3125
3126         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3127
3128         * auth-source.el: Preliminary Tramp docs.
3129         (auth-sources): Change the default auth-sources to use
3130         EPA .gpg files.
3131
3132 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3133
3134         * nntp.el: Autoload `auth-source-user-or-password'.
3135         (nntp-send-authinfo): Use it.
3136
3137         * nnimap.el: Autoload `auth-source-user-or-password'.
3138         (nnimap-open-connection): Use it.
3139
3140         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3141         for the gnus-message function.
3142         (auth-source-user-or-password): Use it.
3143
3144 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3147         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3148         (rfc2104-hash): Use it.
3149
3150 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3151
3152         * gnus-art.el (gnus-article-toggle-truncate-lines):
3153         Don't use `iff' in docstring.
3154
3155 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3158
3159         * gnus-util.el (gnus-extract-address-component-name)
3160         (gnus-extract-address-component-email): Convenience functions around
3161         `gnus-extract-address-components'.
3162
3163         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3164         Use `gnus-extract-address-component-email' to fix bug of comparing full
3165         sender name to `user-mail-address'.
3166
3167 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3168
3169         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3170         catch/throw to optimize.
3171         (gnus-registry-find-keywords): Just use member to find a keyword.
3172
3173 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3174
3175         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3176         is current before calling gnus-server-prepare.
3177         (gnus-server-setup-buffer, gnus-server-update-server)
3178         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3179
3180 2008-05-04  Juri Linkov  <juri@jurta.org>
3181
3182         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3183         (mailcap-file-default-commands): Use mailcap-replace-in-string
3184         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3185         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3186
3187 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3188
3189         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3190
3191 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3192
3193         * gnus.el: Bump version to 0.11.
3194
3195 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3196
3197         * gnus.el: No Gnus v0.10 is released.
3198
3199 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200
3201         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3202         hooks.
3203         (gnus-update-read-articles): Speed up non-marks-using users.
3204         (gnus-use-marks): Define gnus-use-marks.
3205         (gnus-propagate-marks): Rename variable to something more sensible.
3206
3207 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3208
3209         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3210         (gmm-image-load-path-for-library): Fix typos in docstrings.
3211         (gmm-message): Reflow docstring.
3212
3213 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * mail-source.el (mail-source-set-1, mail-source-bind):
3216         Move auth-source code out of the macro to clean it up and fix bugs.
3217
3218 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3219
3220         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3221         by sender if it's equal to user-mail-address, it's likely to be
3222         useless.
3223
3224         * mail-source.el (mail-source-bind): Don't use user or password if they
3225         are not bound.  Unintern them if they are nil.  Don't use server unless
3226         it's bound, and default it to empty string otherwise.
3227
3228 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * mail-source.el: Load auth-source.el.
3231         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3232         get user name or password, if auth-sources is set up.
3233
3234         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3235         strategy of splitting with parent.
3236         (gnus-registry-split-fancy-with-parent)
3237         (gnus-registry-post-process-groups): Use it and fix prior
3238         bug (returning a list as the split result).
3239
3240         * auth-source.el (auth-sources): Remove server parameter.
3241         (auth-source-pick, auth-source-user-or-password)
3242         (auth-source-user-or-password-imap)
3243         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3244         (auth-source-user-or-password-sftp)
3245         (auth-source-user-or-password-smtp): Remove server parameter.
3246
3247 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3248
3249         * smime.el (smime-sign-region, smime-encrypt-region)
3250         (smime-decrypt-region):
3251         Remove redundant calls to `generate-new-buffer-name'.
3252
3253 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3254
3255         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3256         Don't use QP for message/rfc822.
3257         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3258
3259 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         * sieve-manage.el (sieve-string-bytes): Remove.
3262         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3263         correct byte-length only if the process's coding-system is the same as
3264         the one used internally by Emacs to represent strings.
3265
3266 2008-04-22  Juri Linkov  <juri@jurta.org>
3267
3268         * mailcap.el (mailcap-file-default-commands): New function.
3269
3270 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3271
3272         * message.el (message-signature-separator, message-cite-function):
3273         Change custom version.
3274
3275 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3276
3277         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3278         commands.
3279         (tls-checktrust): Ditto.
3280
3281 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * mm-decode.el (mm-display-external): Make temp file read-only.
3284
3285 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3286
3287         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3288         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3289         `C-c C-f d'.
3290
3291 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3292
3293         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3294
3295 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * gnus.el: Bump version to 0.9.
3298
3299 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3300
3301         * gnus.el: No Gnus v0.8 is released.
3302
3303 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3304
3305         * mail-source.el (mail-source-value):
3306         Prefer fboundp to functionp so it works with macros as well.
3307
3308 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3309
3310         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3311         Fix last change in case the element is not even a symbol.
3312
3313 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3314
3315         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3316         Prefer fboundp to functionp so it works with macros as well.
3317
3318 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3319
3320         * auth-source.el: Added docs.
3321         (auth-sources): Modify format to support server.
3322         (auth-source-pick, auth-source-user-or-password)
3323         (auth-source-user-or-password-imap)
3324         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3325         (auth-source-user-or-password-sftp)
3326         (auth-source-user-or-password-smtp): Add server parameter.
3327
3328 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * gnus-registry.el: Initialize the registry when gnus-registry-install
3331         is t.
3332
3333 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * compface.el (uncompface): Make buffer unibyte.
3336
3337 2008-04-05  Glenn Morris  <rgm@gnu.org>
3338
3339         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3340
3341 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3342
3343         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3344         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3345
3346         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3347         multibyteness after rather than before erasing it.
3348
3349         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3350         mm-with-multibyte.
3351         (gnus-request-article-this-buffer): Make sure the proper decoding is
3352         used if gnus-original-article-buffer happens to be unibyte.
3353
3354         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3355         default-enable-multibyte-characters.
3356
3357         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3358         default-enable-multibyte-characters.
3359
3360         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3361
3362         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3363
3364 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3365
3366         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3367         (imap-message-copyuid-1): Use it.
3368         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3369         J. Williams in
3370         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3371
3372         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3373         imap-enable-exchange-bug-workaround.
3374         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3375
3376 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3377
3378         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3379         a 100 byte status-checks into a 2-3MB transfer for each group.
3380         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3381         to enable bug workaround or not.
3382         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3383
3384 2008-03-31  Glenn Morris  <rgm@gnu.org>
3385
3386         * message.el (mml2015-use): Declare for compiler.
3387         (message-info): Require mml2015 when appropriate.
3388
3389 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3392         whitespace.
3393
3394 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3395
3396         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3397         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3398         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3399         (nntp-service-to-port): New function.
3400         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3401         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3402         (nntp-open-netcat-stream): New function.
3403         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3404
3405 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3406
3407         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3408
3409 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3410
3411         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3412
3413 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3414
3415         * dns.el (dns-write): Use set-buffer-multibyte.
3416
3417 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3418
3419         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3420
3421 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * message.el (message-signature-separator): Change default.
3424         Improve custom type.
3425         (message-cite-function): Change default to
3426         message-cite-original-without-signature.
3427
3428         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3429         toggle.
3430
3431         * message.el (message-check-news-body-syntax): Fix signature check.
3432         (message-setup-1): Mark buffer as unmodified _after_ running
3433         message-setup-hook and handling message-alternative-emails.
3434         (message-shorten-references): Be more strict when building list of
3435         valid references to comply with GNKSA.
3436
3437         * gnus-group.el (gnus-read-ephemeral-bug-group)
3438         (gnus-read-ephemeral-debian-bug-group)
3439         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3440
3441         * message.el (message-info): Don't use booleanp which isn't supported
3442         in Emacs 21 and XEmacs.
3443
3444 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3445
3446         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3447         gnus-group-gmane-group-download-format.
3448         (gnus-group-read-ephemeral-gmane-group): Rename from
3449         gnus-group-read-ephemeral-gmane-group.
3450         (gnus-read-ephemeral-gmane-group-url): Rename from
3451         gnus-group-read-ephemeral-gmane-group-url.
3452         (gnus-bug-group-download-format-alist): New variable.
3453         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3454         (gnus-read-ephemeral-emacs-bug-group): New commands.
3455
3456 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3459         (gnus-visible-headers): Improve custom type.
3460
3461 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * mml.el (mml-menu): Add workarounds for XEmacs.
3464
3465         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3466         X-Boundary header.
3467
3468         * message.el (message-simplify-recipients): Fix previous commit.
3469
3470 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3471
3472         * mm-util.el (mm-set-buffer-multibyte): New function.
3473         * mm-decode.el (mm-copy-to-buffer): Use it.
3474
3475 2008-03-19  Glenn Morris  <rgm@gnu.org>
3476
3477         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3478         Accidentally removed in the sync process with Emacs.
3479
3480 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3481
3482         * message.el (message-alter-recipients-discard-bogus-full-name):
3483         New function.
3484         (message-alter-recipients-function): New variable.
3485         (message-get-reply-headers): Use it.
3486         (message-replace-header): New helper function.
3487         (message-recipients-without-full-name): New variable.
3488         (message-simplify-recipients): New command.
3489
3490         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3491
3492         * message.el (message-info): Handle EasyPG manual.
3493
3494         * mml.el (mml-menu): Add entry for EasyPG.
3495
3496 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3497
3498         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3499         parameter.
3500
3501         * message.el (message-disassociate-draft): Specify drafts group name
3502         fully.
3503
3504 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3505
3506         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3507         unnecessary duplicates from the match list.
3508
3509 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3512
3513         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3514
3515         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3516         args of `how-many' of which the XEmacs version doesn't take; declare
3517         Info-index-next as function.
3518
3519 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3520
3521         * gnus-score.el (gnus-score-headers): Fix handling of
3522         gnus-inhibit-slow-scoring.
3523
3524         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3525         string.
3526         (gnus-button-url-regexp): Improve handling of parenthesis.
3527         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3528         (gnus-button-handle-info-keystrokes): Handle index entries.
3529
3530 2008-03-15  Glenn Morris  <rgm@gnu.org>
3531
3532         * parse-time.el (parse-time-string): Simplify.
3533
3534 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3537         Incoming* files.
3538
3539 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3540
3541         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3542         (auth-source-pick): Use it.
3543
3544 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3545
3546         * binhex.el (binhex-decode-region-internal):
3547         * uudecode.el (uudecode-decode-region-internal):
3548         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3549         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3550         setting default-enable-multibyte-characters.
3551
3552 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * auth-source.el (auth-source-protocols)
3555         (auth-source-protocols-customize, auth-source-choices): Added and
3556         modified variable customizations and defaults.
3557         (auth-source-pick, auth-source-user-or-password)
3558         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3559         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3560         (auth-source-user-or-password-sftp)
3561         (auth-source-user-or-password-smtp): Use new variables and provide an
3562         interface to netrc.el.
3563
3564 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3567         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3568         Make sure the nntp port to specify is a string.
3569
3570 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3571
3572         * nntp.el: Use with-current-buffer.
3573         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3574         dubious mm-with-unibyte-current-buffer.
3575         (nntp-with-open-group-function): New function extracted from
3576         nntp-with-open-group macro.
3577         (nntp-with-open-group): Use the function, so it's easier to debug.
3578         Add indentation and debugging info.
3579         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3580         the use of the netcat alternatives.
3581
3582         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3583         Avoid mm-string-as-multibyte as well.
3584
3585         * nnweb.el (nnweb-insert-html):
3586         Remove use of nnheader-string-as-multibyte.
3587
3588         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3589         (nnheader-string-as-multibyte): Remove.
3590
3591         * mm-view.el: Use inhibit-read-only.
3592         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3593         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3594         or unibyte-string.
3595
3596         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3597         (mm-uu-yenc-extract): Use with-current-buffer.
3598
3599         * gnus-soup.el (gnus-soup-send-packet): Don't use
3600         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3601
3602         * nnmh.el: Use with-current-buffer.
3603         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3604         mm-string-as-multibyte on the output of mm-encode-coding-string.
3605
3606         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3607         (nnimap-request-move-article): Use with-current-buffer.
3608
3609         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3610         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3611         conversion uses string-make-unibyte rather than string-as-unibyte.
3612
3613         * gnus-msg.el: Use with-current-buffer.
3614
3615         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3616
3617 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3618
3619         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3620         string for caching if it is 'PIN.
3621
3622 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * lpath.el: Consider the case without Emacs/W3.
3625
3626 2008-03-08  Glenn Morris  <rgm@gnu.org>
3627
3628         * time-date.el (date-to-time, time-subtract, time-add)
3629         (safe-date-to-time): Doc fixes.
3630
3631 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * mail-source.el (mail-source-delete-old-incoming-confirm):
3634         Change default to nil.
3635         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3636
3637 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * lpath.el: Rearrange.
3640
3641         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3642         (gnus-article-goto-prev-page): Work for articles having ^L's.
3643
3644         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3645
3646         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3647
3648 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3649
3650         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3651         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3652         (gnus-bookmark-jump): Adjust some variable names.
3653
3654 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3655
3656         * auth-source.el: New package.
3657         (auth-source-choices): Add customization entry point variable.
3658
3659         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3660         bug.
3661
3662 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3663
3664         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3665         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3666         (gnus-registry-install-shortcuts): Rename from
3667         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3668         the `gnus-registry-mark-map' keymap dynamically from
3669         `gnus-registry-marks'.  The generated functions update the summary line
3670         when a registry mark is added or deleted, and will call
3671         `gnus-registry-install-p' (see the comments in the code).
3672         (gnus-registry-user-format-function-M): Use concat intelligently.
3673
3674         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3675         the registry mark functions.
3676
3677 2008-03-05  Glenn Morris  <rgm@gnu.org>
3678
3679         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3680         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3681         gnus-art.
3682         (top-level): No need to load own source when compiling.
3683
3684 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3685
3686         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3687         Suggested by <chris.anderton@zetnet.co.uk>.
3688
3689 2008-03-04  Glenn Morris  <rgm@gnu.org>
3690
3691         * gnus-sum.el (top-level): No need to require gnus when compiling,
3692         since unconditionally required near start of file.
3693         (gnus-summary-display-while-building): Move definition before use.
3694
3695 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3696
3697         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3698         formatting function.
3699
3700 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3701
3702         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3703         with plists.
3704         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3705         Use new format.
3706
3707 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3710         `where-is-internal' that returns a range of key sequences.
3711
3712 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3713
3714         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3715
3716         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3717         (gnus-summary-jump-to-group): Consider windows on other displayed
3718         frames as well.  Similar changes might be needed elsewhere, but that's
3719         the one I've bumped into during my use.
3720
3721         * nndoc.el (nndoc-oe-dbx-type-p):
3722         * gnus-msg.el (gnus-debug):
3723         * gnus-group.el (gnus-update-group-mark-positions):
3724         Use mm-string-to-multibyte.
3725
3726 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3727
3728         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3729         doesn't handle NotDashEscaped.
3730
3731         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3732         (mml-dnd-attach-options): Fix typo in custom choice.
3733
3734         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3735         nndoc-article-type to mbox.
3736         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3737
3738         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3739         to nil, instead of html2text.
3740
3741         * imap.el (imap-debug): Add `imap-ping-server'.
3742
3743         * gnus-bookmark.el: Add FIXMEs.
3744
3745         * message.el (message-form-letter-separator)
3746         (message-send-form-letter-delay): New variables.
3747         (message-send-form-letter): Use them.  New command to send form
3748         letters.  Requested by Uwe Siart.
3749         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3750
3751 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * Update copyright years.
3754
3755 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         Sync from EMACS_22_BASE.
3758
3759         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3760
3761 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3762
3763         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3764         empty author.
3765
3766 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3767
3768         * gnus-registry.el (gnus-registry-marks): Add variable for
3769         customization of marks and their appearance.
3770         (gnus-registry-read-mark): Use it.
3771         (gnus-registry-do-marks): Add utility function to loop through
3772         `gnus-registry-marks'.
3773         (gnus-registry-install-shortcuts-and-menus): Add function to install
3774         shortcuts and menus.
3775         (gnus-registry-initialize): Use it.
3776         (gnus-registry-default-mark): Clarify documentation.
3777
3778 2008-02-29  Glenn Morris  <rgm@gnu.org>
3779
3780         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3781         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3782         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3783         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3784         Change defcustom :version from 23.0 to 23.1.
3785
3786 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3787
3788         * gnus-registry.el (gnus-registry-follow-group-p)
3789         (gnus-registry-post-process-groups): Add functions to aid registry
3790         splitting and improve logging.  Clarify behavior in function
3791         documentation.
3792         (gnus-registry-split-fancy-with-parent): Use them.
3793
3794 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3795
3796         * gnus-art.el: Use with-current-buffer.
3797
3798 2008-02-27  David Engster  <dengste@eml.cc>
3799
3800         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3801         Express real group name in the response.
3802
3803 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3806         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3807         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3808         autoload gnus-registry-fetch-group when compiling.
3809         (nnmairix-request-group-with-article-number-correction): Remove
3810         unreferenced argument passed to nnmairix-call-backend.
3811
3812 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3815         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3816         Wilde.
3817
3818 2008-02-27  Glenn Morris  <rgm@gnu.org>
3819
3820         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3821         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3822         variables to defconsts.  Convert comments to doc-strings.
3823         (nnmairix-last-server, nnmairix-current-server): Convert from free
3824         variables to defvars.  Convert comments to doc-strings.
3825         (gnus-registry-fetch-group): Autoload.
3826         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3827         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3828         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3829         caddr.
3830         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3831         nnmairix-request-group-with-article-number-correction call.
3832         (nnmairix-fast, nnmairix-group): New, less general names, for free
3833         variables passed from nnmairix-request-group to
3834         nnmairix-request-group-with-article-number-correction.  Declare.
3835         (nnmairix-request-group-with-article-number-correction):
3836         Use nnmairix-fast, nnmairix-group rather than fast, group.
3837
3838 2008-02-26  David Engster  <dengste@eml.cc>
3839
3840         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3841         version 0.5.
3842
3843 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3846         instead of making an extra function call.  Don't add the current group
3847         to articles only when they have the group.  Use
3848         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3849         Reported by David <de_bb@arcor.de>.
3850
3851 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3854         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3855
3856 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * mail-source.el (mail-source-delete-incoming): Change default.
3859         Supplement doc string.
3860
3861         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3862
3863 2008-02-14  Glenn Morris  <rgm@gnu.org>
3864
3865         * time-date.el (format-seconds): New function.
3866
3867 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3868
3869         * nnmail.el (nnmail-message-id-cache-file): Derive from
3870         `gnus-home-directory'.
3871
3872 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3873
3874         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3875         Document negative prefix.
3876
3877         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3878
3879 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * message.el (message-unsent-separator): Add the Exim bounce
3882         separator.
3883
3884 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3885
3886         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3887         list.
3888         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3889         recipient/signer list.
3890
3891 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * Makefile.in (datarootdir): Define.
3894         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3895         name that might contain whitespace.
3896
3897 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3900         fbound (Emacs 23 unicode), signal an error.
3901
3902 2008-02-08  Glenn Morris  <rgm@gnu.org>
3903
3904         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3905
3906 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3907
3908         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3909         ports to the calls to `netrc-machine-user-or-password' in addition to
3910         "imap" and "imaps".
3911
3912 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3913
3914         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3915
3916         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3917
3918 2008-02-01  Kenichi Handa  <handa@m17n.org>
3919
3920         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3921         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3922         (rfc2104-hash): Convert the result of concat to unibyte string.
3923
3924 2008-02-01  Dave Love  <fx@gnu.org>
3925
3926         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3927         coding-system-for-read.
3928         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3929
3930 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3931
3932         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3933         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3934         <hanche@math.ntnu.no>.
3935
3936 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3939
3940         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3941
3942 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3943
3944         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3945         * message.el (message-beginning-of-line): Use featurep instead of bound
3946         tests in order to resolve conditionals at compile time.
3947
3948 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3949
3950         * mail-source.el (mail-sources): Add `group' choice.
3951
3952         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3953         parameter `in-group' to control into which group the articles go.
3954         Add treatment of `group' mail-source.
3955
3956 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3959
3960         * mm-decode.el (mm-dissect-buffer): Decode description.
3961
3962         * mml.el (mml-to-mime): Encode message header first.
3963
3964 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3967         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3968
3969         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3970         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3971
3972 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3973
3974         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3975
3976 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3979         prefix keys.
3980         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3981         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3982         gnus-xmas.el.
3983
3984         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3985         (gnus-xmas-article-describe-bindings): New function.
3986         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3987         gnus-xmas-article-describe-bindings.
3988
3989         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3990
3991 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3992
3993         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3994         Add new variables for article mark management.
3995         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3996         list of extra data entries which, when present, will indicate that the
3997         article ID should not be trimmed from the registry.
3998         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3999         functions.
4000         (gnus-registry-read-mark): New function to read a mark name from the
4001         user.
4002         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4003         (gnus-registry-set-article-mark-internal): New functions to add and
4004         remove marks.
4005         (gnus-registry-get-article-marks): New function to show the marks for
4006         an article, or retrieve them for further use.
4007
4008 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4011         keys when no argument is given.
4012
4013 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * imap.el (imap-ping-server): New variable.
4016         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4017         (imap-ping-server): Minor doc string fixes.
4018
4019 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4020
4021         * imap.el (imap-ping-server): New function.
4022         (imap-opened): Call imap-ping-server.
4023
4024 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4025
4026         * gnus-sum.el (gnus-article-sort-by-random)
4027         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4028         jidanni@jidanni.org.
4029
4030 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * gnus-art.el (gnus-article-describe-bindings): New function.
4033         (gnus-article-read-summary-keys): Use it.
4034         (gnus-article-mode-map): Bind `C-h b' to it.
4035
4036 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4039         XEmacs.
4040         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4041         against non-character events.
4042
4043         * lpath.el: Fbind map-keymap for Emacs 21.
4044
4045 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4046
4047         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4048         command.
4049         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4050         instead of END.  Change name of the temp file.
4051         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4052         customizable.
4053
4054 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4057         bind `S W' to gnus-article-wide-reply-with-original; set default
4058         binding to gnus-article-read-summary-send-keys.
4059         (gnus-article-read-summary-keys): Fix the order of keys; display
4060         continuation keys correctly in the echo area; describe bindings
4061         correctly when keys end with `C-h'.
4062         (gnus-article-read-summary-send-keys): New function.
4063         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4064         for gnus-article-read-summary-send-keys; display continuation keys
4065         correctly in the echo area.
4066         (gnus-article-reply-with-original): Ignore prefix argument.
4067         (gnus-article-wide-reply-with-original): New function.
4068
4069         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4070         Emacs 21.
4071
4072 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4075         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4076
4077 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4080         (gnus-group-read-ephemeral-gmane-group): New command.
4081
4082 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4083
4084         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4085
4086 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * message.el (message-send-mail-function): Increase custom version.
4089
4090         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4091         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4092
4093 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4096         for the cases where imap-authenticate is called with a nil buffer
4097         parameter.
4098
4099 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4102         html parts correctly; support forwarded messages.
4103         (gnus-article-browse-html-article): Remove work buffers.
4104
4105         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4106         compiling.
4107         (netrc-bound-and-true-p): New macro.
4108         (netrc-parse): Use it instead of bound-and-true-p that is not available
4109         in XEmacs 21.4.
4110
4111 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4112
4113         * gnus-registry.el (gnus-registry-mark-article)
4114         (gnus-registry-article-marks): Add functionality to mark articles
4115         through the Gnus registry.
4116
4117         * encrypt.el: Clarify documentation for the new pgg method.
4118         (encrypt-file-alist): Add PGG option.
4119         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4120         functionality.  Abstract password key and messaging to external
4121         functions.
4122         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4123         (encrypt-message-method-and-cipher): Add new convenience external
4124         functions.
4125         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4126         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4127
4128         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4129         (netrc-parse): Use encrypt-file-alist to determine if
4130         encrypt-find-model or encrypt-insert-file-contents should be used.
4131
4132         * encrypt.el: Clarify documentation.  Load password-cache or
4133         password, whichever one is found first, instead of autoloading.
4134
4135 2007-12-19  Glenn Morris  <rgm@gnu.org>
4136
4137         * mml.el (message-options-set, message-narrow-to-head)
4138         (message-in-body-p, message-mail-p, message-encode-message-body):
4139         Autoload.
4140         (message-remove-header, message-narrow-to-headers-or-head)
4141         (message-subscribed-p, message-make-mail-followup-to)
4142         (message-position-on-field, message-news-p)
4143         (message-options-set-recipient, message-generate-headers)
4144         (message-sort-headers): Declare as functions.
4145
4146 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4147
4148         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4149         convention in doc string.
4150
4151 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4154         title to html parts.
4155         (gnus-article-browse-html-article): Pass message header to it.
4156
4157         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4158
4159 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4162         or password compatible with XEmacs.
4163
4164 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4167         format document.
4168         (gnus-mime-delete-part): Don't write description line if empty.
4169         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4170
4171 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4172
4173         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4174         (gnus-summary-mark-read-and-unread-as-read)
4175         (gnus-summary-mark-current-read-and-unread-as-read)
4176         (gnus-summary-mark-unread-as-ticked): Doc fix.
4177         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4178
4179 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4182         Christoph Conrad <christoph.conrad@gmx.de>.
4183
4184 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4187         yes-or-no-p.
4188
4189 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * mm-decode.el (mm-add-meta-html-tag): New function.
4192         (mm-save-part-to-file, mm-pipe-part): Use it.
4193
4194         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4195         gnus-y-or-n-p instead of y-or-n-p.
4196         (gnus-article-browse-html-parts): Work with message/external-body; use
4197         mm-add-meta-html-tag.
4198
4199 2007-12-11  Glenn Morris  <rgm@gnu.org>
4200
4201         * gnus-cache.el: Require gnus-sum not just when compiling.
4202
4203         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4204
4205         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4206         definitions before use.
4207
4208         * mm-decode.el: Require gnus-util.
4209         (mm-remove-part): Only call delete-annotation on XEmacs.
4210
4211         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4212
4213         * nnmail.el: Require gnus-int.
4214
4215         * spam.el: Move `require's before `eval-when-compile's.
4216
4217         * gnus-ems.el (gnus-alive-p):
4218         * gnus-fun.el (message-goto-eoh):
4219         * gnus-util.el (gnus-group-name-decode):
4220         * mail-source.el (gnus-compress-sequence):
4221         * message.el (Info-goto-node, format-spec):
4222         * mm-bodies.el (message-options-get):
4223         * mm-decode.el (mm-view-pkcs7):
4224         * mm-util.el (gmm-write-region):
4225         * mml-smime.el (mml-compute-boundary)
4226         (gnus-completing-read-with-default):
4227         * mml.el (widget-button-press, gnus-make-hashtable):
4228         * mml1991.el (mm-decode-content-transfer-encoding)
4229         (mm-encode-content-transfer-encoding)
4230         (message-options-get, message-options-set):
4231         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4232         * nnfolder.el (gnus-request-group):
4233         * nnheader.el (ietf-drums-unfold-fws):
4234         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4235         * smime.el (gnus-run-mode-hooks):
4236         * spam-stat.el (gnus-message): Autoload.
4237
4238         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4239         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4240         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4241         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4242         Add declare-function compatibility definition.
4243
4244         * gnus-cache.el (nnvirtual-find-group-art):
4245         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4246         (gnus-add-image, gnus-add-wash-type):
4247         * gnus-group.el (nnkiboze-score-file):
4248         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4249         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4250         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4251         (message-tokenize-header, gnus-get-buffer-create)
4252         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4253         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4254         * gnus.el (gnus-group-decoded-name):
4255         * mail-source.el (imap-capability):
4256         * mm-bodies.el (message-options-set):
4257         * mm-decode.el (gnus-configure-windows):
4258         * mm-extern.el (message-goto-body):
4259         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4260         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4261         (epg-sub-key-validity, message-options-set):
4262         * mml.el (widget-event-point, gnus-configure-windows):
4263         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4264         * mml2015.el (epg-check-configuration, epg-configuration)
4265         (message-options-set):
4266         * nndb.el (nndb-request-article):
4267         * nnfolder.el (gnus-request-create-group):
4268         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4269         * nnmaildir.el (gnus-group-mark-article-read):
4270         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4271         * rfc1843.el (message-fetch-field):
4272         * spam.el (gnus-extract-address-components):
4273         Declare as functions.
4274
4275 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4278
4279         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4280
4281         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4282         bind show-trailing-whitespace for XEmacs.
4283
4284 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4287         new no-op macro for backward compatibility.
4288
4289         * imap.el (imap-string-to-integer): New function.
4290
4291 2007-12-09  Glenn Morris  <rgm@gnu.org>
4292
4293         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4294
4295         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4296         * message.el, mm-view.el, sieve-manage.el, smime.el:
4297         Add declare-function compatibility definition.
4298
4299         * gnus-art.el (w3-region, w3m-region, Info-menu):
4300         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4301         * gnus-sum.el (gnus-get-predicate):
4302         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4303         * message.el (mail-abbrev-in-expansion-header-p):
4304         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4305         (w3m-detect-meta-charset, w3m-region):
4306         * sieve-manage.el (password-read, password-cache-add)
4307         (password-cache-remove):
4308         * smime.el (password-read-and-add): Declare as functions.
4309
4310 2007-12-08  David Kastrup  <dak@gnu.org>
4311
4312         * gnus-sum.el (gnus-summary-simplify-subject-query):
4313         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4314         `message'.
4315
4316 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4319         it to bind idna-program, installation-directory, defined-colors, and
4320         face-attribute for XEmacs of the version that compiles defcustom forms.
4321
4322 2007-12-07  Glenn Morris  <rgm@gnu.org>
4323
4324         * gnus-art.el (article-make-date-line): Revert previous change.
4325
4326 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4327
4328         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4329
4330 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4331
4332         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4333         Call gnus-add-to-range ranges only once with a prepared article-list.
4334
4335 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4336
4337         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4338         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4339         group names with backslashes.  Reported by Tassilo Horn
4340         <tassilo@member.fsf.org>.
4341
4342 2007-12-06  Deepak Goel  <deego3@gmail.com>
4343
4344         * gnus-art.el (article-make-date-line):
4345         * gnus-start.el (gnus-load):
4346         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4347
4348 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-art.el (gnus-use-idna)
4351         * gnus-start.el (gnus-site-init-file)
4352         * message.el (message-use-idna)
4353         * mm-uu.el (mm-uu-hide-markers)
4354         * smiley.el (smiley-style): Revert changes that suppress warnings.
4355
4356 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4359         specify charset to html source.  Reported by Christoph Conrad
4360         <christoph.conrad@gmx.de>.
4361
4362 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4365         idna-program in order to suppress byte compile warning issued by XEmacs
4366         that came to byte compile the default value section of defcustom forms
4367         recently.
4368
4369         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4370         value of installation-directory.
4371
4372         * message.el (message-use-idna): Don't directly refer to the value of
4373         idna-program.
4374
4375         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4376
4377         * smiley.el (smiley-style): Don't directly call face-attribute.
4378
4379 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4382
4383         * gnus-dired.el: Reduce Gnus dependencies.
4384         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4385         require.  Use autoloads instead.
4386         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4387         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4388         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4389         (gnus-dired-mode): Adjust doc string.
4390         (gnus-dired-mail-mode): New variable.
4391         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4392         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4393         (gnus-dired-mail-buffers): New function.  Return mail or message
4394         composition buffers.
4395         (gnus-dired-attach): Use it.
4396         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4397         NO-DECODE.
4398         (gnus-dired-print): Use `gnus-print-buffer' depending on
4399         `gnus-dired-mail-mode'.
4400
4401 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * rfc2047.el (rfc2047-encoded-word-regexp)
4404         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4405         explaining what regexp patterns are for.
4406
4407 2007-12-04  Glenn Morris  <rgm@gnu.org>
4408
4409         * password.el: Move to password-cache.el.
4410
4411         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4412         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4413         * mml-smime.el (password-read, password-cache-add)
4414         (password-cache-remove):
4415         No need to autoload, since mml-sec requires password.
4416
4417         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4418         * message.el (gnus-extract-address-components):
4419         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4420
4421         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4422         password.
4423
4424 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * mailcap.el: Reduce dependencies.
4427         (mail-header-parse-content-type): Autoload.
4428         (mailcap-delete-duplicates): New alias.
4429         (mailcap-mime-info): Add optional argument NO-DECODE.
4430         (mailcap-mime-types): Use mailcap-delete-duplicates.
4431
4432         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4433
4434 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4435
4436         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4437         (imap-parse-status): Upcase status-att for servers that sends them
4438         lower-case (e.g., MS Exchange 2007).
4439
4440 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441
4442         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4443         function.
4444
4445         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4446         (gnus-uu-yenc-article): New function.
4447
4448         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4449
4450         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4451         buffer.
4452
4453 2007-12-02  Glenn Morris  <rgm@gnu.org>
4454
4455         * binhex.el (binhex): New custom group.
4456         (binhex-decoder-program, binhex-decoder-switches)
4457         (binhex-use-external): Move to the binhex custom group.
4458
4459         * uudecode.el (uudecode): New custom group.
4460         (uudecode-decoder-program, uudecode-decoder-switches)
4461         (uudecode-use-external): Move to the uudecode custom group.
4462
4463         * netrc.el (top-level): Don't load `encrypt' features.
4464         (netrc-parse): Don't use encrypt.
4465         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4466
4467         * encrypt.el: Remove file.
4468
4469 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4470
4471         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4472         matches on patches.
4473
4474         * gnus-art.el (gnus-article-browse-html-article): Mention
4475         `mm-text-html-renderer' in the doc string.
4476
4477         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4478         string.  Add comments.
4479
4480         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4481         if rhs is ASCII.
4482
4483 2007-12-01  Glenn Morris  <rgm@gnu.org>
4484
4485         * mail-source.el (top-level): Require format-spec before
4486         eval-when-compile.
4487
4488 2007-11-30  Glenn Morris  <rgm@gnu.org>
4489
4490         * encrypt.el: Require password, rather than autoloading password-read.
4491
4492 2007-11-29  Glenn Morris  <rgm@gnu.org>
4493
4494         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4495         (sasl-make-client, sasl-next-step, sasl-step-data)
4496         (sasl-step-set-data): Declare as functions.
4497
4498 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4501
4502 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4503
4504         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4505         certs should be verified and what is to be done in the event of a
4506         verification failure.
4507
4508         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4509         caller can indicate whether the cache should be disregarded for this
4510         call.  This way the result of the call is reproducible at all times and
4511         can be considered a canonical server name for the supplied method.
4512         (gnus-agent-method-p): Canonicalize server names by pushing their
4513         method through `gnus-method-to-server' using the no-cache argument.
4514
4515         * gnus-srvr.el (gnus-server-insert-server-line): Call
4516         `gnus-method-to-server' with `no-cache' argument.
4517
4518         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4519         gnus-agent-possibly-synchronize-flags as this should be called when the
4520         server is actually being opened.
4521         (gnus-agent-possibly-synchronize-flags)
4522         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4523         flags file of an agentized server to the latter function.
4524
4525         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4526         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4527         after a connection has been established successfully.
4528
4529 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-art.el (article-display-face): Force to display face if called
4532         interactively; check if gnus-article-x-face-too-ugly matches author.
4533         (article-display-x-face): Display face even if From header is missing
4534         as article-display-face does.
4535
4536 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4537
4538         * hashcash.el (message-narrow-to-headers-or-head)
4539         (message-fetch-field, message-goto-eoh)
4540         (message-narrow-to-headers): Declare as functions.
4541
4542 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4543
4544         * mail-source.el (mail-sources): Default to fetch from file for
4545         compatibility with default of nnmail-spool-file.
4546
4547 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4550         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4551         to look for encoded word that should be encoded again.
4552         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4553         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4554         encoding pattern.
4555         (rfc2047-decode-region): Switch strict regexp and loose one according
4556         to rfc2047-allow-irregular-q-encoded-words.
4557
4558 2007-11-25  Romain Francoise  <romain@orebokech.com>
4559
4560         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4561
4562 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * tls.el (tls-program): Provide more custom choices from
4565         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4566         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4567
4568 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4571         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4572
4573         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4574         `nnmail-spool-file'.
4575
4576         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4577         `nnmail-spool-file'.
4578
4579         * gnus-move.el (gnus-change-server): Ditto.
4580
4581         * gnus-kill.el (gnus-batch-score): Ditto.
4582
4583         * gnus-cache.el (gnus-jog-cache): Ditto.
4584
4585         * gnus-msg.el (gnus-summary-reply):
4586         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4587
4588 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4589
4590         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4591         version.  Minor improvement to doc strings.
4592         (tls-program): Add comment.
4593
4594 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4595
4596         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4597         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4598         mismatch between the hostname provided in the certificate and the name
4599         of the host connnecting to.
4600         (open-tls-stream): Use them.  Check certificates against trusted root
4601         certificates.
4602
4603 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4604
4605         * gnus-cache.el (gnus-cache-generate-nov-databases):
4606         Use nnml-generate-nov-databases-directory instead of
4607         nnml-generate-nov-databases-1.
4608
4609 2007-11-24  Glenn Morris  <rgm@gnu.org>
4610
4611         * message.el (message-tool-bar-retro): Update for rename
4612         mail_send.xpm->mail-send.xpm.
4613
4614 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4617         `smime-ldap-search' for Emacs 22 and up.
4618
4619 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4620
4621         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4622
4623         * message.el (message-send-mail-function): Fix error convention.
4624         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4625         (message-widen-reply, message-send-mail, message-talkative-question)
4626         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4627         (message-clone-locals, message-send-news): Use with-current-buffer.
4628         (message-insert-or-toggle-importance): Remove unused var `valid'.
4629         (message-make-references): Remove unused var `new-references'.
4630         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4631
4632 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4633
4634         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4635         (spam-split-symbolic-return-positive): Reflow docstring.
4636         (spam-backends, spam-summary-exit-behavior)
4637         (spam-mark-ham-unread-before-move-from-spam-group)
4638         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4639         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4640         (spam-clear-cache, spam-backend-check, spam-install-backend)
4641         (spam-install-statistical-backend, spam-list-of-processors)
4642         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4643         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4644         (spam-check-crm114, spam-initialize, spam-unload-hook):
4645         Fix typos in docstrings.
4646
4647 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4650         been checked if they have never been read and those group levels are
4651         higher than the one that a user specified.
4652
4653 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4656         foreign groups unless a group level is specified by a user.
4657         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4658
4659 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * message.el (message-send-mail-function): Require sendmail.
4662
4663 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * message.el (message-send-mail-function): Check for smtpmail too.
4666
4667         * utf7.el (utf7-encode, utf7-decode): Use coding system
4668         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4669
4670         * message.el (message-send-mail-function): New function.
4671         (message-send-mail-function): Set default using
4672         message-send-mail-function.  Adjust doc string.
4673         (message-send-mail-with-mailclient): New function.
4674
4675 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4676
4677         * smime.el (from):
4678         * rfc2047.el (message-posting-charset):
4679         * qp.el (mm-use-ultra-safe-encoding):
4680         * pop3.el (parse-time-months):
4681         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4682         * nnml.el (files):
4683         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4684         (jka-compr-compression-info-list, ange-ftp-path-format)
4685         (efs-path-regexp):
4686         * nndiary.el (files):
4687         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4688         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4689         (epg-digest-algorithm-alist, inhibit-redisplay)
4690         (password-cache-expiry):
4691         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4692         (pgg-output-buffer, password-cache-expiry):
4693         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4694         (efs-path-regexp):
4695         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4696         (inhibit-redisplay):
4697         * mm-uu.el (file-name, start-point, end-point, entry)
4698         (gnus-newsgroup-name, gnus-newsgroup-charset):
4699         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4700         (latin-unity-ucs-list):
4701         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4702         (mm-uu-binhex-decode-function):
4703         * message.el (gnus-message-group-art, gnus-list-identifiers)
4704         (rmail-enable-mime-composing, gnus-local-organization)
4705         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4706         (gnus-read-active-file, facemenu-add-face-function)
4707         (facemenu-remove-face-function, gnus-article-decoded-p)
4708         (tool-bar-mode):
4709         * mail-source.el (display-time-mail-function):
4710         * gnus-util.el (nnmail-pathname-coding-system)
4711         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4712         (gnus-original-article-buffer, gnus-user-agent)
4713         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4714         (xemacs-codename, sxemacs-codename, emacs-program-version):
4715         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4716         * gnus-start.el (gnus-agent-covered-methods)
4717         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4718         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4719         (gnus-newsgroup-headers, gnus-group-list-mode)
4720         (gnus-group-mark-positions, gnus-newsgroup-data)
4721         (gnus-newsgroup-unreads, nnoo-state-alist)
4722         (gnus-current-select-method, mail-sources)
4723         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4724         (nnmail-spool-file, gnus-cache-active-hashtb):
4725         * gnus-mh.el (mh-lib-progs):
4726         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4727         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4728         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4729         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4730         (gnus-group-buffer):
4731         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4732         (font-lock-set-defaults):
4733         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4734         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4735         (gnus-summary-post-menu, total-parts, type, condition, length):
4736         * gnus-agent.el (gnus-agent-read-agentview):
4737         * flow-fill.el (show-trailing-whitespace):
4738         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4739         eval-and-compile wrappers for byte compiler pacifiers.
4740
4741         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4742         (mm-display-inline-fontify): Check for featurep 'xemacs not
4743         extent-list.
4744
4745         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4746         itimer-list.
4747         (mm-create-image-xemacs): Only do something for XEmacs.
4748         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4749
4750         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4751
4752         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4753         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4754
4755 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4756
4757         * nnimap.el (nnimap-split-download-body):
4758         * gnus-demon.el (gnus-demon):
4759         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4760
4761 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4764         macros.
4765         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4766         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4767         copy data from unibyte buffer to multibyte current buffer.
4768         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4769         to copy data from unibyte current buffer to multibyte buffer.
4770         (nntp-make-process-buffer): Make process buffer unibyte.
4771
4772         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4773
4774 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4775
4776         * pop3.el (pop3-open-server): Accept and process data more robustly at
4777         connexion start to avoid spurious "POP SSL connexion failed" errors.
4778
4779 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4782         read group names.
4783
4784 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4785
4786         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4787
4788 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4791         (nnmail-save-active): Use a unibyte buffer when saving active file,
4792         which may contain non-ASCII group names.
4793
4794         * nnml.el (nnml-request-group): Decode group names in messages.
4795
4796 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4797
4798         * message.el (message-citation-line-function)
4799         (message-insert-formatted-citation-line): Fix spelling of
4800         `message-insert-formated-citation-line'.
4801
4802 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4803
4804         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4805
4806 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4809         nnmail-pathname-coding-system.
4810
4811         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4812         that a user enters; decode group names in messages.
4813
4814         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4815
4816 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4817
4818         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4819
4820         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4821
4822         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4823         risky local variable.
4824
4825         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4826
4827 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * encrypt.el: Improve documentation to fix function name typo.
4830         Reported by Daiki Ueno <ueno@unixuser.org>.
4831
4832 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4835         even if the point is not in the last page of an article.
4836         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4837         back to the previous page.
4838
4839 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4840
4841         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4842
4843 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4846
4847 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4848
4849         * message.el (message-check-news-body-syntax): Avoid
4850         mm-string-as-multibyte.
4851         (message-hide-headers): Don't assume (point-min)==1.
4852
4853 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * message.el (message-remove-blank-cited-lines): Fix if remove is
4856         given.
4857         (message-bogus-address-regexp): New variable.
4858         (message-bogus-recipient-p): New function.
4859         (message-check-recipients): New command.
4860         (message-syntax-checks): Add `bogus-recipient'.
4861         (message-fix-before-sending): Add `bogus-recipient'.
4862
4863         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4864         (gnus-treat-body-boundary): Don't test window-system.
4865
4866 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4867
4868         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4869
4870 2007-10-28  Miles Bader  <miles@gnu.org>
4871
4872         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4873         at compile-time too.
4874
4875 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * gnus-msg.el (gnus-message-setup-hook): Add
4878         `message-remove-blank-cited-lines' to options.
4879
4880 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * message.el (message-remove-blank-cited-lines): New function.
4883         Suggested by Karl Plästerer.
4884
4885 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4888         mapc.
4889
4890         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4891         (top-level): Use mapc to set functions to be traced for debugging.
4892
4893         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4894         called for effect with while loop.
4895
4896         * message.el (message-talkative-question): Replace mapcar called for
4897         effect with mapc.
4898
4899         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4900         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4901         called for effect with dolist.
4902
4903         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4904
4905         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4906         gnus-extra-headers and nnmail-extra-headers.
4907
4908         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4909         called for effect with dolist.
4910         (top-level): Use mapc to set functions to be traced for debugging.
4911
4912         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4913         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4914         dolist.
4915
4916         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4917         Replace mapcar called for effect with mapc.
4918         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4919         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4920         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4921         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4922
4923         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4924         remove-if that's a cl function.
4925
4926         * webmail.el (webmail-debug): Replace mapcar called for effect with
4927         dolist.
4928
4929         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4930         with mapc.
4931
4932 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4935         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4936         with while loop.
4937
4938         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4939         functions from article-* functions.
4940         (gnus-multi-decode-header): Replace mapcar called for effect with
4941         dolist.
4942
4943         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4944         (gnus-bookmark-show-details): Replace mapcar called for effect with
4945         while loop.
4946
4947         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4948         called for effect with while loop.
4949
4950         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4951         with dolist.
4952
4953         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4954         mapcar called for effect with dolist.
4955
4956         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4957
4958         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4959         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4960         Replace mapcar called for effect with dolist.
4961         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4962         mapc.
4963
4964         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4965         Replace mapcar called for effect with dolist.
4966         (gnus-topic-list): Replace mapcar called for effect with mapc.
4967
4968         * gnus.el: Use mapc instead of mapcar to add autoloads.
4969
4970 2007-10-23  Richard Stallman  <rms@gnu.org>
4971
4972         * gnus-group.el (gnus-group-highlight): Mark as risky.
4973
4974 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus.el (gnus-server-to-method): Return method found first in
4977         gnus-newsrc-alist.
4978
4979         * gnus-art.el (gnus-article-highlight-signature)
4980         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4981         button overlay without the front stickiness.
4982
4983 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4984
4985         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4986         overview buffer needed a catch to receive its throw.
4987         (gnus-agent-flush-cache): Declared as interactive to make this function
4988         easier to use.
4989
4990 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4993         `next-line'.
4994
4995 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4998         exclude address matching message-dont-reply-to-names.
4999
5000 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * gnus-util.el (gnus-string<): New function.
5003
5004         * gnus-sum.el (gnus-article-sort-by-author)
5005         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5006
5007 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5010         the frame-focus tag is set in gnus-buffer-configuration.
5011
5012 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5015         the front stickiness.
5016
5017 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5020         url pattern; remove duplicate one.
5021         (gnus-article-extend-url-button): New function.
5022         (gnus-article-add-buttons): Use it.
5023         (gnus-button-push): Use concatenated url that it makes.
5024
5025 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5026
5027         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5028
5029 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5030
5031         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5032         Don't hardcode point-min==1.
5033
5034 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5037         Fix comment about "iso8859-1".
5038
5039 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5040
5041         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5042         ones returned from the verify-function.
5043
5044         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5045         mml2015-extract-cleartext-signature if extraction failed.
5046
5047 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5048
5049         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5050         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5051         failed.
5052
5053 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5056
5057 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5060         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5061         recommends to use EasyPG instead of PGG.
5062
5063         * pgg.el: Revert to revision 6.23.2.16.
5064
5065         * pgg-def.el: Revert to revision 6.6.2.14.
5066
5067         * pgg-gpg.el: Revert to revision 6.23.2.34.
5068
5069 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5070
5071         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5072         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5073         thread for both the null and zero (kill/expire thread) universal prefix
5074         cases.
5075         (gnus-summary-expire-thread): Add new function to expire a thread,
5076         using gnus-summary-kill-thread.
5077         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5078         shortcuts for gnus-summary-expire-thread.
5079         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5080         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5081
5082 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5083
5084         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5085         extras value, so an extras entry can be deleted.
5086         (gnus-registry-delete-extra-entry): Use it.
5087         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5088         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5089         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5090         storage through the gnus-registry, and provide an appropriate API for
5091         it.
5092
5093 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5096         Suggested by Leo <sdl.web@gmail.com>.
5097
5098         * gnus.el: Do.
5099
5100 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5103         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5104
5105         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5106
5107         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5108         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5109
5110 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5113         newline.
5114         (nnmbox-request-accept-article): Don't change article in source buffer;
5115         narrow to header to use message-fetch-field rather than
5116         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5117         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5118         as delimiters; make sure article ends with newline.
5119         (nnmbox-delete-mail): Correct last position of article to be deleted;
5120         ignore X-Gnus-Newsgroup header in article body.
5121         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5122         positions; make sure article ends with newline.
5123
5124         * message.el (message-display-abbrev): Don't infloop when a user
5125         inserts SPC in the beginning of header.
5126
5127         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5128         coding-system-for-read and coding-system-for-write for XEmacs having no
5129         file-coding feature.
5130
5131         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5132
5133 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5134
5135         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5136         list of groups not followed by default.  Fix type to be regexp.
5137         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5138
5139 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5140
5141         * hmac-def.el (define-hmac-function): Switch from old-style to
5142         new-style backquotes.
5143
5144         * md4.el (md4-make-step): Likewise.
5145
5146 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5149         raw-text coding system when saving .newsrc file, which may contain
5150         non-ASCII group names.
5151
5152 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-cus.el (gnus-score-extra): New widget.
5155         (gnus-score-extra-convert): New function.
5156         (gnus-score-customize): Use it for Extra.
5157
5158 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5159
5160         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5161         (mml2015-mailcrypt-clear-verify): Use it.
5162         (mml2015-gpg-clear-verify): Use it.
5163         (mml2015-pgg-clear-verify): Use it.
5164         (mml2015-epg-clear-verify): Replace the current part with the output
5165         from GnuPG; don't extract the plaintext by itself.
5166
5167         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5168         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5169         mml2015-clear-verify-function; don't touch the armor headers or
5170         dash-escaped text here.
5171
5172 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5175         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5176         parts, or application/octet-stream as a last resort.
5177         (gnus-mime-view-part-as-type): Don't toggle display.
5178         (gnus-mime-view-part-as-charset): Don't turn off display before
5179         querying charset.
5180
5181         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5182         stuff to undisplayer function in Emacs.
5183         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5184
5185         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5186         text/calendar parts.
5187
5188 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5191         decoding text/calendar parts.
5192
5193         * message.el (message-forward-make-body-mime): Always mark body as
5194         having no illegible text; remove signed-or-encrypted argument.
5195         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5196
5197         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5198         (mml-generate-mime-1): Don't encode body if it is specified to be in
5199         raw form; don't make buffer be unibyte when inserting multibyte string.
5200
5201 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5202
5203         * sha1.el: Fix up comment style.
5204         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5205         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5206
5207         * hex-util.el: Fix up comment style.
5208         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5209
5210         * gnus-salt.el: Use with-current-buffer.
5211         (gnus-pick-setup-message): Fix long-standing typo.
5212
5213 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * imap.el (imap-logout-timeout): New variable.
5216         (imap-logout, imap-logout-wait): New functions.
5217         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5218
5219         * nnimap.el (nnimap-logout-timeout): New server variable.
5220         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5221         nnimap-logout-timeout.
5222
5223         * gnus-art.el (gnus-article-summary-command-nosave)
5224         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5225
5226 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus.el (gnus-maximum-newsgroup): New variable.
5229
5230         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5231         according to gnus-maximum-newsgroup.
5232
5233         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5234         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5235         Limit the range of articles according to gnus-maximum-newsgroup.
5236
5237 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5238
5239         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5240         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5241         Don't perform gnus-configure-windows here; reuse existing sticky
5242         article buffer.
5243
5244         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5245         it doesn't exist in gnus-article-mode.
5246
5247 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5250         (gnus-agent-decoded-group-name): New function.
5251         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5252         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5253
5254 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5255
5256         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5257         Add binding for gnus-sticky-article.
5258         (gnus-summary-exit): Don't kill sticky article buffers.
5259
5260         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5261         article buffer.
5262         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5263         (gnus-kill-sticky-article-buffers): New commands.
5264
5265 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * nntp.el (nntp-xref-number-is-evil): New server variable.
5268         (nntp-find-group-and-number): If it is non-nil, don't trust article
5269         numbers in the Xref header.
5270
5271 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-agent.el (gnus-agent-read-group): New function.
5274         (gnus-agent-flush-group, gnus-agent-expire-group)
5275         (gnus-agent-regenerate-group): Use it.
5276         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5277         nnmail-pathname-coding-system.
5278
5279 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5282
5283         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5284         that are unread as unread, and also as selected so that information of
5285         marks having been changed by a user may be updated when exiting group.
5286
5287 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5290         calculated ignoring signature parts to gnus-treat-article.
5291
5292 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5295         a point here in order to keep the window start.
5296         (gnus-insert-mime-security-button): Make a button overlay without the
5297         front stickiness.
5298         (gnus-mime-display-security): Goto the end of a button.
5299
5300         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5301
5302 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5305         group-name-at-point.
5306         (gnus-group-completing-read): New function that offers decoded
5307         non-ASCII group names for completion.
5308         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5309         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5310         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5311         (gnus-group-fetch-control): Use it.
5312         (gnus-fetch-group): Use group-name-at-point for the initial value
5313         rather than the default value; use gnus-alive-p.
5314
5315         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5316         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5317         (gnus-summary-post-news): Use gnus-group-completing-read.
5318
5319         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5320         (gnus-read-move-group-name): Decode group name for completion.
5321
5322 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5325         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5326         Yamaoka slightly modified the code).
5327
5328 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5331         (nnmail-split-incoming): Bind it.
5332
5333         * nnml.el (nnml-group-name-charset): New function.
5334         (nnml-decoded-group-name): Use it; don't decode group name if
5335         nnmail-group-names-not-encoded-p is non-nil.
5336         (nnml-encoded-group-name): New function.
5337         (nnml-group-pathname): Inline nnml-decoded-group-name.
5338         (nnml-request-expire-articles): Decode group name in message.
5339         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5340         nnmail-pathname-coding-system.
5341         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5342         not decoded ones according to nnmail-group-names-not-encoded-p.
5343         (nnml-generate-active-info): Use nnml-encoded-group-name.
5344
5345 2007-08-08  Glenn Morris  <rgm@gnu.org>
5346
5347         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5348         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5349         doc-strings and comments.
5350
5351 2007-07-25  Glenn Morris  <rgm@gnu.org>
5352
5353         * Relicense all FSF files to GPLv3 or later.
5354
5355 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-sum.el (gnus-summary-move-article): Make
5358         gnus-summary-respool-article work.
5359
5360 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5363         string.
5364
5365 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5366
5367         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5368         that should be ignored when comparing distant RSS articles with local
5369         ones.
5370         (nnrss-make-hash-index): New function.  Create a hash index according
5371         to the ignored fields.
5372         (nnrss-check-group): Use it.
5373
5374 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5377
5378         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5379
5380         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5381         the new optional argument ENCODED is non-nil.
5382         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5383         coding system for encoding group name.
5384         (gnus-group-make-rss-group): Pass un-encoded group name to
5385         gnus-group-make-group.
5386         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5387         encoded.
5388
5389         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5390         Encode group name to which articles are moved or copied.
5391         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5392         coding system for encoding Newsgroup, Followup-To and Xref headers.
5393
5394         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5395         marks; use nnheader-file-coding-system to write a file.
5396         (nnagent-retrieve-headers): Bind file-name-coding-system to
5397         nnmail-pathname-coding-system.
5398
5399         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5400
5401         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5402         (nnml-request-article, nnml-request-create-group)
5403         (nnml-request-rename-group, nnml-find-id)
5404         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5405         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5406         (nnml-save-marks): Use nnml-group-pathname instead of
5407         nnmail-group-pathname.
5408
5409         (nnml-request-create-group, nnml-request-expire-articles)
5410         (nnml-request-move-article, nnml-request-delete-group)
5411         (nnml-deletable-article-p, nnml-possibly-create-directory)
5412         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5413         (nnml-open-marks): Bind file-name-coding-system to
5414         nnmail-pathname-coding-system.
5415
5416         (nnml-request-article): Pass server argument to nnml-find-group-number.
5417         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5418         server argument to nnml-possibly-create-directory.
5419         (nnml-request-accept-article): Pass server argument to
5420         nnml-active-number and nnml-save-mail.
5421         (nnml-find-group-number): Pass server argument to nnml-find-id.
5422         (nnml-request-update-info): Pass server argument to
5423         nnml-marks-changed-p.
5424
5425         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5426         (nnml-save-mail, nnml-active-number): Add server argument.
5427
5428         (nnml-request-delete-group): Warn if group is missing.
5429         (nnml-get-nov-buffer): Decode group name.
5430         (nnml-generate-active-info): Encode group name.
5431         (nnml-open-marks): Decode group name in messages.
5432
5433 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5436         if it is not specified.
5437         (gnus-article-pipe-part, gnus-article-save-part)
5438         (gnus-article-interactively-view-part, gnus-article-copy-part)
5439         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5440         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5441         (gnus-article-replace-part, gnus-article-delete-part)
5442         (gnus-article-view-part-as-type): Pass raw prefix argument to
5443         gnus-article-part-wrapper.
5444
5445 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * gnus-agent.el (gnus-agent-save-active): Bind
5448         nnheader-file-coding-system to gnus-agent-file-coding-system.
5449
5450         * gnus-cache.el (gnus-cache-save-buffers)
5451         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5452         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5453         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5454         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5455         (gnus-cache-generate-active, gnus-cache-rename-group)
5456         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5457         (gnus-cache-update-overview-total-fetched-for): Bind
5458         file-name-coding-system to nnmail-pathname-coding-system.
5459         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5460         variables.
5461         (gnus-cache-decoded-group-name): New function.
5462         (gnus-cache-file-name): Use it.
5463         (gnus-cache-generate-active): Use non-decoded group name for active.
5464
5465         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5466         right place.
5467         (gnus-write-active-file): Don't break non-ASCII group names.
5468
5469         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5470         nnmail-pathname-coding-system.
5471
5472         * lpath.el: Bind default-file-name-coding-system,
5473         file-name-coding-system and language-info-alist for XEmacs.
5474
5475         * gnus-uu.el (gnus-uu-decode-save): Typo.
5476
5477 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5480
5481 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5484         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5485         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5486         (gnus-agent-flush-group, gnus-agent-flush-cache)
5487         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5488         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5489         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5490         (gnus-agent-regenerate-group)
5491         (gnus-agent-update-files-total-fetched-for)
5492         (gnus-agent-update-view-total-fetched-for): Bind
5493         file-name-coding-system to nnmail-pathname-coding-system.
5494         (gnus-agent-group-pathname): Don't encode file names by
5495         nnmail-pathname-coding-system.
5496         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5497         coding-system-for-write instead of buffer-file-coding-system to
5498         gnus-agent-file-coding-system.
5499
5500         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5501         Decode group name.
5502
5503         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5504
5505         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5506         (gnus-read-newsrc-el-file): Make group names unibyte.
5507
5508         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5509         nnmail-pathname-coding-system.
5510
5511         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5512         (nnrss-request-delete-group): Bind file-name-coding-system to
5513         nnmail-pathname-coding-system.
5514         (nnrss-read-server-data, nnrss-read-group-data): Bind
5515         file-name-coding-system correctly.
5516         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5517
5518         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5519         (nntp-server-to-method-cache): New variable.
5520         (nntp-group-pathname): New function that decodes non-ASCII group names.
5521         (nntp-possibly-create-directory, nntp-marks-changed-p)
5522         (nntp-save-marks, nntp-open-marks): Use it.
5523         (nntp-possibly-create-directory, nntp-open-marks):
5524         Bind file-name-coding-system to nnmail-pathname-coding-system.
5525         (nntp-open-marks): Decode group names when bootstrapping marks.
5526
5527         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5528         Newsgroups and Folowup-To headers.
5529
5530 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5533         (gnus-server-closed-face, gnus-server-denied-face)
5534         (gnus-server-offline-face): Remove variable.
5535         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5536
5537         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5538         of modifying message-stack directly for XEmacs.
5539
5540         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5541         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5542         if the coding-system argument is nil for XEmacs.
5543
5544         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5545         mm-charset-override-alist.
5546
5547         * rfc2047.el: Don't require base64; require rfc2045 for the function
5548         rfc2045-encode-string.
5549         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5550         to quote the parameter value.
5551
5552 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5555         form in gnus-group-name-charset-method-alist.
5556
5557         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5558         overrides the default layout edit-form.
5559
5560         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5561
5562         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5563
5564 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5567         as unfetched articles.
5568
5569 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5572
5573 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5576         original back end that keeps marks in the local system.
5577
5578 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5581         arg of pop-to-buffer for XEmacs.
5582         (gnus-article-read-summary-keys): Ditto; don't restore window
5583         configuration if summary command ends up with neither article buffer
5584         nor summary buffer; describe bindings if summary keys end with C-h.
5585
5586 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * message.el (message-fix-before-sending): Skip raw message part to be
5589         forwarded while checking illegible text.
5590         (message-forward-make-body-mime, message-forward-make-body): Mark
5591         signed or encrypted raw message as having no illegible text.
5592
5593 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5596         (gnus-message-with-timestamp-1): New macro.
5597         (gnus-message-with-timestamp): New function.
5598         (gnus-message): Use them.
5599
5600         * nnheader.el (nnheader-message): Use them.
5601
5602 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5605         .newsrc.eld file.
5606
5607 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-agent.el (gnus-agent-fetch-headers)
5610         (gnus-agent-retrieve-headers): Bind
5611         gnus-decode-encoded-address-function to identity.
5612
5613         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5614         available also when the server returns simply a dot.
5615
5616         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5617
5618 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5621
5622 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * gnus-ems.el (gnus-x-splash): Make it work.
5625
5626         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5627         from being used.
5628
5629         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5630
5631 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5634         4th and the 5th arguments.
5635
5636         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5637         the front stickiness.
5638         (gnus-article-summary-command-nosave): Correct the order of the
5639         arguments passed to pop-to-buffer.
5640         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5641         summary command ends up with the article buffer.
5642
5643         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5644         the same faces.
5645
5646 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5647
5648         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5649
5650 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5651
5652         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5653         * gnus-sum.el (gnus-summary-highlight):
5654         * pgg.el (pgg-sign-region, pgg-sign):
5655         * mail-source.el (mail-source-delete-old-incoming-confirm):
5656         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5657
5658 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-art.el (gnus-mime-view-part-externally)
5661         (gnus-mime-view-part-internally): Fix predicate function passed to
5662         completing-read.
5663
5664         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5665
5666         * gnus.el (gnus-update-message-archive-method): Add :version.
5667
5668 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus.el (gnus-update-message-archive-method): New variable.
5671
5672         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5673         according to gnus-message-archive-method if
5674         gnus-update-message-archive-method is non-nil.
5675
5676 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5679         by Loic Dachary <loic@dachary.org>.
5680         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5681
5682 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * message.el (message-pop-to-buffer): Add switch-function argument.
5685         (message-mail): Pass switch-function argument to it.
5686
5687 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5690         Improve doc string.
5691
5692 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5695         (gnus-header-content)
5696         * gnus-cite.el (gnus-cite-10)
5697         * gnus-srvr.el (gnus-server-closed)
5698         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5699         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5700         (gnus-group-mail-3-empty, gnus-group-mail-low)
5701         (gnus-group-mail-low-empty, gnus-splash)
5702         * message.el (message-header-to, message-header-cc)
5703         (message-header-subject, message-header-other, message-header-name)
5704         (message-header-xheader, message-separator, message-cited-text)
5705         (message-mml): Lighten colors of faces used for dark background.
5706
5707 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5708
5709         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5710         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5711
5712 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * message.el (message-narrow-to-headers-or-head):
5715         Ignore mail-header-separator in the body.
5716
5717 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5720         same as window size.
5721
5722 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5723
5724         * message.el (message-font-lock-keywords): Use message-header-xheader
5725         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5726         ahead of the anything pattern, to get it recognised.
5727
5728 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5731         spam.el loads uses it in the compiled defadvice form.
5732
5733 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5734
5735         * gnus-sum.el (gnus-articles-to-read)
5736         (gnus-summary-insert-old-articles): Don't truncate group name for
5737         `read-string'.
5738
5739         * gnus-util.el (gnus-limit-string): Delete this function.
5740
5741         * gnus-sum.el (gnus-simplify-subject-fully): Use
5742         `truncate-string-to-width' instead.
5743
5744 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5745
5746         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5747         if, on summary exit, the next group has to be selected.
5748         (gnus-summary-exit): Use it.
5749
5750 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5753         non-break space.
5754
5755 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5758         Check if group is not a directory.
5759         (nnfolder-request-expire-articles): Don't delete articles if the target
5760         group is not available.
5761
5762         * nnml.el (nnml-request-create-group): Properly check if group is not a
5763         file.
5764         (nnml-request-expire-articles): Don't delete articles if the target
5765         group is not available.
5766
5767         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5768         Don't quote characters that are within parentheses.
5769
5770 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5773         (gnus-handle-ephemeral-exit): Select article according to it.
5774
5775 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * message.el (message-insert-formated-citation-line): Remove newline.
5778         (message-citation-line-format): Add final \n here so that the user can
5779         avoid a blank line.
5780
5781 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5782
5783         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5784         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5785         Update lanl/arXiv support.
5786
5787 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus.el: Bump version number.
5790
5791 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5792
5793         * gnus.el (gnus-version-number): Bump version.
5794
5795 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5796
5797         * gnus.el: No Gnus v0.6 is released.
5798
5799 2007-04-27  Didier Verna  <didier@xemacs.org>
5800
5801         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5802         * gmm-utils.el (gmm-regexp-concat): here.
5803         * message.el: Don't require 'gnus-util.
5804         (message-dont-reply-to-names): Handle name change above.
5805         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5806
5807 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5810         since the initial value varies according to the system.
5811
5812 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5815
5816 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5817
5818         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5819
5820 2007-04-24  Didier Verna  <didier@xemacs.org>
5821
5822         Improve the type of gnus-ignored-from-addresses.
5823         * gnus-util.el (gnus-orify-regexp): New function.
5824         * message.el (gnus-util): Require it.
5825         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5826         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5827         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5828
5829 2007-04-24  Didier Verna  <didier@xemacs.org>
5830
5831         * gnus-sum.el:
5832         * gnus-utils.el: Fix some trailing whitespaces.
5833
5834 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5837         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5838         article's Message-ID; refer parent article in summary buffer.
5839
5840         * message.el (message-bounce): Call mime-to-mml.
5841
5842         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5843         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5844         optimize and/or forms properly.
5845
5846 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5849         URL.
5850
5851 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5854
5855 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5858         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5859         displayed of multipart/alternative part if it is invoked from summary
5860         buffer.
5861
5862         * mm-view.el (mm-inline-text-html-render-with-w3m)
5863         (mm-inline-text-html-render-with-w3m-standalone)
5864         (mm-inline-render-with-function): Use mail-parse-charset by default.
5865
5866 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5867
5868         * parse-time.el (parse-time-string-chars): Check if CHAR
5869         is less than the length of parse-time-syntax.
5870
5871 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5874         from gnus-newsgroup-processable.
5875
5876 2007-04-16  Didier Verna  <didier@xemacs.org>
5877
5878         * gnus-msg.el (gnus-configure-posting-styles): Handle
5879         message-signature-directory properly with :file syntax.  Reported by
5880         "Leo".
5881
5882 2007-04-11  Didier Verna  <didier@xemacs.org>
5883
5884         New user option: message-signature-directory.
5885         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5886         * message.el (message-insert-signature): Ditto.
5887         * message.el (message-signature-file): Doc update.
5888         * message.el (message-signature-directory): New.
5889
5890 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * gnus-msg.el (gnus-inews-yank-articles): Use
5893         message-exchange-point-and-mark instead of exchange-point-and-mark.
5894
5895 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * message.el (message-yank-original): Make sure cited text ends with
5898         newline; don't exchange point and mark.
5899
5900 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5901
5902         * tls.el (open-tls-stream): Properly handle case where there
5903         is no associated buffer.
5904
5905 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5906
5907         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5908         message-yank-original, make sure (< mark TEXT point).
5909
5910 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * message.el (message-fill-column): New variable.
5913         (message-mode): Use it.  Add comment on a possible new hook.
5914
5915         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5916         (nnmail-get-new-mail): Reformat.
5917
5918         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5919
5920         * gmm-utils.el: Fix Commentary.
5921         (gmm-tool-bar-from-list): Fix typo in doc string.
5922
5923 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5924
5925         * message.el (message-yank-original): Don't switch point and mark
5926         unnecessarily to put point and mark as documented.
5927
5928 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5931         from the message heads.
5932
5933 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5934
5935         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5936         article buffer does not have a window.  This may not be the best
5937         solution but is certainly better than setting the start of the null,
5938         that is the current, window.
5939
5940 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5943         (gnus-draft-setup): Run it.
5944
5945         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5946         gnus-score-fast-scoring.  Allow regexp.
5947         (gnus-score-headers): Use it.
5948
5949         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5950         XEmacs.
5951
5952         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5953         string.
5954         (gnus-button-alist): Also catch `<f1> k ...'.
5955         (gnus-treat-display-x-face): Fix doc string.
5956
5957 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5958
5959         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5960         evaluation of gnus-extended-version to ensure correct generation of the
5961         User-Agent header when message-generate-headers-first is used.
5962
5963 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5964
5965         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5966         hashcash-path is nil.  Don't call callback with incorrect number of
5967         parameters if val is 0.
5968
5969 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5970
5971         * message.el (message-required-news-headers):
5972         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5973
5974 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5975
5976         * tls.el (open-tls-stream): In handshake-waiting loop,
5977         don't wait more if there is output available to process.
5978
5979 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5980
5981         * tls.el (tls-program): Doc fix.
5982
5983 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * message.el (message-generate-new-buffers): Change the meaning of the
5986         nil value; add `standard' to the choices; treat t as `unique'; improve
5987         doc string.
5988         (gnus-select-frame-set-input-focus): Autoload.
5989         (message-buffer-name): Search for the existing message buffer if
5990         message-generate-new-buffers is nil or `standard'; treat the value t of
5991         message-generate-new-buffers as `unique'.
5992         (message-pop-to-buffer): Raise the frame already displaying the message
5993         buffer; clear the echo area after querying.
5994         (message-setup): Pass the `continue' argument to compose-mail.
5995         (message-mail): Prefer `switch-function' if it is given; search for the
5996         existing message buffer if the `continue' argument is non-nil; pass
5997         continue and switch-function arguments to compose-mail by way of
5998         message-setup.
5999         (message-mail-other-window): Adjust argument of message-setup.
6000         (message-mail-other-frame): Ditto.
6001
6002 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6005         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6006         to turn font-lock on when turning gnus-message-citation-mode on.
6007
6008 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6009
6010         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6011         (mml-smime-function-alist): New variable; add epg as the backend.
6012         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6013         mml-smime- functions instead.
6014         * mm-view.el: Require smime.
6015
6016 2007-03-05  Didier Verna  <didier@xemacs.org>
6017
6018         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6019         instead of just inheritance for posting styles.
6020         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6021
6022 2007-02-24  Chris Moore  <dooglus@gmail.com>
6023
6024         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6025         * pgg-pgp.el (pgg-pgp-encrypt-region):
6026         * pgg-gpg.el (pgg-gpg-encrypt-region):
6027         Check pgg-encrypt-for-me if no other recipients.
6028
6029 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6030
6031         * tls.el (tls-certtool-program): Fix custom type.
6032
6033 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6036         and point-at-eol instead of line-(beginning|end)-position.
6037
6038         * assistant.el (assistant-parse-buffer): Ditto.
6039
6040         * netrc.el (netrc-parse-services): Ditto.
6041
6042 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6043
6044         * mml2015.el (mml2015-epg-find-usable-key): New function.
6045         (mml2015-epg-sign): Use it.
6046         (mml2015-epg-encrypt): Use it.
6047
6048 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * message.el (message-make-in-reply-to): Quote name containing
6051         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6052         if there are special characters.  Reported by NAKAJI Hiroyuki
6053         <nakaji@jp.freebsd.org>.
6054
6055 2007-02-27  Didier Verna  <didier@xemacs.org>
6056
6057         Include the group parameters as well as the topic ones in the
6058         inheritance filter process.
6059         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6060         argument GROUP-PARAMS-LIST.
6061         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6062
6063 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * nntp.el (nntp-never-echoes-commands)
6066         (nntp-open-connection-functions-never-echo-commands): New variables.
6067         (nntp-send-command): Use them.
6068
6069 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6070
6071         * mml2015.el (mml2015-epg-verify): Simplified.
6072
6073 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * mml.el (mml-content-disposition-alist): New user option.
6076         (mml-content-disposition): New function.
6077         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6078         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6079
6080 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6081
6082         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6083         verification.
6084
6085 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6086
6087         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6088         articles posted in the last 24 hours.
6089
6090 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6091
6092         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6093
6094 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6095
6096         * nntp.el (nntp-send-command): Don't wait for echoes when
6097         nntp-open-ssl-stream is used.
6098
6099 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6102         (gnus-message-add-citation-keywords)
6103         (gnus-message-remove-citation-keywords): Remove.
6104         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6105         directly, make the variables in font-lock-defaults buffer-local, add
6106         gnus-message-citation-keywords to them and then update the value of
6107         font-lock-keywords.
6108
6109 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * message.el (message-cite-original-1): Don't call
6112         gnus-article-highlight-citation.
6113
6114         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6115         citations; fix line count.
6116
6117 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6120         (gnus-message-add-citation-keywords)
6121         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6122         versions of font-lock-add-keywords and font-lock-remove-keywords to
6123         work with XEmacs correctly.
6124
6125 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-cite.el (gnus-cite-face-list): Set the values of
6128         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6129         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6130         (gnus-message-cite-prefix-regexp): New variable.
6131         (gnus-message-search-citation-line): Use it; protect against long
6132         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6133         the 0th match data for Emacs.
6134         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6135         (gnus-message-add-citation-keywords): Append keywords rather than
6136         prepending; emulate font-lock-add-keywords if it is not available.
6137         (gnus-message-remove-citation-keywords): Emulate
6138         font-lock-remove-keywords if it is not available.
6139
6140         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6141
6142         * message.el (message-cite-prefix-regexp): Set the value of
6143         gnus-message-cite-prefix-regexp.
6144
6145 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6146
6147         * nnweb.el (nnweb-google-parse-1): Update parser.
6148
6149 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6150
6151         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6152
6153 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6154
6155         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6156         regexp.
6157
6158 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6161         string-to-multibyte.
6162         (uudecode-decode-region-internal): Use it.
6163
6164         * lpath.el: Fbind string-as-multibyte for XEmacs.
6165
6166 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6169         custom choice.
6170
6171         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6172
6173 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6174
6175         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6176
6177         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6178         `write-region' to respect `mm-inhibit-file-name-handlers'.
6179
6180 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6183         Use gnus-home-directory instead of "~/" or "$HOME".
6184
6185 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6188         to mention filename.
6189         Add comments at beginning regarding usage.
6190         (encrypt-write-file-contents): Change interactive so a string is
6191         acceptable.  If the file has no associated model, show an error instead
6192         of a nonsense prompt.
6193
6194 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6195
6196         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6197         Thanks to Yoshihiko Yamada for kind notification of this typo.
6198
6199 2007-01-12  Kenichi Handa  <handa@m17n.org>
6200
6201         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6202         multibyte buffer.
6203
6204 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus-score.el (gnus-score-fast-scoring): New variable.
6207         (gnus-score-headers): Use it.
6208
6209         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6210
6211         * message.el (message-cite-original-1): Call
6212         gnus-article-highlight-citation if requested.
6213         (message-make-from): Allow name and address as optional arguments.
6214
6215         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6216
6217         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6218         bugs to doc string.
6219         (gnus-button-alist): Add mid\\|message-id.
6220         (gnus-button-fetch-group): Extend for use in
6221         `browse-url-browser-function'.
6222         (gnus-button-url-regexp): Try to catch paired parentheses like in
6223         Wikipedia URLs.
6224
6225         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6226         Suggested by Simon Krahnke <overlord@gmx.li>.
6227
6228 2007-01-13  Romain Francoise  <romain@orebokech.com>
6229
6230         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6231         Update copyright.
6232
6233 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6234
6235         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6236
6237 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6238
6239         * gnus-registry.el (gnus-registry-unfollowed-groups)
6240         (gnus-registry-split-fancy-with-parent): Fix documentation.
6241
6242 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6245         from nnweb groups.
6246
6247 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6250         Xref urls.  Erase buffer before requesting head.
6251
6252 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6255         customizable.
6256
6257 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6258
6259         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6260         no signing key is found.
6261         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6262         no encrypting and/or signing key is found.
6263
6264 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6267
6268 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6269
6270         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6271         headers read from disk with the ones newly found in the current search.
6272         This should no longer cause problems, because the article numbers in
6273         Gmane's `nov.php' output are ignored since the previous change.
6274
6275 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6276
6277         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6278
6279 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6282         replace-regexp-in-string; bind url-version; fbind display-images-p and
6283         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6284         find-face and set-itimer-function for Emacs; bind itimer-list for
6285         Emacs.
6286
6287         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6288
6289 2007-01-01  Romain Francoise  <romain@orebokech.com>
6290
6291         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6292
6293 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6294
6295         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6296         `define-minor-mode' macro definition expanded properly.
6297         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6298         exclude it there.
6299
6300         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6301         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6302         `fboundp' test.
6303         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6304         This is OK to autoload in (S)XEmacs now.
6305
6306 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6307
6308         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6309         keystroke.
6310         (gnus-summary-limit-to-singletons): Fix typo.
6311
6312         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6313         else fails.
6314
6315 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6316
6317         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6318         docstring.
6319
6320         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6321         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6322         (gnus-summary-insert-dormant-articles): Fix typo in message.
6323
6324 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6327         nil for XEmacs.
6328         (gnus-message-citation-mode): Don't autoload in XEmacs.
6329
6330         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6331
6332 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6333
6334         * nnimap.el (nnimap-expunge-search-string): Mention
6335         nnimap-search-uids-not-since-is-evil in docstring.
6336
6337 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * spam.el: Revert to make-obsolete-variable because
6340         define-obsolete-variable-alias is not supported in Emacs 21.
6341
6342         * spam.el (spam-ifile-path, spam-ifile-database-path)
6343         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6344         make-obsolete-variable.
6345         (spam-bsfilter-path, spam-bsfilter-program)
6346         (spam-spamassassin-path, spam-spamassassin-program)
6347         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6348         use "path" inappropriately.
6349         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6350         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6351         variable names.
6352
6353 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6354
6355         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6356         summary buffer.
6357
6358         * password.el (password-cache-remove): Use clear-string to burn
6359         password, if available.
6360
6361 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6364
6365         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6366
6367         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6368         (gnus-message-highlight-citation): Move defcustom here from
6369         gnus-cite.el.
6370         (gnus-message-citation-mode): Autoload.
6371
6372         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6373         checks to make it compile with XEmacs.
6374         (gnus-message-citation-mode): New minor mode.
6375         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6376         (gnus-message-highlight-citation): New variables.
6377         (gnus-message-search-citation-line)
6378         (gnus-message-add-citation-keywords)
6379         (gnus-message-remove-citation-keywords)
6380         (turn-on-gnus-message-citation-mode)
6381         (turn-off-gnus-message-citation-mode): New functions.
6382
6383 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6384
6385         * gnus-cite.el: Enable highlighting of different citation levels in
6386         message-mode.
6387
6388 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6389
6390         * message.el (message-make-fqdn): Fix comment.
6391         (message-bogus-system-names): Add ".local".
6392
6393         * spam.el (spam-ifile-path, spam-ifile-program)
6394         (spam-ifile-database-path, spam-ifile-database)
6395         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6396         Don't use "path" inappropriately.
6397         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6398         strings.
6399         (spam-check-ifile, spam-ifile-register-with-ifile)
6400         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6401         new variable names.
6402
6403         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6404         (gnus-treat-display-smileys): Simplify using
6405         gnus-image-type-available-p.
6406
6407         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6408         available.
6409
6410         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6411         `display-images-p' if available.
6412
6413 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6416         one after turning on the buffer's multibyteness instead of decoding
6417         them directly in the unibyte buffer that causes unexpected conversion
6418         in Emacs 23 (unicode).
6419
6420 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6421
6422         * message.el (message-generate-hashcash): Fix custom type.
6423
6424 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6427
6428 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6431         disconnect icons.  Add help text.
6432
6433 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6434
6435         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6436         negated to be consistent with the others we handle.
6437
6438 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6441         version of gnus-summary-buffer to something, so that we can use two
6442         article buffers at the same time.
6443
6444 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6447         trigger all the extra headers.
6448         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6449         sorting.
6450
6451 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6452
6453         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6454         solid groups.
6455
6456 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6457
6458         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6459
6460 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * legacy-gnus-agent.el: Add Copyright notice.
6463
6464 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6465
6466         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6467
6468 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6471
6472         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6473         to make it work reliably in CVS Emacs.
6474         (gnus-summary-limit-strange-charsets-predicate)
6475         (gnus-summary-limit-to-predicate): New functions.
6476
6477 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6478
6479         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6480         specifying array size.
6481         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6482         array if it is too small.
6483         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6484         (gnus-sort-threads-loop): New function.
6485
6486 2006-12-06  Chris Moore  <dooglus@gmail.com>
6487
6488         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6489         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6490
6491 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6492
6493         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6494         options.
6495
6496 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6499         DOS-ing the recipient.
6500
6501         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6502         the headers when creating the mapping to avoid mismappings.
6503         (nnweb-gmane-create-mapping): Always nix out old mapping.
6504
6505 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6508         and mm-verify-option to never.
6509
6510 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * message.el (message-signed-or-encrypted-p): New function.
6513         (message-forward-make-body): Use it.
6514
6515         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6516         Replace encode-coding-string with mm-encode-coding-string.
6517
6518 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * nneething.el (nneething-decode-file-name): Replace
6521         decode-coding-string with mm-decode-coding-string.
6522
6523         * gnus-int.el (gnus-open-server): Say failed server's name.
6524
6525 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6526
6527         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6528         strings to a single string.  Quote `errors-file-name'.
6529         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6530         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6531         Adjust calls.  Use `shell-quote-argument'.
6532
6533 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6534
6535         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6536         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6537
6538         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6539         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6540         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6541         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6542         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6543         (gnus-subscribe-newsgroup, gnus-1):
6544         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6545         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6546         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6547         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6548
6549 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550
6551         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6552         keystroke.
6553         (gnus-summary-limit-to-bodies): Implement headersp.
6554
6555 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6558
6559 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6562
6563 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6564
6565         * message.el (message-generate-hashcash): Expand range of values to
6566         include `opportunistic'.
6567         (message-send-mail): Use it.
6568
6569 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6570
6571         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6572         and comment it.
6573
6574         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6575
6576 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6577
6578         * gnus-util.el (gnus-extract-address-components): Improve comment.
6579
6580 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-util.el (gnus-extract-address-components): Work with address in
6583         which the name portion contains @.
6584
6585         * lpath.el: Fbind custom-autoload.
6586
6587 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * gnus.el (gnus-start): Move custom group up.
6590         (gnus-select-method): Don't autoload, but make it available for
6591         `customize-variable'.
6592         (gnus-getenv-nntpserver): Don't autoload.
6593
6594 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6597
6598 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * message.el (message-sendmail-extra-arguments): New variable.
6601         (message-send-mail-with-sendmail): Use it.
6602
6603 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6606         mm-with-unibyte-current-buffer to make string unibyte.
6607
6608         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6609         mm-string-as-multibyte.
6610
6611 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6612
6613         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6614         Reported by Werner Koch <wk@gnupg.org>.
6615
6616 2006-11-14  Daiki Ueno  <ueno@p360>
6617
6618         * mml2015.el: Autoload epa-select-keys when compiling.
6619
6620 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6621
6622         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6623         message-options.
6624         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6625
6626 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6627
6628         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6629         EasyPG (< 0.0.6).
6630         (mml2015-always-trust): New user option.
6631         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6632         prompt.
6633
6634 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * nntp.el (nntp-authinfo-force): New variable.
6637         (nntp-send-authinfo): Use it.
6638
6639 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6642         decode encoded words.  Improve prompt.  Add comment about forwarding.
6643         (message-replacement-char): Move up.
6644
6645 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6646
6647         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6648         instead of gnus-intersection because arguments of gnus-sorted-nunion
6649         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6650
6651 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6654         (message-simplify-subject-functions): Enable
6655         message-strip-subject-encoded-words by default.
6656
6657 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * message.el (message-strip-subject-encoded-words): New function.
6660         (message-simplify-subject-functions): New variable.
6661         (message-simplify-subject): Use it.  Fix typo in doc string.
6662         Support message-strip-subject-encoded-words.
6663
6664 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6665
6666         * gnus-diary.el (gnus-diary-delay-format-function):
6667         * nndiary.el (nndiary-reminders):
6668         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6669
6670 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * gnus-art.el (article-hide-boring-headers): Fetch date from
6673         gnus-original-article-buffer to avoid problems with localized date
6674         strings.
6675
6676 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6679
6680 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6683         New variables.
6684         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6685         (mm-charset-synonym-alist): Move some entries to
6686         mm-codepage-iso-8859-list.
6687         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6688         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6689
6690 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6693
6694 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6697         with Emacs 21 and XEmacs.
6698
6699 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * spam.el (spam-parse-address): New function for better parsing,
6702         catching errors, etc.
6703         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6704
6705 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * mm-view.el: Add interactive arg to html2text autoload.
6708
6709 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6712
6713 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6716         variables.
6717         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6718         (mm-charset-synonym-alist): Move some entries to
6719         mm-codepage-iso-8859-list.
6720
6721         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6722
6723 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * message.el (message-citation-line-format)
6726         (message-insert-formated-citation-line): Fix implementation of %E, %N
6727         and %n according to the doc string.
6728
6729 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6732         car-safe to avoid bad parses.
6733
6734 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6737         names.
6738
6739         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6740
6741 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6744         header.
6745
6746         * message.el (message-draft-headers): Add Date.
6747         (message-headers-to-generate): Fix typo in docstring.
6748
6749         * nndraft.el (nndraft-required-headers): New variable.
6750         (nndraft-generate-headers): Use it.
6751
6752         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6753
6754 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * gnus-registry.el (gnus-registry-wash-for-keywords)
6757         (gnus-registry-find-keywords): New functions to allow easy searching of
6758         articles that are in the registry.
6759
6760 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6761
6762         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6763         ietf-drums-parse-address instead of gnus-extract-address-components.
6764         Reported by Damien Elmes <damien@repose.cx>.
6765
6766 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * gnus.el (gnus-mime): Remove unused custom group.
6769
6770 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6771
6772         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6773         "blank line" when searching for end of armor headers.
6774
6775 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gmm-utils.el (gmm-write-region): Fix variable name.
6778
6779 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * gmm-utils.el (gmm-write-region): New function based on compatibility
6782         code from `mm-make-temp-file'.
6783
6784         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6785
6786         * nnmaildir.el (nnmaildir--update-nov)
6787         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6788         Use `gmm-write-region'.
6789
6790 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6793         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6794
6795         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6796
6797         * message.el (message-replacement-char): New variable.
6798         (message-fix-before-sending): Use it.
6799         (message-simplify-subject): New function to remove duplicate code.
6800         (message-reply, message-followup): Use it.
6801
6802         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6803         gnus-summary-limit-to-articles.
6804
6805 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-util.el (gnus-with-local-quit): New macro.
6808
6809         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6810
6811 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6814         ignore non-string data.
6815
6816 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6819         non-string data (needs to be done in the registry too).
6820
6821 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6822
6823         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6824         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6825         (gnus-registry-split-fancy-with-parent)
6826         (gnus-registry-fetch-simplified-message-subject-fast)
6827         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6828         Remove text properties on ingress into the registry and when it's saved.
6829         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6830         registry from entries with no groups.
6831
6832 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6833
6834         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6835         function to remove string properties.
6836
6837 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * gmm-utils.el (gmm): Adjust custom version.
6840
6841         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6842         custom version.
6843
6844         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6845
6846 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * gnus-art.el (gnus-insert-prev-page-button)
6849         (gnus-insert-next-page-button): Simplify.  Reformat.
6850
6851 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6852
6853         * gnus-art.el (gnus-insert-prev-page-button)
6854         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6855
6856 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6857
6858         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6859
6860 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6861
6862         * gnus-art.el (gnus-insert-mime-button)
6863         (gnus-insert-mime-security-button):
6864         Apply gnus-article-button-face to MIME and security buttons.
6865
6866 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6869         readable.
6870
6871 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6874
6875 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6876
6877         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6878         `browse-url-of-file' instead of `browse-url'.
6879
6880 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6881
6882         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6883         regexp.  Articles containing quotation were cut prematurely.
6884
6885 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * message.el (message-cite-original-1): Use nobody by default for the
6888         value of From header.
6889         (message-reply): Ditto.
6890
6891 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6892
6893         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6894         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6895         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6896
6897 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6900         mails in the doc string.  Add some URLs in comment.
6901         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6902
6903 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6906         backslashes handling and the way to find boundaries of quoted strings.
6907
6908 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6909
6910         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6911         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6912         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6913         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6914
6915 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6918         doc string.
6919         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6920
6921 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * lpath.el: Fbind epg-check-configuration.
6924
6925 2006-09-06  Simon Josefsson  <jas@extundo.com>
6926
6927         * mml2015.el (mml2015-use): Doc fix, mention epg.
6928
6929 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6930
6931         * mml2015.el (mml2015-use): Default to epg, if available.
6932
6933 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6934
6935         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6936         message-sender.
6937         (mml1991-epg-encrypt): Ditto.
6938         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6939         message-sender.
6940         (mml2015-epg-encrypt): Ditto.
6941
6942 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6943
6944         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6945         several common directories.
6946
6947 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6948
6949         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6950         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6951
6952 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-art.el (article-decode-encoded-words): Make it fast.
6955
6956 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6959
6960         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6961         in quoted string into `\'.
6962
6963 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6966         Use standard-syntax-table.
6967
6968 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-art.el (gnus-decode-address-function): New variable.
6971         (article-decode-encoded-words): Use it to decode headers which are
6972         assumed to contain addresses.
6973         (gnus-mime-delete-part): Remove useless `or'.
6974
6975         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6976         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6977         (gnus-nov-parse-line): Use it to decode From header.
6978         (gnus-get-newsgroup-headers): Ditto.
6979         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6980
6981         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6982         (mail-decode-encoded-address-string): New alias.
6983
6984         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6985         New function.
6986         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6987         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6988         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6989         (rfc2047-decode-string): Ditto.
6990         (rfc2047-decode-address-region): New function.
6991         (rfc2047-decode-address-string): New function.
6992
6993 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6994
6995         * message.el (message-caesar-buffer-body): Allow rotating headers.
6996
6997         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6998
6999         * message.el (message-insert-formated-citation-line): Fix %f.
7000         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7001
7002 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7005         (gnus-bookmark-mouse-available-p): New macro.
7006         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7007         (gnus-bookmark-bmenu-show-infos): Use it.
7008         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7009         (gnus-bookmark-bmenu-hide-infos): Ditto.
7010         (gnus-bookmark-remove-properties): New function.
7011         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7012         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7013         (gnus-bookmark-write-file): Bind coding-system-for-write.
7014         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7015         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7016         group before selecting it.
7017         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7018         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7019         quit-window if it is not available; use gnus-mouse-2 and bind it to
7020         gnus-bookmark-bmenu-select-by-mouse.
7021         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7022         (gnus-bookmark-bmenu-select-by-mouse): New function.
7023
7024 2006-08-13  Romain Francoise  <romain@orebokech.com>
7025
7026         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7027         space.
7028
7029 2006-08-10  Romain Francoise  <romain@orebokech.com>
7030
7031         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7032         (dns-mode-soa-auto-increment-serial): New user option.
7033         (dns-mode-soa-maybe-increment-serial): New function.
7034         (dns-mode): Add the latter to `write-contents-functions'.
7035
7036 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * compface.el (uncompface): Use binary rather than raw-text-unix.
7039
7040 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * compface.el (uncompface): Make sure the eol conversion doesn't take
7043         place when communicating with the external programs.  Reported by
7044         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7045
7046 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7049
7050 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7051
7052         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7053         Make it more robust by parsing author and date independently.
7054
7055 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7058
7059 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7060
7061         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7062         first matching secret key.
7063         (mml2015-epg-encrypt): Ditto.
7064
7065         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7066         first matching secret key.
7067         (mml1991-epg-encrypt): Ditto.
7068
7069         * mml2015.el (mml2015-encrypt-to-self): New user option.
7070         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7071         mml2015-epg-encrypt-to-self is set.
7072
7073         * mml1991.el (mml1991-encrypt-to-self): New variable.
7074         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7075         mml1991-epg-encrypt-to-self is set.
7076
7077         * mml2015.el (mml2015-signers): New user option.
7078         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7079         (mml2015-epg-encrypt): Allow to select signing keys.
7080
7081         * mml1991.el (mml1991-signers): New variable.
7082         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7083         (mml1991-epg-encrypt): Allow to select signing keys.
7084
7085 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * nnheader.el (nnheader-insert-head): Make it work even if the file
7088         uses CRLF for the line-break code.
7089
7090 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7091
7092         * mml2015.el: Require mml-sec instead of password.
7093         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7094         (mml2015-cache-passphrase): Inherit the default value from
7095         mml-secure-cache-passphrase.
7096         (mml2015-passphrase-cache-expiry): Inherit the default value from
7097         mml-secure-passphrase-cache-expiry.
7098
7099         * mml1991.el: Require mml-sec instead of password.
7100         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7101         (mml1991-cache-passphrase): Inherit the default value from
7102         mml-secure-cache-passphrase.
7103         (mml1991-passphrase-cache-expiry): Inherit the default value from
7104         mml-secure-passphrase-cache-expiry.
7105
7106         * mml-sec.el: Require password.
7107         (mml-secure-verbose): New user option.
7108         (mml-secure-cache-passphrase): New user option.
7109         (mml-secure-passphrase-cache-expiry): New user option.
7110
7111 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7112
7113         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7114         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7115         andreas@altroot.de (Andreas Vögele).
7116
7117         FIXME: Use `tiny change'?
7118
7119 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7120
7121         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7122         workaround for the url package included with Emacs.
7123
7124         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7125
7126 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7129         correctly.  This fixes a bug caused by the 2006-05-12 change.
7130
7131 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7132
7133         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7134         some information about the error when saying that the `bogus' mail
7135         group will be used.
7136
7137 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7140         string.
7141
7142 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7143
7144         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7145
7146 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7147
7148         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7149
7150 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7151
7152         * mml1991.el (mml1991-function-alist): Add epg.
7153         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7154         (mml1991-epg-encrypt): New functions.
7155
7156 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7157
7158         * mml2015.el (mml2015-verbose): New variable.
7159         (mml2015-cache-passphrase): Ditto.
7160         (mml2015-passphrase-cache-expiry): Ditto.
7161         (mml2015-function-alist): Add epg.
7162         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7163         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7164         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7165         functions.
7166
7167 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7168
7169         * message.el (message-cite-original-1): Preserve region when removing
7170         quoted text due to X-No-Archive in order to avoid bogus attribution
7171         when citing multiple messages.
7172
7173 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7174
7175         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7176         Kenneth Jacker <khj@be.cs.appstate.edu>.
7177
7178 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * gnus-diary.el (gnus-user-format-function-d)
7181         (gnus-user-format-function-D): Autoload.
7182
7183         * imap.el (Commentary): Fix typo.
7184
7185         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7186         2006-04-22 contribution.
7187
7188 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7189
7190         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7191         It didn't really fix the bogosity I'm seeing with solid web groups.
7192
7193 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7194
7195         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7196         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7197         created using server names.  If we use the feature without declaring
7198         it, Gnus does not properly manage server and group state.
7199
7200         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7201         bound.
7202
7203 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7204
7205         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7206         looking up the method using GROUP's prefix before inventing a new one.
7207         It is used on killed/unknown groups in various places where returning
7208         an all-new method isn't expected by the caller.
7209
7210         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7211         and match semantics of gnus-group-real-prefix.
7212
7213 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * nnmail.el (nnmail-broken-references-mailers): New variable.
7216         (nnmail-ignore-broken-references): New function generalizing
7217         nnmail-fix-eudora-headers.
7218         (nnmail-fix-eudora-headers): Now obsolete.
7219
7220         * gnus-art.el (gnus-button-handle-custom): Support
7221         `customize-apropos*'.
7222
7223 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7226
7227         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7228         articles.
7229
7230 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * message.el (message-cite-reply-above): New variable.
7233         (message-yank-original): Use it.
7234
7235 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7238
7239 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7242         as read.
7243
7244         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7245
7246 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7249         (gnus-bookmark-default-file): Use gnus-directory.
7250         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7251         Remove "*" in doc string.
7252         (gnus-bookmark-write-file): Simplify.
7253         (gnus-bookmark-maybe-sort-alist): Use `when'.
7254         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7255         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7256         FIXME about Emacs 21 and XEmacs compatibility.
7257         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7258         compatibility.
7259         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7260         compatibility.
7261         (gnus-bookmark-menu-heading): Fix version.
7262
7263 2006-06-19  Bastien Guerry  <bzg@altern.org>
7264
7265         * gnus-bookmark.el: New file.
7266
7267 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * message.el (message-syntax-checks): Doc fix.
7270
7271 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7272
7273         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7274         unsubscribed groups as if they were killed ones.  It causes duplicate
7275         entries in gnus-newsrc-alist.
7276
7277 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * message.el (message-syntax-checks): Doc fix.
7280         (message-send-mail): Add check for continuation headers.
7281         (message-check-news-header-syntax): Fix regexp used to check for
7282         continuation headers.
7283
7284 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7287
7288 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7291
7292 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7295         default-truncate-lines.
7296
7297 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7300         to fill the utf-8 entry.
7301
7302         * lpath.el: Fbind unicode-precedence-list.
7303
7304 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7305
7306         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7307
7308 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7309
7310         * gnus-agent.el (directory-files-and-attributes): Move all the way
7311         forward (the third and final move).
7312         (gnus-agent-read-agentview): Trap reconstruction errors due to
7313         nonexistant directory.  Handle by returning nil.
7314
7315 2006-05-30  Didier Verna  <didier@xemacs.org>
7316
7317         * message.el (message-dont-reply-to-names): Update the custom type.
7318         * message.el (message-dont-reply-to-names): New defsubst: potentially
7319         convert a list of regexps into a single one.
7320         * message.el (message-get-reply-headers): Use it.
7321         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7322
7323 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * gnus-agent.el (directory-files-and-attributes): Move forward.
7326
7327 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus-ml.el (gnus-mailing-list-subscribe)
7330         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7331         (gnus-mailing-list-message): Fix doc strings.
7332
7333 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7334
7335         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7336         of doing it manually.
7337
7338 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7341         comment.
7342
7343 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7344
7345         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7346         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7347         (gnus-agent-read-local): All symbols allocated in my-obarray.
7348         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7349         (gnus-agent-regenerate-group): Check numeric names to see if they are
7350         messages or groups.
7351         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7352         better way of do this...)
7353
7354         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7355         'dummy.group' (there should be a better way of do this...)
7356
7357 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7360         (gnus-saved-headers): Ditto.
7361         (gnus-default-article-saver): Mention functions may have properties.
7362         (gnus-article-save): Override gnus-save-all-headers and
7363         gnus-saved-headers by :headers property which saver function may have.
7364         (gnus-summary-save-in-file): Add :headers property.
7365         (gnus-summary-write-to-file): Ditto.
7366
7367         * gnus-sum.el (gnus-summary-save-article): Bind
7368         gnus-prompt-before-saving to t when saving many articles in a file;
7369         always show all headers.
7370
7371         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7372
7373 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7376         marks.
7377
7378         * message.el (message-indent-citation): Add optional arguments to allow
7379         using it outside of message buffers.
7380
7381         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7382         (gnus-article-treat-unfold-headers): Use it.
7383         (gnus-article-truncate-lines): New variable.
7384         (gnus-article-mode): Use it.
7385         (gnus-article-toggle-truncate-lines): New function.
7386
7387         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7388         gnus-article-toggle-truncate-lines.
7389
7390         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7391         coding system in XEmacs, use binary.
7392
7393 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7396         after-load-alist.
7397
7398         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7399         this function should save decoded articles.
7400         (gnus-summary-write-to-file): Use property to specify this function
7401         should save decoded articles and specify gnus-summary-save-in-file
7402         should be used to save articles other than the first one when saving
7403         many articles.
7404         (gnus-summary-save-body-in-file): Use property to specify this
7405         function should save decoded articles.
7406         (gnus-summary-write-body-to-file): Use property to specify this
7407         function should save decoded articles and specify
7408         gnus-summary-save-body-in-file should be used to save articles other
7409         than the first one when saving many articles.
7410
7411         * gnus-sum.el (gnus-summary-save-article): Simplify.
7412
7413 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-art.el (gnus-default-article-saver): Add
7416         gnus-summary-write-body-to-file.
7417         (gnus-article-save-coding-system): Don't use coding system object
7418         in XEmacs.
7419         (gnus-read-save-file-name): Add optional `dir-var' argument which
7420         specifies directory in which files are saved; work even if optional
7421         `variable' argument is not specified.
7422         (gnus-summary-write-to-file): Read file name.
7423         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7424         (gnus-summary-write-body-to-file): New function.
7425
7426         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7427         (gnus-summary-local-variables): Add it.
7428         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7429         (gnus-summary-save-article): Remove optional `decode' argument;
7430         determine whether to decode articles by the value of
7431         gnus-default-article-saver; when saving many files using
7432         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7433         it first and use gnus-summary-save-in-file or
7434         gnus-summary-save-body-in-file thereafter unless
7435         gnus-prompt-before-saving is always; move point to article which
7436         will be saved.
7437         (gnus-summary-save-article-file): Revert.
7438         (gnus-summary-write-article-file): Revert.
7439         (gnus-summary-save-article-body-file): Revert.
7440         (gnus-summary-write-article-body-file): New function.
7441
7442 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-art.el (gnus-default-article-saver): Doc fix.
7445         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7446         from gnus-summary-save-article-coding-system, and default to a
7447         certain coding system.
7448         (gnus-output-to-file): Add coding cookie and encode text according
7449         to gnus-article-save-coding-system; don't use mm-append-to-file.
7450
7451         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7452         gnus-art.el and rename to gnus-article-save-coding-system.
7453         (gnus-summary-save-article): Require gnus-art; don't show all
7454         headers if it decodes articles; don't add coding cookie here;
7455         don't bind mm-text-coding-system-for-write.
7456         (gnus-summary-save-article-file): Save decoded articles.
7457         (gnus-summary-write-article-file): When saving many files, use
7458         gnus-summary-write-to-file first and gnus-summary-save-in-file
7459         thereafter unless gnus-prompt-before-saving is always.
7460         (gnus-summary-save-article-body-file): Save decoded articles.
7461
7462         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7463
7464 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * nnrss.el (nnrss-check-group): Bind hash-index.
7467
7468 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7469
7470         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7471         its hash index.  Store this hash in `nnrss-group-data'.
7472         (nnrss-read-group-data): Update accordingly.
7473
7474 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7477         entry.
7478
7479         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7480         gnus-article-browse-html-article.
7481
7482 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7483
7484         * gnus-sum.el (gnus-summary-mime-map): Add
7485         gnus-article-browse-html-article.
7486
7487         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7488
7489 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7492         suitable coding systems in customize.
7493
7494 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * mail-source.el (mail-sources): Fix custom type.
7497
7498 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7501         (gnus-summary-expire-articles-now): Shorten prompt.
7502
7503         * gmm-utils.el (wid-edit): Require.
7504         (defun-gmm): Renamed from `gmm-defun-compat'.
7505         (gmm-image-search-load-path): Use it.
7506         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7507
7508 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7511         variable.
7512         (gnus-summary-save-article): Add optional `decode' argument.  If
7513         it is set and gnus-summary-save-article-coding-system is non-nil,
7514         save decoded article.
7515         (gnus-summary-write-article-file): Save decoded article if
7516         gnus-summary-save-article-coding-system is non-nil.
7517
7518         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7519         type.
7520
7521 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7524
7525 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7528         first to test gnus-single-article-buffer which may be buffer-local.
7529
7530         * gnus-sum.el (gnus-summary-setup-buffer): Make
7531         gnus-single-article-buffer buffer-local and nil in ephemeral
7532         group; make gnus-article-buffer, gnus-article-current, and
7533         gnus-original-article-buffer always buffer-local.
7534         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7535         group.
7536         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7537
7538 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * nnml.el (nnml-request-compact-group): Compressed files might not
7541         have .gz extension.
7542
7543 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7544
7545         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7546         (mm-copy-to-buffer): Use with-current-buffer.
7547         (mm-display-part): Simplify.
7548         (mm-inlinable-p): Add optional arg `type'.
7549
7550 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7551
7552         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7553         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7554         Try harder to show the attachment internally or externally using
7555         gnus-mime-view-part-as-type.
7556
7557 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * message.el (message-from-style, message-signature-separator)
7560         (message-user-organization-file, message-send-mail-function)
7561         (message-citation-line-function, message-yank-prefix)
7562         (message-indent-citation-function, message-signature)
7563         (message-signature-file, message-signature-insert-empty-line):
7564         Remove autoloads.
7565
7566         * gnus-art.el (gnus-buttonized-mime-types): Remove
7567         "multipart/signed".  Revert 2006-04-26 change.
7568
7569 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * gnus.el (gnus-version-number): Bump version.
7572
7573 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7574
7575         * gnus.el: No Gnus v0.5 is released.
7576
7577 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7578
7579         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7580         fetching articles by message-id.
7581
7582 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * message.el (hashcash): Require hashcash as normal.
7585
7586         * ecomplete.el (ecomplete-highlight-match-line): Use
7587         point-at-eol.
7588         (ecomplete-highlight-match-line): Use `highlight', because that
7589         face exists in both Emacs and XEmacs.
7590
7591         * message.el (message-display-abbrev): Use point-at-bol.
7592
7593         * mail-source.el: Don't require timer/timer-funcs.
7594
7595         * gnus-async.el: Ditto.
7596
7597         * password.el: Ditto.
7598
7599         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7600
7601         * mm-url.el: Ditto.
7602
7603         * gnus-xmas.el: Don't require timer-funcs.
7604
7605         * mm-util.el: Require timer/timer-funcs.
7606
7607 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7608
7609         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7610         Close.
7611
7612 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7615         unibyte after clear-decrypt function runs.
7616
7617         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7618         returns as a unibyte string.
7619
7620 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * lpath.el: Revert.
7623
7624         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7625         (pgg-gpg-process-sentinel): Revert.
7626
7627         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7628         (pgg-pgp-lookup-key): Revert.
7629
7630         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7631         (pgg-pgp5-lookup-key): Revert.
7632
7633         * pgg.el (pgg-fetch-key): Revert.
7634
7635 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * lpath.el: Fbind string-as-multibyte for XEmacs.
7638
7639         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7640         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7641         (mml1991-pgg-encrypt): Ditto.
7642
7643         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7644         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7645         a multibyte buffer.
7646
7647         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7648         (pgg-pgp-lookup-key): Ditto.
7649
7650         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7651         (pgg-pgp5-lookup-key): Ditto.
7652
7653         * pgg.el (pgg-fetch-key): Ditto.
7654
7655 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * message.el (message-user-organization-file): Check several
7658         locations of the organization file.
7659
7660         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7661         Add gnus-article-view-part-as-type.
7662
7663         * gnus-art.el (gnus-article-view-part-as-type): New function.
7664
7665         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7666         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7667
7668         * mml.el: Simplify autoload.
7669         (mml-mode): defvar dnd-protocol-alist instead of using
7670         symbol-value.
7671         (mml-default-directory): New variable.
7672         (mml-minibuffer-read-file): Use it.
7673         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7674
7675         * message.el (message-citation-line-format): New variable.
7676         (message-insert-formated-citation-line): New function.
7677         (message-citation-line-function): Add
7678         `message-insert-formated-citation-line' to custom type.
7679
7680         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7681         to doc string.
7682
7683         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7684         depending on mm-verify-option.
7685
7686 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7689         binding pgg-* variables; reimplement the section which prevents
7690         MIME header from being signed.
7691         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7692         pgg-text-mode; remove a blank line at the top of body.
7693
7694         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7695         lines at the top of body; use gnus-newsgroup-charset if there's no
7696         Charset header.
7697
7698 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * message.el (message-self-insert-commands): Doc fix.
7701
7702         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7703         (mm-uu-pgp-encrypted-test): Ditto.
7704         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7705         between header and body; return application/pgp-encrypted handle
7706         if decryption failed; decode decrypted body by charset.
7707
7708         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7709         element match to application/pgp-*.
7710
7711 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7712
7713         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7714         HTML.
7715
7716 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * mail-source.el (mail-source-call-script): Message the error
7719         string.
7720
7721 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * gnus-util.el (gnus-byte-compile): Use it.
7724
7725 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7726
7727         * gnus-util.el (kill-empty-logs): New function.
7728
7729 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730
7731         * message.el (message-mail-alias-type): Doc fix.
7732         (message-mail-alias-type-p): New function.
7733         (message-send): Use it.
7734         (message-mode): Ditto.
7735         (message-strip-forbidden-properties): Ditto.
7736
7737         * ecomplete.el (ecomplete-database-file-coding-system): New
7738         variable.
7739         (ecomplete-save): Use it.
7740         (ecomplete-setup): Use it.
7741
7742 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * message.el (message-self-insert-commands): New variable.
7745         (message-strip-forbidden-properties): Use it.
7746
7747 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7750         that doesn't make XEmacs choke.
7751
7752 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * gnus-util.el (gnus-replace-in-string):
7755         Prefer replace-regexp-in-string over of replace-in-string.
7756
7757 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-util.el (gnus-select-frame-set-input-focus):
7760         Use select-frame-set-input-focus if it is available in XEmacs; use
7761         definition defined in Emacs 22 for old Emacsen.
7762
7763         * dgnushack.el: Autoload unmorse-region for XEmacs.
7764
7765         * lpath.el: Bind cursor-in-non-selected-windows and
7766         select-frame-set-input-focus for XEmacs.
7767
7768 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7771
7772 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7773
7774         * gnus-registry.el (gnus-registry-cache-save): Remove text
7775         properties when saving via the temp buffer.
7776
7777 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7778
7779         * message.el (message-generate-hashcash): Honor custom type.
7780
7781 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * message.el (message-generate-hashcash): Default to non-nil when
7784         hashcash is found.
7785
7786         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7787         (gnus-refer-thread-limit): Increase default to 500.
7788
7789         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7790
7791         * flow-fill.el (fill-flowed): Allow delete-space.
7792
7793 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7796         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7797         Remove autoloads.
7798
7799 2006-04-18  Simon Josefsson  <jas@extundo.com>
7800
7801         * message.el (message-generate-hashcash): Default to.
7802
7803 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7806         concatenating segments rather than before concatenating them.
7807
7808 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7811
7812 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7815
7816         * message.el (message-forward-make-body-plain): Allow
7817         message-forward-ignored-headers to be a list.
7818         (message-remove-ignored-headers): Factor out into function.
7819         (message-forward-make-body-mml): Use it.
7820
7821         * imap.el (imap-quote-specials): New function.
7822         (imap-login-auth): Quote specials.
7823
7824         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7825         (rfc2231-parse-string): Allow concatanation of parameters that
7826         aren't contiguous.  The test case is
7827           (mail-header-parse-content-type "message/external-body;
7828             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7829             access-type=LOCAL-FILE;
7830             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7831
7832 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7833
7834         * nntp.el (nntp-accept-process-output): Return the value of
7835         `nnheader-accept-process-output'.
7836
7837 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7840         (gnus-button-alist): Recognize more diff formats.
7841         (gnus-button-patch): Strip directory.
7842
7843 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7846         Emacs 22 when setting focus.
7847
7848 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * gnus-art.el (gnus-article-treat-types): Do treatment of
7851         text/x-verbatim parts.
7852         (gnus-button-patch): New command.
7853
7854         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7855         addresses that contain invalid characters.
7856
7857 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858
7859         * message.el (message-put-addresses-in-ecomplete): Use
7860         gnus-replace-in-string.
7861         (message-is-yours-p): Use the more correct
7862         mail-header-parse-address instead of
7863         mail-extract-address-components.
7864         (message-put-addresses-in-ecomplete): Fix typo.
7865
7866         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7867         keystroke.
7868
7869         * gnus-art.el (gnus-treatment-function-alist): Change order of
7870         newsgroups/generic header folding to avoid double-folding.
7871
7872         * message.el (message-hidden-headers): Add X-Draft-From.
7873
7874         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7875         command.
7876         (gnus-summary-repeat-search-article-backward): New command.
7877
7878         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7879         groups in the parent topic.
7880
7881 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7882
7883         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7884         (spam-extra-header-to-number): Return the CRM114 number as a
7885         number instead of a string.
7886
7887 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-art.el (gnus-face-properties-alist): Moved here from
7890         gnus-fun.
7891
7892         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7893
7894 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895
7896         * message.el (message-strip-forbidden-properties): Only display on
7897         self-insert-command.
7898
7899         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7900         reindent.
7901         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7902
7903 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7904
7905         * smiley.el (smiley-style): Fix typo.
7906
7907 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * hashcash.el (hashcash-insert-payment-async-2): Use
7910         message-goto-eoh instead of doing it manually.
7911         (mail-add-payment): Use message-narrow-to-header instead of trying
7912         to do the same itself.
7913
7914         * message.el (message-hidden-headers): Add Face.
7915
7916         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7917         reparenting code.
7918         (gnus-summary-reparent-children): Refactored out code.
7919         (gnus-summary-thread-map): New keystroke.
7920         (gnus-summary-reparent-children): Make into command.
7921
7922         * smiley.el (smiley-style): Default to `medium' if using a large
7923         font.
7924
7925         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7926         does it itself.
7927
7928         * message.el (message-point-in-header-p): Simplify definition.
7929
7930 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * nnagent.el (nnagent-request-set-mark): Silence log file
7933         writing.
7934         (nnagent-request-set-mark): Use write-region instead of
7935         append-to-file.
7936
7937         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7938         strange select method.
7939
7940         * ecomplete.el (ecomplete-display-matches): Get highlightling
7941         right.
7942         (ecomplete-display-matches): Use literals.
7943         (ecomplete-display-matches): Disable message logging.
7944
7945         * message.el (message-display-abbrev): Small optimization.
7946
7947         * ecomplete.el (ecomplete-display-matches): Allow automatic
7948         display.
7949
7950         * message.el (message-strip-forbidden-properties): Display
7951         abbrevs.
7952         (message-display-abbrev): Get automatic display right.
7953
7954         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7955         keystrokes.
7956
7957 2006-04-13  Romain Francoise  <romain@orebokech.com>
7958
7959         TODO: Backport to v5-10!
7960
7961         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7962         Moved here (and renamed) from gnus-registry.el.
7963
7964         * gnus-registry.el: Require gnus-util.
7965         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7966
7967 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7968
7969         * gnus-group.el (gnus-group-catchup-current): Change
7970         if-then-else-if-then-else into cond.
7971         (gnus-group-catchup): Indent.
7972         (group-name-at-point): New function.
7973         (gnus-fetch-group): Provide default from thing at point.
7974
7975 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * message.el (message-display-abbrev): Fix regexp.
7978
7979         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7980         choosing.
7981         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7982         dead variables.
7983
7984         * message.el (message-newline-and-indent): Remove debugging.
7985         (message-display-abbrev): Use new implementation.
7986
7987 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gnus-art.el (gnus-article-mode): Set
7990         cursor-in-non-selected-windows to nil.
7991
7992         * smiley.el: Revert previous change.
7993         (smiley-data-directory): defvar it before using it in the
7994         defcustom of `smiley-style'.
7995
7996 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * message.el (message-newline-and-indent): New function.
7999
8000         * ecomplete.el: Implement more bits.
8001
8002         * message.el (message-put-addresses-in-ecomplete): Clean up the
8003         string.
8004
8005         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8006
8007         * gnus-sum.el (gnus-summary-save-parts): Bind
8008         gnus-summary-save-parts-counter and use it to make unique file
8009         names.
8010
8011         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8012
8013         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8014         parameter to say whether to actually parse the individual
8015         addresses.
8016
8017         * message.el (message-put-addresses-in-ecomplete): New function.
8018         (ecomplete): Require.
8019         (message-mail-alias-type): Add ecomplete as an option.
8020
8021 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8022
8023         * flow-fill.el (fill-flowed): Remove trailing space from blank
8024         quoted lines.
8025
8026 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * smiley.el (smiley-style): Move definition later to avoid a
8029         compilation warning.
8030
8031 2006-04-12  Kenichi Handa  <handa@m17n.org>
8032
8033         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8034         buffer and then decode the buffer text if necessary.
8035         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8036         first, and after mm-encode-body, change the buffer to unibyte.
8037         Use mm-disable-multibyte instead of set-buffer-multibyte.
8038
8039 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8042         Content-Type header instead of Content-Disposition header.
8043         (gnus-mime-inline-part): Ditto.
8044         (gnus-mime-view-part-as-charset): Ignore charset that the part
8045         specifies.
8046
8047         * mm-decode.el (mm-display-part): Work with external parts and
8048         usual parts similarly.
8049
8050         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8051         instead of gnus-display-mime.
8052
8053         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8054         instead of with-temp-buffer.
8055
8056         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8057         tag to summarized topics part in order to encode non-ASCII text.
8058
8059 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * smiley.el (smiley-style): New variable.
8062         (smiley-directory): New function.
8063         (smiley-data-directory): Derive from `smiley-style' using
8064         `smiley-directory'.
8065         (smiley-regexp-alist): Add new entries.
8066
8067         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8068         (gnus-article-browse-delete-temp): Add :version.
8069
8070 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8071
8072         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8073         the sieve region.
8074
8075 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8076
8077         * gnus.el (gnus-version-number): Bump version.
8078
8079 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * gnus.el: No Gnus v0.4 is released.
8082
8083 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8086         layout.
8087
8088         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8089         unknown charset.
8090
8091         * message.el (message-header-synonyms): Add Original-To to the
8092         default.
8093
8094         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8095         optional parameter.
8096
8097 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-fun.el (gnus): Require it for gnus-directory.
8100
8101 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8104
8105 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8106
8107         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8108
8109 2006-04-05  Simon Josefsson  <jas@extundo.com>
8110
8111         * password.el (password-reset): New function.
8112
8113 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8114
8115         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8116         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8117
8118 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8119
8120         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8121         Some whitespace was matched into the url, which broke browsing hits
8122         > 100 when mm-url-use-external was nil.
8123
8124 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8127         gnus-extra-headers for 'Newsgroups.
8128
8129         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8130         bound.
8131
8132 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8133
8134         * pgg-gpg.el: Clean up process buffers every time gpg processes
8135         complete.
8136
8137 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8140         doc string.
8141
8142 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8143
8144         * pgg-gpg.el (pgg-gpg-process-filter)
8145         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8146
8147         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8148         lines, temporary fix.
8149
8150 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8153
8154 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8155
8156         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8157         default-enable-multibyte-characters.  This reverts the change from
8158         revision 6.17 which is no longer necessary because the passphrase
8159         is sent separately now.  GnuPG messages are unreadable under
8160         multibyte locales with default-enable-multibyte-characters set to
8161         nil.
8162
8163 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * message.el (message-tool-bar-gnome): Move "spell".
8166
8167 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8170         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8171         instead.
8172
8173 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8174
8175         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8176         newsgroups handling for NNTP overviews which don't include
8177         Newsgroups.
8178
8179 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8180
8181         * message.el (message-resend): Bind message-generate-hashcash to nil.
8182
8183 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8184
8185         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8186         when searching for already-paid recipients.
8187
8188 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8189
8190         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8191         passphrases when it is not needed.
8192         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8193         passphrase stuff from gpg, should only be necessary when you use
8194         gpg with a smartcard.
8195
8196 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * mml.el (mml-insert-mime): Ignore cached contents of
8199         message/external-body part.
8200
8201         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8202         (mm-insert-part): Ditto.
8203
8204 2006-03-23  Simon Josefsson  <jas@extundo.com>
8205
8206         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8207         Reiner.
8208         (pgg-gpg-use-agent-p): Use it again.
8209
8210 2006-03-23  Simon Josefsson  <jas@extundo.com>
8211
8212         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8213         older emacsen.
8214         (pgg-gpg-use-agent-p): Don't use it.
8215
8216 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8219         if we can.
8220
8221 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8222
8223         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8224         (pgg-gpg-update-agent): New function.
8225         (pgg-gpg-use-agent-p): New function.
8226         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8227         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8228         (pgg-gpg-sign-region): Use it.
8229
8230 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8233         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8234
8235 2006-03-21  Simon Josefsson  <jas@extundo.com>
8236
8237         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8238         <wilde@sha-bang.de>.
8239         (pgg-gpg-use-agent): New variable.
8240         (pgg-gpg-process-region): Use it.
8241         (pgg-gpg-encrypt-region): Likewise.
8242         (pgg-gpg-encrypt-symmetric-region): Likewise.
8243         (pgg-gpg-decrypt-region): Likewise.
8244         (pgg-gpg-sign-region): Likewise.
8245         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8246
8247 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8250
8251         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8252         Add comment on version.
8253
8254 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * smiley.el: Add missing test smiley.
8257
8258 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * mm-decode.el (mm-with-part): New macro.
8261         (mm-get-part): Use it; work with message/external-body as well.
8262         (mm-save-part): Treat name and filename equally.
8263
8264         * mm-extern.el (mm-extern-cache-contents): New function.
8265         (mm-inline-external-body): Use it; force the part to be displayed;
8266         move undisplayer added to the cached handle to the parent.
8267
8268         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8269         (gnus-mime-view-part-as-type): Work with message/external-body.
8270
8271         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8272
8273 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8276         images in image-load-path.  [Sync with image.el, revision 1.60, in
8277         Emacs.]
8278
8279 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8282         path rather than symbol.  Always return list of directories.
8283         Guarantee that image directory comes first.  [Sync with image.el,
8284         revision 1.59, in Emacs.]
8285
8286         * message.el (message-make-tool-bar): Adjust to new API of
8287         `gmm-image-load-path-for-library'.
8288
8289         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8290
8291         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8292
8293 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8294
8295         * gnus-art.el (gnus-article-only-boring-p):
8296         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8297         intangible text.
8298         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8299
8300 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8303         `defun' instead of `gmm-defun-compat'.
8304
8305 2006-03-14  Simon Josefsson  <jas@extundo.com>
8306
8307         * message.el (message-unique-id): Don't use message-number-base36
8308         if (user-uid) is a float.
8309         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8310
8311 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8314
8315         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8316         empty line between a part and a message part.
8317
8318 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * smiley.el: Add more test smileys.
8321         (smiley-data-directory, smiley-regexp-alist)
8322         (gnus-smiley-file-types): Fix doc strings.
8323         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8324         adding new elements.
8325         (smiley-mouse-map): Unused code.  Make it a comment.
8326
8327 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8330         scan latest NoCeM messages instead of old ones.
8331         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8332         delimiters that are recently used.
8333         (gnus-nocem-load-cache): Add autoload cookie.
8334
8335         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8336
8337         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8338         level which is larger than gnus-use-nocem is specified.
8339
8340         * gnus-group.el (gnus-group-get-new-news): Ditto.
8341
8342 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * gnus-util.el (gnus-tool-bar-update): New function.
8345
8346         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8347         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8348
8349         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8350
8351         * gnus-group.el (gnus-group-redraw-when-idle)
8352         (gnus-group-redraw-check): Remove.
8353         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8354
8355 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8358         if optional last element is specified in splits (FIELD VALUE...).
8359
8360 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8363         to gmm-image-load-path-for-library.  Call with no-error argument.
8364         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8365
8366         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8367
8368         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8369
8370         * gmm-utils.el (gmm-image-load-path): Remove alias.
8371
8372 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gmm-utils.el (gmm-image-load-path): Add alias.
8375
8376         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8377         nnml-generate-nov-databases-1.
8378         (nnml-generate-nov-databases): Use it.
8379         (nnml-generate-nov-databases-directory): Document no-active
8380         argument.
8381
8382         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8383         directory if path is t.  Add no-error.
8384
8385         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8386         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8387
8388         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8389         resetting gnus-article-browse-html-temp-list.
8390
8391         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8392         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8393         Add example to docstring.  Rename local variables.  Move error
8394         checks to default case in cond and simplify.
8395
8396 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8399         handle is multipart when calling it recursively.
8400         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8401
8402 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8403
8404         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8405         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8406
8407 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8410         is loaded.
8411
8412         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8413         loaded.
8414
8415 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8418         to "Emacs 23 (unicode)" in doc string.
8419
8420         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8421         "Emacs 23 (unicode)" in comment.
8422
8423 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8426
8427         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8428         characters 160 through 255 in Emacs 23.
8429
8430 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8433         gnus-article-browse-html-temp.
8434         (gnus-article-browse-delete-temp): Make it customizable.  Add
8435         `file'.  Adjust doc string.
8436         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8437         query for each file.  Adjust doc string.
8438         (gnus-article-browse-html-parts): Add
8439         `gnus-article-browse-delete-temp-files' to
8440         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8441
8442 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8443
8444         * gnus-art.el (gnus-article-browse-html-temp)
8445         (gnus-article-browse-delete-temp): New variables.
8446         (gnus-article-browse-delete-temp-files): New function.
8447         (gnus-article-browse-html-parts): Use it.
8448
8449 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8450
8451         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8452
8453         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8454         string.
8455
8456         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8457         gnus-summary-insert-new-articles when unplugged.  Remove
8458         gnus-summary-search-article-forward.
8459
8460         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8461         display-visual-class instead of display-color-cells.
8462
8463 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * dgnushack.el: Autoload customize-group for XEmacs.
8466
8467         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8468         message/* containing non-ASCII text properly.
8469
8470 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * message.el: Require gmm-utils, remove autoloads.
8473         (message-tool-bar): Set default based on
8474         gmm-tool-bar-style.
8475         (message-tool-bar-gnome): Add gmm-customize-mode.
8476
8477         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8478         gmm-tool-bar-style.
8479         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8480
8481         * gnus-group.el (gnus-group-tool-bar): Set default based on
8482         gmm-tool-bar-style.
8483         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8484
8485         * gmm-utils.el (gmm-image-directory): Rename variable from
8486         gmm-image-load-path.
8487         (gmm-image-load-path): Use gmm-image-directory.
8488         (gmm-customize-mode): New function.
8489         (gmm-tool-bar-style): New variable.
8490
8491         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8492         gnus-group-redraw-line-number.
8493         (gnus-group-redraw-check): Simplify.
8494         (gnus-group-tool-bar-update): Remove redraw check.
8495         (gnus-group-make-tool-bar): Add redraw check.
8496
8497 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8498
8499         * gnus-art.el (gnus-button): Add missing parentheses.
8500
8501 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * lpath.el: Fbind line-number-at-pos.
8504
8505 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8508
8509 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * gnus-art.el (gnus-button): New face.
8512         (gnus-article-button-face): Use it.
8513
8514         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8515         gnus-summary-next-page.  Re-order.
8516
8517         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8518         next-node are now included.
8519         (gnus-group-redraw-line-number): New internal variable.
8520         (gnus-group-redraw-check): Helper function for updating the tool
8521         bar.
8522         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8523
8524         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8525
8526         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8527         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8528         Use it to match format of Spamassassin 3.0 and later.  Reported by
8529         IRIE Tetsuya <irie@t.email.ne.jp>.
8530         (spam-check-bogofilter)
8531         (spam-bogofilter-register-with-bogofilter): Fix args of
8532         `gnus-error' calls.
8533
8534 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8537         unnecessary interaction when sending queued mails.  Reported by
8538         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8539
8540 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8541
8542         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8543         first or last are nil.
8544
8545 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8546
8547         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8548
8549 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8552
8553 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * dns.el (query-dns): Protect more against buggy tcp output.
8556
8557 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8560         nov.php.
8561
8562 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8563
8564         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8565         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8566         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8567         output on the server side.
8568         (nnweb-google-create-mapping): Update regexps and add some
8569         progress indication.
8570
8571 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8574         gnus-agent-toggle-plugged.  Re-order icons.
8575         (gnus-group-tool-bar-gnome): Add
8576         gnus-group-{prev,next}-unread-group.
8577         (gnus-group-tool-bar-gnome): Re-order icons.
8578
8579         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8580         gnus-summary-insert-new-articles.
8581
8582         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8583         comments.
8584
8585         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8586         also available in Emacs 21.3.
8587
8588         * message.el (message-fix-before-sending): Change "Emacs 22" to
8589         "Emacs 23 (unicode)" in comment.
8590
8591         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8592         "Emacs 23 (unicode)" in comment.
8593
8594         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8595         comment.
8596         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8597
8598         * mm-view.el (mm-fill-flowed): Add :version.
8599
8600 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8603         and load-path.
8604
8605 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * message.el: Autoload gmm-image-load-path.
8608         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8609         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8610         consitency.
8611
8612         * gmm-utils.el (gmm-image-load-path): Also search in
8613         "../etc/images".  Don't set gmm-image-load-path if we don't find
8614         the image.
8615
8616 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gmm-utils.el (gmm-image-load-path): Don't make
8619         `gmm-image-load-path' include subdirectories which the second arg
8620         `image' might specify.
8621
8622         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8623         subdirectory to icon file names.
8624
8625         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8626
8627 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8630         gmm-image-load-path calls.
8631
8632         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8633
8634         * message.el (message-make-tool-bar): Ditto.
8635
8636         * mml.el (mml-preview): Added comment concerning tool bar icons.
8637
8638         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8639         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8640
8641         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8642         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8643
8644         * message.el (message-tool-bar-gnome): Use new icon names.
8645         (message-make-tool-bar): Use `gmm-image-load-path'.
8646
8647         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8648         functions from MH-E.
8649         (gmm-image-load-path): New variable from MH-E.
8650         (gmm-image-load-path): New function from MH-E.  Added arguments
8651         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8652         *-image-load-path-called-flag.
8653
8654 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8655
8656         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8657
8658 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8659
8660         * nnimap.el (nnimap-request-move-article): Change folder back to
8661         source group before deleting.
8662
8663 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8666
8667         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8668         mm-url.
8669
8670         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8671
8672 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8675         coding system which mm-charset-to-coding-system returns for a
8676         given charset is valid.
8677
8678 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8679
8680         * html2text.el (html2text-remove-tag-list):
8681         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8682
8683 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8684
8685         * gnus-cus.el: Revert 2005-10-17 change.
8686
8687 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-art.el (article-strip-banner): Call
8690         article-really-strip-banner only when the regexp match is made.
8691
8692 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-art.el (article-strip-banner): Use
8695         gnus-extract-address-components instead of
8696         mail-header-parse-addresses to make it work with non-ASCII text;
8697         remove mail-encode-encoded-word-string.
8698
8699         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8700         values which are surrounded with \"...\"; make it never cause a
8701         Lisp error; give up parsing of parameters if it failed in
8702         extracting type.
8703
8704 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8705
8706         * smime.el (smime-cert-by-ldap-1): Fix bug where
8707         `smime-ldap-search' returns results without userCertificates.
8708
8709 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8712
8713 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * spam.el (spam-check-spamassassin-headers): Adapt format for
8716         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8717         <ari@mbf.ocn.ne.jp>.
8718         (spam-list-of-processors): Add spam-use-gmane.
8719
8720 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8723         make-temp-file; make it work with XEmacs as well.
8724
8725         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8726         mm-make-temp-file.
8727
8728         * mm-decode.el (mm-display-external): Use the 3rd arg of
8729         mm-make-temp-file.
8730         (mm-create-image-xemacs): Ditto.
8731
8732 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8735         with message-narrow-to-headers.
8736         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8737         (gnus-draft-check-draft-articles): New function.
8738         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8739
8740 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus-art.el (gnus-article-browse-html-parts):
8743         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8744         Don't use suffix argument for mm-make-temp-file for Emacs 21
8745         compatibility.  Remove useless `format'.
8746
8747 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8748
8749         * nnweb.el (nnweb-google-wash-article): Update regexps.
8750         (nnweb-group-alist): Use defvoo instead of defvar.
8751
8752 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8755         re-loading nn* modules.
8756
8757 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8760         for `tool-bar-mode' and don't check it's default-value.
8761
8762         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8763
8764         * message.el (message-make-tool-bar): Ditto.
8765
8766         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8767         `substring'.  Shorten tmp-file name.
8768
8769         * gnus.el: Remove bogus comment.
8770
8771 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8772
8773         * gnus-art.el (gnus-article-browse-html-parts): New function.
8774         (gnus-article-browse-html-article): New function for viewing html
8775         articles with a browser.
8776
8777 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8778
8779         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8780         in elisp.
8781         (pgg-gpg-encrypt-symmetric-region): Ditto.
8782         (pgg-gpg-sign-region): Ditto.
8783
8784         * pgg-def.el (pgg-text-mode): New variable.
8785
8786         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8787         (mml2015-pgg-encrypt): Ditto.
8788
8789         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8790         (mml1991-pgg-encrypt): Ditto.
8791
8792 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8795         message-make-date instead of current-time-string.
8796
8797         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8798         to gnus-decoded which mm-uu might set.
8799
8800 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8803         don't decode quoted parameters; remove misimported Emacs code.
8804         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8805         (rfc2231-decode-encoded-string): Don't use split-string which
8806         behaves differently according to Emacs version; use
8807         mm-decode-coding-region to convert charset to coding-system.
8808         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8809         (rfc2231-encode-string): Remove misimported Emacs code.
8810
8811 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8814         when calling mail-header-parse-content-type.
8815         (article-de-quoted-unreadable): Ditto.
8816         (article-de-base64-unreadable): Ditto.
8817         (article-wash-html): Ditto.
8818
8819         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8820         calling mail-header-parse-content-type and
8821         mail-header-parse-content-disposition.
8822         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8823         mail-header-parse-content-type.
8824
8825         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8826         insert charset and format parameters; encode description after
8827         inserting it to buffer.
8828         (mml-insert-parameter): Fold lines properly even if a parameter is
8829         segmented into two or more lines; change the max column to 76.
8830
8831         * rfc1843.el (rfc1843-decode-article-body): Don't use
8832         ignore-errors when calling mail-header-parse-content-type.
8833
8834         * rfc2231.el (rfc2231-parse-string): Return at least type if
8835         possible; don't cause an error even if it fails in parsing of
8836         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8837         (rfc2231-encode-string): Don't break lines at the beginning, leave
8838         it to mml-insert-parameter.
8839
8840         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8841         calling mail-header-parse-content-type.
8842
8843 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8844
8845         * spam-report.el (spam-report-gmane-use-article-number):
8846         Improve doc string.
8847         (spam-report-gmane-internal): Check if a suitable header was found
8848         in the article.
8849
8850 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8853         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8854
8855 2006-02-05  Romain Francoise  <romain@orebokech.com>
8856
8857         Update copyright notices of all files in the gnus directory.
8858
8859 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8860
8861         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8862
8863 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8866         segmented lines of parameter value to cope with Thunderbird 1.5
8867         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8869         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8870
8871 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8872
8873         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8874         parts.
8875
8876 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8877
8878         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8879         there's only one active file for all servers.
8880         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8881         solid groups.  Gnus might have used a FAST request to select the group.
8882         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8883         and nnweb-search redundantly in the active file.
8884         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8885         (nnweb-request-create-group): Don't use ARGS.
8886         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8887         initialisations.  Let nnoo do the work.
8888
8889 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8892         Say the part has been decoded.
8893
8894         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8895
8896 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8897
8898         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8899         mailcap-viewer-test-cache when there's no 'test clause, since that
8900         will invert the meaning of a "nil" test previously determined by
8901         mailcap-mailcap-entry-passes-test.
8902
8903 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8906         compiling.
8907
8908         * gnus-sum.el: Ditto.
8909
8910         * message.el: Don't bind tool-bar-map when compiling.
8911
8912 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8915
8916 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8917
8918         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8919         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8920         current Google Groups.
8921
8922 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8925         and tool-bar-mode.
8926
8927         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8928         and tool-bar-mode.
8929
8930         * message.el (message-tool-bar-update): Simplify.
8931         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8932
8933         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8934         gnus-summary-buffer.
8935         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8936         gnus-summary-reply.
8937
8938         * gmm-utils.el (gmm): Add :version.
8939
8940 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * Makefile.in (clean): New rule.
8943         (distclean): Use it.
8944
8945 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8946
8947         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8948         autoload.
8949
8950 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gmm-utils.el (gmm-verbose): Add :group.
8953
8954 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * message.el: Change some comments WRT tool-bars.
8957
8958         * gnus-sum.el (gnus-summary-tool-bar)
8959         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8960         (gnus-summary-tool-bar-zap-list): New variables.
8961         (gnus-summary-make-tool-bar): Complete rewrite using
8962         `gmm-tool-bar-from-list'.
8963
8964         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8965         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8966         variables.
8967         (gnus-group-make-tool-bar): Complete rewrite using
8968         `gmm-tool-bar-from-list'.
8969         (gnus-group-tool-bar-update): New function.
8970
8971         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8972
8973 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8976         is dissected into a single part of which the type is the same as
8977         the given one; decode charset.
8978
8979 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8980
8981         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8982         into alists as symbol not string, since that's what
8983         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8984         look for.
8985
8986 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8989         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8990
8991         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8992
8993 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8996         (gnus-xmas-mime-security-button-menu): New function.
8997
8998         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8999         (gnus-mime-security-button-menu): New definition.
9000         (gnus-mime-security-button-map): Use them.
9001         (gnus-mime-security-button-menu): New function.
9002         (gnus-insert-mime-security-button): Addition to help echo.
9003         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9004         (gnus-mime-security-pipe-part): New functions.
9005
9006         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9007         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9008
9009         * mm-decode.el (mm-handle-set-disposition): Remove.
9010         (mm-handle-set-description): Remove.
9011
9012 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9015         (mm-w3m-standalone-supports-m17n-p): New function.
9016         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9017         w3m usage.
9018
9019         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9020         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9021
9022 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * message.el (message-tool-bar-zap-list): Use
9025         gmm-tool-bar-zap-list as custom type.
9026         (message-tool-bar-update): New function.
9027         (message-tool-bar, message-tool-bar-gnome)
9028         (message-tool-bar-retro): Add message-tool-bar-update.
9029         (message-tool-bar-gnome): Add flyspell-buffer.
9030
9031         * gnus-util.el (gnus-error): Describe `args'.
9032
9033         * gmm-utils.el (gmm-error): Describe `args'.
9034         (gmm-tool-bar-zap-list): New widget.
9035         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9036
9037 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9040         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9041         the number of recursive calls.
9042
9043         * mm-decode.el (mm-handle-set-disposition): New macro.
9044         (mm-handle-set-description): New macro.
9045
9046 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9049         encoding.
9050
9051 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * message.el (message-tool-bar-zap-list, message-tool-bar)
9054         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9055         (message-tool-bar-local-item-from-menu): Remove.
9056         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9057         (message-make-tool-bar): New function.
9058         (message-mode): Use `message-make-tool-bar'.
9059
9060         * gmm-utils.el: New file.
9061         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9062         (gmm-lazy): New widget copied from `nnmail.el'.
9063         (gmm-tool-bar-from-list): New function for creating customizable
9064         tool bars.
9065         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9066         output.
9067         (gmm): Add :prefix to defgroup.
9068
9069 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9070
9071         * gmm-utils.el (gmm-widget-p): New function.
9072
9073 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * mml.el (mml-attach-file): Describe `description' in doc string.
9076         (mml-menu): Add Emacs MIME manual and PGG manual.
9077
9078 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9079
9080         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9081
9082 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9083
9084         * nntp.el (nntp-end-of-line): Doc fix.
9085
9086 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9087
9088         * imap.el (imap-open): Handle case where buffer is a buffer
9089         object.
9090
9091 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9092
9093         * gnus-delay.el (gnus-delay): Don't autoload.
9094         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9095         to be re-loaded when customizing the `gnus-delay' group.
9096
9097 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9098
9099         * message.el (message-insert-citation-line): Use newlines.
9100
9101 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9102
9103         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9104         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9105         these routines, so the passphrase can be managed externally and
9106         passed in to the system.
9107         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9108         pgg-add-passphrase-to-cache function.
9109
9110         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9111         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9112         these routines, so the passphrase can be managed externally and
9113         passed in to the system.
9114         (pgg-pgp5-sign-region): Use new name of
9115         pgg-add-passphrase-to-cache function.
9116
9117 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9118
9119         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9120         part of the decoded armor to find the key-identifier.
9121         (pgg-gpg-lookup-key-owner): New function to return the
9122         human-readable identifier of a key owner.
9123         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9124         itself.
9125         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9126         the key value) if we have a key and can match it against a secret
9127         key.  Also, added a note pointing out fact that the prompt only
9128         indicates the first matching key.
9129
9130         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9131         pgg-decrypt-region.
9132         (pgg-add-passphrase-to-cache): Rename from
9133         `pgg-add-passphrase-cache' to reduce confusion (all callers
9134         changed).
9135         (pgg-remove-passphrase-from-cache): Rename from
9136         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9137         changed).
9138         (pgg-read-passphrase, pgg-add-passphrase-cache)
9139         (pgg-remove-passphrase-cache): Add informative docstrings.
9140         (pgg-decrypt): Convey provided passphrase in subordinate call to
9141         pgg-decrypt-region.
9142
9143 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9144
9145         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9146         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9147         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9148         'passphrase' argument, so the passphrase can be managed externally
9149         and then passed in to the system.
9150
9151         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9152         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9153         so the passphrase cache can be used reliably with identifiers
9154         besides a pgp packet's key id.
9155
9156         * pgg-gpg.el (pgg-gpg-encrypt-region)
9157         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9158         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9159         these routines, so the passphrase can be managed externally and
9160         passed in to the system.
9161
9162         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9163         'notruncate' argument, so the passphrase cache can be used
9164         reliably with identifiers besides a pgp packet's key id.
9165
9166 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9167
9168         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9169         symmetric encryption.
9170         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9171         encrypted session key.
9172         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9173         message ask for the passphrase in a proper way.
9174
9175         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9176         New user commands for symmetric encryption.
9177
9178 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9181
9182         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9183
9184 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9185
9186         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9187
9188 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * mm-decode.el (mm-inlined-types): Add application/pgp.
9191         (mm-automatic-display): Ditto.
9192
9193         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9194         part as text.
9195
9196 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * nnrss.el: Update copyright.
9199         (nnrss-opml-import): Query whether to subscribe to each entry.
9200
9201         * gnus-art.el:
9202         * gnus-sum.el:
9203         * gnus-xmas.el:
9204         * messagexmas.el:
9205         * mm-uu.el:
9206         * mm-view.el: Update copyright.
9207
9208 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * message.el (message-info): New function.
9211         (message-mode-menu): Add it.
9212         Update copyright.
9213
9214         * ChangeLog: Fix and update copyright.
9215
9216 2006-01-13  Romain Francoise  <romain@orebokech.com>
9217
9218         * message.el (message-forward-subject-name-subject): Prefer the
9219         address to 'nowhere' if the sender has no name.
9220         Fix typo.  Update copyright year.
9221
9222 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * gnus-art.el (article-wash-html): Use
9225         gnus-summary-show-article-charset-alist if a numeric arg is given.
9226         (gnus-article-wash-html-with-w3m-standalone): New function.
9227
9228         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9229         mm-inline-text-html-render-with-w3m-standalone.
9230         (mm-text-html-washer-alist): Map w3m-standalone to
9231         gnus-article-wash-html-with-w3m-standalone.
9232         (mm-inline-text-html-render-with-w3m-standalone): New function.
9233
9234 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9237         Improve LaTeX.
9238
9239 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9242         (nnrss-request-article): Render text/plain parts as HTML.
9243
9244         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9245         the buffer.
9246
9247 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9250         custom definition of `gnus-posting-styles'.
9251
9252         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9253         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9254
9255 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9258         Use nntp for bug archive.
9259
9260 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9263         parts.
9264         (nnrss-normalize-date): New function converts ISO 8601 date into
9265         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9266         (nnrss-check-group): Use it.
9267
9268 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9271
9272         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9273         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9274         (nnrss-insert-w3): Ditto.
9275
9276 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9279         the articles to be forwarded including the case where neither a
9280         number of articles nor a region is specified.
9281
9282 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * nnrss.el (nnrss-request-article): Fix last change; fill
9285         text/plain parts.
9286
9287 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9290         in text/plain part.
9291         (nnrss-check-group): Don't add excessive newline to dc:subject.
9292
9293 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9294
9295         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9296         article.
9297
9298 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9301         (nnml-use-compressed-files, nnml-save-mail): Support other
9302         comression programs such as bzip2.
9303
9304 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * dns.el (query-dns): Make sure we check the buffer size before
9307         removing tcp headers.
9308
9309 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9312         remove MIME buttons associated with multipart/alternative parts.
9313         (gnus-mime-display-alternative): Tag buttons using `article-type'
9314         text property.
9315
9316         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9317         associated with multipart/alternative parts.
9318
9319         * gnus-art.el (gnus-signature-separator): Fix custom type.
9320
9321         * mm-decode.el (mm-inlined-types): Fix custom type.
9322         (mm-keep-viewer-alive-types): Ditto.
9323         (mm-automatic-display): Ditto.
9324         (mm-attachment-override-types): Ditto.
9325         (mm-inline-override-types): Ditto.
9326         (mm-automatic-external-display): Ditto.
9327
9328 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * spam-report.el (spam-report-user-mail-address)
9331         (spam-report-user-agent): New variables.
9332         (spam-report-url-ping-plain): Use spam-report-user-agent.
9333
9334 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9335
9336         * gnus-art.el (gnus-button-handle-custom): Do not just use
9337         `customize-apropos' for any "M-x customize-*" button but the
9338         function called for.  Accept both the function name and its
9339         argument in order to achieve this.
9340         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9341         function name to `gnus-button-handle-custom' in case of "M-x
9342         customize-*" buttons.
9343
9344 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9347         multipart/alternative and add xref to mm-discouraged-alternatives
9348         in doc string.
9349
9350         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9351         gnus-buttonized-mime-types in doc string.
9352
9353 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9356         Suggest image/.* in the doc string.
9357
9358 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9361         message-marks (Debian bug #342521).
9362
9363 2005-12-12  Simon Josefsson  <jas@extundo.com>
9364
9365         * password.el (password-read-from-cache): Add.
9366         (password-read): Use it.
9367
9368 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9371         us-ascii as a MIME charset.
9372
9373         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9374         against the case where the 2nd arg TYPE is nil.
9375
9376 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * pop3.el (pop3-stream-type): Fix custom version.
9379
9380         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9381
9382 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9383
9384         * mm-decode.el (mm-display-external): Add missing cdr.
9385
9386 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9389         RFC1524) if it is in mailcap or add a suffix according to
9390         mailcap-mime-extensions when generating a temp filename; postpone
9391         deleting a temp file for 2 seconds for some wrappers, shell
9392         scripts, and so on, which might exit right after having started a
9393         viewer command as a background job.
9394
9395 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * nntp.el (nntp-marks-directory): Fix custom group.
9398
9399         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9400         steps when < 10.
9401
9402         * gnus-start.el (gnus-no-server-1): Mention
9403         `gnus-level-default-subscribed' in doc string.
9404
9405 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9406
9407         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9408         parens.
9409
9410 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-xmas.el (gnus-use-toolbar): Revert.
9413         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9414         gnus-use-toolbar is default.
9415
9416         * messagexmas.el (message-use-toolbar): Revert.
9417         (message-setup-toolbar): Use global default-toolbar if
9418         message-use-toolbar is default.
9419
9420 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9423         according to default-toolbar-visible-p.
9424
9425         * messagexmas.el (message-use-toolbar): Ditto.
9426
9427 2005-11-26  Dave Love  <fx@gnu.org>
9428
9429         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9430         (tls-program, tls-success): Provide openssl alternative.
9431
9432         * starttls.el: Doc fixes.
9433         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9434         SERVICE to PORT.
9435
9436         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9437         port null or service name.
9438         (starttls-negotiate): Autoload.
9439
9440 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * message.el (message-kill-to-signature): Fix interactive spec.
9443
9444 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * pop3.el (pop3-open-server): Recognize a string as a service name.
9447
9448 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9449
9450         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9451
9452 2005-11-23  Dave Love  <fx@gnu.org>
9453
9454         Add pop3s, pop3/starttls.
9455
9456         * pop3.el (pop3-authentication-scheme): Clarify doc.
9457         (open-tls-stream, starttls-open-stream): Autoload.
9458         (pop3-stream-type): New.
9459         (pop3-open-server): Use it.
9460
9461         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9462         for POP.
9463         (mail-source-keyword-map): Add :stream for POP.
9464         (mail-source-fetch-pop): Use pop3-stream-type.
9465
9466 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9469         of current-time-string.
9470
9471 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9472
9473         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9474         date header.
9475
9476 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9477
9478         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9479         it can seriously impact performance as it bypasses the agent's
9480         local caches.
9481
9482 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9483
9484         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9485         must be explicitly online rather than "not explicitly offline" for
9486         its flags to be synchronized.
9487
9488         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9489         that gnus-uu-unmark-thread will function correctly.
9490
9491         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9492         1024K is instead displayed as 1M.
9493
9494 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9497
9498 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9499
9500         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9501
9502 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9503
9504         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9505         error message to display actual error condition.
9506         (gnus-agent-save-local): Avoid saving symbols that are bound to
9507         nil as they simply result in a warning message in
9508         gnus-agent-read-local.
9509
9510 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9513         rather than make-variable-buffer-local for file-precious-flag.
9514
9515 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9516
9517         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9518         for duplicates which are removed.  The invalid sort check then
9519         triggers a rescan after the sort as sorting may have moved
9520         duplicate entries such that they can be cheaply detected.
9521
9522 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9525
9526 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9527
9528         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9529         internal variable to a custom variable.  Changed default value
9530         from compressed(2) to uncompressed(1).
9531         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9532         support for uncompressed agentview files.  Taken together, reading
9533         the agentview file should now be 6-7 times faster.
9534
9535 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9536
9537         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9538         as a buffer-local variable.  This avoids creating truncated
9539         dribble files as a result of a hang up, eg.
9540
9541 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9542
9543         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9544         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9545         XEmacs.
9546
9547 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * gnus-start.el (gnus-start-draft-setup): Enforce
9550         `gnus-draft-mode' for nndraft:drafts at startup.
9551
9552         * gnus.el (gnus-splash): Change custom group.
9553         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9554         allow-list argument.
9555
9556         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9557         string.
9558
9559 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * gnus-art.el (gnus-default-article-saver): Add user-defined
9562         `function' to custom type.
9563
9564 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9565
9566         * imap.el (imap-open): Handle case where buffer is a buffer
9567         object.
9568
9569 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9572         long lines.
9573         (gnus-cache-delete-group): Wrap doc strings.
9574
9575         * gnus-agent.el (gnus-agent-rename-group)
9576         (gnus-agent-delete-group): Wrap doc strings.
9577
9578 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * messagexmas.el (message-use-toolbar): Change the valid values
9581         into default, top, bottom, left, and right.
9582         (message-toolbar-thickness): New variable.
9583         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9584         well.
9585         (message-setup-toolbar): Make it work.
9586
9587         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9588         (gnus-use-toolbar): Change the valid values into default, top,
9589         bottom, left, and right.
9590         (gnus-toolbar-thickness): New variable.
9591         (gnus-xmas-setup-toolbar): New function.
9592         (gnus-xmas-setup-group-toolbar): Use it.
9593         (gnus-xmas-setup-summary-toolbar): Use it.
9594
9595 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * gnus-start.el (gnus-1): Add "native" to
9598         gnus-predefined-server-alist.
9599
9600         * gnus.el (gnus-method-to-server): Don't add "native" to the
9601         lists here, because that leads to problems when
9602         gnus-select-method is bound.
9603
9604 2005-11-09  Simon Josefsson  <jas@extundo.com>
9605
9606         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9607         use (not sort-by-date) instead.
9608
9609 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9610
9611         * gnus-delay.el (gnus-delay-group): Don't autoload.
9612         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9613         to be re-loaded when customizing the `gnus-delay' group.
9614
9615 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9616
9617         * message.el: Revert last changes.
9618         (message-insert-citation-line): Use newlines.
9619
9620 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9621
9622         * message.el (message-courtesy-message)
9623         (message-mark-insert-begin, message-mark-insert-end)
9624         (message-elide-ellipsis, message-cancel-message)
9625         (message-add-header, message-change-subject)
9626         (message-cross-post-followup-to-header)
9627         (message-cross-post-insert-note, message-reduce-to-to-cc)
9628         (message-widen-reply, message-delete-not-region)
9629         (message-kill-to-signature, message-insert-signature)
9630         (message-insert-importance-high, message-insert-importance-low)
9631         (message-insert-or-toggle-importance)
9632         (message-insert-disposition-notification-to)
9633         (message-indent-citation, message-yank-original)
9634         (message-cite-original-without-signature, message-cite-original)
9635         (message-insert-citation-line, message-position-on-field)
9636         (message-fix-before-sending, message-send-mail-partially)
9637         (message-send-mail, message-send-mail-with-sendmail)
9638         (message-send-mail-with-qmail, message-send-news)
9639         (message-check-news-header-syntax, message-generate-headers)
9640         (message-insert-courtesy-copy, message-fill-address)
9641         (message-fill-header, message-shorten-references)
9642         (message-setup-1, message-cancel-news)
9643         (message-forward-make-body-plain, message-forward-make-body-mime)
9644         (message-forward-make-body-mml, message-encode-message-body)
9645         (message-forward-make-body-digest-plain)
9646         (message-forward-make-body-digest-mime)
9647         (message-use-alternative-email-as-from): Insert `hard-newline'
9648         instead of ordinary newlines.
9649
9650 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * message.el (message-generate-headers): Downcase the argument
9653         given to message-check-element.
9654
9655 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9656
9657         * nntp.el (nntp-authinfo-rejected): New error condition.
9658         (nntp-wait-for): Use new error condition to signal authentication
9659         error.
9660         (nntp-retrieve-data): Rethrow new error condition to break out of
9661         recursive call to nntp-send-authinfo.
9662
9663 2005-11-08  Romain Francoise  <romain@orebokech.com>
9664
9665         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9666         (gnus-summary-exit-map): Bind to `Z p'.
9667         (gnus-summary-make-menu-bar): Add menu item.
9668
9669 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9672         (gnus-treat-*): Add `first' in all doc strings.
9673
9674         * gnus-group.el (gnus-group-compact-group): Fix typo.
9675
9676 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus.el (gnus-parameters-case-fold-search): New variable.
9679         (gnus-parameters-get-parameter): Use it.
9680
9681         * gnus-score.el (gnus-home-score-file): Doc fix.
9682
9683 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9684
9685         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9686
9687 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * mm-util.el (mm-special-display-p): New function.
9690
9691         * mml.el (mml-preview): Use it; doc fix.
9692
9693 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9694
9695         * imap.el (imap-open): Handle case where buffer is a buffer object.
9696
9697 2005-10-29  Romain Francoise  <romain@orebokech.com>
9698
9699         * message.el (message-fix-before-sending): Fix comment.
9700
9701 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9702
9703         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9704
9705 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9706
9707         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9708         Used in gnus-score.el.
9709
9710 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9713
9714 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9715
9716         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9717         whitespace removed in revision 7.8.  Use concatenated string to
9718         protect trailing whitespace.
9719
9720 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9721
9722         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9723         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9724         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9725         Courier IMAP ("some version from 2004").  Mostly based on similar
9726         code in the same function.
9727
9728 2005-10-26  Didier Verna  <didier@xemacs.org>
9729
9730         * gnus-group.el (gnus-group-compact-group): Invalidate original
9731         article buffer.
9732         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9733         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9734         NOV database and in article itself.
9735         Invalidate article backlog.
9736
9737 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9740
9741 2005-10-26  Simon Josefsson  <jas@extundo.com>
9742
9743         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9744         part of 2004-07-25 change.
9745
9746 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * message.el (message-display-completion-list): New function.
9749         (message-expand-group): Use it; make sure the Completions buffer
9750         is modifiable.
9751 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9752
9753         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9754         user-mail-name is an empty string.
9755
9756 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9759         depending on gnus-score-decay-constant.
9760
9761         * encrypt.el (encrypt-insert-file-contents)
9762         (encrypt-write-file-contents): Don't use `gnus-message'.
9763
9764         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9765         arguments.
9766         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9767         arguments to mm-uu-verbatim-marks-extract.
9768         (mm-uu-hide-markers): New variable.
9769         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9770
9771         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9772         (gnus-convert-image-to-face-command): Use "convert" by default to
9773         allow other input image formats.
9774         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9775         accordingly.
9776
9777 2005-10-23  Simon Josefsson  <jas@extundo.com>
9778
9779         * imap.el (imap-gssapi-program): Align command line parameters
9780         with latest GNU SASL.
9781         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9782
9783 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9786         HTML.
9787         (nnslashdot-request-article): Ditto.
9788
9789         * lpath.el (featurep): Add nobreak-char-display.
9790
9791 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9792
9793         * mail-source.el (mail-source-fetch-pop): Require pop3.
9794         (mail-source-check-pop): Ditto.
9795
9796 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9799         errors.
9800
9801 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9804         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9805
9806         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9807
9808         * mm-bodies.el (mm-decode-string): Call
9809         `mm-charset-to-coding-system' with allow-override argument.
9810
9811 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9814         (rfc2047-charset-to-coding-system): New function.
9815         (rfc2047-decode-encoded-words): New function.
9816         (rfc2047-decode-region): Use them.
9817         (rfc2047-decode-cte): Remove.
9818         (rfc2047-parse-and-decode): Remove.
9819         (rfc2047-decode): Remove.
9820
9821 2005-10-15  Kenichi Handa  <handa@m17n.org>
9822
9823         * rfc2047.el (rfc2047-decode-cte): New function.
9824         (rfc2047-decode-region): Change the way to decode successive
9825         encoded-words: decode B- or Q-encoding in each encoded-word,
9826         concatenate them, and decode it as charset.
9827
9828 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * lpath.el: Fbind codepage-setup for XEmacs.
9831
9832 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9833
9834         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9835         widget-move-and-invoke.
9836         (gnus-custom-mode): Use gnus-custom-map.
9837
9838 2005-10-15  Bill Wohler  <wohler@newt.com>
9839
9840         * message.el (message-tool-bar-map): Renamed image file from
9841         mail_send to mail/send.
9842
9843 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9844
9845         * message.el (message-expand-group): Pass the common
9846         prefix substring of completion to `display-completion-list'.
9847
9848 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * mml-sec.el (mml-secure-method): New internal variable.
9851         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9852         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9853         functions using mml-secure-method.
9854
9855         * mml.el (mml-mode-map): Add key bindings for those functions.
9856         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9857         Harder <harder@myrealbox.com>.
9858         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9859         end of message if point is the headers of the message.
9860
9861         * message.el (message-in-body-p): New function.
9862
9863         * assistant.el: Autoload gnus-util and netrc.
9864
9865         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9866         Use `mm-charset-override-alist' only when decoding.
9867
9868         * mm-bodies.el (mm-decode-body): Call
9869         `mm-charset-to-coding-system' with allow-override argument.
9870
9871         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9872         `filename' from Content-Disposition if Content-Type doesn't
9873         provide `name'.
9874         (gnus-mime-view-part-as-type): Set default instead of
9875         initial-input.
9876
9877 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9878
9879         * format-spec.el (format-spec): Propagate text properties of % spec.
9880
9881 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * gnus-art.el (gnus-treat-predicate): Add `first'.
9884
9885 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9888         (mm-charset-override-alist): New variable.
9889         (mm-charset-to-coding-system): Use it.
9890         (mm-codepage-setup): New helper function.
9891         (mm-charset-eval-alist): New variable.
9892         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9893         about unknown charsets.
9894
9895         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9896
9897 2005-10-04  David Hansen  <david.hansen@gmx.net>
9898
9899         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9900         (nnrss-check-group): Ditto.
9901
9902 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9905         Rename x-gnus-verbatim to x-verbatim.
9906         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9907
9908         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9909         x-verbatim.
9910
9911         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9912
9913         * gnus-util.el (gnus-remove-duplicates): Remove.
9914
9915         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9916         instead of gnus-remove-duplicates.
9917
9918         * message.el (message-remove-duplicates): Remove.
9919         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9920         message-remove-duplicates.
9921
9922         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9923         available, else use implementation from `delete-dups'.
9924
9925         * message.el (message-insert-expires): New function.
9926         (message-mode-map): Add key binding.
9927         (message-mode-field-menu): Add menu entry.
9928         (message-mode): Document it.
9929         (message-make-expires-date): Use `message-make-date'.
9930
9931 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9932
9933         * message.el (message-make-expires-date): New function.
9934
9935 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * Makefile.in (list-installed-shadows): New entry.
9938         (install): Use it.
9939         (remove-installed-shadows): New entry.
9940
9941         * dgnushack.el (dgnushack-default-load-path): New variable.
9942         (dgnushack-find-lisp-shadows): New function.
9943         (dgnushack-remove-lisp-shadows): New function.
9944
9945 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * Makefile.in (install-el-elc): New entry.
9948         (install): Use it so that .el files are necessarily installed.
9949
9950 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9953
9954 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9955
9956         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9957         function rather than the diff-mode.el package.
9958         (mm-display-external): Use with-current-buffer.
9959         (mm-viewer-completion-map, mm-viewer-completion-map):
9960         Move initialization inside declaration.
9961
9962 2005-09-29  Simon Josefsson  <jas@extundo.com>
9963
9964         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9965         autoload mail-check-payment.
9966         (spam-check-hashcash): Define unconditionally, since hashcash.el
9967         is part of Gnus now.  Ignore errors from payment checking.
9968
9969 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * message.el (message-bold-region, message-unbold-region): Rename
9972         from `bold-region' and `unbold-region'.
9973
9974         * message.el: Remove useless autoloads.
9975
9976 2005-09-28  Simon Josefsson  <jas@extundo.com>
9977
9978         * message.el (message-use-idna): Default to t.
9979         (message-use-idna): Test whether encoding works too.  Doc fix.
9980
9981 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * nntp.el (nntp-warn-about-losing-connection): Remove.
9984
9985 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9988         customizable.  Change default value.
9989         (mm-uu-diff-groups-regexp): Change default value.
9990         (mm-uu-type-alist): Add doc string.
9991         (mm-uu-configure): Add doc string.  Make it interactive.
9992         (mm-uu-tex-groups-regexp): New variable.
9993         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9994         (mm-uu-type-alist): Add LaTeX documents.
9995         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9996         of "text/verbatim".
9997         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9998
9999         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10000         instead of "text/verbatim".
10001
10002         * message.el (message-mark-inserted-region)
10003         (message-mark-insert-file): Use slrn style marks when called with
10004         prefix argument.
10005
10006 2005-09-27  Simon Josefsson  <jas@extundo.com>
10007
10008         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10009
10010 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10011
10012         * message.el (message-remove-duplicates): New function.
10013         Implementation borrowed from `gnus-remove-duplicates'.
10014         (message-idna-to-ascii-rhs): Also encode idna addresses in
10015         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10016         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10017         only ask about the same idna domain once per header and also tell
10018         in what header to replace the idna domain.
10019
10020         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10021         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10022         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10023         a header is decoded and not just the last one.
10024
10025 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10028         has been decoded.
10029
10030         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10031         (mm-insert-part): Don't modify text if it has been decoded.
10032
10033         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10034         decoded.
10035
10036         * mm-view.el (mm-inline-text): Don't strip text props unless
10037         decoding enriched or richtext parts.
10038
10039 2005-09-25  Romain Francoise  <romain@orebokech.com>
10040
10041         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10042         * gnus-start.el (gnus-subscribe-interactively):
10043         * gnus-uu.el (gnus-uu-grab-articles):
10044         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10045         space.
10046
10047 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10048
10049         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10050         * mm-view.el (mm-view-pkcs7-decrypt):
10051         * gnus-sum.el (gnus-summary-limit-to-extra)
10052         (gnus-summary-respool-article, gnus-read-move-group-name):
10053         * gnus-score.el (gnus-summary-increase-score):
10054         * gnus-util.el (gnus-completing-read-with-default):
10055         * gnus-art.el (gnus-read-save-file-name)
10056         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10057         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10058         * message.el (message-check-news-header-syntax):
10059         Follow convention for reading with the minibuffer.
10060
10061 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * spam-report.el (spam-report-url-ping-plain):
10064         Use gnus-extended-version as User-Agent.
10065
10066         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10067         default value is nil.
10068
10069         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10070         (mm-uu-verbatim-marks-extract): New function.
10071         (mm-uu-extract): New face.
10072         (mm-uu-copy-to-buffer): Use it.
10073
10074         * spam-report.el (spam-report-gmane-ham): Renamed from
10075         `spam-report-gmane-unspam'.
10076         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10077         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10078
10079         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10080         Autoload.
10081         (spam-report-gmane-unregister-routine): Renamed
10082         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10083
10084 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10085
10086         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10087         (spam-report-gmane-unregister-routine): Add support for gmane
10088         unregistration.
10089
10090         * spam-report.el (spam-report-gmane-unspam)
10091         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10092         (spam-report-gmane): Change to take a single article and do unspam
10093         registration.
10094
10095 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * mm-url.el (mm-url-decode-entities): Fix regexp.
10098
10099 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10100
10101         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10102         default to nil, to be able to use Gnus at all.  If the default
10103         switches to something else, then the function should be fixed not
10104         be exceedingly slow.
10105
10106 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10107
10108         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10109         fail hard.
10110
10111         * spam-report.el: Add better Keywords line.
10112
10113         * spam.el: Add Maintainer and better Keywords line.
10114
10115 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-art.el (gnus-article-replace-part)
10118         (gnus-mime-replace-part): New functions.
10119         (gnus-mime-action-alist, gnus-mime-button-commands)
10120         (gnus-mime-save-part-and-strip): Added file argument.
10121         (gnus-article-part-wrapper): Added interactive argument.
10122
10123         * gnus-sum.el (gnus-summary-mime-map): Add
10124         `gnus-article-replace-part'.
10125
10126 2005-09-19  Didier Verna  <didier@xemacs.org>
10127
10128         The nnml compaction feature:
10129         * nnml.el (nnml-request-compact-group): New function.
10130         * nnml.el (nnml-request-compact): New function.
10131         * gnus-int.el (gnus-request-compact-group): New function.
10132         * gnus-int.el (gnus-request-compact): New function.
10133         * gnus-group.el (gnus-group-compact-group): New function.
10134         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10135         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10136         * gnus-srvr.el (gnus-server-compact-server): New function.
10137         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10138         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10139
10140 2005-09-18  Deepak Goel  <deego@gnufans.org>
10141
10142         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10143         format spec.
10144
10145 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10148
10149 2005-09-15  Romain Francoise  <romain@orebokech.com>
10150
10151         * message.el (message-fill-paragraph): Clarify docstring.
10152
10153 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-art.el (gnus-mime-display-part): Protect against broken
10156         MIME messages.
10157
10158 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10161         before parsing header.
10162
10163 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10164
10165         * html2text.el (html2text-replace-list): Add new entities.
10166
10167 2005-09-11  Romain Francoise  <romain@orebokech.com>
10168
10169         * message.el (message-alternative-emails): Improve docstring.
10170         (message-setup-1): Call `message-use-alternative-email-as-from'
10171         after `message-setup-hook' to give it precedence over posting
10172         styles, etc.
10173         (message-use-alternative-email-as-from): Add docstring.  Remove
10174         the original From header if present.
10175
10176         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10177         (nnml-save-mail): Use it.
10178
10179         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10180         articles.  Add new argument `silent'.
10181         (gnus-uu-mark-all): Report the total number of marked articles.
10182
10183 2005-09-10  Romain Francoise  <romain@orebokech.com>
10184
10185         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10186         (gnus-uu-mark-series): Likewise.
10187
10188 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * spam-report.el (spam-report-gmane): Fix generation of spam
10191         report URL.
10192
10193 2005-09-10  Simon Josefsson  <jas@extundo.com>
10194
10195         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10196         t, based on discussion on the ding list with Robert Epprecht
10197         <epprecht@solnet.ch>.
10198
10199 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * spam-report.el (spam-report-gmane): Make it work without
10202         X-Report-Spam header.  Gmane now only provides Archived-At.
10203         This is only used if `spam-report-gmane-use-article-number' is nil.
10204         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10205
10206         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10207         make `gnus-summary-sort-by-recipient' work with threading.
10208
10209         * nnweb.el (nnweb-google-wash-article): Print a message if article
10210         is not available.
10211
10212 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10213
10214         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10215         change.  Decode text/* parts content before displaying.
10216
10217 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10220
10221 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10224
10225         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10226         url-package-name, url-package-version,
10227         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10228         w3m-display-inline-images, and w3m-minor-mode-map.
10229
10230 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * message.el (message-tab-body-function): Fix mismatched custom type.
10233
10234         * gnus.el (gnus-group-change-level-function): Ditto.
10235
10236         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10237
10238         * gnus-art.el (gnus-signature-limit)
10239         (gnus-article-mime-part-function): Ditto.
10240
10241 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * mml.el (mml-mode): Silence the byte compiler.
10244
10245         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10246         using `(sit-for 0)' before moving the point to the specified part;
10247         skip unbuttonized parts.
10248         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10249         return to the summary window if gnus-auto-select-part is non-nil.
10250
10251 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10254         variables.
10255         (mml-dnd-attach-file, mml-mode): Use them.
10256
10257         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10258         Make fetching article by MID work again for Google Groups.  Added
10259         FIXME concerning gnus-group-make-web-group.
10260
10261         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10262         Don't depend on Gnus by using mail-extract-address-components if
10263         gnus-extract-address-components is not bound.
10264
10265 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266
10267         * gnus-art.el (gnus-mime-display-security): Don't display the
10268         signature, but only the signed part.
10269
10270 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10273
10274         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10275         list, not listp.
10276
10277 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10278
10279         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10280         when encoding.
10281
10282         * mm-bodies.el (mm-decode-content-transfer-encoding):
10283         De-canonicalize CRLF for all text content types, not just
10284         text/plain.
10285
10286 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10289         valid article; point arrow and cursor at the MIME button.
10290
10291 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10294         Suggested by Dan Christensen <jdc@uwo.ca>.
10295
10296         * mm-decode.el (mm-save-part): Enable change of prompt.
10297
10298 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10299
10300         * gnus-msg.el (gnus-inews-add-send-actions): Made
10301         `message-post-method' lambda parameter ARG `&optional'.
10302
10303 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * gnus-sum.el (gnus-summary-mime-map): Added
10306         gnus-article-save-part-and-strip, gnus-article-delete-part and
10307         gnus-article-jump-to-part.
10308
10309         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10310         (gnus-article-edit-part): Use it.
10311         (gnus-article-part-wrapper): Added no-handle argument.
10312         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10313         functions.
10314
10315 2005-08-29  Romain Francoise  <romain@orebokech.com>
10316
10317         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10318         docstring.
10319         (gnus-face-from-file): Likewise.
10320
10321 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10324         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10325         non-nil.
10326         (gnus-auto-select-part): New variable.
10327         (gnus-article-jump-to-part): New function.
10328         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10329         (gnus-mime-delete-part): Allow selecting specified part after
10330         deleting or stripping parts.
10331         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10332         part if argument is bogus.
10333
10334 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10335
10336         * gnus-art.el (w3m-minor-mode-map):
10337         * gnus-spec.el (gnus-newsrc-file-version):
10338         * gnus-util.el (nnmail-active-file-coding-system)
10339         (gnus-original-article-buffer, gnus-user-agent):
10340         * gnus.el (gnus-ham-process-destinations)
10341         (gnus-parameter-ham-marks-alist)
10342         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10343         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10344         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10345         * mm-decode.el (gnus-current-window-configuration):
10346         * mm-extern.el (gnus-article-mime-handles):
10347         * mm-url.el (url-current-object, url-package-name)
10348         (url-package-version):
10349         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10350         (smime-keys, w3m-cid-retrieve-function-alist)
10351         (w3m-current-buffer, w3m-display-inline-images)
10352         (w3m-minor-mode-map):
10353         * mml-smime.el (gnus-extract-address-components):
10354         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10355         (gnus-newsrc-hashtb, message-default-charset)
10356         (message-deletable-headers, message-options)
10357         (message-posting-charset, message-required-mail-headers)
10358         (message-required-news-headers):
10359         * mml1991.el (mc-pgp-always-sign):
10360         * mml2015.el (mc-pgp-always-sign):
10361         * nnheader.el (nnmail-extra-headers):
10362         * rfc1843.el (gnus-decode-encoded-word-function)
10363         (gnus-decode-header-function, gnus-newsgroup-name):
10364         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10365
10366 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10367
10368         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10369         the end of the date treatments.
10370
10371 2005-08-15  Simon Josefsson  <jas@extundo.com>
10372
10373         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10374         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10375         Capello and Romain Francoise.
10376         (pgg-fetch-key-function): Removed, not used?
10377         (pgg-insert-url-with-w3): Require url, to get
10378         url-insert-file-contents regardless of where it is defined.
10379
10380 2005-08-13  Romain Francoise  <romain@orebokech.com>
10381
10382         * message.el (message-cite-original-1): New function.
10383         (message-cite-original): Use it.
10384         (message-cite-original-without-signature): Ditto.
10385
10386 2005-08-08  Romain Francoise  <romain@orebokech.com>
10387
10388         * message.el (message-yank-empty-prefix): New variable.
10389         (message-indent-citation): Use it.
10390         (message-cite-original-without-signature): Respect X-No-Archive.
10391
10392 2005-08-08  Simon Josefsson  <jas@extundo.com>
10393
10394         * pgg.el: Autoload url-insert-file-contents instead of loading
10395         w3/url.
10396         (pgg-insert-url-with-w3): Don't load url here.
10397
10398 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10399
10400         * message.el (message-kill-to-signature): Don't insert newline at
10401         bol.
10402         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10403
10404 2005-08-06  Romain Francoise  <romain@orebokech.com>
10405
10406         * message.el (message-user-fqdn): Fix typo in docstring.
10407
10408 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10409
10410         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10411
10412         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10413
10414 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * mm-bodies.el (mm-encode-body): Use coding system rather than
10417         charset to encode text.
10418
10419         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10420         number of charsets if utf-8 is available (XEmacs).
10421
10422 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10425         taken from `gnus-button-mid-or-mail-regexp'.
10426         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10427         (gnus-button-alist): Improve regexp for domain part of the MIDs
10428         for news:localpart@domain buttons.
10429         (gnus-button-ctan-directory-regexp): Update.
10430
10431 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * sieve-manage.el (sieve-manage-interactive-login): Use
10434         make-local-variable rather than make-variable-buffer-local.
10435         (sieve-manage-open): Ditto.
10436         (sieve-manage-authenticate): Ditto.
10437
10438         * mml.el (mml-generate-mime-1): Make the content type default to
10439         text/plain if the filename is not specified.
10440
10441 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10444         instead of insert-buffer.
10445
10446         * message.el (message-yank-original): Ditto; set the mark at the
10447         end of the yanked message.
10448
10449 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10452         lines to scroll rather than to stop it.
10453
10454         * mml.el (mml-generate-default-type): Add doc string.
10455         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10456         default to application/octet-stream when determining the content
10457         type if it is not specified for the part or the mml contents; add
10458         a comment about mml-generate-default-type.
10459
10460 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10463         make it default to application/octet-stream when determining the
10464         content type if it is not specified for the external contents.
10465
10466 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10469         segmented parameter but also other parameters might be there.
10470
10471 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * mm-decode.el (mm-display-external): Delete temp file, directory
10474         and buffer immediately if the external process is exited.
10475
10476 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10479         fewer lines than that of scroll-margin.
10480         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10481
10482 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-art.el (gnus-article-next-page): Revert.
10485         (gnus-article-beginning-of-window): New macro.
10486         (gnus-article-next-page-1): Use it.
10487         (gnus-article-prev-page): Ditto.
10488         (gnus-article-edit-part): Use insert-buffer-substring instead of
10489         insert-buffer.
10490         (gnus-article-edit-exit): Ditto.
10491
10492         * gnus-util.el (gnus-beginning-of-window): Remove.
10493         (gnus-end-of-window): Remove.
10494
10495         * lpath.el: Don't bind header-line-format and scroll-margin.
10496
10497 2005-07-25  Simon Josefsson  <jas@extundo.com>
10498
10499         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10500         to have the url package without w3.  Reported by Daiki Ueno
10501         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10502
10503 2005-07-20  Didier Verna  <didier@xemacs.org>
10504
10505         * gnus-diary.el: Remove the description comment (nndiary is now
10506         properly documented in the Gnus manual).
10507         Fix the spelling of "Back End".
10508         * nndiary.el: Ditto.
10509         Fix the copyright notice.
10510
10511 2005-07-18  Romain Francoise  <romain@orebokech.com>
10512
10513         * gnus-sum.el (gnus-summary-to-prefix)
10514         (gnus-summary-newsgroup-prefix): New variables.
10515         (gnus-summary-from-or-to-or-newsgroups): Use them.
10516
10517 2005-07-17  Romain Francoise  <romain@orebokech.com>
10518
10519         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10520         space as it's generally not especially interesting to the user.
10521
10522 2005-07-16  Romain Francoise  <romain@orebokech.com>
10523
10524         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10525         nil to avoid prompting and file modification if one of the
10526         messages at the top of the nnfolder file contains a copyright
10527         notice.
10528         Update copyright notice.
10529
10530         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10531         instead of `current-time-string' as the latter creates a time
10532         string that is not RFC 2822 compliant (it lacks the zone).
10533         Update copyright notice.
10534
10535 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10536
10537         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10538         for text/rtf.  Display default in prompt.  Pass default for M-n.
10539
10540         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10541
10542 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * gnus-msg.el (gnus-button-mailto): Remove
10545         save-selected-window-window hackery because it relies on
10546         save-selected-window internals.
10547
10548 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10551         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10552         (gnus-article-prev-page): Ditto.
10553
10554         * gnus-util.el (gnus-beginning-of-window): New function.
10555         (gnus-end-of-window): New function.
10556
10557         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10558
10559 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10560
10561         * gnus-score.el (gnus-score-edit-all-score): Set
10562         gnus-score-edit-exit-function to gnus-score-edit-done and call
10563         gnus-message.
10564
10565 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * gnus-msg.el (gnus-button-mailto): Remove
10568         save-selected-window-window hackery because it relies on
10569         save-selected-window internals.
10570
10571 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10574         add-minor-mode.
10575         (gnus-binary-mode): Ditto.
10576
10577         * gnus-topic.el (gnus-topic-mode): Ditto.
10578
10579 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10580
10581         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10582         (gnus-article-prev-page): Take scroll-margin into consideration.
10583
10584 2005-07-04  Lute Kamstra  <lute@gnu.org>
10585
10586         Update FSF's address in GPL notices.
10587
10588 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10589
10590         * gnus.el (gnus-exit):
10591         * gnus-group.el (gnus-group-icons):
10592         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10593
10594         * gnus-nocem.el (gnus-nocem):
10595         * message.el (message-various, message-buffers, message-sending)
10596         (message-interface, message-forwarding, message-insertion)
10597         (message-headers, message-news, message-mail):
10598         * pgg-gpg.el (pgg-gpg):
10599         * pgg-parse.el (pgg-parse):
10600         * pgg-pgp.el (pgg-pgp):
10601         * pgg-pgp5.el (pgg-pgp5):
10602         * pop3.el (pop3): Finish `defgroup' description with period.
10603
10604 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-art.el (article-display-face): Improve the efficiency.
10607         (article-display-x-face): Ditto; remove grey x-face stuff.
10608
10609 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-art.el (article-display-face): Correct the position in
10612         which Faces are inserted.
10613
10614 2005-06-29  Didier Verna  <didier@xemacs.org>
10615
10616         * gnus-art.el (article-display-face): Display faces in correct
10617         order.
10618
10619 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10622         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10623         (gnus-nocem-check-article): Fetch the Type header.
10624         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10625         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10626         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10627         make sure gnus-nocem-hashtb is initialized.
10628         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10629         (gnus-nocem-unwanted-article-p): Ditto.
10630
10631         * pgg.el (pgg-verify): Return the verification result.
10632
10633 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10636         is ascii.
10637
10638 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10639
10640         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10641         `show-nonbreak-escape'.
10642
10643 2005-06-23  Lute Kamstra  <lute@gnu.org>
10644
10645         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10646
10647         * dig.el (dig-mode):
10648         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10649
10650 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10651
10652         * nnimap.el (nnimap-split-download-body): Fix spellings.
10653
10654 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10655
10656         * gnus-art.el (gnus-article-encrypt-body):
10657         * gnus-cus.el (gnus-score-customize):
10658         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10659         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10660
10661 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10662
10663         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10664         header by looking for magic "MII" at the beginnig.
10665
10666 2005-06-16  Miles Bader  <miles@gnu.org>
10667
10668         * gnus-xmas.el (gnus-xmas-group-startup-message):
10669         Use renamed gnus-splash face.
10670
10671         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10672         (assistant-field-face): New backward-compatibility alias for renamed
10673         face.
10674         (assistant-render-text): Use renamed assistant-field face.
10675
10676         * spam.el (spam): Remove "-face" suffix from face name.
10677         (spam-face): New backward-compatibility alias for renamed face.
10678         (spam-face, spam-initialize): Use renamed spam face.
10679
10680         * message.el (message-header-to, message-header-cc)
10681         (message-header-subject, message-header-newsgroups)
10682         (message-header-other, message-header-name)
10683         (message-header-xheader, message-separator, message-cited-text)
10684         (message-mml): Remove "-face" suffix from face names.
10685         (message-header-to-face, message-header-cc-face)
10686         (message-header-subject-face, message-header-newsgroups-face)
10687         (message-header-other-face, message-header-name-face)
10688         (message-header-xheader-face, message-separator-face)
10689         (message-cited-text-face, message-mml-face):
10690         New backward-compatibility aliases for renamed faces.
10691         (message-font-lock-keywords): Use renamed message faces.
10692
10693         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10694         (sieve-test-commands, sieve-tagged-arguments):
10695         Remove "-face" suffix from face names.
10696         (sieve-control-commands-face, sieve-action-commands-face)
10697         (sieve-test-commands-face, sieve-tagged-arguments-face):
10698         New backward-compatibility aliases for renamed faces.
10699         (sieve-control-commands-face, sieve-action-commands-face)
10700         (sieve-test-commands-face, sieve-tagged-arguments-face):
10701         Use renamed sieve faces.
10702
10703         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10704         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10705         (gnus-group-news-3-empty, gnus-group-news-4)
10706         (gnus-group-news-4-empty, gnus-group-news-5)
10707         (gnus-group-news-5-empty, gnus-group-news-6)
10708         (gnus-group-news-6-empty, gnus-group-news-low)
10709         (gnus-group-news-low-empty, gnus-group-mail-1)
10710         (gnus-group-mail-1-empty, gnus-group-mail-2)
10711         (gnus-group-mail-2-empty, gnus-group-mail-3)
10712         (gnus-group-mail-3-empty, gnus-group-mail-low)
10713         (gnus-group-mail-low-empty, gnus-summary-selected)
10714         (gnus-summary-cancelled, gnus-summary-high-ticked)
10715         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10716         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10717         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10718         (gnus-summary-low-undownloaded)
10719         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10720         (gnus-summary-low-unread, gnus-summary-normal-unread)
10721         (gnus-summary-high-read, gnus-summary-low-read)
10722         (gnus-summary-normal-read, gnus-splash):
10723         Remove "-face" suffix from face names.
10724         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10725         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10726         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10727         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10728         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10729         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10730         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10731         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10732         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10733         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10734         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10735         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10736         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10737         (gnus-summary-normal-ticked-face)
10738         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10739         (gnus-summary-normal-ancient-face)
10740         (gnus-summary-high-undownloaded-face)
10741         (gnus-summary-low-undownloaded-face)
10742         (gnus-summary-normal-undownloaded-face)
10743         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10744         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10745         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10746         (gnus-splash-face):
10747         New backward-compatibility aliases for renamed faces.
10748         (gnus-group-startup-message): Use renamed gnus faces.
10749
10750         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10751         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10752         (gnus-server-agent): Remove "-face" suffix from face names.
10753         (gnus-server-agent-face, gnus-server-opened-face)
10754         (gnus-server-closed-face, gnus-server-denied-face)
10755         (gnus-server-offline-face):
10756         New backward-compatibility aliases for renamed faces.
10757         (gnus-server-agent-face, gnus-server-opened-face)
10758         (gnus-server-closed-face, gnus-server-denied-face)
10759         (gnus-server-offline-face): Use renamed gnus faces.
10760
10761         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10762         Remove "-face" suffix from face names.
10763         (gnus-picon-xbm-face, gnus-picon-face):
10764         New backward-compatibility aliases for renamed faces.
10765
10766         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10767         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10768         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10769         (gnus-cite-11): Remove "-face" suffix from face names.
10770         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10771         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10772         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10773         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10774         New backward-compatibility aliases for renamed faces.
10775         (gnus-cite-attribution-face, gnus-cite-face-list)
10776         (gnus-article-boring-faces): Use renamed gnus faces.
10777
10778         * gnus-art.el (gnus-signature, gnus-header-from)
10779         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10780         (gnus-header-content): Remove "-face" suffix from face names.
10781         (gnus-signature-face, gnus-header-from-face)
10782         (gnus-header-subject-face, gnus-header-newsgroups-face)
10783         (gnus-header-name-face, gnus-header-content-face):
10784         New backward-compatibility aliases for renamed faces.
10785         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10786
10787         * gnus-sum.el (gnus-summary-selected-face)
10788         (gnus-summary-highlight): Use renamed gnus faces.
10789         * gnus-group.el (gnus-group-highlight): Likewise.
10790
10791 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10792
10793         * gnus-sieve.el (gnus-sieve-article-add-rule):
10794         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10795         * spam-stat.el (spam-stat-buffer-change-to-spam)
10796         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10797
10798         * message.el (message-is-yours-p):
10799         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10800
10801 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * mm-view.el (mm-inline-text): Withdraw the last change.
10804
10805 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10808         executing enriched-decode.
10809
10810 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10813         charset of tar files.
10814
10815 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10816
10817         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10818
10819 2005-06-04  Lute Kamstra  <lute@gnu.org>
10820
10821         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10822         information is never recorded.
10823
10824 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10825
10826         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10827
10828 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * pop3.el (pop3-apop): Run md5 in the binary mode.
10831
10832         * starttls.el (starttls-set-process-query-on-exit-flag):
10833         Use eval-and-compile.
10834
10835 2005-05-31  Simon Josefsson  <jas@extundo.com>
10836
10837         * smime.el (smime-replace-in-string): Define.
10838         (smime-cert-by-ldap-1): Use it.
10839
10840 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-art.el (article-display-x-face): Replace
10843         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10844
10845         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10846         set-process-query-on-exit-flag or process-kill-without-query.
10847
10848         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10849         loop instead of replace-regexp.
10850
10851         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10852         instead of process-kill-without-query if it is available.
10853
10854         * lpath.el: Fbind ldap-search-entries.
10855
10856         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10857         instead of find-file-hooks if it is available.
10858
10859         * mml1991.el: Bind pgg-default-user-id when compiling.
10860
10861         * mml2015.el: Bind pgg-default-user-id when compiling.
10862
10863         * nndraft.el (nndraft-request-associate-buffer):
10864         Use write-contents-functions instead of write-contents-hooks if it is
10865         available.
10866
10867         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10868         instead of find-file-hooks if it is available.
10869
10870         * nntp.el (nntp-open-connection): Replace
10871         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10872         (nntp-open-ssl-stream): Ditto.
10873         (nntp-open-tls-stream): Ditto.
10874
10875         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10876         set-process-query-on-exit-flag or process-kill-without-query.
10877         (starttls-open-stream-gnutls): Use it instead of
10878         process-kill-without-query.
10879         (starttls-open-stream): Ditto.
10880
10881 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10882
10883         * smime.el (smime-cert-by-ldap-1): Don't use
10884         replace-regexp-in-string.
10885
10886 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10887
10888         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10889
10890         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10891         in PEM format.  Adjust to the XEmacs compability.
10892
10893 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10896         by `string-to-number'.
10897         * gnus-agent.el (gnus-agent-regenerate-group)
10898         (gnus-agent-fetch-articles): Ditto.
10899         * gnus-art.el (gnus-button-fetch-group): Ditto.
10900         * gnus-cache.el (gnus-cache-generate-active)
10901         (gnus-cache-articles-in-group): Ditto.
10902         * gnus-group.el (gnus-group-set-current-level)
10903         (gnus-group-insert-group-line): Ditto.
10904         * gnus-score.el (gnus-score-set-expunge-below)
10905         (gnus-score-set-mark-below, gnus-summary-score-effect)
10906         (gnus-summary-score-entry): Ditto.
10907         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10908         (gnus-soup-pack): Ditto.
10909         * gnus-spec.el (gnus-xmas-format): Ditto.
10910         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10911         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10912         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10913         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10914         * nndb.el (nndb-get-remote-expire-response): Ditto.
10915         * nndiary.el (nndiary-parse-schedule-value)
10916         (nndiary-string-to-number, nndiary-request-replace-article)
10917         (nndiary-request-article): Ditto.
10918         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10919         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10920         * nneething.el (nneething-make-head): Ditto.
10921         * nnfolder.el (nnfolder-request-article)
10922         (nnfolder-retrieve-headers): Ditto.
10923         * nnheader.el (nnheader-file-to-number): Ditto.
10924         * nnkiboze.el (nnkiboze-request-article): Ditto.
10925         * nnmail.el (nnmail-process-unix-mail-format)
10926         (nnmail-process-babyl-mail-format): Ditto.
10927         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10928         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10929         (nnmh-request-create-group, nnmh-request-list-1)
10930         (nnmh-request-group, nnmh-request-article): Ditto.
10931         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10932         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10933         * nnsoup.el (nnsoup-make-active): Ditto.
10934         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10935         * nntp.el (nntp-find-group-and-number)
10936         (nntp-retrieve-headers-with-xover): Ditto.
10937         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10938         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10939         (pgg-format-key-identifier): Ditto.
10940         * pop3.el (pop3-last, pop3-stat): Ditto.
10941         * qp.el (quoted-printable-decode-region): Ditto.
10942
10943         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10944         of concat.
10945
10946 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10949
10950         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10951
10952         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10953
10954         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10955
10956         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10957
10958         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10959
10960         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10961         (gnus-carpal-mode): Ditto.
10962
10963         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10964         (gnus-browse-mode): Ditto.
10965
10966         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10967
10968         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10969
10970 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10971
10972         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10973
10974 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * gnus-util.el (gnus-run-mode-hooks): New function.
10977
10978         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10979
10980         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10981         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10982
10983 2005-05-27  Lute Kamstra  <lute@gnu.org>
10984
10985         * dns-mode.el (dns-mode): Specify customization group.
10986
10987 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10988
10989         * gnus-agent.el (gnus-agent-make-mode-line-string):
10990         Use mode-line-highlight as mouse-face.
10991
10992 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * canlock.el (canlock): Change the parent group to news.
10995
10996         * deuglify.el (gnus-outlook-deuglify): Add :group.
10997
10998         * dig.el (dig): Add :group.
10999
11000         * dns-mode.el (dns-mode): Add :group.
11001
11002         * encrypt.el (encrypt): Add :group.
11003
11004         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11005         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11006         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11007         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11008         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11009
11010         * gnus-diary.el (gnus-diary): Add :group.
11011
11012         * gnus.el (gnus-group-news-1-face): Add :group.
11013         (gnus-group-news-1-empty-face): Ditto.
11014         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11015         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11016         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11017         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11018         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11019         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11020         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11021         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11022         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11023         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11024         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11025         (gnus-summary-high-ticked-face): Ditto.
11026         (gnus-summary-low-ticked-face): Ditto.
11027         (gnus-summary-normal-ticked-face): Ditto.
11028         (gnus-summary-high-ancient-face): Ditto.
11029         (gnus-summary-low-ancient-face): Ditto.
11030         (gnus-summary-normal-ancient-face): Ditto.
11031         (gnus-summary-high-undownloaded-face): Ditto.
11032         (gnus-summary-low-undownloaded-face): Ditto.
11033         (gnus-summary-normal-undownloaded-face): Ditto.
11034         (gnus-summary-high-unread-face): Ditto.
11035         (gnus-summary-low-unread-face): Ditto.
11036         (gnus-summary-normal-unread-face): Ditto.
11037         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11038         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11039
11040         * hashcash.el (hashcash): New custom group.
11041         (hashcash-default-payment): Add :group.
11042         (hashcash-payment-alist): Ditto.
11043         (hashcash-default-accept-payment): Ditto.
11044         (hashcash-accept-resources): Ditto.
11045         (hashcash-path): Ditto.
11046         (hashcash-extra-generate-parameters): Ditto.
11047         (hashcash-double-spend-database): Ditto.
11048         (hashcash-in-news): Ditto.
11049
11050         * message.el (message-minibuffer-local-map): Add :group.
11051
11052         * netrc.el (netrc): Add :group.
11053
11054         * sieve-manage.el (sieve-manage-log): Add :group.
11055         (sieve-manage-default-user): Diito.
11056         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11057         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11058         (sieve-manage-authenticators): Ditto.
11059         (sieve-manage-authenticator-alist): Ditto.
11060         (sieve-manage-default-port): Ditto.
11061
11062         * sieve-mode.el (sieve-control-commands-face): Add :group.
11063         (sieve-action-commands-face): Ditto.
11064         (sieve-test-commands-face): Ditto.
11065         (sieve-tagged-arguments-face): Ditto.
11066
11067         * smime.el (smime): Add :group.
11068
11069         * spam-report.el (spam-report): Add :group.
11070
11071         * spam.el (spam, spam-face): Add :group.
11072
11073 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11076         return \n.\n.\n at the end of articles.  Protect against that.
11077         (nntp-with-open-group): Allow debugging.
11078
11079         * nnheader.el (mail-header-set-extra): Make into a function
11080         because I just could't understand how to quote the list properly.
11081
11082         * dns.el (query-dns-cached): New function.
11083
11084 2005-05-26  Lute Kamstra  <lute@gnu.org>
11085
11086         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11087
11088 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11091
11092         * gnus-art.el: Don't autoload mail-extract-address-components.
11093
11094         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11095         eval-and-compile to evaluate it.
11096
11097         * hashcash.el: Don't autoload executable-find.
11098
11099         * nndb.el: Don't declare the nndb back end two or more times; don't
11100         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11101
11102         * nntp.el: Autoload format-spec instead of format; use
11103         eval-and-compile to evaluate autoload forms.
11104
11105 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11106
11107         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11108
11109 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11110
11111         * gnus.el (gnus-version-number): Bump version.
11112
11113 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11114
11115         * gnus.el: No Gnus v0.3 is released.
11116
11117 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * lpath.el (featurep): Bind show-nonbreak-escape.
11120
11121 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-art.el (gnus-article-edit-part): Disable undo.
11124
11125 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11128         gnus-article-date-lapsed-new-header is t if date timer is active;
11129         skip headers in which the original date value is empty.
11130         (gnus-article-save-original-date): Redefine it as a macro.
11131         (gnus-display-mime): Use it.
11132
11133 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-art.el (article-date-ut): Support converting date in
11136         forwarded parts as well.
11137         (gnus-article-save-original-date): New function.
11138         (gnus-display-mime): Use it.
11139
11140 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11141
11142         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11143         enclosure element of <item>.
11144
11145 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * message.el (message-kill-buffer-query): Renamed from
11148         `message-kill-buffer-query-if-modified'.  Added :version.
11149
11150 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11153         window layout.
11154
11155 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * mml.el: Autoload dnd when compiling.
11158
11159 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11162         x-dnd-*.
11163
11164 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * qp.el (quoted-printable-encode-region): Save excursion.
11167
11168 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11169
11170         * message.el (message-kill-buffer-query-if-modified): Add new variable
11171         so the user can kill a modified message buffer quickly.
11172         (message-kill-buffer): Use it.
11173
11174 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * lpath.el: Fbind display-time-event-handler; don't fbind
11177         string-to-multibyte.
11178
11179         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11180
11181 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11184         contained in text because xml.el decodes entities) with LFs.
11185
11186 2005-04-11  Lute Kamstra  <lute@gnu.org>
11187
11188         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11189         differently.
11190
11191 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11192
11193         * mm-util.el (mm-detect-coding-region): Typo.
11194
11195 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11198
11199 2005-04-06  Deepak Goel  <deego@gnufans.org>
11200
11201         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11202         user-function allow user modifications of the scores.
11203         (spam-stat-score-buffer-user): New function, to allow
11204         user-computed modifications to the score.
11205         (spam-stat-score-buffer-user-functions): List of additional
11206         scoring functions.
11207         (spam-stat-error-holder): Global temporary error holder.
11208         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11209         variable.
11210
11211 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11212
11213         * gnus-registry.el (gnus-registry-clean-empty-function)
11214         (gnus-registry-trim, gnus-registry-fetch-groups)
11215         (gnus-registry-delete-group): Groups that match
11216         `gnus-registry-ignored-groups' are removed from the registry
11217         entries, not just ignored for splitting.  This helps clean up the
11218         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11219         to get all the groups a message ID is in.
11220
11221         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11222         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11223         (spam-stat-score-buffer-user-functions): Add :number custom type.
11224
11225 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11228         argument in XEmacs.
11229
11230         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11231         (nnrss-request-group): Decode group name first.
11232         (nnrss-request-article): Make a text/plain article if mml-to-mime
11233         failed.
11234         (nnrss-get-encoding): Return a compatible encoding according to
11235         nnrss-compatible-encoding-alist.
11236         (nnrss-find-el): Use consp instead of listp.
11237         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11238
11239 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11242         which Emacs 20 doesn't support.
11243         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11244
11245 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11248         silence the byte compiler inside the defun.
11249
11250         * gnus-demon.el (parse-time-string): Add autoload.
11251
11252         * gnus-delay.el (parse-time-string): Add autoload.
11253
11254         * gnus-art.el (parse-time-string): Add autoload.
11255
11256         * nnultimate.el (parse-time): Require for `parse-time-string'.
11257
11258 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11261
11262         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11263
11264         * smime.el (smime-ldap-host-list): Add :version.
11265
11266 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11269         pass it to `gnus-browse-read-group'.
11270         (gnus-browse-read-group): Add NUMBER argument and pass it to
11271         `gnus-group-read-ephemeral-group'.
11272
11273         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11274         argument and pass it to `gnus-group-read-group'.
11275
11276 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11277
11278         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11279         mm-xemacs-find-mime-charset-1 if we have the mule feature
11280         available at runtime.
11281
11282 2005-03-25  Werner Lemberg  <wl@gnu.org>
11283
11284         * nnmaildir.el: Replace `illegal' with `invalid'.
11285
11286 2005-03-23  Lute Kamstra  <lute@gnu.org>
11287
11288         * time-date.el: Add comment on time value formats.
11289         Don't require parse-time.
11290         (with-decoded-time-value): New macro.
11291         (encode-time-value): New function.
11292         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11293         (days-to-time): Return a valid time value when arg is huge.
11294         (time-since): Use time-subtract.
11295         (time-to-number-of-days): Use time-to-seconds.
11296
11297 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11298
11299         * gnus-start.el (gnus-display-time-event-handler):
11300         Check display-time-timer at runtime rather than only at load time
11301         in case display-time-mode is turned off in the mean time.
11302
11303 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11306         used.
11307
11308         * nneething.el (nneething-map-file-directory): Derive from
11309         `gnus-directory'.
11310
11311         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11312         the To/Cc button.
11313
11314 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * nnmaildir.el (nnmaildir-request-accept-article):
11317         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11318
11319 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11320
11321         * gnus-async.el: Require timer-funcs at compile time when in
11322         XEmacs for `run-with-idle-timer'.
11323
11324 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11325
11326         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11327         autoloaded function.
11328
11329 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11330
11331         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11332
11333 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11334
11335         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11336
11337 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11338
11339         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11340         gnus-expert-user to default.
11341
11342 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11343
11344         * nnimap.el (nnimap-open-server): Ditto.
11345
11346         * imap.el (imap-authenticate): Fix typo.
11347
11348 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11349
11350         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11351         buffer (since IMAP server might return FETCH response out of
11352         order, and the nntp buffer must be sorted).
11353
11354 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11355
11356         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11357         comparison on string.
11358
11359         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11360         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11361         (gnus-agent-summary-fetch-series): Modified to protect against
11362         gnus-agent-summary-fetch-group clearing processable flags.
11363         (gnus-agent-synchronize-group-flags): Update live group buffer as
11364         synchronization may occur due to the user toggle the plugged
11365         status.
11366         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11367         successfully downloaded.
11368         (gnus-agent-expire-group-1): Avoid using markers when the overview
11369         is in ascending order; greatly improves performance.
11370         (gnus-agent-regenerate-group): Use
11371         gnus-agent-synchronize-group-flags to reset read status in both
11372         gnus and server.
11373         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11374
11375 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * message.el: Don't autoload former message-utils variables.
11378         (message-strip-subject-trailing-was): Change doc string.
11379
11380         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11381         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11382         (nnweb-google-search): Add "hl=en" here.
11383         (nnweb-google-parse-1, nnweb-google-create-mapping):
11384         Don't hardcode URL.
11385
11386 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * message.el (message-get-reply-headers, message-followup):
11389         Mention related variables `message-use-followup-to' and
11390         `message-use-mail-followup-to', in the information buffer.
11391
11392         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11393         of broken groups(-beta).google.com.
11394
11395 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11396
11397         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11398         parameter to invoked gnus-request-move-article; remove the
11399         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11400         all at once instead of once per article.
11401         (gnus-summary-remove-process-mark): Accept a list of articles as
11402         well as a single article for processing.
11403
11404         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11405         parameter.
11406
11407         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11408
11409         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11410
11411         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11412         parameter.
11413
11414         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11415         parameter.
11416
11417         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11418         parameter and remove the gnus-sum-hint-move-is-internal variable.
11419
11420         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11421         parameter.
11422
11423         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11424         parameter.
11425
11426         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11427         parameter.
11428
11429         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11430
11431         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11432         parameter.
11433
11434         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11435         parameter.
11436
11437 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11438
11439         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11440         a more conservative way.
11441
11442 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11443
11444         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11445         buffer, so it moves the window's cursor.
11446
11447 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11448
11449         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11450         `mm-dissect-multipart' and receive the from field as an (optional)
11451         argument from `mm-dissect-multipart'.
11452         (mm-dissect-multipart): Receive the from field as an argument and
11453         pass it on when we call `mm-dissect-buffer' on MIME parts.
11454         Fixes verification/decryption of signed/encrypted MIME parts.
11455
11456 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11457
11458         * gnus-sum.el (gnus-summary-move-article): Set
11459         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11460         whatever it calls (right now, only nnimap-request-move article
11461         respects it).
11462
11463         * nnimap.el (nnimap-request-move-article): When
11464         gnus-sum-hint-move-is-internal is set, don't do the extra
11465         nnimap-request-article.
11466
11467 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11470
11471         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11472         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11473
11474         * gnus-sum.el (gnus-summary-caesar-message):
11475         Apply `gnus-treat-article' after rotation.
11476
11477         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11478         doc string.
11479
11480 2005-02-22  Simon Josefsson  <jas@extundo.com>
11481
11482         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11483         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11484         <arne@arnested.dk>.
11485         (encrypt): Add password-cache and password-cache-expiry as group
11486         members.
11487
11488 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11489
11490         * smime.el (smime-ldap-host-list): Doc fix.
11491         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11492         cache) password.
11493         (smime-sign-region): Use it.
11494         (smime-decrypt-region): Use it.
11495         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11496         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11497         fails.
11498         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11499         certificate from DER to PEM format rather than calling openssl.
11500
11501         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11502
11503         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11504         for signing/encryption.
11505
11506         * mml.el (mml-parse-1): Use them.
11507
11508 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11509
11510         * nnrss.el (nnrss-verbose): Removed.
11511         (nnrss-request-group): Use `nnheader-message' instead.
11512
11513 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11514
11515         * nnrss.el (nnrss-verbose): New variable.
11516         (nnrss-request-group): Make it say nnrss is requesting a group.
11517
11518 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11521         Handle news URL with given port correctly.
11522
11523 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11526         containing special characters.
11527
11528         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11529
11530         * mml.el (mime-to-mml): Ditto.
11531
11532         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11533         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11534         (rfc2047-decode-region): Quote decoded words containing special
11535         characters when rfc2047-quote-decoded-words-containing-tspecials
11536         is non-nil.
11537
11538 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11539
11540         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11541
11542         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11543
11544 2005-02-15  Simon Josefsson  <jas@extundo.com>
11545
11546         * nnimap.el (nnimap-debug): Doc fix.
11547
11548         * imap.el (imap-debug): Doc fix.
11549
11550 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11553
11554 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11555
11556         * gnus.el (spam-contents): Improve docs for spam-contents
11557         parameter in its variable incarnation.
11558
11559 2005-02-14  Simon Josefsson  <jas@extundo.com>
11560
11561         * smime-ldap.el: Use require instead of load-library for ldap.
11562         (smime-ldap-search): Indent.
11563         (smime-ldap-search-internal): Shorten line.
11564
11565         * smime.el (smime-cert-by-dns): Add doc-string.
11566         (smime-cert-by-ldap-1): Indent.
11567
11568         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11569         mml-smime-get-dns-ldap.
11570         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11571
11572 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11573
11574         * smime.el: Require smime-ldap.
11575         (smime-ldap-host-list): New variable.
11576         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11577
11578         * mml-smime.el (mml-smime-encrypt-query): New function.
11579         (mml-smime-encrypt-query): Use it.
11580
11581         * smime-ldap.el: New file.
11582
11583 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11586
11587 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11590         argument in doc string.  Make query for type more clear.
11591
11592 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus.el (gnus-group-startup-message): Search for gnus images in
11595         etc/images/gnus.
11596         * mm-util.el (mm-image-load-path): Likewise.
11597         * smiley.el (smiley-data-directory): Search for smilies in
11598         etc/images/smilies.
11599
11600 2005-02-09  Kim F. Storm  <storm@cua.dk>
11601
11602         Change Emacs release version from 21.4 to 22.1 throughout.
11603         Change Emacs development version from 21.3.50 to 22.0.50.
11604
11605 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11608
11609         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11610         non-Mule XEmacs as well.
11611         (mm-decompress-buffer): Signal an error intentionally if it does
11612         not decompress compressed data because auto-compression-mode is
11613         disabled.
11614
11615 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11616
11617         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11618         an ID in the registry even if it has no groups.
11619
11620 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11623         merge it into mm-decompress-buffer.
11624         (gnus-mime-copy-part): Use the MIME part charset, the value which
11625         a user specified or gnus-newsgroup-charset for decoding, like
11626         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11627         save-buffer what was used.  Suggested by Kevin Ryde
11628         <user42@zip.com.au>.
11629         (gnus-mime-inline-part): Allow the name parameter as well as the
11630         filename parameter; force decompressing of compressed data; always
11631         display contents being not decoded as unibyte.
11632
11633         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11634         as well as the filename parameter.
11635
11636         * mm-util.el (mm-decompress-buffer): Merge
11637         gnus-mime-jka-compr-maybe-uncompress.
11638         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11639         of compressed data.
11640
11641 2005-02-08  Simon Josefsson  <jas@extundo.com>
11642
11643         * imap.el (imap-log): Doc fix.
11644
11645 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11648         the coding cookies; decompress compressed parts.
11649
11650         * mml.el (mml-generate-mime-1): Add the charset parameter according
11651         to the value which a user specified manually or the coding cookie.
11652
11653         * mm-util.el (mm-string-to-multibyte): New function.
11654         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11655         (mm-coding-system-to-mime-charset): New function.
11656         (mm-decompress-buffer): New function.
11657         (mm-find-buffer-file-coding-system): New function.
11658
11659         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11660         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11661         parts.
11662
11663 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11664
11665         * mm-view.el (mm-display-inline-fontify): Decode a part according
11666         to the charset parameter.
11667
11668 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11671         prefix arg is neither nil nor a number, as info specifies.
11672
11673 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11676         timestamps.
11677
11678 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11679
11680         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11681         groups error checking and notify user.
11682
11683 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11684
11685         * message.el (message-send-mail-function): Check existence of
11686         sendmail-program first before using default value
11687         `message-send-mail-with-sendmail'.  Otherwise use more generic
11688         `smtpmail-send-it'.
11689
11690 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * nntp.el (nntp-request-update-info): Always return nil.
11693
11694 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11695
11696         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11697
11698 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11699
11700         * message.el (message-beginning-of-line): Change the behavior when
11701         invoked between BOL and : so that it first moves backward.
11702
11703 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11706         article buffer when editing of the article is discarded.
11707         (gnus-article-prepare): Revert.
11708
11709 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * gnus-art.el (gnus-article-prepare):
11712         Remove message-strip-forbidden-properties from the local hook.
11713
11714 2005-01-27  Simon Josefsson  <jas@extundo.com>
11715
11716         * password.el (password-cache-add): Only start one timer per key.
11717         Reported by Derek Atkins <warlord@MIT.EDU>.
11718
11719 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11720
11721         * run-at-time.el: Removed.  It is no longer needed as
11722         timer-funcs.el in the xemacs-base package has a working version of
11723         `run-at-time'.
11724
11725         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11726
11727         * password.el: Require timer-funcs instead of run-at-time in
11728         XEmacs.
11729         Remove `password-run-at-time' macro.
11730         (password-cache-add): Use `run-at-time' instead of
11731         `password-run-at-time'.
11732
11733         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11734         Remove `nnheader-cancel-function-timers' alias,
11735         `cancel-function-timers' exists in XEmacs in timer-funcs.
11736
11737         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11738         for `run-with-idle-timer'.
11739
11740         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11741         for `run-at-time'.
11742
11743         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11744         for `with-timeout'.
11745
11746         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11747         the same as for XEmacs 21.4.
11748         No need to ignore `run-with-idle-timer', this function exists in
11749         XEmacs now in timer-funcs.el in the xemacs-base package.
11750         (dgnushack-compile): No need to delete
11751         run-at-time.el from the list of files to compile because it
11752         doesn't exist anymore.
11753
11754 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11757         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11758
11759 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11760
11761         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11762         sensitively.
11763
11764 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11765
11766         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11767
11768 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11771         which will be inserted according to the multibyteness of a buffer
11772         rather than the type of contents.  Suggested by ARISAWA Akihiro
11773         <ari@mbf.ocn.ne.jp>.
11774
11775         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11776         of string which old xml.el may return rather than a string.
11777
11778 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11781
11782 2005-01-16  Simon Josefsson  <jas@extundo.com>
11783
11784         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11785         idn/idna.el isn't available.
11786         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11787         <michael@waxrat.com>.
11788
11789         * hashcash.el: Remove non-FSF copyright header.
11790
11791         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11792         (hashcash-generate-payment): Use it.
11793         (hashcash-generate-payment-async): Use it.
11794
11795 2005-01-15  Simon Josefsson  <jas@extundo.com>
11796
11797         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11798         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11799
11800         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11801         gnus-summary-idna-message.
11802         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11803         (gnus-summary-idna-message): New function.
11804
11805 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11808         gnus-novice-user.
11809
11810 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * nnrss.el (nnrss-request-delete-group): Delete entries in
11813         nnrss-group-alist as well.
11814         (nnrss-save-server-data): Insert newline.
11815
11816 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * gnus.el (gnus-user-agent): Use list of symbols instead of
11819         symbols.  Display full version number for (S)XEmacs.  Optionally
11820         display (S)XEmacs codename.
11821
11822         * gnus-util.el (gnus-emacs-version): Update for new
11823         `gnus-user-agent'.
11824
11825         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11826         Gnus version.
11827
11828 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11831         which is unreadable in some setups.
11832
11833 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-spec.el (gnus-update-format-specifications): Flush the
11836         group format spec cache if it doesn't support decoded group names.
11837
11838 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11841         Allow to apply decay on score files matching a regexp.
11842
11843 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11846         compatibility in %g and %c.
11847
11848 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11851         name for only %g and %c.
11852         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11853         of gnus-tmp-group to decoded group name.
11854         (gnus-group-make-rss-group): Exclude `/'s from group names.
11855
11856 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * nnrss.el (nnrss-get-encoding): Fix regexp.
11859
11860 2004-12-27  Simon Josefsson  <jas@extundo.com>
11861
11862         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11863         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11864         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11865
11866 2004-12-17  Kim F. Storm  <storm@cua.dk>
11867
11868         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11869
11870         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11871
11872 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11873
11874         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11875
11876 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * nnrss.el: Require rfc2047 and mml.
11879         (nnrss-file-coding-system): New variable.
11880         (nnrss-format-string): Redefine it as an inline function.
11881         (nnrss-decode-group-name): New function.
11882         (nnrss-string-as-multibyte): Remove.
11883         (nnrss-retrieve-headers): Decode group name; don't use
11884         nnrss-format-string.
11885         (nnrss-request-group): Decode group name.
11886         (nnrss-request-article): Decode group name; allow a Message-ID as
11887         well as an article number; don't use nnrss-format-string; encode a
11888         Message-ID string which may contain non-ASCII characters; use
11889         mml-to-mime to compose a MIME article.
11890         (nnrss-request-expire-articles): Decode group name.
11891         (nnrss-request-delete-group): Decode group name.
11892         (nnrss-fetch): Clarify error message.
11893         (nnrss-read-server-data): Use insert-file-contents instead of load;
11894         bind file-name-coding-system; use multibyte buffer.
11895         (nnrss-save-server-data): Bind coding-system-for-write to the
11896         value of nnrss-file-coding-system; bind file-name-coding-system;
11897         add coding cookie.
11898         (nnrss-read-group-data): Use insert-file-contents instead of load;
11899         bind file-name-coding-system; use multibyte buffer.
11900         (nnrss-save-group-data): Bind coding-system-for-write to the
11901         value of nnrss-file-coding-system; bind file-name-coding-system.
11902         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11903         make it work with non-ASCII text.
11904         (nnrss-find-el): Make it work with old xml.el as well.
11905
11906 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11907
11908         * nnrss.el (nnrss-get-encoding): New function.
11909         (nnrss-fetch): Use unibyte buffer initially; bind
11910         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11911         decode contents according to the encoding attribute.
11912         (nnrss-save-group-data): Add coding cookie.
11913         (nnrss-mime-encode-string): New function.
11914         (nnrss-check-group): Use it to encode subject and author.
11915
11916 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11917
11918         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11919         imaginary variable.
11920
11921 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11924         correctly even if there are wide characters.
11925
11926 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11927
11928         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11929         downcased symbol names; make a new cache instead of reusing
11930         bbdb-hashtable.
11931
11932 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11935         concatenating segments rather than before concatenating them.
11936         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11937
11938         * message.el (message-get-reply-headers): Bind `extra'.
11939
11940 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11941
11942         * message.el (message-extra-wide-headers): New variable.
11943         (message-get-reply-headers): Use it.
11944
11945 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11948         (gnus-agent-group-pathname): Ditto.
11949
11950         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11951
11952         * gnus-group.el (gnus-group-make-group): Decode group name.
11953         (gnus-group-make-rss-group): Register the group data after opening
11954         the nnrss group.
11955
11956 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11957
11958         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11959         by expiry now get marked as read.
11960
11961 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11964
11965 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11966
11967         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11968         unify Latin characters in XEmacs.
11969         (mm-find-mime-charset-region): Use it.
11970
11971 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-util.el (gnus-delete-directory): New function.
11974
11975         * gnus-agent.el (gnus-agent-delete-group): Use it.
11976
11977         * gnus-cache.el (gnus-cache-delete-group): Use it.
11978
11979 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11982         names.
11983
11984 2004-12-16  Simon Josefsson  <jas@extundo.com>
11985
11986         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11987
11988 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11991
11992         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11993         (gnus-group-set-current-level): Decode group name.
11994
11995 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11996
11997         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11998         failed.
11999
12000 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-group.el (gnus-group-delete-group): Decode group name.
12003         (gnus-group-make-rss-group): Encode group name.
12004         (gnus-group-catchup-current): Decode group name.
12005         (gnus-group-kill-group): Decode group name.
12006
12007 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12008
12009         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12010
12011 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-group.el (gnus-group-make-rss-group):
12014         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12015
12016         * gnus-start.el (gnus-setup-news): Honor user's setting to
12017         gnus-message-archive-method.  Suggested by Lute Kamstra
12018         <lute@gnu.org>.
12019
12020 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12021
12022         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12023         global counterparts of the buffer-local variables.
12024
12025 2004-11-16  Romain Francoise  <romain@orebokech.com>
12026
12027         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12028         counterparts of the buffer-local variables.
12029
12030 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * message.el (message-forbidden-properties): Fixed typo in doc
12033         string.
12034
12035 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * gnus-util.el (gnus-replace-in-string): Added doc string.
12038
12039         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12040         to avoid problems when splitting mails with many recipients.
12041
12042 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12043
12044         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12045         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12046
12047 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12048
12049         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12050         if there is no hashtable in memory or file modification time is
12051         newer than cached timestamp.
12052
12053 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12056         not-matching option.
12057
12058 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12061         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12062         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12063         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12064         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12065         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12066
12067 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * message.el (message-forward-make-body-mml): Remove headers
12070         according to message-forward-ignored-headers if a message is decoded.
12071
12072 2004-12-02  Romain Francoise  <romain@orebokech.com>
12073
12074         * message.el (message-forward-make-body-plain): Always remove
12075         headers according to message-forward-ignored-headers.
12076
12077 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12078
12079         * spam.el (spam-summary-prepare-exit): Remove the
12080         gnus-summary-limit pop for now, it has problems with ham marks for
12081         me.
12082
12083 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12084
12085         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12086         correctly.
12087
12088 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12089
12090         * format-spec.el (format-spec): Message the char.
12091
12092 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12093
12094         * gnus-art.el (gnus-split-methods): Reformat comments.
12095
12096         * spam.el (spam-summary-prepare-exit): Remove article limits
12097         before exiting the summary buffer.
12098
12099 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12102         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12103
12104         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12105         order to silence the byte compiler.
12106
12107         * spam.el: Fix the way to silence the byte compiler, which
12108         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12109         bbdb-search-simple, spam-BBDB-register-routine,
12110         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12111         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12112         spam-stat-buffer-is-spam, spam-stat-load,
12113         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12114         spam-stat-save and spam-stat-split-fancy.
12115
12116 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12119         which may confuse users.
12120         (canlock-password-for-verify): Ditto.
12121
12122         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12123
12124         * gnus-art.el (gnus-emphasis-alist): Ditto.
12125
12126         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12127
12128         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12129
12130         * gnus-start.el (gnus-save-killed-list): Ditto.
12131
12132         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12133         (gnus-sum-thread-tree-root): Ditto.
12134         (gnus-sum-thread-tree-false-root): Ditto.
12135         (gnus-sum-thread-tree-single-indent): Ditto.
12136
12137         * message.el (message-courtesy-message): Ditto.
12138         (message-archive-note): Ditto.
12139         (message-subscribed-address-file): Ditto.
12140         (message-user-fqdn): Ditto.
12141
12142         * spam-report.el (spam-report-gmane-regex): Ditto.
12143
12144         * spam.el (spam-blackhole-good-server-regex): Ditto.
12145
12146 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * mml.el (mml-preview): Widen the message buffer before copying
12149         the contents to the preview buffer; sort headers before previewing.
12150
12151         * message.el (message-hidden-headers): Fix the way to avoid a bug
12152         in the `repeat' widget in Emacs 21.3 or earlier.
12153
12154 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * message.el (message-hidden-headers): Default to "^References:".
12157         Improve customization type.  Suggested by Reiner Steib
12158         <Reiner.Steib@gmx.de>.
12159
12160 2004-11-25  Romain Francoise  <romain@orebokech.com>
12161
12162         * message.el (message-strip-forbidden-properties): Remove check for
12163         obsolete `message-hidden' text property, hidden headers are not
12164         accessible in the buffer anymore.
12165
12166 2004-11-22  Romain Francoise  <romain@orebokech.com>
12167
12168         * message.el (message-header-format-alist): Add `From' in list
12169         so that it can be sorted.
12170         (message-fix-before-sending): Widen and sort headers before
12171         sending.
12172         (message-hide-headers): Use narrowing to hide headers by moving
12173         them to the top of the buffer and narrowing to the region
12174         underneath.
12175
12176 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12177
12178         * message.el (message-strip-forbidden-properties): Bind
12179         buffer-read-only (etc) to nil.
12180
12181 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12184         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12185
12186 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12187
12188         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12189
12190 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12191
12192         * dns.el (query-dns): Use sit-for to time instead of
12193         accept-process-output, since that doesn't seem to work on udp
12194         sockets.
12195
12196 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12199
12200 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12201
12202         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12203         doc string.  Improve doc string.
12204
12205 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * nntp.el (nntp-request-update-info): Return nil if
12208         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12209         may not call gnus-activate-group which uselessly issues the GROUP
12210         commands for all nntp groups and wastes time.  Reported by Romain
12211         Francoise <romain@orebokech.com>.
12212
12213         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12214
12215 2004-11-15  Simon Josefsson  <jas@extundo.com>
12216
12217         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12218         headers separately.
12219         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12220         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12221
12222 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gnus-start.el (gnus-convert-old-newsrc):
12225         Assign legacy-gnus-agent to 5.10.7.
12226
12227 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12228
12229         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12230         start of the lines.
12231
12232 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12233
12234         * hashcash.el (hashcash-default-payment): Change default to 20.
12235         (hashcash-default-accept-payment): Change default to 20.
12236         (hashcash-process-alist): New variable.
12237         (hashcash-generate-payment-async): Add.
12238         (hashcash-already-paid-p): Add.
12239         (hashcash-insert-payment): Don't generate payments twice.
12240         (hashcash-insert-payment-async): Add.
12241         (hashcash-insert-payment-async-2): Add.
12242         (hashcash-cancel-async): Add.
12243         (hashcash-wait-async): Add.
12244         (hashcash-processes-running-p): Add.
12245         (hashcash-wait-or-cancel): Add.
12246         (mail-add-payment): New optional argument.  Conditionally start
12247         asynchronous calculation.
12248         (mail-add-payment-async): Add.
12249
12250         * message.el (message-send-mail): Wait for asynchronous hashcash
12251         results.  Don't clobber existing X-Hashcash headers.
12252         (message-setup-1): Call mail-add-payment-async when
12253         message-generate-hashcash is non-nil.
12254
12255 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12256
12257         * message.el (message-use-alternative-email-as-from): Examine the
12258         From header as well; use message-make-from in order to include a
12259         user's full name.
12260
12261 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12264         default; improve customization type.
12265         (gnus-emphasis-custom-with-format): New macro.
12266         (gnus-emphasis-custom-value-to-external): New function.
12267         (gnus-emphasis-custom-value-to-internal): New function.
12268
12269 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * dns.el (query-dns): Resolve reverse addresses.
12272
12273 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * gnus-group.el (gnus-group-get-new-news): Use it.
12276
12277         * gnus-start.el (gnus-check-reasonable-setup): New function.
12278
12279 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12282         "Args out of range" error.  Reported by Arnaud Giersch
12283         <arnaud.giersch@free.fr>.
12284
12285 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12286
12287         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12288
12289 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12290
12291         * spam.el (spam group): Add :version.
12292
12293         * pgg-def.el (pgg group): Add :version.
12294
12295 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-art.el (gnus-article-edit-article): Don't associate the
12298         article buffer with a draft file.  This is a temporary measure
12299         against the 2004-08-22 change to gnus-article-edit-mode.
12300
12301 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12304         (html2text-format-tags): Remove unused variable `attr'.
12305
12306 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12309
12310         * tls.el (tls-process-connection-type, tls-success)
12311         (tls-certtool-program): Add :version.
12312
12313         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12314         (starttls-extra-arguments, starttls-process-connection-type)
12315         (starttls-connect, starttls-failure, starttls-success): Add :version.
12316
12317         * spam-stat.el (spam-stat): Add :version.
12318
12319         * sieve.el (sieve): Add :version.
12320
12321         * sha1.el (sha1): Add :version.
12322         (sha1-use-external): Remove redundant version.
12323
12324         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12325         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12326         (nnmail-split-fancy-match-partial-words)
12327         (nnmail-split-lowercase-expanded): Add :version.
12328
12329         * nndiary.el (nndiary): Add :version.
12330
12331         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12332
12333         * mml-sec.el (mml-default-sign-method)
12334         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12335         Add :version.
12336
12337         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12338
12339         * mm-url.el (mm-url-use-external, mm-url-program)
12340         (mm-url-arguments): Add :version.
12341
12342         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12343         (mm-attachment-file-modes, mm-decrypt-option)
12344         (mm-w3m-safe-url-regexp): Add :version.
12345
12346         * message.el (message-cite-prefix-regexp)
12347         (message-sendmail-envelope-from, message-minibuffer-local-map)
12348         (message-user-fqdn, message-completion-alist): Add :version.
12349
12350         * gnus-win.el (gnus-configure-windows-hook)
12351         (gnus-use-frames-on-any-display): Add :version.
12352
12353         * gnus-art.el (gnus-article-address-banner-alist)
12354         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12355         (gnus-treat-from-picon, gnus-treat-mail-picon)
12356         (gnus-treat-x-pgp-sig): Add :version.
12357
12358         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12359         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12360         (gnus-summary-article-delete-hook)
12361         (gnus-summary-display-while-building): Add :version.
12362
12363         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12364         (gnus-get-top-new-news-hook): Add :version.
12365
12366         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12367         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12368
12369         * gnus-registry.el (gnus-registry): Add :version.
12370
12371         * gnus-spec.el (gnus-use-correct-string-widths)
12372         (gnus-make-format-preserve-properties): Add :version.
12373
12374         * gnus.el (gnus-group-charter-alist)
12375         (gnus-group-fetch-control-use-browse-url)
12376         (gnus-install-group-spam-parameters): Add :version.
12377
12378         * gnus-diary.el (gnus-diary): Add :version.
12379
12380         * gnus-delay.el (gnus-delay): Add :version.
12381
12382         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12383         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12384         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12385         Add :version.
12386
12387         * gnus-agent.el (gnus-agent-max-fetch-size)
12388         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12389         (gnus-agent-prompt-send-queue): Add :version.
12390
12391         * deuglify.el (gnus-outlook-deuglify): Add :version.
12392
12393         * html2text.el: Beautify code.  Improve doc strings.  Some
12394         checkdoc cleanup.
12395         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12396
12397 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12398
12399         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12400
12401 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12402
12403         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12404         when package is loaded.
12405
12406         * spam.el (spam-summary-score-preferred-header): Add global preference
12407         for people who want to override the default SpamAssassin over
12408         Bogofilter preference (when both are set).
12409         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12410         (spam-user-format-function-S): Check
12411         spam-summary-score-preferred-header.
12412         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12413         (spam-user-format-function-S): Format the score correctly.
12414
12415 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12418         signature file.  Suggested by Manoj Srivastava
12419         <srivasta@golden-gryphon.com>.
12420
12421         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12422         iso-2022-jp even in the Japanese language environment.
12423         Suggested by Jason Rumney <jasonr@gnu.org>.
12424
12425 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12428         use the same characters as the dummy marks; make it free from
12429         getting affected by the language environment.
12430         (gnus-summary-read-group-1): Update mark positions only when the
12431         format spec is updated.
12432
12433         * gnus-spec.el (gnus-update-format-specifications): Return a list
12434         of updated types.
12435
12436 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12439         of boundp to check if display-warning is available.
12440
12441 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12442
12443         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12444
12445 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * nnspool.el (nnspool-spool-directory): Use news-path if the
12448         news-directory variable is not bound.
12449
12450         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12451         function instead of display-warning if it is not available.
12452
12453 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12456         v5-10: Use `point-at-bol'.
12457
12458 2004-10-26  Simon Josefsson  <jas@extundo.com>
12459
12460         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12461         <chenggao@gmail.com>.
12462
12463 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12464
12465         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12466         instead.
12467
12468 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12469
12470         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12471         to remove a server from the nnimap-server-buffer-alist.
12472         (nnimap-open-connection, nnimap-close-server): Use it.
12473
12474         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12475
12476 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12479         running the major-mode function.
12480
12481 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12484         dummy marks in the right way.
12485
12486 2004-10-18  David Edmondson  <dme@dme.org>
12487
12488         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12489         excessively.
12490
12491 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12492
12493         * gnus-util.el (gnus-split-references): Accept a nil references
12494         string and go on blissfully.
12495
12496         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12497         cases where the references string is non-nil but has no references.
12498
12499         * encrypt.el: Add autoload tags.
12500
12501         * spam.el (spam-resolve-registrations-routine): Remove article
12502         from unregistration list too.  Reported by David Hanak
12503         <dhanak@isis.vanderbilt.edu>
12504
12505 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12508         nil.  Changed custom type.
12509
12510 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12513
12514         * gnus-sum.el (gnus-summary-move-article): Use it.
12515
12516 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12517
12518         * encrypt.el: Add autoload cookies.
12519
12520         * spam.el (spam-backend-article-list-property)
12521         (spam-backend-get-article-todo-list)
12522         (spam-backend-put-article-todo-list)
12523         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12524         Resolve registrations separately.
12525         (spam-register-routine): Format comments.
12526         (spam-unregister-routine, spam-register-routine): Always call with
12527         specific-articles, no default list.
12528         (spam-summary-prepare-exit): Use the spam-classifications function.
12529
12530         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12531         gnus-encrypt.el.
12532
12533         * encrypt.el: Copied from gnus-encrypt.el.
12534
12535         * gnus-encrypt.el: Commented that it's obsolete.
12536
12537 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12540         (gnus-score-save): Use it.
12541
12542         * message.el (message-bury): Use `window-dedicated-p'.
12543
12544 2004-10-15  Simon Josefsson  <jas@extundo.com>
12545
12546         * pop3.el (top-level): Don't require nnheader.
12547         (pop3-read-timeout): Add.
12548         (pop3-accept-process-output): Add.
12549         (pop3-read-response, pop3-retr): Use it.
12550
12551 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12552
12553         * spam.el (spam-register-routine): Move comment.
12554         (spam-verify-bogofilter): Use 'unknown for the initial
12555         spam-bogofilter-valid state, not 'never.
12556
12557         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12558         for netrc-machine.
12559
12560         * nnimap.el (nnimap-open-connection): Use
12561         netrc-machine-user-or-password.
12562
12563 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12564
12565         * gnus-registry.el (gnus-registry-unload-hook):
12566         Set as a variable with add-hook.
12567
12568         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12569         of news-path.
12570
12571         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12572
12573         * spam.el: Delete duplicate `provide'.
12574         (spam-unload-hook): Set as a variable with add-hook.
12575
12576 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12579         in the doc string.
12580
12581         * message.el (message-ignored-news-headers)
12582         (message-ignored-supersedes-headers)
12583         (message-ignored-resent-headers)
12584         (message-forward-ignored-headers): Improve custom type.
12585
12586 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * message.el (message-tokenize-header): Fix 2004-09-06 change
12589         which used point-min in the wrong place.
12590
12591 2004-10-12  Simon Josefsson  <jas@extundo.com>
12592
12593         * tls.el (tls-certtool-program): New variable.
12594         (tls-certificate-information): New function, based on
12595         ssl-certificate-information.
12596
12597 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * compface.el: Move the version of ELisp-based uncompface program
12600         to the contrib directory because of the copyright problem.
12601
12602 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * message.el (message-kill-buffer): Raise the current frame.
12605
12606 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12609
12610         * gnus.el (message-y-or-n-p): Autoload.
12611
12612         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12613         (pop3-password-required, pop3-authentication-scheme)
12614         (pop3-leave-mail-on-server): Made customizable.
12615         (pop3): New custom group.
12616         (pop3-retr): Remove `sleep-for' statements.
12617         Suggested by Dave Love <fx@gnu.org>.
12618
12619         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12620         Windows/DOS.
12621
12622         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12623         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12624         Dave Love <fx@gnu.org>.
12625
12626         * mml.el (mml-minibuffer-read-disposition): Require match.
12627         Suggested by Dave Love <fx@gnu.org>.
12628
12629 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12632         doc string.
12633
12634 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12637
12638 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12639
12640         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12641         instead of calling `mm-insert-inline', to decode text/* parts
12642         before displaying them.
12643
12644 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * mm-uu.el (mm-uu-text-plain-type): New variable.
12647         (mm-uu-pgp-signed-extract-1): Use it.
12648         (mm-uu-pgp-encrypted-extract-1): Use it.
12649         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12650         bind mm-uu-text-plain-type with that value.
12651         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12652         mm-uu-dissect.
12653
12654 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * gnus-group.el (gnus-update-group-mark-positions):
12657         * gnus-sum.el (gnus-update-summary-mark-positions):
12658         * message.el (message-check-news-body-syntax):
12659         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12660         of string-as-multibyte.
12661
12662 2004-10-05  Juri Linkov  <juri@jurta.org>
12663
12664         * gnus-group.el (gnus-update-group-mark-positions):
12665         * gnus-sum.el (gnus-update-summary-mark-positions):
12666         * message.el (message-check-news-body-syntax):
12667         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12668         8-bit unibyte values to a multibyte string for search functions.
12669
12670 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12673         (mm-uu-dissect-text-parts): New function.
12674
12675         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12676         dissect text parts.
12677
12678         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12679         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12680
12681         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12682
12683         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12684         gnus-current-topics instead of gnus-current-topic.
12685
12686 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12687
12688         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12689
12690 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12691
12692         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12693         where approriate.
12694
12695         * nnml.el (nnml-generate-active-info): do.
12696
12697         * nndiary.el (nndiary-generate-active-info): do.
12698
12699         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12700         (gnus-topic-move): do.
12701
12702         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12703         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12704
12705         * gnus-srvr.el (gnus-server-prepare)
12706         (gnus-server-open-all-servers): do.
12707
12708         * gnus-msg.el (gnus-summary-cancel-article)
12709         (gnus-summary-resend-message)
12710         (gnus-summary-mail-crosspost-complaint): do.
12711
12712         * gnus-move.el (gnus-change-server): do.
12713
12714         * gnus-group.el (gnus-group-unmark-all-groups)
12715         (gnus-group-set-current-level): do.
12716
12717 2004-10-04  Simon Josefsson  <jas@extundo.com>
12718
12719         * message.el (message-generate-hashcash): Doc fix.
12720
12721 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12722
12723         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12724         avoid infinite recursion via gnus-get-function.
12725
12726 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12727
12728         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12729
12730         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12731
12732         * nnmail.el (nnmail-split-history): do.
12733
12734         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12735         (nnml-request-delete-group): do.
12736
12737         * nnslashdot.el (nnslashdot-read-groups): do.
12738
12739         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12740         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12741
12742         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12743         (nnspool-sift-nov-with-sed): Use last.
12744         (nnspool-retrieve-headers-with-nov): Use mapc.
12745         (nnspool-request-newgroups): Use dolist.
12746         (nnspool-request-group): Use last.
12747
12748         * nntp.el (nntp-read-server-type): Use dolist.
12749
12750         * nnvirtual.el (nnvirtual-create-mapping)
12751         (nnvirtual-update-read-and-marked): Use dolist.
12752         (nnvirtual-convert-headers): Simplify.
12753
12754 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12755
12756         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12757         support for sync'ing tick marks.
12758
12759 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12762         there's no visible header.
12763
12764 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12765
12766         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12767         necessary, pass full group name to gnus-request-set-marks.
12768
12769 2004-10-01  Simon Josefsson  <jas@extundo.com>
12770
12771         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12772         acroread.
12773
12774 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775
12776         * spam-report.el (spam-report-gmane): Fix interactive.
12777
12778         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12779
12780         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12781         when writing file.
12782         (gnus-agent-synchronize-flags): Don't default to being
12783         interactive.
12784
12785 2004-09-30  Simon Josefsson  <jas@extundo.com>
12786
12787         * message.el (message-generate-hashcash): Add.
12788         (message-send-mail): Use it, call mail-add-payment.
12789
12790 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12791
12792         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12793
12794 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12795
12796         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12797         gnus-requst-update-info with explicit code to sync the in-memory
12798         info read flags with the marks being sync'd to the backend.
12799
12800         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12801
12802 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12803
12804         * spam.el (spam-verify-bogofilter): Add new function.
12805         (spam-check-bogofilter)
12806         (spam-bogofilter-register-with-bogofilter): Use it.
12807         (spam-verify-bogofilter): Add small fixes.
12808
12809 2004-09-28  Simon Josefsson  <jas@extundo.com>
12810
12811         * hashcash.el (hashcash-generate-payment): Revert.
12812
12813 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12814
12815         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12816         gnus-extract-references instead of gnus-split-references.
12817
12818         * gnus-util.el (gnus-extract-references): Add new function, analogous
12819         to gnus-split-references but extracts only the message-ID without
12820         anything extra.
12821
12822         * hashcash.el (hashcash-generate-payment)
12823         (hashcash-check-payment): Do the right thing if hashcash-path is
12824         nil (because the hashcash program could not be found).
12825
12826         * spam.el (spam-use-hashcash): Remove comment.
12827
12828 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12829
12830         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12831         (gnus-cache-enter-article, gnus-cache-remove-article)
12832         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12833
12834         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12835
12836         * gnus-art.el (article-hide-boring-headers)
12837         (article-translate-strings, article-display-face)
12838         (gnus-article-mime-match-handle-first)
12839         (gnus-article-highlight-headers)
12840         (gnus-article-add-buttons-to-head): do.
12841
12842 2004-09-27  Simon Josefsson  <jas@extundo.com>
12843
12844         * hashcash.el: New version, from
12845         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12846         ../contrib/.
12847
12848 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12851
12852 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12853
12854         * gnus-dup.el (gnus-dup-open): Use mapc.
12855         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12856
12857         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12858         Reported by Stefan Wiens <s.wi@gmx.net>.
12859
12860         * gnus.el (gnus-shutdown): Use dolist.
12861
12862         * gnus-undo.el (gnus-undo): Use mapc.
12863
12864         * nnrss.el (nnrss-generate-active): do.
12865
12866         * message.el (message-cite-original-without-signature)
12867         (message-cite-original): Use mapc.
12868         (message-do-actions, message-make-forward-subject): Use dolist.
12869
12870 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12871
12872         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12873         deletion to remove entire duplicate line.  Fixes merged article
12874         number bug.
12875
12876 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12877
12878         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12879         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12880         first ask if you want to open a server and then, even when you
12881         responded with no, asking if you want to synchronize the server's
12882         flags.
12883         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12884         multi-line expressions.
12885         (gnus-agent-synchronize-group-flags): New internal function.
12886         Updates marks in memory (in the info structure) AND in the
12887         backend.
12888
12889         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12890
12891         * nnagent.el (nnagent-request-set-mark): Use
12892         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12893         method, to ensure that synchronization updates marks in the
12894         backend and in the info (in memory) structure.
12895
12896 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12899         convention fully; don't miss the root article of a thread; make
12900         the X-Draft-From header with correct article numbers.
12901
12902 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12903
12904         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12905         unless plugged.  Disable the agent so that an open failure causes
12906         an error.
12907
12908         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12909         Reverted 2004-09-21 change.  The backend must be opened while
12910         synchronizing flags even when the backend stores the flags
12911         locally.
12912
12913 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12916         in `header' match.  Reported by Svend Tollak Munkejord.
12917
12918         * message.el (message-cite-original): Fix use of
12919         `message-cite-articles-with-x-no-archive'.
12920
12921 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12924         (gnus-window-to-buffer): Ditto.
12925
12926         * mml.el (mml-preview-buffer): New variable.
12927         (mml-preview): Manage window layout with gnus-buffer-configuration.
12928
12929         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12930         X-Draft-From header even if those articles aren't quoted.
12931
12932 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12933
12934         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12935         (gnus-request-set-mark, gnus-request-update-mark): Use new
12936         g-s-t-u-l-m to decide to use backend even when unplugged.
12937
12938 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12941         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12942
12943 2004-09-20  Simon Josefsson  <jas@extundo.com>
12944
12945         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12946         "utf-16-le".
12947
12948 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12949
12950         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12951
12952 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * uudecode.el (uudecode-use-external): Add :version.
12955
12956         * smime.el (smime-CA-file, smime-encrypt-cipher)
12957         (smime-dns-server): Add :version.
12958
12959         * smiley.el (gnus-smiley-file-types): Add :version.
12960
12961         * sha1.el (sha1-use-external): Add :version.
12962
12963         * pgg-def.el (pgg-query-keyserver): Add :version.
12964
12965         * nnmail.el (nnmail-fancy-expiry-targets)
12966         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12967         Add :version.
12968
12969         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12970         (nnimap-retrieve-groups-asynchronous): Add :version.
12971         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12972
12973         * mml.el (mml-content-disposition-parameters)
12974         (mml-insert-mime-headers-always): Add :version.
12975
12976         * mm-util.el (mm-coding-system-priorities): Add :version.
12977
12978         * mm-decode.el (mm-inline-text-html-with-images)
12979         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12980         (mm-verify-option): Add :version.
12981         (mm-text-html-renderer): Change :version.
12982
12983         * message.el (message-fcc-externalize-attachments)
12984         (message-required-headers, message-draft-headers)
12985         (message-subject-trailing-was-query)
12986         (message-subject-trailing-was-ask-regexp)
12987         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12988         (message-mark-insert-end, message-archive-header)
12989         (message-archive-note, message-cross-post-default)
12990         (message-cross-post-note, message-followup-to-note)
12991         (message-cross-post-note-function, message-use-mail-followup-to)
12992         (message-subscribed-address-functions)
12993         (message-subscribed-address-file, message-subscribed-addresses)
12994         (message-subscribed-regexps, message-allow-no-recipients)
12995         (message-yank-cited-prefix, message-signature-insert-empty-line)
12996         (message-hidden-headers, message-hierarchical-addresses)
12997         (message-mail-user-agent, message-use-idna)
12998         (message-valid-fqdn-regexp)
12999         (message-strip-special-text-properties, message-header-synonyms)
13000         (message-beginning-of-line, message-tab-body-function): Add :version.
13001         (message-insert-canlock, message-wide-reply-confirm-recipients):
13002         Change :version.
13003
13004         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13005         and :version.
13006         (mail-source-delete-old-incoming-confirm)
13007         (mail-source-movemail-program): Add :version.
13008
13009         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13010         (gnus-agent-cache, gnus-agent): Change :version.
13011
13012         * gnus-util.el (gnus-use-byte-compile): Change :version.
13013
13014         * gnus-sum.el (gnus-summary-make-false-root-always)
13015         (gnus-summary-default-high-score)
13016         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13017         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13018         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13019         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13020         (gnus-sum-thread-tree-single-indent)
13021         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13022         (gnus-sum-thread-tree-leaf-with-other)
13023         (gnus-sum-thread-tree-single-leaf): Add :version.
13024         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13025         (gnus-article-loose-mime): Change :version.
13026
13027         * gnus-start.el (gnus-backup-startup-file)
13028         (gnus-save-startup-file-via-temp-buffer): Add :version.
13029
13030         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13031         (gnus-server-offline-face): Add :version.
13032
13033         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13034
13035         * gnus-msg.el (gnus-gcc-externalize-attachments)
13036         (gnus-debug-files, gnus-debug-exclude-variables)
13037         (gnus-discouraged-post-methods): Change :version.
13038         (gnus-confirm-mail-reply-to-news)
13039         (gnus-confirm-treat-mail-like-news): Add :version.
13040
13041         * gnus-int.el (gnus-server-unopen-status): Add :version.
13042
13043         * gnus-group.el (gnus-group-jump-to-group-prompt)
13044         (gnus-large-ephemeral-newsgroup)
13045         (gnus-fetch-old-ephemeral-headers): Add :version.
13046
13047         * gnus-fun.el (gnus-x-face-directory)
13048         (gnus-convert-pbm-to-x-face-command)
13049         (gnus-convert-image-to-x-face-command)
13050         (gnus-convert-image-to-face-command): Add :version.
13051
13052         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13053
13054         * gnus-cite.el (gnus-cite-blank-line-after-header)
13055         (gnus-article-boring-faces): Add :version.
13056
13057         * gnus-art.el (gnus-buttonized-mime-types)
13058         (gnus-inhibit-mime-unbuttonizing)
13059         (gnus-treat-display-face)
13060         (gnus-treat-body-boundary): Change :version.
13061         (gnus-body-boundary-delimiter, gnus-picon-databases)
13062         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13063         (gnus-treat-date-english, gnus-treat-fold-headers)
13064         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13065         (gnus-treat-mail-picon, gnus-treat-wash-html)
13066         (gnus-article-encrypt-protocol)
13067         (gnus-use-idna, gnus-article-over-scroll)
13068         (gnus-mime-display-multipart-alternative-as-mixed)
13069         (gnus-mime-display-multipart-related-as-mixed)
13070         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13071         (gnus-ctan-url, gnus-button-ctan-handler)
13072         (gnus-button-handle-ctan-bogus-regexp)
13073         (gnus-button-ctan-directory-regexp)
13074         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13075         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13076         (gnus-button-man-level, gnus-button-emacs-level)
13077         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13078
13079         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13080         (gnus-agent-go-online): Change :version.
13081         (gnus-agent-expire-unagentized-dirs)
13082         (gnus-agent-auto-agentize-methods): Add :version.
13083
13084         * flow-fill.el (fill-flowed-display-column)
13085         (fill-flowed-encode-column): Add :version.
13086
13087         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13088         (gnus-outlook-deuglify-unwrap-max)
13089         (gnus-outlook-deuglify-cite-marks)
13090         (gnus-outlook-deuglify-unwrap-stop-chars)
13091         (gnus-outlook-deuglify-no-wrap-chars)
13092         (gnus-outlook-deuglify-attrib-cut-regexp)
13093         (gnus-outlook-deuglify-attrib-verb-regexp)
13094         (gnus-outlook-deuglify-attrib-end-regexp)
13095         (gnus-outlook-display-hook): Add :version.
13096
13097         * binhex.el (binhex-use-external): Add :version.
13098
13099 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13102         and `invisible'.
13103
13104 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13107         in gnus-registry-trim.
13108
13109 2004-09-13  Simon Josefsson  <jas@extundo.com>
13110
13111         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13112
13113         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13114
13115         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13116         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13117         <yamaoka@jpl.org>.
13118         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13119         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13120         <yamaoka@jpl.org>.
13121
13122         * sieve.el (sieve-manage-mode): Ditto.
13123
13124 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13127
13128 2004-09-11  Simon Josefsson  <jas@extundo.com>
13129
13130         * dns-mode.el: Add.
13131
13132         * mm-view.el (mm-display-dns-inline): Add.
13133
13134         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13135         (mm-automatic-display): Ditto.
13136
13137         * mailcap.el (mailcap-mime-data): Add text/dns.
13138         (mailcap-mime-extensions): Map .soa to text/dns.
13139
13140 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13141
13142         * gnus-art.el (article-decode-mime-words, article-babel)
13143         (gnus-article-highlight-signature, gnus-article-add-buttons)
13144         (gnus-signature-toggle): Remove unnecessary bindings of
13145         `inhibit-read-only' inherited from v5.10 merge.
13146
13147 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13148
13149         * nntp.el (nntp): New customization group.
13150         (nntp-authinfo-file): Add customization group.
13151
13152         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13153
13154         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13155
13156         * gnus.el (to-address, to-list, subscribed)
13157         (large-newsgroup-initial): Ditto.
13158
13159         * flow-fill.el (fill-flowed-display-column)
13160         (fill-flowed-encode-column): Ditto.
13161
13162 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13163
13164         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13165         Use point-min rather than 1.
13166         (message-send-mail): Use buffer-size rather than point-max.
13167
13168         * gnus-sum.el (gnus-summary-search-article-forward):
13169         Signal a specific `search-failed' rather than a generic `error'.
13170
13171         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13172         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13173         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13174
13175 2004-09-10  Simon Josefsson  <jas@extundo.com>
13176
13177         * nndb.el (require): Remove tcp and duplicate cl.
13178
13179 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-agent.el (directory-files-and-attributes): Move forward.
13182
13183 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13184
13185         * gnus-agent.el (directory-files-and-attributes): Optionally
13186         defined to support XEmacs.
13187
13188 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13189
13190         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13191         to avoid run-time CL dependencies.
13192         (gnus-agent-unfetch-articles): New function.
13193         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13194         article numbers even when local .overview file is missing.
13195         (gnus-agent-read-article-number): New function.  Only accepts
13196         27-bit article numbers.
13197         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13198         gnus-agent-read-article-number.
13199         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13200         from backend while recognizing that article numbers in .overview
13201         must be valid.
13202         (gnus-agent-update-files-total-fetched-for): Use
13203         directory-files-and-attributes to improve performance.
13204         * gnus-int.el (gnus-request-move-article): Use
13205         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13206         improve performance.
13207
13208         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13209         some users confused by references to .newsrc when they only have a
13210         .newsrc.eld file.
13211         (gnus-convert-mark-converter-prompt)
13212         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13213         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13214         New function.  Used internally to only display 'gnus converting
13215         files' message when actually necessary.
13216
13217         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13218         methods now autoloaded.
13219
13220 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13223         identifiers.
13224
13225 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * gnus-picon.el: Fix indentation and closing parenthesis.
13228
13229 2004-09-01  Simon Josefsson  <jas@extundo.com>
13230
13231         * message.el (message-canlock-generate): Require sha1, not
13232         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13233         to require within a function.  Sadly, if sha1.el isn't loaded, the
13234         let binding in m-c-g will hide the defcustom definition, which is
13235         bad.)
13236
13237         * canlock.el: Require sha1, not sha1-el.
13238
13239         * message.el: Don't autoload sha1 (there is a autoload cookie in
13240         sha1.el).
13241
13242         * sha1-el.el: Renamed to sha1.el.
13243
13244 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13245
13246         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13247
13248 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13249
13250         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13251
13252 2004-08-30  Kim F. Storm  <storm@cua.dk>
13253
13254         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13255
13256         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13257         Add :group 'nnimap.
13258
13259 2004-08-30  Andreas Schwab  <schwab@suse.de>
13260
13261         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13262         ?* and ?\;.
13263
13264         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13265         and ?\' to symbol instead of whitespace.
13266
13267 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13270
13271         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13272         instead of re-search-forward.
13273
13274         * gnus-uu.el (gnus-uu-save-article): Ditto.
13275         (gnus-uu-post-encode-uuencode): Ditto.
13276
13277         * html2text.el (html2text-clean-list-items): Ditto.
13278         (html2text-clean-dtdd): Ditto.
13279         (html2text-format-tags): Ditto.
13280
13281         * message.el (message-send-mail-with-sendmail): Fix regexp.
13282         (message-fill-field-general): Use search-forward instead of
13283         re-search-forward.
13284         (unbold-region): Ditto.
13285
13286         * nnrss.el (nnrss-request-article): Ditto.
13287
13288         * nnslashdot.el (nnslashdot-request-article): Ditto.
13289
13290         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13291
13292         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13293         "Unrecognized menu descriptor" error in XEmacs.
13294
13295 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13296
13297         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13298         parent article of a sparse article in the thread hashtb.
13299
13300 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13301
13302         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13303         (nnmail-expand-newtext): Lowercase expanded entries if
13304         nnmail-split-lowercase-expanded is non-nil.
13305
13306 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13309
13310         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13311         of gnus-tmp-news-method into string under XEmacs.  It will be
13312         passed to gnus-correct-length which takes only a string argument.
13313
13314 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-util.el (gnus-bind-print-variables): New macro.
13317         (gnus-prin1): Use it.
13318         (gnus-prin1-to-string): Use it.
13319         (gnus-pp): New function.
13320         (gnus-pp-to-string): New function.
13321
13322         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13323         Replace pp-to-string with gnus-pp-to-string.
13324         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13325         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13326         * gnus-msg.el (gnus-debug): Ditto.
13327         * gnus-score.el (gnus-score-save): Ditto.
13328         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13329         gnus-pp-to-string.
13330         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13331         with gnus-pp.
13332         * score-mode.el (gnus-score-pretty-print): Ditto.
13333         * webmail.el (webmail-debug): Ditto.
13334
13335 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-art.el (article-display-face, article-display-x-face):
13338         Use buffer-read-only.
13339
13340 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gnus-art.el (article-hide-list-identifiers):
13343         Bind inhibit-read-only as t.
13344
13345 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13348
13349 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13350
13351         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13352         (gnus-narrow-to-page): Don't assume point-min == 1.
13353         (gnus-article-edit-mode): Derive from message-mode.
13354
13355         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13356         point-min == 1.
13357
13358         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13359         Disable incorrect use of `assert'.
13360
13361         * message.el (message-mode): Set comment-start-skip.
13362
13363
13364 2004-08-22  Sam Steingold  <sds@gnu.org>
13365
13366         * pop3.el (pop3-leave-mail-on-server): New user variable.
13367         (pop3-movemail): Delete mail only when it is nil.
13368
13369 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13372
13373         * mml.el (mml-preview): Use `pop-to-buffer'.
13374
13375         * message.el (message-goto-mail-followup-to): Insert after "To".
13376         (message-carefully-insert-headers): Add comment.
13377
13378         * gnus.el: Remove unused variable `gnus-article-check-size'.
13379
13380         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13381
13382         * gnus-art.el (gnus-button-alist): Improve
13383         `gnus-button-handle-library' entry.
13384
13385 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13386
13387         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13388         downcase, since XEmacs capitalizes error messages differently.
13389
13390 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13391
13392         * nntp.el: Add (require 'gnus) due to reference to
13393         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13394
13395 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13396
13397         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13398         `mm-fill-flowed'.
13399
13400         * mm-decode.el (mm-dissect-singlepart): Check it.
13401
13402 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13403
13404         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13405         'imap' for netrc parsing.
13406
13407 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * mailcap.el (mailcap-mime-data): Mark as risky.
13410
13411 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13414         may be included in the encoded word.
13415         (rfc2047-encode): Don't append a space if the encoded word
13416         includes close parenthesis.
13417
13418 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13421         of text within parentheses.
13422
13423 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13424
13425         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13426         (gnus-encrypt-write-file-contents): Make the password key the file
13427         name PLUS the cipher, not just the cipher.  Also remove failed
13428         passwords from the cache.
13429
13430 2004-08-06  Simon Josefsson  <jas@extundo.com>
13431
13432         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13433         fix.
13434
13435 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13438         LWSP.
13439
13440 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13441
13442         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13443         to append in-reply-to: data to the references: header.
13444
13445         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13446         (netrc-parse): Use gnus-encrypt.el functions.
13447
13448         * gnus-encrypt.el: Add new file for encryption support; currently
13449         does only a few GPG ciphers and an internal XOR cipher.
13450
13451         * password.el: Add comments on using password-read-and-add.
13452         (password-read-and-add): Add function to read and add the
13453         password to the cache at once.
13454
13455 2004-07-28  Simon Josefsson  <jas@extundo.com>
13456
13457         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13458         parameter (but don't use it, for now).
13459
13460         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13461         instead of hard coding to nil.
13462
13463 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13466         as mm-inline-image-xemacs does.
13467
13468 2004-07-26  Simon Josefsson  <jas@extundo.com>
13469
13470         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13471         Revert part of 2004-07-17 change below.
13472
13473 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13476         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13477
13478 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13479
13480         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13481         quotes that actually start with ">" at the beginning of the
13482         lines.
13483
13484 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * rfc2047.el (rfc2047-encode-region): Fix last change.
13487         (rfc2047-encode-parameter): Remove useless concat.
13488
13489 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13492         encode special characters; fix some kind of misconfigured headers;
13493         signal a real error if debug-on-quit or debug-on-error is non-nil.
13494         (rfc2047-encode-max-chars): New variable.
13495         (rfc2047-encode-1): Use it.
13496         (rfc2047-encode-parameter): New function.
13497
13498         * mml.el (mml-insert-parameter): Remove an excessive space.
13499
13500 2004-07-17  Simon Josefsson  <jas@extundo.com>
13501
13502         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13503         Kai Grossjohann <kai@emptydomain.de>.
13504         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13505         (gnus-group-make-menu-bar): Ditto.
13506
13507         * gnus-util.el (gnus-group-server): Add.
13508
13509 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13510
13511         * message.el (message-clone-locals): Clone sendmail and smtp
13512         variables.
13513
13514 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * rfc2047.el (rfc2047-encode-region): Fix last change.
13517
13518 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13521         characters as non-special.
13522
13523 2004-07-09  Simon Josefsson  <jas@extundo.com>
13524
13525         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13526         Users will lose all flag changes made while unplugged with
13527         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13528         good default.  See numerous reports on ding mailing list.
13529
13530 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13533         add generate-head-function and generate-article-function to the
13534         rfc822-forward entry.
13535         (nndoc-rfc822-forward-generate-article): New function.
13536         (nndoc-rfc822-forward-generate-head): New function.
13537
13538         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13539
13540 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13541
13542         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13543         respect display group parameter and gnus-summary-expunge-below.
13544         (gnus-articles-to-read): Remove unused reference to display group
13545         parameter.
13546
13547 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13548
13549         * nnheader.el (nnheader-uniquify-message-id): New experimental
13550         variable.
13551         (nnheader-nov-read-message-id): Use it.
13552
13553         * spam-report.el (spam-report-gmane): Add interactive.
13554
13555 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13558         qp-or-base64 for the application/* types.
13559
13560 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13561
13562         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13563
13564 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13565
13566         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13567         trim value.
13568
13569 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13570
13571         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13572         New macro and function.
13573         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13574
13575 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13578         after-load-alist.
13579
13580 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13581
13582         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13583         update info that isn't there.
13584
13585 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13586
13587         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13588         entry.
13589
13590 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * mm-view.el (mm-inline-render-with-function): Use multibyte
13593         buffer; decode html source by charset.
13594
13595         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13596
13597         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13598         Mule-UCS is loaded under XEmacs.
13599         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13600
13601 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13602
13603         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13604
13605 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * mm-util.el (mm-coding-system-p): Return a coding-system.
13608         (mm-mime-mule-charset-alist): Use shift_jis instead of
13609         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13610         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13611         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13612         instead of japanese-shift-jis and iso-latin-1 respectively in
13613         order to share the default value with both Emacs and XEmacs-mule.
13614         (mm-mule-charset-to-mime-charset): Make
13615         mm-coding-system-priorities effective.
13616         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13617         while predicating of candidates upon the priorities.
13618
13619 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13620
13621         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13622         gnus-uu-invert-processable.
13623
13624         * gnus.el: Autoload gnus-uu-invert-processable.
13625
13626 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * mm-util.el (mm-with-multibyte-buffer): New macro.
13629
13630         * rfc2047.el (rfc2047-encode-string): Use it.
13631         (rfc2047-encode-region): Move point to the end of the region after
13632         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13633
13634 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13637         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13638
13639 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13642         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13643         Karl Chen <quarl@nospam.quarl.org>.
13644
13645 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13646
13647         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13648         invalid addresses.
13649
13650 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13651
13652         * spam.el: Change section markers, revise TODO list.
13653         (spam-backends): Make new master list of all installed backends.
13654         (spam-summary-exit-behavior): Add new variable to determine how
13655         messages moves are done at summary exit.
13656         (spam-move-spam-nonspam-groups-only)
13657         (spam-process-ham-in-nonham-groups)
13658         (spam-process-ham-in-spam-groups): Remove variables, the
13659         spam-summary-exit-behavior variable should be used to manage this
13660         behavior.
13661         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13662         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13663         and spam-old-spam-articles.
13664         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13665         Add empty variables, placeholders for the backends they represent.
13666         (spam-set-difference): Move, unchanged.
13667         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13668         unless the user has a processor variable.
13669         (spam-classifications, spam-classification-valid-p)
13670         (spam-backend-properties, spam-backend-property-valid-p)
13671         (spam-backend-function-type-valid-p)
13672         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13673         (spam-report-articles-gmane, spam-report-articles-resend):
13674         Remove functions, they are not needed.
13675         (spam-install-backend-super, spam-backend-list)
13676         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13677         (spam-backend-function, spam-backend-ham-registration-function)
13678         (spam-backend-spam-registration-function)
13679         (spam-backend-ham-unregistration-function)
13680         (spam-backend-spam-unregistration-function)
13681         (spam-backend-statistical-p, spam-backend-mover-p)
13682         (spam-install-backend-alias, spam-install-checkonly-backend)
13683         (spam-install-mover-backend, spam-install-nocheck-backend)
13684         (spam-install-backend, spam-install-statistical-backend)
13685         (spam-install-statistical-checkonly-backend): Add backend installation
13686         support.
13687         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13688         (spam-group-processor-p): Use the new backend code and respect the
13689         summary exit behavior.
13690         (spam-mark-spam-as-expired-and-move-routine): Remove.
13691         (spam-summary-prepare): Change to use the new spam-old-articles
13692         variable.
13693         (spam-copy-or-move-routine, spam-copy-spam-routine)
13694         (spam-move-spam-routine, spam-copy-ham-routine)
13695         (spam-move-ham-routine): Add code to copy/move ham or spam.
13696         (spam-fetch-field-fast): Improve doc and code, plus allow the
13697         'number request.
13698         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13699         variables.
13700         (spam-split, spam-find-spam): Use the new backend code.
13701         (spam-registration-functions): Remove variable.
13702         (spam-unregister-routine): Add convenience wrapper.
13703         (spam-log-undo-registration, spam-register-routine)
13704         (spam-log-processing-to-registry)
13705         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13706         where possible.
13707         (spam-check-gmane-xref, spam-check-regex-headers)
13708         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13709         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13710         (spam-check-bogofilter-headers, spam-check-spamoracle)
13711         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13712         (spam-check-crm114-headers): Use the spam-split-group that
13713         spam-split prepares, no need to determine it every time.
13714
13715         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13716         to the nnheader-parse-naked-head call.
13717
13718         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13719
13720         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13721         the nnheader-nov-read-message-id call.
13722
13723 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13726         gnus-activate-group twice.  Suggested by Markus Peter
13727         <warp@spin.de>.
13728
13729 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus-art.el (gnus-article-time-format): Exchange the order of
13732         day and month in the default value; fix customization type.
13733         (article-date-ut): Use add-text-properties.
13734         (article-make-date-line): Use message-make-date instead of
13735         current-time-string.
13736
13737         * message.el (message-fetch-field): Don't use set-text-properties.
13738         (message-make-date): Simplify.
13739
13740         * messagexmas.el (message-xmas-make-date): New function.
13741         (message-xmas-redefine): Defalias message-make-date to it.
13742
13743 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13746         (rfc2047-encode-region): Treat text within parentheses as special;
13747         show the original text when error has occurred.
13748
13749         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13750         already-computed method to gnus-activate-group.
13751
13752         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13753         same select-methods identical Lisp objects.
13754
13755         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13756         object when modifying the info.
13757
13758 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13761         gnus-opened-servers since it has never been opened with the new
13762         configuration yet.
13763
13764 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13767         arg to nnheader-generate-fake-message-id.
13768
13769 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13770
13771         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13772         number and build a fake message ID localized to a group and
13773         article number (so it's repeatable from that point on).
13774         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13775         ID format.
13776
13777         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13778         nnheader-generate-fake-message-id with the article number.
13779
13780 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13781
13782         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13783         end-of-buffer.
13784
13785 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13786
13787         * message.el (message-ignored-supersedes-headers): Add Approved.
13788
13789 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13792         goto-char.
13793         (rfc2047-encode): Fold the line before encoding.
13794
13795 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13796
13797         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13798         folding -- not all headers can be folded, and this should be done
13799         by the message composition mode.  Probably.  I think.
13800
13801 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13804         fast.
13805
13806         * gnus-ems.el (gnus-remove-image): Don't use
13807         message-text-with-property; remove only the image found first.
13808
13809         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13810         found first.
13811
13812 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13813
13814         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13815
13816 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * message.el (message-text-with-property): Make it fast and accept
13819         optional arguments.
13820         (message-strip-forbidden-properties): Use it.
13821         (message-fix-before-sending): Follow the m-t-w-p change.
13822
13823         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13824
13825 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-art.el (article-hide-headers): Don't change the buffer
13828         mistakenly when performing mml-preview even if
13829         gnus-single-article-buffer is nil.
13830
13831 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13832
13833         * message.el (message-expand-name-databases): New user option.
13834         (message-expand-name): Use it.
13835
13836 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13837
13838         * spam.el (spam-report-articles-resend)
13839         (spam-report-resend-register-routine): Allow ham reporting.
13840         (spam-report-resend-register-ham-routine): Add wrapper.
13841         (spam-registration-functions): Add ham resending functions.
13842         (spam-list-of-processors): Add ham resend processor.
13843
13844         * gnus.el (ham-resend-to): Add new group parameter.
13845         (spam-process): Add ham resend option.
13846
13847         * spam-report.el (spam-report-resend): Allow reporting ham.
13848         (spam-report-resend-ham): Add wrapper.
13849
13850 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * message.el (message-cite-articles-with-x-no-archive): New
13853         variable.
13854         (message-cite-original): Use it.
13855
13856 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13857
13858         * message.el (message-cite-original): Respect X-No-Archive.
13859
13860 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-art.el (article-hide-headers): Refer to the values for
13863         gnus-ignored-headers and gnus-visible-headers in the summary
13864         buffer since a user may have set them as group parameters.
13865
13866 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13867
13868         * assistant.el (assistant-node-name): Add convenience function.
13869         (assistant-render-text, assistant-render-node): Add error handling,
13870         plus handle multiple next nodes.
13871         (assistant-find-next-node): Comment out for now.
13872         (assistant-find-next-nodes): Add function, returns list of next
13873         nodes.
13874
13875 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * mail-source.el (mail-source-directory): Fix doc-string.
13878
13879 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13880
13881         * assistant.el (assistant-render-text, assistant-eval): Add :set
13882         widget type, which is different because it takes and returns a
13883         list.  Much hilarity ensues.
13884
13885 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13886
13887         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13888
13889         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13890         doc-string.
13891
13892         * gnus-start.el (gnus-activate-group): Added doc-string.
13893
13894 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13897
13898 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13899
13900         * assistant.el (assistant-render-text): Try to add a :set
13901         widget, more to come.
13902
13903         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13904         strings.
13905         (spam-report-articles-resend)
13906         (spam-register-routine): Do registration iff any articles warrant
13907         it.
13908         (spam-summary-prepare-exit): Change log message for nil group
13909         destinations.
13910
13911 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13912
13913         * spam.el (spam-report-resend-register-routine): Allow
13914         spam-report-resend-to to be a group parameter or a global value.
13915
13916 2004-05-26  Simon Josefsson  <jas@extundo.com>
13917
13918         * starttls.el: Merge with my GNUTLS based starttls.el.
13919         (starttls-gnutls-program, starttls-use-gnutls)
13920         (starttls-extra-arguments, starttls-process-connection-type)
13921         (starttls-connect, starttls-failure, starttls-success): New
13922         variables.
13923         (starttls-program, starttls-extra-args): Doc fix.
13924         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13925         functions.
13926         (starttls-negotiate, starttls-open-stream): Check
13927         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13928         function if it is set.
13929
13930 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13933         structured fields.
13934
13935 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13938
13939 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13940
13941         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13942         variable.
13943         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13944         assigning the spam-mark to new messages.
13945
13946 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13947
13948         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13949
13950 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13953
13954         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13955         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13956         default.
13957
13958 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13959
13960         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13961         correct data.
13962
13963 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13966         (spam-group-processor-p): Fix function.
13967         (spam-group-processor-multiple-p)
13968         (spam-group-spam-processor-report-gmane-p)
13969         (spam-group-spam-processor-report-resend-p)
13970         (spam-group-spam-processor-bogofilter-p)
13971         (spam-group-spam-processor-blacklist-p)
13972         (spam-group-spam-processor-ifile-p)
13973         (spam-group-ham-processor-ifile-p)
13974         (spam-group-spam-processor-spamoracle-p)
13975         (spam-group-spam-processor-crm114-p)
13976         (spam-group-ham-processor-bogofilter-p)
13977         (spam-group-spam-processor-stat-p)
13978         (spam-group-ham-processor-stat-p)
13979         (spam-group-ham-processor-whitelist-p)
13980         (spam-group-ham-processor-BBDB-p)
13981         (spam-group-ham-processor-spamoracle-p)
13982         (spam-group-ham-processor-copy-p): Remove functions with some
13983         prejudice against unneeded code.
13984         (spam-report-articles-resend)
13985         (spam-report-resend-register-routine): Allow the group/topic
13986         spam-resend-to value to override spam-report-resend-to.
13987         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13988         properly now.
13989
13990         * gnus.el (spam-resend-to): Add group/topic parameter.
13991         (spam-process): Move the OBSOLETE processors to the end of the
13992         choices.
13993
13994 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13995
13996         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13997         with resend-to set to nil, and then ask the user if necessary.
13998         (spam-report-resend): spam-report-resend takes a list of articles, not
13999         separate article numbers.
14000
14001 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14004         addition to emacs-w3m.
14005
14006 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14007
14008         * assistant.el (assistant-authinfo-data): New function.
14009         (assistant-eval): Eval for entire assistant.
14010
14011         * netrc.el (netrc-services-file): New variable.
14012         (netrc-parse-services): New function.
14013         (netrc-find-service-name): New function.
14014         (netrc-find-service-number): New function.
14015         (netrc-port-equal): New function.
14016         (netrc-machine): Use it.
14017
14018         * nnimap.el (nnimap-open-connection): Use netrc.
14019
14020         * gnus-util.el (gnus-netrc-get): Remove aliases.
14021
14022         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14023
14024         * assistant.el (wid-edit): Fix compilation.
14025
14026         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14027
14028 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14029
14030         * gnus-util.el (gnus-set-file-modes): New function.  (small
14031         patch).
14032
14033 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14034
14035         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14036
14037         * assistant.el (assistant-render-node): Fix up rendering and
14038         read-only text.
14039         (assistant-render-node): Reset.
14040         (assistant-make-read-only): Not sticky.
14041
14042 2004-05-20  Danny Siu  <dsiu@adobe.com>
14043
14044         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14045         centered even when gnus-auto-center-summary is t.
14046
14047 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14048
14049         * dns.el (dns-get-txt-answer): New function.
14050         (dns-read-txt): Ditto.
14051         (query-dns): Use it.
14052
14053 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14056         active for foreign groups even if the group level is higher than
14057         the specified value.
14058
14059 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14060
14061         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14062         non-active groups.
14063
14064         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14065
14066 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14067
14068         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14069
14070 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14071
14072         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14073         (spam-crm114-header, spam-crm114-spam-switch)
14074         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14075         (spam-crm114-positive-spam-header)
14076         (spam-crm114-database-directory, spam-list-of-processors)
14077         (spam-group-spam-processor-crm114-p)
14078         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14079         (spam-generic-score, spam-list-of-checks)
14080         (spam-list-of-statistical-checks, spam-registration-functions)
14081         (spam-check-crm114-headers, spam-crm114-score)
14082         (spam-check-crm114, spam-crm114-register-with-crm114)
14083         (spam-crm114-register-spam-routine)
14084         (spam-crm114-unregister-spam-routine)
14085         (spam-crm114-register-ham-routine)
14086         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14087         asjo@koldfront.dk (Adam Sjøgren).
14088
14089         * gnus.el: Add spam-use-crm114.
14090
14091         * spam.el (spam-list-of-processors, spam-registration-functions):
14092         Add spam-use-resend.
14093         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14094         (spam-report-articles-gmane): Add doc fix.
14095         (spam-report-articles-resend, spam-report-resend-register-routine):
14096         Add wrappers around spam-report-resend-to.
14097
14098         * spam-report.el (spam-report-resend-to, spam-report-resend):
14099         Add support for resending spam.
14100         (spam-report-gmane): Fix line length >80.
14101
14102         * gnus.el (spam-process): Add spam-use-resend.
14103
14104 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14105
14106         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14107         number of processed spam messages.
14108         (spam-ham-copy-or-move-routine): Return the number of processed
14109         ham messages.
14110         (spam-summary-prepare-exit): Use the above values to decide
14111         whether status messages shouled be displayed.
14112
14113 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14116         `rfc2047-encoding-function-alist' in order to avoid conflicting
14117         with the old version.
14118         (rfc2047-encode-region): Concatenate words containing non-ASCII
14119         characters in structured fields; don't encode space-delimited
14120         ASCII words even in unstructured fields; don't break words at
14121         char-category boundaries.
14122         (rfc2047-encode-1): New function.
14123         (rfc2047-encode): Use it; encode text so that it occupies the
14124         maximum width within 76-column; work correctly on Q encoding for
14125         iso-2022-* charsets.
14126         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14127         sure not to break a line just after the header name.
14128         (rfc2047-b-encode-region): Removed.
14129         (rfc2047-b-encode-string): New function.
14130         (rfc2047-q-encode-region): Removed.
14131         (rfc2047-q-encode-string): New function.
14132
14133         * mm-util.el (mm-replace-in-string): New function.
14134
14135 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14136
14137         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14138         get it right.
14139         (gnus-inews-make-draft): Really.
14140
14141 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14142
14143         * nnmh.el (nnmh-request-list-1): Don't check the link count
14144         before descending.  (small patch)
14145
14146 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14147
14148         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14149         stuff.
14150
14151         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14152         on real group name.
14153
14154         * gnus-art.el (gnus-signature-limit): Doc fix.
14155
14156         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14157
14158         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14159
14160 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14161
14162         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14163         isn't a string.
14164
14165 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14166
14167         * gnus-draft.el (gnus-draft-send): Bind
14168         rfc2047-encode-encoded-words.
14169
14170         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14171         (rfc2047-encodable-p): Say that =? needs encoding.
14172         (rfc2047-encode-encoded-words): New variable.
14173
14174         * gnus-group.el (gnus-group-select-group): Doc fix.
14175
14176         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14177
14178         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14179         to nil.
14180
14181         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14182
14183         * nnheader.el (nnheader-get-lines-and-char): New function.
14184
14185 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * gnus-msg.el (gnus-summary-followup-with-original): Document
14188         yanking of region when active.
14189
14190 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14193         groups if the group level is higher than the specified value.
14194
14195 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14196
14197         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14198         (gnus-group-jump-to-group): Added prefix argument using
14199         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14200         non-active group.
14201
14202         * compface.el (uncompface): Be verbose when changing
14203         `uncompface-use-external'.
14204
14205         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14206         handle manual section.
14207
14208 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209
14210         * gnus-art.el (gnus-button-alist): Revert previous change.
14211
14212 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14215
14216 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14217
14218         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14219         whether backend can accept message.
14220
14221         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14222
14223 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14224
14225         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14226         Avoid creating directory when nntp-marks-is-evil is true.
14227         Reported by Reiner Steib.
14228
14229 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * gnus-picon.el (gnus-picon-style): New variable.
14232         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14233         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14234         Jesper Harder <harder@ifa.au.dk>.
14235
14236 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14237
14238         * message.el (message-fill-field): Return point.
14239         (message-generate-headers): Go to end of field.
14240
14241         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14242         stuff for non-living groups.
14243
14244 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14245
14246         * gnus-art.el (gnus-article-followup-with-original)
14247         (gnus-article-reply-with-original): gnus-mark-active-p ->
14248         gnus-region-active-p.
14249
14250 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14251
14252         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14253         only when there is spam or ham to be processed.
14254
14255 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14256
14257         * mail-source.el (mail-source-delete-crash-box): Refactor.
14258         (mail-source-fetch): Use it.
14259         (mail-source-fetch-file): Ditto.
14260         (mail-source-fetch-directory): Run postscript in loop.
14261         (mail-source-fetch-pop): Delete.
14262         (mail-source-fetch-maildir): Ditto.
14263         (mail-source-fetch-imap): Ditto.
14264
14265         * imap.el (imap-authenticators): Comment out sasl.
14266
14267         * message.el (message-skip-to-next-address): New function.
14268         (message-fill-header-address): Refactor.
14269         (message-fill-address): Use it.
14270         (message-delete-address): Use it.
14271         (message-fill-header-general): Refactor.
14272         (message-fill-field-address): Rename.
14273         (message-narrow-to-field): Find the start of the header.
14274         (message-header-format-alist): Don't pre-fill.
14275         (message-fill-header): Removed.
14276         (message-insert-header): New function.
14277         (message-shorten-references): Use it.
14278
14279         * rfc2047.el (rfc2047-field-value): Strip props.
14280
14281         * mail-parse.el (mail-header-make-address): New alias.
14282
14283         * ietf-drums.el (ietf-drums-make-address): New function.
14284
14285         * imap.el: Add compiler directives.
14286
14287         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14288
14289         * gnus-art.el (article-decode-idna-rhs): Don't use
14290         message-idna-inside-rhs-p.
14291
14292 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14293
14294         * message.el (message-idna-inside-rhs-p): Removed.
14295         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14296
14297         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14298         false positives.
14299
14300 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14301
14302         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14303
14304 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14305
14306         * nneething.el (nneething-file-name): Don't create spurious
14307         files.
14308
14309         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14310         (gnus-inews-do-gcc): Remove sleep.
14311
14312         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14313         part under point.
14314
14315         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14316         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14317
14318 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * spam.el (spam-summary-prepare-exit): Fixed (length).
14321
14322 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14323
14324         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14325         as expired without moving it" message when there are spam
14326         messages left.
14327
14328 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14329
14330         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14331         header is not nil.
14332
14333 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14334
14335         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14336         nntp-possibly-create-directory, not nntp-possibly-change-group.
14337         (nntp-marks-changed-p): New arg SERVER.
14338         (nntp-request-update-info): Adjust caller.
14339
14340 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14341
14342         * nntp.el (nntp-save-marks): Pass missing arg.
14343
14344 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14345
14346         * nntp.el: Support marks.
14347         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14348         (nntp-marks-modtime, nntp-marks-directory): New variables.
14349         (nntp-request-set-mark, nntp-request-update-info)
14350         (nntp-possibly-create-directory, nntp-marks-changed-p)
14351         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14352         functions.
14353
14354 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14355
14356         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14357         (gnus-xmas-redefine): Rename.
14358
14359         * gnus-score.el (gnus-score-insert-help): Use
14360         gnus-select-lowest-window.
14361
14362         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14363         appt-select-lowest-window and rename to gnus-select-lowest-window.
14364
14365         * gnus.el: do.
14366
14367 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14368
14369         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14370         encodings of MIME-encoded words, in order to improve
14371         interoperability with several broken MUAs.
14372
14373 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14374
14375         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14376         tags, only when charsets are not specified in headers.
14377         (mm-inline-text-html-render-with-w3m): Ditto.
14378
14379         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14380         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14381
14382 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14383
14384         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14385         instead of MIME-decoded from fields when checking
14386         `gnus-article-address-banner-alist'.
14387
14388 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14389
14390         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14391         description rather than subject.
14392
14393 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14394
14395         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14396
14397 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14398
14399         * gnus.el (gnus-version-number): Bump.
14400
14401 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14402
14403         * gnus.el: No Gnus v0.2 is released.
14404
14405 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14406
14407         * gnus-agent.el (gnus-agent-read-agentview): Inline
14408         gnus-uncompress-range.
14409
14410 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14411
14412         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14413         `exec-installed-p'.
14414
14415 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14416
14417         * gnus.el (spam-process, spam-autodetect-methods): Add
14418         bsfilter and bsfilter-headers.
14419
14420         * spam.el (spam-bsfilter): New customize group.
14421         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14422         (spam-bsfilter-header, spam-bsfilter-probability-header)
14423         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14424         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14425         (spam-bsfilter-database-directory): New options.
14426         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14427         (spam-list-of-statistical-checks, spam-registration-functions):
14428         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14429         (spam-bsfilter-score): New command.
14430         (spam-check-bsfilter-headers, spam-check-bsfilter)
14431         (spam-bsfilter-register-with-bsfilter)
14432         (spam-bsfilter-register-spam-routine)
14433         (spam-bsfilter-unregister-spam-routine)
14434         (spam-bsfilter-register-ham-routine)
14435         (spam-bsfilter-unregister-ham-routine): New functions.
14436         (spam-generic-score): Support bsfilter; Accept an optional argument
14437         to recalcurate spam score even if scoring header has already been
14438         added.
14439         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14440         optional argument to recalcurate spam score even if scoring header
14441         has already been added.
14442
14443 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14444
14445         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14446         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14447         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14448         link is missing.
14449
14450 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14451
14452         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14453         (html2text-get-attr): Rewrite.
14454
14455         * message.el (message-setup-1): Remove redundant put-text-property
14456         on mail-header-separator.
14457
14458 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14459
14460         * gnus-registry.el (gnus-registry-cache-whitespace)
14461         (gnus-registry-action, gnus-registry-spool-action)
14462         (gnus-registry-split-fancy-with-parent): Change message levels
14463         from 5 to 3 or 7, as needed.
14464
14465         * spam.el (spam-summary-prepare-exit)
14466         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14467         (spam-split, spam-find-spam, spam-log-undo-registration)
14468         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14469         level from 5 to 6.
14470
14471 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14474         2004-03-04 change).
14475
14476 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14477
14478         * sieve-manage.el (sieve-manage-open):
14479         * nnweb.el (nnweb-insert-html):
14480         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14481         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14482         * nnspool.el (nnspool-request-group):
14483         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14484         * nnml.el (nnml-request-update-info):
14485         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14486         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14487         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14488         (nnimap-request-set-mark):
14489         * nnfolder.el (nnfolder-request-update-info):
14490         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14491         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14492         * gnus-uu.el (gnus-uu-find-articles-matching):
14493         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14494         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14495         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14496         * gnus-nocem.el (gnus-nocem-scan-groups):
14497         * gnus-int.el (gnus-start-news-server):
14498         * gnus-group.el (gnus-group-make-kiboze-group)
14499         (gnus-group-browse-foreign-server):
14500         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14501         Use mapc when appropriate.
14502
14503 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14504
14505         FIXME: Make separate entries for each person.
14506
14507         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14508         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14509         <shields@msrl.com>:
14510
14511         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14512         may need for spam sorting and scoring.
14513         (spam-user-format-function-S): Add user format function suitable for
14514         general use.
14515         (spam-article-sort-by-spam-status): Add sorting function for summary
14516         sorting.
14517         (spam-extra-header-to-number): Add function to get a score from a
14518         header.
14519         (spam-summary-score): Add function to get a numeric score from the
14520         headers.
14521         (spam-generic-score): Fix function doc, was in wrong place.
14522         (spam-initialize): Take symbols when it's run, and install the
14523         extra headers that spam-necessary-extra-headers thinks we need.
14524
14525 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14528         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14529
14530 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14531
14532         * gnus-sum.el (gnus-set-global-variables)
14533         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14534         (gnus-article-get-xrefs, gnus-summary-best-group)
14535         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14536         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14537         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14538         Use with-current-buffer.
14539
14540 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14541
14542         * spam.el (spam-summary-prepare-exit): Simplify logic.
14543         (spam-fetch-article-header): Read the article header if it's not
14544         available.
14545         (spam-list-articles): Simplify logic.
14546         (spam-filelist-register-routine): Fix bug with unregister-list.
14547
14548         * gnus-registry.el: Fix comments at beginning.
14549
14550 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14551
14552         * message.el (message-cater-to-broken-inn): Remove.
14553         (message-shorten-references): Make sure the total folded length of
14554         References is shorter than 998 characters to cater to a bug in INN
14555         2.3.  Also, don't pretend that references aren't folded -- this
14556         hasn't worked for a while.
14557
14558 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14559
14560         * gnus-agent.el (gnus-agentize):
14561         gnus-agent-send-mail-real-function no longer set to current value
14562         of message-send-mail-function but rather a lambda that calls
14563         message-send-mail-function.  The change makes the agent real-time
14564         responsive to user changes to message-send-mail-function.
14565
14566 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14567
14568         * legacy-gnus-agent.el
14569         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14570         help from Florian Weimer <fw@deneb.enyo.de>
14571
14572 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * nnmail.el (nnmail-cache-insert): Revert last change.
14575
14576 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * nnmail.el (nnmail-cache-insert): Always check whether
14579         nnmail-cache-ignore-groups matches a group name.
14580
14581 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14582
14583         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14584         (spam-find-spam, spam-log-processing-to-registry)
14585         (spam-log-registered-p, spam-log-unregistration-needed-p)
14586         (spam-log-undo-registration): Use gnus-message instead of
14587         gnus-error, none of these errors are fatal.
14588
14589         * gnus-registry.el (gnus-registry-clean-empty-function)
14590         (gnus-registry-clean-empty): Remove only empty entries without
14591         extra data.
14592
14593 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14594
14595         * spam-stat.el (spam-stat-buffer-change-to-spam)
14596         (spam-stat-buffer-change-to-non-spam): Change (error) to
14597         (gnus-message 8) invocation.
14598
14599 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * nntp.el (nntp-via-netcat-command): New variable.
14602         (nntp-via-netcat-switches): New variable.
14603         (nntp-open-via-rlogin-and-netcat): New function.
14604         (nntp-open-connection-function): Doc fix.
14605         (nntp-telnet-command): Doc fix.
14606         (nntp-end-of-line): Doc fix.
14607         (nntp-via-rlogin-command): Doc fix.
14608         (nntp-via-user-name): Doc fix.
14609         (nntp-via-address): Doc fix.
14610
14611 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14614         error in Emacs 21.1.
14615
14616 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14617
14618         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14619
14620 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14621
14622         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14623         (gnus-agent-with-refreshed-group): New macro.
14624         (gnus-agent-rename-group): New function.
14625         (gnus-agent-delete-group): New function.
14626         (gnus-agent-save-group-info): Use gnus-command-method when
14627         `method' parameter is nil.  Don't write nil entries into the
14628         active file.
14629         (gnus-agent-get-group-info): New function.
14630         (gnus-agent-fetch-articles): Use
14631         gnus-agent-update-files-total-fetched-for to increment disk space
14632         used.
14633         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14634         gnus-agent-update-view-total-fetched-for to increment disk space
14635         used.
14636         (gnus-agent-get-local): Added optional parameters to avoid calling
14637         gnus-group-real-name and gnus-find-method-for-group.
14638         (gnus-agent-set-local): Delete stored entry if either min, or max,
14639         are nil.
14640         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14641         quit, use gnus-agent-regenerate-group to record existance of any
14642         articles fetched to disk before the quit occurred.
14643         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14644         gnus-agent-update-view-total-fetched-for, and
14645         gnus-agent-update-files-total-fetched-for to decrement disk space
14646         used.
14647         (gnus-agent-retrieve-headers): Use
14648         gnus-agent-update-view-total-fetched-for to increment disk space
14649         used.
14650         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14651         with gnus-agent-update-files-total-fetched-for to decrement disk
14652         space and fresh group buffer.
14653         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14654         (gnus-agent-need-update-total-fetched-for): New variable.
14655         (gnus-agent-update-files-total-fetched-for): New function.
14656         (gnus-agent-update-view-total-fetched-for): New function.
14657         (gnus-agent-total-fetched-for): New function.
14658
14659         * gnus-cache.el (gnus-cache-save-buffers): Use
14660         gnus-cache-update-overview-total-fetched-for to change disk space
14661         used by this group.
14662         (gnus-cache-possibly-enter-article): Use
14663         gnus-cache-update-file-total-fetched-for to increment disk space
14664         used by this group.
14665         (gnus-cache-possibly-remove-article): Use
14666         gnus-cache-update-file-total-fetched-for to decrement disk space
14667         used by this group.
14668         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14669         (gnus-cache-rename-group): New function.
14670         (gnus-cache-delete-group): New function.
14671         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14672         (gnus-cache-need-update-total-fetched-for): New variable.
14673         (gnus-cache-with-refreshed-group): New macro.
14674         (gnus-cache-update-file-total-fetched-for): New function.
14675         (gnus-cache-update-overview-total-fetched-for): New function.
14676         (gnus-cache-rename-group-total-fetched-for): New function.
14677         (gnus-cache-delete-group-total-fetched-for): New function.
14678         (gnus-cache-total-fetched-for): New function.
14679
14680         * gnus-group.el: Require gnus-sum and autoload functions to
14681         resolve warnings when gnus-group.el compiled alone.
14682         (gnus-group-line-format): Documented new %F.
14683         (size of Fetched data) group line format; identifies disk space
14684         used by agent and cache.
14685         (gnus-group-line-format-alist): Defined new F format.
14686         (gnus-total-fetched-for): New function.
14687         (gnus-group-delete-group): No longer update
14688         gnus-cache-active-altered as gnus-request-delete-group now keeps
14689         the cache in sync.
14690         (gnus-group-list-active): Let the agent store a server's active
14691         list if currently plugged.
14692
14693         * gnus-int.el (gnus-request-delete-group):
14694         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14695         local disk in sync with the server.
14696         (gnus-request-rename-group):
14697         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14698         local disk in sync with the server.
14699
14700         * gnus-start.el (gnus-get-unread-articles):
14701         Cosmetic simplification to logic.
14702
14703         * gnus-util.el (gnus-rename-file): New function.
14704
14705 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14706
14707         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14708
14709 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14710
14711         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14712         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14713
14714 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14715
14716         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14717         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14718
14719 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14720
14721         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14722
14723 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14724
14725         * spam.el (spam-set-difference): Add function to replace
14726         gnus-set-difference in spam.el.
14727         (spam-summary-prepare-exit): Use spam-set-difference.
14728
14729 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14730
14731         * gnus-registry.el (gnus-registry-cache-file): Update to use
14732         gnus-dribble-directory OR gnus-home-directory OR ~.
14733         (gnus-registry-split-fancy-with-parent): Fix doc.
14734
14735 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * message.el (message-exchange-point-and-mark): Use
14738         message-mark-active-p.  Suggested by Jesper Harder
14739         <harder@ifa.au.dk>.
14740
14741 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * message.el (message-exchange-point-and-mark): Don't activate
14744         region if it was inactive.  Suggested by Hiroshi Fujishima
14745         <pooh@nature.tsukuba.ac.jp>.
14746
14747 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * gnus-art.el (article-display-face): Display Faces in the same
14750         order as X-Faces.
14751
14752 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14755
14756 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14759         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14760         (gnus-article-mime-hierarchy): Remove.
14761         (gnus-article-mime-hierarchy-next): Remove.
14762         (gnus-article-mode): Revert 2004-03-19 change.
14763         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14764         (gnus-insert-mime-button): Revert 2004-03-19 change.
14765         (gnus-mime-accumulate-hierarchy): Remove.
14766         (gnus-mime-enter-multipart): Remove.
14767         (gnus-mime-leave-multipart): Remove.
14768         (gnus-mime-display-part): Revert 2004-03-19 change.
14769         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14770
14771         * mml.el (mml-preview): Revert 2004-03-19 change.
14772
14773 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14774
14775         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14776
14777 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14780         t while entering a file name using the mm-with-multibyte macro.
14781         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14782
14783         * mm-util.el (mm-with-multibyte): New macro.
14784
14785 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14788         user option.
14789         (gnus-mime-multipart-functions): Doc and customization fix.
14790         (gnus-article-mime-hierarchy): New variable.
14791         (gnus-article-mime-hierarchy-next): New variable.
14792         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14793         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14794         gnus-article-mime-hierarchy-next to nil.
14795         (gnus-insert-mime-button): Show hierarchy numbers.
14796         (gnus-mime-accumulate-hierarchy): New function.
14797         (gnus-mime-enter-multipart): New function.
14798         (gnus-mime-leave-multipart): New function.
14799         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14800         (gnus-mime-display-alternative): Show hierarchy numbers.
14801
14802         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14803         gnus-article-mime-hierarchy-next to nil.
14804
14805 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14806
14807         * dns.el: Don't require gnus-xmas.
14808
14809 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14810
14811         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14812         inline PGP.
14813         (mml-menu): Disable mml-quote-region if mark is inactive.
14814
14815 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14818         when the group's active is not available.
14819
14820 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14823         error.
14824
14825 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * imap.el (imap-store-password): New variable.
14828         (imap-interactive-login): Use it.
14829         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14830
14831 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14834         window-start and hscroll to summary window.
14835
14836 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14837
14838         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14839         conversion message to newsrc-dribble when an actual conversion is
14840         performed.
14841
14842 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14843
14844         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14845
14846 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * mm-decode.el (mm-complicated-handles): New function reviving
14849         former definition of mm-multiple-handles.
14850
14851         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14852         (gnus-mime-delete-part): Use it.
14853
14854 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14855
14856         * gnus-agent.el (gnus-agent-read-local): Bind
14857         nnheader-file-coding-system to gnus-agent-file-coding-system to
14858         avoid the implicit assumption that they will always be equal.
14859         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14860         coding-system-for-write, as the with-temp-file macro first prints
14861         to a buffer then saves the buffer.
14862
14863 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * gnus-art.el (gnus-article-edit-part): New function.
14866         (gnus-mime-save-part-and-strip): Use it; do query instead of
14867         signaling an error; don't use mm-multiple-handles.
14868         (gnus-mime-delete-part): Ditto.
14869
14870 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14871
14872         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14873         old file versions.
14874         (gnus-group-prepare-hook): Removed function that converted list
14875         form of gnus-agent-expire-days to group properties.
14876
14877         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14878         (gnus-request-accept-article): Re-indented.
14879
14880         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14881         converters to handle old agent file formats.  Added logic for a
14882         "backup before upgrading warning".
14883         (gnus-convert-mark-converter-prompt): Developers can mark
14884         functions as needing (default), or not needing,
14885         gnus-convert-old-newsrc's "backup before upgrading warning".
14886         (gnus-convert-converter-needs-prompt): Tests whether the user
14887         should be protected from potentially irreversable changes by the
14888         function.
14889
14890         * legacy-gnus-agent.el: New.  Provides converters that are only
14891         loaded when gnus-convert-old-newsrc needs to call them.
14892
14893 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * mail-source.el (mail-source-touch-pop): Doc fix.
14896
14897         * message.el (message-smtpmail-send-it): Doc fix.
14898
14899 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14900
14901         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14902
14903         * nnmail.el (nnmail-split-fancy): do.
14904
14905         * gnus-kill.el (gnus-kill, gnus-execute): do.
14906
14907 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14908
14909         * gnus-sum.el (gnus-widget-reversible-match)
14910         (gnus-widget-reversible-to-internal)
14911         (gnus-widget-reversible-to-external): New functions.
14912         (gnus-widget-reversible): New widget.
14913         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14914
14915 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14916
14917         * gnus-sum.el (gnus-thread-sort-functions)
14918         (gnus-article-sort-functions): Document `(not F)' items.
14919
14920 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14921
14922         * spam.el (spam-use-gmane-xref): Add new backend.
14923         (spam-gmane-xref-spam-group): Add variable to control the name of the
14924         Gmane spam group.
14925         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14926         (spam-regex-headers-spam, spam-regex-headers-ham)
14927         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14928         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14929         backends and checks.
14930         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14931
14932         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14933         an autodetect method.
14934
14935 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14936
14937         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14938         articles are being added to a group.
14939         (gnus-request-replace-article): Inform the agent that articles
14940         need to be uncached as the cached contents are no longer valid.
14941
14942 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * binhex.el: Don't autoload executable-find.
14945
14946         * canlock.el: Don't autoload mail-fetch-field.
14947
14948         * dgnushack.el: Autoload c-mode for XEmacs.
14949
14950         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14951
14952         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14953         rmail-dont-reply-to and rmail-output.
14954
14955         * gnus-score.el: Don't autoload ffap-string-at-point.
14956
14957         * gnus-setup.el: Don't autoload sc-cite-original.
14958
14959         * imap.el: Don't autoload base64-decode-string,
14960         base64-encode-string and md5.
14961
14962         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14963         and rmail-msg-restore-non-pruned-header.
14964
14965         * mm-decode.el: Don't autoload executable-find.
14966
14967         * mm-url.el: Don't autoload executable-find.
14968
14969         * mm-view.el: Don't autoload diff-mode.
14970
14971         * nndb.el: Don't autoload news-reply-mode, news-setup,
14972         cancel-timer and telnet.
14973
14974         * password.el: Don't autoload run-at-time for Emacs.
14975
14976         * sha1-el.el: Don't autoload executable-find.
14977
14978         * sieve-mode.el: Don't autoload c-mode.
14979
14980         * uudecode.el: Don't autoload executable-find.
14981
14982 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14983
14984         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14985         (gnus-agent-possibly-alter-active): Avoid null in numeric
14986         comparison.
14987         (gnus-agent-set-local): Refuse to save null in local object table.
14988         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14989         list of articles that will be marked as unread.
14990
14991 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14994
14995 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14996
14997         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14998         language tags.
14999
15000 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15001
15002         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15003         Don't bind "obarray".
15004
15005         * gnus-sum.el (gnus-thread-sort-functions): Added
15006         `gnus-thread-sort-by-most-recent-number' and
15007         `gnus-thread-sort-by-most-recent-date'.
15008         Reported by Kai Grossjohann <kai@emptydomain.de>.
15009
15010 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15013
15014 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15015
15016         * gnus-cus.el (gnus-agent-customize-category): Removed
15017         ignore-errors macro reference that required cl to be loaded at
15018         run-time.
15019
15020         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15021         single-interval range of the form (min . max).  Previously the
15022         range had to look like ((min . max)).  Likewise, return
15023         (min . max) rather than ((min . max)).
15024         (gnus-range-map): Use gnus-range-normalize to accept
15025         single-interval range.
15026
15027         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15028         the cache, but not the agent, now appear with their usual face.
15029
15030         * dgnushack.el (loaddir): New variable that is bound to the
15031         directory containing the dgnushack.el file. Use loaddir, rather
15032         than srcdir, to update load-path. Change lets dgnushack compile
15033         code in directories other than GNUS/lisp.
15034
15035 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * lpath.el: Don't bind w3m-safe-url-regexp.
15038
15039         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15040         w3m-safe-url-regexp variable buffer-local.
15041
15042         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15043
15044 2004-02-27  Simon Josefsson  <jas@extundo.com>
15045
15046         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15047         gnus-group-real-prefix.
15048         (gnus-summary-move-article): Use it, instead of
15049         gnus-group-real-prefix.
15050
15051 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * lpath.el: Bind w3m-safe-url-regexp.
15054
15055         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15056         w3m-safe-url-regexp variable buffer-local and set it as the value
15057         of mm-w3m-safe-url-regexp.
15058
15059         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15060
15061         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15062         parsing gnus-posting-styles when the message is not for replying.
15063
15064         * dgnushack.el: Autoload sgml-mode for XEmacs.
15065
15066         * nnrss.el (nnrss-opml-export): Use
15067         mm-set-buffer-file-coding-system instead of
15068         set-buffer-file-coding-system.
15069
15070 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15071
15072         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15073         of checkdoc.el).
15074         * nnrss.el: do.
15075         * gnus-mlspl.el: do.
15076         * gnus-ml.el: do.
15077         * gnus-srvr.el: do.
15078
15079         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15080
15081 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15082
15083         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15084         Corrections to custom-manual links.
15085
15086         * gnus-art.el (gnus-article): Ditto.
15087
15088         * mm-decode.el (mime-display, mime-security): Ditto.
15089
15090 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15091
15092         * flow-fill.el: Typo.
15093
15094 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15095
15096         * spam-wash.el: New file.
15097
15098 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15099
15100         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15101
15102 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15103
15104         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15105         to be run with new-articles as LIST1, not LIST2.
15106         (spam-registration-functions): Add spam-use-ham-copy as a nil
15107         registration backend.
15108
15109 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15110
15111         * spam-stat.el (spam-stat-washing-hook): New option.
15112         (spam-stat-buffer-words): Use it.
15113         (spam-stat-process-directory, spam-stat-test-directory): Use
15114         insert-file-contents-literally.
15115         (spam-stat-coding-system): New variable.
15116         (spam-stat-load, spam-stat-save): Use it.
15117
15118 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * spam-report.el (spam-report-plug-agent): Quote
15121         spam-report-url-to-file and spam-report-url-ping-plain.
15122
15123 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15126         / in mailto URLs.
15127
15128 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * spam-report.el (spam-report-process-queue): Fix interactive use.
15131         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15132         (spam-report-unplug-agent): Doc fixes.
15133         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15134         (spam-report-agentize, spam-report-deagentize): Autoload.
15135
15136 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15139
15140         * message.el (message-setup-fill-variables): Add mml tags to
15141         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15142         <ajk@iu.edu>.
15143         (message-mode): Don't modify paragraph-separate there.
15144
15145 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * compface.el (uncompface-use-external): Default to undecided.
15148         (uncompface-use-external-threshold): New variable.
15149         (uncompface-float-time): New macro.
15150         (uncompface): Determine whether to use the external decoder if
15151         uncompface-use-external is undecided.
15152
15153 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15154
15155         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15156         after images.
15157
15158         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15159
15160 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15161
15162         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15163
15164         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15165
15166         * gnus-sum.el (gnus-summary-limit-to-age)
15167         (gnus-summary-limit-children): do.
15168
15169         * gnus-int.el (gnus-request-scan): do.
15170
15171         * gnus-group.el (gnus-group-suspend): do.
15172
15173         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15174
15175         * gnus-cite.el (gnus-cite-parse-attributions): do.
15176
15177         * gnus-agent.el (gnus-summary-set-agent-mark)
15178         (gnus-agent-regenerate-group): do.
15179
15180         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15181
15182         * binhex.el (binhex-decode-region-internal): do.
15183
15184 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-fun.el (gnus-face-properties-alist): New user option.
15187         (gnus-display-x-face-in-from): Use it.
15188
15189         * gnus-art.el (article-display-face): Ditto.
15190
15191         * compface.el (uncompface-use-external): Default to nil.
15192
15193 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15194
15195         * nntp.el (nntp-erase-buffer): New function.
15196         (nntp-retrieve-data, nntp-send-command)
15197         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15198         (nntp-possibly-change-group): Use it.
15199
15200         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15201         with-current-buffer.
15202
15203 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15204
15205         * compface.el: Merge the ELisp-based uncompface program.
15206         (compface): New customization group.
15207         (uncompface-use-external): New user option.
15208         (uncompface): Call uncompface-internal if uncompface-use-external
15209         is nil.
15210         (uncompface-internal): New function.  Note that there are also
15211         some other functions and variables added for this function.
15212
15213 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15214
15215         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15216         if necessary.
15217
15218 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15219
15220         * spam-report.el (spam-report-unplug-agent)
15221         (spam-report-plug-agent, spam-report-deagentize)
15222         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15223         Add support for the Agent in spam-report: when unplugged, report to a
15224         file; when plugged, submit all the requests.
15225
15226         * spam.el (spam-register-routine): Fix message about
15227         registration.
15228
15229 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15230
15231         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15232         dependencies.
15233         (rfc2047-encode): Use it.
15234
15235         * gnus-art.el (gnus-button-marker-list): Move before first
15236         reference.
15237
15238         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15239         (imap-parse-body): Fix format string mismatch.
15240
15241         * gnus-score.el (gnus-summary-increase-score): do.
15242
15243         * nnrss.el (nnrss-close): New function.
15244
15245 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15246
15247         * nnrss.el (nnrss-make-filename): New function.
15248         (nnrss-request-delete-group, nnrss-read-server-data)
15249         (nnrss-save-server-data, nnrss-read-group-data)
15250         (nnrss-save-group-data): Use it.
15251         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15252         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15253         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15254
15255 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15256
15257         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15258
15259 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15262         files.
15263
15264         * message.el (message-generate-headers-first): Don't quote nil
15265         and t in docstrings.
15266
15267         * imap.el (imap-id): do.
15268
15269         * gnus-agent.el (gnus-agent-consider-all-articles)
15270         (gnus-agent-queue-mail): do.
15271
15272 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * spam-report.el (spam-report-process-queue): New function.
15275         Process requests from `spam-report-requests-file'.
15276         (spam-report-process-queue): Doc fix.
15277
15278 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15279
15280         * spam.el (spam-register-routine)
15281         (spam-log-processing-to-registry, spam-log-registered-p)
15282         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15283         Change "check" to "spam-check" for semi-clarity.
15284
15285 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15286
15287         * pop3.el: Require nnheader.
15288
15289         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15290
15291         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15292
15293         * gnus-picon.el: Require cl.
15294
15295         * gnus-fun.el: Require gnus-ems and gnus-util.
15296
15297         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15298
15299         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15300
15301         * gnus-art.el (gnus-article-edit-mode): Define before first
15302         reference.
15303
15304 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15305
15306         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15307         (gnus-uu-post-encoded): Use point-at-bol.
15308
15309         * gnus-topic.el (gnus-group-active-topic-p): do.
15310
15311         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15312
15313         * gnus-group.el (gnus-group-kill-region): do.
15314
15315         * gnus-art.el (article-date-ut): do.
15316
15317         * message.el (message-fetch-field): Remove redundant
15318         case-fold-search binding.
15319         (message-narrow-to-field): Simplify.
15320
15321 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15322
15323         * spam.el (spam-directory): Derive from `gnus-directory'.
15324
15325         * spam-report.el (spam-report-url-to-file)
15326         (spam-report-requests-file): New function and variable for offline
15327         reporting.
15328         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15329         and user defined function.
15330         (spam-report-url-ping-mm-url): Remove doubled slash.
15331
15332 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15333
15334         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15335
15336 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15337
15338         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15339         format string mismatch.
15340
15341         * sieve.el (sieve-deactivate-all): do.
15342
15343         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15344
15345         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15346
15347         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15348
15349         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15350
15351 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15354         the list of checks.
15355
15356 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15357
15358         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15359         padding.
15360
15361 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15362
15363         * mm-view.el (mm-fill-flowed): New variable.
15364         (mm-inline-text): Use it.
15365
15366 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15367
15368         * spam.el (spam-spamassassin-register-ham-routine)
15369         (spam-spamassassin-register-spam-routine): Fix function names.
15370
15371 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * gnus.el (gnus-tmp-grouplens): Remove.
15374         (gnus-summary-line-format): Remove grouplens.
15375
15376         * gnus-group.el (gnus-group-line-format): Ditto.
15377
15378         * gnus-spec.el (gnus-format-specs): Ditto.
15379         (gnus-update-format-specifications): Flush the group format spec
15380         cache if there's the grouplens stuff.
15381         (gnus-parse-simple-format): Replace %l with the empty string.
15382
15383 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15384
15385         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15386         omission.
15387
15388 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15391         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15392
15393 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15394
15395         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15396         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15397         New macros and functions.
15398         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15399         Handle > NLINK_MAX messages.
15400         * nnmaildir.el (nnmaildir-request-set-mark): Use
15401         nnmaildir--emlink-p and nnmaildir--eexist-p.
15402
15403 2004-01-25  Alex Schroeder  <alex@gnu.org>
15404
15405         * spam-stat.el (spam-stat-process-directory-age): New option.
15406         (spam-stat-process-directory): Use it.
15407
15408 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15409
15410         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15411         (spam-stat-save): Accept prefix argument.
15412
15413 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15414
15415         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15416         links" error.
15417
15418 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15421         the rest of the and/or forms.
15422
15423 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15424
15425         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15426         compatibility with old .newsrc.eld files.
15427
15428         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15429
15430         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15431
15432         * gnus-start.el (gnus-1): do.
15433
15434         * gnus-group.el (gnus-group-line-format-alist): do.
15435
15436         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15437
15438         * gnus-gl.el: Remove.
15439
15440 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15441
15442         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15443         marks consisting of a single range {for example, (3 . 5)} rather
15444         than a list of a single range { ((3 . 5)) }.
15445
15446 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15447
15448         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15449         with-current-buffer.
15450         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15451         avoid consing a string.
15452
15453         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15454         Remove obsolete entries for big5 and gb2312.
15455
15456 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15457
15458         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15459         uncompressed list.
15460
15461 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15462
15463         * spam-stat.el (spam-stat-strip-xref): New function.
15464         (spam-stat-process-directory): Use it.
15465
15466         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15467         here -- it's done in message-fetch-field.
15468
15469 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15470
15471         * gnus-agent.el (gnus-agent-queue-mail)
15472         (gnus-agent-prompt-send-queue): New variables.
15473         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15474         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15475         "nndraft:queue" along to gnus-draft-send.  Use
15476         gnus-agent-prompt-send-queue.
15477         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15478         is "nndraft:queue".  Suggested by Gaute Strokkenes
15479         <gs234@srcf.ucam.org>
15480
15481         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15482         (agent-enable-undownloaded-faces): Added.
15483         (gnus-agent-cat-groups): Use eval-and-compile, not
15484         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15485         method of gnus-agent-cat-groups even when the buffer has been
15486         evaled.
15487         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15488         delete gnus-agent-save-active-1.
15489         (gnus-agent-save-groups): Deleted.  Identical to
15490         gnus-agent-save-active.
15491         (gnus-agent-write-active): No longer adjust agent's copy of active
15492         file as agent's adjustments are now stored in their own
15493         file.  Removed optional parameter.
15494         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15495         servers.  Add use of min/max range limits from server's local
15496         file.
15497         (gnus-agent-save-alist): Removed unused optional argument.
15498         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15499         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15500         (gnus-agent-set-local): A per-server file that keeps min/max range
15501         limits for articles known to the agent.  Provides a fast mechanism
15502         for altering many active ranges.
15503         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15504         active file (local makes it unnecessary).
15505         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15506
15507         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15508         (agent-enable-undownloaded-faces): Added.
15509
15510         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15511         disable it when sending to "nndraft:queue".
15512         (gnus-group-send-queue): Add safety check to avoid sending queue
15513         when unplugged.
15514
15515         * gnus-group.el (gnus-group-catchup): Use new
15516         gnus-sequence-of-unread-articles, not
15517         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15518         numbers of articles.  Use gnus-range-map to avoid having to
15519         uncompress the unread list.
15520         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15521         Fixed invalid ange-ftp reference.
15522
15523         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15524         (gnus-sorted-range-intersection): Intersection of two ranges
15525         without requiring that they first be uncompressed.
15526
15527         * gnus-start.el (gnus-activate-group): Unless blocked by the
15528         caller, possibly expand the active range to include both cached
15529         and agentized articles.
15530         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15531         multiple version-dependent converters.
15532         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15533         gnus-agent-save-active.
15534         (gnus-save-newsrc-file): Save dirty agent range limits.
15535
15536         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15537         gnus-agent-possibly-alter-active.
15538         (gnus-adjust-marked-articles): Faster handling of simple lists.
15539
15540 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15541
15542         * spam-stat.el (spam-stat-test-directory): New optional argument
15543         displays a list of files detected.  Suggested by Andrew Cohen
15544         <cohen@andy.bu.edu>.
15545         (spam-stat-buffer-words-with-scores): Don't narrow and change
15546         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15547
15548 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15549
15550         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15551         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15552         (spam-spamassassin-arguments)
15553         (spam-spamassassin-spam-flag-header)
15554         (spam-spamassassin-positive-spam-flag-header)
15555         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15556         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15557         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15558         (spam-list-of-processors, spam-list-of-checks)
15559         (spam-list-of-statistical-checks, spam-registration-functions)
15560         (spam-check-spamassassin-headers, spam-check-spamassassin)
15561         (spam-spamassassin-score)
15562         (spam-spamassassin-register-with-sa-learn)
15563         (spam-spamassassin-register-spam-routine)
15564         (spam-spamassassin-register-ham-routine)
15565         (spam-assassin-register-spam-routine)
15566         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15567         (spam-bogofilter-score): Fix to show article before scoring.
15568
15569 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15570
15571         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15572         default scoring function.
15573         (spam-generic-score): Call spam-spamassassin-score if
15574         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15575         spam-bogofilter-score otherwise.
15576
15577         * gnus.el (spam-process, spam-autodetect-methods): Add
15578         spamassassin and spamassassin-headers.
15579
15580 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15581
15582         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15583         Suppress unnecessary messages.
15584
15585 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15586
15587         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15588         make-hash-table.
15589
15590 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * canlock.el (base64-encode-string): Don't autoload it.
15593
15594 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * run-at-time.el: Remove useless (require 'itimer),
15597         eval-and-compile and (featurep 'xemacs).
15598
15599 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15600
15601         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15602         GROUP is a virtual group.
15603
15604 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15605
15606         * gnus.el: Autoload `message-y-or-n-p'.
15607
15608 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15609
15610         * pgg-parse.el: Remove unnecessary (require 'custom).
15611
15612         * pgg-def.el: do.
15613
15614         * nnmail.el: do.
15615
15616         * gnus-undo.el: do.
15617
15618         * gnus-picon.el: do.
15619
15620         * gnus-util.el: do.
15621
15622 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15625
15626 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15629         handle, as well as a list.
15630
15631         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15632         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15633         (mm-w3m-cid-retrieve): Simplify.
15634
15635 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15636
15637         * message.el (message-kill-to-signature): Allow prefix arg to
15638         specify number of lines to keep before signature.
15639
15640 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15641
15642         * message.el (message-kill-to-signature): Change docstring.
15643
15644 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * canlock.el: Always require sha1-el.
15647         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15648
15649         * message.el: Autoload sha1 only when compiling.
15650
15651         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15652         eudc-expand-inline for XEmacs.
15653
15654 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * message.el (message-canlock-generate): Require sha1-el.
15657
15658 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15659
15660         * message.el (message-expand-name): Silence the byte compiler.
15661
15662         * lpath.el: Add detect-coding-system.
15663
15664         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15665         cus-edit.
15666
15667 2004-01-13  Simon Josefsson  <jas@extundo.com>
15668
15669         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15670         Invoke gnus-score-mode.  Reported by
15671         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15672
15673         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15674         Jim Blandy <jimb@redhat.com> (tiny change).
15675
15676 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15677
15678         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15679
15680 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * spam.el (spam-get-article-as-string): Update to use
15683         gnus-request-article-this-buffer, much simpler.
15684         (spam-get-article-as-buffer): Remove.
15685
15686 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15687
15688         * message.el (message-expand-name): Use EUDC if the user uses that.
15689
15690 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15691
15692         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15693         character for the encoding to avoid consing a string.
15694
15695         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15696         unnecessarily.
15697
15698         * mm-util.el (mm-replace-chars-in-string): Remove.
15699
15700         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15701         of mm-replace-chars-in-string.
15702
15703 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15704
15705         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15706
15707         * mm-util.el (mm-subst-char-in-string): Support inplace.
15708
15709         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15710         a new string in every iteration.  Use shy groups.
15711
15712 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15713
15714         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15715         * gnus-soup.el (gnus-soup-group-brew):
15716         * gnus-msg.el (gnus-put-message):
15717         * gnus-move.el (gnus-group-move-group-to-server):
15718         * gnus-kill.el (gnus-batch-score):
15719         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15720         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15721         (gnus-group-update-group, gnus-group-read-group)
15722         (gnus-group-make-group, gnus-group-make-help-group)
15723         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15724         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15725         (gnus-group-sort-by-unread, gnus-group-catchup)
15726         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15727         (gnus-group-yank-group, gnus-group-set-info)
15728         (gnus-group-list-groups):
15729         * gnus.el (gnus-generate-new-group-name):
15730         * gnus-delay.el (gnus-delay-send-queue):
15731         * nnvirtual.el (nnvirtual-catchup-group):
15732         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15733         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15734         (gnus-group-prepare-topics, gnus-topic-check-topology):
15735         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15736         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15737         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15738         (gnus-group-make-articles-read):
15739         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15740         (gnus-group-change-level, gnus-kill-newsgroup)
15741         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15742         (gnus-get-unread-articles, gnus-make-articles-unread)
15743         (gnus-make-ascending-articles-unread): Use accessor
15744         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15745         to get group information for improved readability.
15746
15747
15748 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15749
15750         * gnus-art.el (article-decode-mime-words, article-babel)
15751         (gnus-article-highlight-signature, gnus-article-add-buttons)
15752         (gnus-signature-toggle): Use gnus-with-article-buffer.
15753
15754         * gnus-art.el (gnus-article-highlight-headers)
15755         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15756
15757         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15758         (gnus-article-set-globals, gnus-request-article-this-buffer)
15759         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15760         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15761         (gnus-mime-display-alternative): Use with-current-buffer.
15762
15763 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15764
15765         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15766         also under 80 char limit, and call gnus-error if needed.
15767         (spam-fetch-article-header): Fix - it was a
15768         buffer-local variable (gnus-newsgroup-data).
15769         (spam-find-spam): Use spam-generate-fake-headers, forget about
15770         spam-insert-fake-headers.
15771         (spam-insert-fake-headers): Remove.
15772
15773 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15774
15775         * deuglify.el (gnus-article-outlook-unwrap-lines)
15776         (gnus-outlook-rearrange-article)
15777         (gnus-outlook-repair-attribution-outlook)
15778         (gnus-outlook-repair-attribution-block)
15779         (gnus-outlook-repair-attribution-other): Remove redundant
15780         save-excursion.
15781
15782 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15783
15784         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15785         (spam-fetch-field-subject-fast)
15786         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15787         (spam-fetch-article-header): Add functions to deal with Gnus
15788         internals for fast retrieval of article header data.
15789         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15790
15791 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15792
15793         * pop3.el (pop3-md5): Remove.
15794         (pop3-apop): Replace pop3-md5 with md5.
15795
15796         * mm-bodies.el: base64 is always built-in.
15797
15798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15799         with-current-buffer.
15800
15801 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * canlock.el (canlock-insert-header): Remove excessive grouping in
15804         regexp.
15805
15806         * gnus-sum.el (gnus-summary-read-document): Ditto.
15807
15808         * gnus-uu.el (gnus-uu-part-number): Ditto.
15809
15810         * html2text.el (html2text-remove-tags): Ditto.
15811         (html2text-format-tags): Ditto.
15812         (html2text-format-single-elements): Ditto.
15813
15814         * mml.el (mml-parse-1): Ditto.
15815
15816 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15817
15818         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15819
15820         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15821
15822         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15823
15824         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15825
15826 2003-11-15  Simon Josefsson  <jas@extundo.com>
15827
15828         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15829         (pgg-gpg-lookup-key): Use regexp match instead of
15830         split-string (split-string is different between emacs 21.2 and
15831         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15832
15833 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15834
15835         * gnus-art.el (gnus-mime-view-all-parts)
15836         (gnus-article-part-wrapper, gnus-article-view-part): Use
15837         with-current-buffer.
15838
15839 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15840
15841         * spam.el (spam-disable-spam-split-during-ham-respool)
15842         (spam-spamoracle-database, spam-cache-lookups)
15843         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15844         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15845         (spam-group-ham-marks, spam-group-spam-marks)
15846         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15847         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15848         also add spam-use-blackholes to the statistical checks.
15849         (spam-fetch-field-fast): Add interface to fetching fields, may
15850         become a macro.
15851         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15852         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15853         (spam-insert-fake-headers): Fake an article when needed.
15854         (spam-find-spam): Fake article when possible.
15855         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15856         (spam-check-bogofilter-headers): Use message-fetch-field instead
15857         of nnmail-fetch-field.
15858
15859 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15860
15861         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15862
15863 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15864
15865         * spam.el (spam-split): Do not require spam-use-CHECK to be
15866         enabled if that check is passed to spam-split explicitly; also
15867         fix so 'spam doesn't get converted to spam-split-group when
15868         spam-split-symbolic-return is t.
15869         (spam-find-spam): Find registrations of the article and use those
15870         instead of re-running spam-split to find the spam/ham
15871         classification of the article.
15872         (spam-log-processing-to-registry, spam-log-registered-p)
15873         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15874         Use gnus-error instead of gnus-message.
15875         (spam-log-registration-type): Add function to determine the
15876         classification of a message based on registry entries; will
15877         return nil if both 'spam and 'ham are found.
15878         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15879         a reasonably fast local cache without the loading errors.
15880         (spam-cache-lookups): Set to t by default.
15881         (spam-find-spam): Don't try to guess spam-cache-lookups.
15882         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15883         spam-caches entry.
15884         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15885         caching of whitelist/blacklist entries.
15886         (spam-check-whitelist, spam-check-blacklist): Invoke
15887         spam-from-listed-p with a type, not a cache variable.
15888         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15889
15890 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15891
15892         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15893
15894         * nnmail.el (nnmail-split-fancy): do.
15895
15896         * mml.el (mml-parse): do.
15897
15898         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15899         (gnus-score-adaptive): do.
15900
15901 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15904         (gnus-mime-button-map): Don't set keymap parent.
15905         (gnus-button-ctan-directory-regexp): Use shy grouping.
15906         (gnus-prev-page-map): Don't set keymap parent.
15907         (gnus-prev-page-map): Remove duplicated one.
15908         (gnus-next-page-map): Don't set keymap parent.
15909         (gnus-mime-security-button-map): Ditto.
15910
15911         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15912         version number.
15913
15914         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15915
15916 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * canlock.el (canlock-sha1-function): Remove.
15919         (canlock-sha1-function-for-verify): Remove.
15920         (canlock-openssl-program): Remove.
15921         (canlock-openssl-args): Remove.
15922         (canlock-ignore-errors): Remove.
15923         (canlock-sha1-with-openssl): Remove.
15924         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15925         (canlock-verify): Don't use canlock-ignore-errors.
15926
15927         * sha1-el.el (sha1-string-external): Make it can return a string
15928         in binary form.
15929         (sha1-region-external): Ditto.
15930         (sha1-string-internal): Ditto.
15931         (sha1-region-internal): Ditto.
15932         (sha1-region): Ditto.
15933         (sha1-string): Ditto.
15934         (sha1): Ditto.
15935
15936 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15937
15938         * spam.el (spam-report-articles-gmane): New command.
15939
15940 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15943
15944         * run-at-time.el (run-at-time-saved): Remove.
15945         (run-at-time): Doc fix.
15946
15947 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15948
15949         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15950         (gnus-summary-limit-map): Add it.
15951         (gnus-summary-make-menu-bar): do.
15952
15953 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15954
15955         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15956         Make attempt at some caching support (done for BBDB only now).
15957         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15958         addresses to be checked.
15959         (spam-clear-cache-BBDB): Add function, to be invoked by
15960         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15961         (spam-check-BBDB): Check and use the caches, if
15962         spam-cache-lookups is on, remove superfluous (provide).
15963
15964 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15965
15966         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15967
15968 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15969
15970         * run-at-time.el (run-at-time-saved): Move to after the definition
15971         of `run-at-time'.
15972
15973         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15974
15975 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15978         mm-w3m-local-map-property.
15979
15980         * mm-view.el (mm-w3m-mode-map): Remove.
15981         (mm-w3m-local-map-property): Remove.
15982         (mm-inline-text-html-render-with-w3m): Don't use
15983         mm-w3m-local-map-property.
15984
15985 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15986
15987         * run-at-time.el: New file.
15988
15989         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15990         under Emacs.
15991
15992         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15993         of gnus-set-text-properties.
15994
15995         * gnus-uu.el (gnus-uu-save-article): Ditto.
15996
15997         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15998
15999         * gnus-cite.el (gnus-cite-parse): Ditto.
16000
16001         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16002         of gnus-.
16003
16004         * gnus-xmas.el (run-at-time): Require run-at-time.
16005
16006         * gnus.el: Changed calls to nnheader-run-at-time and
16007         password-run-at-time throughout to use run-at-time directly.
16008
16009         * password.el: Removed definition of run-at-time.
16010
16011         * nnheaderxm.el: Remove definition of run-at-time.
16012
16013 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16014
16015         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16016         in prompt.
16017
16018 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16019
16020         * messagexmas.el (message-xmas-redefine): Alias
16021         `message-make-caesar-translation-table' to
16022         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16023         version.
16024
16025         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16026         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16027         `gnus-xmas-set-text-properties'.
16028         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16029         `gnus-xmas-completing-read'.
16030         (gnus-xmas-completing-read): Removed.
16031         (gnus-xmas-open-network-stream): Removed.
16032
16033         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16034         XEmacs version.
16035
16036         * dns.el (dns-make-network-process): Use `open-network-stream'
16037         instead of `gnus-xmas-open-network-stream'.
16038
16039         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16040
16041         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16042
16043 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16044
16045         * gnus-art.el (gnus-mime-display-alternative)
16046         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16047         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16048         Don't use gnus-local-map-property.
16049
16050         * gnus-util.el (gnus-local-map-property): Remove.
16051
16052         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16053         gnus-completing-read-maybe-default with completing-read.
16054
16055         * gnus-util.el (gnus-completing-read): do.
16056         (gnus-completing-read-maybe-default): Remove.
16057
16058 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16059
16060         * password.el: Only autoload `run-at-time' if not XEmacs.
16061         Only autoload the itimer functions if XEmacs.
16062
16063 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16066         XEmacsen.
16067
16068         * dgnushack.el: Autoload executable-find for XEmacs.
16069
16070 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16071
16072         * gnus-art.el (gnus-read-string): Remove.
16073         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16074         read-string.
16075
16076 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16077
16078         * netrc.el: Autoload password-read.
16079         (netrc): Add configuration group.
16080         (netrc-encoding-method, netrc-openssl-path): Add
16081         variables for encoding and decoding of files with symmetric
16082         ciphers.
16083         (netrc-encode): Add assistant function to encode a file with
16084         netrc-encoding-method.
16085         (netrc-parse): Add interactive parameter, added optional
16086         decoding if netrc-encoding-method is non-nil but otherwise
16087         behavior is standard.
16088         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16089         Do s/encode/encrypt/ everywhere.
16090
16091         * spam.el: Remove executable-find autoload.
16092
16093 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16094
16095         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16096
16097         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16098
16099 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * gnus-art.el (gnus-treat-ansi-sequences)
16102         (article-treat-ansi-sequences): New variable and function.
16103         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16104
16105         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16106         Use it.
16107
16108 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16109
16110         * mm-util.el (mm-quote-arg): Remove.
16111
16112         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16113         shell-quote-argument.
16114
16115         * gnus-uu.el (gnus-uu-command): do.
16116
16117         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16118
16119         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16120         with make-char.
16121
16122         * mm-util.el (mm-make-char): Remove.
16123
16124         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16125         add-minor-mode.
16126
16127         * gnus-undo.el (gnus-undo-mode): do.
16128
16129         * gnus-topic.el (gnus-topic-mode): do.
16130
16131         * gnus-sum.el (gnus-dead-summary-mode): do.
16132
16133         * gnus-start.el (gnus-slave-mode): do.
16134
16135         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16136
16137         * gnus-ml.el (gnus-mailing-list-mode): do.
16138
16139         * gnus-gl.el (gnus-grouplens-mode): do.
16140
16141         * gnus-draft.el (gnus-draft-mode): do.
16142
16143         * gnus-dired.el (gnus-dired-mode): do.
16144
16145         * gnus-ems.el (gnus-add-minor-mode): Remove.
16146
16147         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16148         Replace gnus-char-width with char-width.
16149
16150         * gnus-ems.el (gnus-char-width): Remove.
16151
16152         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16153         Replace gnus-char-width with char-width.
16154
16155         * gnus-ems.el (gnus-char-width): Remove.
16156
16157         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16158         definition.
16159         Remove Emacs 20 hash table compatibility code.
16160
16161         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16162         20 compatibility code.
16163
16164         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16165
16166         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16167
16168         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16169         with point-at-{eol,bol}.
16170
16171         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16172
16173         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16174
16175         * flow-fill.el (fill-flowed-point-at-bol)
16176         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16177
16178         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16179         Replace with point-at-{eol,bol} throughout all files.
16180
16181 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * ntlm.el (ntlm-string-as-unibyte): New macro.
16184         (ntlm-build-auth-response): Use it.
16185
16186         Remove Emacs 20 stuff:
16187         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16188         (butlast, mapc, remove): Remove the compiler macros.
16189         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16190         of delq and copy-sequence.
16191         * gnus-art.el (popup-menu): Remove the compiler macro.
16192         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16193         Emacs 20.
16194
16195 2004-01-05  Simon Josefsson  <jas@extundo.com>
16196
16197         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16198         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16199         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16200         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16201         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16202         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16203         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16204         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16205         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16206         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16207         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16208         string-xor into ntlm-string-xor.  Suggested by
16209         Jesper Harder <harder@myrealbox.com>.
16210
16211         * ntlm.el: Don't include poem.
16212
16213         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16214         Jesper Harder <harder@myrealbox.com>.
16215
16216         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16217
16218         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16219         probably breaks emacs with DL patch, but do we care? Is anyone
16220         still using the DL stuff?)
16221
16222         * sieve-manage.el: Use the password package.
16223         (sieve-manage-read-passwd): Remove.
16224         (sieve-manage-interactive-login): Use password.  Re-add
16225         condition-case around loop.
16226
16227         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16228         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16229         the password package.
16230
16231 2003-02-19  Simon Josefsson  <jas@extundo.com>
16232
16233         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16234         token.
16235
16236 2002-08-07  Simon Josefsson  <jas@extundo.com>
16237
16238         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16239         (sieve-manage-authenticators):
16240         (sieve-manage-authenticator-alist): Add some SASL mechs.
16241         (sieve-sasl-auth): New function.
16242         (sieve-manage-cram-md5-auth):
16243         (sieve-manage-plain-auth): Rewrite using SASL library.
16244         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16245         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16246         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16247         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16248
16249 2004-01-05  Simon Josefsson  <jas@extundo.com>
16250
16251         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16252         New files.
16253
16254 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16255
16256         * gnus-group.el (gnus-no-groups-message): Update.
16257
16258         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16259
16260 2003-11-09  Simon Josefsson  <jas@extundo.com>
16261
16262         * imap.el: Support for ID IMAP extension (RFC 2971).
16263         (imap-local-variables): Add imap-id.
16264         (imap-id): New variable.
16265         (imap-id): New function.
16266         (imap-parse-response): Parse untagged ID response.
16267         * nnimap.el (nnimap-id): New variable.
16268         (nnimap-open-connection): Use it.
16269
16270 2003-12-28  Simon Josefsson  <jas@extundo.com>
16271
16272         * gnus-score.el (gnus-score-edit-all-score): New.
16273         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16274
16275 2004-01-04  Simon Josefsson  <jas@extundo.com>
16276
16277         * password.el: Add.
16278
16279 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16280
16281         * dns.el (dns-query-types): Fix typo.
16282         (dns-query-types): New function.
16283         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16284         PTR and SOA replies, see RFC 1035.
16285
16286 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16287
16288         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16289
16290         * Moved to Changelog.2.
16291
16292 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16293
16294         * gnus.el (gnus-version-number): Bump version.
16295
16296 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16297
16298         * gnus.el: No Gnus v0.1 is released.
16299
16300 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16301
16302         * gnus.el: No Gnus v0.0 is released.
16303
16304 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16305
16306         * gnus.el (gnus-version-number): Bump.
16307         (gnus-version): No.
16308
16309 See ChangeLog.2 for earlier changes.
16310
16311     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16312       Free Software Foundation, Inc.
16313
16314   This file is part of GNU Emacs.
16315
16316   GNU Emacs is free software: you can redistribute it and/or modify
16317   it under the terms of the GNU General Public License as published by
16318   the Free Software Foundation, either version 3 of the License, or
16319   (at your option) any later version.
16320
16321   GNU Emacs is distributed in the hope that it will be useful,
16322   but WITHOUT ANY WARRANTY; without even the implied warranty of
16323   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16324   GNU General Public License for more details.
16325
16326   You should have received a copy of the GNU General Public License
16327   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16328
16329 ;; Local Variables:
16330 ;; coding: utf-8
16331 ;; fill-column: 79
16332 ;; add-log-time-zone-rule: t
16333 ;; End: