Replace subst-char-in-region by subst-char-in-region
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-authenticator): New variable.
4         (nnimap-open-connection): Allow anonymous login.
5         (nnimap-transform-headers): The chars header is called Chars not
6         Bytes.
7
8         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9         patch, found by Knut Anders Hatlen.
10
11 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
12
13         * gnus-agent.el (gnus-agent-batch-confirmation)
14         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
15         to gnus-message.
16         * gnus-art.el (gnus-article-describe-briefly): Likewise.
17         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
18         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
19         * gnus-int.el (gnus-open-server): Likewise.
20         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
21         (gnus-score-check-syntax): Likewise.
22         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
23         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
24         Likewise.
25         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
26
27 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
30         calling conventions so that prefetch doesn't bug out.
31
32 2010-09-19  Julien Danjou  <julien@danjou.info>
33
34         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
35         rather than `subst-char-in-region' in order to be able to replace ASCII
36         char by UTF-8 ones.
37
38         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
39         than curl.
40         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
41         the right URL and ALT text on images.
42         (gnus-html-wash-tags): Fix tag case.
43         Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
44         (gnus-article-html): Add -o display_ins_del=2 option.
45         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
46
47 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
50         the extra mail headers, which sometimes seem to happen for unknown
51         reasons.
52
53         * mail-parse.el (mail-header-encode-parameter): Define as
54         rfc2045-encode-string instead of as rfc2231-encode-string, since some
55         (or most, perhaps?) mail readers don't understand the latter, but do
56         understand the former.
57
58         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
59         to nil, so that no methods are automatically agentized.  I think this
60         is probably what most users want.
61
62         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
63         from url-retrieve, for instance about invalid URLs.
64
65         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
66         groups that have no articles.
67         (nnimap-request-article): Check that we really got an article when we
68         requested one.
69
70         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
71         doesn't exist.
72
73         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
74         nntp buffer so the agent can save it.
75         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
76         that CRLF doesn't get translated to \n.
77         (nnimap-open-connection): Don't make 'shell commands only send \n.
78
79 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
80
81         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
82         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
83         Update var name.
84         (nnml-generate-nov-file): Use dolist.
85         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
86         Use with-current-buffer.
87
88 2010-09-18  Julien Danjou  <julien@danjou.info>
89
90         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
91         parallel.
92
93 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * nnimap.el (nnimap-update-info): When doing partial marks update, get
96         the range update right.
97         (nnimap-request-group): Don't make `M-g' bug out on group with no
98         marks.
99         (nnoo): Required, so that other packages can require nnimap.
100         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
101         command we're looking for.  This helps when the server sends more
102         responses after we've gotten everything we expected.
103         (nnimap): Add a `newlinep' field to keep track of end-of-line
104         conventions.
105         Don't send CRLF to things that don't want it.
106         (nnimap-request-accept-article): Ditto.
107
108 2010-09-18  Julien Danjou  <julien@danjou.info>
109
110         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
111         than curl to retrieve images.
112
113 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * nnimap.el (nnimap-update-info): Extend the info so that we can set
116         the marks.
117         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
118         (nnimap-wait-for-connection): New function.
119         (nnimap-open-connection): If we have PREAUTH, don't query for login
120         credentials.
121         (nnimap-update-info): Fix off-by-one error when concatenating ranges
122         when doing a partial update.
123
124 2010-09-18  Julien Danjou  <julien@danjou.info>
125
126         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
127         tags.
128
129 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * nnimap.el (nnimap-credentials): New function.
132         (nnimap-open-connection): Use the new function to look for credentials
133         also on the numeric equivalents of "imap" and "imaps".
134
135         * gnus-start.el (gnus-activate-group): Send the info to
136         gnus-request-group.
137
138         * nnimap.el (nnimap-request-group): Have the "check" version of the
139         function parse flags and update the info, so that a `M-g' get a total
140         resync of all flags from the group.
141
142         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
143         to allow backends to alter the info on group selection.  Also alter all
144         the backend -request-group functions to take the parameter.
145
146         * nnimap.el (nnimap-store-info): New function.
147         (nnimap-update-info): Store the info for later usage.
148         (nnimap-request-group): Use the stored info for the dont-check case, so
149         that we don't retrieve all marks when we enter a group.
150
151         * nnimap.el: Use deffoo instead of defun for interface functions.
152
153         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
154         update the group info.  This makes the nndraft groups, for instance, go
155         back to their old behaviour.
156
157         * gnus-sum.el (gnus-select-newsgroup): Indent.
158
159         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
160         in.
161         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
162         nothing.
163
164         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
165         from methods that are denied.
166
167         * gnus-int.el (gnus-method-denied-p): New function.
168
169         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
170         store the password instead of netrc.
171         (nnimap-open-connection): Don't error out when we can't make a
172         connections.
173
174         * auth-source.el (auth-source-create): In the password prompt, say what
175         we're querying for.  Also prompt for user name if that hasn't been
176         given.
177
178         * nnimap.el (nnimap-with-process-buffer): Removed.
179
180 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
183         method when we're reading from the agent.
184
185         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
186
187         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
188         that's probably most useful for users.
189
190         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
191         "failed" all the time.
192
193         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
194         ...)) with (with-current-buffer ... ).
195
196         * nntp.el (nntp-open-server): Return whether the open was successful or
197         not.
198
199         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
200         select an unread unseen article first.
201
202         * nnimap.el (nnimap-open-connection): If the user doesn't have a
203         /etc/services, supply some sensible port defaults.
204
205         * dgnushack.el: Define netrc-credentials.
206
207 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
208
209         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
210
211 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
212
213         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
214         doesn't have any parameters.
215
216 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
219         only upcased checks.
220
221         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
222
223         * nnimap.el (nnimap-open-shell-stream): New function.
224         (nnimap-open-connection): Use it.
225         (nnimap-transform-headers): Get the number of lines in each message.
226         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
227         number of lines.
228         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
229         problem.
230
231         * utf7.el (utf7-encode): Autoload.
232
233         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
234         to allow the mail splitting to not return a default group.  This is
235         useful for nnimap, which will leave unmatched mail in the inbox.
236
237         * nnimap.el: Rewritten.
238
239         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
240         nnimap usage.
241
242         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
243         if the move is internal, so that nnimap can do fast internal moves.
244
245         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
246         data.
247         (gnus-read-active-for-groups): Support finishing the early retrieval of
248         data.
249
250         * gnus-range.el (gnus-range-nconcat): New function.
251
252         * gnus-int.el (gnus-finish-retrieve-group-infos)
253         (gnus-retrieve-group-data-early): New functions.
254
255 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
256
257         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
258         (nnrss-retrieve-groups):
259         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
260         (pop3-quit): Use with-current-buffer.
261
262 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
265         instead of nnheader-accept-process-output.
266
267         * dgnushack.el (dgnushack-compile): Add comment.
268
269         * lpath.el: No need to fbind propertize for XEmacs 21.4.
270
271         * gnus-html.el (gnus-html-schedule-image-fetching)
272         (gnus-html-prefetch-images): Replace process-kill-without-query by
273         gnus-set-process-query-on-exit-flag.
274
275 2010-09-16  Romain Francoise  <romain@orebokech.com>
276
277         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
278
279 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * gnus-registry.el (gnus-registry-install-shortcuts): The second
282         parameter to unintern is mandatory-ish in Emacs 24.
283
284         * gnus-html.el (gnus-html-schedule-image-fetching)
285         (gnus-html-prefetch-images): Check for curl before using it.
286
287         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
288         depend on curl, which isn't essential.
289
290         * imap.el: Revert back to version
291         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
292         seem problematic.
293
294 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
295
296         * gnus-registry.el (gnus-registry-install-shortcuts):
297         Explicitly pass `obarray' to `unintern' to avoid a warning.
298
299 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
302         change.
303
304         * nnrss.el (nnrss-request-list): Removed this function and related
305         functions, including the moreover stuff.
306
307 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * nnrss.el (nnrss-retrieve-groups): New function.
310
311 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
312
313         * .dir-locals.el: Add no-byte-compile cookie.
314
315 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * time-date.el (format-seconds): Comment fix.
318
319         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
320         for back end that doesn't support request-scan.
321
322 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
325         then do request scans from the backends.
326
327         * netrc.el (netrc-credentials): New conveniency function.
328
329         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
330         avoid running a hook per line, since this takes a lot of time,
331         profiling shows.
332         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
333         directly if gnus-visual-p is true.
334
335 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
338         groups; replace mapcar with dolist which is a bit faster; pass groups
339         info to gnus-read-active-file-1.
340         (gnus-read-active-file-1): Scan only specified groups if the new
341         optional arg `infos' is given.
342
343 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
346
347         * pop3.el (pop3-movemail): Removed.
348         (pop3-streaming-movemail): Renamed to pop3-movemail.
349
350         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
351         don't restrict end-tag searches to the end of the line.
352
353 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
356         articles of every unchecked group to t, which means unknown since the
357         server has never been opened.
358
359 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-html.el (gnus-html-show-alt-text): New command.
362         (gnus-html-browse-image): Ditto.
363         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
364         to browse the image directly.
365         (gnus-html-wash-tags): Search for images first, so that <a><img> works
366         better.
367
368         * gnus-async.el (gnus-async-article-callback): Call
369         `gnus-html-prefetch-images' unconditionally.
370
371         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
372         before feeding URLs to curl.
373
374 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
377         internal images as deletable by `W D D'.
378
379         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
380         (gnus-async-article-callback): Fix typo.
381
382 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
385         current line to work around bugs in the output from w3m.
386
387         * gnus-async.el (gnus-async-article-callback): Always prefetch images
388         for groups that want that.
389
390         * nntp.el (nntp-wait-for-string): Supply a timeout for
391         accept-process-output to ensure progress.
392
393         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
394         level to get unread articles from, then use that for foreign groups,
395         too.
396
397         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
398         confuses the rest of the function.
399
400         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
401         for the methods that support -retrieve-groups, too.
402
403         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
404
405 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
408         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
409
410         * pop3.el: Require cl when compiling.
411         (pop3-number-of-responses): Search for "+OK", not "+OK ".
412
413 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
416         that aren't going to be activated.
417         (gnus-get-unread-articles): Fix up the last commit.
418
419         * gnus-html.el (gnus-article-html): Allow calling without specifying
420         the handle.  In that case, dissect the buffer first.
421
422         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
423
424         * nnimap.el (nnimap-open-connection): Revert the change that would look
425         into authinfo for imaps instead of imap.
426
427         * gnus-start.el (gnus-activate-group): Take an optional parameter to
428         say that you don't want to call gnus-request-group with don-check, but
429         do check the reponse.  This is for virtual groups only.
430         (gnus-get-unread-articles): Count the archive groups as secondary, so
431         that they're activated the same way as before.
432
433         * imap.el (imap-message-map): Removed optional buffer parameter, since
434         no callers use it.
435         (imap-message-get): Ditto.
436         (imap-message-put): Ditto.
437         (imap-mailbox-map): Ditto.
438         (imap-mailbox-put): Ditto.
439         (imap-mailbox-get): Ditto.
440         (imap-mailbox-get): Revert last change for this function.
441
442         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
443         case-insensitively.
444         (nnimap-debug): Removed.
445
446         * imap.el (imap-fetch-safe): Removed function, and altered all callers
447         to use `imap-fetch' instead.  According to the comments, this should be
448         safe, since all other IMAP clients use the 1:* syntax.
449         (imap-enable-exchange-bug-workaround): Removed.
450         (imap-debug): Removed -- doesn't seem very useful.
451
452         * mail-source.el (mail-source-fetch): Don't message if we're fetching
453         mail from a file, and the file doesn't exist.
454
455         * imap.el (imap-log): New convenience function used throughout instead
456         of repeating the same code all over the place.
457
458         * pop3.el (pop3-streaming-movemail): Return t for success.
459
460         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
461         .authinfo if we're using ssl connection.
462
463         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
464         already have if we're in a main Gnus `g' run.
465
466         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
467
468 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
471
472         * nnmh.el (nnmh-request-list-1): Bind `file'.
473
474         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
475         alias to set-process-query-on-exit-flag or process-kill-without-query.
476         (pop3-open-server): Use it.
477
478 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * mail-source.el (mail-source-delete-crash-box): Always move the crash
481         box to the Incoming file.  Fixes mistake in previous checkin.
482
483         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
484         request loop (for debugging purposes) removed.
485
486         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
487         culprit is more visible.
488         (nnml-save-incremental-nov, nnml-open-incremental-nov)
489         (nnml-add-incremental-nov): New functions to do "incremental" nov
490         updates, where we just append to the end of the existing nov files
491         without reading/writing them in full.
492
493         * mail-source.el (mail-source-delete-crash-box): Really only check the
494         incoming files once in a while.
495
496         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
497
498         * mail-source.el (mail-source-delete-crash-box): Only check the
499         incoming files for deletion once per day to save a lot of file
500         accesses.
501
502         * pop3.el (pop3-logon): Fix up unbound variable typo.
503
504         * mail-source.el (pop3-streaming-movemail): Autoload.
505
506         * pop3.el (pop3-streaming-movemail): Respect
507         pop3-leave-mail-on-server.
508
509         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
510         retrieval.
511
512         * pop3.el (pop3-process-filter): Removed unused function.
513         (pop3-streaming-movemail, pop3-send-streaming-command)
514         (pop3-wait-for-messages, pop3-write-to-file)
515         (pop3-number-of-responses): New functions for streaming pop3
516         retrieval.
517
518         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
519         come from no known methods.
520         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
521         list.
522
523         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
524         message sizes.
525         (pop3-movemail): Use erase-buffer instead of looping and deleting
526         regions, which seems rather odd.
527
528         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
529         file once per `g' run.
530
531         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
532         directories.  This makes the draft queue directory work.
533
534         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
535         data from the backends, so that we only request the list of groups from
536         each method once.  This should speed things up considerably.
537
538         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
539         detect that it's not implemented.
540
541         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
542         we actually do recurse down into the tree, but don't stat all leaf
543         nodes.
544
545         * gnus-html.el (gnus-html-show-images): If there are no images to show,
546         then say so instead of bugging out.
547
548         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
549         files exist before trying to read them.
550
551         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
552         around <pre_int>.
553
554         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
555
556         * nnmh.el (nnmh-request-list-1): Optimize for speed.
557
558 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * mm-util.el (mm-image-load-path): Just return the image directories,
561         not all directories in the path in addition to the image directories.
562         (mm-image-load-path): Maintain a cache of the image directories so that
563         the `g' command in Gnus doesn't have to stat dozens of directories each
564         time.
565
566         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
567         (gnus-html-wash-tags): Add a new `i' command to insert images.
568         (gnus-html-insert-image): New command and keystroke.
569         (gnus-html-redisplay-with-images): New command and keystroke.
570         (gnus-html-show-images): Renamed command.
571         (gnus-html-wash-tags): Remove more white space before <pre_int> image
572         spacers.
573         (gnus-html-wash-tags): Decode entities at the end, so that entities
574         inside the tags don't mess up the rest of the "parsing".
575
576         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
577         so that nnimap methods aren't agentized by default.  There's apparently
578         many problems related to agent/imap behaviour.
579
580         * gnus-art.el (gnus-article-copy-string): New command and key binding.
581
582         * gnus-html.el: Doc fix.
583
584 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
587         specifier-spec-list for Emacs 21.
588
589         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
590         glyph-width and glyph-height instead of display-graphic-p and
591         image-size; make avoidance of displaying small images work for XEmacs.
592
593         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
594         for XEmacs.
595
596         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
597         of symbol that holds plist data.
598         (gnus-process-plist): Remove plist of process after getting it.
599
600 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * message.el (message-generate-hashcash): Change default to
603         'opportunistic if hashcash is installed.
604
605         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
606         (gnus-html-put-image): Only call image-size once, since it's somewhat
607         time-consuming on remote X servers.
608
609 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
612         type on data, not a file name.
613
614         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
615         window-pixel-edges for Emacs 21.
616
617         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
618         decoded contents.
619         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
620
621 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
624         group line format, since it isn't very interesting.
625
626         * gnus-agent.el (gnus-agent-short-article),
627         (gnus-agent-long-article): Increase values for these two variables,
628         since most people are likely to have more network connection and
629         storage than before.
630
631         * gnus.el (gnus-refer-article-method): Change default to 'current.
632         When referring an article, the common behaviour is to refer it from the
633         current select method, not the native select method.  The chances of
634         the native select method having the message in question is rather slim
635         these days.
636
637         * gnus-sum.el (gnus-auto-select-subject): Change default to
638         `unseen-or-unread'.  I think it's likely that most people want to
639         select an unseen article over a previously seen, but unread one.
640
641         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
642         means that in the article buffer none of the minor mode elements will
643         be shown, usually, and this is not desirable in most cases.
644
645         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
646         that commands like `d' (and the like) go to the next line in the
647         buffer, instead of the next unread article.  I think this is the
648         behaviour that is most natural for most users.
649         (gnus-single-article-buffer): Change default to nil, so that people can
650         have as many article buffers open as they have summary buffer.  I think
651         this is the most natural way for the groups to behave.
652
653         * message.el (message-generate-new-buffers): Change default to
654         `unsent', so that all new message buffers start their names with the
655         string "*unsent", and it's easier to find the buffers if you move from
656         them.
657
658 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
661         small. They're probably tracking images.
662         (gnus-html-wash-tags): Remove all <pre_int> place holders.
663         (gnus-html-rescale-image): Yet another try at getting the image sizing
664         right.
665
666         * nntp.el (nntp-request-set-mark): Refuse to do marks if
667         nntp-marks-file-name is nil.
668
669 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
670
671         * gnus-html.el (gnus-html-wash-tags)
672         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
673         Better logging.
674
675 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
678
679         * gnus-html.el (gnus-html-wash-tags): Check the value of
680         gnus-blocked-images in the summary buffer.
681
682 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
685
686 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
689         like "a", it seems like.
690         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
691         since it needs to be picked from the correct buffer.
692
693         * nnwfm.el: Removed.
694
695         * nnlistserv.el: Removed.
696
697 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
698
699         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
700         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
701
702 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
703
704         * nnkiboze.el: Removed.
705
706         * nndb.el: Removed.
707
708         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
709         alt text.
710         (gnus-html-rescale-image): Try to get the rescaling logic right for
711         images that are just wide and not tall.
712
713         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
714         overshadow variable bindings.
715
716 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
717
718         * gnus-html.el (gnus-html-wash-tags)
719         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
720         extra logging.
721
722 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
725         (gnus-max-image-proportion): New variable.
726         (gnus-html-rescale-image): New function.
727         (gnus-html-put-image): Rescale images.
728
729 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
730
731         Fix up some byte-compiler warnings.
732         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
733         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
734         (gnus-article-fill-cited-article, gnus-article-hide-citation)
735         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
736         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
737         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
738         (gnus-group-update-group): Use save-excursion and with-current-buffer.
739
740 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * gnus-html.el (gnus-article-html): Decode contents by charset.
743
744 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
747         (gnus-html-frame-width, gnus-blocked-images)
748         * message.el (message-prune-recipient-rules): Add custom version.
749         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
750
751         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
752         functions.
753
754         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
755         gnus-process-get.
756
757 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
758
759         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
760         instead of lsub directly.
761
762 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * nnwarchive.el: Removed.
765
766         * gnus-soup.el: Removed.
767
768         * nnsoup.el: Removed.
769
770         * nnultimate.el: Removed.
771
772         * gnus-html.el (gnus-blocked-images): New variable.
773
774         * message.el (message-prune-recipients): New function.
775         (message-prune-recipient-rules): New variable.
776
777         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
778         guess whether a long line is natural text or not.
779
780         * gnus-html.el (gnus-html-schedule-image-fetching): Use
781         gnus-process-plist and friends for compatibility.
782
783 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
784
785         * gnus-html.el: Require packages that define macros used in this file.
786         (gnus-article-mouse-face): Declare to silence byte-compiler.
787         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
788         process-get.
789         (gnus-html-put-image): Use plist-get to avoid getf.
790         (gnus-html-prefetch-images): Use with-current-buffer.
791
792 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * gnus-ems.el: Provide compatibility functions for
795         gnus-set-process-plist.
796
797         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
798         header-line-format for XEmacs 21.4.
799
800         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
801         * gnus.el (gnus-valid-select-methods)
802         * message.el (message-send-mail-partially-limit)
803         * mm-decode.el (mm-text-html-renderer)
804         * mml.el (mml-insert-mime-headers-always)
805         * smiley.el (smiley-regexp-alist): Bump custom version.
806
807 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-html.el: require mm-url.
810         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
811         with the url to `url'.
812         (gnus-html-wash-tags): Support cid: URLs/images.
813
814 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
817         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
818         bindings, as they aren't useful at all. `w' is moved to `W w'.
819
820         * gnus-move.el: Removed file, since it doesn't really work.
821
822         * gnus-html.el (gnus-article-html): Tell w3m that the input is
823         UTF-8. This seems to fix problems with some German web feeds.
824
825         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
826         at the top so that the proper colours are applied.
827
828         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
829         don't have dots in their names.
830
831         * gnus-art.el (gnus-article-view-part): Doc fix.
832
833         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
834         XEmacs-compatible.
835         (gnus-html-put-image): Don't do images on non-graphic displays.
836
837         * nnslashdot.el: Removed this unused backend.
838
839         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
840         actions.
841         (gnus-undo-register-1): Revert last change.
842
843         * gnus-group.el (gnus-group-completing-read): Protect against not
844         having completion-styles bound.
845
846         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
847         make broken recipients happier.
848
849         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
850
851         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
852         point parameter.
853
854         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
855
856         * gnus-group.el (gnus-group-completing-read): Add 'substring to
857         completion-styles for group selection.
858
859 2009-02-04  Andreas Schwab  <schwab@suse.de>
860
861         * gnus-score.el (gnus-score-string): Fix regex for matching extra
862         headers and regexp-quote the match if necessary.
863
864 2009-03-24  Miles Bader  <miles@gnu.org>
865
866         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
867         the blinking smiley.
868
869 2009-03-24  Simon Josefsson  <simon@josefsson.org>
870
871         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
872         blink smiley.
873
874 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
877         where the dribbel file lives exists.
878
879         * message.el (message-send-mail-partially-limit): Change the default to
880         nil, since most people don't want this.
881
882         * mm-url.el (mm-url-decode-entities): Also decode entities like
883         &#x3212.
884
885 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
886
887         * gnus-sum.el (gnus-summary-idna-message):
888         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
889         Hyperlink urls in docstrings with URL `...'.
890
891 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
892
893         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
894         functions.
895
896 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
899         say what the mouseover text should be.
900
901         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
902         version of the mm-w3m-safe-url-regexp variable to only download images
903         in the groups where we want that to happen.
904
905         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
906
907         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
908         easier debugging.
909         (gnus-article-beginning-of-window): Add kludge to allow spacing past
910         big pictures in the article buffer.
911
912         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
913         gnus-article-html.
914         (mm-text-html-renderer): gnus-article-html needs curl in addition to
915         w3m.
916
917         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
918
919 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
922         which doesn't exist.
923
924         * message.el (message-inhibit-ecomplete): New variable to allow some
925         function to inhibit ecomplete address storage.
926         (message-resend): Disable ecomplete message storage when resending
927         messages.
928
929         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
930
931 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
934         Save excursion while copying, moving, and deleting articles in order to
935         prevent the cursor from jumping to unforeseen place.
936
937 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * lpath.el: No need to bind bookmark-current-buffer,
940         bookmark-yank-point and bookmark-make-record-function.
941
942 2010-08-17  Glenn Morris  <rgm@gnu.org>
943
944         * gnus-sync.el: Require gnus components whose functions are used.
945
946         * gnus-art.el (bookmark-make-record-function):
947         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
948         Declare for compiler.
949
950         * mm-url.el (mml-compute-boundary): Autoload.
951
952 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
955
956 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
957
958         Typo fix "hoo4a" -> "hook".
959
960         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
961
962 2010-08-14  Glenn Morris  <rgm@gnu.org>
963
964         * gnus-sync.el (gnus-sync): Fix defgroup version.
965
966 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         Doc fixes and keep unknown groups (ammended for nunion bug fix).
969
970         * gnus-sync.el: Fix docs.
971         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
972         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
973
974 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         Optimizations for gnus-sync.el.
977
978         * gnus-sync.el: Add docs about gnus-sync-backend
979         possibilities.
980         (gnus-sync-save): Remove unnecessary message.
981         (gnus-sync-read): Optimize and show what groups were skipped.
982
983 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
984
985         Minor bug fixes for gnus-sync.el.
986
987         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
988         read the sync on get-new-news.
989
990         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
991         quiet.
992
993         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
994
995 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
996
997         Make saving and restoring of hidden threads work with overlays.
998         Patch applied by Ted Zlatanov.
999
1000         * gnus-sum.el (gnus-hidden-threads-configuration)
1001         (gnus-restore-hidden-threads-configuration): Update to deal with text
1002         properties, rather than searching for a magic character.
1003
1004 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1005
1006         New gnus-sync.el library for synchronization of marks.
1007
1008         * gnus-sync.el: New library for synchronization of marks.
1009
1010         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1011         renamed from `gnus-registry-grep-in-list'.
1012
1013         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1014
1015         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1016
1017 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1020         determining charset of text fails.
1021
1022 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * nnmail.el (nnmail-get-new-mail-1): Revert.
1025
1026         * nnml.el (nnml-active-number): Make sure names of newly created groups
1027         in nnml-group-alist are encoded.
1028
1029 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1032         containing non-ASCII characters in active file for nnml back end.
1033
1034 2010-07-24  David Engster  <dengste@eml.cc>
1035
1036         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1037         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1038
1039 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1040
1041         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1042         tag (Bug#6654).
1043
1044 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1047         the article buffer, not the summary buffer.
1048
1049 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1052         Emacs 23 as well.
1053
1054 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1057         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1058
1059 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1060
1061         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1062         Patch applied by Karl Fogel.
1063
1064         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1065         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1066
1067 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1068
1069         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1070         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1071         C-w still not working correctly from Article buffers; Thierry's
1072         patch to fix that will be applied after this.
1073
1074         * gnus-art.el (bookmark-make-record-function): New local variable.
1075
1076         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1077         article buffer.
1078         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1079
1080 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1081
1082         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1083         on changes in bookmark.el.
1084
1085 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1088         `no-log' instead of message not to log prompt string.
1089
1090 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1091
1092         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1093         the *other* type of HTML form submission.
1094
1095 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1096
1097         * auth-source.el (auth-source-pick): If choice does not contain a
1098         questioned keyword, set the check to t.
1099
1100 2010-06-12  Romain Francoise  <romain@orebokech.com>
1101
1102         * gnus-util.el (gnus-date-get-time): Move up before first use.
1103
1104 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1107         (gnus-article-edit-part): Bind it to make last part that is substituted
1108         or deleted visible.
1109         (gnus-mime-display-single): Buttonize part of which id equals to
1110         gnus-mime-buttonized-part-id.
1111
1112 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1113
1114         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1115         (gnus-dd-mmm): Use gnus-date-get-time.
1116         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1117         simplify logic.
1118         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1119         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1120
1121 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1122
1123         * auth-source.el (top): Autoload `secrets-list-collections',
1124         `secrets-create-item', `secrets-delete-item'.
1125         (auth-sources): Fix tag string.
1126         (auth-get-source, auth-source-retrieve, auth-source-create)
1127         (auth-source-delete): New defuns.
1128         (auth-source-pick): Rewrite in order to avoid 2 passes.
1129         (auth-source-forget-user-or-password): New parameter USERNAME.
1130         (auth-source-user-or-password): New parameters CREATE-MISSING and
1131         DELETE-EXISTING.  Retrieve password interactively, if needed.
1132
1133 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1134
1135         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1136         deleting unused directories when gnus-expert-user is t.
1137
1138 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1141         for each temp file when gnus-article-browse-delete-temp is ask.
1142
1143 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1144
1145         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1146         Lisp calls to delete-backward-char by calls to delete-char.
1147
1148 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1149
1150         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1151
1152 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1153
1154         * password-cache.el (password-cache-remove): Fix docstring.
1155
1156 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1159         article unless decoding article to be saved.
1160
1161 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1164         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1165         generated within the mm-with-unibyte-current-buffer macro.
1166
1167 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1170         to nil when we're in a mml-preview buffer and no group is selected.
1171
1172 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1173
1174         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1175         when catching the `C-g'.  Reported by "Leo".
1176
1177 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * message.el (message-forward-make-body-plain)
1180         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1181         multibyte-string-p.
1182
1183         * lpath.el: Revert.
1184
1185 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * message.el (message-forward-make-body-mml): Assume original message
1188         is multibyte string; error on unibyte.
1189         (message-forward-make-body-plain): Ditto; don't add excessive newline
1190         in body end.
1191
1192         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1193
1194 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1195
1196         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1197         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1198
1199 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * mm-extern.el (mm-extern-url): Don't use
1202         mm-with-unibyte-current-buffer.
1203         (mm-extern-cache-contents): Use with-current-buffer instead of
1204         save-excursion + set-buffer.
1205
1206 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * mm-util.el (mm-emacs-mule): Remove.
1209
1210 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1211
1212         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1213         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1214         change.
1215
1216 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1219         bind the default value of enable-multibyte-characters to nil.
1220
1221 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * message.el (message-forward-make-body-plain)
1224         (message-forward-make-body-mml):
1225         Don't use mm-with-unibyte-current-buffer.
1226
1227 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1228
1229         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1230
1231 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1232
1233         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1234         (Bug#5592).
1235
1236 2010-05-07  Julien Danjou  <julien@danjou.info>
1237
1238         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1239         it to mm-pipe-part.
1240
1241         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1242         it is given.
1243
1244 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * binhex.el (binhex-decode-region-internal)
1247         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1248         (dns-query)
1249         * nnweb.el (nnweb-gmane-search)
1250         * pgg-parse.el (pgg-parse-armor)
1251         * pgg.el (pgg-verify-region)
1252         * sha1.el (sha1-string-external)
1253         * uudecode.el (uudecode-decode-region-internal)
1254         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1255         XEmacs.
1256
1257         * gnus-art.el (gnus-article-browse-html-parts)
1258         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1259         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1260         make-temp-file.
1261
1262         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1263         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1264         compiling.
1265
1266         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1267         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1268         XEmacs when compiling.
1269
1270         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1271         gnus-pick-mode-off-hook for XEmacs when compiling.
1272         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1273         gnus-binary-mode-off-hook for XEmacs when compiling.
1274
1275         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1276         nil if char-charset is not available.
1277
1278         * imap.el (imap-disable-multibyte)
1279         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1280         macros.
1281
1282         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1283         instead of encode-coding-string.
1284
1285         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1286         'xemacs) instead of mm-emacs-mule to switch function definitions.
1287         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1288
1289         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1290         bind temporary-file-directory for XEmacs;
1291         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1292         timer-set-function for XEmacs 21.4 and SXEmacs;
1293         bind timer-list for XEmacs 21.4 and SXEmacs;
1294         fbind char-charset and find-charset-region for non-Mule XEmacs;
1295         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1296         encode-coding-region and encode-coding-string for XEmacs having no
1297         file-coding feature.
1298
1299 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1300
1301         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1302
1303 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1306         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1307
1308 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1309
1310         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1311         alias `jka-compr-delete-temp-file' no longer exists.
1312
1313 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1314
1315         Use define-minor-mode in Gnus where applicable.
1316         * mml.el (mml-mode): Use define-minor-mode.
1317         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1318         (gnus-undo-mode): Use define-minor-mode.
1319         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1320         (gnus-dead-summary-mode): Use define-minor-mode.
1321         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1322         Initialize in declaration.
1323         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1324         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1325         (gnus-mailing-list-mode): Use define-minor-mode.
1326         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1327         (gnus-draft-mode): Use define-minor-mode.
1328         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1329         (gnus-dired-mode): Use define-minor-mode.
1330
1331 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1332
1333         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1334         handles on recursive mml-to-mime translation and check them for
1335         boundary delimiter collisions.  Reported by Greg Troxel.
1336
1337 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1340
1341 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1342
1343         * mm-util.el (mm-find-buffer-file-coding-system):
1344         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1345
1346 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1347
1348         * message.el (message-generate-headers): Record insertion of optional
1349         headers as well.  Otherwise the check to prevent repeated insertion of
1350         optional headers is a no-op.
1351
1352 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1353
1354         * smime.el: Don't mention CVS.
1355
1356         * nnrss.el (nnrss-fetch): Don't mention CVS.
1357
1358         * nnir.el: Don't mention CVS.
1359
1360 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1361
1362         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1363
1364 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * lpath.el: Fbind bookmark-default-handler,
1367         bookmark-get-bookmark-record, bookmark-make-record-default,
1368         bookmark-prop-get for Emacs <23 and XEmacs.
1369
1370 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1371
1372         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1373         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1374         Use with-current-buffer to silence the byte-compiler.
1375         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1376         bother to require `gnus'.
1377         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1378
1379 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1380
1381         * gnus-sum.el (gnus-summary-bookmark-make-record)
1382         (gnus-summary-bookmark-jump): New functions.
1383         (gnus-summary-mode): Setup bookmark support.
1384
1385 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1386
1387         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1388         if set.
1389
1390 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1393         gnus-article-browse-html-save-cid-image; make it work recursively for
1394         forwarded messages as well.
1395         (gnus-article-browse-html-parts): Work when prefix arg is given.
1396         (gnus-article-browse-html-article): Doc fix.
1397
1398 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1399
1400         * message.el (message-default-mail-headers):
1401         (message-default-headers): Carry the value mail-default-headers over
1402         into message-default-mail-headers, rather than message-default-headers.
1403
1404 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1405
1406         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1407         charset.
1408
1409         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1410         charset into the <meta> tag when the article is encoded to utf-8.
1411
1412 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1415         directories as well.
1416         (gnus-article-browse-html-parts): Work for images that do not specify
1417         file names; delete temp directory when quitting; insert header at the
1418         right place; use file: scheme for image files.
1419
1420 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1421
1422         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1423         (gnus-article-browse-html-parts): Use it to make temporary cid image
1424         files in addition to html file so that browser may display them.
1425
1426 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1429
1430 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1433
1434 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1435
1436         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1437         about Secret Service API sources.  Improve Customize options.
1438         (auth-source-pick): Change to accept any number of search parameters.
1439         Implement fallbacks iteratively, not recursively.  Add scoring on the
1440         second pass and sort by score.  Call Secret Service API when needed.
1441         (auth-source-user-or-password): Use it.  Call Secret Service API
1442         directly when needed to get the user name and the password.
1443
1444 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1445
1446         * message.el (message-interactive): Doc fix.
1447         (message-qmail-inject-args): Reflow.
1448         (message-kill-to-signature): Fix typo in docstring.
1449
1450         * smiley.el (smiley-buffer): Fix typo in docstring.
1451
1452 2010-03-24  Glenn Morris  <rgm@gnu.org>
1453
1454         * mail-source.el (gnus-message): Declare.
1455         (mail-source-delete-old-incoming): Require gnus-util.
1456
1457 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1460
1461         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1462
1463         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1464         password-cache's default if it is not bound.
1465         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1466         password-cache-expiry's default if it is not bound.
1467
1468         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1469         available in Emacs 21.
1470
1471         * lpath.el: Suppress compiler warnings for:
1472         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1473         XEmacs;
1474         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1475         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1476         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1477
1478 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         * auth-source.el (auth-sources): Fix up definition so extra parameters
1481         are always inline.
1482
1483 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1484
1485         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1486         wasn't updated after mismatch.  Clear cached mailbox info correctly
1487         when uidvalidity changes.
1488         (nnimap-group-prefixed-name): New function to avoid some code
1489         duplication.
1490         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1491         (nnimap-request-group): Use it.
1492         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1493         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1494         with many imap folders.  This is done by caching the group status from
1495         the imap server persistently in a group parameter `imap-status'.  (This
1496         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1497         but not persistently, so every Gnus startup was still very slow.)
1498
1499 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1500
1501         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1502         delete the extra newline.  Otherwise editing of :string and :number
1503         types don't work.
1504
1505 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1506
1507         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1508         secrets.el dependency.
1509         (auth-sources): Add optional user name.  Add secrets.el configuration
1510         choice (unused right now).
1511
1512 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1513
1514         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1515         `gnus-registry-install-shortcuts' fill in the functions.
1516
1517         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1518         warnings.
1519         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1520         (gnus-registry-install-shortcuts): Populate and use it in a
1521         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1522
1523 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1524
1525         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1526         In-place substitutions for the group name encoding/decoding.
1527         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1528         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1529         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1530         (nnimap-update-unseen, nnimap-request-list)
1531         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1532         (nnimap-request-set-mark, nnimap-split-to-groups)
1533         (nnimap-split-articles, nnimap-request-newgroups)
1534         (nnimap-request-create-group, nnimap-request-accept-article)
1535         (nnimap-request-delete-group, nnimap-request-rename-group)
1536         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1537         `encoded-mbx' for consistency.
1538         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1539         variable `imap-current-mailbox'.
1540
1541         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1542         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1543
1544 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1545
1546         * pop3.el (pop3-display-message-size-flag): Display message size byte
1547         counts during POP3 download.
1548         (pop3-movemail): Use it.
1549         (pop3-list): Implement listing of available messages.
1550
1551 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1552
1553         * nnir.el (nnir-get-article-nov-override-function): New function to
1554         override the normal NOV retrieval.
1555         (nnir-retrieve-headers): Use it.
1556
1557 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1558
1559         * auth-source.el (netrc-machine-user-or-password): Autoload.
1560
1561 2010-03-19  Glenn Morris  <rgm@gnu.org>
1562
1563         Stop message.el from loading about 40 libraries it doesn't always need.
1564         The general approach is to autoload rather than require, and to
1565         require in the specific functions rather than the file.  (Bug#5642)
1566
1567         * gmm-utils.el: Don't require wid-edit.
1568         (widget-create-child-value, widget-convert, widget-default-get):
1569         Autoload.
1570
1571         * gnus-util.el: Don't require time-date, netrc.
1572         (message-fetch-field, gnus-group-name-decode): Declare rather than
1573         autoloading.
1574         (gnus-fetch-field): Require message.
1575         (gnus-decode-newsgroups): Require gnus-group.
1576
1577         * ietf-drums.el: Don't require time-date.
1578
1579         * message.el: Don't require hashcash, canlock, ecomplete.
1580         Do require mail-utils.  Require nnheader only when compiling.
1581         (smtpmail-default-smtp-server): Remove declaration.
1582         (message-send-mail-function): Check smtpmail-default-smtp-server
1583         is bound rather than requiring smtpmail.
1584         (message-auto-save-directory, message-insert-signature): Use
1585         expand-file-name rather than nnheader-concat.
1586         (nnheader-insert-file-contents): Autoload.
1587         (hashcash-wait-async): Declare.
1588         (message-send-mail): Only call gnus-setup-posting-charset if
1589         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1590         (message-send-mail-with-sendmail): Require sendmail.
1591         (canlock-password, canlock-password-for-verify): Declare.
1592         (message-canlock-password): Require canlock.
1593         (nnheader-get-report): Autoload.
1594         (gnus-setup-posting-charset): Declare.
1595         (message-send-news): Require gnus-msg.
1596         (message-make-references, message-make-in-reply-to): Use mail-header-id
1597         rather than the alias mail-header-message-id.
1598         (ecomplete-add-item, ecomplete-save): Declare.
1599         (message-put-addresses-in-ecomplete): Require ecomplete.
1600         (ecomplete-display-matches): Autoload.
1601
1602         * mm-decode.el: Don't require mailcap, gnus-util.
1603         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1604         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1605         Autoload.
1606         (mailcap-mime-extensions): Declare.
1607
1608         * mm-encode.el: Don't require mailcap.
1609         (mailcap-extension-to-mime): Autoload.
1610
1611         * mml-sec.el: Don't require password-cache.
1612
1613         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1614         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1615         (mml-minibuffer-read-type): Require mailcap.
1616         (mml-preview): Require gnus-msg.
1617
1618         * mml1991.el: Require password-cache.
1619         (password-cache-expiry): Remove declaration.
1620
1621         * mml2015.el: Require password-cache.
1622         (password-cache-expiry): Remove declaration.
1623
1624         * nneething.el (mailcap): Require mailcap.
1625
1626         * nnheader.el (declare-function): Add compatibility stub.
1627         (message-remove-header): Declare rather than autoload.
1628         (nnheader-replace-header): Require message.
1629
1630         * nnimap.el (declare-function): Add compatibility stub.
1631         (netrc-parse, netrc-machine-user-or-password): Declare.
1632         (nnimap-open-connection): Require netrc.
1633
1634         * nntp.el (declare-function): Add compatibility stub.
1635         (netrc-parse, netrc-machine, netrc-get): Declare.
1636         (nntp-send-authinfo): Require netrc.
1637
1638         * rfc2047.el: Don't require qp.
1639         (quoted-printable-encode-region, quoted-printable-decode-string):
1640         Autoload.
1641
1642         * sieve-mode.el: Don't require easymenu.
1643         (easy-menu-add-item): Autoload it.
1644
1645         * spam-stat.el (time-to-number-of-days): Autoload it.
1646
1647 2010-03-19  Glenn Morris  <rgm@gnu.org>
1648
1649         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1650
1651 2010-03-18  Glenn Morris  <rgm@gnu.org>
1652
1653         * hashcash.el (declare-function): Remove duplicate definition.
1654
1655 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1656
1657         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1658         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1659         value if any backslash escapes).
1660
1661 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1664         if it is available.  (bug#5647)
1665
1666         * lpath.el: Suppress compiler warning for coding-system-from-name for
1667         Emacs 21 and XEmacs.
1668
1669 2010-03-14  Juri Linkov  <juri@jurta.org>
1670
1671         * hmac-def.el:
1672         * hmac-md5.el:
1673         * netrc.el: Fix keywords.
1674
1675 2010-02-26  Glenn Morris  <rgm@gnu.org>
1676
1677         * message.el (message-send-mail-function): Change the default, so that
1678         it inherits from a customized send-mail-function.  (Bug#5643)
1679
1680 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1681
1682         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1683         shell-command-to-string signals an error (bug#5299).
1684
1685 2010-02-24  Glenn Morris  <rgm@gnu.org>
1686
1687         * message.el (message-smtpmail-send-it)
1688         (message-send-mail-with-mailclient): Doc fixes.
1689
1690 2010-02-16  Glenn Morris  <rgm@gnu.org>
1691
1692         * message.el (message-default-mail-headers): Change the default value
1693         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1694
1695 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1698         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1699
1700 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1701
1702         * time-date.el (date-to-time): Doc fix (Bug#5408).
1703
1704 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1705
1706         * message.el (message-mail): Just pass yank-action on to message-setup.
1707         (message-setup): Handle (FUN . ARGS) form of yank-action.
1708         (message-with-reply-buffer, message-widen-reply)
1709         (message-yank-original): Handle non-buffer values of
1710         message-reply-buffer (Bug#4080).
1711         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1712
1713 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1714
1715         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1716         Fix typo in docstring.
1717
1718 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1719
1720         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1721         response.
1722
1723 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1726
1727         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1728
1729         * message.el (message-check-news-header-syntax): Protect against a
1730         string that `rfc822-addresses' returns when parsing fails.
1731
1732 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1735         (gnus-previous-char-property-change): New functions.
1736
1737         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1738
1739 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1740
1741         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1742         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1743
1744 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1745
1746         * message.el (message-exchange-point-and-mark): Rework last change to
1747         avoid using optional arg of exchange-point-and-mark, for backward
1748         compatibility.
1749
1750 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1751
1752         * message.el (message-exchange-point-and-mark): Call
1753         exchange-point-and-mark with an argument rather than setting
1754         mark-active by hand (Bug#5175).
1755
1756 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * nntp.el (nntp-service-to-port): Work for service expressed with
1759         numeric string; replace [:digit:] with [0-9] for XEmacs.
1760
1761 2009-12-17  Glenn Morris  <rgm@gnu.org>
1762
1763         * gnus-group.el (gnus-bug-group-download-format-alist):
1764         Change emacs entry to debbugs.gnu.org.  Bump :version.
1765
1766 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1767
1768         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1769
1770 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1771
1772         * message.el (message-info): Explain why we use `Info-goto-node'.
1773
1774 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1777
1778 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1779
1780         * message.el (message-completion-in-region): New compatibility function.
1781         (message-expand-group): Use it.
1782
1783 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1786         with no unread article should be listed if the 2nd arg `predicate' is
1787         given.
1788
1789 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1792
1793 2009-11-29  Juri Linkov  <juri@jurta.org>
1794
1795         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1796         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1797         on `gnus-recenter'. (Bug#4698, Bug#4981)
1798
1799 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1800
1801         * sha1.el (sha1-string-external): default-directory "/" in case
1802         otherwise non-existent.  process-connection-type pipe for touch of
1803         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1804
1805 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1806
1807         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1808         it's comms related and sgml-mode.el has "comm" on that basis too.
1809
1810 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1813         containing tspecial characters if they have been already quoted.
1814
1815 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1816
1817         * dns-mode.el (auto-mode-alist): Purecopy string.
1818
1819 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1820
1821         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1822
1823 2009-10-24  Glenn Morris  <rgm@gnu.org>
1824
1825         * gnus-art.el (help-xref-stack-item): Define for compiler.
1826
1827 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1828
1829         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1830
1831 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1834
1835 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1838         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1839
1840 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1843         (gnus-overlays-in): New alias to overlays-in.
1844
1845         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1846         gnus-overlay-get, and gnus-delete-overlay.
1847         (gnus-summary-show-thread): Make it work as well for systems in which
1848         next-single-char-property-change is not available.
1849         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1850
1851         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1852         (gnus-overlay-get): New alias to extent-property.
1853         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1854
1855         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1856         SXEmacs.
1857
1858         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1859         SXEmacs.
1860
1861 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1862
1863         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1864
1865 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1866
1867         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1868         and XEmacs that don't have `remove-overlays'.
1869
1870 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1871
1872         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1873         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1874         selective display.  Use overlays instead.
1875
1876 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1877
1878         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1879
1880 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1881
1882         * spam-stat.el (spam-stat-load): Fix typo in message.
1883
1884 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1885
1886         * dig.el (dig-invoke): Fix typo in docstring.
1887         (query-dig): Reflow docstring.
1888
1889 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1890
1891         * gnus-art.el (gnus-article-encrypt-body):
1892         * message.el (message-check-recipients):
1893         * mm-util.el (mm-codepage-setup):
1894         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1895         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1896
1897 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1898
1899         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1900         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1901         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1902         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1903         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1904
1905 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1906
1907         * dig.el: Add "Keywords: comm", as per net-utils.el.
1908
1909 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1910
1911         * dig.el (dig-mode): Use define-derived-mode.
1912
1913 2009-09-19  Glenn Morris  <rgm@gnu.org>
1914
1915         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1916
1917 2009-09-18  Glenn Morris  <rgm@gnu.org>
1918
1919         * gnus-diary.el (gnus-diary-check-message):
1920         * message.el (message-insert-formatted-citation-line):
1921         * nnbabyl.el (top-level):
1922         * nndiary.el (nndiary-schedule):
1923         Fix typos in condition-case handlers.
1924
1925 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1928         configuration that provides the sole article window in a frame;
1929         position point correctly after deleting a part.
1930
1931 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1932
1933         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1934         (spam-resolve-registrations-routine): Use it to unregister articles
1935         that change status.
1936
1937 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1940         with XEmacs.
1941         (parse-time-string-chars): Use it.
1942
1943 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1944
1945         * imap.el (imap-interactive-login): Better messages.
1946         (imap-open): Fix bug with renamed buffer on reconnect.
1947         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1948         for easier debugging and cleaner code.  On successful (guessed based on
1949         server capabilities) secondary authentication, set imap-state
1950         correctly.
1951         (imap-last-authenticator): Define imap-last-authenticator as a variable
1952         to avoid warnings.
1953
1954 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * nnrss.el (nnrss-request-article): Remove binding of
1957         default-enable-multibyte-characters that has gotten needless by
1958         the 2007-07-13 change in rfc2047-encode-message-header.
1959
1960         * mml.el (mml-insert-multipart): Error on the message header.
1961         (mml-insert-part): Error on the message header; position point at
1962         the end of a MIME tag.
1963
1964 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * time-date.el (autoload): Expand define-obsolete-function-alias into
1967         defalias and make-obsolete for old Emacsen that Gnus supports.
1968         (with-no-warnings): Define it for old Emacsen.
1969         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1970         is available.
1971         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1972         float-time is available; suppress compile warning for time-to-seconds.
1973
1974         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1975         (gnus-float-time): Alias to float-time if it exists.
1976
1977         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1978         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1979         float-time is available; suppress compile warning for time-to-seconds.
1980
1981         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1982         XEmacs.
1983
1984 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1985
1986         * imap.el (imap-message-map): Docstring fix.
1987
1988 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1991         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1992         Add the optional argument `encoding' that overrides the default.
1993
1994         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1995         mm-encode-buffer.
1996
1997 2009-09-04  Glenn Morris  <rgm@gnu.org>
1998
1999         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2000         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2001         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2002         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2003         * mm-util.el (mm-with-unibyte-current-buffer)
2004         (mm-find-buffer-file-coding-system):
2005         * yenc.el (yenc-decode-region): Use default-value rather than
2006         default-enable-multibyte-characters.
2007
2008 2009-09-03  Glenn Morris  <rgm@gnu.org>
2009
2010         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2011         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2012         than default-enable-multibyte-characters.
2013
2014 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2015
2016         * gnus-art.el (gnus-article-read-summary-keys):
2017         Fix gnus-buffer-configuration's value temporarily used.
2018
2019 2009-09-02  Glenn Morris  <rgm@gnu.org>
2020
2021         * gnus-util.el (gnus-float-time): New function.
2022         * gnus-delay.el (gnus-delay-article):
2023         * gnus-sum.el (gnus-thread-latest-date):
2024         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2025         * nnspool.el (nnspool-request-newgroups):
2026         Use gnus-float-time rather than time-to-seconds.
2027         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2028
2029         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2030         (gnus-header-subject-face, gnus-header-newsgroups-face)
2031         (gnus-header-name-face, gnus-header-content-face):
2032         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2033         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2034         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2035         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2036         (gnus-cite-face-11):
2037         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2038         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2039         (gnus-server-closed-face, gnus-server-denied-face)
2040         (gnus-server-offline-face):
2041         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2042         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2043         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2044         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2045         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2046         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2047         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2048         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2049         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2050         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2051         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2052         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2053         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2054         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2055         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2056         (gnus-summary-high-undownloaded-face)
2057         (gnus-summary-low-undownloaded-face)
2058         (gnus-summary-normal-undownloaded-face)
2059         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2060         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2061         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2062         (gnus-splash-face):
2063         * message.el (message-header-to-face, message-header-cc-face)
2064         (message-header-subject-face, message-header-newsgroups-face)
2065         (message-header-other-face, message-header-name-face)
2066         (message-header-xheader-face, message-separator-face)
2067         (message-cited-text-face, message-mml-face):
2068         * sieve-mode.el (sieve-control-commands-face)
2069         (sieve-action-commands-face, sieve-test-commands-face)
2070         (sieve-tagged-arguments-face):
2071         * spam.el (spam-face):
2072         Mark face aliases with "-face" in the name as obsolete.
2073
2074 2009-09-01  Glenn Morris  <rgm@gnu.org>
2075
2076         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2077         than goto-line.
2078
2079 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2082         Don't move point if the command is invoked inside the message header.
2083
2084 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2085
2086         * imap.el (imap-send-command): Simplify.
2087         (imap-wait-for-tag): point-max -> buffer-size.
2088
2089 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2090
2091         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2092         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2093         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2094         * nnir.el (nnir-swish-e-index-file):
2095         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2096         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2097         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2098         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2099         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2100         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2101
2102 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2105         Don't save excursion.
2106
2107 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2108
2109         * nnheader.el (nnheader-find-file-noselect):
2110         * mm-util.el (mm-insert-file-contents):
2111         Use (default-value 'major-mode) instead of default-major-mode.
2112
2113 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2114
2115         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2116
2117 2009-08-26  Glenn Morris  <rgm@gnu.org>
2118
2119         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2120         than placing in files.el.
2121
2122 2009-08-25  Glenn Morris  <rgm@gnu.org>
2123
2124         * nnir.el (top-level): Don't require cl at run-time.
2125         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2126         Replace cl-function substitute with gnus-replace-in-string.
2127         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2128         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2129         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2130         simplified expansions.
2131
2132 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2133
2134         * dig.el (dig): Add autoload cookie.
2135
2136 2009-08-22  Glenn Morris  <rgm@gnu.org>
2137
2138         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2139         goto-line.
2140
2141 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2142
2143         * parse-time.el (parse-time-string-chars): Save match data.
2144
2145 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2146
2147         * parse-time.el (parse-time-string-chars): Compute using character
2148         classes, to handle non-ascii characters (Bug#3190).
2149
2150 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2153
2154         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2155         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2156         (gnus-mm-display-part, gnus-mime-display-single)
2157         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2158         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2159
2160         * gnus-sum.el
2161         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2162         (gnus-summary-move-article): Add expirable mark to articles copied or
2163         moved to group that has auto-expire turned on if the option is non-nil.
2164
2165 2009-07-24  Glenn Morris  <rgm@gnu.org>
2166
2167         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2168         Fix typo.  (Bug#3903)
2169
2170 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2171
2172         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2173         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2174         that should not be used for draft articles.
2175         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2176         that has no concern in minor mode keys.
2177         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2178         Abolish.
2179
2180 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2183         article without making inquiry to a user for unknown encoding.
2184
2185         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2186         (nnmaildir--scan): Assume i-node and device number that file-attributes
2187         returns might be cons-cell.
2188
2189         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2190
2191         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2192
2193 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * auth-source.el: Remove docs now in auth.texi.  Don't use
2196         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2197         `auth-source-hide-passwords' and use them.
2198
2199 2009-07-15  Glenn Morris  <rgm@gnu.org>
2200
2201         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2202
2203 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2206         excessive whitespace from the default values of title and description.
2207
2208 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2211         mail-fetch-field to fetch Content-Description header in order to
2212         exclude newlines.
2213
2214 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2215
2216         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2217         format used by GnuPG 2.0.11.
2218
2219 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2222         to deleted part.
2223
2224 2009-05-30  David Engster  <dengste@eml.cc>
2225
2226         * nnmairix.el: Remove old documentation in the commentary block.
2227         (nnmairix-request-group): Do not update active file for nnml back ends.
2228         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2229         end so that overview files are ignored.
2230         (nnmairix-update-groups): Make updating the groups more robust by using
2231         marks.
2232         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2233         with dollar characters in message-id.
2234
2235 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2236
2237         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2238         2008-12-25 in dns.el.
2239
2240 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2241
2242         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2243         could happen if the text is only composed of spaces and/or tabs.
2244
2245 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2246
2247         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2248         when sending a queued message to avoid extra mml tags.
2249
2250 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2253
2254 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2257         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2258         rmail-toggle-header for XEmacs;
2259         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2260
2261 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-dired.el: Remove autoload for gnus-setup-message.
2264         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2265         displaying Gnus logo; always use compose-mail.
2266
2267 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2270
2271 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2274         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2275         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2276         available.
2277         (gnus-nocem-epg-verify): New function.
2278
2279 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2280
2281         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2282
2283 2009-02-15  Glenn Morris  <rgm@gnu.org>
2284
2285         * gnus-util.el (rmail-insert-rmail-file-header)
2286         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2287         autoloads.
2288         (rmail-default-rmail-file): Remove unnecessary declaration.
2289         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2290
2291 2009-02-14  Glenn Morris  <rgm@gnu.org>
2292
2293         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2294         variable (only used in gnus-util, which declares it anyway).
2295         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2296         which was only needed by gnus-art (changed to not use it any more).
2297         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2298         only used in gnus-util, which autoloads it itself.
2299         (rmail-update-summary): Fix autoload.
2300
2301         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2302         rather than rmail-output-to-rmail-file.
2303
2304 2009-02-07  Glenn Morris  <rgm@gnu.org>
2305
2306         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2307         autoload of function that no longer exists.
2308         (rmail-toggle-header): Declare.
2309         (message-forward-rmail-make-body): Handle mbox Rmail.
2310
2311 2009-01-31  Glenn Morris  <rgm@gnu.org>
2312
2313         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2314         2009-01-09 change.
2315
2316 2009-01-31  Dave Love  <fx@gnu.org>
2317
2318         * imap.el (imap-fetch-safe): Bind debug-on-error.
2319         (imap-debug): Add imap-fetch-safe.
2320
2321 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2322
2323         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2324         (auth-source-forget-all-cached): New convenience function.
2325         (auth-source-user-or-password): Accept list of modes or a single mode.
2326
2327         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2328         auth-source modes.
2329
2330         * netrc.el (netrc-machine-user-or-password): Use list of
2331         auth-source modes.
2332
2333         * nnimap.el (nnimap-open-connection): Use list of
2334         auth-source modes.
2335
2336         * nntp.el (nntp-send-authinfo): Use list of
2337         auth-source modes.
2338
2339 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2340
2341         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2342         now.
2343
2344 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2347         coding system in XEmacs; add a workaround for XEmacs.
2348
2349         * lpath.el: Fbind coding-system-aliasee.
2350
2351 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2354         of current-language-environment.
2355
2356 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2357
2358         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2359         available at runtime.
2360
2361 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2364
2365 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2366
2367         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2368         the greatest positive fixnum value doesn't work under an XEmacs with
2369         bignum support; use the most-positive-fixnum constant instead,
2370         available since Emacs 21.1 with cl and XEmacs 21.1.
2371
2372 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2375         XEmacs gets not to work.
2376
2377 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * mm-util.el (mm-coding-system-priorities): Allow the value like
2380         "Japanese (UTF-8)" of current-language-environment.
2381
2382 2009-01-09  Glenn Morris  <rgm@gnu.org>
2383
2384         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2385         with last-command-event.
2386
2387 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2388
2389         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2390         in the doc string.
2391
2392         * message.el (message-fix-before-sending): Amend comment.
2393
2394 2009-01-08  Dave Love  <fx@gnu.org>
2395
2396         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2397
2398 2009-01-07  David Engster  <dengste@eml.cc>
2399
2400         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2401         simplified server definitions by converting it via
2402         gnus-server-to-method.
2403
2404 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2407         parameter's operands.
2408
2409 2009-01-06  David Engster  <dengste@eml.cc>
2410
2411         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2412         primary select method (for gnus-group-mark-article-as-read).
2413
2414 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2415
2416         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2417         `(gnus)Face', not `(gnus)X-Face'.
2418
2419 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * mm-util.el (mm-ucs-to-char): New function.
2422
2423         * mm-url.el (mm-url-decode-entities): Use it.
2424
2425         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2426         unicode-to-char.
2427
2428 2009-01-05  Dave Love  <fx@gnu.org>
2429
2430         * time-date.el: Require cl for `declare'.
2431
2432 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2435         Dave Love.
2436
2437 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2438
2439         * message.el (message-fix-before-sending): Add `eight-bit' to
2440         illegible-text check.
2441
2442 2009-01-03  Michael Olson  <mwolson@gnu.org>
2443
2444         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2445         `headers' is nil.  This can occur if the IMAP server does not have
2446         permissions to read messages from a folder, but can write new messages
2447         to the folder.
2448         (nnimap-request-article-part): Do not insert `data' if it is nil.
2449
2450         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2451         characters which will confuse `read', so skip past them.
2452
2453 2009-01-01  Dave Love  <fx@gnu.org>
2454
2455         * imap.el (imap-string-to-integer): Fix typo.
2456         (imap-fetch-safe): New function.
2457         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2458
2459         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2460
2461         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2462         (imap-parse-greeting): Fix doc strings.
2463         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2464         (imap-parse-flag-list): Make messages unique.
2465         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2466
2467         * nnimap.el: Fix author email.
2468         (nnimap-split-rule): Add FIXME comment.
2469         (nnimap-debug): Fix doc string.
2470
2471 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2472
2473         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2474
2475 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2476
2477         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2478         nslookup if resolv.conf isn't available.
2479         (dns-query): Rename from query-dns.
2480         (dns-query-cached): Rename from query-dns-cached.
2481
2482 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2485         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2486         to check if those variables exist (first appeared in Emacs 18.50).
2487
2488 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * mm-util.el (mm-line-number-at-pos): New function.
2491
2492         * spam-report.el (spam-report-process-queue): Use it.
2493
2494 2008-12-24  David Engster  <dengste@eml.cc>
2495
2496         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2497         parameters that haven't existed as variables as buffer-local variables.
2498
2499 2008-12-23  Dave Love  <fx@gnu.org>
2500
2501         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2502         cadar.
2503
2504         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2505         imap-starttls-p.
2506         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2507
2508 2008-12-22  Dave Love  <fx@gnu.org>
2509
2510         * imap.el: Fix author email.  Doc fixes.
2511         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2512         reply.
2513
2514 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2515
2516         * spam-report.el (spam-report-gmane-max-requests): New constant.
2517         (spam-report-gmane-wait): New variable.
2518         (spam-report-gmane-ham, spam-report-gmane-spam)
2519         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2520         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2521         the server.
2522
2523         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2524         Add explanations.
2525
2526         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2527         nnheader-accept-process-output and nnheader-read-timeout if available.
2528         (pop3-movemail): Use it.
2529
2530         * message.el (message-check-news-body-syntax): Fix signature check if
2531         there's an attachment.
2532
2533 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * mm-util.el: Add comments to the mm- emulating functions.
2536
2537 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2538
2539         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2540         by Stephen Berman <stephen.berman@gmx.net>.
2541
2542 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * mm-util.el (mm-substring-no-properties): New function.
2545         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2546         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2547         (mm-string-to-multibyte): Doc fix.
2548
2549         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2550
2551 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2552
2553         * mml.el (mml-attach-file): Strip text properties from file name.
2554         (Bug#1574)
2555
2556 2008-12-16  Glenn Morris  <rgm@gnu.org>
2557
2558         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2559
2560 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2563         knows since the charset specified might be a bogus alias that
2564         mm-charset-synonym-alist provides.
2565
2566 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2567
2568         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2569         "ISO_8859-1".
2570
2571         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2572
2573 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * mm-util.el (mm-charset-eval-alist):
2576         Define it before mm-charset-to-coding-system.
2577         (mm-charset-to-coding-system): Add optional argument `silent';
2578         define it before mm-charset-override-alist.
2579         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2580         default value if it can be used in Emacs currently running;
2581         silence mm-charset-to-coding-system.
2582
2583 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2586         `allow-override' which says whether to use `mm-charset-override-alist'.
2587         (rfc2047-decode-encoded-words): Use it.
2588
2589         * mm-util.el (mm-charset-override-alist): Fix custom type;
2590         add `(gb2312 . gbk)' to choices.
2591
2592 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2595         fast.
2596
2597         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2598
2599         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2600
2601 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2602
2603         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2604         on links.
2605
2606         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2607
2608 2008-12-03  Lute Kamstra  <lute@gnu.org>
2609
2610         * sha1.el: Remove leading * from docstrings of defcustoms,
2611         deffaces, defconsts and defuns.
2612
2613 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2616         users' addresses that don't have domain parts.
2617         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2618         rather than message-narrow-to-head since there will be the message
2619         header separator.
2620
2621 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2622
2623         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2624         since the result is inserted in a unibyte buffer anyway.
2625         (nnimap-demule-use-string-to-multibyte): Remove.
2626         (nnimap-demule): Alias it to mm-string-to-multibyte.
2627
2628 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2631         variable for debugging bug#464 and bug#1174.
2632         (nnimap-demule): Use it.
2633
2634 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2637         score calculation correctly.
2638
2639 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2640
2641         * message.el (message-send-mail): Just set the buffer to unibyte
2642         rather than use mm-with-unibyte-current-buffer which does a lot more.
2643         (message-send-mail-partially): Don't bother with
2644         mm-with-unibyte-current-buffer since it's already been made unibyte by
2645         message-send-mail.
2646
2647 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2648
2649         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2650
2651 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2652
2653         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2654
2655 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2658         require itself and to remove `with-no-warnings'.
2659
2660 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         * starttls.el (starttls-any-program-available): Get the name of the
2663         available TLS layer program.
2664         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2665         well as the host name in the "opening" message.
2666
2667         * auth-source.el (auth-source-cache, auth-source-do-cache)
2668         (auth-source-user-or-password): Cache passwords and logins by default,
2669         allow override with `auth-source-do-cache'.
2670         (auth-source-forget-user-or-password): Allow users to remove cache
2671         entries if needed.
2672
2673 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2674
2675         * md4.el (md4-buffer): Fix typo in docstring.
2676         (md4, md4-64): Doc fixes.
2677         (md4-pack-int32): Reflow docstring.
2678
2679 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2680
2681         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2682         condition-case to only the forward-sexp call.
2683
2684 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2685
2686         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2687         quotes contained.  Make it more robust regardless by an extra
2688         condition-case wrapper.
2689
2690 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2693
2694 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * nnml.el (nnml-request-expire-articles): Check if the function set to
2697         `nnmail-expiry-target' returns the symbol `delete'.
2698
2699         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2700
2701         * nnmail.el (nnmail-expiry-target): Fix custom type.
2702
2703 2008-10-02  Glenn Morris  <rgm@gnu.org>
2704
2705         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2706         Silence compiler warning.
2707
2708 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2709
2710         * tls.el (open-tls-stream): Show the actual command being
2711         executed, instead of the format string.
2712
2713 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * lpath.el: Fbind codepage-setup for Emacs 23.
2716
2717 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2718
2719         * mml.el (mml-menu): Don't assume mml2015 is bound.
2720
2721 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2724         exists.
2725
2726 2008-09-27  Glenn Morris  <rgm@gnu.org>
2727
2728         * gnus-util.el (mail-header-remove-comments): Autoload it.
2729
2730 2008-09-27  Andreas Schwab  <schwab@suse.de>
2731
2732         * gnus-util.el (gnus-split-references): Strip comments.
2733         (gnus-parent-id): Likewise.
2734
2735 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * message.el (message-confirm-send): Fix version.
2738
2739 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * message.el (message-idna-to-ascii-rhs-1): Use
2742         mail-extract-address-components rather than mail-header-parse-addresses
2743         that is an alias by default to ietf-drums-parse-addresses that does not
2744         support non-ASCII names in headers' contents.
2745
2746 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2747
2748         * message.el (message-confirm-send): Fixed variable documentation to
2749         avoid the "y/n" wording.
2750
2751 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2752
2753         * message.el (message-set-auto-save-file-name): Save to a different
2754         filename so multiple messages (especially drafts) can be recovered.
2755
2756 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2757
2758         * message.el (message-confirm-send): Add appropriate version.
2759
2760 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2761
2762         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2763         defvar.
2764
2765 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2766
2767         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2768         (mm-pkcs7-enveloped-magic): Ditto.
2769
2770 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2771
2772         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2773         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2774
2775 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2778         default, it's better.
2779
2780 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2781
2782         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2783         summary line gnus-number property and ignore them (with a warning
2784         message).
2785
2786 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2789         macro caddr in the interactive form since it won't be expanded.
2790
2791 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2794         `charset'; fix name of function called recursively.
2795         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2796
2797 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2800         (gnus-mime-set-charset-parameters): New function.
2801         (gnus-mime-view-part-as-charset): Use it to correctly display part
2802         specifying wrong charset.
2803
2804 2008-09-08  David Engster  <dengste@eml.cc>
2805
2806         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2807         in completing-read for back end server.
2808
2809 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2810
2811         * message.el (message-confirm-send): New variable to confirm sending a
2812         message.
2813         (message-send): Use it.
2814
2815 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2818
2819 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2822
2823 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2824
2825         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2826         prevent tracking too many groups.
2827         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2828         Use it.
2829
2830 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2831
2832         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2833         moving point to the bottom of the window in order to avoid recentering.
2834
2835 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2838
2839         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2840         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2841         (gnus-article-beginning-of-window): Fix calculation.
2842
2843 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-msg.el (gnus-summary-supersede-article)
2846         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2847         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2848         message header.
2849
2850 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2851
2852         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2853         pending output coming after the status change.
2854
2855 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2856
2857         * message.el:
2858         * gnus-start.el:
2859         * gnus-registry.el: Remove VMS support.
2860
2861 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2864         macro.
2865         (rfc2104-hash): Use it.
2866
2867 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2868
2869         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2870         (gnus-summary-sort-by-most-recent-date): New commands.
2871         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2872         and menu entries.
2873
2874 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2877         don't redisplay article for raw contents; remove plural articles stuff.
2878
2879         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2880         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2881         on gnus-summary-save-article; display results properly.
2882
2883 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * lpath.el: No need to fbind ns-focus-frame.
2886
2887 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2890
2891 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2894         gnus-save-all-headers.
2895
2896 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2897
2898         * gnus-util.el (ns-focus-frame): Remove declaration.
2899         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2900         like x.
2901
2902 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2903
2904         * rfc2104.el (rfc2104-zero): Delete defconst.
2905         (rfc2104-hex-alist): Likewise.
2906         (rfc2104-hex-to-int): Delete func.
2907         (rfc2104-hexstring-to-bitstring): Likewise.
2908         (rfc2104-nybbles): New defconst.
2909         (rfc2104-hash): Rewrite for speed.
2910
2911 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * tls.el (open-tls-stream): Make it work with the 2nd argument
2914         BUFFER that is a string but does not exist as a buffer object, as
2915         mentioned in the doc-string.
2916
2917 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2920         SXEmacs.
2921
2922 2008-07-16  Glenn Morris  <rgm@gnu.org>
2923
2924         * gnus-util.el (ns-focus-frame): Declare for compiler.
2925
2926 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2929         set as a group parameter.
2930         (gnus-summary-save-in-pipe): Work when it is called independently.
2931         (gnus-summary-pipe-to-muttprint): Don't modify
2932         gnus-summary-pipe-output-default-command.
2933
2934 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2935
2936         * message.el (message-send-mail-with-sendmail):
2937         Display the error message.
2938
2939 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * gnus-art.el (gnus-default-article-saver):
2942         Add gnus-summary-save-in-pipe to choices.
2943         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2944         gnus-summary-pipe-output-default-command as the default command.
2945         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2946         instead of gnus-last-shell-command.
2947
2948         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2949         New user option.
2950         (gnus-summary-muttprint-program): Mention the value will be changed.
2951         (gnus-summary-save-article): Force showing of all headers.
2952         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2953
2954 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2955
2956         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2957
2958 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2959
2960         * nnimap.el (nnimap-id):
2961         * sieve-manage.el (sieve-manage-open): Doc fixes.
2962
2963 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2964
2965         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2966         if available.
2967
2968 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2969
2970         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2971
2972         * nnkiboze.el (nnkiboze-generate-group):
2973         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2974
2975         * nnmairix.el: Require CL.
2976
2977 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * dgnushack.el: Autoload get-display-table and put-display-table for
2980         XEmacs 21.5.
2981
2982         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2983         21.4 and SXEmacs.
2984
2985 2008-06-15  David Engster  <dengste@eml.cc>
2986
2987         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2988
2989 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2990
2991         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2992         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2993         runtime choice under XEmacs.
2994
2995         * gnus-sum.el (gnus-summary-set-display-table):
2996         Use `gnus-put-display-table', `gnus-get-display-table',
2997         `gnus-set-display-table' for the display table, instead of `aset'.
2998
2999         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3000         Use `gnus-put-display-table', `gnus-get-display-table',
3001         `gnus-set-display-table' for the display table.
3002
3003 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * nnmairix.el: Add autoloads.
3006
3007 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3008
3009         * nnmairix.el (nnmairix-delete-recreate-group)
3010         (nnmairix-update-and-clear-marks): Fix error messages.
3011
3012 2008-06-14  David Engster  <dengste@eml.cc>
3013
3014         * nnmairix.el: Upgrade to version 0.6.
3015         (nnmairix-group-toggle-propmarks-this-group)
3016         (nnmairix-group-toggle-readmarks-this-group)
3017         (nnmairix-group-delete-recreate-this-group)
3018         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3019         (nnmairix-remove-tick-mark-original-article): New commands.
3020         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3021         (nnmairix-propagate-marks-to-nnmairix-groups)
3022         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3023         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3024         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3025         functions needed for marks propagation and manipulation of read marks.
3026         (nnmairix-update-groups): New function.
3027         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3028         (nnmairix-determine-original-group-from-registry)
3029         (nnmairix-determine-original-group-from-path)
3030         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3031         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3032         New helper functions.
3033         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3034         keystrokes for new commands.
3035         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3036         (nnmairix-request-group): Check allow-fast group parameter.
3037         (nnmairix-request-create-group): Set allow-fast group parameter if
3038         nnmairix-allowfast-default is set.
3039         (nnmairix-close-group): Propagate marks upon closing if needed.
3040         (nnmairix-group-toggle-threads-this-group): Use new.
3041         nnmairix-group-toggle-parameter helper function.
3042         (nnmairix-search): Better check for empty search result.
3043         (nnmairix-goto-original-article): Use new helper functions for
3044         determining original article.
3045         (nnmairix-show-original-article): Make sure message-id is in brackets.
3046         (nnmairix-call-mairix-binary): Change variable name.
3047         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3048         helper function.
3049         (nnmairix-widget-toggle-activate): Fix doc string.
3050
3051 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * nnir.el: Require edmacro when compiling with XEmacs.
3054         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3055         available in Emacs 21.
3056
3057 2008-06-11  Glenn Morris  <rgm@gnu.org>
3058
3059         * gnus-util.el (x-focus-frame):
3060         * gnus.el (image-size):
3061         * mm-decode.el (image-size): Declare.
3062
3063         * gnus-picon.el (declare-function): Add compat definition.
3064         (image-size): Declare.
3065
3066         * gnus-group.el (tool-bar-map):
3067         * gnus-sum.el (tool-bar-map): Define for compiler.
3068
3069         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3070
3071         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3072
3073         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3074         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3075         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3076         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3077         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3078         * sieve-manage.el, spam-report.el, spam.el:
3079         Remove unnecessary eval-and-compile of autoloads.
3080
3081 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3082
3083         * auth-source.el: Precise Tramp doc.
3084
3085 2008-06-07  Glenn Morris  <rgm@gnu.org>
3086
3087         * nnmairix.el: Remove unnecessary eval-when-compile.
3088
3089 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * lpath.el: Fbind propertize for XEmacs 21.4.
3092
3093 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3094
3095         * nnir.el: Move here from ../contrib.
3096
3097 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3098
3099         * gnus-util.el (gnus-read-shell-command): New function.
3100         * mm-decode.el (mm-pipe-part):
3101         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3102
3103 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3106
3107 2008-06-03  Glenn Morris  <rgm@gnu.org>
3108
3109         * pop3.el (nnheader-accept-process-output): Autoload it.
3110
3111 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3114         are not 2-digit hexadecimal characters that follow `%'s.
3115
3116 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * message.el (message-bogus-recipient-p): Fix type in doc string.
3119         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3120         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3121         Improve custom options.
3122         (message-bogus-recipient-p): Adjust accordingly.
3123
3124 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3125
3126         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3127         long-form month and day names.
3128
3129 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * dgnushack.el: Autoload debug, eudc-expand-inline and
3132         pgg-snarf-keys-region for XEmacs.
3133
3134         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3135
3136         * nnmairix.el: Require edmacro when compiling with XEmacs.
3137
3138 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3139
3140         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3141         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3142
3143 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3144
3145         * auth-source.el: Add more docs.
3146
3147         * netrc.el (netrc-machine): Always match if the port is not given.
3148
3149 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3152         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3153         retrieval faster in some cases, but might make CPU usage larger.  If
3154         this has any bad side effects, we might revert this change.
3155
3156         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3157         seems to make mail retrieval much, much faster.
3158         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3159         unconditionally.
3160
3161         * gnus-draft.el (gnus-group-send-queue): Bind
3162         message-send-mail-partially-limit to nil to avoid being prompted.
3163
3164 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3165
3166         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3167
3168         * message.el (message-bogus-address-regexp): Fix and improve custom
3169         type.
3170         (message-setup-hook): Add message-check-recipients as custom option.
3171
3172 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3173
3174         * message.el (message-cite-function): Remove bogus autoload which crept
3175         in during merge from v5-10.
3176
3177 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3178
3179         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3180
3181         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3182
3183         * auth-source.el: Preliminary Tramp docs.
3184         (auth-sources): Change the default auth-sources to use
3185         EPA .gpg files.
3186
3187 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * nntp.el: Autoload `auth-source-user-or-password'.
3190         (nntp-send-authinfo): Use it.
3191
3192         * nnimap.el: Autoload `auth-source-user-or-password'.
3193         (nnimap-open-connection): Use it.
3194
3195         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3196         for the gnus-message function.
3197         (auth-source-user-or-password): Use it.
3198
3199 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3200
3201         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3202         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3203         (rfc2104-hash): Use it.
3204
3205 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3206
3207         * gnus-art.el (gnus-article-toggle-truncate-lines):
3208         Don't use `iff' in docstring.
3209
3210 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3211
3212         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3213
3214         * gnus-util.el (gnus-extract-address-component-name)
3215         (gnus-extract-address-component-email): Convenience functions around
3216         `gnus-extract-address-components'.
3217
3218         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3219         Use `gnus-extract-address-component-email' to fix bug of comparing full
3220         sender name to `user-mail-address'.
3221
3222 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3225         catch/throw to optimize.
3226         (gnus-registry-find-keywords): Just use member to find a keyword.
3227
3228 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3231         is current before calling gnus-server-prepare.
3232         (gnus-server-setup-buffer, gnus-server-update-server)
3233         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3234
3235 2008-05-04  Juri Linkov  <juri@jurta.org>
3236
3237         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3238         (mailcap-file-default-commands): Use mailcap-replace-in-string
3239         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3240         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3241
3242 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3243
3244         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3245
3246 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3247
3248         * gnus.el: Bump version to 0.11.
3249
3250 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3251
3252         * gnus.el: No Gnus v0.10 is released.
3253
3254 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3257         hooks.
3258         (gnus-update-read-articles): Speed up non-marks-using users.
3259         (gnus-use-marks): Define gnus-use-marks.
3260         (gnus-propagate-marks): Rename variable to something more sensible.
3261
3262 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3263
3264         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3265         (gmm-image-load-path-for-library): Fix typos in docstrings.
3266         (gmm-message): Reflow docstring.
3267
3268 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3269
3270         * mail-source.el (mail-source-set-1, mail-source-bind):
3271         Move auth-source code out of the macro to clean it up and fix bugs.
3272
3273 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3274
3275         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3276         by sender if it's equal to user-mail-address, it's likely to be
3277         useless.
3278
3279         * mail-source.el (mail-source-bind): Don't use user or password if they
3280         are not bound.  Unintern them if they are nil.  Don't use server unless
3281         it's bound, and default it to empty string otherwise.
3282
3283 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * mail-source.el: Load auth-source.el.
3286         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3287         get user name or password, if auth-sources is set up.
3288
3289         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3290         strategy of splitting with parent.
3291         (gnus-registry-split-fancy-with-parent)
3292         (gnus-registry-post-process-groups): Use it and fix prior
3293         bug (returning a list as the split result).
3294
3295         * auth-source.el (auth-sources): Remove server parameter.
3296         (auth-source-pick, auth-source-user-or-password)
3297         (auth-source-user-or-password-imap)
3298         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3299         (auth-source-user-or-password-sftp)
3300         (auth-source-user-or-password-smtp): Remove server parameter.
3301
3302 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3303
3304         * smime.el (smime-sign-region, smime-encrypt-region)
3305         (smime-decrypt-region):
3306         Remove redundant calls to `generate-new-buffer-name'.
3307
3308 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3309
3310         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3311         Don't use QP for message/rfc822.
3312         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3313
3314 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3315
3316         * sieve-manage.el (sieve-string-bytes): Remove.
3317         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3318         correct byte-length only if the process's coding-system is the same as
3319         the one used internally by Emacs to represent strings.
3320
3321 2008-04-22  Juri Linkov  <juri@jurta.org>
3322
3323         * mailcap.el (mailcap-file-default-commands): New function.
3324
3325 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * message.el (message-signature-separator, message-cite-function):
3328         Change custom version.
3329
3330 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3331
3332         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3333         commands.
3334         (tls-checktrust): Ditto.
3335
3336 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3337
3338         * mm-decode.el (mm-display-external): Make temp file read-only.
3339
3340 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3341
3342         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3343         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3344         `C-c C-f d'.
3345
3346 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3347
3348         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3349
3350 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * gnus.el: Bump version to 0.9.
3353
3354 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3355
3356         * gnus.el: No Gnus v0.8 is released.
3357
3358 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3359
3360         * mail-source.el (mail-source-value):
3361         Prefer fboundp to functionp so it works with macros as well.
3362
3363 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3364
3365         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3366         Fix last change in case the element is not even a symbol.
3367
3368 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3369
3370         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3371         Prefer fboundp to functionp so it works with macros as well.
3372
3373 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3374
3375         * auth-source.el: Added docs.
3376         (auth-sources): Modify format to support server.
3377         (auth-source-pick, auth-source-user-or-password)
3378         (auth-source-user-or-password-imap)
3379         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3380         (auth-source-user-or-password-sftp)
3381         (auth-source-user-or-password-smtp): Add server parameter.
3382
3383 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * gnus-registry.el: Initialize the registry when gnus-registry-install
3386         is t.
3387
3388 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * compface.el (uncompface): Make buffer unibyte.
3391
3392 2008-04-05  Glenn Morris  <rgm@gnu.org>
3393
3394         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3395
3396 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3397
3398         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3399         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3400
3401         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3402         multibyteness after rather than before erasing it.
3403
3404         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3405         mm-with-multibyte.
3406         (gnus-request-article-this-buffer): Make sure the proper decoding is
3407         used if gnus-original-article-buffer happens to be unibyte.
3408
3409         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3410         default-enable-multibyte-characters.
3411
3412         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3413         default-enable-multibyte-characters.
3414
3415         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3416
3417         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3418
3419 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3420
3421         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3422         (imap-message-copyuid-1): Use it.
3423         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3424         J. Williams in
3425         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3426
3427         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3428         imap-enable-exchange-bug-workaround.
3429         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3430
3431 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3432
3433         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3434         a 100 byte status-checks into a 2-3MB transfer for each group.
3435         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3436         to enable bug workaround or not.
3437         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3438
3439 2008-03-31  Glenn Morris  <rgm@gnu.org>
3440
3441         * message.el (mml2015-use): Declare for compiler.
3442         (message-info): Require mml2015 when appropriate.
3443
3444 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3447         whitespace.
3448
3449 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3450
3451         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3452         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3453         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3454         (nntp-service-to-port): New function.
3455         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3456         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3457         (nntp-open-netcat-stream): New function.
3458         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3459
3460 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3461
3462         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3463
3464 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3465
3466         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3467
3468 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3469
3470         * dns.el (dns-write): Use set-buffer-multibyte.
3471
3472 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3473
3474         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3475
3476 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3477
3478         * message.el (message-signature-separator): Change default.
3479         Improve custom type.
3480         (message-cite-function): Change default to
3481         message-cite-original-without-signature.
3482
3483         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3484         toggle.
3485
3486         * message.el (message-check-news-body-syntax): Fix signature check.
3487         (message-setup-1): Mark buffer as unmodified _after_ running
3488         message-setup-hook and handling message-alternative-emails.
3489         (message-shorten-references): Be more strict when building list of
3490         valid references to comply with GNKSA.
3491
3492         * gnus-group.el (gnus-read-ephemeral-bug-group)
3493         (gnus-read-ephemeral-debian-bug-group)
3494         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3495
3496         * message.el (message-info): Don't use booleanp which isn't supported
3497         in Emacs 21 and XEmacs.
3498
3499 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3502         gnus-group-gmane-group-download-format.
3503         (gnus-group-read-ephemeral-gmane-group): Rename from
3504         gnus-group-read-ephemeral-gmane-group.
3505         (gnus-read-ephemeral-gmane-group-url): Rename from
3506         gnus-group-read-ephemeral-gmane-group-url.
3507         (gnus-bug-group-download-format-alist): New variable.
3508         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3509         (gnus-read-ephemeral-emacs-bug-group): New commands.
3510
3511 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3514         (gnus-visible-headers): Improve custom type.
3515
3516 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3517
3518         * mml.el (mml-menu): Add workarounds for XEmacs.
3519
3520         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3521         X-Boundary header.
3522
3523         * message.el (message-simplify-recipients): Fix previous commit.
3524
3525 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3526
3527         * mm-util.el (mm-set-buffer-multibyte): New function.
3528         * mm-decode.el (mm-copy-to-buffer): Use it.
3529
3530 2008-03-19  Glenn Morris  <rgm@gnu.org>
3531
3532         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3533         Accidentally removed in the sync process with Emacs.
3534
3535 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * message.el (message-alter-recipients-discard-bogus-full-name):
3538         New function.
3539         (message-alter-recipients-function): New variable.
3540         (message-get-reply-headers): Use it.
3541         (message-replace-header): New helper function.
3542         (message-recipients-without-full-name): New variable.
3543         (message-simplify-recipients): New command.
3544
3545         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3546
3547         * message.el (message-info): Handle EasyPG manual.
3548
3549         * mml.el (mml-menu): Add entry for EasyPG.
3550
3551 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3552
3553         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3554         parameter.
3555
3556         * message.el (message-disassociate-draft): Specify drafts group name
3557         fully.
3558
3559 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3560
3561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3562         unnecessary duplicates from the match list.
3563
3564 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3567
3568         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3569
3570         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3571         args of `how-many' of which the XEmacs version doesn't take; declare
3572         Info-index-next as function.
3573
3574 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3575
3576         * gnus-score.el (gnus-score-headers): Fix handling of
3577         gnus-inhibit-slow-scoring.
3578
3579         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3580         string.
3581         (gnus-button-url-regexp): Improve handling of parenthesis.
3582         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3583         (gnus-button-handle-info-keystrokes): Handle index entries.
3584
3585 2008-03-15  Glenn Morris  <rgm@gnu.org>
3586
3587         * parse-time.el (parse-time-string): Simplify.
3588
3589 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3592         Incoming* files.
3593
3594 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3595
3596         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3597         (auth-source-pick): Use it.
3598
3599 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3600
3601         * binhex.el (binhex-decode-region-internal):
3602         * uudecode.el (uudecode-decode-region-internal):
3603         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3604         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3605         setting default-enable-multibyte-characters.
3606
3607 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * auth-source.el (auth-source-protocols)
3610         (auth-source-protocols-customize, auth-source-choices): Added and
3611         modified variable customizations and defaults.
3612         (auth-source-pick, auth-source-user-or-password)
3613         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3614         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3615         (auth-source-user-or-password-sftp)
3616         (auth-source-user-or-password-smtp): Use new variables and provide an
3617         interface to netrc.el.
3618
3619 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3622         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3623         Make sure the nntp port to specify is a string.
3624
3625 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3626
3627         * nntp.el: Use with-current-buffer.
3628         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3629         dubious mm-with-unibyte-current-buffer.
3630         (nntp-with-open-group-function): New function extracted from
3631         nntp-with-open-group macro.
3632         (nntp-with-open-group): Use the function, so it's easier to debug.
3633         Add indentation and debugging info.
3634         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3635         the use of the netcat alternatives.
3636
3637         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3638         Avoid mm-string-as-multibyte as well.
3639
3640         * nnweb.el (nnweb-insert-html):
3641         Remove use of nnheader-string-as-multibyte.
3642
3643         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3644         (nnheader-string-as-multibyte): Remove.
3645
3646         * mm-view.el: Use inhibit-read-only.
3647         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3648         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3649         or unibyte-string.
3650
3651         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3652         (mm-uu-yenc-extract): Use with-current-buffer.
3653
3654         * gnus-soup.el (gnus-soup-send-packet): Don't use
3655         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3656
3657         * nnmh.el: Use with-current-buffer.
3658         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3659         mm-string-as-multibyte on the output of mm-encode-coding-string.
3660
3661         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3662         (nnimap-request-move-article): Use with-current-buffer.
3663
3664         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3665         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3666         conversion uses string-make-unibyte rather than string-as-unibyte.
3667
3668         * gnus-msg.el: Use with-current-buffer.
3669
3670         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3671
3672 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3673
3674         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3675         string for caching if it is 'PIN.
3676
3677 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * lpath.el: Consider the case without Emacs/W3.
3680
3681 2008-03-08  Glenn Morris  <rgm@gnu.org>
3682
3683         * time-date.el (date-to-time, time-subtract, time-add)
3684         (safe-date-to-time): Doc fixes.
3685
3686 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * mail-source.el (mail-source-delete-old-incoming-confirm):
3689         Change default to nil.
3690         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3691
3692 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * lpath.el: Rearrange.
3695
3696         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3697         (gnus-article-goto-prev-page): Work for articles having ^L's.
3698
3699         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3700
3701         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3702
3703 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3704
3705         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3706         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3707         (gnus-bookmark-jump): Adjust some variable names.
3708
3709 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3710
3711         * auth-source.el: New package.
3712         (auth-source-choices): Add customization entry point variable.
3713
3714         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3715         bug.
3716
3717 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3720         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3721         (gnus-registry-install-shortcuts): Rename from
3722         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3723         the `gnus-registry-mark-map' keymap dynamically from
3724         `gnus-registry-marks'.  The generated functions update the summary line
3725         when a registry mark is added or deleted, and will call
3726         `gnus-registry-install-p' (see the comments in the code).
3727         (gnus-registry-user-format-function-M): Use concat intelligently.
3728
3729         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3730         the registry mark functions.
3731
3732 2008-03-05  Glenn Morris  <rgm@gnu.org>
3733
3734         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3735         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3736         gnus-art.
3737         (top-level): No need to load own source when compiling.
3738
3739 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3740
3741         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3742         Suggested by <chris.anderton@zetnet.co.uk>.
3743
3744 2008-03-04  Glenn Morris  <rgm@gnu.org>
3745
3746         * gnus-sum.el (top-level): No need to require gnus when compiling,
3747         since unconditionally required near start of file.
3748         (gnus-summary-display-while-building): Move definition before use.
3749
3750 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3751
3752         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3753         formatting function.
3754
3755 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3756
3757         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3758         with plists.
3759         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3760         Use new format.
3761
3762 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3765         `where-is-internal' that returns a range of key sequences.
3766
3767 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3768
3769         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3770
3771         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3772         (gnus-summary-jump-to-group): Consider windows on other displayed
3773         frames as well.  Similar changes might be needed elsewhere, but that's
3774         the one I've bumped into during my use.
3775
3776         * nndoc.el (nndoc-oe-dbx-type-p):
3777         * gnus-msg.el (gnus-debug):
3778         * gnus-group.el (gnus-update-group-mark-positions):
3779         Use mm-string-to-multibyte.
3780
3781 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3782
3783         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3784         doesn't handle NotDashEscaped.
3785
3786         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3787         (mml-dnd-attach-options): Fix typo in custom choice.
3788
3789         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3790         nndoc-article-type to mbox.
3791         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3792
3793         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3794         to nil, instead of html2text.
3795
3796         * imap.el (imap-debug): Add `imap-ping-server'.
3797
3798         * gnus-bookmark.el: Add FIXMEs.
3799
3800         * message.el (message-form-letter-separator)
3801         (message-send-form-letter-delay): New variables.
3802         (message-send-form-letter): Use them.  New command to send form
3803         letters.  Requested by Uwe Siart.
3804         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3805
3806 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3807
3808         * Update copyright years.
3809
3810 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         Sync from EMACS_22_BASE.
3813
3814         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3815
3816 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3817
3818         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3819         empty author.
3820
3821 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * gnus-registry.el (gnus-registry-marks): Add variable for
3824         customization of marks and their appearance.
3825         (gnus-registry-read-mark): Use it.
3826         (gnus-registry-do-marks): Add utility function to loop through
3827         `gnus-registry-marks'.
3828         (gnus-registry-install-shortcuts-and-menus): Add function to install
3829         shortcuts and menus.
3830         (gnus-registry-initialize): Use it.
3831         (gnus-registry-default-mark): Clarify documentation.
3832
3833 2008-02-29  Glenn Morris  <rgm@gnu.org>
3834
3835         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3836         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3837         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3838         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3839         Change defcustom :version from 23.0 to 23.1.
3840
3841 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3842
3843         * gnus-registry.el (gnus-registry-follow-group-p)
3844         (gnus-registry-post-process-groups): Add functions to aid registry
3845         splitting and improve logging.  Clarify behavior in function
3846         documentation.
3847         (gnus-registry-split-fancy-with-parent): Use them.
3848
3849 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3850
3851         * gnus-art.el: Use with-current-buffer.
3852
3853 2008-02-27  David Engster  <dengste@eml.cc>
3854
3855         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3856         Express real group name in the response.
3857
3858 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3861         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3862         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3863         autoload gnus-registry-fetch-group when compiling.
3864         (nnmairix-request-group-with-article-number-correction): Remove
3865         unreferenced argument passed to nnmairix-call-backend.
3866
3867 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3868
3869         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3870         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3871         Wilde.
3872
3873 2008-02-27  Glenn Morris  <rgm@gnu.org>
3874
3875         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3876         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3877         variables to defconsts.  Convert comments to doc-strings.
3878         (nnmairix-last-server, nnmairix-current-server): Convert from free
3879         variables to defvars.  Convert comments to doc-strings.
3880         (gnus-registry-fetch-group): Autoload.
3881         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3882         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3883         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3884         caddr.
3885         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3886         nnmairix-request-group-with-article-number-correction call.
3887         (nnmairix-fast, nnmairix-group): New, less general names, for free
3888         variables passed from nnmairix-request-group to
3889         nnmairix-request-group-with-article-number-correction.  Declare.
3890         (nnmairix-request-group-with-article-number-correction):
3891         Use nnmairix-fast, nnmairix-group rather than fast, group.
3892
3893 2008-02-26  David Engster  <dengste@eml.cc>
3894
3895         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3896         version 0.5.
3897
3898 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3901         instead of making an extra function call.  Don't add the current group
3902         to articles only when they have the group.  Use
3903         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3904         Reported by David <de_bb@arcor.de>.
3905
3906 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3909         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3910
3911 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3912
3913         * mail-source.el (mail-source-delete-incoming): Change default.
3914         Supplement doc string.
3915
3916         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3917
3918 2008-02-14  Glenn Morris  <rgm@gnu.org>
3919
3920         * time-date.el (format-seconds): New function.
3921
3922 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * nnmail.el (nnmail-message-id-cache-file): Derive from
3925         `gnus-home-directory'.
3926
3927 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3928
3929         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3930         Document negative prefix.
3931
3932         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3933
3934 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * message.el (message-unsent-separator): Add the Exim bounce
3937         separator.
3938
3939 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3940
3941         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3942         list.
3943         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3944         recipient/signer list.
3945
3946 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * Makefile.in (datarootdir): Define.
3949         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3950         name that might contain whitespace.
3951
3952 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3953
3954         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3955         fbound (Emacs 23 unicode), signal an error.
3956
3957 2008-02-08  Glenn Morris  <rgm@gnu.org>
3958
3959         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3960
3961 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3962
3963         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3964         ports to the calls to `netrc-machine-user-or-password' in addition to
3965         "imap" and "imaps".
3966
3967 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3968
3969         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3970
3971         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3972
3973 2008-02-01  Kenichi Handa  <handa@m17n.org>
3974
3975         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3976         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3977         (rfc2104-hash): Convert the result of concat to unibyte string.
3978
3979 2008-02-01  Dave Love  <fx@gnu.org>
3980
3981         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3982         coding-system-for-read.
3983         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3984
3985 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3988         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3989         <hanche@math.ntnu.no>.
3990
3991 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3994
3995         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3996
3997 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3998
3999         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4000         * message.el (message-beginning-of-line): Use featurep instead of bound
4001         tests in order to resolve conditionals at compile time.
4002
4003 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4004
4005         * mail-source.el (mail-sources): Add `group' choice.
4006
4007         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4008         parameter `in-group' to control into which group the articles go.
4009         Add treatment of `group' mail-source.
4010
4011 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4014
4015         * mm-decode.el (mm-dissect-buffer): Decode description.
4016
4017         * mml.el (mml-to-mime): Encode message header first.
4018
4019 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4022         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4023
4024         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4025         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4026
4027 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4028
4029         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4030
4031 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4034         prefix keys.
4035         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4036         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4037         gnus-xmas.el.
4038
4039         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4040         (gnus-xmas-article-describe-bindings): New function.
4041         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4042         gnus-xmas-article-describe-bindings.
4043
4044         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4045
4046 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4049         Add new variables for article mark management.
4050         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4051         list of extra data entries which, when present, will indicate that the
4052         article ID should not be trimmed from the registry.
4053         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4054         functions.
4055         (gnus-registry-read-mark): New function to read a mark name from the
4056         user.
4057         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4058         (gnus-registry-set-article-mark-internal): New functions to add and
4059         remove marks.
4060         (gnus-registry-get-article-marks): New function to show the marks for
4061         an article, or retrieve them for further use.
4062
4063 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4066         keys when no argument is given.
4067
4068 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4069
4070         * imap.el (imap-ping-server): New variable.
4071         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4072         (imap-ping-server): Minor doc string fixes.
4073
4074 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4075
4076         * imap.el (imap-ping-server): New function.
4077         (imap-opened): Call imap-ping-server.
4078
4079 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * gnus-sum.el (gnus-article-sort-by-random)
4082         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4083         jidanni@jidanni.org.
4084
4085 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-art.el (gnus-article-describe-bindings): New function.
4088         (gnus-article-read-summary-keys): Use it.
4089         (gnus-article-mode-map): Bind `C-h b' to it.
4090
4091 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4094         XEmacs.
4095         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4096         against non-character events.
4097
4098         * lpath.el: Fbind map-keymap for Emacs 21.
4099
4100 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4103         command.
4104         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4105         instead of END.  Change name of the temp file.
4106         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4107         customizable.
4108
4109 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4112         bind `S W' to gnus-article-wide-reply-with-original; set default
4113         binding to gnus-article-read-summary-send-keys.
4114         (gnus-article-read-summary-keys): Fix the order of keys; display
4115         continuation keys correctly in the echo area; describe bindings
4116         correctly when keys end with `C-h'.
4117         (gnus-article-read-summary-send-keys): New function.
4118         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4119         for gnus-article-read-summary-send-keys; display continuation keys
4120         correctly in the echo area.
4121         (gnus-article-reply-with-original): Ignore prefix argument.
4122         (gnus-article-wide-reply-with-original): New function.
4123
4124         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4125         Emacs 21.
4126
4127 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4130         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4131
4132 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4135         (gnus-group-read-ephemeral-gmane-group): New command.
4136
4137 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4138
4139         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4140
4141 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4142
4143         * message.el (message-send-mail-function): Increase custom version.
4144
4145         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4146         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4147
4148 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4151         for the cases where imap-authenticate is called with a nil buffer
4152         parameter.
4153
4154 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4157         html parts correctly; support forwarded messages.
4158         (gnus-article-browse-html-article): Remove work buffers.
4159
4160         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4161         compiling.
4162         (netrc-bound-and-true-p): New macro.
4163         (netrc-parse): Use it instead of bound-and-true-p that is not available
4164         in XEmacs 21.4.
4165
4166 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * gnus-registry.el (gnus-registry-mark-article)
4169         (gnus-registry-article-marks): Add functionality to mark articles
4170         through the Gnus registry.
4171
4172         * encrypt.el: Clarify documentation for the new pgg method.
4173         (encrypt-file-alist): Add PGG option.
4174         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4175         functionality.  Abstract password key and messaging to external
4176         functions.
4177         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4178         (encrypt-message-method-and-cipher): Add new convenience external
4179         functions.
4180         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4181         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4182
4183         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4184         (netrc-parse): Use encrypt-file-alist to determine if
4185         encrypt-find-model or encrypt-insert-file-contents should be used.
4186
4187         * encrypt.el: Clarify documentation.  Load password-cache or
4188         password, whichever one is found first, instead of autoloading.
4189
4190 2007-12-19  Glenn Morris  <rgm@gnu.org>
4191
4192         * mml.el (message-options-set, message-narrow-to-head)
4193         (message-in-body-p, message-mail-p, message-encode-message-body):
4194         Autoload.
4195         (message-remove-header, message-narrow-to-headers-or-head)
4196         (message-subscribed-p, message-make-mail-followup-to)
4197         (message-position-on-field, message-news-p)
4198         (message-options-set-recipient, message-generate-headers)
4199         (message-sort-headers): Declare as functions.
4200
4201 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4204         convention in doc string.
4205
4206 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4209         title to html parts.
4210         (gnus-article-browse-html-article): Pass message header to it.
4211
4212         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4213
4214 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4215
4216         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4217         or password compatible with XEmacs.
4218
4219 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4220
4221         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4222         format document.
4223         (gnus-mime-delete-part): Don't write description line if empty.
4224         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4225
4226 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4227
4228         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4229         (gnus-summary-mark-read-and-unread-as-read)
4230         (gnus-summary-mark-current-read-and-unread-as-read)
4231         (gnus-summary-mark-unread-as-ticked): Doc fix.
4232         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4233
4234 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4237         Christoph Conrad <christoph.conrad@gmx.de>.
4238
4239 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4242         yes-or-no-p.
4243
4244 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * mm-decode.el (mm-add-meta-html-tag): New function.
4247         (mm-save-part-to-file, mm-pipe-part): Use it.
4248
4249         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4250         gnus-y-or-n-p instead of y-or-n-p.
4251         (gnus-article-browse-html-parts): Work with message/external-body; use
4252         mm-add-meta-html-tag.
4253
4254 2007-12-11  Glenn Morris  <rgm@gnu.org>
4255
4256         * gnus-cache.el: Require gnus-sum not just when compiling.
4257
4258         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4259
4260         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4261         definitions before use.
4262
4263         * mm-decode.el: Require gnus-util.
4264         (mm-remove-part): Only call delete-annotation on XEmacs.
4265
4266         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4267
4268         * nnmail.el: Require gnus-int.
4269
4270         * spam.el: Move `require's before `eval-when-compile's.
4271
4272         * gnus-ems.el (gnus-alive-p):
4273         * gnus-fun.el (message-goto-eoh):
4274         * gnus-util.el (gnus-group-name-decode):
4275         * mail-source.el (gnus-compress-sequence):
4276         * message.el (Info-goto-node, format-spec):
4277         * mm-bodies.el (message-options-get):
4278         * mm-decode.el (mm-view-pkcs7):
4279         * mm-util.el (gmm-write-region):
4280         * mml-smime.el (mml-compute-boundary)
4281         (gnus-completing-read-with-default):
4282         * mml.el (widget-button-press, gnus-make-hashtable):
4283         * mml1991.el (mm-decode-content-transfer-encoding)
4284         (mm-encode-content-transfer-encoding)
4285         (message-options-get, message-options-set):
4286         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4287         * nnfolder.el (gnus-request-group):
4288         * nnheader.el (ietf-drums-unfold-fws):
4289         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4290         * smime.el (gnus-run-mode-hooks):
4291         * spam-stat.el (gnus-message): Autoload.
4292
4293         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4294         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4295         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4296         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4297         Add declare-function compatibility definition.
4298
4299         * gnus-cache.el (nnvirtual-find-group-art):
4300         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4301         (gnus-add-image, gnus-add-wash-type):
4302         * gnus-group.el (nnkiboze-score-file):
4303         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4304         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4305         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4306         (message-tokenize-header, gnus-get-buffer-create)
4307         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4308         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4309         * gnus.el (gnus-group-decoded-name):
4310         * mail-source.el (imap-capability):
4311         * mm-bodies.el (message-options-set):
4312         * mm-decode.el (gnus-configure-windows):
4313         * mm-extern.el (message-goto-body):
4314         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4315         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4316         (epg-sub-key-validity, message-options-set):
4317         * mml.el (widget-event-point, gnus-configure-windows):
4318         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4319         * mml2015.el (epg-check-configuration, epg-configuration)
4320         (message-options-set):
4321         * nndb.el (nndb-request-article):
4322         * nnfolder.el (gnus-request-create-group):
4323         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4324         * nnmaildir.el (gnus-group-mark-article-read):
4325         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4326         * rfc1843.el (message-fetch-field):
4327         * spam.el (gnus-extract-address-components):
4328         Declare as functions.
4329
4330 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4333
4334         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4335
4336         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4337         bind show-trailing-whitespace for XEmacs.
4338
4339 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4340
4341         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4342         new no-op macro for backward compatibility.
4343
4344         * imap.el (imap-string-to-integer): New function.
4345
4346 2007-12-09  Glenn Morris  <rgm@gnu.org>
4347
4348         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4349
4350         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4351         * message.el, mm-view.el, sieve-manage.el, smime.el:
4352         Add declare-function compatibility definition.
4353
4354         * gnus-art.el (w3-region, w3m-region, Info-menu):
4355         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4356         * gnus-sum.el (gnus-get-predicate):
4357         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4358         * message.el (mail-abbrev-in-expansion-header-p):
4359         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4360         (w3m-detect-meta-charset, w3m-region):
4361         * sieve-manage.el (password-read, password-cache-add)
4362         (password-cache-remove):
4363         * smime.el (password-read-and-add): Declare as functions.
4364
4365 2007-12-08  David Kastrup  <dak@gnu.org>
4366
4367         * gnus-sum.el (gnus-summary-simplify-subject-query):
4368         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4369         `message'.
4370
4371 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4374         it to bind idna-program, installation-directory, defined-colors, and
4375         face-attribute for XEmacs of the version that compiles defcustom forms.
4376
4377 2007-12-07  Glenn Morris  <rgm@gnu.org>
4378
4379         * gnus-art.el (article-make-date-line): Revert previous change.
4380
4381 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4382
4383         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4384
4385 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4386
4387         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4388         Call gnus-add-to-range ranges only once with a prepared article-list.
4389
4390 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4391
4392         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4393         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4394         group names with backslashes.  Reported by Tassilo Horn
4395         <tassilo@member.fsf.org>.
4396
4397 2007-12-06  Deepak Goel  <deego3@gmail.com>
4398
4399         * gnus-art.el (article-make-date-line):
4400         * gnus-start.el (gnus-load):
4401         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4402
4403 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * gnus-art.el (gnus-use-idna)
4406         * gnus-start.el (gnus-site-init-file)
4407         * message.el (message-use-idna)
4408         * mm-uu.el (mm-uu-hide-markers)
4409         * smiley.el (smiley-style): Revert changes that suppress warnings.
4410
4411 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4414         specify charset to html source.  Reported by Christoph Conrad
4415         <christoph.conrad@gmx.de>.
4416
4417 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4420         idna-program in order to suppress byte compile warning issued by XEmacs
4421         that came to byte compile the default value section of defcustom forms
4422         recently.
4423
4424         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4425         value of installation-directory.
4426
4427         * message.el (message-use-idna): Don't directly refer to the value of
4428         idna-program.
4429
4430         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4431
4432         * smiley.el (smiley-style): Don't directly call face-attribute.
4433
4434 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4437
4438         * gnus-dired.el: Reduce Gnus dependencies.
4439         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4440         require.  Use autoloads instead.
4441         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4442         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4443         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4444         (gnus-dired-mode): Adjust doc string.
4445         (gnus-dired-mail-mode): New variable.
4446         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4447         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4448         (gnus-dired-mail-buffers): New function.  Return mail or message
4449         composition buffers.
4450         (gnus-dired-attach): Use it.
4451         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4452         NO-DECODE.
4453         (gnus-dired-print): Use `gnus-print-buffer' depending on
4454         `gnus-dired-mail-mode'.
4455
4456 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * rfc2047.el (rfc2047-encoded-word-regexp)
4459         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4460         explaining what regexp patterns are for.
4461
4462 2007-12-04  Glenn Morris  <rgm@gnu.org>
4463
4464         * password.el: Move to password-cache.el.
4465
4466         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4467         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4468         * mml-smime.el (password-read, password-cache-add)
4469         (password-cache-remove):
4470         No need to autoload, since mml-sec requires password.
4471
4472         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4473         * message.el (gnus-extract-address-components):
4474         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4475
4476         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4477         password.
4478
4479 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4480
4481         * mailcap.el: Reduce dependencies.
4482         (mail-header-parse-content-type): Autoload.
4483         (mailcap-delete-duplicates): New alias.
4484         (mailcap-mime-info): Add optional argument NO-DECODE.
4485         (mailcap-mime-types): Use mailcap-delete-duplicates.
4486
4487         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4488
4489 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4490
4491         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4492         (imap-parse-status): Upcase status-att for servers that sends them
4493         lower-case (e.g., MS Exchange 2007).
4494
4495 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4498         function.
4499
4500         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4501         (gnus-uu-yenc-article): New function.
4502
4503         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4504
4505         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4506         buffer.
4507
4508 2007-12-02  Glenn Morris  <rgm@gnu.org>
4509
4510         * binhex.el (binhex): New custom group.
4511         (binhex-decoder-program, binhex-decoder-switches)
4512         (binhex-use-external): Move to the binhex custom group.
4513
4514         * uudecode.el (uudecode): New custom group.
4515         (uudecode-decoder-program, uudecode-decoder-switches)
4516         (uudecode-use-external): Move to the uudecode custom group.
4517
4518         * netrc.el (top-level): Don't load `encrypt' features.
4519         (netrc-parse): Don't use encrypt.
4520         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4521
4522         * encrypt.el: Remove file.
4523
4524 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4527         matches on patches.
4528
4529         * gnus-art.el (gnus-article-browse-html-article): Mention
4530         `mm-text-html-renderer' in the doc string.
4531
4532         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4533         string.  Add comments.
4534
4535         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4536         if rhs is ASCII.
4537
4538 2007-12-01  Glenn Morris  <rgm@gnu.org>
4539
4540         * mail-source.el (top-level): Require format-spec before
4541         eval-when-compile.
4542
4543 2007-11-30  Glenn Morris  <rgm@gnu.org>
4544
4545         * encrypt.el: Require password, rather than autoloading password-read.
4546
4547 2007-11-29  Glenn Morris  <rgm@gnu.org>
4548
4549         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4550         (sasl-make-client, sasl-next-step, sasl-step-data)
4551         (sasl-step-set-data): Declare as functions.
4552
4553 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4556
4557 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4558
4559         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4560         certs should be verified and what is to be done in the event of a
4561         verification failure.
4562
4563         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4564         caller can indicate whether the cache should be disregarded for this
4565         call.  This way the result of the call is reproducible at all times and
4566         can be considered a canonical server name for the supplied method.
4567         (gnus-agent-method-p): Canonicalize server names by pushing their
4568         method through `gnus-method-to-server' using the no-cache argument.
4569
4570         * gnus-srvr.el (gnus-server-insert-server-line): Call
4571         `gnus-method-to-server' with `no-cache' argument.
4572
4573         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4574         gnus-agent-possibly-synchronize-flags as this should be called when the
4575         server is actually being opened.
4576         (gnus-agent-possibly-synchronize-flags)
4577         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4578         flags file of an agentized server to the latter function.
4579
4580         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4581         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4582         after a connection has been established successfully.
4583
4584 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-art.el (article-display-face): Force to display face if called
4587         interactively; check if gnus-article-x-face-too-ugly matches author.
4588         (article-display-x-face): Display face even if From header is missing
4589         as article-display-face does.
4590
4591 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4592
4593         * hashcash.el (message-narrow-to-headers-or-head)
4594         (message-fetch-field, message-goto-eoh)
4595         (message-narrow-to-headers): Declare as functions.
4596
4597 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * mail-source.el (mail-sources): Default to fetch from file for
4600         compatibility with default of nnmail-spool-file.
4601
4602 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4605         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4606         to look for encoded word that should be encoded again.
4607         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4608         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4609         encoding pattern.
4610         (rfc2047-decode-region): Switch strict regexp and loose one according
4611         to rfc2047-allow-irregular-q-encoded-words.
4612
4613 2007-11-25  Romain Francoise  <romain@orebokech.com>
4614
4615         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4616
4617 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4618
4619         * tls.el (tls-program): Provide more custom choices from
4620         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4621         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4622
4623 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4626         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4627
4628         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4629         `nnmail-spool-file'.
4630
4631         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4632         `nnmail-spool-file'.
4633
4634         * gnus-move.el (gnus-change-server): Ditto.
4635
4636         * gnus-kill.el (gnus-batch-score): Ditto.
4637
4638         * gnus-cache.el (gnus-jog-cache): Ditto.
4639
4640         * gnus-msg.el (gnus-summary-reply):
4641         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4642
4643 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4644
4645         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4646         version.  Minor improvement to doc strings.
4647         (tls-program): Add comment.
4648
4649 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4650
4651         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4652         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4653         mismatch between the hostname provided in the certificate and the name
4654         of the host connnecting to.
4655         (open-tls-stream): Use them.  Check certificates against trusted root
4656         certificates.
4657
4658 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * gnus-cache.el (gnus-cache-generate-nov-databases):
4661         Use nnml-generate-nov-databases-directory instead of
4662         nnml-generate-nov-databases-1.
4663
4664 2007-11-24  Glenn Morris  <rgm@gnu.org>
4665
4666         * message.el (message-tool-bar-retro): Update for rename
4667         mail_send.xpm->mail-send.xpm.
4668
4669 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4672         `smime-ldap-search' for Emacs 22 and up.
4673
4674 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4675
4676         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4677
4678         * message.el (message-send-mail-function): Fix error convention.
4679         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4680         (message-widen-reply, message-send-mail, message-talkative-question)
4681         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4682         (message-clone-locals, message-send-news): Use with-current-buffer.
4683         (message-insert-or-toggle-importance): Remove unused var `valid'.
4684         (message-make-references): Remove unused var `new-references'.
4685         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4686
4687 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4688
4689         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4690         (spam-split-symbolic-return-positive): Reflow docstring.
4691         (spam-backends, spam-summary-exit-behavior)
4692         (spam-mark-ham-unread-before-move-from-spam-group)
4693         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4694         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4695         (spam-clear-cache, spam-backend-check, spam-install-backend)
4696         (spam-install-statistical-backend, spam-list-of-processors)
4697         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4698         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4699         (spam-check-crm114, spam-initialize, spam-unload-hook):
4700         Fix typos in docstrings.
4701
4702 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4705         been checked if they have never been read and those group levels are
4706         higher than the one that a user specified.
4707
4708 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4711         foreign groups unless a group level is specified by a user.
4712         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4713
4714 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4715
4716         * message.el (message-send-mail-function): Require sendmail.
4717
4718 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4719
4720         * message.el (message-send-mail-function): Check for smtpmail too.
4721
4722         * utf7.el (utf7-encode, utf7-decode): Use coding system
4723         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4724
4725         * message.el (message-send-mail-function): New function.
4726         (message-send-mail-function): Set default using
4727         message-send-mail-function.  Adjust doc string.
4728         (message-send-mail-with-mailclient): New function.
4729
4730 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4731
4732         * smime.el (from):
4733         * rfc2047.el (message-posting-charset):
4734         * qp.el (mm-use-ultra-safe-encoding):
4735         * pop3.el (parse-time-months):
4736         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4737         * nnml.el (files):
4738         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4739         (jka-compr-compression-info-list, ange-ftp-path-format)
4740         (efs-path-regexp):
4741         * nndiary.el (files):
4742         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4743         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4744         (epg-digest-algorithm-alist, inhibit-redisplay)
4745         (password-cache-expiry):
4746         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4747         (pgg-output-buffer, password-cache-expiry):
4748         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4749         (efs-path-regexp):
4750         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4751         (inhibit-redisplay):
4752         * mm-uu.el (file-name, start-point, end-point, entry)
4753         (gnus-newsgroup-name, gnus-newsgroup-charset):
4754         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4755         (latin-unity-ucs-list):
4756         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4757         (mm-uu-binhex-decode-function):
4758         * message.el (gnus-message-group-art, gnus-list-identifiers)
4759         (rmail-enable-mime-composing, gnus-local-organization)
4760         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4761         (gnus-read-active-file, facemenu-add-face-function)
4762         (facemenu-remove-face-function, gnus-article-decoded-p)
4763         (tool-bar-mode):
4764         * mail-source.el (display-time-mail-function):
4765         * gnus-util.el (nnmail-pathname-coding-system)
4766         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4767         (gnus-original-article-buffer, gnus-user-agent)
4768         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4769         (xemacs-codename, sxemacs-codename, emacs-program-version):
4770         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4771         * gnus-start.el (gnus-agent-covered-methods)
4772         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4773         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4774         (gnus-newsgroup-headers, gnus-group-list-mode)
4775         (gnus-group-mark-positions, gnus-newsgroup-data)
4776         (gnus-newsgroup-unreads, nnoo-state-alist)
4777         (gnus-current-select-method, mail-sources)
4778         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4779         (nnmail-spool-file, gnus-cache-active-hashtb):
4780         * gnus-mh.el (mh-lib-progs):
4781         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4782         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4783         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4784         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4785         (gnus-group-buffer):
4786         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4787         (font-lock-set-defaults):
4788         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4789         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4790         (gnus-summary-post-menu, total-parts, type, condition, length):
4791         * gnus-agent.el (gnus-agent-read-agentview):
4792         * flow-fill.el (show-trailing-whitespace):
4793         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4794         eval-and-compile wrappers for byte compiler pacifiers.
4795
4796         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4797         (mm-display-inline-fontify): Check for featurep 'xemacs not
4798         extent-list.
4799
4800         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4801         itimer-list.
4802         (mm-create-image-xemacs): Only do something for XEmacs.
4803         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4804
4805         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4806
4807         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4808         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4809
4810 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4811
4812         * nnimap.el (nnimap-split-download-body):
4813         * gnus-demon.el (gnus-demon):
4814         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4815
4816 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4819         macros.
4820         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4821         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4822         copy data from unibyte buffer to multibyte current buffer.
4823         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4824         to copy data from unibyte current buffer to multibyte buffer.
4825         (nntp-make-process-buffer): Make process buffer unibyte.
4826
4827         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4828
4829 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4830
4831         * pop3.el (pop3-open-server): Accept and process data more robustly at
4832         connexion start to avoid spurious "POP SSL connexion failed" errors.
4833
4834 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4837         read group names.
4838
4839 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4840
4841         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4842
4843 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4846         (nnmail-save-active): Use a unibyte buffer when saving active file,
4847         which may contain non-ASCII group names.
4848
4849         * nnml.el (nnml-request-group): Decode group names in messages.
4850
4851 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * message.el (message-citation-line-function)
4854         (message-insert-formatted-citation-line): Fix spelling of
4855         `message-insert-formated-citation-line'.
4856
4857 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4860
4861 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4864         nnmail-pathname-coding-system.
4865
4866         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4867         that a user enters; decode group names in messages.
4868
4869         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4870
4871 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4872
4873         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4874
4875         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4876
4877         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4878         risky local variable.
4879
4880         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4881
4882 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4883
4884         * encrypt.el: Improve documentation to fix function name typo.
4885         Reported by Daiki Ueno <ueno@unixuser.org>.
4886
4887 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4890         even if the point is not in the last page of an article.
4891         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4892         back to the previous page.
4893
4894 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4897
4898 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4901
4902 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4903
4904         * message.el (message-check-news-body-syntax): Avoid
4905         mm-string-as-multibyte.
4906         (message-hide-headers): Don't assume (point-min)==1.
4907
4908 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * message.el (message-remove-blank-cited-lines): Fix if remove is
4911         given.
4912         (message-bogus-address-regexp): New variable.
4913         (message-bogus-recipient-p): New function.
4914         (message-check-recipients): New command.
4915         (message-syntax-checks): Add `bogus-recipient'.
4916         (message-fix-before-sending): Add `bogus-recipient'.
4917
4918         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4919         (gnus-treat-body-boundary): Don't test window-system.
4920
4921 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4922
4923         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4924
4925 2007-10-28  Miles Bader  <miles@gnu.org>
4926
4927         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4928         at compile-time too.
4929
4930 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4931
4932         * gnus-msg.el (gnus-message-setup-hook): Add
4933         `message-remove-blank-cited-lines' to options.
4934
4935 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * message.el (message-remove-blank-cited-lines): New function.
4938         Suggested by Karl Plästerer.
4939
4940 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4943         mapc.
4944
4945         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4946         (top-level): Use mapc to set functions to be traced for debugging.
4947
4948         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4949         called for effect with while loop.
4950
4951         * message.el (message-talkative-question): Replace mapcar called for
4952         effect with mapc.
4953
4954         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4955         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4956         called for effect with dolist.
4957
4958         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4959
4960         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4961         gnus-extra-headers and nnmail-extra-headers.
4962
4963         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4964         called for effect with dolist.
4965         (top-level): Use mapc to set functions to be traced for debugging.
4966
4967         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4968         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4969         dolist.
4970
4971         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4972         Replace mapcar called for effect with mapc.
4973         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4974         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4975         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4976         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4977
4978         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4979         remove-if that's a cl function.
4980
4981         * webmail.el (webmail-debug): Replace mapcar called for effect with
4982         dolist.
4983
4984         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4985         with mapc.
4986
4987 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4990         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4991         with while loop.
4992
4993         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4994         functions from article-* functions.
4995         (gnus-multi-decode-header): Replace mapcar called for effect with
4996         dolist.
4997
4998         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4999         (gnus-bookmark-show-details): Replace mapcar called for effect with
5000         while loop.
5001
5002         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5003         called for effect with while loop.
5004
5005         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5006         with dolist.
5007
5008         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5009         mapcar called for effect with dolist.
5010
5011         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5012
5013         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5014         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5015         Replace mapcar called for effect with dolist.
5016         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5017         mapc.
5018
5019         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5020         Replace mapcar called for effect with dolist.
5021         (gnus-topic-list): Replace mapcar called for effect with mapc.
5022
5023         * gnus.el: Use mapc instead of mapcar to add autoloads.
5024
5025 2007-10-23  Richard Stallman  <rms@gnu.org>
5026
5027         * gnus-group.el (gnus-group-highlight): Mark as risky.
5028
5029 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus.el (gnus-server-to-method): Return method found first in
5032         gnus-newsrc-alist.
5033
5034         * gnus-art.el (gnus-article-highlight-signature)
5035         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5036         button overlay without the front stickiness.
5037
5038 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5039
5040         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5041         overview buffer needed a catch to receive its throw.
5042         (gnus-agent-flush-cache): Declared as interactive to make this function
5043         easier to use.
5044
5045 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5046
5047         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5048         `next-line'.
5049
5050 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5053         exclude address matching message-dont-reply-to-names.
5054
5055 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * gnus-util.el (gnus-string<): New function.
5058
5059         * gnus-sum.el (gnus-article-sort-by-author)
5060         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5061
5062 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5065         the frame-focus tag is set in gnus-buffer-configuration.
5066
5067 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5070         the front stickiness.
5071
5072 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5075         url pattern; remove duplicate one.
5076         (gnus-article-extend-url-button): New function.
5077         (gnus-article-add-buttons): Use it.
5078         (gnus-button-push): Use concatenated url that it makes.
5079
5080 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5081
5082         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5083
5084 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5085
5086         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5087         Don't hardcode point-min==1.
5088
5089 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5092         Fix comment about "iso8859-1".
5093
5094 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5095
5096         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5097         ones returned from the verify-function.
5098
5099         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5100         mml2015-extract-cleartext-signature if extraction failed.
5101
5102 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5103
5104         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5105         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5106         failed.
5107
5108 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5109
5110         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5111
5112 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5115         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5116         recommends to use EasyPG instead of PGG.
5117
5118         * pgg.el: Revert to revision 6.23.2.16.
5119
5120         * pgg-def.el: Revert to revision 6.6.2.14.
5121
5122         * pgg-gpg.el: Revert to revision 6.23.2.34.
5123
5124 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5125
5126         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5127         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5128         thread for both the null and zero (kill/expire thread) universal prefix
5129         cases.
5130         (gnus-summary-expire-thread): Add new function to expire a thread,
5131         using gnus-summary-kill-thread.
5132         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5133         shortcuts for gnus-summary-expire-thread.
5134         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5135         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5136
5137 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5140         extras value, so an extras entry can be deleted.
5141         (gnus-registry-delete-extra-entry): Use it.
5142         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5143         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5144         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5145         storage through the gnus-registry, and provide an appropriate API for
5146         it.
5147
5148 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5151         Suggested by Leo <sdl.web@gmail.com>.
5152
5153         * gnus.el: Do.
5154
5155 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5158         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5159
5160         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5161
5162         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5163         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5164
5165 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5168         newline.
5169         (nnmbox-request-accept-article): Don't change article in source buffer;
5170         narrow to header to use message-fetch-field rather than
5171         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5172         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5173         as delimiters; make sure article ends with newline.
5174         (nnmbox-delete-mail): Correct last position of article to be deleted;
5175         ignore X-Gnus-Newsgroup header in article body.
5176         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5177         positions; make sure article ends with newline.
5178
5179         * message.el (message-display-abbrev): Don't infloop when a user
5180         inserts SPC in the beginning of header.
5181
5182         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5183         coding-system-for-read and coding-system-for-write for XEmacs having no
5184         file-coding feature.
5185
5186         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5187
5188 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5191         list of groups not followed by default.  Fix type to be regexp.
5192         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5193
5194 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5195
5196         * hmac-def.el (define-hmac-function): Switch from old-style to
5197         new-style backquotes.
5198
5199         * md4.el (md4-make-step): Likewise.
5200
5201 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5204         raw-text coding system when saving .newsrc file, which may contain
5205         non-ASCII group names.
5206
5207 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * gnus-cus.el (gnus-score-extra): New widget.
5210         (gnus-score-extra-convert): New function.
5211         (gnus-score-customize): Use it for Extra.
5212
5213 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5214
5215         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5216         (mml2015-mailcrypt-clear-verify): Use it.
5217         (mml2015-gpg-clear-verify): Use it.
5218         (mml2015-pgg-clear-verify): Use it.
5219         (mml2015-epg-clear-verify): Replace the current part with the output
5220         from GnuPG; don't extract the plaintext by itself.
5221
5222         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5223         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5224         mml2015-clear-verify-function; don't touch the armor headers or
5225         dash-escaped text here.
5226
5227 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5230         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5231         parts, or application/octet-stream as a last resort.
5232         (gnus-mime-view-part-as-type): Don't toggle display.
5233         (gnus-mime-view-part-as-charset): Don't turn off display before
5234         querying charset.
5235
5236         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5237         stuff to undisplayer function in Emacs.
5238         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5239
5240         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5241         text/calendar parts.
5242
5243 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5246         decoding text/calendar parts.
5247
5248         * message.el (message-forward-make-body-mime): Always mark body as
5249         having no illegible text; remove signed-or-encrypted argument.
5250         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5251
5252         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5253         (mml-generate-mime-1): Don't encode body if it is specified to be in
5254         raw form; don't make buffer be unibyte when inserting multibyte string.
5255
5256 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5257
5258         * sha1.el: Fix up comment style.
5259         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5260         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5261
5262         * hex-util.el: Fix up comment style.
5263         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5264
5265         * gnus-salt.el: Use with-current-buffer.
5266         (gnus-pick-setup-message): Fix long-standing typo.
5267
5268 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * imap.el (imap-logout-timeout): New variable.
5271         (imap-logout, imap-logout-wait): New functions.
5272         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5273
5274         * nnimap.el (nnimap-logout-timeout): New server variable.
5275         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5276         nnimap-logout-timeout.
5277
5278         * gnus-art.el (gnus-article-summary-command-nosave)
5279         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5280
5281 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus.el (gnus-maximum-newsgroup): New variable.
5284
5285         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5286         according to gnus-maximum-newsgroup.
5287
5288         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5289         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5290         Limit the range of articles according to gnus-maximum-newsgroup.
5291
5292 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5293
5294         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5295         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5296         Don't perform gnus-configure-windows here; reuse existing sticky
5297         article buffer.
5298
5299         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5300         it doesn't exist in gnus-article-mode.
5301
5302 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5305         (gnus-agent-decoded-group-name): New function.
5306         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5307         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5308
5309 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5310
5311         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5312         Add binding for gnus-sticky-article.
5313         (gnus-summary-exit): Don't kill sticky article buffers.
5314
5315         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5316         article buffer.
5317         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5318         (gnus-kill-sticky-article-buffers): New commands.
5319
5320 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * nntp.el (nntp-xref-number-is-evil): New server variable.
5323         (nntp-find-group-and-number): If it is non-nil, don't trust article
5324         numbers in the Xref header.
5325
5326 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-agent.el (gnus-agent-read-group): New function.
5329         (gnus-agent-flush-group, gnus-agent-expire-group)
5330         (gnus-agent-regenerate-group): Use it.
5331         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5332         nnmail-pathname-coding-system.
5333
5334 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5337
5338         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5339         that are unread as unread, and also as selected so that information of
5340         marks having been changed by a user may be updated when exiting group.
5341
5342 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5345         calculated ignoring signature parts to gnus-treat-article.
5346
5347 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5350         a point here in order to keep the window start.
5351         (gnus-insert-mime-security-button): Make a button overlay without the
5352         front stickiness.
5353         (gnus-mime-display-security): Goto the end of a button.
5354
5355         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5356
5357 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5360         group-name-at-point.
5361         (gnus-group-completing-read): New function that offers decoded
5362         non-ASCII group names for completion.
5363         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5364         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5365         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5366         (gnus-group-fetch-control): Use it.
5367         (gnus-fetch-group): Use group-name-at-point for the initial value
5368         rather than the default value; use gnus-alive-p.
5369
5370         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5371         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5372         (gnus-summary-post-news): Use gnus-group-completing-read.
5373
5374         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5375         (gnus-read-move-group-name): Decode group name for completion.
5376
5377 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5378
5379         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5380         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5381         Yamaoka slightly modified the code).
5382
5383 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5386         (nnmail-split-incoming): Bind it.
5387
5388         * nnml.el (nnml-group-name-charset): New function.
5389         (nnml-decoded-group-name): Use it; don't decode group name if
5390         nnmail-group-names-not-encoded-p is non-nil.
5391         (nnml-encoded-group-name): New function.
5392         (nnml-group-pathname): Inline nnml-decoded-group-name.
5393         (nnml-request-expire-articles): Decode group name in message.
5394         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5395         nnmail-pathname-coding-system.
5396         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5397         not decoded ones according to nnmail-group-names-not-encoded-p.
5398         (nnml-generate-active-info): Use nnml-encoded-group-name.
5399
5400 2007-08-08  Glenn Morris  <rgm@gnu.org>
5401
5402         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5403         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5404         doc-strings and comments.
5405
5406 2007-07-25  Glenn Morris  <rgm@gnu.org>
5407
5408         * Relicense all FSF files to GPLv3 or later.
5409
5410 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * gnus-sum.el (gnus-summary-move-article): Make
5413         gnus-summary-respool-article work.
5414
5415 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5418         string.
5419
5420 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5421
5422         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5423         that should be ignored when comparing distant RSS articles with local
5424         ones.
5425         (nnrss-make-hash-index): New function.  Create a hash index according
5426         to the ignored fields.
5427         (nnrss-check-group): Use it.
5428
5429 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5432
5433         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5434
5435         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5436         the new optional argument ENCODED is non-nil.
5437         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5438         coding system for encoding group name.
5439         (gnus-group-make-rss-group): Pass un-encoded group name to
5440         gnus-group-make-group.
5441         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5442         encoded.
5443
5444         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5445         Encode group name to which articles are moved or copied.
5446         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5447         coding system for encoding Newsgroup, Followup-To and Xref headers.
5448
5449         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5450         marks; use nnheader-file-coding-system to write a file.
5451         (nnagent-retrieve-headers): Bind file-name-coding-system to
5452         nnmail-pathname-coding-system.
5453
5454         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5455
5456         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5457         (nnml-request-article, nnml-request-create-group)
5458         (nnml-request-rename-group, nnml-find-id)
5459         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5460         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5461         (nnml-save-marks): Use nnml-group-pathname instead of
5462         nnmail-group-pathname.
5463
5464         (nnml-request-create-group, nnml-request-expire-articles)
5465         (nnml-request-move-article, nnml-request-delete-group)
5466         (nnml-deletable-article-p, nnml-possibly-create-directory)
5467         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5468         (nnml-open-marks): Bind file-name-coding-system to
5469         nnmail-pathname-coding-system.
5470
5471         (nnml-request-article): Pass server argument to nnml-find-group-number.
5472         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5473         server argument to nnml-possibly-create-directory.
5474         (nnml-request-accept-article): Pass server argument to
5475         nnml-active-number and nnml-save-mail.
5476         (nnml-find-group-number): Pass server argument to nnml-find-id.
5477         (nnml-request-update-info): Pass server argument to
5478         nnml-marks-changed-p.
5479
5480         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5481         (nnml-save-mail, nnml-active-number): Add server argument.
5482
5483         (nnml-request-delete-group): Warn if group is missing.
5484         (nnml-get-nov-buffer): Decode group name.
5485         (nnml-generate-active-info): Encode group name.
5486         (nnml-open-marks): Decode group name in messages.
5487
5488 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5491         if it is not specified.
5492         (gnus-article-pipe-part, gnus-article-save-part)
5493         (gnus-article-interactively-view-part, gnus-article-copy-part)
5494         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5495         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5496         (gnus-article-replace-part, gnus-article-delete-part)
5497         (gnus-article-view-part-as-type): Pass raw prefix argument to
5498         gnus-article-part-wrapper.
5499
5500 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-agent.el (gnus-agent-save-active): Bind
5503         nnheader-file-coding-system to gnus-agent-file-coding-system.
5504
5505         * gnus-cache.el (gnus-cache-save-buffers)
5506         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5507         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5508         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5509         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5510         (gnus-cache-generate-active, gnus-cache-rename-group)
5511         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5512         (gnus-cache-update-overview-total-fetched-for): Bind
5513         file-name-coding-system to nnmail-pathname-coding-system.
5514         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5515         variables.
5516         (gnus-cache-decoded-group-name): New function.
5517         (gnus-cache-file-name): Use it.
5518         (gnus-cache-generate-active): Use non-decoded group name for active.
5519
5520         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5521         right place.
5522         (gnus-write-active-file): Don't break non-ASCII group names.
5523
5524         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5525         nnmail-pathname-coding-system.
5526
5527         * lpath.el: Bind default-file-name-coding-system,
5528         file-name-coding-system and language-info-alist for XEmacs.
5529
5530         * gnus-uu.el (gnus-uu-decode-save): Typo.
5531
5532 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5535
5536 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5539         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5540         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5541         (gnus-agent-flush-group, gnus-agent-flush-cache)
5542         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5543         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5544         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5545         (gnus-agent-regenerate-group)
5546         (gnus-agent-update-files-total-fetched-for)
5547         (gnus-agent-update-view-total-fetched-for): Bind
5548         file-name-coding-system to nnmail-pathname-coding-system.
5549         (gnus-agent-group-pathname): Don't encode file names by
5550         nnmail-pathname-coding-system.
5551         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5552         coding-system-for-write instead of buffer-file-coding-system to
5553         gnus-agent-file-coding-system.
5554
5555         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5556         Decode group name.
5557
5558         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5559
5560         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5561         (gnus-read-newsrc-el-file): Make group names unibyte.
5562
5563         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5564         nnmail-pathname-coding-system.
5565
5566         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5567         (nnrss-request-delete-group): Bind file-name-coding-system to
5568         nnmail-pathname-coding-system.
5569         (nnrss-read-server-data, nnrss-read-group-data): Bind
5570         file-name-coding-system correctly.
5571         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5572
5573         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5574         (nntp-server-to-method-cache): New variable.
5575         (nntp-group-pathname): New function that decodes non-ASCII group names.
5576         (nntp-possibly-create-directory, nntp-marks-changed-p)
5577         (nntp-save-marks, nntp-open-marks): Use it.
5578         (nntp-possibly-create-directory, nntp-open-marks):
5579         Bind file-name-coding-system to nnmail-pathname-coding-system.
5580         (nntp-open-marks): Decode group names when bootstrapping marks.
5581
5582         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5583         Newsgroups and Folowup-To headers.
5584
5585 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5588         (gnus-server-closed-face, gnus-server-denied-face)
5589         (gnus-server-offline-face): Remove variable.
5590         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5591
5592         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5593         of modifying message-stack directly for XEmacs.
5594
5595         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5596         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5597         if the coding-system argument is nil for XEmacs.
5598
5599         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5600         mm-charset-override-alist.
5601
5602         * rfc2047.el: Don't require base64; require rfc2045 for the function
5603         rfc2045-encode-string.
5604         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5605         to quote the parameter value.
5606
5607 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5610         form in gnus-group-name-charset-method-alist.
5611
5612         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5613         overrides the default layout edit-form.
5614
5615         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5616
5617         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5618
5619 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5622         as unfetched articles.
5623
5624 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5627
5628 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5631         original back end that keeps marks in the local system.
5632
5633 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5636         arg of pop-to-buffer for XEmacs.
5637         (gnus-article-read-summary-keys): Ditto; don't restore window
5638         configuration if summary command ends up with neither article buffer
5639         nor summary buffer; describe bindings if summary keys end with C-h.
5640
5641 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * message.el (message-fix-before-sending): Skip raw message part to be
5644         forwarded while checking illegible text.
5645         (message-forward-make-body-mime, message-forward-make-body): Mark
5646         signed or encrypted raw message as having no illegible text.
5647
5648 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5651         (gnus-message-with-timestamp-1): New macro.
5652         (gnus-message-with-timestamp): New function.
5653         (gnus-message): Use them.
5654
5655         * nnheader.el (nnheader-message): Use them.
5656
5657 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5658
5659         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5660         .newsrc.eld file.
5661
5662 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * gnus-agent.el (gnus-agent-fetch-headers)
5665         (gnus-agent-retrieve-headers): Bind
5666         gnus-decode-encoded-address-function to identity.
5667
5668         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5669         available also when the server returns simply a dot.
5670
5671         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5672
5673 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5676
5677 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-ems.el (gnus-x-splash): Make it work.
5680
5681         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5682         from being used.
5683
5684         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5685
5686 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5689         4th and the 5th arguments.
5690
5691         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5692         the front stickiness.
5693         (gnus-article-summary-command-nosave): Correct the order of the
5694         arguments passed to pop-to-buffer.
5695         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5696         summary command ends up with the article buffer.
5697
5698         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5699         the same faces.
5700
5701 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5702
5703         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5704
5705 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5706
5707         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5708         * gnus-sum.el (gnus-summary-highlight):
5709         * pgg.el (pgg-sign-region, pgg-sign):
5710         * mail-source.el (mail-source-delete-old-incoming-confirm):
5711         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5712
5713 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-art.el (gnus-mime-view-part-externally)
5716         (gnus-mime-view-part-internally): Fix predicate function passed to
5717         completing-read.
5718
5719         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5720
5721         * gnus.el (gnus-update-message-archive-method): Add :version.
5722
5723 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus.el (gnus-update-message-archive-method): New variable.
5726
5727         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5728         according to gnus-message-archive-method if
5729         gnus-update-message-archive-method is non-nil.
5730
5731 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5734         by Loic Dachary <loic@dachary.org>.
5735         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5736
5737 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * message.el (message-pop-to-buffer): Add switch-function argument.
5740         (message-mail): Pass switch-function argument to it.
5741
5742 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5745         Improve doc string.
5746
5747 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5750         (gnus-header-content)
5751         * gnus-cite.el (gnus-cite-10)
5752         * gnus-srvr.el (gnus-server-closed)
5753         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5754         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5755         (gnus-group-mail-3-empty, gnus-group-mail-low)
5756         (gnus-group-mail-low-empty, gnus-splash)
5757         * message.el (message-header-to, message-header-cc)
5758         (message-header-subject, message-header-other, message-header-name)
5759         (message-header-xheader, message-separator, message-cited-text)
5760         (message-mml): Lighten colors of faces used for dark background.
5761
5762 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5763
5764         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5765         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5766
5767 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * message.el (message-narrow-to-headers-or-head):
5770         Ignore mail-header-separator in the body.
5771
5772 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5775         same as window size.
5776
5777 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5778
5779         * message.el (message-font-lock-keywords): Use message-header-xheader
5780         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5781         ahead of the anything pattern, to get it recognised.
5782
5783 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5786         spam.el loads uses it in the compiled defadvice form.
5787
5788 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5789
5790         * gnus-sum.el (gnus-articles-to-read)
5791         (gnus-summary-insert-old-articles): Don't truncate group name for
5792         `read-string'.
5793
5794         * gnus-util.el (gnus-limit-string): Delete this function.
5795
5796         * gnus-sum.el (gnus-simplify-subject-fully): Use
5797         `truncate-string-to-width' instead.
5798
5799 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5800
5801         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5802         if, on summary exit, the next group has to be selected.
5803         (gnus-summary-exit): Use it.
5804
5805 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5808         non-break space.
5809
5810 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5813         Check if group is not a directory.
5814         (nnfolder-request-expire-articles): Don't delete articles if the target
5815         group is not available.
5816
5817         * nnml.el (nnml-request-create-group): Properly check if group is not a
5818         file.
5819         (nnml-request-expire-articles): Don't delete articles if the target
5820         group is not available.
5821
5822         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5823         Don't quote characters that are within parentheses.
5824
5825 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5828         (gnus-handle-ephemeral-exit): Select article according to it.
5829
5830 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * message.el (message-insert-formated-citation-line): Remove newline.
5833         (message-citation-line-format): Add final \n here so that the user can
5834         avoid a blank line.
5835
5836 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5837
5838         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5839         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5840         Update lanl/arXiv support.
5841
5842 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * gnus.el: Bump version number.
5845
5846 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus.el (gnus-version-number): Bump version.
5849
5850 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5851
5852         * gnus.el: No Gnus v0.6 is released.
5853
5854 2007-04-27  Didier Verna  <didier@xemacs.org>
5855
5856         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5857         * gmm-utils.el (gmm-regexp-concat): here.
5858         * message.el: Don't require 'gnus-util.
5859         (message-dont-reply-to-names): Handle name change above.
5860         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5861
5862 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5865         since the initial value varies according to the system.
5866
5867 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5870
5871 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5872
5873         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5874
5875 2007-04-24  Didier Verna  <didier@xemacs.org>
5876
5877         Improve the type of gnus-ignored-from-addresses.
5878         * gnus-util.el (gnus-orify-regexp): New function.
5879         * message.el (gnus-util): Require it.
5880         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5881         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5882         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5883
5884 2007-04-24  Didier Verna  <didier@xemacs.org>
5885
5886         * gnus-sum.el:
5887         * gnus-utils.el: Fix some trailing whitespaces.
5888
5889 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5892         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5893         article's Message-ID; refer parent article in summary buffer.
5894
5895         * message.el (message-bounce): Call mime-to-mml.
5896
5897         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5898         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5899         optimize and/or forms properly.
5900
5901 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5904         URL.
5905
5906 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5909
5910 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5913         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5914         displayed of multipart/alternative part if it is invoked from summary
5915         buffer.
5916
5917         * mm-view.el (mm-inline-text-html-render-with-w3m)
5918         (mm-inline-text-html-render-with-w3m-standalone)
5919         (mm-inline-render-with-function): Use mail-parse-charset by default.
5920
5921 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5922
5923         * parse-time.el (parse-time-string-chars): Check if CHAR
5924         is less than the length of parse-time-syntax.
5925
5926 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5929         from gnus-newsgroup-processable.
5930
5931 2007-04-16  Didier Verna  <didier@xemacs.org>
5932
5933         * gnus-msg.el (gnus-configure-posting-styles): Handle
5934         message-signature-directory properly with :file syntax.  Reported by
5935         "Leo".
5936
5937 2007-04-11  Didier Verna  <didier@xemacs.org>
5938
5939         New user option: message-signature-directory.
5940         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5941         * message.el (message-insert-signature): Ditto.
5942         * message.el (message-signature-file): Doc update.
5943         * message.el (message-signature-directory): New.
5944
5945 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-msg.el (gnus-inews-yank-articles): Use
5948         message-exchange-point-and-mark instead of exchange-point-and-mark.
5949
5950 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * message.el (message-yank-original): Make sure cited text ends with
5953         newline; don't exchange point and mark.
5954
5955 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5956
5957         * tls.el (open-tls-stream): Properly handle case where there
5958         is no associated buffer.
5959
5960 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5961
5962         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5963         message-yank-original, make sure (< mark TEXT point).
5964
5965 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * message.el (message-fill-column): New variable.
5968         (message-mode): Use it.  Add comment on a possible new hook.
5969
5970         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5971         (nnmail-get-new-mail): Reformat.
5972
5973         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5974
5975         * gmm-utils.el: Fix Commentary.
5976         (gmm-tool-bar-from-list): Fix typo in doc string.
5977
5978 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5979
5980         * message.el (message-yank-original): Don't switch point and mark
5981         unnecessarily to put point and mark as documented.
5982
5983 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5986         from the message heads.
5987
5988 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5989
5990         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5991         article buffer does not have a window.  This may not be the best
5992         solution but is certainly better than setting the start of the null,
5993         that is the current, window.
5994
5995 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5996
5997         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5998         (gnus-draft-setup): Run it.
5999
6000         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6001         gnus-score-fast-scoring.  Allow regexp.
6002         (gnus-score-headers): Use it.
6003
6004         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6005         XEmacs.
6006
6007         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6008         string.
6009         (gnus-button-alist): Also catch `<f1> k ...'.
6010         (gnus-treat-display-x-face): Fix doc string.
6011
6012 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6013
6014         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6015         evaluation of gnus-extended-version to ensure correct generation of the
6016         User-Agent header when message-generate-headers-first is used.
6017
6018 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6019
6020         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6021         hashcash-path is nil.  Don't call callback with incorrect number of
6022         parameters if val is 0.
6023
6024 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6025
6026         * message.el (message-required-news-headers):
6027         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6028
6029 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6030
6031         * tls.el (open-tls-stream): In handshake-waiting loop,
6032         don't wait more if there is output available to process.
6033
6034 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6035
6036         * tls.el (tls-program): Doc fix.
6037
6038 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * message.el (message-generate-new-buffers): Change the meaning of the
6041         nil value; add `standard' to the choices; treat t as `unique'; improve
6042         doc string.
6043         (gnus-select-frame-set-input-focus): Autoload.
6044         (message-buffer-name): Search for the existing message buffer if
6045         message-generate-new-buffers is nil or `standard'; treat the value t of
6046         message-generate-new-buffers as `unique'.
6047         (message-pop-to-buffer): Raise the frame already displaying the message
6048         buffer; clear the echo area after querying.
6049         (message-setup): Pass the `continue' argument to compose-mail.
6050         (message-mail): Prefer `switch-function' if it is given; search for the
6051         existing message buffer if the `continue' argument is non-nil; pass
6052         continue and switch-function arguments to compose-mail by way of
6053         message-setup.
6054         (message-mail-other-window): Adjust argument of message-setup.
6055         (message-mail-other-frame): Ditto.
6056
6057 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6060         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6061         to turn font-lock on when turning gnus-message-citation-mode on.
6062
6063 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6064
6065         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6066         (mml-smime-function-alist): New variable; add epg as the backend.
6067         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6068         mml-smime- functions instead.
6069         * mm-view.el: Require smime.
6070
6071 2007-03-05  Didier Verna  <didier@xemacs.org>
6072
6073         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6074         instead of just inheritance for posting styles.
6075         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6076
6077 2007-02-24  Chris Moore  <dooglus@gmail.com>
6078
6079         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6080         * pgg-pgp.el (pgg-pgp-encrypt-region):
6081         * pgg-gpg.el (pgg-gpg-encrypt-region):
6082         Check pgg-encrypt-for-me if no other recipients.
6083
6084 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6085
6086         * tls.el (tls-certtool-program): Fix custom type.
6087
6088 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6091         and point-at-eol instead of line-(beginning|end)-position.
6092
6093         * assistant.el (assistant-parse-buffer): Ditto.
6094
6095         * netrc.el (netrc-parse-services): Ditto.
6096
6097 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6098
6099         * mml2015.el (mml2015-epg-find-usable-key): New function.
6100         (mml2015-epg-sign): Use it.
6101         (mml2015-epg-encrypt): Use it.
6102
6103 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * message.el (message-make-in-reply-to): Quote name containing
6106         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6107         if there are special characters.  Reported by NAKAJI Hiroyuki
6108         <nakaji@jp.freebsd.org>.
6109
6110 2007-02-27  Didier Verna  <didier@xemacs.org>
6111
6112         Include the group parameters as well as the topic ones in the
6113         inheritance filter process.
6114         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6115         argument GROUP-PARAMS-LIST.
6116         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6117
6118 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * nntp.el (nntp-never-echoes-commands)
6121         (nntp-open-connection-functions-never-echo-commands): New variables.
6122         (nntp-send-command): Use them.
6123
6124 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6125
6126         * mml2015.el (mml2015-epg-verify): Simplified.
6127
6128 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * mml.el (mml-content-disposition-alist): New user option.
6131         (mml-content-disposition): New function.
6132         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6133         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6134
6135 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6136
6137         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6138         verification.
6139
6140 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6141
6142         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6143         articles posted in the last 24 hours.
6144
6145 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6146
6147         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6148
6149 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6150
6151         * nntp.el (nntp-send-command): Don't wait for echoes when
6152         nntp-open-ssl-stream is used.
6153
6154 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6157         (gnus-message-add-citation-keywords)
6158         (gnus-message-remove-citation-keywords): Remove.
6159         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6160         directly, make the variables in font-lock-defaults buffer-local, add
6161         gnus-message-citation-keywords to them and then update the value of
6162         font-lock-keywords.
6163
6164 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * message.el (message-cite-original-1): Don't call
6167         gnus-article-highlight-citation.
6168
6169         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6170         citations; fix line count.
6171
6172 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6175         (gnus-message-add-citation-keywords)
6176         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6177         versions of font-lock-add-keywords and font-lock-remove-keywords to
6178         work with XEmacs correctly.
6179
6180 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-cite.el (gnus-cite-face-list): Set the values of
6183         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6184         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6185         (gnus-message-cite-prefix-regexp): New variable.
6186         (gnus-message-search-citation-line): Use it; protect against long
6187         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6188         the 0th match data for Emacs.
6189         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6190         (gnus-message-add-citation-keywords): Append keywords rather than
6191         prepending; emulate font-lock-add-keywords if it is not available.
6192         (gnus-message-remove-citation-keywords): Emulate
6193         font-lock-remove-keywords if it is not available.
6194
6195         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6196
6197         * message.el (message-cite-prefix-regexp): Set the value of
6198         gnus-message-cite-prefix-regexp.
6199
6200 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6201
6202         * nnweb.el (nnweb-google-parse-1): Update parser.
6203
6204 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6205
6206         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6207
6208 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6209
6210         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6211         regexp.
6212
6213 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6216         string-to-multibyte.
6217         (uudecode-decode-region-internal): Use it.
6218
6219         * lpath.el: Fbind string-as-multibyte for XEmacs.
6220
6221 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6224         custom choice.
6225
6226         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6227
6228 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6229
6230         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6231
6232         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6233         `write-region' to respect `mm-inhibit-file-name-handlers'.
6234
6235 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6238         Use gnus-home-directory instead of "~/" or "$HOME".
6239
6240 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6243         to mention filename.
6244         Add comments at beginning regarding usage.
6245         (encrypt-write-file-contents): Change interactive so a string is
6246         acceptable.  If the file has no associated model, show an error instead
6247         of a nonsense prompt.
6248
6249 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6250
6251         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6252         Thanks to Yoshihiko Yamada for kind notification of this typo.
6253
6254 2007-01-12  Kenichi Handa  <handa@m17n.org>
6255
6256         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6257         multibyte buffer.
6258
6259 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * gnus-score.el (gnus-score-fast-scoring): New variable.
6262         (gnus-score-headers): Use it.
6263
6264         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6265
6266         * message.el (message-cite-original-1): Call
6267         gnus-article-highlight-citation if requested.
6268         (message-make-from): Allow name and address as optional arguments.
6269
6270         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6271
6272         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6273         bugs to doc string.
6274         (gnus-button-alist): Add mid\\|message-id.
6275         (gnus-button-fetch-group): Extend for use in
6276         `browse-url-browser-function'.
6277         (gnus-button-url-regexp): Try to catch paired parentheses like in
6278         Wikipedia URLs.
6279
6280         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6281         Suggested by Simon Krahnke <overlord@gmx.li>.
6282
6283 2007-01-13  Romain Francoise  <romain@orebokech.com>
6284
6285         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6286         Update copyright.
6287
6288 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6289
6290         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6291
6292 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6293
6294         * gnus-registry.el (gnus-registry-unfollowed-groups)
6295         (gnus-registry-split-fancy-with-parent): Fix documentation.
6296
6297 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6300         from nnweb groups.
6301
6302 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6303
6304         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6305         Xref urls.  Erase buffer before requesting head.
6306
6307 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6310         customizable.
6311
6312 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6313
6314         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6315         no signing key is found.
6316         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6317         no encrypting and/or signing key is found.
6318
6319 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6322
6323 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6324
6325         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6326         headers read from disk with the ones newly found in the current search.
6327         This should no longer cause problems, because the article numbers in
6328         Gmane's `nov.php' output are ignored since the previous change.
6329
6330 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6331
6332         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6333
6334 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6337         replace-regexp-in-string; bind url-version; fbind display-images-p and
6338         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6339         find-face and set-itimer-function for Emacs; bind itimer-list for
6340         Emacs.
6341
6342         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6343
6344 2007-01-01  Romain Francoise  <romain@orebokech.com>
6345
6346         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6347
6348 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6349
6350         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6351         `define-minor-mode' macro definition expanded properly.
6352         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6353         exclude it there.
6354
6355         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6356         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6357         `fboundp' test.
6358         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6359         This is OK to autoload in (S)XEmacs now.
6360
6361 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6362
6363         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6364         keystroke.
6365         (gnus-summary-limit-to-singletons): Fix typo.
6366
6367         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6368         else fails.
6369
6370 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6371
6372         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6373         docstring.
6374
6375         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6376         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6377         (gnus-summary-insert-dormant-articles): Fix typo in message.
6378
6379 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6382         nil for XEmacs.
6383         (gnus-message-citation-mode): Don't autoload in XEmacs.
6384
6385         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6386
6387 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6388
6389         * nnimap.el (nnimap-expunge-search-string): Mention
6390         nnimap-search-uids-not-since-is-evil in docstring.
6391
6392 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * spam.el: Revert to make-obsolete-variable because
6395         define-obsolete-variable-alias is not supported in Emacs 21.
6396
6397         * spam.el (spam-ifile-path, spam-ifile-database-path)
6398         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6399         make-obsolete-variable.
6400         (spam-bsfilter-path, spam-bsfilter-program)
6401         (spam-spamassassin-path, spam-spamassassin-program)
6402         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6403         use "path" inappropriately.
6404         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6405         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6406         variable names.
6407
6408 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6409
6410         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6411         summary buffer.
6412
6413         * password.el (password-cache-remove): Use clear-string to burn
6414         password, if available.
6415
6416 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6419
6420         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6421
6422         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6423         (gnus-message-highlight-citation): Move defcustom here from
6424         gnus-cite.el.
6425         (gnus-message-citation-mode): Autoload.
6426
6427         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6428         checks to make it compile with XEmacs.
6429         (gnus-message-citation-mode): New minor mode.
6430         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6431         (gnus-message-highlight-citation): New variables.
6432         (gnus-message-search-citation-line)
6433         (gnus-message-add-citation-keywords)
6434         (gnus-message-remove-citation-keywords)
6435         (turn-on-gnus-message-citation-mode)
6436         (turn-off-gnus-message-citation-mode): New functions.
6437
6438 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6439
6440         * gnus-cite.el: Enable highlighting of different citation levels in
6441         message-mode.
6442
6443 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * message.el (message-make-fqdn): Fix comment.
6446         (message-bogus-system-names): Add ".local".
6447
6448         * spam.el (spam-ifile-path, spam-ifile-program)
6449         (spam-ifile-database-path, spam-ifile-database)
6450         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6451         Don't use "path" inappropriately.
6452         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6453         strings.
6454         (spam-check-ifile, spam-ifile-register-with-ifile)
6455         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6456         new variable names.
6457
6458         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6459         (gnus-treat-display-smileys): Simplify using
6460         gnus-image-type-available-p.
6461
6462         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6463         available.
6464
6465         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6466         `display-images-p' if available.
6467
6468 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6471         one after turning on the buffer's multibyteness instead of decoding
6472         them directly in the unibyte buffer that causes unexpected conversion
6473         in Emacs 23 (unicode).
6474
6475 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6476
6477         * message.el (message-generate-hashcash): Fix custom type.
6478
6479 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6482
6483 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6486         disconnect icons.  Add help text.
6487
6488 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6491         negated to be consistent with the others we handle.
6492
6493 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6496         version of gnus-summary-buffer to something, so that we can use two
6497         article buffers at the same time.
6498
6499 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6502         trigger all the extra headers.
6503         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6504         sorting.
6505
6506 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6507
6508         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6509         solid groups.
6510
6511 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6512
6513         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6514
6515 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * legacy-gnus-agent.el: Add Copyright notice.
6518
6519 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6520
6521         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6522
6523 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6526
6527         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6528         to make it work reliably in CVS Emacs.
6529         (gnus-summary-limit-strange-charsets-predicate)
6530         (gnus-summary-limit-to-predicate): New functions.
6531
6532 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6533
6534         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6535         specifying array size.
6536         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6537         array if it is too small.
6538         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6539         (gnus-sort-threads-loop): New function.
6540
6541 2006-12-06  Chris Moore  <dooglus@gmail.com>
6542
6543         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6544         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6545
6546 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6547
6548         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6549         options.
6550
6551 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6554         DOS-ing the recipient.
6555
6556         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6557         the headers when creating the mapping to avoid mismappings.
6558         (nnweb-gmane-create-mapping): Always nix out old mapping.
6559
6560 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6563         and mm-verify-option to never.
6564
6565 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * message.el (message-signed-or-encrypted-p): New function.
6568         (message-forward-make-body): Use it.
6569
6570         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6571         Replace encode-coding-string with mm-encode-coding-string.
6572
6573 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * nneething.el (nneething-decode-file-name): Replace
6576         decode-coding-string with mm-decode-coding-string.
6577
6578         * gnus-int.el (gnus-open-server): Say failed server's name.
6579
6580 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6581
6582         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6583         strings to a single string.  Quote `errors-file-name'.
6584         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6585         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6586         Adjust calls.  Use `shell-quote-argument'.
6587
6588 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6589
6590         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6591         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6592
6593         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6594         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6595         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6596         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6597         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6598         (gnus-subscribe-newsgroup, gnus-1):
6599         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6600         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6601         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6602         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6603
6604 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6607         keystroke.
6608         (gnus-summary-limit-to-bodies): Implement headersp.
6609
6610 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6613
6614 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6617
6618 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * message.el (message-generate-hashcash): Expand range of values to
6621         include `opportunistic'.
6622         (message-send-mail): Use it.
6623
6624 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6625
6626         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6627         and comment it.
6628
6629         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6630
6631 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6632
6633         * gnus-util.el (gnus-extract-address-components): Improve comment.
6634
6635 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-util.el (gnus-extract-address-components): Work with address in
6638         which the name portion contains @.
6639
6640         * lpath.el: Fbind custom-autoload.
6641
6642 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus.el (gnus-start): Move custom group up.
6645         (gnus-select-method): Don't autoload, but make it available for
6646         `customize-variable'.
6647         (gnus-getenv-nntpserver): Don't autoload.
6648
6649 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6652
6653 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * message.el (message-sendmail-extra-arguments): New variable.
6656         (message-send-mail-with-sendmail): Use it.
6657
6658 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6661         mm-with-unibyte-current-buffer to make string unibyte.
6662
6663         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6664         mm-string-as-multibyte.
6665
6666 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6667
6668         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6669         Reported by Werner Koch <wk@gnupg.org>.
6670
6671 2006-11-14  Daiki Ueno  <ueno@p360>
6672
6673         * mml2015.el: Autoload epa-select-keys when compiling.
6674
6675 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6676
6677         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6678         message-options.
6679         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6680
6681 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6682
6683         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6684         EasyPG (< 0.0.6).
6685         (mml2015-always-trust): New user option.
6686         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6687         prompt.
6688
6689 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * nntp.el (nntp-authinfo-force): New variable.
6692         (nntp-send-authinfo): Use it.
6693
6694 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6697         decode encoded words.  Improve prompt.  Add comment about forwarding.
6698         (message-replacement-char): Move up.
6699
6700 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6701
6702         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6703         instead of gnus-intersection because arguments of gnus-sorted-nunion
6704         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6705
6706 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6709         (message-simplify-subject-functions): Enable
6710         message-strip-subject-encoded-words by default.
6711
6712 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * message.el (message-strip-subject-encoded-words): New function.
6715         (message-simplify-subject-functions): New variable.
6716         (message-simplify-subject): Use it.  Fix typo in doc string.
6717         Support message-strip-subject-encoded-words.
6718
6719 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6720
6721         * gnus-diary.el (gnus-diary-delay-format-function):
6722         * nndiary.el (nndiary-reminders):
6723         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6724
6725 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus-art.el (article-hide-boring-headers): Fetch date from
6728         gnus-original-article-buffer to avoid problems with localized date
6729         strings.
6730
6731 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6734
6735 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6738         New variables.
6739         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6740         (mm-charset-synonym-alist): Move some entries to
6741         mm-codepage-iso-8859-list.
6742         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6743         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6744
6745 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6748
6749 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6752         with Emacs 21 and XEmacs.
6753
6754 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * spam.el (spam-parse-address): New function for better parsing,
6757         catching errors, etc.
6758         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6759
6760 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * mm-view.el: Add interactive arg to html2text autoload.
6763
6764 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6767
6768 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6771         variables.
6772         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6773         (mm-charset-synonym-alist): Move some entries to
6774         mm-codepage-iso-8859-list.
6775
6776         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6777
6778 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * message.el (message-citation-line-format)
6781         (message-insert-formated-citation-line): Fix implementation of %E, %N
6782         and %n according to the doc string.
6783
6784 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6787         car-safe to avoid bad parses.
6788
6789 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6792         names.
6793
6794         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6795
6796 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6799         header.
6800
6801         * message.el (message-draft-headers): Add Date.
6802         (message-headers-to-generate): Fix typo in docstring.
6803
6804         * nndraft.el (nndraft-required-headers): New variable.
6805         (nndraft-generate-headers): Use it.
6806
6807         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6808
6809 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6810
6811         * gnus-registry.el (gnus-registry-wash-for-keywords)
6812         (gnus-registry-find-keywords): New functions to allow easy searching of
6813         articles that are in the registry.
6814
6815 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6818         ietf-drums-parse-address instead of gnus-extract-address-components.
6819         Reported by Damien Elmes <damien@repose.cx>.
6820
6821 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus.el (gnus-mime): Remove unused custom group.
6824
6825 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6826
6827         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6828         "blank line" when searching for end of armor headers.
6829
6830 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gmm-utils.el (gmm-write-region): Fix variable name.
6833
6834 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * gmm-utils.el (gmm-write-region): New function based on compatibility
6837         code from `mm-make-temp-file'.
6838
6839         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6840
6841         * nnmaildir.el (nnmaildir--update-nov)
6842         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6843         Use `gmm-write-region'.
6844
6845 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6848         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6849
6850         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6851
6852         * message.el (message-replacement-char): New variable.
6853         (message-fix-before-sending): Use it.
6854         (message-simplify-subject): New function to remove duplicate code.
6855         (message-reply, message-followup): Use it.
6856
6857         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6858         gnus-summary-limit-to-articles.
6859
6860 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * gnus-util.el (gnus-with-local-quit): New macro.
6863
6864         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6865
6866 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6869         ignore non-string data.
6870
6871 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6874         non-string data (needs to be done in the registry too).
6875
6876 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6877
6878         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6879         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6880         (gnus-registry-split-fancy-with-parent)
6881         (gnus-registry-fetch-simplified-message-subject-fast)
6882         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6883         Remove text properties on ingress into the registry and when it's saved.
6884         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6885         registry from entries with no groups.
6886
6887 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6890         function to remove string properties.
6891
6892 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * gmm-utils.el (gmm): Adjust custom version.
6895
6896         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6897         custom version.
6898
6899         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6900
6901 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6902
6903         * gnus-art.el (gnus-insert-prev-page-button)
6904         (gnus-insert-next-page-button): Simplify.  Reformat.
6905
6906 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6907
6908         * gnus-art.el (gnus-insert-prev-page-button)
6909         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6910
6911 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6912
6913         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6914
6915 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6916
6917         * gnus-art.el (gnus-insert-mime-button)
6918         (gnus-insert-mime-security-button):
6919         Apply gnus-article-button-face to MIME and security buttons.
6920
6921 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6924         readable.
6925
6926 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6929
6930 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6931
6932         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6933         `browse-url-of-file' instead of `browse-url'.
6934
6935 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6936
6937         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6938         regexp.  Articles containing quotation were cut prematurely.
6939
6940 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * message.el (message-cite-original-1): Use nobody by default for the
6943         value of From header.
6944         (message-reply): Ditto.
6945
6946 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6947
6948         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6949         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6950         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6951
6952 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6955         mails in the doc string.  Add some URLs in comment.
6956         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6957
6958 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6961         backslashes handling and the way to find boundaries of quoted strings.
6962
6963 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6964
6965         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6966         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6967         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6968         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6969
6970 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6973         doc string.
6974         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6975
6976 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * lpath.el: Fbind epg-check-configuration.
6979
6980 2006-09-06  Simon Josefsson  <jas@extundo.com>
6981
6982         * mml2015.el (mml2015-use): Doc fix, mention epg.
6983
6984 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6985
6986         * mml2015.el (mml2015-use): Default to epg, if available.
6987
6988 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6989
6990         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6991         message-sender.
6992         (mml1991-epg-encrypt): Ditto.
6993         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6994         message-sender.
6995         (mml2015-epg-encrypt): Ditto.
6996
6997 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6998
6999         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7000         several common directories.
7001
7002 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7003
7004         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7005         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7006
7007 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-art.el (article-decode-encoded-words): Make it fast.
7010
7011 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7014
7015         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7016         in quoted string into `\'.
7017
7018 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7021         Use standard-syntax-table.
7022
7023 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (gnus-decode-address-function): New variable.
7026         (article-decode-encoded-words): Use it to decode headers which are
7027         assumed to contain addresses.
7028         (gnus-mime-delete-part): Remove useless `or'.
7029
7030         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7031         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7032         (gnus-nov-parse-line): Use it to decode From header.
7033         (gnus-get-newsgroup-headers): Ditto.
7034         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7035
7036         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7037         (mail-decode-encoded-address-string): New alias.
7038
7039         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7040         New function.
7041         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7042         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7043         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7044         (rfc2047-decode-string): Ditto.
7045         (rfc2047-decode-address-region): New function.
7046         (rfc2047-decode-address-string): New function.
7047
7048 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * message.el (message-caesar-buffer-body): Allow rotating headers.
7051
7052         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7053
7054         * message.el (message-insert-formated-citation-line): Fix %f.
7055         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7056
7057 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7060         (gnus-bookmark-mouse-available-p): New macro.
7061         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7062         (gnus-bookmark-bmenu-show-infos): Use it.
7063         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7064         (gnus-bookmark-bmenu-hide-infos): Ditto.
7065         (gnus-bookmark-remove-properties): New function.
7066         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7067         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7068         (gnus-bookmark-write-file): Bind coding-system-for-write.
7069         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7070         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7071         group before selecting it.
7072         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7073         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7074         quit-window if it is not available; use gnus-mouse-2 and bind it to
7075         gnus-bookmark-bmenu-select-by-mouse.
7076         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7077         (gnus-bookmark-bmenu-select-by-mouse): New function.
7078
7079 2006-08-13  Romain Francoise  <romain@orebokech.com>
7080
7081         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7082         space.
7083
7084 2006-08-10  Romain Francoise  <romain@orebokech.com>
7085
7086         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7087         (dns-mode-soa-auto-increment-serial): New user option.
7088         (dns-mode-soa-maybe-increment-serial): New function.
7089         (dns-mode): Add the latter to `write-contents-functions'.
7090
7091 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * compface.el (uncompface): Use binary rather than raw-text-unix.
7094
7095 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * compface.el (uncompface): Make sure the eol conversion doesn't take
7098         place when communicating with the external programs.  Reported by
7099         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7100
7101 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7104
7105 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7106
7107         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7108         Make it more robust by parsing author and date independently.
7109
7110 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7113
7114 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7115
7116         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7117         first matching secret key.
7118         (mml2015-epg-encrypt): Ditto.
7119
7120         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7121         first matching secret key.
7122         (mml1991-epg-encrypt): Ditto.
7123
7124         * mml2015.el (mml2015-encrypt-to-self): New user option.
7125         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7126         mml2015-epg-encrypt-to-self is set.
7127
7128         * mml1991.el (mml1991-encrypt-to-self): New variable.
7129         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7130         mml1991-epg-encrypt-to-self is set.
7131
7132         * mml2015.el (mml2015-signers): New user option.
7133         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7134         (mml2015-epg-encrypt): Allow to select signing keys.
7135
7136         * mml1991.el (mml1991-signers): New variable.
7137         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7138         (mml1991-epg-encrypt): Allow to select signing keys.
7139
7140 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * nnheader.el (nnheader-insert-head): Make it work even if the file
7143         uses CRLF for the line-break code.
7144
7145 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7146
7147         * mml2015.el: Require mml-sec instead of password.
7148         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7149         (mml2015-cache-passphrase): Inherit the default value from
7150         mml-secure-cache-passphrase.
7151         (mml2015-passphrase-cache-expiry): Inherit the default value from
7152         mml-secure-passphrase-cache-expiry.
7153
7154         * mml1991.el: Require mml-sec instead of password.
7155         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7156         (mml1991-cache-passphrase): Inherit the default value from
7157         mml-secure-cache-passphrase.
7158         (mml1991-passphrase-cache-expiry): Inherit the default value from
7159         mml-secure-passphrase-cache-expiry.
7160
7161         * mml-sec.el: Require password.
7162         (mml-secure-verbose): New user option.
7163         (mml-secure-cache-passphrase): New user option.
7164         (mml-secure-passphrase-cache-expiry): New user option.
7165
7166 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7167
7168         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7169         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7170         andreas@altroot.de (Andreas Vögele).
7171
7172         FIXME: Use `tiny change'?
7173
7174 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7175
7176         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7177         workaround for the url package included with Emacs.
7178
7179         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7180
7181 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7184         correctly.  This fixes a bug caused by the 2006-05-12 change.
7185
7186 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7187
7188         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7189         some information about the error when saying that the `bogus' mail
7190         group will be used.
7191
7192 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7195         string.
7196
7197 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7198
7199         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7200
7201 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7202
7203         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7204
7205 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7206
7207         * mml1991.el (mml1991-function-alist): Add epg.
7208         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7209         (mml1991-epg-encrypt): New functions.
7210
7211 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7212
7213         * mml2015.el (mml2015-verbose): New variable.
7214         (mml2015-cache-passphrase): Ditto.
7215         (mml2015-passphrase-cache-expiry): Ditto.
7216         (mml2015-function-alist): Add epg.
7217         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7218         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7219         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7220         functions.
7221
7222 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7223
7224         * message.el (message-cite-original-1): Preserve region when removing
7225         quoted text due to X-No-Archive in order to avoid bogus attribution
7226         when citing multiple messages.
7227
7228 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7229
7230         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7231         Kenneth Jacker <khj@be.cs.appstate.edu>.
7232
7233 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * gnus-diary.el (gnus-user-format-function-d)
7236         (gnus-user-format-function-D): Autoload.
7237
7238         * imap.el (Commentary): Fix typo.
7239
7240         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7241         2006-04-22 contribution.
7242
7243 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7244
7245         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7246         It didn't really fix the bogosity I'm seeing with solid web groups.
7247
7248 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7249
7250         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7251         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7252         created using server names.  If we use the feature without declaring
7253         it, Gnus does not properly manage server and group state.
7254
7255         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7256         bound.
7257
7258 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7259
7260         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7261         looking up the method using GROUP's prefix before inventing a new one.
7262         It is used on killed/unknown groups in various places where returning
7263         an all-new method isn't expected by the caller.
7264
7265         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7266         and match semantics of gnus-group-real-prefix.
7267
7268 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * nnmail.el (nnmail-broken-references-mailers): New variable.
7271         (nnmail-ignore-broken-references): New function generalizing
7272         nnmail-fix-eudora-headers.
7273         (nnmail-fix-eudora-headers): Now obsolete.
7274
7275         * gnus-art.el (gnus-button-handle-custom): Support
7276         `customize-apropos*'.
7277
7278 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7281
7282         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7283         articles.
7284
7285 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * message.el (message-cite-reply-above): New variable.
7288         (message-yank-original): Use it.
7289
7290 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7293
7294 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7297         as read.
7298
7299         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7300
7301 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7304         (gnus-bookmark-default-file): Use gnus-directory.
7305         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7306         Remove "*" in doc string.
7307         (gnus-bookmark-write-file): Simplify.
7308         (gnus-bookmark-maybe-sort-alist): Use `when'.
7309         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7310         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7311         FIXME about Emacs 21 and XEmacs compatibility.
7312         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7313         compatibility.
7314         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7315         compatibility.
7316         (gnus-bookmark-menu-heading): Fix version.
7317
7318 2006-06-19  Bastien Guerry  <bzg@altern.org>
7319
7320         * gnus-bookmark.el: New file.
7321
7322 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * message.el (message-syntax-checks): Doc fix.
7325
7326 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7327
7328         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7329         unsubscribed groups as if they were killed ones.  It causes duplicate
7330         entries in gnus-newsrc-alist.
7331
7332 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * message.el (message-syntax-checks): Doc fix.
7335         (message-send-mail): Add check for continuation headers.
7336         (message-check-news-header-syntax): Fix regexp used to check for
7337         continuation headers.
7338
7339 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7342
7343 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7346
7347 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7350         default-truncate-lines.
7351
7352 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7355         to fill the utf-8 entry.
7356
7357         * lpath.el: Fbind unicode-precedence-list.
7358
7359 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7360
7361         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7362
7363 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7364
7365         * gnus-agent.el (directory-files-and-attributes): Move all the way
7366         forward (the third and final move).
7367         (gnus-agent-read-agentview): Trap reconstruction errors due to
7368         nonexistant directory.  Handle by returning nil.
7369
7370 2006-05-30  Didier Verna  <didier@xemacs.org>
7371
7372         * message.el (message-dont-reply-to-names): Update the custom type.
7373         * message.el (message-dont-reply-to-names): New defsubst: potentially
7374         convert a list of regexps into a single one.
7375         * message.el (message-get-reply-headers): Use it.
7376         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7377
7378 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * gnus-agent.el (directory-files-and-attributes): Move forward.
7381
7382 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * gnus-ml.el (gnus-mailing-list-subscribe)
7385         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7386         (gnus-mailing-list-message): Fix doc strings.
7387
7388 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7389
7390         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7391         of doing it manually.
7392
7393 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7394
7395         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7396         comment.
7397
7398 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7399
7400         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7401         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7402         (gnus-agent-read-local): All symbols allocated in my-obarray.
7403         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7404         (gnus-agent-regenerate-group): Check numeric names to see if they are
7405         messages or groups.
7406         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7407         better way of do this...)
7408
7409         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7410         'dummy.group' (there should be a better way of do this...)
7411
7412 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7415         (gnus-saved-headers): Ditto.
7416         (gnus-default-article-saver): Mention functions may have properties.
7417         (gnus-article-save): Override gnus-save-all-headers and
7418         gnus-saved-headers by :headers property which saver function may have.
7419         (gnus-summary-save-in-file): Add :headers property.
7420         (gnus-summary-write-to-file): Ditto.
7421
7422         * gnus-sum.el (gnus-summary-save-article): Bind
7423         gnus-prompt-before-saving to t when saving many articles in a file;
7424         always show all headers.
7425
7426         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7427
7428 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7431         marks.
7432
7433         * message.el (message-indent-citation): Add optional arguments to allow
7434         using it outside of message buffers.
7435
7436         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7437         (gnus-article-treat-unfold-headers): Use it.
7438         (gnus-article-truncate-lines): New variable.
7439         (gnus-article-mode): Use it.
7440         (gnus-article-toggle-truncate-lines): New function.
7441
7442         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7443         gnus-article-toggle-truncate-lines.
7444
7445         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7446         coding system in XEmacs, use binary.
7447
7448 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7451         after-load-alist.
7452
7453         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7454         this function should save decoded articles.
7455         (gnus-summary-write-to-file): Use property to specify this function
7456         should save decoded articles and specify gnus-summary-save-in-file
7457         should be used to save articles other than the first one when saving
7458         many articles.
7459         (gnus-summary-save-body-in-file): Use property to specify this
7460         function should save decoded articles.
7461         (gnus-summary-write-body-to-file): Use property to specify this
7462         function should save decoded articles and specify
7463         gnus-summary-save-body-in-file should be used to save articles other
7464         than the first one when saving many articles.
7465
7466         * gnus-sum.el (gnus-summary-save-article): Simplify.
7467
7468 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-art.el (gnus-default-article-saver): Add
7471         gnus-summary-write-body-to-file.
7472         (gnus-article-save-coding-system): Don't use coding system object
7473         in XEmacs.
7474         (gnus-read-save-file-name): Add optional `dir-var' argument which
7475         specifies directory in which files are saved; work even if optional
7476         `variable' argument is not specified.
7477         (gnus-summary-write-to-file): Read file name.
7478         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7479         (gnus-summary-write-body-to-file): New function.
7480
7481         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7482         (gnus-summary-local-variables): Add it.
7483         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7484         (gnus-summary-save-article): Remove optional `decode' argument;
7485         determine whether to decode articles by the value of
7486         gnus-default-article-saver; when saving many files using
7487         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7488         it first and use gnus-summary-save-in-file or
7489         gnus-summary-save-body-in-file thereafter unless
7490         gnus-prompt-before-saving is always; move point to article which
7491         will be saved.
7492         (gnus-summary-save-article-file): Revert.
7493         (gnus-summary-write-article-file): Revert.
7494         (gnus-summary-save-article-body-file): Revert.
7495         (gnus-summary-write-article-body-file): New function.
7496
7497 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * gnus-art.el (gnus-default-article-saver): Doc fix.
7500         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7501         from gnus-summary-save-article-coding-system, and default to a
7502         certain coding system.
7503         (gnus-output-to-file): Add coding cookie and encode text according
7504         to gnus-article-save-coding-system; don't use mm-append-to-file.
7505
7506         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7507         gnus-art.el and rename to gnus-article-save-coding-system.
7508         (gnus-summary-save-article): Require gnus-art; don't show all
7509         headers if it decodes articles; don't add coding cookie here;
7510         don't bind mm-text-coding-system-for-write.
7511         (gnus-summary-save-article-file): Save decoded articles.
7512         (gnus-summary-write-article-file): When saving many files, use
7513         gnus-summary-write-to-file first and gnus-summary-save-in-file
7514         thereafter unless gnus-prompt-before-saving is always.
7515         (gnus-summary-save-article-body-file): Save decoded articles.
7516
7517         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7518
7519 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * nnrss.el (nnrss-check-group): Bind hash-index.
7522
7523 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7524
7525         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7526         its hash index.  Store this hash in `nnrss-group-data'.
7527         (nnrss-read-group-data): Update accordingly.
7528
7529 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7532         entry.
7533
7534         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7535         gnus-article-browse-html-article.
7536
7537 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7538
7539         * gnus-sum.el (gnus-summary-mime-map): Add
7540         gnus-article-browse-html-article.
7541
7542         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7543
7544 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7545
7546         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7547         suitable coding systems in customize.
7548
7549 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * mail-source.el (mail-sources): Fix custom type.
7552
7553 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7556         (gnus-summary-expire-articles-now): Shorten prompt.
7557
7558         * gmm-utils.el (wid-edit): Require.
7559         (defun-gmm): Renamed from `gmm-defun-compat'.
7560         (gmm-image-search-load-path): Use it.
7561         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7562
7563 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7566         variable.
7567         (gnus-summary-save-article): Add optional `decode' argument.  If
7568         it is set and gnus-summary-save-article-coding-system is non-nil,
7569         save decoded article.
7570         (gnus-summary-write-article-file): Save decoded article if
7571         gnus-summary-save-article-coding-system is non-nil.
7572
7573         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7574         type.
7575
7576 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7579
7580 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7583         first to test gnus-single-article-buffer which may be buffer-local.
7584
7585         * gnus-sum.el (gnus-summary-setup-buffer): Make
7586         gnus-single-article-buffer buffer-local and nil in ephemeral
7587         group; make gnus-article-buffer, gnus-article-current, and
7588         gnus-original-article-buffer always buffer-local.
7589         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7590         group.
7591         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7592
7593 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * nnml.el (nnml-request-compact-group): Compressed files might not
7596         have .gz extension.
7597
7598 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7599
7600         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7601         (mm-copy-to-buffer): Use with-current-buffer.
7602         (mm-display-part): Simplify.
7603         (mm-inlinable-p): Add optional arg `type'.
7604
7605 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7606
7607         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7608         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7609         Try harder to show the attachment internally or externally using
7610         gnus-mime-view-part-as-type.
7611
7612 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * message.el (message-from-style, message-signature-separator)
7615         (message-user-organization-file, message-send-mail-function)
7616         (message-citation-line-function, message-yank-prefix)
7617         (message-indent-citation-function, message-signature)
7618         (message-signature-file, message-signature-insert-empty-line):
7619         Remove autoloads.
7620
7621         * gnus-art.el (gnus-buttonized-mime-types): Remove
7622         "multipart/signed".  Revert 2006-04-26 change.
7623
7624 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7625
7626         * gnus.el (gnus-version-number): Bump version.
7627
7628 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7629
7630         * gnus.el: No Gnus v0.5 is released.
7631
7632 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7633
7634         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7635         fetching articles by message-id.
7636
7637 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * message.el (hashcash): Require hashcash as normal.
7640
7641         * ecomplete.el (ecomplete-highlight-match-line): Use
7642         point-at-eol.
7643         (ecomplete-highlight-match-line): Use `highlight', because that
7644         face exists in both Emacs and XEmacs.
7645
7646         * message.el (message-display-abbrev): Use point-at-bol.
7647
7648         * mail-source.el: Don't require timer/timer-funcs.
7649
7650         * gnus-async.el: Ditto.
7651
7652         * password.el: Ditto.
7653
7654         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7655
7656         * mm-url.el: Ditto.
7657
7658         * gnus-xmas.el: Don't require timer-funcs.
7659
7660         * mm-util.el: Require timer/timer-funcs.
7661
7662 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7663
7664         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7665         Close.
7666
7667 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7670         unibyte after clear-decrypt function runs.
7671
7672         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7673         returns as a unibyte string.
7674
7675 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * lpath.el: Revert.
7678
7679         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7680         (pgg-gpg-process-sentinel): Revert.
7681
7682         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7683         (pgg-pgp-lookup-key): Revert.
7684
7685         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7686         (pgg-pgp5-lookup-key): Revert.
7687
7688         * pgg.el (pgg-fetch-key): Revert.
7689
7690 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * lpath.el: Fbind string-as-multibyte for XEmacs.
7693
7694         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7695         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7696         (mml1991-pgg-encrypt): Ditto.
7697
7698         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7699         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7700         a multibyte buffer.
7701
7702         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7703         (pgg-pgp-lookup-key): Ditto.
7704
7705         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7706         (pgg-pgp5-lookup-key): Ditto.
7707
7708         * pgg.el (pgg-fetch-key): Ditto.
7709
7710 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * message.el (message-user-organization-file): Check several
7713         locations of the organization file.
7714
7715         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7716         Add gnus-article-view-part-as-type.
7717
7718         * gnus-art.el (gnus-article-view-part-as-type): New function.
7719
7720         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7721         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7722
7723         * mml.el: Simplify autoload.
7724         (mml-mode): defvar dnd-protocol-alist instead of using
7725         symbol-value.
7726         (mml-default-directory): New variable.
7727         (mml-minibuffer-read-file): Use it.
7728         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7729
7730         * message.el (message-citation-line-format): New variable.
7731         (message-insert-formated-citation-line): New function.
7732         (message-citation-line-function): Add
7733         `message-insert-formated-citation-line' to custom type.
7734
7735         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7736         to doc string.
7737
7738         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7739         depending on mm-verify-option.
7740
7741 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7744         binding pgg-* variables; reimplement the section which prevents
7745         MIME header from being signed.
7746         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7747         pgg-text-mode; remove a blank line at the top of body.
7748
7749         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7750         lines at the top of body; use gnus-newsgroup-charset if there's no
7751         Charset header.
7752
7753 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * message.el (message-self-insert-commands): Doc fix.
7756
7757         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7758         (mm-uu-pgp-encrypted-test): Ditto.
7759         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7760         between header and body; return application/pgp-encrypted handle
7761         if decryption failed; decode decrypted body by charset.
7762
7763         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7764         element match to application/pgp-*.
7765
7766 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7767
7768         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7769         HTML.
7770
7771 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * mail-source.el (mail-source-call-script): Message the error
7774         string.
7775
7776 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7777
7778         * gnus-util.el (gnus-byte-compile): Use it.
7779
7780 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7781
7782         * gnus-util.el (kill-empty-logs): New function.
7783
7784 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * message.el (message-mail-alias-type): Doc fix.
7787         (message-mail-alias-type-p): New function.
7788         (message-send): Use it.
7789         (message-mode): Ditto.
7790         (message-strip-forbidden-properties): Ditto.
7791
7792         * ecomplete.el (ecomplete-database-file-coding-system): New
7793         variable.
7794         (ecomplete-save): Use it.
7795         (ecomplete-setup): Use it.
7796
7797 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * message.el (message-self-insert-commands): New variable.
7800         (message-strip-forbidden-properties): Use it.
7801
7802 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803
7804         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7805         that doesn't make XEmacs choke.
7806
7807 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * gnus-util.el (gnus-replace-in-string):
7810         Prefer replace-regexp-in-string over of replace-in-string.
7811
7812 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-util.el (gnus-select-frame-set-input-focus):
7815         Use select-frame-set-input-focus if it is available in XEmacs; use
7816         definition defined in Emacs 22 for old Emacsen.
7817
7818         * dgnushack.el: Autoload unmorse-region for XEmacs.
7819
7820         * lpath.el: Bind cursor-in-non-selected-windows and
7821         select-frame-set-input-focus for XEmacs.
7822
7823 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7826
7827 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         * gnus-registry.el (gnus-registry-cache-save): Remove text
7830         properties when saving via the temp buffer.
7831
7832 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * message.el (message-generate-hashcash): Honor custom type.
7835
7836 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * message.el (message-generate-hashcash): Default to non-nil when
7839         hashcash is found.
7840
7841         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7842         (gnus-refer-thread-limit): Increase default to 500.
7843
7844         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7845
7846         * flow-fill.el (fill-flowed): Allow delete-space.
7847
7848 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7851         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7852         Remove autoloads.
7853
7854 2006-04-18  Simon Josefsson  <jas@extundo.com>
7855
7856         * message.el (message-generate-hashcash): Default to.
7857
7858 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7861         concatenating segments rather than before concatenating them.
7862
7863 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7866
7867 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7870
7871         * message.el (message-forward-make-body-plain): Allow
7872         message-forward-ignored-headers to be a list.
7873         (message-remove-ignored-headers): Factor out into function.
7874         (message-forward-make-body-mml): Use it.
7875
7876         * imap.el (imap-quote-specials): New function.
7877         (imap-login-auth): Quote specials.
7878
7879         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7880         (rfc2231-parse-string): Allow concatanation of parameters that
7881         aren't contiguous.  The test case is
7882           (mail-header-parse-content-type "message/external-body;
7883             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7884             access-type=LOCAL-FILE;
7885             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7886
7887 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7888
7889         * nntp.el (nntp-accept-process-output): Return the value of
7890         `nnheader-accept-process-output'.
7891
7892 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7895         (gnus-button-alist): Recognize more diff formats.
7896         (gnus-button-patch): Strip directory.
7897
7898 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7901         Emacs 22 when setting focus.
7902
7903 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * gnus-art.el (gnus-article-treat-types): Do treatment of
7906         text/x-verbatim parts.
7907         (gnus-button-patch): New command.
7908
7909         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7910         addresses that contain invalid characters.
7911
7912 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * message.el (message-put-addresses-in-ecomplete): Use
7915         gnus-replace-in-string.
7916         (message-is-yours-p): Use the more correct
7917         mail-header-parse-address instead of
7918         mail-extract-address-components.
7919         (message-put-addresses-in-ecomplete): Fix typo.
7920
7921         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7922         keystroke.
7923
7924         * gnus-art.el (gnus-treatment-function-alist): Change order of
7925         newsgroups/generic header folding to avoid double-folding.
7926
7927         * message.el (message-hidden-headers): Add X-Draft-From.
7928
7929         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7930         command.
7931         (gnus-summary-repeat-search-article-backward): New command.
7932
7933         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7934         groups in the parent topic.
7935
7936 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7937
7938         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7939         (spam-extra-header-to-number): Return the CRM114 number as a
7940         number instead of a string.
7941
7942 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * gnus-art.el (gnus-face-properties-alist): Moved here from
7945         gnus-fun.
7946
7947         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7948
7949 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950
7951         * message.el (message-strip-forbidden-properties): Only display on
7952         self-insert-command.
7953
7954         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7955         reindent.
7956         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7957
7958 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7959
7960         * smiley.el (smiley-style): Fix typo.
7961
7962 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * hashcash.el (hashcash-insert-payment-async-2): Use
7965         message-goto-eoh instead of doing it manually.
7966         (mail-add-payment): Use message-narrow-to-header instead of trying
7967         to do the same itself.
7968
7969         * message.el (message-hidden-headers): Add Face.
7970
7971         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7972         reparenting code.
7973         (gnus-summary-reparent-children): Refactored out code.
7974         (gnus-summary-thread-map): New keystroke.
7975         (gnus-summary-reparent-children): Make into command.
7976
7977         * smiley.el (smiley-style): Default to `medium' if using a large
7978         font.
7979
7980         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7981         does it itself.
7982
7983         * message.el (message-point-in-header-p): Simplify definition.
7984
7985 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * nnagent.el (nnagent-request-set-mark): Silence log file
7988         writing.
7989         (nnagent-request-set-mark): Use write-region instead of
7990         append-to-file.
7991
7992         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7993         strange select method.
7994
7995         * ecomplete.el (ecomplete-display-matches): Get highlightling
7996         right.
7997         (ecomplete-display-matches): Use literals.
7998         (ecomplete-display-matches): Disable message logging.
7999
8000         * message.el (message-display-abbrev): Small optimization.
8001
8002         * ecomplete.el (ecomplete-display-matches): Allow automatic
8003         display.
8004
8005         * message.el (message-strip-forbidden-properties): Display
8006         abbrevs.
8007         (message-display-abbrev): Get automatic display right.
8008
8009         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8010         keystrokes.
8011
8012 2006-04-13  Romain Francoise  <romain@orebokech.com>
8013
8014         TODO: Backport to v5-10!
8015
8016         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8017         Moved here (and renamed) from gnus-registry.el.
8018
8019         * gnus-registry.el: Require gnus-util.
8020         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8021
8022 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * gnus-group.el (gnus-group-catchup-current): Change
8025         if-then-else-if-then-else into cond.
8026         (gnus-group-catchup): Indent.
8027         (group-name-at-point): New function.
8028         (gnus-fetch-group): Provide default from thing at point.
8029
8030 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * message.el (message-display-abbrev): Fix regexp.
8033
8034         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8035         choosing.
8036         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8037         dead variables.
8038
8039         * message.el (message-newline-and-indent): Remove debugging.
8040         (message-display-abbrev): Use new implementation.
8041
8042 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-art.el (gnus-article-mode): Set
8045         cursor-in-non-selected-windows to nil.
8046
8047         * smiley.el: Revert previous change.
8048         (smiley-data-directory): defvar it before using it in the
8049         defcustom of `smiley-style'.
8050
8051 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * message.el (message-newline-and-indent): New function.
8054
8055         * ecomplete.el: Implement more bits.
8056
8057         * message.el (message-put-addresses-in-ecomplete): Clean up the
8058         string.
8059
8060         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8061
8062         * gnus-sum.el (gnus-summary-save-parts): Bind
8063         gnus-summary-save-parts-counter and use it to make unique file
8064         names.
8065
8066         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8067
8068         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8069         parameter to say whether to actually parse the individual
8070         addresses.
8071
8072         * message.el (message-put-addresses-in-ecomplete): New function.
8073         (ecomplete): Require.
8074         (message-mail-alias-type): Add ecomplete as an option.
8075
8076 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8077
8078         * flow-fill.el (fill-flowed): Remove trailing space from blank
8079         quoted lines.
8080
8081 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082
8083         * smiley.el (smiley-style): Move definition later to avoid a
8084         compilation warning.
8085
8086 2006-04-12  Kenichi Handa  <handa@m17n.org>
8087
8088         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8089         buffer and then decode the buffer text if necessary.
8090         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8091         first, and after mm-encode-body, change the buffer to unibyte.
8092         Use mm-disable-multibyte instead of set-buffer-multibyte.
8093
8094 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8097         Content-Type header instead of Content-Disposition header.
8098         (gnus-mime-inline-part): Ditto.
8099         (gnus-mime-view-part-as-charset): Ignore charset that the part
8100         specifies.
8101
8102         * mm-decode.el (mm-display-part): Work with external parts and
8103         usual parts similarly.
8104
8105         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8106         instead of gnus-display-mime.
8107
8108         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8109         instead of with-temp-buffer.
8110
8111         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8112         tag to summarized topics part in order to encode non-ASCII text.
8113
8114 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * smiley.el (smiley-style): New variable.
8117         (smiley-directory): New function.
8118         (smiley-data-directory): Derive from `smiley-style' using
8119         `smiley-directory'.
8120         (smiley-regexp-alist): Add new entries.
8121
8122         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8123         (gnus-article-browse-delete-temp): Add :version.
8124
8125 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8126
8127         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8128         the sieve region.
8129
8130 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * gnus.el (gnus-version-number): Bump version.
8133
8134 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * gnus.el: No Gnus v0.4 is released.
8137
8138 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8141         layout.
8142
8143         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8144         unknown charset.
8145
8146         * message.el (message-header-synonyms): Add Original-To to the
8147         default.
8148
8149         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8150         optional parameter.
8151
8152 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * gnus-fun.el (gnus): Require it for gnus-directory.
8155
8156 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8159
8160 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8161
8162         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8163
8164 2006-04-05  Simon Josefsson  <jas@extundo.com>
8165
8166         * password.el (password-reset): New function.
8167
8168 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8169
8170         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8171         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8172
8173 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8174
8175         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8176         Some whitespace was matched into the url, which broke browsing hits
8177         > 100 when mm-url-use-external was nil.
8178
8179 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8182         gnus-extra-headers for 'Newsgroups.
8183
8184         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8185         bound.
8186
8187 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8188
8189         * pgg-gpg.el: Clean up process buffers every time gpg processes
8190         complete.
8191
8192 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8195         doc string.
8196
8197 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8198
8199         * pgg-gpg.el (pgg-gpg-process-filter)
8200         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8201
8202         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8203         lines, temporary fix.
8204
8205 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8208
8209 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8210
8211         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8212         default-enable-multibyte-characters.  This reverts the change from
8213         revision 6.17 which is no longer necessary because the passphrase
8214         is sent separately now.  GnuPG messages are unreadable under
8215         multibyte locales with default-enable-multibyte-characters set to
8216         nil.
8217
8218 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * message.el (message-tool-bar-gnome): Move "spell".
8221
8222 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8225         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8226         instead.
8227
8228 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8229
8230         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8231         newsgroups handling for NNTP overviews which don't include
8232         Newsgroups.
8233
8234 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8235
8236         * message.el (message-resend): Bind message-generate-hashcash to nil.
8237
8238 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8239
8240         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8241         when searching for already-paid recipients.
8242
8243 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8244
8245         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8246         passphrases when it is not needed.
8247         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8248         passphrase stuff from gpg, should only be necessary when you use
8249         gpg with a smartcard.
8250
8251 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * mml.el (mml-insert-mime): Ignore cached contents of
8254         message/external-body part.
8255
8256         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8257         (mm-insert-part): Ditto.
8258
8259 2006-03-23  Simon Josefsson  <jas@extundo.com>
8260
8261         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8262         Reiner.
8263         (pgg-gpg-use-agent-p): Use it again.
8264
8265 2006-03-23  Simon Josefsson  <jas@extundo.com>
8266
8267         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8268         older emacsen.
8269         (pgg-gpg-use-agent-p): Don't use it.
8270
8271 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8274         if we can.
8275
8276 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8277
8278         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8279         (pgg-gpg-update-agent): New function.
8280         (pgg-gpg-use-agent-p): New function.
8281         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8282         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8283         (pgg-gpg-sign-region): Use it.
8284
8285 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8288         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8289
8290 2006-03-21  Simon Josefsson  <jas@extundo.com>
8291
8292         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8293         <wilde@sha-bang.de>.
8294         (pgg-gpg-use-agent): New variable.
8295         (pgg-gpg-process-region): Use it.
8296         (pgg-gpg-encrypt-region): Likewise.
8297         (pgg-gpg-encrypt-symmetric-region): Likewise.
8298         (pgg-gpg-decrypt-region): Likewise.
8299         (pgg-gpg-sign-region): Likewise.
8300         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8301
8302 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8305
8306         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8307         Add comment on version.
8308
8309 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * smiley.el: Add missing test smiley.
8312
8313 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * mm-decode.el (mm-with-part): New macro.
8316         (mm-get-part): Use it; work with message/external-body as well.
8317         (mm-save-part): Treat name and filename equally.
8318
8319         * mm-extern.el (mm-extern-cache-contents): New function.
8320         (mm-inline-external-body): Use it; force the part to be displayed;
8321         move undisplayer added to the cached handle to the parent.
8322
8323         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8324         (gnus-mime-view-part-as-type): Work with message/external-body.
8325
8326         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8327
8328 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8331         images in image-load-path.  [Sync with image.el, revision 1.60, in
8332         Emacs.]
8333
8334 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8337         path rather than symbol.  Always return list of directories.
8338         Guarantee that image directory comes first.  [Sync with image.el,
8339         revision 1.59, in Emacs.]
8340
8341         * message.el (message-make-tool-bar): Adjust to new API of
8342         `gmm-image-load-path-for-library'.
8343
8344         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8345
8346         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8347
8348 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8349
8350         * gnus-art.el (gnus-article-only-boring-p):
8351         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8352         intangible text.
8353         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8354
8355 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8358         `defun' instead of `gmm-defun-compat'.
8359
8360 2006-03-14  Simon Josefsson  <jas@extundo.com>
8361
8362         * message.el (message-unique-id): Don't use message-number-base36
8363         if (user-uid) is a float.
8364         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8365
8366 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8369
8370         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8371         empty line between a part and a message part.
8372
8373 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * smiley.el: Add more test smileys.
8376         (smiley-data-directory, smiley-regexp-alist)
8377         (gnus-smiley-file-types): Fix doc strings.
8378         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8379         adding new elements.
8380         (smiley-mouse-map): Unused code.  Make it a comment.
8381
8382 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8385         scan latest NoCeM messages instead of old ones.
8386         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8387         delimiters that are recently used.
8388         (gnus-nocem-load-cache): Add autoload cookie.
8389
8390         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8391
8392         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8393         level which is larger than gnus-use-nocem is specified.
8394
8395         * gnus-group.el (gnus-group-get-new-news): Ditto.
8396
8397 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * gnus-util.el (gnus-tool-bar-update): New function.
8400
8401         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8402         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8403
8404         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8405
8406         * gnus-group.el (gnus-group-redraw-when-idle)
8407         (gnus-group-redraw-check): Remove.
8408         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8409
8410 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8413         if optional last element is specified in splits (FIELD VALUE...).
8414
8415 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8418         to gmm-image-load-path-for-library.  Call with no-error argument.
8419         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8420
8421         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8422
8423         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8424
8425         * gmm-utils.el (gmm-image-load-path): Remove alias.
8426
8427 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * gmm-utils.el (gmm-image-load-path): Add alias.
8430
8431         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8432         nnml-generate-nov-databases-1.
8433         (nnml-generate-nov-databases): Use it.
8434         (nnml-generate-nov-databases-directory): Document no-active
8435         argument.
8436
8437         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8438         directory if path is t.  Add no-error.
8439
8440         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8441         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8442
8443         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8444         resetting gnus-article-browse-html-temp-list.
8445
8446         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8447         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8448         Add example to docstring.  Rename local variables.  Move error
8449         checks to default case in cond and simplify.
8450
8451 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8454         handle is multipart when calling it recursively.
8455         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8456
8457 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8458
8459         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8460         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8461
8462 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8465         is loaded.
8466
8467         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8468         loaded.
8469
8470 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8473         to "Emacs 23 (unicode)" in doc string.
8474
8475         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8476         "Emacs 23 (unicode)" in comment.
8477
8478 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8481
8482         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8483         characters 160 through 255 in Emacs 23.
8484
8485 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8488         gnus-article-browse-html-temp.
8489         (gnus-article-browse-delete-temp): Make it customizable.  Add
8490         `file'.  Adjust doc string.
8491         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8492         query for each file.  Adjust doc string.
8493         (gnus-article-browse-html-parts): Add
8494         `gnus-article-browse-delete-temp-files' to
8495         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8496
8497 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8498
8499         * gnus-art.el (gnus-article-browse-html-temp)
8500         (gnus-article-browse-delete-temp): New variables.
8501         (gnus-article-browse-delete-temp-files): New function.
8502         (gnus-article-browse-html-parts): Use it.
8503
8504 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8507
8508         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8509         string.
8510
8511         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8512         gnus-summary-insert-new-articles when unplugged.  Remove
8513         gnus-summary-search-article-forward.
8514
8515         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8516         display-visual-class instead of display-color-cells.
8517
8518 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * dgnushack.el: Autoload customize-group for XEmacs.
8521
8522         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8523         message/* containing non-ASCII text properly.
8524
8525 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * message.el: Require gmm-utils, remove autoloads.
8528         (message-tool-bar): Set default based on
8529         gmm-tool-bar-style.
8530         (message-tool-bar-gnome): Add gmm-customize-mode.
8531
8532         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8533         gmm-tool-bar-style.
8534         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8535
8536         * gnus-group.el (gnus-group-tool-bar): Set default based on
8537         gmm-tool-bar-style.
8538         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8539
8540         * gmm-utils.el (gmm-image-directory): Rename variable from
8541         gmm-image-load-path.
8542         (gmm-image-load-path): Use gmm-image-directory.
8543         (gmm-customize-mode): New function.
8544         (gmm-tool-bar-style): New variable.
8545
8546         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8547         gnus-group-redraw-line-number.
8548         (gnus-group-redraw-check): Simplify.
8549         (gnus-group-tool-bar-update): Remove redraw check.
8550         (gnus-group-make-tool-bar): Add redraw check.
8551
8552 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8553
8554         * gnus-art.el (gnus-button): Add missing parentheses.
8555
8556 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * lpath.el: Fbind line-number-at-pos.
8559
8560 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8563
8564 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * gnus-art.el (gnus-button): New face.
8567         (gnus-article-button-face): Use it.
8568
8569         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8570         gnus-summary-next-page.  Re-order.
8571
8572         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8573         next-node are now included.
8574         (gnus-group-redraw-line-number): New internal variable.
8575         (gnus-group-redraw-check): Helper function for updating the tool
8576         bar.
8577         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8578
8579         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8580
8581         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8582         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8583         Use it to match format of Spamassassin 3.0 and later.  Reported by
8584         IRIE Tetsuya <irie@t.email.ne.jp>.
8585         (spam-check-bogofilter)
8586         (spam-bogofilter-register-with-bogofilter): Fix args of
8587         `gnus-error' calls.
8588
8589 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8592         unnecessary interaction when sending queued mails.  Reported by
8593         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8594
8595 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8598         first or last are nil.
8599
8600 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8601
8602         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8603
8604 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8607
8608 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * dns.el (query-dns): Protect more against buggy tcp output.
8611
8612 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8615         nov.php.
8616
8617 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8618
8619         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8620         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8621         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8622         output on the server side.
8623         (nnweb-google-create-mapping): Update regexps and add some
8624         progress indication.
8625
8626 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8629         gnus-agent-toggle-plugged.  Re-order icons.
8630         (gnus-group-tool-bar-gnome): Add
8631         gnus-group-{prev,next}-unread-group.
8632         (gnus-group-tool-bar-gnome): Re-order icons.
8633
8634         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8635         gnus-summary-insert-new-articles.
8636
8637         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8638         comments.
8639
8640         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8641         also available in Emacs 21.3.
8642
8643         * message.el (message-fix-before-sending): Change "Emacs 22" to
8644         "Emacs 23 (unicode)" in comment.
8645
8646         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8647         "Emacs 23 (unicode)" in comment.
8648
8649         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8650         comment.
8651         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8652
8653         * mm-view.el (mm-fill-flowed): Add :version.
8654
8655 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8658         and load-path.
8659
8660 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * message.el: Autoload gmm-image-load-path.
8663         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8664         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8665         consitency.
8666
8667         * gmm-utils.el (gmm-image-load-path): Also search in
8668         "../etc/images".  Don't set gmm-image-load-path if we don't find
8669         the image.
8670
8671 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gmm-utils.el (gmm-image-load-path): Don't make
8674         `gmm-image-load-path' include subdirectories which the second arg
8675         `image' might specify.
8676
8677         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8678         subdirectory to icon file names.
8679
8680         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8681
8682 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8685         gmm-image-load-path calls.
8686
8687         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8688
8689         * message.el (message-make-tool-bar): Ditto.
8690
8691         * mml.el (mml-preview): Added comment concerning tool bar icons.
8692
8693         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8694         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8695
8696         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8697         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8698
8699         * message.el (message-tool-bar-gnome): Use new icon names.
8700         (message-make-tool-bar): Use `gmm-image-load-path'.
8701
8702         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8703         functions from MH-E.
8704         (gmm-image-load-path): New variable from MH-E.
8705         (gmm-image-load-path): New function from MH-E.  Added arguments
8706         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8707         *-image-load-path-called-flag.
8708
8709 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8710
8711         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8712
8713 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8714
8715         * nnimap.el (nnimap-request-move-article): Change folder back to
8716         source group before deleting.
8717
8718 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8721
8722         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8723         mm-url.
8724
8725         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8726
8727 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8730         coding system which mm-charset-to-coding-system returns for a
8731         given charset is valid.
8732
8733 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8734
8735         * html2text.el (html2text-remove-tag-list):
8736         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8737
8738 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8739
8740         * gnus-cus.el: Revert 2005-10-17 change.
8741
8742 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-art.el (article-strip-banner): Call
8745         article-really-strip-banner only when the regexp match is made.
8746
8747 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (article-strip-banner): Use
8750         gnus-extract-address-components instead of
8751         mail-header-parse-addresses to make it work with non-ASCII text;
8752         remove mail-encode-encoded-word-string.
8753
8754         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8755         values which are surrounded with \"...\"; make it never cause a
8756         Lisp error; give up parsing of parameters if it failed in
8757         extracting type.
8758
8759 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8760
8761         * smime.el (smime-cert-by-ldap-1): Fix bug where
8762         `smime-ldap-search' returns results without userCertificates.
8763
8764 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8767
8768 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * spam.el (spam-check-spamassassin-headers): Adapt format for
8771         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8772         <ari@mbf.ocn.ne.jp>.
8773         (spam-list-of-processors): Add spam-use-gmane.
8774
8775 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8778         make-temp-file; make it work with XEmacs as well.
8779
8780         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8781         mm-make-temp-file.
8782
8783         * mm-decode.el (mm-display-external): Use the 3rd arg of
8784         mm-make-temp-file.
8785         (mm-create-image-xemacs): Ditto.
8786
8787 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8790         with message-narrow-to-headers.
8791         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8792         (gnus-draft-check-draft-articles): New function.
8793         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8794
8795 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-art.el (gnus-article-browse-html-parts):
8798         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8799         Don't use suffix argument for mm-make-temp-file for Emacs 21
8800         compatibility.  Remove useless `format'.
8801
8802 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8803
8804         * nnweb.el (nnweb-google-wash-article): Update regexps.
8805         (nnweb-group-alist): Use defvoo instead of defvar.
8806
8807 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8810         re-loading nn* modules.
8811
8812 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8815         for `tool-bar-mode' and don't check it's default-value.
8816
8817         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8818
8819         * message.el (message-make-tool-bar): Ditto.
8820
8821         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8822         `substring'.  Shorten tmp-file name.
8823
8824         * gnus.el: Remove bogus comment.
8825
8826 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8827
8828         * gnus-art.el (gnus-article-browse-html-parts): New function.
8829         (gnus-article-browse-html-article): New function for viewing html
8830         articles with a browser.
8831
8832 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8833
8834         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8835         in elisp.
8836         (pgg-gpg-encrypt-symmetric-region): Ditto.
8837         (pgg-gpg-sign-region): Ditto.
8838
8839         * pgg-def.el (pgg-text-mode): New variable.
8840
8841         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8842         (mml2015-pgg-encrypt): Ditto.
8843
8844         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8845         (mml1991-pgg-encrypt): Ditto.
8846
8847 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8850         message-make-date instead of current-time-string.
8851
8852         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8853         to gnus-decoded which mm-uu might set.
8854
8855 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8858         don't decode quoted parameters; remove misimported Emacs code.
8859         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8860         (rfc2231-decode-encoded-string): Don't use split-string which
8861         behaves differently according to Emacs version; use
8862         mm-decode-coding-region to convert charset to coding-system.
8863         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8864         (rfc2231-encode-string): Remove misimported Emacs code.
8865
8866 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8869         when calling mail-header-parse-content-type.
8870         (article-de-quoted-unreadable): Ditto.
8871         (article-de-base64-unreadable): Ditto.
8872         (article-wash-html): Ditto.
8873
8874         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8875         calling mail-header-parse-content-type and
8876         mail-header-parse-content-disposition.
8877         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8878         mail-header-parse-content-type.
8879
8880         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8881         insert charset and format parameters; encode description after
8882         inserting it to buffer.
8883         (mml-insert-parameter): Fold lines properly even if a parameter is
8884         segmented into two or more lines; change the max column to 76.
8885
8886         * rfc1843.el (rfc1843-decode-article-body): Don't use
8887         ignore-errors when calling mail-header-parse-content-type.
8888
8889         * rfc2231.el (rfc2231-parse-string): Return at least type if
8890         possible; don't cause an error even if it fails in parsing of
8891         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8892         (rfc2231-encode-string): Don't break lines at the beginning, leave
8893         it to mml-insert-parameter.
8894
8895         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8896         calling mail-header-parse-content-type.
8897
8898 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * spam-report.el (spam-report-gmane-use-article-number):
8901         Improve doc string.
8902         (spam-report-gmane-internal): Check if a suitable header was found
8903         in the article.
8904
8905 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8908         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8909
8910 2006-02-05  Romain Francoise  <romain@orebokech.com>
8911
8912         Update copyright notices of all files in the gnus directory.
8913
8914 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8915
8916         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8917
8918 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8921         segmented lines of parameter value to cope with Thunderbird 1.5
8922         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8923         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8924         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8925
8926 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8927
8928         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8929         parts.
8930
8931 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8932
8933         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8934         there's only one active file for all servers.
8935         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8936         solid groups.  Gnus might have used a FAST request to select the group.
8937         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8938         and nnweb-search redundantly in the active file.
8939         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8940         (nnweb-request-create-group): Don't use ARGS.
8941         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8942         initialisations.  Let nnoo do the work.
8943
8944 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8947         Say the part has been decoded.
8948
8949         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8950
8951 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8952
8953         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8954         mailcap-viewer-test-cache when there's no 'test clause, since that
8955         will invert the meaning of a "nil" test previously determined by
8956         mailcap-mailcap-entry-passes-test.
8957
8958 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8961         compiling.
8962
8963         * gnus-sum.el: Ditto.
8964
8965         * message.el: Don't bind tool-bar-map when compiling.
8966
8967 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8970
8971 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8972
8973         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8974         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8975         current Google Groups.
8976
8977 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8980         and tool-bar-mode.
8981
8982         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8983         and tool-bar-mode.
8984
8985         * message.el (message-tool-bar-update): Simplify.
8986         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8987
8988         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8989         gnus-summary-buffer.
8990         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8991         gnus-summary-reply.
8992
8993         * gmm-utils.el (gmm): Add :version.
8994
8995 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * Makefile.in (clean): New rule.
8998         (distclean): Use it.
8999
9000 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9001
9002         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9003         autoload.
9004
9005 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gmm-utils.el (gmm-verbose): Add :group.
9008
9009 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * message.el: Change some comments WRT tool-bars.
9012
9013         * gnus-sum.el (gnus-summary-tool-bar)
9014         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9015         (gnus-summary-tool-bar-zap-list): New variables.
9016         (gnus-summary-make-tool-bar): Complete rewrite using
9017         `gmm-tool-bar-from-list'.
9018
9019         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9020         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9021         variables.
9022         (gnus-group-make-tool-bar): Complete rewrite using
9023         `gmm-tool-bar-from-list'.
9024         (gnus-group-tool-bar-update): New function.
9025
9026         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9027
9028 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9031         is dissected into a single part of which the type is the same as
9032         the given one; decode charset.
9033
9034 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9035
9036         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9037         into alists as symbol not string, since that's what
9038         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9039         look for.
9040
9041 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9044         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9045
9046         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9047
9048 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9051         (gnus-xmas-mime-security-button-menu): New function.
9052
9053         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9054         (gnus-mime-security-button-menu): New definition.
9055         (gnus-mime-security-button-map): Use them.
9056         (gnus-mime-security-button-menu): New function.
9057         (gnus-insert-mime-security-button): Addition to help echo.
9058         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9059         (gnus-mime-security-pipe-part): New functions.
9060
9061         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9062         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9063
9064         * mm-decode.el (mm-handle-set-disposition): Remove.
9065         (mm-handle-set-description): Remove.
9066
9067 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9070         (mm-w3m-standalone-supports-m17n-p): New function.
9071         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9072         w3m usage.
9073
9074         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9075         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9076
9077 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * message.el (message-tool-bar-zap-list): Use
9080         gmm-tool-bar-zap-list as custom type.
9081         (message-tool-bar-update): New function.
9082         (message-tool-bar, message-tool-bar-gnome)
9083         (message-tool-bar-retro): Add message-tool-bar-update.
9084         (message-tool-bar-gnome): Add flyspell-buffer.
9085
9086         * gnus-util.el (gnus-error): Describe `args'.
9087
9088         * gmm-utils.el (gmm-error): Describe `args'.
9089         (gmm-tool-bar-zap-list): New widget.
9090         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9091
9092 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9095         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9096         the number of recursive calls.
9097
9098         * mm-decode.el (mm-handle-set-disposition): New macro.
9099         (mm-handle-set-description): New macro.
9100
9101 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9104         encoding.
9105
9106 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * message.el (message-tool-bar-zap-list, message-tool-bar)
9109         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9110         (message-tool-bar-local-item-from-menu): Remove.
9111         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9112         (message-make-tool-bar): New function.
9113         (message-mode): Use `message-make-tool-bar'.
9114
9115         * gmm-utils.el: New file.
9116         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9117         (gmm-lazy): New widget copied from `nnmail.el'.
9118         (gmm-tool-bar-from-list): New function for creating customizable
9119         tool bars.
9120         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9121         output.
9122         (gmm): Add :prefix to defgroup.
9123
9124 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9125
9126         * gmm-utils.el (gmm-widget-p): New function.
9127
9128 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * mml.el (mml-attach-file): Describe `description' in doc string.
9131         (mml-menu): Add Emacs MIME manual and PGG manual.
9132
9133 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9134
9135         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9136
9137 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9138
9139         * nntp.el (nntp-end-of-line): Doc fix.
9140
9141 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9142
9143         * imap.el (imap-open): Handle case where buffer is a buffer
9144         object.
9145
9146 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9147
9148         * gnus-delay.el (gnus-delay): Don't autoload.
9149         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9150         to be re-loaded when customizing the `gnus-delay' group.
9151
9152 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9153
9154         * message.el (message-insert-citation-line): Use newlines.
9155
9156 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9157
9158         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9159         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9160         these routines, so the passphrase can be managed externally and
9161         passed in to the system.
9162         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9163         pgg-add-passphrase-to-cache function.
9164
9165         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9166         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9167         these routines, so the passphrase can be managed externally and
9168         passed in to the system.
9169         (pgg-pgp5-sign-region): Use new name of
9170         pgg-add-passphrase-to-cache function.
9171
9172 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9173
9174         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9175         part of the decoded armor to find the key-identifier.
9176         (pgg-gpg-lookup-key-owner): New function to return the
9177         human-readable identifier of a key owner.
9178         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9179         itself.
9180         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9181         the key value) if we have a key and can match it against a secret
9182         key.  Also, added a note pointing out fact that the prompt only
9183         indicates the first matching key.
9184
9185         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9186         pgg-decrypt-region.
9187         (pgg-add-passphrase-to-cache): Rename from
9188         `pgg-add-passphrase-cache' to reduce confusion (all callers
9189         changed).
9190         (pgg-remove-passphrase-from-cache): Rename from
9191         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9192         changed).
9193         (pgg-read-passphrase, pgg-add-passphrase-cache)
9194         (pgg-remove-passphrase-cache): Add informative docstrings.
9195         (pgg-decrypt): Convey provided passphrase in subordinate call to
9196         pgg-decrypt-region.
9197
9198 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9199
9200         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9201         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9202         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9203         'passphrase' argument, so the passphrase can be managed externally
9204         and then passed in to the system.
9205
9206         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9207         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9208         so the passphrase cache can be used reliably with identifiers
9209         besides a pgp packet's key id.
9210
9211         * pgg-gpg.el (pgg-gpg-encrypt-region)
9212         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9213         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9214         these routines, so the passphrase can be managed externally and
9215         passed in to the system.
9216
9217         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9218         'notruncate' argument, so the passphrase cache can be used
9219         reliably with identifiers besides a pgp packet's key id.
9220
9221 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9222
9223         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9224         symmetric encryption.
9225         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9226         encrypted session key.
9227         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9228         message ask for the passphrase in a proper way.
9229
9230         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9231         New user commands for symmetric encryption.
9232
9233 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9236
9237         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9238
9239 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9240
9241         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9242
9243 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-decode.el (mm-inlined-types): Add application/pgp.
9246         (mm-automatic-display): Ditto.
9247
9248         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9249         part as text.
9250
9251 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * nnrss.el: Update copyright.
9254         (nnrss-opml-import): Query whether to subscribe to each entry.
9255
9256         * gnus-art.el:
9257         * gnus-sum.el:
9258         * gnus-xmas.el:
9259         * messagexmas.el:
9260         * mm-uu.el:
9261         * mm-view.el: Update copyright.
9262
9263 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9264
9265         * message.el (message-info): New function.
9266         (message-mode-menu): Add it.
9267         Update copyright.
9268
9269         * ChangeLog: Fix and update copyright.
9270
9271 2006-01-13  Romain Francoise  <romain@orebokech.com>
9272
9273         * message.el (message-forward-subject-name-subject): Prefer the
9274         address to 'nowhere' if the sender has no name.
9275         Fix typo.  Update copyright year.
9276
9277 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-art.el (article-wash-html): Use
9280         gnus-summary-show-article-charset-alist if a numeric arg is given.
9281         (gnus-article-wash-html-with-w3m-standalone): New function.
9282
9283         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9284         mm-inline-text-html-render-with-w3m-standalone.
9285         (mm-text-html-washer-alist): Map w3m-standalone to
9286         gnus-article-wash-html-with-w3m-standalone.
9287         (mm-inline-text-html-render-with-w3m-standalone): New function.
9288
9289 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9292         Improve LaTeX.
9293
9294 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9297         (nnrss-request-article): Render text/plain parts as HTML.
9298
9299         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9300         the buffer.
9301
9302 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9305         custom definition of `gnus-posting-styles'.
9306
9307         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9308         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9309
9310 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9313         Use nntp for bug archive.
9314
9315 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9318         parts.
9319         (nnrss-normalize-date): New function converts ISO 8601 date into
9320         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9321         (nnrss-check-group): Use it.
9322
9323 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9326
9327         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9328         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9329         (nnrss-insert-w3): Ditto.
9330
9331 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9334         the articles to be forwarded including the case where neither a
9335         number of articles nor a region is specified.
9336
9337 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * nnrss.el (nnrss-request-article): Fix last change; fill
9340         text/plain parts.
9341
9342 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9345         in text/plain part.
9346         (nnrss-check-group): Don't add excessive newline to dc:subject.
9347
9348 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9349
9350         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9351         article.
9352
9353 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9356         (nnml-use-compressed-files, nnml-save-mail): Support other
9357         comression programs such as bzip2.
9358
9359 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * dns.el (query-dns): Make sure we check the buffer size before
9362         removing tcp headers.
9363
9364 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9367         remove MIME buttons associated with multipart/alternative parts.
9368         (gnus-mime-display-alternative): Tag buttons using `article-type'
9369         text property.
9370
9371         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9372         associated with multipart/alternative parts.
9373
9374         * gnus-art.el (gnus-signature-separator): Fix custom type.
9375
9376         * mm-decode.el (mm-inlined-types): Fix custom type.
9377         (mm-keep-viewer-alive-types): Ditto.
9378         (mm-automatic-display): Ditto.
9379         (mm-attachment-override-types): Ditto.
9380         (mm-inline-override-types): Ditto.
9381         (mm-automatic-external-display): Ditto.
9382
9383 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * spam-report.el (spam-report-user-mail-address)
9386         (spam-report-user-agent): New variables.
9387         (spam-report-url-ping-plain): Use spam-report-user-agent.
9388
9389 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9390
9391         * gnus-art.el (gnus-button-handle-custom): Do not just use
9392         `customize-apropos' for any "M-x customize-*" button but the
9393         function called for.  Accept both the function name and its
9394         argument in order to achieve this.
9395         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9396         function name to `gnus-button-handle-custom' in case of "M-x
9397         customize-*" buttons.
9398
9399 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9402         multipart/alternative and add xref to mm-discouraged-alternatives
9403         in doc string.
9404
9405         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9406         gnus-buttonized-mime-types in doc string.
9407
9408 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9411         Suggest image/.* in the doc string.
9412
9413 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9416         message-marks (Debian bug #342521).
9417
9418 2005-12-12  Simon Josefsson  <jas@extundo.com>
9419
9420         * password.el (password-read-from-cache): Add.
9421         (password-read): Use it.
9422
9423 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9426         us-ascii as a MIME charset.
9427
9428         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9429         against the case where the 2nd arg TYPE is nil.
9430
9431 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * pop3.el (pop3-stream-type): Fix custom version.
9434
9435         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9436
9437 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9438
9439         * mm-decode.el (mm-display-external): Add missing cdr.
9440
9441 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9444         RFC1524) if it is in mailcap or add a suffix according to
9445         mailcap-mime-extensions when generating a temp filename; postpone
9446         deleting a temp file for 2 seconds for some wrappers, shell
9447         scripts, and so on, which might exit right after having started a
9448         viewer command as a background job.
9449
9450 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * nntp.el (nntp-marks-directory): Fix custom group.
9453
9454         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9455         steps when < 10.
9456
9457         * gnus-start.el (gnus-no-server-1): Mention
9458         `gnus-level-default-subscribed' in doc string.
9459
9460 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9461
9462         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9463         parens.
9464
9465 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-xmas.el (gnus-use-toolbar): Revert.
9468         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9469         gnus-use-toolbar is default.
9470
9471         * messagexmas.el (message-use-toolbar): Revert.
9472         (message-setup-toolbar): Use global default-toolbar if
9473         message-use-toolbar is default.
9474
9475 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9478         according to default-toolbar-visible-p.
9479
9480         * messagexmas.el (message-use-toolbar): Ditto.
9481
9482 2005-11-26  Dave Love  <fx@gnu.org>
9483
9484         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9485         (tls-program, tls-success): Provide openssl alternative.
9486
9487         * starttls.el: Doc fixes.
9488         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9489         SERVICE to PORT.
9490
9491         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9492         port null or service name.
9493         (starttls-negotiate): Autoload.
9494
9495 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * message.el (message-kill-to-signature): Fix interactive spec.
9498
9499 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * pop3.el (pop3-open-server): Recognize a string as a service name.
9502
9503 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9504
9505         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9506
9507 2005-11-23  Dave Love  <fx@gnu.org>
9508
9509         Add pop3s, pop3/starttls.
9510
9511         * pop3.el (pop3-authentication-scheme): Clarify doc.
9512         (open-tls-stream, starttls-open-stream): Autoload.
9513         (pop3-stream-type): New.
9514         (pop3-open-server): Use it.
9515
9516         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9517         for POP.
9518         (mail-source-keyword-map): Add :stream for POP.
9519         (mail-source-fetch-pop): Use pop3-stream-type.
9520
9521 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9524         of current-time-string.
9525
9526 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9527
9528         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9529         date header.
9530
9531 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9532
9533         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9534         it can seriously impact performance as it bypasses the agent's
9535         local caches.
9536
9537 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9538
9539         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9540         must be explicitly online rather than "not explicitly offline" for
9541         its flags to be synchronized.
9542
9543         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9544         that gnus-uu-unmark-thread will function correctly.
9545
9546         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9547         1024K is instead displayed as 1M.
9548
9549 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9552
9553 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9554
9555         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9556
9557 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9558
9559         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9560         error message to display actual error condition.
9561         (gnus-agent-save-local): Avoid saving symbols that are bound to
9562         nil as they simply result in a warning message in
9563         gnus-agent-read-local.
9564
9565 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9568         rather than make-variable-buffer-local for file-precious-flag.
9569
9570 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9571
9572         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9573         for duplicates which are removed.  The invalid sort check then
9574         triggers a rescan after the sort as sorting may have moved
9575         duplicate entries such that they can be cheaply detected.
9576
9577 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9580
9581 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9582
9583         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9584         internal variable to a custom variable.  Changed default value
9585         from compressed(2) to uncompressed(1).
9586         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9587         support for uncompressed agentview files.  Taken together, reading
9588         the agentview file should now be 6-7 times faster.
9589
9590 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9591
9592         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9593         as a buffer-local variable.  This avoids creating truncated
9594         dribble files as a result of a hang up, eg.
9595
9596 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9597
9598         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9599         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9600         XEmacs.
9601
9602 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-start.el (gnus-start-draft-setup): Enforce
9605         `gnus-draft-mode' for nndraft:drafts at startup.
9606
9607         * gnus.el (gnus-splash): Change custom group.
9608         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9609         allow-list argument.
9610
9611         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9612         string.
9613
9614 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gnus-art.el (gnus-default-article-saver): Add user-defined
9617         `function' to custom type.
9618
9619 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9620
9621         * imap.el (imap-open): Handle case where buffer is a buffer
9622         object.
9623
9624 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9627         long lines.
9628         (gnus-cache-delete-group): Wrap doc strings.
9629
9630         * gnus-agent.el (gnus-agent-rename-group)
9631         (gnus-agent-delete-group): Wrap doc strings.
9632
9633 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * messagexmas.el (message-use-toolbar): Change the valid values
9636         into default, top, bottom, left, and right.
9637         (message-toolbar-thickness): New variable.
9638         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9639         well.
9640         (message-setup-toolbar): Make it work.
9641
9642         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9643         (gnus-use-toolbar): Change the valid values into default, top,
9644         bottom, left, and right.
9645         (gnus-toolbar-thickness): New variable.
9646         (gnus-xmas-setup-toolbar): New function.
9647         (gnus-xmas-setup-group-toolbar): Use it.
9648         (gnus-xmas-setup-summary-toolbar): Use it.
9649
9650 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * gnus-start.el (gnus-1): Add "native" to
9653         gnus-predefined-server-alist.
9654
9655         * gnus.el (gnus-method-to-server): Don't add "native" to the
9656         lists here, because that leads to problems when
9657         gnus-select-method is bound.
9658
9659 2005-11-09  Simon Josefsson  <jas@extundo.com>
9660
9661         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9662         use (not sort-by-date) instead.
9663
9664 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9665
9666         * gnus-delay.el (gnus-delay-group): Don't autoload.
9667         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9668         to be re-loaded when customizing the `gnus-delay' group.
9669
9670 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9671
9672         * message.el: Revert last changes.
9673         (message-insert-citation-line): Use newlines.
9674
9675 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9676
9677         * message.el (message-courtesy-message)
9678         (message-mark-insert-begin, message-mark-insert-end)
9679         (message-elide-ellipsis, message-cancel-message)
9680         (message-add-header, message-change-subject)
9681         (message-cross-post-followup-to-header)
9682         (message-cross-post-insert-note, message-reduce-to-to-cc)
9683         (message-widen-reply, message-delete-not-region)
9684         (message-kill-to-signature, message-insert-signature)
9685         (message-insert-importance-high, message-insert-importance-low)
9686         (message-insert-or-toggle-importance)
9687         (message-insert-disposition-notification-to)
9688         (message-indent-citation, message-yank-original)
9689         (message-cite-original-without-signature, message-cite-original)
9690         (message-insert-citation-line, message-position-on-field)
9691         (message-fix-before-sending, message-send-mail-partially)
9692         (message-send-mail, message-send-mail-with-sendmail)
9693         (message-send-mail-with-qmail, message-send-news)
9694         (message-check-news-header-syntax, message-generate-headers)
9695         (message-insert-courtesy-copy, message-fill-address)
9696         (message-fill-header, message-shorten-references)
9697         (message-setup-1, message-cancel-news)
9698         (message-forward-make-body-plain, message-forward-make-body-mime)
9699         (message-forward-make-body-mml, message-encode-message-body)
9700         (message-forward-make-body-digest-plain)
9701         (message-forward-make-body-digest-mime)
9702         (message-use-alternative-email-as-from): Insert `hard-newline'
9703         instead of ordinary newlines.
9704
9705 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * message.el (message-generate-headers): Downcase the argument
9708         given to message-check-element.
9709
9710 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9711
9712         * nntp.el (nntp-authinfo-rejected): New error condition.
9713         (nntp-wait-for): Use new error condition to signal authentication
9714         error.
9715         (nntp-retrieve-data): Rethrow new error condition to break out of
9716         recursive call to nntp-send-authinfo.
9717
9718 2005-11-08  Romain Francoise  <romain@orebokech.com>
9719
9720         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9721         (gnus-summary-exit-map): Bind to `Z p'.
9722         (gnus-summary-make-menu-bar): Add menu item.
9723
9724 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9727         (gnus-treat-*): Add `first' in all doc strings.
9728
9729         * gnus-group.el (gnus-group-compact-group): Fix typo.
9730
9731 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus.el (gnus-parameters-case-fold-search): New variable.
9734         (gnus-parameters-get-parameter): Use it.
9735
9736         * gnus-score.el (gnus-home-score-file): Doc fix.
9737
9738 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9739
9740         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9741
9742 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * mm-util.el (mm-special-display-p): New function.
9745
9746         * mml.el (mml-preview): Use it; doc fix.
9747
9748 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9749
9750         * imap.el (imap-open): Handle case where buffer is a buffer object.
9751
9752 2005-10-29  Romain Francoise  <romain@orebokech.com>
9753
9754         * message.el (message-fix-before-sending): Fix comment.
9755
9756 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9757
9758         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9759
9760 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9761
9762         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9763         Used in gnus-score.el.
9764
9765 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9768
9769 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9772         whitespace removed in revision 7.8.  Use concatenated string to
9773         protect trailing whitespace.
9774
9775 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9776
9777         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9778         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9779         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9780         Courier IMAP ("some version from 2004").  Mostly based on similar
9781         code in the same function.
9782
9783 2005-10-26  Didier Verna  <didier@xemacs.org>
9784
9785         * gnus-group.el (gnus-group-compact-group): Invalidate original
9786         article buffer.
9787         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9788         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9789         NOV database and in article itself.
9790         Invalidate article backlog.
9791
9792 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9795
9796 2005-10-26  Simon Josefsson  <jas@extundo.com>
9797
9798         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9799         part of 2004-07-25 change.
9800
9801 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * message.el (message-display-completion-list): New function.
9804         (message-expand-group): Use it; make sure the Completions buffer
9805         is modifiable.
9806 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9807
9808         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9809         user-mail-name is an empty string.
9810
9811 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9814         depending on gnus-score-decay-constant.
9815
9816         * encrypt.el (encrypt-insert-file-contents)
9817         (encrypt-write-file-contents): Don't use `gnus-message'.
9818
9819         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9820         arguments.
9821         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9822         arguments to mm-uu-verbatim-marks-extract.
9823         (mm-uu-hide-markers): New variable.
9824         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9825
9826         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9827         (gnus-convert-image-to-face-command): Use "convert" by default to
9828         allow other input image formats.
9829         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9830         accordingly.
9831
9832 2005-10-23  Simon Josefsson  <jas@extundo.com>
9833
9834         * imap.el (imap-gssapi-program): Align command line parameters
9835         with latest GNU SASL.
9836         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9837
9838 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9841         HTML.
9842         (nnslashdot-request-article): Ditto.
9843
9844         * lpath.el (featurep): Add nobreak-char-display.
9845
9846 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9847
9848         * mail-source.el (mail-source-fetch-pop): Require pop3.
9849         (mail-source-check-pop): Ditto.
9850
9851 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9854         errors.
9855
9856 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9859         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9860
9861         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9862
9863         * mm-bodies.el (mm-decode-string): Call
9864         `mm-charset-to-coding-system' with allow-override argument.
9865
9866 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9869         (rfc2047-charset-to-coding-system): New function.
9870         (rfc2047-decode-encoded-words): New function.
9871         (rfc2047-decode-region): Use them.
9872         (rfc2047-decode-cte): Remove.
9873         (rfc2047-parse-and-decode): Remove.
9874         (rfc2047-decode): Remove.
9875
9876 2005-10-15  Kenichi Handa  <handa@m17n.org>
9877
9878         * rfc2047.el (rfc2047-decode-cte): New function.
9879         (rfc2047-decode-region): Change the way to decode successive
9880         encoded-words: decode B- or Q-encoding in each encoded-word,
9881         concatenate them, and decode it as charset.
9882
9883 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * lpath.el: Fbind codepage-setup for XEmacs.
9886
9887 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9888
9889         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9890         widget-move-and-invoke.
9891         (gnus-custom-mode): Use gnus-custom-map.
9892
9893 2005-10-15  Bill Wohler  <wohler@newt.com>
9894
9895         * message.el (message-tool-bar-map): Renamed image file from
9896         mail_send to mail/send.
9897
9898 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9899
9900         * message.el (message-expand-group): Pass the common
9901         prefix substring of completion to `display-completion-list'.
9902
9903 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * mml-sec.el (mml-secure-method): New internal variable.
9906         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9907         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9908         functions using mml-secure-method.
9909
9910         * mml.el (mml-mode-map): Add key bindings for those functions.
9911         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9912         Harder <harder@myrealbox.com>.
9913         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9914         end of message if point is the headers of the message.
9915
9916         * message.el (message-in-body-p): New function.
9917
9918         * assistant.el: Autoload gnus-util and netrc.
9919
9920         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9921         Use `mm-charset-override-alist' only when decoding.
9922
9923         * mm-bodies.el (mm-decode-body): Call
9924         `mm-charset-to-coding-system' with allow-override argument.
9925
9926         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9927         `filename' from Content-Disposition if Content-Type doesn't
9928         provide `name'.
9929         (gnus-mime-view-part-as-type): Set default instead of
9930         initial-input.
9931
9932 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9933
9934         * format-spec.el (format-spec): Propagate text properties of % spec.
9935
9936 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * gnus-art.el (gnus-treat-predicate): Add `first'.
9939
9940 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9943         (mm-charset-override-alist): New variable.
9944         (mm-charset-to-coding-system): Use it.
9945         (mm-codepage-setup): New helper function.
9946         (mm-charset-eval-alist): New variable.
9947         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9948         about unknown charsets.
9949
9950         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9951
9952 2005-10-04  David Hansen  <david.hansen@gmx.net>
9953
9954         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9955         (nnrss-check-group): Ditto.
9956
9957 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9960         Rename x-gnus-verbatim to x-verbatim.
9961         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9962
9963         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9964         x-verbatim.
9965
9966         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9967
9968         * gnus-util.el (gnus-remove-duplicates): Remove.
9969
9970         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9971         instead of gnus-remove-duplicates.
9972
9973         * message.el (message-remove-duplicates): Remove.
9974         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9975         message-remove-duplicates.
9976
9977         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9978         available, else use implementation from `delete-dups'.
9979
9980         * message.el (message-insert-expires): New function.
9981         (message-mode-map): Add key binding.
9982         (message-mode-field-menu): Add menu entry.
9983         (message-mode): Document it.
9984         (message-make-expires-date): Use `message-make-date'.
9985
9986 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9987
9988         * message.el (message-make-expires-date): New function.
9989
9990 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * Makefile.in (list-installed-shadows): New entry.
9993         (install): Use it.
9994         (remove-installed-shadows): New entry.
9995
9996         * dgnushack.el (dgnushack-default-load-path): New variable.
9997         (dgnushack-find-lisp-shadows): New function.
9998         (dgnushack-remove-lisp-shadows): New function.
9999
10000 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * Makefile.in (install-el-elc): New entry.
10003         (install): Use it so that .el files are necessarily installed.
10004
10005 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10008
10009 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10010
10011         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10012         function rather than the diff-mode.el package.
10013         (mm-display-external): Use with-current-buffer.
10014         (mm-viewer-completion-map, mm-viewer-completion-map):
10015         Move initialization inside declaration.
10016
10017 2005-09-29  Simon Josefsson  <jas@extundo.com>
10018
10019         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10020         autoload mail-check-payment.
10021         (spam-check-hashcash): Define unconditionally, since hashcash.el
10022         is part of Gnus now.  Ignore errors from payment checking.
10023
10024 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * message.el (message-bold-region, message-unbold-region): Rename
10027         from `bold-region' and `unbold-region'.
10028
10029         * message.el: Remove useless autoloads.
10030
10031 2005-09-28  Simon Josefsson  <jas@extundo.com>
10032
10033         * message.el (message-use-idna): Default to t.
10034         (message-use-idna): Test whether encoding works too.  Doc fix.
10035
10036 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * nntp.el (nntp-warn-about-losing-connection): Remove.
10039
10040 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10043         customizable.  Change default value.
10044         (mm-uu-diff-groups-regexp): Change default value.
10045         (mm-uu-type-alist): Add doc string.
10046         (mm-uu-configure): Add doc string.  Make it interactive.
10047         (mm-uu-tex-groups-regexp): New variable.
10048         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10049         (mm-uu-type-alist): Add LaTeX documents.
10050         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10051         of "text/verbatim".
10052         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10053
10054         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10055         instead of "text/verbatim".
10056
10057         * message.el (message-mark-inserted-region)
10058         (message-mark-insert-file): Use slrn style marks when called with
10059         prefix argument.
10060
10061 2005-09-27  Simon Josefsson  <jas@extundo.com>
10062
10063         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10064
10065 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10066
10067         * message.el (message-remove-duplicates): New function.
10068         Implementation borrowed from `gnus-remove-duplicates'.
10069         (message-idna-to-ascii-rhs): Also encode idna addresses in
10070         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10071         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10072         only ask about the same idna domain once per header and also tell
10073         in what header to replace the idna domain.
10074
10075         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10076         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10077         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10078         a header is decoded and not just the last one.
10079
10080 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10083         has been decoded.
10084
10085         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10086         (mm-insert-part): Don't modify text if it has been decoded.
10087
10088         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10089         decoded.
10090
10091         * mm-view.el (mm-inline-text): Don't strip text props unless
10092         decoding enriched or richtext parts.
10093
10094 2005-09-25  Romain Francoise  <romain@orebokech.com>
10095
10096         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10097         * gnus-start.el (gnus-subscribe-interactively):
10098         * gnus-uu.el (gnus-uu-grab-articles):
10099         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10100         space.
10101
10102 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10103
10104         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10105         * mm-view.el (mm-view-pkcs7-decrypt):
10106         * gnus-sum.el (gnus-summary-limit-to-extra)
10107         (gnus-summary-respool-article, gnus-read-move-group-name):
10108         * gnus-score.el (gnus-summary-increase-score):
10109         * gnus-util.el (gnus-completing-read-with-default):
10110         * gnus-art.el (gnus-read-save-file-name)
10111         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10112         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10113         * message.el (message-check-news-header-syntax):
10114         Follow convention for reading with the minibuffer.
10115
10116 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * spam-report.el (spam-report-url-ping-plain):
10119         Use gnus-extended-version as User-Agent.
10120
10121         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10122         default value is nil.
10123
10124         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10125         (mm-uu-verbatim-marks-extract): New function.
10126         (mm-uu-extract): New face.
10127         (mm-uu-copy-to-buffer): Use it.
10128
10129         * spam-report.el (spam-report-gmane-ham): Renamed from
10130         `spam-report-gmane-unspam'.
10131         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10132         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10133
10134         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10135         Autoload.
10136         (spam-report-gmane-unregister-routine): Renamed
10137         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10138
10139 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10140
10141         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10142         (spam-report-gmane-unregister-routine): Add support for gmane
10143         unregistration.
10144
10145         * spam-report.el (spam-report-gmane-unspam)
10146         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10147         (spam-report-gmane): Change to take a single article and do unspam
10148         registration.
10149
10150 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * mm-url.el (mm-url-decode-entities): Fix regexp.
10153
10154 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10155
10156         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10157         default to nil, to be able to use Gnus at all.  If the default
10158         switches to something else, then the function should be fixed not
10159         be exceedingly slow.
10160
10161 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10162
10163         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10164         fail hard.
10165
10166         * spam-report.el: Add better Keywords line.
10167
10168         * spam.el: Add Maintainer and better Keywords line.
10169
10170 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-art.el (gnus-article-replace-part)
10173         (gnus-mime-replace-part): New functions.
10174         (gnus-mime-action-alist, gnus-mime-button-commands)
10175         (gnus-mime-save-part-and-strip): Added file argument.
10176         (gnus-article-part-wrapper): Added interactive argument.
10177
10178         * gnus-sum.el (gnus-summary-mime-map): Add
10179         `gnus-article-replace-part'.
10180
10181 2005-09-19  Didier Verna  <didier@xemacs.org>
10182
10183         The nnml compaction feature:
10184         * nnml.el (nnml-request-compact-group): New function.
10185         * nnml.el (nnml-request-compact): New function.
10186         * gnus-int.el (gnus-request-compact-group): New function.
10187         * gnus-int.el (gnus-request-compact): New function.
10188         * gnus-group.el (gnus-group-compact-group): New function.
10189         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10190         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10191         * gnus-srvr.el (gnus-server-compact-server): New function.
10192         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10193         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10194
10195 2005-09-18  Deepak Goel  <deego@gnufans.org>
10196
10197         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10198         format spec.
10199
10200 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10203
10204 2005-09-15  Romain Francoise  <romain@orebokech.com>
10205
10206         * message.el (message-fill-paragraph): Clarify docstring.
10207
10208 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-art.el (gnus-mime-display-part): Protect against broken
10211         MIME messages.
10212
10213 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10216         before parsing header.
10217
10218 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10219
10220         * html2text.el (html2text-replace-list): Add new entities.
10221
10222 2005-09-11  Romain Francoise  <romain@orebokech.com>
10223
10224         * message.el (message-alternative-emails): Improve docstring.
10225         (message-setup-1): Call `message-use-alternative-email-as-from'
10226         after `message-setup-hook' to give it precedence over posting
10227         styles, etc.
10228         (message-use-alternative-email-as-from): Add docstring.  Remove
10229         the original From header if present.
10230
10231         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10232         (nnml-save-mail): Use it.
10233
10234         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10235         articles.  Add new argument `silent'.
10236         (gnus-uu-mark-all): Report the total number of marked articles.
10237
10238 2005-09-10  Romain Francoise  <romain@orebokech.com>
10239
10240         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10241         (gnus-uu-mark-series): Likewise.
10242
10243 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * spam-report.el (spam-report-gmane): Fix generation of spam
10246         report URL.
10247
10248 2005-09-10  Simon Josefsson  <jas@extundo.com>
10249
10250         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10251         t, based on discussion on the ding list with Robert Epprecht
10252         <epprecht@solnet.ch>.
10253
10254 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * spam-report.el (spam-report-gmane): Make it work without
10257         X-Report-Spam header.  Gmane now only provides Archived-At.
10258         This is only used if `spam-report-gmane-use-article-number' is nil.
10259         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10260
10261         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10262         make `gnus-summary-sort-by-recipient' work with threading.
10263
10264         * nnweb.el (nnweb-google-wash-article): Print a message if article
10265         is not available.
10266
10267 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10268
10269         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10270         change.  Decode text/* parts content before displaying.
10271
10272 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10275
10276 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10279
10280         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10281         url-package-name, url-package-version,
10282         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10283         w3m-display-inline-images, and w3m-minor-mode-map.
10284
10285 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * message.el (message-tab-body-function): Fix mismatched custom type.
10288
10289         * gnus.el (gnus-group-change-level-function): Ditto.
10290
10291         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10292
10293         * gnus-art.el (gnus-signature-limit)
10294         (gnus-article-mime-part-function): Ditto.
10295
10296 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * mml.el (mml-mode): Silence the byte compiler.
10299
10300         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10301         using `(sit-for 0)' before moving the point to the specified part;
10302         skip unbuttonized parts.
10303         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10304         return to the summary window if gnus-auto-select-part is non-nil.
10305
10306 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10309         variables.
10310         (mml-dnd-attach-file, mml-mode): Use them.
10311
10312         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10313         Make fetching article by MID work again for Google Groups.  Added
10314         FIXME concerning gnus-group-make-web-group.
10315
10316         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10317         Don't depend on Gnus by using mail-extract-address-components if
10318         gnus-extract-address-components is not bound.
10319
10320 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321
10322         * gnus-art.el (gnus-mime-display-security): Don't display the
10323         signature, but only the signed part.
10324
10325 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10328
10329         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10330         list, not listp.
10331
10332 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10333
10334         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10335         when encoding.
10336
10337         * mm-bodies.el (mm-decode-content-transfer-encoding):
10338         De-canonicalize CRLF for all text content types, not just
10339         text/plain.
10340
10341 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10344         valid article; point arrow and cursor at the MIME button.
10345
10346 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10349         Suggested by Dan Christensen <jdc@uwo.ca>.
10350
10351         * mm-decode.el (mm-save-part): Enable change of prompt.
10352
10353 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10354
10355         * gnus-msg.el (gnus-inews-add-send-actions): Made
10356         `message-post-method' lambda parameter ARG `&optional'.
10357
10358 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * gnus-sum.el (gnus-summary-mime-map): Added
10361         gnus-article-save-part-and-strip, gnus-article-delete-part and
10362         gnus-article-jump-to-part.
10363
10364         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10365         (gnus-article-edit-part): Use it.
10366         (gnus-article-part-wrapper): Added no-handle argument.
10367         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10368         functions.
10369
10370 2005-08-29  Romain Francoise  <romain@orebokech.com>
10371
10372         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10373         docstring.
10374         (gnus-face-from-file): Likewise.
10375
10376 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10379         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10380         non-nil.
10381         (gnus-auto-select-part): New variable.
10382         (gnus-article-jump-to-part): New function.
10383         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10384         (gnus-mime-delete-part): Allow selecting specified part after
10385         deleting or stripping parts.
10386         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10387         part if argument is bogus.
10388
10389 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10390
10391         * gnus-art.el (w3m-minor-mode-map):
10392         * gnus-spec.el (gnus-newsrc-file-version):
10393         * gnus-util.el (nnmail-active-file-coding-system)
10394         (gnus-original-article-buffer, gnus-user-agent):
10395         * gnus.el (gnus-ham-process-destinations)
10396         (gnus-parameter-ham-marks-alist)
10397         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10398         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10399         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10400         * mm-decode.el (gnus-current-window-configuration):
10401         * mm-extern.el (gnus-article-mime-handles):
10402         * mm-url.el (url-current-object, url-package-name)
10403         (url-package-version):
10404         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10405         (smime-keys, w3m-cid-retrieve-function-alist)
10406         (w3m-current-buffer, w3m-display-inline-images)
10407         (w3m-minor-mode-map):
10408         * mml-smime.el (gnus-extract-address-components):
10409         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10410         (gnus-newsrc-hashtb, message-default-charset)
10411         (message-deletable-headers, message-options)
10412         (message-posting-charset, message-required-mail-headers)
10413         (message-required-news-headers):
10414         * mml1991.el (mc-pgp-always-sign):
10415         * mml2015.el (mc-pgp-always-sign):
10416         * nnheader.el (nnmail-extra-headers):
10417         * rfc1843.el (gnus-decode-encoded-word-function)
10418         (gnus-decode-header-function, gnus-newsgroup-name):
10419         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10420
10421 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10422
10423         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10424         the end of the date treatments.
10425
10426 2005-08-15  Simon Josefsson  <jas@extundo.com>
10427
10428         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10429         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10430         Capello and Romain Francoise.
10431         (pgg-fetch-key-function): Removed, not used?
10432         (pgg-insert-url-with-w3): Require url, to get
10433         url-insert-file-contents regardless of where it is defined.
10434
10435 2005-08-13  Romain Francoise  <romain@orebokech.com>
10436
10437         * message.el (message-cite-original-1): New function.
10438         (message-cite-original): Use it.
10439         (message-cite-original-without-signature): Ditto.
10440
10441 2005-08-08  Romain Francoise  <romain@orebokech.com>
10442
10443         * message.el (message-yank-empty-prefix): New variable.
10444         (message-indent-citation): Use it.
10445         (message-cite-original-without-signature): Respect X-No-Archive.
10446
10447 2005-08-08  Simon Josefsson  <jas@extundo.com>
10448
10449         * pgg.el: Autoload url-insert-file-contents instead of loading
10450         w3/url.
10451         (pgg-insert-url-with-w3): Don't load url here.
10452
10453 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10454
10455         * message.el (message-kill-to-signature): Don't insert newline at
10456         bol.
10457         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10458
10459 2005-08-06  Romain Francoise  <romain@orebokech.com>
10460
10461         * message.el (message-user-fqdn): Fix typo in docstring.
10462
10463 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10464
10465         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10466
10467         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10468
10469 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * mm-bodies.el (mm-encode-body): Use coding system rather than
10472         charset to encode text.
10473
10474         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10475         number of charsets if utf-8 is available (XEmacs).
10476
10477 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10480         taken from `gnus-button-mid-or-mail-regexp'.
10481         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10482         (gnus-button-alist): Improve regexp for domain part of the MIDs
10483         for news:localpart@domain buttons.
10484         (gnus-button-ctan-directory-regexp): Update.
10485
10486 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * sieve-manage.el (sieve-manage-interactive-login): Use
10489         make-local-variable rather than make-variable-buffer-local.
10490         (sieve-manage-open): Ditto.
10491         (sieve-manage-authenticate): Ditto.
10492
10493         * mml.el (mml-generate-mime-1): Make the content type default to
10494         text/plain if the filename is not specified.
10495
10496 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10499         instead of insert-buffer.
10500
10501         * message.el (message-yank-original): Ditto; set the mark at the
10502         end of the yanked message.
10503
10504 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10507         lines to scroll rather than to stop it.
10508
10509         * mml.el (mml-generate-default-type): Add doc string.
10510         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10511         default to application/octet-stream when determining the content
10512         type if it is not specified for the part or the mml contents; add
10513         a comment about mml-generate-default-type.
10514
10515 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10518         make it default to application/octet-stream when determining the
10519         content type if it is not specified for the external contents.
10520
10521 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10524         segmented parameter but also other parameters might be there.
10525
10526 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * mm-decode.el (mm-display-external): Delete temp file, directory
10529         and buffer immediately if the external process is exited.
10530
10531 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10534         fewer lines than that of scroll-margin.
10535         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10536
10537 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-art.el (gnus-article-next-page): Revert.
10540         (gnus-article-beginning-of-window): New macro.
10541         (gnus-article-next-page-1): Use it.
10542         (gnus-article-prev-page): Ditto.
10543         (gnus-article-edit-part): Use insert-buffer-substring instead of
10544         insert-buffer.
10545         (gnus-article-edit-exit): Ditto.
10546
10547         * gnus-util.el (gnus-beginning-of-window): Remove.
10548         (gnus-end-of-window): Remove.
10549
10550         * lpath.el: Don't bind header-line-format and scroll-margin.
10551
10552 2005-07-25  Simon Josefsson  <jas@extundo.com>
10553
10554         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10555         to have the url package without w3.  Reported by Daiki Ueno
10556         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10557
10558 2005-07-20  Didier Verna  <didier@xemacs.org>
10559
10560         * gnus-diary.el: Remove the description comment (nndiary is now
10561         properly documented in the Gnus manual).
10562         Fix the spelling of "Back End".
10563         * nndiary.el: Ditto.
10564         Fix the copyright notice.
10565
10566 2005-07-18  Romain Francoise  <romain@orebokech.com>
10567
10568         * gnus-sum.el (gnus-summary-to-prefix)
10569         (gnus-summary-newsgroup-prefix): New variables.
10570         (gnus-summary-from-or-to-or-newsgroups): Use them.
10571
10572 2005-07-17  Romain Francoise  <romain@orebokech.com>
10573
10574         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10575         space as it's generally not especially interesting to the user.
10576
10577 2005-07-16  Romain Francoise  <romain@orebokech.com>
10578
10579         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10580         nil to avoid prompting and file modification if one of the
10581         messages at the top of the nnfolder file contains a copyright
10582         notice.
10583         Update copyright notice.
10584
10585         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10586         instead of `current-time-string' as the latter creates a time
10587         string that is not RFC 2822 compliant (it lacks the zone).
10588         Update copyright notice.
10589
10590 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10591
10592         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10593         for text/rtf.  Display default in prompt.  Pass default for M-n.
10594
10595         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10596
10597 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10598
10599         * gnus-msg.el (gnus-button-mailto): Remove
10600         save-selected-window-window hackery because it relies on
10601         save-selected-window internals.
10602
10603 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10606         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10607         (gnus-article-prev-page): Ditto.
10608
10609         * gnus-util.el (gnus-beginning-of-window): New function.
10610         (gnus-end-of-window): New function.
10611
10612         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10613
10614 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10615
10616         * gnus-score.el (gnus-score-edit-all-score): Set
10617         gnus-score-edit-exit-function to gnus-score-edit-done and call
10618         gnus-message.
10619
10620 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * gnus-msg.el (gnus-button-mailto): Remove
10623         save-selected-window-window hackery because it relies on
10624         save-selected-window internals.
10625
10626 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10629         add-minor-mode.
10630         (gnus-binary-mode): Ditto.
10631
10632         * gnus-topic.el (gnus-topic-mode): Ditto.
10633
10634 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10635
10636         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10637         (gnus-article-prev-page): Take scroll-margin into consideration.
10638
10639 2005-07-04  Lute Kamstra  <lute@gnu.org>
10640
10641         Update FSF's address in GPL notices.
10642
10643 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10644
10645         * gnus.el (gnus-exit):
10646         * gnus-group.el (gnus-group-icons):
10647         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10648
10649         * gnus-nocem.el (gnus-nocem):
10650         * message.el (message-various, message-buffers, message-sending)
10651         (message-interface, message-forwarding, message-insertion)
10652         (message-headers, message-news, message-mail):
10653         * pgg-gpg.el (pgg-gpg):
10654         * pgg-parse.el (pgg-parse):
10655         * pgg-pgp.el (pgg-pgp):
10656         * pgg-pgp5.el (pgg-pgp5):
10657         * pop3.el (pop3): Finish `defgroup' description with period.
10658
10659 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-art.el (article-display-face): Improve the efficiency.
10662         (article-display-x-face): Ditto; remove grey x-face stuff.
10663
10664 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-art.el (article-display-face): Correct the position in
10667         which Faces are inserted.
10668
10669 2005-06-29  Didier Verna  <didier@xemacs.org>
10670
10671         * gnus-art.el (article-display-face): Display faces in correct
10672         order.
10673
10674 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10677         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10678         (gnus-nocem-check-article): Fetch the Type header.
10679         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10680         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10681         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10682         make sure gnus-nocem-hashtb is initialized.
10683         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10684         (gnus-nocem-unwanted-article-p): Ditto.
10685
10686         * pgg.el (pgg-verify): Return the verification result.
10687
10688 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10691         is ascii.
10692
10693 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10694
10695         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10696         `show-nonbreak-escape'.
10697
10698 2005-06-23  Lute Kamstra  <lute@gnu.org>
10699
10700         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10701
10702         * dig.el (dig-mode):
10703         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10704
10705 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10706
10707         * nnimap.el (nnimap-split-download-body): Fix spellings.
10708
10709 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10710
10711         * gnus-art.el (gnus-article-encrypt-body):
10712         * gnus-cus.el (gnus-score-customize):
10713         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10714         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10715
10716 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10717
10718         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10719         header by looking for magic "MII" at the beginnig.
10720
10721 2005-06-16  Miles Bader  <miles@gnu.org>
10722
10723         * gnus-xmas.el (gnus-xmas-group-startup-message):
10724         Use renamed gnus-splash face.
10725
10726         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10727         (assistant-field-face): New backward-compatibility alias for renamed
10728         face.
10729         (assistant-render-text): Use renamed assistant-field face.
10730
10731         * spam.el (spam): Remove "-face" suffix from face name.
10732         (spam-face): New backward-compatibility alias for renamed face.
10733         (spam-face, spam-initialize): Use renamed spam face.
10734
10735         * message.el (message-header-to, message-header-cc)
10736         (message-header-subject, message-header-newsgroups)
10737         (message-header-other, message-header-name)
10738         (message-header-xheader, message-separator, message-cited-text)
10739         (message-mml): Remove "-face" suffix from face names.
10740         (message-header-to-face, message-header-cc-face)
10741         (message-header-subject-face, message-header-newsgroups-face)
10742         (message-header-other-face, message-header-name-face)
10743         (message-header-xheader-face, message-separator-face)
10744         (message-cited-text-face, message-mml-face):
10745         New backward-compatibility aliases for renamed faces.
10746         (message-font-lock-keywords): Use renamed message faces.
10747
10748         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10749         (sieve-test-commands, sieve-tagged-arguments):
10750         Remove "-face" suffix from face names.
10751         (sieve-control-commands-face, sieve-action-commands-face)
10752         (sieve-test-commands-face, sieve-tagged-arguments-face):
10753         New backward-compatibility aliases for renamed faces.
10754         (sieve-control-commands-face, sieve-action-commands-face)
10755         (sieve-test-commands-face, sieve-tagged-arguments-face):
10756         Use renamed sieve faces.
10757
10758         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10759         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10760         (gnus-group-news-3-empty, gnus-group-news-4)
10761         (gnus-group-news-4-empty, gnus-group-news-5)
10762         (gnus-group-news-5-empty, gnus-group-news-6)
10763         (gnus-group-news-6-empty, gnus-group-news-low)
10764         (gnus-group-news-low-empty, gnus-group-mail-1)
10765         (gnus-group-mail-1-empty, gnus-group-mail-2)
10766         (gnus-group-mail-2-empty, gnus-group-mail-3)
10767         (gnus-group-mail-3-empty, gnus-group-mail-low)
10768         (gnus-group-mail-low-empty, gnus-summary-selected)
10769         (gnus-summary-cancelled, gnus-summary-high-ticked)
10770         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10771         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10772         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10773         (gnus-summary-low-undownloaded)
10774         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10775         (gnus-summary-low-unread, gnus-summary-normal-unread)
10776         (gnus-summary-high-read, gnus-summary-low-read)
10777         (gnus-summary-normal-read, gnus-splash):
10778         Remove "-face" suffix from face names.
10779         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10780         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10781         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10782         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10783         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10784         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10785         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10786         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10787         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10788         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10789         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10790         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10791         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10792         (gnus-summary-normal-ticked-face)
10793         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10794         (gnus-summary-normal-ancient-face)
10795         (gnus-summary-high-undownloaded-face)
10796         (gnus-summary-low-undownloaded-face)
10797         (gnus-summary-normal-undownloaded-face)
10798         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10799         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10800         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10801         (gnus-splash-face):
10802         New backward-compatibility aliases for renamed faces.
10803         (gnus-group-startup-message): Use renamed gnus faces.
10804
10805         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10806         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10807         (gnus-server-agent): Remove "-face" suffix from face names.
10808         (gnus-server-agent-face, gnus-server-opened-face)
10809         (gnus-server-closed-face, gnus-server-denied-face)
10810         (gnus-server-offline-face):
10811         New backward-compatibility aliases for renamed faces.
10812         (gnus-server-agent-face, gnus-server-opened-face)
10813         (gnus-server-closed-face, gnus-server-denied-face)
10814         (gnus-server-offline-face): Use renamed gnus faces.
10815
10816         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10817         Remove "-face" suffix from face names.
10818         (gnus-picon-xbm-face, gnus-picon-face):
10819         New backward-compatibility aliases for renamed faces.
10820
10821         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10822         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10823         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10824         (gnus-cite-11): Remove "-face" suffix from face names.
10825         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10826         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10827         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10828         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10829         New backward-compatibility aliases for renamed faces.
10830         (gnus-cite-attribution-face, gnus-cite-face-list)
10831         (gnus-article-boring-faces): Use renamed gnus faces.
10832
10833         * gnus-art.el (gnus-signature, gnus-header-from)
10834         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10835         (gnus-header-content): Remove "-face" suffix from face names.
10836         (gnus-signature-face, gnus-header-from-face)
10837         (gnus-header-subject-face, gnus-header-newsgroups-face)
10838         (gnus-header-name-face, gnus-header-content-face):
10839         New backward-compatibility aliases for renamed faces.
10840         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10841
10842         * gnus-sum.el (gnus-summary-selected-face)
10843         (gnus-summary-highlight): Use renamed gnus faces.
10844         * gnus-group.el (gnus-group-highlight): Likewise.
10845
10846 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10847
10848         * gnus-sieve.el (gnus-sieve-article-add-rule):
10849         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10850         * spam-stat.el (spam-stat-buffer-change-to-spam)
10851         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10852
10853         * message.el (message-is-yours-p):
10854         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10855
10856 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * mm-view.el (mm-inline-text): Withdraw the last change.
10859
10860 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10863         executing enriched-decode.
10864
10865 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10868         charset of tar files.
10869
10870 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10871
10872         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10873
10874 2005-06-04  Lute Kamstra  <lute@gnu.org>
10875
10876         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10877         information is never recorded.
10878
10879 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10880
10881         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10882
10883 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * pop3.el (pop3-apop): Run md5 in the binary mode.
10886
10887         * starttls.el (starttls-set-process-query-on-exit-flag):
10888         Use eval-and-compile.
10889
10890 2005-05-31  Simon Josefsson  <jas@extundo.com>
10891
10892         * smime.el (smime-replace-in-string): Define.
10893         (smime-cert-by-ldap-1): Use it.
10894
10895 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-art.el (article-display-x-face): Replace
10898         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10899
10900         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10901         set-process-query-on-exit-flag or process-kill-without-query.
10902
10903         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10904         loop instead of replace-regexp.
10905
10906         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10907         instead of process-kill-without-query if it is available.
10908
10909         * lpath.el: Fbind ldap-search-entries.
10910
10911         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10912         instead of find-file-hooks if it is available.
10913
10914         * mml1991.el: Bind pgg-default-user-id when compiling.
10915
10916         * mml2015.el: Bind pgg-default-user-id when compiling.
10917
10918         * nndraft.el (nndraft-request-associate-buffer):
10919         Use write-contents-functions instead of write-contents-hooks if it is
10920         available.
10921
10922         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10923         instead of find-file-hooks if it is available.
10924
10925         * nntp.el (nntp-open-connection): Replace
10926         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10927         (nntp-open-ssl-stream): Ditto.
10928         (nntp-open-tls-stream): Ditto.
10929
10930         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10931         set-process-query-on-exit-flag or process-kill-without-query.
10932         (starttls-open-stream-gnutls): Use it instead of
10933         process-kill-without-query.
10934         (starttls-open-stream): Ditto.
10935
10936 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10937
10938         * smime.el (smime-cert-by-ldap-1): Don't use
10939         replace-regexp-in-string.
10940
10941 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10942
10943         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10944
10945         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10946         in PEM format.  Adjust to the XEmacs compability.
10947
10948 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10951         by `string-to-number'.
10952         * gnus-agent.el (gnus-agent-regenerate-group)
10953         (gnus-agent-fetch-articles): Ditto.
10954         * gnus-art.el (gnus-button-fetch-group): Ditto.
10955         * gnus-cache.el (gnus-cache-generate-active)
10956         (gnus-cache-articles-in-group): Ditto.
10957         * gnus-group.el (gnus-group-set-current-level)
10958         (gnus-group-insert-group-line): Ditto.
10959         * gnus-score.el (gnus-score-set-expunge-below)
10960         (gnus-score-set-mark-below, gnus-summary-score-effect)
10961         (gnus-summary-score-entry): Ditto.
10962         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10963         (gnus-soup-pack): Ditto.
10964         * gnus-spec.el (gnus-xmas-format): Ditto.
10965         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10966         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10967         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10968         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10969         * nndb.el (nndb-get-remote-expire-response): Ditto.
10970         * nndiary.el (nndiary-parse-schedule-value)
10971         (nndiary-string-to-number, nndiary-request-replace-article)
10972         (nndiary-request-article): Ditto.
10973         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10974         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10975         * nneething.el (nneething-make-head): Ditto.
10976         * nnfolder.el (nnfolder-request-article)
10977         (nnfolder-retrieve-headers): Ditto.
10978         * nnheader.el (nnheader-file-to-number): Ditto.
10979         * nnkiboze.el (nnkiboze-request-article): Ditto.
10980         * nnmail.el (nnmail-process-unix-mail-format)
10981         (nnmail-process-babyl-mail-format): Ditto.
10982         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10983         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10984         (nnmh-request-create-group, nnmh-request-list-1)
10985         (nnmh-request-group, nnmh-request-article): Ditto.
10986         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10987         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10988         * nnsoup.el (nnsoup-make-active): Ditto.
10989         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10990         * nntp.el (nntp-find-group-and-number)
10991         (nntp-retrieve-headers-with-xover): Ditto.
10992         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10993         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10994         (pgg-format-key-identifier): Ditto.
10995         * pop3.el (pop3-last, pop3-stat): Ditto.
10996         * qp.el (quoted-printable-decode-region): Ditto.
10997
10998         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10999         of concat.
11000
11001 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11004
11005         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11006
11007         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11008
11009         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11010
11011         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11012
11013         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11014
11015         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11016         (gnus-carpal-mode): Ditto.
11017
11018         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11019         (gnus-browse-mode): Ditto.
11020
11021         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11022
11023         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11024
11025 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11026
11027         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11028
11029 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-util.el (gnus-run-mode-hooks): New function.
11032
11033         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11034
11035         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11036         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11037
11038 2005-05-27  Lute Kamstra  <lute@gnu.org>
11039
11040         * dns-mode.el (dns-mode): Specify customization group.
11041
11042 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11043
11044         * gnus-agent.el (gnus-agent-make-mode-line-string):
11045         Use mode-line-highlight as mouse-face.
11046
11047 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * canlock.el (canlock): Change the parent group to news.
11050
11051         * deuglify.el (gnus-outlook-deuglify): Add :group.
11052
11053         * dig.el (dig): Add :group.
11054
11055         * dns-mode.el (dns-mode): Add :group.
11056
11057         * encrypt.el (encrypt): Add :group.
11058
11059         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11060         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11061         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11062         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11063         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11064
11065         * gnus-diary.el (gnus-diary): Add :group.
11066
11067         * gnus.el (gnus-group-news-1-face): Add :group.
11068         (gnus-group-news-1-empty-face): Ditto.
11069         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11070         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11071         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11072         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11073         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11074         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11075         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11076         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11077         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11078         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11079         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11080         (gnus-summary-high-ticked-face): Ditto.
11081         (gnus-summary-low-ticked-face): Ditto.
11082         (gnus-summary-normal-ticked-face): Ditto.
11083         (gnus-summary-high-ancient-face): Ditto.
11084         (gnus-summary-low-ancient-face): Ditto.
11085         (gnus-summary-normal-ancient-face): Ditto.
11086         (gnus-summary-high-undownloaded-face): Ditto.
11087         (gnus-summary-low-undownloaded-face): Ditto.
11088         (gnus-summary-normal-undownloaded-face): Ditto.
11089         (gnus-summary-high-unread-face): Ditto.
11090         (gnus-summary-low-unread-face): Ditto.
11091         (gnus-summary-normal-unread-face): Ditto.
11092         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11093         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11094
11095         * hashcash.el (hashcash): New custom group.
11096         (hashcash-default-payment): Add :group.
11097         (hashcash-payment-alist): Ditto.
11098         (hashcash-default-accept-payment): Ditto.
11099         (hashcash-accept-resources): Ditto.
11100         (hashcash-path): Ditto.
11101         (hashcash-extra-generate-parameters): Ditto.
11102         (hashcash-double-spend-database): Ditto.
11103         (hashcash-in-news): Ditto.
11104
11105         * message.el (message-minibuffer-local-map): Add :group.
11106
11107         * netrc.el (netrc): Add :group.
11108
11109         * sieve-manage.el (sieve-manage-log): Add :group.
11110         (sieve-manage-default-user): Diito.
11111         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11112         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11113         (sieve-manage-authenticators): Ditto.
11114         (sieve-manage-authenticator-alist): Ditto.
11115         (sieve-manage-default-port): Ditto.
11116
11117         * sieve-mode.el (sieve-control-commands-face): Add :group.
11118         (sieve-action-commands-face): Ditto.
11119         (sieve-test-commands-face): Ditto.
11120         (sieve-tagged-arguments-face): Ditto.
11121
11122         * smime.el (smime): Add :group.
11123
11124         * spam-report.el (spam-report): Add :group.
11125
11126         * spam.el (spam, spam-face): Add :group.
11127
11128 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11129
11130         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11131         return \n.\n.\n at the end of articles.  Protect against that.
11132         (nntp-with-open-group): Allow debugging.
11133
11134         * nnheader.el (mail-header-set-extra): Make into a function
11135         because I just could't understand how to quote the list properly.
11136
11137         * dns.el (query-dns-cached): New function.
11138
11139 2005-05-26  Lute Kamstra  <lute@gnu.org>
11140
11141         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11142
11143 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11146
11147         * gnus-art.el: Don't autoload mail-extract-address-components.
11148
11149         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11150         eval-and-compile to evaluate it.
11151
11152         * hashcash.el: Don't autoload executable-find.
11153
11154         * nndb.el: Don't declare the nndb back end two or more times; don't
11155         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11156
11157         * nntp.el: Autoload format-spec instead of format; use
11158         eval-and-compile to evaluate autoload forms.
11159
11160 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11161
11162         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11163
11164 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165
11166         * gnus.el (gnus-version-number): Bump version.
11167
11168 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11169
11170         * gnus.el: No Gnus v0.3 is released.
11171
11172 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173
11174         * lpath.el (featurep): Bind show-nonbreak-escape.
11175
11176 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-art.el (gnus-article-edit-part): Disable undo.
11179
11180 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11183         gnus-article-date-lapsed-new-header is t if date timer is active;
11184         skip headers in which the original date value is empty.
11185         (gnus-article-save-original-date): Redefine it as a macro.
11186         (gnus-display-mime): Use it.
11187
11188 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-art.el (article-date-ut): Support converting date in
11191         forwarded parts as well.
11192         (gnus-article-save-original-date): New function.
11193         (gnus-display-mime): Use it.
11194
11195 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11196
11197         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11198         enclosure element of <item>.
11199
11200 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * message.el (message-kill-buffer-query): Renamed from
11203         `message-kill-buffer-query-if-modified'.  Added :version.
11204
11205 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11208         window layout.
11209
11210 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * mml.el: Autoload dnd when compiling.
11213
11214 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11217         x-dnd-*.
11218
11219 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * qp.el (quoted-printable-encode-region): Save excursion.
11222
11223 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11224
11225         * message.el (message-kill-buffer-query-if-modified): Add new variable
11226         so the user can kill a modified message buffer quickly.
11227         (message-kill-buffer): Use it.
11228
11229 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * lpath.el: Fbind display-time-event-handler; don't fbind
11232         string-to-multibyte.
11233
11234         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11235
11236 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11239         contained in text because xml.el decodes entities) with LFs.
11240
11241 2005-04-11  Lute Kamstra  <lute@gnu.org>
11242
11243         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11244         differently.
11245
11246 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11247
11248         * mm-util.el (mm-detect-coding-region): Typo.
11249
11250 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11253
11254 2005-04-06  Deepak Goel  <deego@gnufans.org>
11255
11256         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11257         user-function allow user modifications of the scores.
11258         (spam-stat-score-buffer-user): New function, to allow
11259         user-computed modifications to the score.
11260         (spam-stat-score-buffer-user-functions): List of additional
11261         scoring functions.
11262         (spam-stat-error-holder): Global temporary error holder.
11263         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11264         variable.
11265
11266 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11267
11268         * gnus-registry.el (gnus-registry-clean-empty-function)
11269         (gnus-registry-trim, gnus-registry-fetch-groups)
11270         (gnus-registry-delete-group): Groups that match
11271         `gnus-registry-ignored-groups' are removed from the registry
11272         entries, not just ignored for splitting.  This helps clean up the
11273         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11274         to get all the groups a message ID is in.
11275
11276         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11277         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11278         (spam-stat-score-buffer-user-functions): Add :number custom type.
11279
11280 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11283         argument in XEmacs.
11284
11285         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11286         (nnrss-request-group): Decode group name first.
11287         (nnrss-request-article): Make a text/plain article if mml-to-mime
11288         failed.
11289         (nnrss-get-encoding): Return a compatible encoding according to
11290         nnrss-compatible-encoding-alist.
11291         (nnrss-find-el): Use consp instead of listp.
11292         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11293
11294 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11297         which Emacs 20 doesn't support.
11298         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11299
11300 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11303         silence the byte compiler inside the defun.
11304
11305         * gnus-demon.el (parse-time-string): Add autoload.
11306
11307         * gnus-delay.el (parse-time-string): Add autoload.
11308
11309         * gnus-art.el (parse-time-string): Add autoload.
11310
11311         * nnultimate.el (parse-time): Require for `parse-time-string'.
11312
11313 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11316
11317         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11318
11319         * smime.el (smime-ldap-host-list): Add :version.
11320
11321 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11324         pass it to `gnus-browse-read-group'.
11325         (gnus-browse-read-group): Add NUMBER argument and pass it to
11326         `gnus-group-read-ephemeral-group'.
11327
11328         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11329         argument and pass it to `gnus-group-read-group'.
11330
11331 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11332
11333         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11334         mm-xemacs-find-mime-charset-1 if we have the mule feature
11335         available at runtime.
11336
11337 2005-03-25  Werner Lemberg  <wl@gnu.org>
11338
11339         * nnmaildir.el: Replace `illegal' with `invalid'.
11340
11341 2005-03-23  Lute Kamstra  <lute@gnu.org>
11342
11343         * time-date.el: Add comment on time value formats.
11344         Don't require parse-time.
11345         (with-decoded-time-value): New macro.
11346         (encode-time-value): New function.
11347         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11348         (days-to-time): Return a valid time value when arg is huge.
11349         (time-since): Use time-subtract.
11350         (time-to-number-of-days): Use time-to-seconds.
11351
11352 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11353
11354         * gnus-start.el (gnus-display-time-event-handler):
11355         Check display-time-timer at runtime rather than only at load time
11356         in case display-time-mode is turned off in the mean time.
11357
11358 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11361         used.
11362
11363         * nneething.el (nneething-map-file-directory): Derive from
11364         `gnus-directory'.
11365
11366         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11367         the To/Cc button.
11368
11369 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * nnmaildir.el (nnmaildir-request-accept-article):
11372         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11373
11374 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11375
11376         * gnus-async.el: Require timer-funcs at compile time when in
11377         XEmacs for `run-with-idle-timer'.
11378
11379 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11380
11381         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11382         autoloaded function.
11383
11384 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11385
11386         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11387
11388 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11389
11390         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11391
11392 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11393
11394         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11395         gnus-expert-user to default.
11396
11397 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11398
11399         * nnimap.el (nnimap-open-server): Ditto.
11400
11401         * imap.el (imap-authenticate): Fix typo.
11402
11403 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11404
11405         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11406         buffer (since IMAP server might return FETCH response out of
11407         order, and the nntp buffer must be sorted).
11408
11409 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11410
11411         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11412         comparison on string.
11413
11414         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11415         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11416         (gnus-agent-summary-fetch-series): Modified to protect against
11417         gnus-agent-summary-fetch-group clearing processable flags.
11418         (gnus-agent-synchronize-group-flags): Update live group buffer as
11419         synchronization may occur due to the user toggle the plugged
11420         status.
11421         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11422         successfully downloaded.
11423         (gnus-agent-expire-group-1): Avoid using markers when the overview
11424         is in ascending order; greatly improves performance.
11425         (gnus-agent-regenerate-group): Use
11426         gnus-agent-synchronize-group-flags to reset read status in both
11427         gnus and server.
11428         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11429
11430 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * message.el: Don't autoload former message-utils variables.
11433         (message-strip-subject-trailing-was): Change doc string.
11434
11435         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11436         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11437         (nnweb-google-search): Add "hl=en" here.
11438         (nnweb-google-parse-1, nnweb-google-create-mapping):
11439         Don't hardcode URL.
11440
11441 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * message.el (message-get-reply-headers, message-followup):
11444         Mention related variables `message-use-followup-to' and
11445         `message-use-mail-followup-to', in the information buffer.
11446
11447         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11448         of broken groups(-beta).google.com.
11449
11450 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11451
11452         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11453         parameter to invoked gnus-request-move-article; remove the
11454         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11455         all at once instead of once per article.
11456         (gnus-summary-remove-process-mark): Accept a list of articles as
11457         well as a single article for processing.
11458
11459         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11460         parameter.
11461
11462         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11463
11464         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11465
11466         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11467         parameter.
11468
11469         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11470         parameter.
11471
11472         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11473         parameter and remove the gnus-sum-hint-move-is-internal variable.
11474
11475         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11476         parameter.
11477
11478         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11479         parameter.
11480
11481         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11482         parameter.
11483
11484         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11485
11486         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11487         parameter.
11488
11489         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11490         parameter.
11491
11492 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11493
11494         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11495         a more conservative way.
11496
11497 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11498
11499         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11500         buffer, so it moves the window's cursor.
11501
11502 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11503
11504         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11505         `mm-dissect-multipart' and receive the from field as an (optional)
11506         argument from `mm-dissect-multipart'.
11507         (mm-dissect-multipart): Receive the from field as an argument and
11508         pass it on when we call `mm-dissect-buffer' on MIME parts.
11509         Fixes verification/decryption of signed/encrypted MIME parts.
11510
11511 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11512
11513         * gnus-sum.el (gnus-summary-move-article): Set
11514         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11515         whatever it calls (right now, only nnimap-request-move article
11516         respects it).
11517
11518         * nnimap.el (nnimap-request-move-article): When
11519         gnus-sum-hint-move-is-internal is set, don't do the extra
11520         nnimap-request-article.
11521
11522 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11525
11526         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11527         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11528
11529         * gnus-sum.el (gnus-summary-caesar-message):
11530         Apply `gnus-treat-article' after rotation.
11531
11532         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11533         doc string.
11534
11535 2005-02-22  Simon Josefsson  <jas@extundo.com>
11536
11537         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11538         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11539         <arne@arnested.dk>.
11540         (encrypt): Add password-cache and password-cache-expiry as group
11541         members.
11542
11543 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11544
11545         * smime.el (smime-ldap-host-list): Doc fix.
11546         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11547         cache) password.
11548         (smime-sign-region): Use it.
11549         (smime-decrypt-region): Use it.
11550         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11551         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11552         fails.
11553         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11554         certificate from DER to PEM format rather than calling openssl.
11555
11556         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11557
11558         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11559         for signing/encryption.
11560
11561         * mml.el (mml-parse-1): Use them.
11562
11563 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11564
11565         * nnrss.el (nnrss-verbose): Removed.
11566         (nnrss-request-group): Use `nnheader-message' instead.
11567
11568 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11569
11570         * nnrss.el (nnrss-verbose): New variable.
11571         (nnrss-request-group): Make it say nnrss is requesting a group.
11572
11573 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11576         Handle news URL with given port correctly.
11577
11578 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11581         containing special characters.
11582
11583         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11584
11585         * mml.el (mime-to-mml): Ditto.
11586
11587         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11588         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11589         (rfc2047-decode-region): Quote decoded words containing special
11590         characters when rfc2047-quote-decoded-words-containing-tspecials
11591         is non-nil.
11592
11593 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11594
11595         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11596
11597         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11598
11599 2005-02-15  Simon Josefsson  <jas@extundo.com>
11600
11601         * nnimap.el (nnimap-debug): Doc fix.
11602
11603         * imap.el (imap-debug): Doc fix.
11604
11605 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11608
11609 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11610
11611         * gnus.el (spam-contents): Improve docs for spam-contents
11612         parameter in its variable incarnation.
11613
11614 2005-02-14  Simon Josefsson  <jas@extundo.com>
11615
11616         * smime-ldap.el: Use require instead of load-library for ldap.
11617         (smime-ldap-search): Indent.
11618         (smime-ldap-search-internal): Shorten line.
11619
11620         * smime.el (smime-cert-by-dns): Add doc-string.
11621         (smime-cert-by-ldap-1): Indent.
11622
11623         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11624         mml-smime-get-dns-ldap.
11625         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11626
11627 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11628
11629         * smime.el: Require smime-ldap.
11630         (smime-ldap-host-list): New variable.
11631         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11632
11633         * mml-smime.el (mml-smime-encrypt-query): New function.
11634         (mml-smime-encrypt-query): Use it.
11635
11636         * smime-ldap.el: New file.
11637
11638 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11641
11642 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11645         argument in doc string.  Make query for type more clear.
11646
11647 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * gnus.el (gnus-group-startup-message): Search for gnus images in
11650         etc/images/gnus.
11651         * mm-util.el (mm-image-load-path): Likewise.
11652         * smiley.el (smiley-data-directory): Search for smilies in
11653         etc/images/smilies.
11654
11655 2005-02-09  Kim F. Storm  <storm@cua.dk>
11656
11657         Change Emacs release version from 21.4 to 22.1 throughout.
11658         Change Emacs development version from 21.3.50 to 22.0.50.
11659
11660 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11663
11664         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11665         non-Mule XEmacs as well.
11666         (mm-decompress-buffer): Signal an error intentionally if it does
11667         not decompress compressed data because auto-compression-mode is
11668         disabled.
11669
11670 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11671
11672         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11673         an ID in the registry even if it has no groups.
11674
11675 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11678         merge it into mm-decompress-buffer.
11679         (gnus-mime-copy-part): Use the MIME part charset, the value which
11680         a user specified or gnus-newsgroup-charset for decoding, like
11681         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11682         save-buffer what was used.  Suggested by Kevin Ryde
11683         <user42@zip.com.au>.
11684         (gnus-mime-inline-part): Allow the name parameter as well as the
11685         filename parameter; force decompressing of compressed data; always
11686         display contents being not decoded as unibyte.
11687
11688         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11689         as well as the filename parameter.
11690
11691         * mm-util.el (mm-decompress-buffer): Merge
11692         gnus-mime-jka-compr-maybe-uncompress.
11693         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11694         of compressed data.
11695
11696 2005-02-08  Simon Josefsson  <jas@extundo.com>
11697
11698         * imap.el (imap-log): Doc fix.
11699
11700 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11703         the coding cookies; decompress compressed parts.
11704
11705         * mml.el (mml-generate-mime-1): Add the charset parameter according
11706         to the value which a user specified manually or the coding cookie.
11707
11708         * mm-util.el (mm-string-to-multibyte): New function.
11709         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11710         (mm-coding-system-to-mime-charset): New function.
11711         (mm-decompress-buffer): New function.
11712         (mm-find-buffer-file-coding-system): New function.
11713
11714         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11715         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11716         parts.
11717
11718 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11719
11720         * mm-view.el (mm-display-inline-fontify): Decode a part according
11721         to the charset parameter.
11722
11723 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11726         prefix arg is neither nil nor a number, as info specifies.
11727
11728 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11731         timestamps.
11732
11733 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11734
11735         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11736         groups error checking and notify user.
11737
11738 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11739
11740         * message.el (message-send-mail-function): Check existence of
11741         sendmail-program first before using default value
11742         `message-send-mail-with-sendmail'.  Otherwise use more generic
11743         `smtpmail-send-it'.
11744
11745 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * nntp.el (nntp-request-update-info): Always return nil.
11748
11749 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11750
11751         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11752
11753 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11754
11755         * message.el (message-beginning-of-line): Change the behavior when
11756         invoked between BOL and : so that it first moves backward.
11757
11758 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11761         article buffer when editing of the article is discarded.
11762         (gnus-article-prepare): Revert.
11763
11764 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-art.el (gnus-article-prepare):
11767         Remove message-strip-forbidden-properties from the local hook.
11768
11769 2005-01-27  Simon Josefsson  <jas@extundo.com>
11770
11771         * password.el (password-cache-add): Only start one timer per key.
11772         Reported by Derek Atkins <warlord@MIT.EDU>.
11773
11774 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11775
11776         * run-at-time.el: Removed.  It is no longer needed as
11777         timer-funcs.el in the xemacs-base package has a working version of
11778         `run-at-time'.
11779
11780         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11781
11782         * password.el: Require timer-funcs instead of run-at-time in
11783         XEmacs.
11784         Remove `password-run-at-time' macro.
11785         (password-cache-add): Use `run-at-time' instead of
11786         `password-run-at-time'.
11787
11788         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11789         Remove `nnheader-cancel-function-timers' alias,
11790         `cancel-function-timers' exists in XEmacs in timer-funcs.
11791
11792         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11793         for `run-with-idle-timer'.
11794
11795         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11796         for `run-at-time'.
11797
11798         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11799         for `with-timeout'.
11800
11801         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11802         the same as for XEmacs 21.4.
11803         No need to ignore `run-with-idle-timer', this function exists in
11804         XEmacs now in timer-funcs.el in the xemacs-base package.
11805         (dgnushack-compile): No need to delete
11806         run-at-time.el from the list of files to compile because it
11807         doesn't exist anymore.
11808
11809 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11812         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11813
11814 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11815
11816         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11817         sensitively.
11818
11819 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11820
11821         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11822
11823 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11826         which will be inserted according to the multibyteness of a buffer
11827         rather than the type of contents.  Suggested by ARISAWA Akihiro
11828         <ari@mbf.ocn.ne.jp>.
11829
11830         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11831         of string which old xml.el may return rather than a string.
11832
11833 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11836
11837 2005-01-16  Simon Josefsson  <jas@extundo.com>
11838
11839         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11840         idn/idna.el isn't available.
11841         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11842         <michael@waxrat.com>.
11843
11844         * hashcash.el: Remove non-FSF copyright header.
11845
11846         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11847         (hashcash-generate-payment): Use it.
11848         (hashcash-generate-payment-async): Use it.
11849
11850 2005-01-15  Simon Josefsson  <jas@extundo.com>
11851
11852         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11853         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11854
11855         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11856         gnus-summary-idna-message.
11857         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11858         (gnus-summary-idna-message): New function.
11859
11860 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11863         gnus-novice-user.
11864
11865 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * nnrss.el (nnrss-request-delete-group): Delete entries in
11868         nnrss-group-alist as well.
11869         (nnrss-save-server-data): Insert newline.
11870
11871 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * gnus.el (gnus-user-agent): Use list of symbols instead of
11874         symbols.  Display full version number for (S)XEmacs.  Optionally
11875         display (S)XEmacs codename.
11876
11877         * gnus-util.el (gnus-emacs-version): Update for new
11878         `gnus-user-agent'.
11879
11880         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11881         Gnus version.
11882
11883 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11886         which is unreadable in some setups.
11887
11888 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-spec.el (gnus-update-format-specifications): Flush the
11891         group format spec cache if it doesn't support decoded group names.
11892
11893 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11896         Allow to apply decay on score files matching a regexp.
11897
11898 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11901         compatibility in %g and %c.
11902
11903 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11906         name for only %g and %c.
11907         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11908         of gnus-tmp-group to decoded group name.
11909         (gnus-group-make-rss-group): Exclude `/'s from group names.
11910
11911 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * nnrss.el (nnrss-get-encoding): Fix regexp.
11914
11915 2004-12-27  Simon Josefsson  <jas@extundo.com>
11916
11917         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11918         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11919         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11920
11921 2004-12-17  Kim F. Storm  <storm@cua.dk>
11922
11923         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11924
11925         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11926
11927 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11928
11929         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11930
11931 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * nnrss.el: Require rfc2047 and mml.
11934         (nnrss-file-coding-system): New variable.
11935         (nnrss-format-string): Redefine it as an inline function.
11936         (nnrss-decode-group-name): New function.
11937         (nnrss-string-as-multibyte): Remove.
11938         (nnrss-retrieve-headers): Decode group name; don't use
11939         nnrss-format-string.
11940         (nnrss-request-group): Decode group name.
11941         (nnrss-request-article): Decode group name; allow a Message-ID as
11942         well as an article number; don't use nnrss-format-string; encode a
11943         Message-ID string which may contain non-ASCII characters; use
11944         mml-to-mime to compose a MIME article.
11945         (nnrss-request-expire-articles): Decode group name.
11946         (nnrss-request-delete-group): Decode group name.
11947         (nnrss-fetch): Clarify error message.
11948         (nnrss-read-server-data): Use insert-file-contents instead of load;
11949         bind file-name-coding-system; use multibyte buffer.
11950         (nnrss-save-server-data): Bind coding-system-for-write to the
11951         value of nnrss-file-coding-system; bind file-name-coding-system;
11952         add coding cookie.
11953         (nnrss-read-group-data): Use insert-file-contents instead of load;
11954         bind file-name-coding-system; use multibyte buffer.
11955         (nnrss-save-group-data): Bind coding-system-for-write to the
11956         value of nnrss-file-coding-system; bind file-name-coding-system.
11957         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11958         make it work with non-ASCII text.
11959         (nnrss-find-el): Make it work with old xml.el as well.
11960
11961 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11962
11963         * nnrss.el (nnrss-get-encoding): New function.
11964         (nnrss-fetch): Use unibyte buffer initially; bind
11965         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11966         decode contents according to the encoding attribute.
11967         (nnrss-save-group-data): Add coding cookie.
11968         (nnrss-mime-encode-string): New function.
11969         (nnrss-check-group): Use it to encode subject and author.
11970
11971 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11972
11973         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11974         imaginary variable.
11975
11976 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11979         correctly even if there are wide characters.
11980
11981 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11982
11983         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11984         downcased symbol names; make a new cache instead of reusing
11985         bbdb-hashtable.
11986
11987 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11990         concatenating segments rather than before concatenating them.
11991         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11992
11993         * message.el (message-get-reply-headers): Bind `extra'.
11994
11995 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11996
11997         * message.el (message-extra-wide-headers): New variable.
11998         (message-get-reply-headers): Use it.
11999
12000 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12003         (gnus-agent-group-pathname): Ditto.
12004
12005         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12006
12007         * gnus-group.el (gnus-group-make-group): Decode group name.
12008         (gnus-group-make-rss-group): Register the group data after opening
12009         the nnrss group.
12010
12011 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12012
12013         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12014         by expiry now get marked as read.
12015
12016 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12019
12020 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12021
12022         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12023         unify Latin characters in XEmacs.
12024         (mm-find-mime-charset-region): Use it.
12025
12026 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-util.el (gnus-delete-directory): New function.
12029
12030         * gnus-agent.el (gnus-agent-delete-group): Use it.
12031
12032         * gnus-cache.el (gnus-cache-delete-group): Use it.
12033
12034 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12037         names.
12038
12039 2004-12-16  Simon Josefsson  <jas@extundo.com>
12040
12041         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12042
12043 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12046
12047         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12048         (gnus-group-set-current-level): Decode group name.
12049
12050 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12051
12052         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12053         failed.
12054
12055 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-group.el (gnus-group-delete-group): Decode group name.
12058         (gnus-group-make-rss-group): Encode group name.
12059         (gnus-group-catchup-current): Decode group name.
12060         (gnus-group-kill-group): Decode group name.
12061
12062 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12063
12064         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12065
12066 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * gnus-group.el (gnus-group-make-rss-group):
12069         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12070
12071         * gnus-start.el (gnus-setup-news): Honor user's setting to
12072         gnus-message-archive-method.  Suggested by Lute Kamstra
12073         <lute@gnu.org>.
12074
12075 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12076
12077         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12078         global counterparts of the buffer-local variables.
12079
12080 2004-11-16  Romain Francoise  <romain@orebokech.com>
12081
12082         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12083         counterparts of the buffer-local variables.
12084
12085 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12086
12087         * message.el (message-forbidden-properties): Fixed typo in doc
12088         string.
12089
12090 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * gnus-util.el (gnus-replace-in-string): Added doc string.
12093
12094         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12095         to avoid problems when splitting mails with many recipients.
12096
12097 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12098
12099         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12100         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12101
12102 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12103
12104         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12105         if there is no hashtable in memory or file modification time is
12106         newer than cached timestamp.
12107
12108 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12109
12110         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12111         not-matching option.
12112
12113 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12116         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12117         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12118         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12119         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12120         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12121
12122 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * message.el (message-forward-make-body-mml): Remove headers
12125         according to message-forward-ignored-headers if a message is decoded.
12126
12127 2004-12-02  Romain Francoise  <romain@orebokech.com>
12128
12129         * message.el (message-forward-make-body-plain): Always remove
12130         headers according to message-forward-ignored-headers.
12131
12132 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * spam.el (spam-summary-prepare-exit): Remove the
12135         gnus-summary-limit pop for now, it has problems with ham marks for
12136         me.
12137
12138 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12139
12140         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12141         correctly.
12142
12143 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12144
12145         * format-spec.el (format-spec): Message the char.
12146
12147 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12148
12149         * gnus-art.el (gnus-split-methods): Reformat comments.
12150
12151         * spam.el (spam-summary-prepare-exit): Remove article limits
12152         before exiting the summary buffer.
12153
12154 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12157         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12158
12159         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12160         order to silence the byte compiler.
12161
12162         * spam.el: Fix the way to silence the byte compiler, which
12163         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12164         bbdb-search-simple, spam-BBDB-register-routine,
12165         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12166         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12167         spam-stat-buffer-is-spam, spam-stat-load,
12168         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12169         spam-stat-save and spam-stat-split-fancy.
12170
12171 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12174         which may confuse users.
12175         (canlock-password-for-verify): Ditto.
12176
12177         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12178
12179         * gnus-art.el (gnus-emphasis-alist): Ditto.
12180
12181         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12182
12183         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12184
12185         * gnus-start.el (gnus-save-killed-list): Ditto.
12186
12187         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12188         (gnus-sum-thread-tree-root): Ditto.
12189         (gnus-sum-thread-tree-false-root): Ditto.
12190         (gnus-sum-thread-tree-single-indent): Ditto.
12191
12192         * message.el (message-courtesy-message): Ditto.
12193         (message-archive-note): Ditto.
12194         (message-subscribed-address-file): Ditto.
12195         (message-user-fqdn): Ditto.
12196
12197         * spam-report.el (spam-report-gmane-regex): Ditto.
12198
12199         * spam.el (spam-blackhole-good-server-regex): Ditto.
12200
12201 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * mml.el (mml-preview): Widen the message buffer before copying
12204         the contents to the preview buffer; sort headers before previewing.
12205
12206         * message.el (message-hidden-headers): Fix the way to avoid a bug
12207         in the `repeat' widget in Emacs 21.3 or earlier.
12208
12209 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * message.el (message-hidden-headers): Default to "^References:".
12212         Improve customization type.  Suggested by Reiner Steib
12213         <Reiner.Steib@gmx.de>.
12214
12215 2004-11-25  Romain Francoise  <romain@orebokech.com>
12216
12217         * message.el (message-strip-forbidden-properties): Remove check for
12218         obsolete `message-hidden' text property, hidden headers are not
12219         accessible in the buffer anymore.
12220
12221 2004-11-22  Romain Francoise  <romain@orebokech.com>
12222
12223         * message.el (message-header-format-alist): Add `From' in list
12224         so that it can be sorted.
12225         (message-fix-before-sending): Widen and sort headers before
12226         sending.
12227         (message-hide-headers): Use narrowing to hide headers by moving
12228         them to the top of the buffer and narrowing to the region
12229         underneath.
12230
12231 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12232
12233         * message.el (message-strip-forbidden-properties): Bind
12234         buffer-read-only (etc) to nil.
12235
12236 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12239         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12240
12241 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12242
12243         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12244
12245 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12246
12247         * dns.el (query-dns): Use sit-for to time instead of
12248         accept-process-output, since that doesn't seem to work on udp
12249         sockets.
12250
12251 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12254
12255 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12256
12257         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12258         doc string.  Improve doc string.
12259
12260 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * nntp.el (nntp-request-update-info): Return nil if
12263         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12264         may not call gnus-activate-group which uselessly issues the GROUP
12265         commands for all nntp groups and wastes time.  Reported by Romain
12266         Francoise <romain@orebokech.com>.
12267
12268         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12269
12270 2004-11-15  Simon Josefsson  <jas@extundo.com>
12271
12272         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12273         headers separately.
12274         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12275         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12276
12277 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus-start.el (gnus-convert-old-newsrc):
12280         Assign legacy-gnus-agent to 5.10.7.
12281
12282 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12283
12284         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12285         start of the lines.
12286
12287 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12288
12289         * hashcash.el (hashcash-default-payment): Change default to 20.
12290         (hashcash-default-accept-payment): Change default to 20.
12291         (hashcash-process-alist): New variable.
12292         (hashcash-generate-payment-async): Add.
12293         (hashcash-already-paid-p): Add.
12294         (hashcash-insert-payment): Don't generate payments twice.
12295         (hashcash-insert-payment-async): Add.
12296         (hashcash-insert-payment-async-2): Add.
12297         (hashcash-cancel-async): Add.
12298         (hashcash-wait-async): Add.
12299         (hashcash-processes-running-p): Add.
12300         (hashcash-wait-or-cancel): Add.
12301         (mail-add-payment): New optional argument.  Conditionally start
12302         asynchronous calculation.
12303         (mail-add-payment-async): Add.
12304
12305         * message.el (message-send-mail): Wait for asynchronous hashcash
12306         results.  Don't clobber existing X-Hashcash headers.
12307         (message-setup-1): Call mail-add-payment-async when
12308         message-generate-hashcash is non-nil.
12309
12310 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12311
12312         * message.el (message-use-alternative-email-as-from): Examine the
12313         From header as well; use message-make-from in order to include a
12314         user's full name.
12315
12316 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12317
12318         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12319         default; improve customization type.
12320         (gnus-emphasis-custom-with-format): New macro.
12321         (gnus-emphasis-custom-value-to-external): New function.
12322         (gnus-emphasis-custom-value-to-internal): New function.
12323
12324 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12325
12326         * dns.el (query-dns): Resolve reverse addresses.
12327
12328 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12329
12330         * gnus-group.el (gnus-group-get-new-news): Use it.
12331
12332         * gnus-start.el (gnus-check-reasonable-setup): New function.
12333
12334 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12337         "Args out of range" error.  Reported by Arnaud Giersch
12338         <arnaud.giersch@free.fr>.
12339
12340 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12341
12342         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12343
12344 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12345
12346         * spam.el (spam group): Add :version.
12347
12348         * pgg-def.el (pgg group): Add :version.
12349
12350 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-art.el (gnus-article-edit-article): Don't associate the
12353         article buffer with a draft file.  This is a temporary measure
12354         against the 2004-08-22 change to gnus-article-edit-mode.
12355
12356 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12359         (html2text-format-tags): Remove unused variable `attr'.
12360
12361 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12362
12363         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12364
12365         * tls.el (tls-process-connection-type, tls-success)
12366         (tls-certtool-program): Add :version.
12367
12368         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12369         (starttls-extra-arguments, starttls-process-connection-type)
12370         (starttls-connect, starttls-failure, starttls-success): Add :version.
12371
12372         * spam-stat.el (spam-stat): Add :version.
12373
12374         * sieve.el (sieve): Add :version.
12375
12376         * sha1.el (sha1): Add :version.
12377         (sha1-use-external): Remove redundant version.
12378
12379         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12380         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12381         (nnmail-split-fancy-match-partial-words)
12382         (nnmail-split-lowercase-expanded): Add :version.
12383
12384         * nndiary.el (nndiary): Add :version.
12385
12386         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12387
12388         * mml-sec.el (mml-default-sign-method)
12389         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12390         Add :version.
12391
12392         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12393
12394         * mm-url.el (mm-url-use-external, mm-url-program)
12395         (mm-url-arguments): Add :version.
12396
12397         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12398         (mm-attachment-file-modes, mm-decrypt-option)
12399         (mm-w3m-safe-url-regexp): Add :version.
12400
12401         * message.el (message-cite-prefix-regexp)
12402         (message-sendmail-envelope-from, message-minibuffer-local-map)
12403         (message-user-fqdn, message-completion-alist): Add :version.
12404
12405         * gnus-win.el (gnus-configure-windows-hook)
12406         (gnus-use-frames-on-any-display): Add :version.
12407
12408         * gnus-art.el (gnus-article-address-banner-alist)
12409         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12410         (gnus-treat-from-picon, gnus-treat-mail-picon)
12411         (gnus-treat-x-pgp-sig): Add :version.
12412
12413         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12414         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12415         (gnus-summary-article-delete-hook)
12416         (gnus-summary-display-while-building): Add :version.
12417
12418         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12419         (gnus-get-top-new-news-hook): Add :version.
12420
12421         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12422         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12423
12424         * gnus-registry.el (gnus-registry): Add :version.
12425
12426         * gnus-spec.el (gnus-use-correct-string-widths)
12427         (gnus-make-format-preserve-properties): Add :version.
12428
12429         * gnus.el (gnus-group-charter-alist)
12430         (gnus-group-fetch-control-use-browse-url)
12431         (gnus-install-group-spam-parameters): Add :version.
12432
12433         * gnus-diary.el (gnus-diary): Add :version.
12434
12435         * gnus-delay.el (gnus-delay): Add :version.
12436
12437         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12438         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12439         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12440         Add :version.
12441
12442         * gnus-agent.el (gnus-agent-max-fetch-size)
12443         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12444         (gnus-agent-prompt-send-queue): Add :version.
12445
12446         * deuglify.el (gnus-outlook-deuglify): Add :version.
12447
12448         * html2text.el: Beautify code.  Improve doc strings.  Some
12449         checkdoc cleanup.
12450         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12451
12452 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12453
12454         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12455
12456 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12457
12458         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12459         when package is loaded.
12460
12461         * spam.el (spam-summary-score-preferred-header): Add global preference
12462         for people who want to override the default SpamAssassin over
12463         Bogofilter preference (when both are set).
12464         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12465         (spam-user-format-function-S): Check
12466         spam-summary-score-preferred-header.
12467         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12468         (spam-user-format-function-S): Format the score correctly.
12469
12470 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12473         signature file.  Suggested by Manoj Srivastava
12474         <srivasta@golden-gryphon.com>.
12475
12476         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12477         iso-2022-jp even in the Japanese language environment.
12478         Suggested by Jason Rumney <jasonr@gnu.org>.
12479
12480 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12483         use the same characters as the dummy marks; make it free from
12484         getting affected by the language environment.
12485         (gnus-summary-read-group-1): Update mark positions only when the
12486         format spec is updated.
12487
12488         * gnus-spec.el (gnus-update-format-specifications): Return a list
12489         of updated types.
12490
12491 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12494         of boundp to check if display-warning is available.
12495
12496 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12497
12498         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12499
12500 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * nnspool.el (nnspool-spool-directory): Use news-path if the
12503         news-directory variable is not bound.
12504
12505         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12506         function instead of display-warning if it is not available.
12507
12508 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12511         v5-10: Use `point-at-bol'.
12512
12513 2004-10-26  Simon Josefsson  <jas@extundo.com>
12514
12515         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12516         <chenggao@gmail.com>.
12517
12518 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12521         instead.
12522
12523 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12524
12525         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12526         to remove a server from the nnimap-server-buffer-alist.
12527         (nnimap-open-connection, nnimap-close-server): Use it.
12528
12529         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12530
12531 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12534         running the major-mode function.
12535
12536 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12539         dummy marks in the right way.
12540
12541 2004-10-18  David Edmondson  <dme@dme.org>
12542
12543         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12544         excessively.
12545
12546 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12547
12548         * gnus-util.el (gnus-split-references): Accept a nil references
12549         string and go on blissfully.
12550
12551         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12552         cases where the references string is non-nil but has no references.
12553
12554         * encrypt.el: Add autoload tags.
12555
12556         * spam.el (spam-resolve-registrations-routine): Remove article
12557         from unregistration list too.  Reported by David Hanak
12558         <dhanak@isis.vanderbilt.edu>
12559
12560 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12563         nil.  Changed custom type.
12564
12565 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12568
12569         * gnus-sum.el (gnus-summary-move-article): Use it.
12570
12571 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12572
12573         * encrypt.el: Add autoload cookies.
12574
12575         * spam.el (spam-backend-article-list-property)
12576         (spam-backend-get-article-todo-list)
12577         (spam-backend-put-article-todo-list)
12578         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12579         Resolve registrations separately.
12580         (spam-register-routine): Format comments.
12581         (spam-unregister-routine, spam-register-routine): Always call with
12582         specific-articles, no default list.
12583         (spam-summary-prepare-exit): Use the spam-classifications function.
12584
12585         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12586         gnus-encrypt.el.
12587
12588         * encrypt.el: Copied from gnus-encrypt.el.
12589
12590         * gnus-encrypt.el: Commented that it's obsolete.
12591
12592 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12595         (gnus-score-save): Use it.
12596
12597         * message.el (message-bury): Use `window-dedicated-p'.
12598
12599 2004-10-15  Simon Josefsson  <jas@extundo.com>
12600
12601         * pop3.el (top-level): Don't require nnheader.
12602         (pop3-read-timeout): Add.
12603         (pop3-accept-process-output): Add.
12604         (pop3-read-response, pop3-retr): Use it.
12605
12606 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * spam.el (spam-register-routine): Move comment.
12609         (spam-verify-bogofilter): Use 'unknown for the initial
12610         spam-bogofilter-valid state, not 'never.
12611
12612         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12613         for netrc-machine.
12614
12615         * nnimap.el (nnimap-open-connection): Use
12616         netrc-machine-user-or-password.
12617
12618 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12619
12620         * gnus-registry.el (gnus-registry-unload-hook):
12621         Set as a variable with add-hook.
12622
12623         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12624         of news-path.
12625
12626         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12627
12628         * spam.el: Delete duplicate `provide'.
12629         (spam-unload-hook): Set as a variable with add-hook.
12630
12631 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12634         in the doc string.
12635
12636         * message.el (message-ignored-news-headers)
12637         (message-ignored-supersedes-headers)
12638         (message-ignored-resent-headers)
12639         (message-forward-ignored-headers): Improve custom type.
12640
12641 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * message.el (message-tokenize-header): Fix 2004-09-06 change
12644         which used point-min in the wrong place.
12645
12646 2004-10-12  Simon Josefsson  <jas@extundo.com>
12647
12648         * tls.el (tls-certtool-program): New variable.
12649         (tls-certificate-information): New function, based on
12650         ssl-certificate-information.
12651
12652 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * compface.el: Move the version of ELisp-based uncompface program
12655         to the contrib directory because of the copyright problem.
12656
12657 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * message.el (message-kill-buffer): Raise the current frame.
12660
12661 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12664
12665         * gnus.el (message-y-or-n-p): Autoload.
12666
12667         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12668         (pop3-password-required, pop3-authentication-scheme)
12669         (pop3-leave-mail-on-server): Made customizable.
12670         (pop3): New custom group.
12671         (pop3-retr): Remove `sleep-for' statements.
12672         Suggested by Dave Love <fx@gnu.org>.
12673
12674         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12675         Windows/DOS.
12676
12677         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12678         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12679         Dave Love <fx@gnu.org>.
12680
12681         * mml.el (mml-minibuffer-read-disposition): Require match.
12682         Suggested by Dave Love <fx@gnu.org>.
12683
12684 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12685
12686         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12687         doc string.
12688
12689 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12692
12693 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12694
12695         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12696         instead of calling `mm-insert-inline', to decode text/* parts
12697         before displaying them.
12698
12699 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * mm-uu.el (mm-uu-text-plain-type): New variable.
12702         (mm-uu-pgp-signed-extract-1): Use it.
12703         (mm-uu-pgp-encrypted-extract-1): Use it.
12704         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12705         bind mm-uu-text-plain-type with that value.
12706         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12707         mm-uu-dissect.
12708
12709 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-group.el (gnus-update-group-mark-positions):
12712         * gnus-sum.el (gnus-update-summary-mark-positions):
12713         * message.el (message-check-news-body-syntax):
12714         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12715         of string-as-multibyte.
12716
12717 2004-10-05  Juri Linkov  <juri@jurta.org>
12718
12719         * gnus-group.el (gnus-update-group-mark-positions):
12720         * gnus-sum.el (gnus-update-summary-mark-positions):
12721         * message.el (message-check-news-body-syntax):
12722         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12723         8-bit unibyte values to a multibyte string for search functions.
12724
12725 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12728         (mm-uu-dissect-text-parts): New function.
12729
12730         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12731         dissect text parts.
12732
12733         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12734         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12735
12736         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12737
12738         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12739         gnus-current-topics instead of gnus-current-topic.
12740
12741 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12742
12743         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12744
12745 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12746
12747         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12748         where approriate.
12749
12750         * nnml.el (nnml-generate-active-info): do.
12751
12752         * nndiary.el (nndiary-generate-active-info): do.
12753
12754         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12755         (gnus-topic-move): do.
12756
12757         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12758         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12759
12760         * gnus-srvr.el (gnus-server-prepare)
12761         (gnus-server-open-all-servers): do.
12762
12763         * gnus-msg.el (gnus-summary-cancel-article)
12764         (gnus-summary-resend-message)
12765         (gnus-summary-mail-crosspost-complaint): do.
12766
12767         * gnus-move.el (gnus-change-server): do.
12768
12769         * gnus-group.el (gnus-group-unmark-all-groups)
12770         (gnus-group-set-current-level): do.
12771
12772 2004-10-04  Simon Josefsson  <jas@extundo.com>
12773
12774         * message.el (message-generate-hashcash): Doc fix.
12775
12776 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12777
12778         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12779         avoid infinite recursion via gnus-get-function.
12780
12781 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12782
12783         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12784
12785         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12786
12787         * nnmail.el (nnmail-split-history): do.
12788
12789         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12790         (nnml-request-delete-group): do.
12791
12792         * nnslashdot.el (nnslashdot-read-groups): do.
12793
12794         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12795         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12796
12797         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12798         (nnspool-sift-nov-with-sed): Use last.
12799         (nnspool-retrieve-headers-with-nov): Use mapc.
12800         (nnspool-request-newgroups): Use dolist.
12801         (nnspool-request-group): Use last.
12802
12803         * nntp.el (nntp-read-server-type): Use dolist.
12804
12805         * nnvirtual.el (nnvirtual-create-mapping)
12806         (nnvirtual-update-read-and-marked): Use dolist.
12807         (nnvirtual-convert-headers): Simplify.
12808
12809 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12810
12811         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12812         support for sync'ing tick marks.
12813
12814 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12817         there's no visible header.
12818
12819 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12820
12821         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12822         necessary, pass full group name to gnus-request-set-marks.
12823
12824 2004-10-01  Simon Josefsson  <jas@extundo.com>
12825
12826         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12827         acroread.
12828
12829 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12830
12831         * spam-report.el (spam-report-gmane): Fix interactive.
12832
12833         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12834
12835         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12836         when writing file.
12837         (gnus-agent-synchronize-flags): Don't default to being
12838         interactive.
12839
12840 2004-09-30  Simon Josefsson  <jas@extundo.com>
12841
12842         * message.el (message-generate-hashcash): Add.
12843         (message-send-mail): Use it, call mail-add-payment.
12844
12845 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12846
12847         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12848
12849 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12850
12851         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12852         gnus-requst-update-info with explicit code to sync the in-memory
12853         info read flags with the marks being sync'd to the backend.
12854
12855         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12856
12857 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * spam.el (spam-verify-bogofilter): Add new function.
12860         (spam-check-bogofilter)
12861         (spam-bogofilter-register-with-bogofilter): Use it.
12862         (spam-verify-bogofilter): Add small fixes.
12863
12864 2004-09-28  Simon Josefsson  <jas@extundo.com>
12865
12866         * hashcash.el (hashcash-generate-payment): Revert.
12867
12868 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12869
12870         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12871         gnus-extract-references instead of gnus-split-references.
12872
12873         * gnus-util.el (gnus-extract-references): Add new function, analogous
12874         to gnus-split-references but extracts only the message-ID without
12875         anything extra.
12876
12877         * hashcash.el (hashcash-generate-payment)
12878         (hashcash-check-payment): Do the right thing if hashcash-path is
12879         nil (because the hashcash program could not be found).
12880
12881         * spam.el (spam-use-hashcash): Remove comment.
12882
12883 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12884
12885         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12886         (gnus-cache-enter-article, gnus-cache-remove-article)
12887         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12888
12889         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12890
12891         * gnus-art.el (article-hide-boring-headers)
12892         (article-translate-strings, article-display-face)
12893         (gnus-article-mime-match-handle-first)
12894         (gnus-article-highlight-headers)
12895         (gnus-article-add-buttons-to-head): do.
12896
12897 2004-09-27  Simon Josefsson  <jas@extundo.com>
12898
12899         * hashcash.el: New version, from
12900         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12901         ../contrib/.
12902
12903 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12906
12907 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12908
12909         * gnus-dup.el (gnus-dup-open): Use mapc.
12910         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12911
12912         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12913         Reported by Stefan Wiens <s.wi@gmx.net>.
12914
12915         * gnus.el (gnus-shutdown): Use dolist.
12916
12917         * gnus-undo.el (gnus-undo): Use mapc.
12918
12919         * nnrss.el (nnrss-generate-active): do.
12920
12921         * message.el (message-cite-original-without-signature)
12922         (message-cite-original): Use mapc.
12923         (message-do-actions, message-make-forward-subject): Use dolist.
12924
12925 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12926
12927         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12928         deletion to remove entire duplicate line.  Fixes merged article
12929         number bug.
12930
12931 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12932
12933         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12934         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12935         first ask if you want to open a server and then, even when you
12936         responded with no, asking if you want to synchronize the server's
12937         flags.
12938         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12939         multi-line expressions.
12940         (gnus-agent-synchronize-group-flags): New internal function.
12941         Updates marks in memory (in the info structure) AND in the
12942         backend.
12943
12944         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12945
12946         * nnagent.el (nnagent-request-set-mark): Use
12947         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12948         method, to ensure that synchronization updates marks in the
12949         backend and in the info (in memory) structure.
12950
12951 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12954         convention fully; don't miss the root article of a thread; make
12955         the X-Draft-From header with correct article numbers.
12956
12957 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12958
12959         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12960         unless plugged.  Disable the agent so that an open failure causes
12961         an error.
12962
12963         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12964         Reverted 2004-09-21 change.  The backend must be opened while
12965         synchronizing flags even when the backend stores the flags
12966         locally.
12967
12968 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12971         in `header' match.  Reported by Svend Tollak Munkejord.
12972
12973         * message.el (message-cite-original): Fix use of
12974         `message-cite-articles-with-x-no-archive'.
12975
12976 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12979         (gnus-window-to-buffer): Ditto.
12980
12981         * mml.el (mml-preview-buffer): New variable.
12982         (mml-preview): Manage window layout with gnus-buffer-configuration.
12983
12984         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12985         X-Draft-From header even if those articles aren't quoted.
12986
12987 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12988
12989         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12990         (gnus-request-set-mark, gnus-request-update-mark): Use new
12991         g-s-t-u-l-m to decide to use backend even when unplugged.
12992
12993 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12996         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12997
12998 2004-09-20  Simon Josefsson  <jas@extundo.com>
12999
13000         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13001         "utf-16-le".
13002
13003 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13004
13005         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13006
13007 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * uudecode.el (uudecode-use-external): Add :version.
13010
13011         * smime.el (smime-CA-file, smime-encrypt-cipher)
13012         (smime-dns-server): Add :version.
13013
13014         * smiley.el (gnus-smiley-file-types): Add :version.
13015
13016         * sha1.el (sha1-use-external): Add :version.
13017
13018         * pgg-def.el (pgg-query-keyserver): Add :version.
13019
13020         * nnmail.el (nnmail-fancy-expiry-targets)
13021         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13022         Add :version.
13023
13024         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13025         (nnimap-retrieve-groups-asynchronous): Add :version.
13026         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13027
13028         * mml.el (mml-content-disposition-parameters)
13029         (mml-insert-mime-headers-always): Add :version.
13030
13031         * mm-util.el (mm-coding-system-priorities): Add :version.
13032
13033         * mm-decode.el (mm-inline-text-html-with-images)
13034         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13035         (mm-verify-option): Add :version.
13036         (mm-text-html-renderer): Change :version.
13037
13038         * message.el (message-fcc-externalize-attachments)
13039         (message-required-headers, message-draft-headers)
13040         (message-subject-trailing-was-query)
13041         (message-subject-trailing-was-ask-regexp)
13042         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13043         (message-mark-insert-end, message-archive-header)
13044         (message-archive-note, message-cross-post-default)
13045         (message-cross-post-note, message-followup-to-note)
13046         (message-cross-post-note-function, message-use-mail-followup-to)
13047         (message-subscribed-address-functions)
13048         (message-subscribed-address-file, message-subscribed-addresses)
13049         (message-subscribed-regexps, message-allow-no-recipients)
13050         (message-yank-cited-prefix, message-signature-insert-empty-line)
13051         (message-hidden-headers, message-hierarchical-addresses)
13052         (message-mail-user-agent, message-use-idna)
13053         (message-valid-fqdn-regexp)
13054         (message-strip-special-text-properties, message-header-synonyms)
13055         (message-beginning-of-line, message-tab-body-function): Add :version.
13056         (message-insert-canlock, message-wide-reply-confirm-recipients):
13057         Change :version.
13058
13059         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13060         and :version.
13061         (mail-source-delete-old-incoming-confirm)
13062         (mail-source-movemail-program): Add :version.
13063
13064         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13065         (gnus-agent-cache, gnus-agent): Change :version.
13066
13067         * gnus-util.el (gnus-use-byte-compile): Change :version.
13068
13069         * gnus-sum.el (gnus-summary-make-false-root-always)
13070         (gnus-summary-default-high-score)
13071         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13072         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13073         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13074         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13075         (gnus-sum-thread-tree-single-indent)
13076         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13077         (gnus-sum-thread-tree-leaf-with-other)
13078         (gnus-sum-thread-tree-single-leaf): Add :version.
13079         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13080         (gnus-article-loose-mime): Change :version.
13081
13082         * gnus-start.el (gnus-backup-startup-file)
13083         (gnus-save-startup-file-via-temp-buffer): Add :version.
13084
13085         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13086         (gnus-server-offline-face): Add :version.
13087
13088         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13089
13090         * gnus-msg.el (gnus-gcc-externalize-attachments)
13091         (gnus-debug-files, gnus-debug-exclude-variables)
13092         (gnus-discouraged-post-methods): Change :version.
13093         (gnus-confirm-mail-reply-to-news)
13094         (gnus-confirm-treat-mail-like-news): Add :version.
13095
13096         * gnus-int.el (gnus-server-unopen-status): Add :version.
13097
13098         * gnus-group.el (gnus-group-jump-to-group-prompt)
13099         (gnus-large-ephemeral-newsgroup)
13100         (gnus-fetch-old-ephemeral-headers): Add :version.
13101
13102         * gnus-fun.el (gnus-x-face-directory)
13103         (gnus-convert-pbm-to-x-face-command)
13104         (gnus-convert-image-to-x-face-command)
13105         (gnus-convert-image-to-face-command): Add :version.
13106
13107         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13108
13109         * gnus-cite.el (gnus-cite-blank-line-after-header)
13110         (gnus-article-boring-faces): Add :version.
13111
13112         * gnus-art.el (gnus-buttonized-mime-types)
13113         (gnus-inhibit-mime-unbuttonizing)
13114         (gnus-treat-display-face)
13115         (gnus-treat-body-boundary): Change :version.
13116         (gnus-body-boundary-delimiter, gnus-picon-databases)
13117         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13118         (gnus-treat-date-english, gnus-treat-fold-headers)
13119         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13120         (gnus-treat-mail-picon, gnus-treat-wash-html)
13121         (gnus-article-encrypt-protocol)
13122         (gnus-use-idna, gnus-article-over-scroll)
13123         (gnus-mime-display-multipart-alternative-as-mixed)
13124         (gnus-mime-display-multipart-related-as-mixed)
13125         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13126         (gnus-ctan-url, gnus-button-ctan-handler)
13127         (gnus-button-handle-ctan-bogus-regexp)
13128         (gnus-button-ctan-directory-regexp)
13129         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13130         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13131         (gnus-button-man-level, gnus-button-emacs-level)
13132         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13133
13134         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13135         (gnus-agent-go-online): Change :version.
13136         (gnus-agent-expire-unagentized-dirs)
13137         (gnus-agent-auto-agentize-methods): Add :version.
13138
13139         * flow-fill.el (fill-flowed-display-column)
13140         (fill-flowed-encode-column): Add :version.
13141
13142         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13143         (gnus-outlook-deuglify-unwrap-max)
13144         (gnus-outlook-deuglify-cite-marks)
13145         (gnus-outlook-deuglify-unwrap-stop-chars)
13146         (gnus-outlook-deuglify-no-wrap-chars)
13147         (gnus-outlook-deuglify-attrib-cut-regexp)
13148         (gnus-outlook-deuglify-attrib-verb-regexp)
13149         (gnus-outlook-deuglify-attrib-end-regexp)
13150         (gnus-outlook-display-hook): Add :version.
13151
13152         * binhex.el (binhex-use-external): Add :version.
13153
13154 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13157         and `invisible'.
13158
13159 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13162         in gnus-registry-trim.
13163
13164 2004-09-13  Simon Josefsson  <jas@extundo.com>
13165
13166         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13167
13168         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13169
13170         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13171         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13172         <yamaoka@jpl.org>.
13173         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13174         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13175         <yamaoka@jpl.org>.
13176
13177         * sieve.el (sieve-manage-mode): Ditto.
13178
13179 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13182
13183 2004-09-11  Simon Josefsson  <jas@extundo.com>
13184
13185         * dns-mode.el: Add.
13186
13187         * mm-view.el (mm-display-dns-inline): Add.
13188
13189         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13190         (mm-automatic-display): Ditto.
13191
13192         * mailcap.el (mailcap-mime-data): Add text/dns.
13193         (mailcap-mime-extensions): Map .soa to text/dns.
13194
13195 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13196
13197         * gnus-art.el (article-decode-mime-words, article-babel)
13198         (gnus-article-highlight-signature, gnus-article-add-buttons)
13199         (gnus-signature-toggle): Remove unnecessary bindings of
13200         `inhibit-read-only' inherited from v5.10 merge.
13201
13202 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * nntp.el (nntp): New customization group.
13205         (nntp-authinfo-file): Add customization group.
13206
13207         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13208
13209         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13210
13211         * gnus.el (to-address, to-list, subscribed)
13212         (large-newsgroup-initial): Ditto.
13213
13214         * flow-fill.el (fill-flowed-display-column)
13215         (fill-flowed-encode-column): Ditto.
13216
13217 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13220         Use point-min rather than 1.
13221         (message-send-mail): Use buffer-size rather than point-max.
13222
13223         * gnus-sum.el (gnus-summary-search-article-forward):
13224         Signal a specific `search-failed' rather than a generic `error'.
13225
13226         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13227         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13228         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13229
13230 2004-09-10  Simon Josefsson  <jas@extundo.com>
13231
13232         * nndb.el (require): Remove tcp and duplicate cl.
13233
13234 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-agent.el (directory-files-and-attributes): Move forward.
13237
13238 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13239
13240         * gnus-agent.el (directory-files-and-attributes): Optionally
13241         defined to support XEmacs.
13242
13243 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13244
13245         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13246         to avoid run-time CL dependencies.
13247         (gnus-agent-unfetch-articles): New function.
13248         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13249         article numbers even when local .overview file is missing.
13250         (gnus-agent-read-article-number): New function.  Only accepts
13251         27-bit article numbers.
13252         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13253         gnus-agent-read-article-number.
13254         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13255         from backend while recognizing that article numbers in .overview
13256         must be valid.
13257         (gnus-agent-update-files-total-fetched-for): Use
13258         directory-files-and-attributes to improve performance.
13259         * gnus-int.el (gnus-request-move-article): Use
13260         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13261         improve performance.
13262
13263         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13264         some users confused by references to .newsrc when they only have a
13265         .newsrc.eld file.
13266         (gnus-convert-mark-converter-prompt)
13267         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13268         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13269         New function.  Used internally to only display 'gnus converting
13270         files' message when actually necessary.
13271
13272         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13273         methods now autoloaded.
13274
13275 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13278         identifiers.
13279
13280 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gnus-picon.el: Fix indentation and closing parenthesis.
13283
13284 2004-09-01  Simon Josefsson  <jas@extundo.com>
13285
13286         * message.el (message-canlock-generate): Require sha1, not
13287         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13288         to require within a function.  Sadly, if sha1.el isn't loaded, the
13289         let binding in m-c-g will hide the defcustom definition, which is
13290         bad.)
13291
13292         * canlock.el: Require sha1, not sha1-el.
13293
13294         * message.el: Don't autoload sha1 (there is a autoload cookie in
13295         sha1.el).
13296
13297         * sha1-el.el: Renamed to sha1.el.
13298
13299 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13300
13301         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13302
13303 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13304
13305         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13306
13307 2004-08-30  Kim F. Storm  <storm@cua.dk>
13308
13309         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13310
13311         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13312         Add :group 'nnimap.
13313
13314 2004-08-30  Andreas Schwab  <schwab@suse.de>
13315
13316         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13317         ?* and ?\;.
13318
13319         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13320         and ?\' to symbol instead of whitespace.
13321
13322 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13325
13326         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13327         instead of re-search-forward.
13328
13329         * gnus-uu.el (gnus-uu-save-article): Ditto.
13330         (gnus-uu-post-encode-uuencode): Ditto.
13331
13332         * html2text.el (html2text-clean-list-items): Ditto.
13333         (html2text-clean-dtdd): Ditto.
13334         (html2text-format-tags): Ditto.
13335
13336         * message.el (message-send-mail-with-sendmail): Fix regexp.
13337         (message-fill-field-general): Use search-forward instead of
13338         re-search-forward.
13339         (unbold-region): Ditto.
13340
13341         * nnrss.el (nnrss-request-article): Ditto.
13342
13343         * nnslashdot.el (nnslashdot-request-article): Ditto.
13344
13345         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13346
13347         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13348         "Unrecognized menu descriptor" error in XEmacs.
13349
13350 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13351
13352         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13353         parent article of a sparse article in the thread hashtb.
13354
13355 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13356
13357         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13358         (nnmail-expand-newtext): Lowercase expanded entries if
13359         nnmail-split-lowercase-expanded is non-nil.
13360
13361 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13364
13365         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13366         of gnus-tmp-news-method into string under XEmacs.  It will be
13367         passed to gnus-correct-length which takes only a string argument.
13368
13369 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-util.el (gnus-bind-print-variables): New macro.
13372         (gnus-prin1): Use it.
13373         (gnus-prin1-to-string): Use it.
13374         (gnus-pp): New function.
13375         (gnus-pp-to-string): New function.
13376
13377         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13378         Replace pp-to-string with gnus-pp-to-string.
13379         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13380         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13381         * gnus-msg.el (gnus-debug): Ditto.
13382         * gnus-score.el (gnus-score-save): Ditto.
13383         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13384         gnus-pp-to-string.
13385         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13386         with gnus-pp.
13387         * score-mode.el (gnus-score-pretty-print): Ditto.
13388         * webmail.el (webmail-debug): Ditto.
13389
13390 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * gnus-art.el (article-display-face, article-display-x-face):
13393         Use buffer-read-only.
13394
13395 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-art.el (article-hide-list-identifiers):
13398         Bind inhibit-read-only as t.
13399
13400 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13403
13404 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13405
13406         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13407         (gnus-narrow-to-page): Don't assume point-min == 1.
13408         (gnus-article-edit-mode): Derive from message-mode.
13409
13410         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13411         point-min == 1.
13412
13413         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13414         Disable incorrect use of `assert'.
13415
13416         * message.el (message-mode): Set comment-start-skip.
13417
13418
13419 2004-08-22  Sam Steingold  <sds@gnu.org>
13420
13421         * pop3.el (pop3-leave-mail-on-server): New user variable.
13422         (pop3-movemail): Delete mail only when it is nil.
13423
13424 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13427
13428         * mml.el (mml-preview): Use `pop-to-buffer'.
13429
13430         * message.el (message-goto-mail-followup-to): Insert after "To".
13431         (message-carefully-insert-headers): Add comment.
13432
13433         * gnus.el: Remove unused variable `gnus-article-check-size'.
13434
13435         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13436
13437         * gnus-art.el (gnus-button-alist): Improve
13438         `gnus-button-handle-library' entry.
13439
13440 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13441
13442         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13443         downcase, since XEmacs capitalizes error messages differently.
13444
13445 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13446
13447         * nntp.el: Add (require 'gnus) due to reference to
13448         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13449
13450 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13451
13452         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13453         `mm-fill-flowed'.
13454
13455         * mm-decode.el (mm-dissect-singlepart): Check it.
13456
13457 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13458
13459         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13460         'imap' for netrc parsing.
13461
13462 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * mailcap.el (mailcap-mime-data): Mark as risky.
13465
13466 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13469         may be included in the encoded word.
13470         (rfc2047-encode): Don't append a space if the encoded word
13471         includes close parenthesis.
13472
13473 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13476         of text within parentheses.
13477
13478 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13479
13480         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13481         (gnus-encrypt-write-file-contents): Make the password key the file
13482         name PLUS the cipher, not just the cipher.  Also remove failed
13483         passwords from the cache.
13484
13485 2004-08-06  Simon Josefsson  <jas@extundo.com>
13486
13487         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13488         fix.
13489
13490 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13493         LWSP.
13494
13495 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13496
13497         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13498         to append in-reply-to: data to the references: header.
13499
13500         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13501         (netrc-parse): Use gnus-encrypt.el functions.
13502
13503         * gnus-encrypt.el: Add new file for encryption support; currently
13504         does only a few GPG ciphers and an internal XOR cipher.
13505
13506         * password.el: Add comments on using password-read-and-add.
13507         (password-read-and-add): Add function to read and add the
13508         password to the cache at once.
13509
13510 2004-07-28  Simon Josefsson  <jas@extundo.com>
13511
13512         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13513         parameter (but don't use it, for now).
13514
13515         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13516         instead of hard coding to nil.
13517
13518 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13521         as mm-inline-image-xemacs does.
13522
13523 2004-07-26  Simon Josefsson  <jas@extundo.com>
13524
13525         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13526         Revert part of 2004-07-17 change below.
13527
13528 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13531         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13532
13533 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13534
13535         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13536         quotes that actually start with ">" at the beginning of the
13537         lines.
13538
13539 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * rfc2047.el (rfc2047-encode-region): Fix last change.
13542         (rfc2047-encode-parameter): Remove useless concat.
13543
13544 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13547         encode special characters; fix some kind of misconfigured headers;
13548         signal a real error if debug-on-quit or debug-on-error is non-nil.
13549         (rfc2047-encode-max-chars): New variable.
13550         (rfc2047-encode-1): Use it.
13551         (rfc2047-encode-parameter): New function.
13552
13553         * mml.el (mml-insert-parameter): Remove an excessive space.
13554
13555 2004-07-17  Simon Josefsson  <jas@extundo.com>
13556
13557         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13558         Kai Grossjohann <kai@emptydomain.de>.
13559         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13560         (gnus-group-make-menu-bar): Ditto.
13561
13562         * gnus-util.el (gnus-group-server): Add.
13563
13564 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13565
13566         * message.el (message-clone-locals): Clone sendmail and smtp
13567         variables.
13568
13569 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * rfc2047.el (rfc2047-encode-region): Fix last change.
13572
13573 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13576         characters as non-special.
13577
13578 2004-07-09  Simon Josefsson  <jas@extundo.com>
13579
13580         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13581         Users will lose all flag changes made while unplugged with
13582         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13583         good default.  See numerous reports on ding mailing list.
13584
13585 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13588         add generate-head-function and generate-article-function to the
13589         rfc822-forward entry.
13590         (nndoc-rfc822-forward-generate-article): New function.
13591         (nndoc-rfc822-forward-generate-head): New function.
13592
13593         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13594
13595 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13596
13597         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13598         respect display group parameter and gnus-summary-expunge-below.
13599         (gnus-articles-to-read): Remove unused reference to display group
13600         parameter.
13601
13602 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13603
13604         * nnheader.el (nnheader-uniquify-message-id): New experimental
13605         variable.
13606         (nnheader-nov-read-message-id): Use it.
13607
13608         * spam-report.el (spam-report-gmane): Add interactive.
13609
13610 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13613         qp-or-base64 for the application/* types.
13614
13615 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13616
13617         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13618
13619 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13620
13621         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13622         trim value.
13623
13624 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13625
13626         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13627         New macro and function.
13628         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13629
13630 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13633         after-load-alist.
13634
13635 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13636
13637         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13638         update info that isn't there.
13639
13640 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13641
13642         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13643         entry.
13644
13645 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * mm-view.el (mm-inline-render-with-function): Use multibyte
13648         buffer; decode html source by charset.
13649
13650         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13651
13652         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13653         Mule-UCS is loaded under XEmacs.
13654         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13655
13656 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13657
13658         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13659
13660 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * mm-util.el (mm-coding-system-p): Return a coding-system.
13663         (mm-mime-mule-charset-alist): Use shift_jis instead of
13664         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13665         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13666         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13667         instead of japanese-shift-jis and iso-latin-1 respectively in
13668         order to share the default value with both Emacs and XEmacs-mule.
13669         (mm-mule-charset-to-mime-charset): Make
13670         mm-coding-system-priorities effective.
13671         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13672         while predicating of candidates upon the priorities.
13673
13674 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13675
13676         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13677         gnus-uu-invert-processable.
13678
13679         * gnus.el: Autoload gnus-uu-invert-processable.
13680
13681 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mm-util.el (mm-with-multibyte-buffer): New macro.
13684
13685         * rfc2047.el (rfc2047-encode-string): Use it.
13686         (rfc2047-encode-region): Move point to the end of the region after
13687         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13688
13689 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13692         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13693
13694 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13697         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13698         Karl Chen <quarl@nospam.quarl.org>.
13699
13700 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13701
13702         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13703         invalid addresses.
13704
13705 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13706
13707         * spam.el: Change section markers, revise TODO list.
13708         (spam-backends): Make new master list of all installed backends.
13709         (spam-summary-exit-behavior): Add new variable to determine how
13710         messages moves are done at summary exit.
13711         (spam-move-spam-nonspam-groups-only)
13712         (spam-process-ham-in-nonham-groups)
13713         (spam-process-ham-in-spam-groups): Remove variables, the
13714         spam-summary-exit-behavior variable should be used to manage this
13715         behavior.
13716         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13717         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13718         and spam-old-spam-articles.
13719         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13720         Add empty variables, placeholders for the backends they represent.
13721         (spam-set-difference): Move, unchanged.
13722         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13723         unless the user has a processor variable.
13724         (spam-classifications, spam-classification-valid-p)
13725         (spam-backend-properties, spam-backend-property-valid-p)
13726         (spam-backend-function-type-valid-p)
13727         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13728         (spam-report-articles-gmane, spam-report-articles-resend):
13729         Remove functions, they are not needed.
13730         (spam-install-backend-super, spam-backend-list)
13731         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13732         (spam-backend-function, spam-backend-ham-registration-function)
13733         (spam-backend-spam-registration-function)
13734         (spam-backend-ham-unregistration-function)
13735         (spam-backend-spam-unregistration-function)
13736         (spam-backend-statistical-p, spam-backend-mover-p)
13737         (spam-install-backend-alias, spam-install-checkonly-backend)
13738         (spam-install-mover-backend, spam-install-nocheck-backend)
13739         (spam-install-backend, spam-install-statistical-backend)
13740         (spam-install-statistical-checkonly-backend): Add backend installation
13741         support.
13742         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13743         (spam-group-processor-p): Use the new backend code and respect the
13744         summary exit behavior.
13745         (spam-mark-spam-as-expired-and-move-routine): Remove.
13746         (spam-summary-prepare): Change to use the new spam-old-articles
13747         variable.
13748         (spam-copy-or-move-routine, spam-copy-spam-routine)
13749         (spam-move-spam-routine, spam-copy-ham-routine)
13750         (spam-move-ham-routine): Add code to copy/move ham or spam.
13751         (spam-fetch-field-fast): Improve doc and code, plus allow the
13752         'number request.
13753         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13754         variables.
13755         (spam-split, spam-find-spam): Use the new backend code.
13756         (spam-registration-functions): Remove variable.
13757         (spam-unregister-routine): Add convenience wrapper.
13758         (spam-log-undo-registration, spam-register-routine)
13759         (spam-log-processing-to-registry)
13760         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13761         where possible.
13762         (spam-check-gmane-xref, spam-check-regex-headers)
13763         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13764         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13765         (spam-check-bogofilter-headers, spam-check-spamoracle)
13766         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13767         (spam-check-crm114-headers): Use the spam-split-group that
13768         spam-split prepares, no need to determine it every time.
13769
13770         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13771         to the nnheader-parse-naked-head call.
13772
13773         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13774
13775         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13776         the nnheader-nov-read-message-id call.
13777
13778 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13781         gnus-activate-group twice.  Suggested by Markus Peter
13782         <warp@spin.de>.
13783
13784 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-art.el (gnus-article-time-format): Exchange the order of
13787         day and month in the default value; fix customization type.
13788         (article-date-ut): Use add-text-properties.
13789         (article-make-date-line): Use message-make-date instead of
13790         current-time-string.
13791
13792         * message.el (message-fetch-field): Don't use set-text-properties.
13793         (message-make-date): Simplify.
13794
13795         * messagexmas.el (message-xmas-make-date): New function.
13796         (message-xmas-redefine): Defalias message-make-date to it.
13797
13798 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13801         (rfc2047-encode-region): Treat text within parentheses as special;
13802         show the original text when error has occurred.
13803
13804         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13805         already-computed method to gnus-activate-group.
13806
13807         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13808         same select-methods identical Lisp objects.
13809
13810         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13811         object when modifying the info.
13812
13813 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13816         gnus-opened-servers since it has never been opened with the new
13817         configuration yet.
13818
13819 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13822         arg to nnheader-generate-fake-message-id.
13823
13824 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13825
13826         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13827         number and build a fake message ID localized to a group and
13828         article number (so it's repeatable from that point on).
13829         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13830         ID format.
13831
13832         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13833         nnheader-generate-fake-message-id with the article number.
13834
13835 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13836
13837         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13838         end-of-buffer.
13839
13840 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841
13842         * message.el (message-ignored-supersedes-headers): Add Approved.
13843
13844 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13847         goto-char.
13848         (rfc2047-encode): Fold the line before encoding.
13849
13850 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13853         folding -- not all headers can be folded, and this should be done
13854         by the message composition mode.  Probably.  I think.
13855
13856 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13859         fast.
13860
13861         * gnus-ems.el (gnus-remove-image): Don't use
13862         message-text-with-property; remove only the image found first.
13863
13864         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13865         found first.
13866
13867 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13868
13869         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13870
13871 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * message.el (message-text-with-property): Make it fast and accept
13874         optional arguments.
13875         (message-strip-forbidden-properties): Use it.
13876         (message-fix-before-sending): Follow the m-t-w-p change.
13877
13878         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13879
13880 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * gnus-art.el (article-hide-headers): Don't change the buffer
13883         mistakenly when performing mml-preview even if
13884         gnus-single-article-buffer is nil.
13885
13886 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13887
13888         * message.el (message-expand-name-databases): New user option.
13889         (message-expand-name): Use it.
13890
13891 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13892
13893         * spam.el (spam-report-articles-resend)
13894         (spam-report-resend-register-routine): Allow ham reporting.
13895         (spam-report-resend-register-ham-routine): Add wrapper.
13896         (spam-registration-functions): Add ham resending functions.
13897         (spam-list-of-processors): Add ham resend processor.
13898
13899         * gnus.el (ham-resend-to): Add new group parameter.
13900         (spam-process): Add ham resend option.
13901
13902         * spam-report.el (spam-report-resend): Allow reporting ham.
13903         (spam-report-resend-ham): Add wrapper.
13904
13905 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * message.el (message-cite-articles-with-x-no-archive): New
13908         variable.
13909         (message-cite-original): Use it.
13910
13911 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13912
13913         * message.el (message-cite-original): Respect X-No-Archive.
13914
13915 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-art.el (article-hide-headers): Refer to the values for
13918         gnus-ignored-headers and gnus-visible-headers in the summary
13919         buffer since a user may have set them as group parameters.
13920
13921 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13922
13923         * assistant.el (assistant-node-name): Add convenience function.
13924         (assistant-render-text, assistant-render-node): Add error handling,
13925         plus handle multiple next nodes.
13926         (assistant-find-next-node): Comment out for now.
13927         (assistant-find-next-nodes): Add function, returns list of next
13928         nodes.
13929
13930 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * mail-source.el (mail-source-directory): Fix doc-string.
13933
13934 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13935
13936         * assistant.el (assistant-render-text, assistant-eval): Add :set
13937         widget type, which is different because it takes and returns a
13938         list.  Much hilarity ensues.
13939
13940 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13943
13944         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13945         doc-string.
13946
13947         * gnus-start.el (gnus-activate-group): Added doc-string.
13948
13949 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13952
13953 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13954
13955         * assistant.el (assistant-render-text): Try to add a :set
13956         widget, more to come.
13957
13958         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13959         strings.
13960         (spam-report-articles-resend)
13961         (spam-register-routine): Do registration iff any articles warrant
13962         it.
13963         (spam-summary-prepare-exit): Change log message for nil group
13964         destinations.
13965
13966 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13967
13968         * spam.el (spam-report-resend-register-routine): Allow
13969         spam-report-resend-to to be a group parameter or a global value.
13970
13971 2004-05-26  Simon Josefsson  <jas@extundo.com>
13972
13973         * starttls.el: Merge with my GNUTLS based starttls.el.
13974         (starttls-gnutls-program, starttls-use-gnutls)
13975         (starttls-extra-arguments, starttls-process-connection-type)
13976         (starttls-connect, starttls-failure, starttls-success): New
13977         variables.
13978         (starttls-program, starttls-extra-args): Doc fix.
13979         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13980         functions.
13981         (starttls-negotiate, starttls-open-stream): Check
13982         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13983         function if it is set.
13984
13985 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13988         structured fields.
13989
13990 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13993
13994 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13995
13996         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13997         variable.
13998         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13999         assigning the spam-mark to new messages.
14000
14001 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14002
14003         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14004
14005 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14008
14009         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14010         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14011         default.
14012
14013 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14014
14015         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14016         correct data.
14017
14018 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14019
14020         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14021         (spam-group-processor-p): Fix function.
14022         (spam-group-processor-multiple-p)
14023         (spam-group-spam-processor-report-gmane-p)
14024         (spam-group-spam-processor-report-resend-p)
14025         (spam-group-spam-processor-bogofilter-p)
14026         (spam-group-spam-processor-blacklist-p)
14027         (spam-group-spam-processor-ifile-p)
14028         (spam-group-ham-processor-ifile-p)
14029         (spam-group-spam-processor-spamoracle-p)
14030         (spam-group-spam-processor-crm114-p)
14031         (spam-group-ham-processor-bogofilter-p)
14032         (spam-group-spam-processor-stat-p)
14033         (spam-group-ham-processor-stat-p)
14034         (spam-group-ham-processor-whitelist-p)
14035         (spam-group-ham-processor-BBDB-p)
14036         (spam-group-ham-processor-spamoracle-p)
14037         (spam-group-ham-processor-copy-p): Remove functions with some
14038         prejudice against unneeded code.
14039         (spam-report-articles-resend)
14040         (spam-report-resend-register-routine): Allow the group/topic
14041         spam-resend-to value to override spam-report-resend-to.
14042         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14043         properly now.
14044
14045         * gnus.el (spam-resend-to): Add group/topic parameter.
14046         (spam-process): Move the OBSOLETE processors to the end of the
14047         choices.
14048
14049 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14050
14051         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14052         with resend-to set to nil, and then ask the user if necessary.
14053         (spam-report-resend): spam-report-resend takes a list of articles, not
14054         separate article numbers.
14055
14056 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14059         addition to emacs-w3m.
14060
14061 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * assistant.el (assistant-authinfo-data): New function.
14064         (assistant-eval): Eval for entire assistant.
14065
14066         * netrc.el (netrc-services-file): New variable.
14067         (netrc-parse-services): New function.
14068         (netrc-find-service-name): New function.
14069         (netrc-find-service-number): New function.
14070         (netrc-port-equal): New function.
14071         (netrc-machine): Use it.
14072
14073         * nnimap.el (nnimap-open-connection): Use netrc.
14074
14075         * gnus-util.el (gnus-netrc-get): Remove aliases.
14076
14077         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14078
14079         * assistant.el (wid-edit): Fix compilation.
14080
14081         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14082
14083 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14084
14085         * gnus-util.el (gnus-set-file-modes): New function.  (small
14086         patch).
14087
14088 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089
14090         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14091
14092         * assistant.el (assistant-render-node): Fix up rendering and
14093         read-only text.
14094         (assistant-render-node): Reset.
14095         (assistant-make-read-only): Not sticky.
14096
14097 2004-05-20  Danny Siu  <dsiu@adobe.com>
14098
14099         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14100         centered even when gnus-auto-center-summary is t.
14101
14102 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103
14104         * dns.el (dns-get-txt-answer): New function.
14105         (dns-read-txt): Ditto.
14106         (query-dns): Use it.
14107
14108 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14111         active for foreign groups even if the group level is higher than
14112         the specified value.
14113
14114 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14115
14116         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14117         non-active groups.
14118
14119         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14120
14121 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14122
14123         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14124
14125 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14126
14127         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14128         (spam-crm114-header, spam-crm114-spam-switch)
14129         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14130         (spam-crm114-positive-spam-header)
14131         (spam-crm114-database-directory, spam-list-of-processors)
14132         (spam-group-spam-processor-crm114-p)
14133         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14134         (spam-generic-score, spam-list-of-checks)
14135         (spam-list-of-statistical-checks, spam-registration-functions)
14136         (spam-check-crm114-headers, spam-crm114-score)
14137         (spam-check-crm114, spam-crm114-register-with-crm114)
14138         (spam-crm114-register-spam-routine)
14139         (spam-crm114-unregister-spam-routine)
14140         (spam-crm114-register-ham-routine)
14141         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14142         asjo@koldfront.dk (Adam Sjøgren).
14143
14144         * gnus.el: Add spam-use-crm114.
14145
14146         * spam.el (spam-list-of-processors, spam-registration-functions):
14147         Add spam-use-resend.
14148         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14149         (spam-report-articles-gmane): Add doc fix.
14150         (spam-report-articles-resend, spam-report-resend-register-routine):
14151         Add wrappers around spam-report-resend-to.
14152
14153         * spam-report.el (spam-report-resend-to, spam-report-resend):
14154         Add support for resending spam.
14155         (spam-report-gmane): Fix line length >80.
14156
14157         * gnus.el (spam-process): Add spam-use-resend.
14158
14159 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14160
14161         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14162         number of processed spam messages.
14163         (spam-ham-copy-or-move-routine): Return the number of processed
14164         ham messages.
14165         (spam-summary-prepare-exit): Use the above values to decide
14166         whether status messages shouled be displayed.
14167
14168 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14171         `rfc2047-encoding-function-alist' in order to avoid conflicting
14172         with the old version.
14173         (rfc2047-encode-region): Concatenate words containing non-ASCII
14174         characters in structured fields; don't encode space-delimited
14175         ASCII words even in unstructured fields; don't break words at
14176         char-category boundaries.
14177         (rfc2047-encode-1): New function.
14178         (rfc2047-encode): Use it; encode text so that it occupies the
14179         maximum width within 76-column; work correctly on Q encoding for
14180         iso-2022-* charsets.
14181         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14182         sure not to break a line just after the header name.
14183         (rfc2047-b-encode-region): Removed.
14184         (rfc2047-b-encode-string): New function.
14185         (rfc2047-q-encode-region): Removed.
14186         (rfc2047-q-encode-string): New function.
14187
14188         * mm-util.el (mm-replace-in-string): New function.
14189
14190 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14191
14192         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14193         get it right.
14194         (gnus-inews-make-draft): Really.
14195
14196 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14197
14198         * nnmh.el (nnmh-request-list-1): Don't check the link count
14199         before descending.  (small patch)
14200
14201 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14202
14203         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14204         stuff.
14205
14206         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14207         on real group name.
14208
14209         * gnus-art.el (gnus-signature-limit): Doc fix.
14210
14211         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14212
14213         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14214
14215 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14216
14217         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14218         isn't a string.
14219
14220 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * gnus-draft.el (gnus-draft-send): Bind
14223         rfc2047-encode-encoded-words.
14224
14225         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14226         (rfc2047-encodable-p): Say that =? needs encoding.
14227         (rfc2047-encode-encoded-words): New variable.
14228
14229         * gnus-group.el (gnus-group-select-group): Doc fix.
14230
14231         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14232
14233         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14234         to nil.
14235
14236         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14237
14238         * nnheader.el (nnheader-get-lines-and-char): New function.
14239
14240 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14241
14242         * gnus-msg.el (gnus-summary-followup-with-original): Document
14243         yanking of region when active.
14244
14245 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14248         groups if the group level is higher than the specified value.
14249
14250 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14253         (gnus-group-jump-to-group): Added prefix argument using
14254         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14255         non-active group.
14256
14257         * compface.el (uncompface): Be verbose when changing
14258         `uncompface-use-external'.
14259
14260         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14261         handle manual section.
14262
14263 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14264
14265         * gnus-art.el (gnus-button-alist): Revert previous change.
14266
14267 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14270
14271 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14272
14273         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14274         whether backend can accept message.
14275
14276         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14277
14278 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14279
14280         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14281         Avoid creating directory when nntp-marks-is-evil is true.
14282         Reported by Reiner Steib.
14283
14284 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14285
14286         * gnus-picon.el (gnus-picon-style): New variable.
14287         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14288         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14289         Jesper Harder <harder@ifa.au.dk>.
14290
14291 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * message.el (message-fill-field): Return point.
14294         (message-generate-headers): Go to end of field.
14295
14296         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14297         stuff for non-living groups.
14298
14299 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14300
14301         * gnus-art.el (gnus-article-followup-with-original)
14302         (gnus-article-reply-with-original): gnus-mark-active-p ->
14303         gnus-region-active-p.
14304
14305 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14306
14307         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14308         only when there is spam or ham to be processed.
14309
14310 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311
14312         * mail-source.el (mail-source-delete-crash-box): Refactor.
14313         (mail-source-fetch): Use it.
14314         (mail-source-fetch-file): Ditto.
14315         (mail-source-fetch-directory): Run postscript in loop.
14316         (mail-source-fetch-pop): Delete.
14317         (mail-source-fetch-maildir): Ditto.
14318         (mail-source-fetch-imap): Ditto.
14319
14320         * imap.el (imap-authenticators): Comment out sasl.
14321
14322         * message.el (message-skip-to-next-address): New function.
14323         (message-fill-header-address): Refactor.
14324         (message-fill-address): Use it.
14325         (message-delete-address): Use it.
14326         (message-fill-header-general): Refactor.
14327         (message-fill-field-address): Rename.
14328         (message-narrow-to-field): Find the start of the header.
14329         (message-header-format-alist): Don't pre-fill.
14330         (message-fill-header): Removed.
14331         (message-insert-header): New function.
14332         (message-shorten-references): Use it.
14333
14334         * rfc2047.el (rfc2047-field-value): Strip props.
14335
14336         * mail-parse.el (mail-header-make-address): New alias.
14337
14338         * ietf-drums.el (ietf-drums-make-address): New function.
14339
14340         * imap.el: Add compiler directives.
14341
14342         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14343
14344         * gnus-art.el (article-decode-idna-rhs): Don't use
14345         message-idna-inside-rhs-p.
14346
14347 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14348
14349         * message.el (message-idna-inside-rhs-p): Removed.
14350         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14351
14352         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14353         false positives.
14354
14355 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14356
14357         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14358
14359 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14360
14361         * nneething.el (nneething-file-name): Don't create spurious
14362         files.
14363
14364         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14365         (gnus-inews-do-gcc): Remove sleep.
14366
14367         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14368         part under point.
14369
14370         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14371         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14372
14373 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14374
14375         * spam.el (spam-summary-prepare-exit): Fixed (length).
14376
14377 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14378
14379         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14380         as expired without moving it" message when there are spam
14381         messages left.
14382
14383 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14384
14385         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14386         header is not nil.
14387
14388 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14389
14390         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14391         nntp-possibly-create-directory, not nntp-possibly-change-group.
14392         (nntp-marks-changed-p): New arg SERVER.
14393         (nntp-request-update-info): Adjust caller.
14394
14395 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14396
14397         * nntp.el (nntp-save-marks): Pass missing arg.
14398
14399 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14400
14401         * nntp.el: Support marks.
14402         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14403         (nntp-marks-modtime, nntp-marks-directory): New variables.
14404         (nntp-request-set-mark, nntp-request-update-info)
14405         (nntp-possibly-create-directory, nntp-marks-changed-p)
14406         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14407         functions.
14408
14409 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14410
14411         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14412         (gnus-xmas-redefine): Rename.
14413
14414         * gnus-score.el (gnus-score-insert-help): Use
14415         gnus-select-lowest-window.
14416
14417         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14418         appt-select-lowest-window and rename to gnus-select-lowest-window.
14419
14420         * gnus.el: do.
14421
14422 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14423
14424         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14425         encodings of MIME-encoded words, in order to improve
14426         interoperability with several broken MUAs.
14427
14428 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14429
14430         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14431         tags, only when charsets are not specified in headers.
14432         (mm-inline-text-html-render-with-w3m): Ditto.
14433
14434         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14435         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14436
14437 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14438
14439         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14440         instead of MIME-decoded from fields when checking
14441         `gnus-article-address-banner-alist'.
14442
14443 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14444
14445         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14446         description rather than subject.
14447
14448 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14449
14450         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14451
14452 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453
14454         * gnus.el (gnus-version-number): Bump.
14455
14456 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14457
14458         * gnus.el: No Gnus v0.2 is released.
14459
14460 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14461
14462         * gnus-agent.el (gnus-agent-read-agentview): Inline
14463         gnus-uncompress-range.
14464
14465 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14466
14467         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14468         `exec-installed-p'.
14469
14470 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14471
14472         * gnus.el (spam-process, spam-autodetect-methods): Add
14473         bsfilter and bsfilter-headers.
14474
14475         * spam.el (spam-bsfilter): New customize group.
14476         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14477         (spam-bsfilter-header, spam-bsfilter-probability-header)
14478         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14479         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14480         (spam-bsfilter-database-directory): New options.
14481         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14482         (spam-list-of-statistical-checks, spam-registration-functions):
14483         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14484         (spam-bsfilter-score): New command.
14485         (spam-check-bsfilter-headers, spam-check-bsfilter)
14486         (spam-bsfilter-register-with-bsfilter)
14487         (spam-bsfilter-register-spam-routine)
14488         (spam-bsfilter-unregister-spam-routine)
14489         (spam-bsfilter-register-ham-routine)
14490         (spam-bsfilter-unregister-ham-routine): New functions.
14491         (spam-generic-score): Support bsfilter; Accept an optional argument
14492         to recalcurate spam score even if scoring header has already been
14493         added.
14494         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14495         optional argument to recalcurate spam score even if scoring header
14496         has already been added.
14497
14498 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14499
14500         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14501         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14502         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14503         link is missing.
14504
14505 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14506
14507         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14508         (html2text-get-attr): Rewrite.
14509
14510         * message.el (message-setup-1): Remove redundant put-text-property
14511         on mail-header-separator.
14512
14513 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14514
14515         * gnus-registry.el (gnus-registry-cache-whitespace)
14516         (gnus-registry-action, gnus-registry-spool-action)
14517         (gnus-registry-split-fancy-with-parent): Change message levels
14518         from 5 to 3 or 7, as needed.
14519
14520         * spam.el (spam-summary-prepare-exit)
14521         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14522         (spam-split, spam-find-spam, spam-log-undo-registration)
14523         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14524         level from 5 to 6.
14525
14526 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14529         2004-03-04 change).
14530
14531 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14532
14533         * sieve-manage.el (sieve-manage-open):
14534         * nnweb.el (nnweb-insert-html):
14535         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14536         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14537         * nnspool.el (nnspool-request-group):
14538         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14539         * nnml.el (nnml-request-update-info):
14540         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14541         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14542         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14543         (nnimap-request-set-mark):
14544         * nnfolder.el (nnfolder-request-update-info):
14545         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14546         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14547         * gnus-uu.el (gnus-uu-find-articles-matching):
14548         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14549         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14550         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14551         * gnus-nocem.el (gnus-nocem-scan-groups):
14552         * gnus-int.el (gnus-start-news-server):
14553         * gnus-group.el (gnus-group-make-kiboze-group)
14554         (gnus-group-browse-foreign-server):
14555         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14556         Use mapc when appropriate.
14557
14558 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14559
14560         FIXME: Make separate entries for each person.
14561
14562         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14563         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14564         <shields@msrl.com>:
14565
14566         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14567         may need for spam sorting and scoring.
14568         (spam-user-format-function-S): Add user format function suitable for
14569         general use.
14570         (spam-article-sort-by-spam-status): Add sorting function for summary
14571         sorting.
14572         (spam-extra-header-to-number): Add function to get a score from a
14573         header.
14574         (spam-summary-score): Add function to get a numeric score from the
14575         headers.
14576         (spam-generic-score): Fix function doc, was in wrong place.
14577         (spam-initialize): Take symbols when it's run, and install the
14578         extra headers that spam-necessary-extra-headers thinks we need.
14579
14580 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14581
14582         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14583         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14584
14585 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14586
14587         * gnus-sum.el (gnus-set-global-variables)
14588         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14589         (gnus-article-get-xrefs, gnus-summary-best-group)
14590         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14591         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14592         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14593         Use with-current-buffer.
14594
14595 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14596
14597         * spam.el (spam-summary-prepare-exit): Simplify logic.
14598         (spam-fetch-article-header): Read the article header if it's not
14599         available.
14600         (spam-list-articles): Simplify logic.
14601         (spam-filelist-register-routine): Fix bug with unregister-list.
14602
14603         * gnus-registry.el: Fix comments at beginning.
14604
14605 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14606
14607         * message.el (message-cater-to-broken-inn): Remove.
14608         (message-shorten-references): Make sure the total folded length of
14609         References is shorter than 998 characters to cater to a bug in INN
14610         2.3.  Also, don't pretend that references aren't folded -- this
14611         hasn't worked for a while.
14612
14613 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14614
14615         * gnus-agent.el (gnus-agentize):
14616         gnus-agent-send-mail-real-function no longer set to current value
14617         of message-send-mail-function but rather a lambda that calls
14618         message-send-mail-function.  The change makes the agent real-time
14619         responsive to user changes to message-send-mail-function.
14620
14621 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14622
14623         * legacy-gnus-agent.el
14624         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14625         help from Florian Weimer <fw@deneb.enyo.de>
14626
14627 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * nnmail.el (nnmail-cache-insert): Revert last change.
14630
14631 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * nnmail.el (nnmail-cache-insert): Always check whether
14634         nnmail-cache-ignore-groups matches a group name.
14635
14636 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14637
14638         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14639         (spam-find-spam, spam-log-processing-to-registry)
14640         (spam-log-registered-p, spam-log-unregistration-needed-p)
14641         (spam-log-undo-registration): Use gnus-message instead of
14642         gnus-error, none of these errors are fatal.
14643
14644         * gnus-registry.el (gnus-registry-clean-empty-function)
14645         (gnus-registry-clean-empty): Remove only empty entries without
14646         extra data.
14647
14648 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * spam-stat.el (spam-stat-buffer-change-to-spam)
14651         (spam-stat-buffer-change-to-non-spam): Change (error) to
14652         (gnus-message 8) invocation.
14653
14654 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * nntp.el (nntp-via-netcat-command): New variable.
14657         (nntp-via-netcat-switches): New variable.
14658         (nntp-open-via-rlogin-and-netcat): New function.
14659         (nntp-open-connection-function): Doc fix.
14660         (nntp-telnet-command): Doc fix.
14661         (nntp-end-of-line): Doc fix.
14662         (nntp-via-rlogin-command): Doc fix.
14663         (nntp-via-user-name): Doc fix.
14664         (nntp-via-address): Doc fix.
14665
14666 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14669         error in Emacs 21.1.
14670
14671 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14674
14675 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14676
14677         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14678         (gnus-agent-with-refreshed-group): New macro.
14679         (gnus-agent-rename-group): New function.
14680         (gnus-agent-delete-group): New function.
14681         (gnus-agent-save-group-info): Use gnus-command-method when
14682         `method' parameter is nil.  Don't write nil entries into the
14683         active file.
14684         (gnus-agent-get-group-info): New function.
14685         (gnus-agent-fetch-articles): Use
14686         gnus-agent-update-files-total-fetched-for to increment disk space
14687         used.
14688         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14689         gnus-agent-update-view-total-fetched-for to increment disk space
14690         used.
14691         (gnus-agent-get-local): Added optional parameters to avoid calling
14692         gnus-group-real-name and gnus-find-method-for-group.
14693         (gnus-agent-set-local): Delete stored entry if either min, or max,
14694         are nil.
14695         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14696         quit, use gnus-agent-regenerate-group to record existance of any
14697         articles fetched to disk before the quit occurred.
14698         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14699         gnus-agent-update-view-total-fetched-for, and
14700         gnus-agent-update-files-total-fetched-for to decrement disk space
14701         used.
14702         (gnus-agent-retrieve-headers): Use
14703         gnus-agent-update-view-total-fetched-for to increment disk space
14704         used.
14705         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14706         with gnus-agent-update-files-total-fetched-for to decrement disk
14707         space and fresh group buffer.
14708         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14709         (gnus-agent-need-update-total-fetched-for): New variable.
14710         (gnus-agent-update-files-total-fetched-for): New function.
14711         (gnus-agent-update-view-total-fetched-for): New function.
14712         (gnus-agent-total-fetched-for): New function.
14713
14714         * gnus-cache.el (gnus-cache-save-buffers): Use
14715         gnus-cache-update-overview-total-fetched-for to change disk space
14716         used by this group.
14717         (gnus-cache-possibly-enter-article): Use
14718         gnus-cache-update-file-total-fetched-for to increment disk space
14719         used by this group.
14720         (gnus-cache-possibly-remove-article): Use
14721         gnus-cache-update-file-total-fetched-for to decrement disk space
14722         used by this group.
14723         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14724         (gnus-cache-rename-group): New function.
14725         (gnus-cache-delete-group): New function.
14726         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14727         (gnus-cache-need-update-total-fetched-for): New variable.
14728         (gnus-cache-with-refreshed-group): New macro.
14729         (gnus-cache-update-file-total-fetched-for): New function.
14730         (gnus-cache-update-overview-total-fetched-for): New function.
14731         (gnus-cache-rename-group-total-fetched-for): New function.
14732         (gnus-cache-delete-group-total-fetched-for): New function.
14733         (gnus-cache-total-fetched-for): New function.
14734
14735         * gnus-group.el: Require gnus-sum and autoload functions to
14736         resolve warnings when gnus-group.el compiled alone.
14737         (gnus-group-line-format): Documented new %F.
14738         (size of Fetched data) group line format; identifies disk space
14739         used by agent and cache.
14740         (gnus-group-line-format-alist): Defined new F format.
14741         (gnus-total-fetched-for): New function.
14742         (gnus-group-delete-group): No longer update
14743         gnus-cache-active-altered as gnus-request-delete-group now keeps
14744         the cache in sync.
14745         (gnus-group-list-active): Let the agent store a server's active
14746         list if currently plugged.
14747
14748         * gnus-int.el (gnus-request-delete-group):
14749         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14750         local disk in sync with the server.
14751         (gnus-request-rename-group):
14752         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14753         local disk in sync with the server.
14754
14755         * gnus-start.el (gnus-get-unread-articles):
14756         Cosmetic simplification to logic.
14757
14758         * gnus-util.el (gnus-rename-file): New function.
14759
14760 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14761
14762         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14763
14764 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14765
14766         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14767         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14768
14769 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14770
14771         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14772         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14773
14774 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14775
14776         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14777
14778 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14779
14780         * spam.el (spam-set-difference): Add function to replace
14781         gnus-set-difference in spam.el.
14782         (spam-summary-prepare-exit): Use spam-set-difference.
14783
14784 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14785
14786         * gnus-registry.el (gnus-registry-cache-file): Update to use
14787         gnus-dribble-directory OR gnus-home-directory OR ~.
14788         (gnus-registry-split-fancy-with-parent): Fix doc.
14789
14790 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * message.el (message-exchange-point-and-mark): Use
14793         message-mark-active-p.  Suggested by Jesper Harder
14794         <harder@ifa.au.dk>.
14795
14796 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * message.el (message-exchange-point-and-mark): Don't activate
14799         region if it was inactive.  Suggested by Hiroshi Fujishima
14800         <pooh@nature.tsukuba.ac.jp>.
14801
14802 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-art.el (article-display-face): Display Faces in the same
14805         order as X-Faces.
14806
14807 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14810
14811 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14814         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14815         (gnus-article-mime-hierarchy): Remove.
14816         (gnus-article-mime-hierarchy-next): Remove.
14817         (gnus-article-mode): Revert 2004-03-19 change.
14818         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14819         (gnus-insert-mime-button): Revert 2004-03-19 change.
14820         (gnus-mime-accumulate-hierarchy): Remove.
14821         (gnus-mime-enter-multipart): Remove.
14822         (gnus-mime-leave-multipart): Remove.
14823         (gnus-mime-display-part): Revert 2004-03-19 change.
14824         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14825
14826         * mml.el (mml-preview): Revert 2004-03-19 change.
14827
14828 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14829
14830         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14831
14832 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14833
14834         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14835         t while entering a file name using the mm-with-multibyte macro.
14836         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14837
14838         * mm-util.el (mm-with-multibyte): New macro.
14839
14840 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14843         user option.
14844         (gnus-mime-multipart-functions): Doc and customization fix.
14845         (gnus-article-mime-hierarchy): New variable.
14846         (gnus-article-mime-hierarchy-next): New variable.
14847         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14848         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14849         gnus-article-mime-hierarchy-next to nil.
14850         (gnus-insert-mime-button): Show hierarchy numbers.
14851         (gnus-mime-accumulate-hierarchy): New function.
14852         (gnus-mime-enter-multipart): New function.
14853         (gnus-mime-leave-multipart): New function.
14854         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14855         (gnus-mime-display-alternative): Show hierarchy numbers.
14856
14857         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14858         gnus-article-mime-hierarchy-next to nil.
14859
14860 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14861
14862         * dns.el: Don't require gnus-xmas.
14863
14864 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14865
14866         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14867         inline PGP.
14868         (mml-menu): Disable mml-quote-region if mark is inactive.
14869
14870 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14873         when the group's active is not available.
14874
14875 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14878         error.
14879
14880 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * imap.el (imap-store-password): New variable.
14883         (imap-interactive-login): Use it.
14884         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14885
14886 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14889         window-start and hscroll to summary window.
14890
14891 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14892
14893         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14894         conversion message to newsrc-dribble when an actual conversion is
14895         performed.
14896
14897 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14898
14899         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14900
14901 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * mm-decode.el (mm-complicated-handles): New function reviving
14904         former definition of mm-multiple-handles.
14905
14906         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14907         (gnus-mime-delete-part): Use it.
14908
14909 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14910
14911         * gnus-agent.el (gnus-agent-read-local): Bind
14912         nnheader-file-coding-system to gnus-agent-file-coding-system to
14913         avoid the implicit assumption that they will always be equal.
14914         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14915         coding-system-for-write, as the with-temp-file macro first prints
14916         to a buffer then saves the buffer.
14917
14918 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-art.el (gnus-article-edit-part): New function.
14921         (gnus-mime-save-part-and-strip): Use it; do query instead of
14922         signaling an error; don't use mm-multiple-handles.
14923         (gnus-mime-delete-part): Ditto.
14924
14925 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14926
14927         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14928         old file versions.
14929         (gnus-group-prepare-hook): Removed function that converted list
14930         form of gnus-agent-expire-days to group properties.
14931
14932         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14933         (gnus-request-accept-article): Re-indented.
14934
14935         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14936         converters to handle old agent file formats.  Added logic for a
14937         "backup before upgrading warning".
14938         (gnus-convert-mark-converter-prompt): Developers can mark
14939         functions as needing (default), or not needing,
14940         gnus-convert-old-newsrc's "backup before upgrading warning".
14941         (gnus-convert-converter-needs-prompt): Tests whether the user
14942         should be protected from potentially irreversable changes by the
14943         function.
14944
14945         * legacy-gnus-agent.el: New.  Provides converters that are only
14946         loaded when gnus-convert-old-newsrc needs to call them.
14947
14948 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * mail-source.el (mail-source-touch-pop): Doc fix.
14951
14952         * message.el (message-smtpmail-send-it): Doc fix.
14953
14954 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14955
14956         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14957
14958         * nnmail.el (nnmail-split-fancy): do.
14959
14960         * gnus-kill.el (gnus-kill, gnus-execute): do.
14961
14962 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14963
14964         * gnus-sum.el (gnus-widget-reversible-match)
14965         (gnus-widget-reversible-to-internal)
14966         (gnus-widget-reversible-to-external): New functions.
14967         (gnus-widget-reversible): New widget.
14968         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14969
14970 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14971
14972         * gnus-sum.el (gnus-thread-sort-functions)
14973         (gnus-article-sort-functions): Document `(not F)' items.
14974
14975 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14976
14977         * spam.el (spam-use-gmane-xref): Add new backend.
14978         (spam-gmane-xref-spam-group): Add variable to control the name of the
14979         Gmane spam group.
14980         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14981         (spam-regex-headers-spam, spam-regex-headers-ham)
14982         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14983         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14984         backends and checks.
14985         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14986
14987         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14988         an autodetect method.
14989
14990 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14991
14992         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14993         articles are being added to a group.
14994         (gnus-request-replace-article): Inform the agent that articles
14995         need to be uncached as the cached contents are no longer valid.
14996
14997 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * binhex.el: Don't autoload executable-find.
15000
15001         * canlock.el: Don't autoload mail-fetch-field.
15002
15003         * dgnushack.el: Autoload c-mode for XEmacs.
15004
15005         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15006
15007         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15008         rmail-dont-reply-to and rmail-output.
15009
15010         * gnus-score.el: Don't autoload ffap-string-at-point.
15011
15012         * gnus-setup.el: Don't autoload sc-cite-original.
15013
15014         * imap.el: Don't autoload base64-decode-string,
15015         base64-encode-string and md5.
15016
15017         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15018         and rmail-msg-restore-non-pruned-header.
15019
15020         * mm-decode.el: Don't autoload executable-find.
15021
15022         * mm-url.el: Don't autoload executable-find.
15023
15024         * mm-view.el: Don't autoload diff-mode.
15025
15026         * nndb.el: Don't autoload news-reply-mode, news-setup,
15027         cancel-timer and telnet.
15028
15029         * password.el: Don't autoload run-at-time for Emacs.
15030
15031         * sha1-el.el: Don't autoload executable-find.
15032
15033         * sieve-mode.el: Don't autoload c-mode.
15034
15035         * uudecode.el: Don't autoload executable-find.
15036
15037 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15038
15039         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15040         (gnus-agent-possibly-alter-active): Avoid null in numeric
15041         comparison.
15042         (gnus-agent-set-local): Refuse to save null in local object table.
15043         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15044         list of articles that will be marked as unread.
15045
15046 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15049
15050 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15051
15052         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15053         language tags.
15054
15055 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15056
15057         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15058         Don't bind "obarray".
15059
15060         * gnus-sum.el (gnus-thread-sort-functions): Added
15061         `gnus-thread-sort-by-most-recent-number' and
15062         `gnus-thread-sort-by-most-recent-date'.
15063         Reported by Kai Grossjohann <kai@emptydomain.de>.
15064
15065 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15068
15069 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15070
15071         * gnus-cus.el (gnus-agent-customize-category): Removed
15072         ignore-errors macro reference that required cl to be loaded at
15073         run-time.
15074
15075         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15076         single-interval range of the form (min . max).  Previously the
15077         range had to look like ((min . max)).  Likewise, return
15078         (min . max) rather than ((min . max)).
15079         (gnus-range-map): Use gnus-range-normalize to accept
15080         single-interval range.
15081
15082         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15083         the cache, but not the agent, now appear with their usual face.
15084
15085         * dgnushack.el (loaddir): New variable that is bound to the
15086         directory containing the dgnushack.el file. Use loaddir, rather
15087         than srcdir, to update load-path. Change lets dgnushack compile
15088         code in directories other than GNUS/lisp.
15089
15090 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * lpath.el: Don't bind w3m-safe-url-regexp.
15093
15094         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15095         w3m-safe-url-regexp variable buffer-local.
15096
15097         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15098
15099 2004-02-27  Simon Josefsson  <jas@extundo.com>
15100
15101         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15102         gnus-group-real-prefix.
15103         (gnus-summary-move-article): Use it, instead of
15104         gnus-group-real-prefix.
15105
15106 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * lpath.el: Bind w3m-safe-url-regexp.
15109
15110         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15111         w3m-safe-url-regexp variable buffer-local and set it as the value
15112         of mm-w3m-safe-url-regexp.
15113
15114         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15115
15116         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15117         parsing gnus-posting-styles when the message is not for replying.
15118
15119         * dgnushack.el: Autoload sgml-mode for XEmacs.
15120
15121         * nnrss.el (nnrss-opml-export): Use
15122         mm-set-buffer-file-coding-system instead of
15123         set-buffer-file-coding-system.
15124
15125 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15126
15127         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15128         of checkdoc.el).
15129         * nnrss.el: do.
15130         * gnus-mlspl.el: do.
15131         * gnus-ml.el: do.
15132         * gnus-srvr.el: do.
15133
15134         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15135
15136 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15137
15138         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15139         Corrections to custom-manual links.
15140
15141         * gnus-art.el (gnus-article): Ditto.
15142
15143         * mm-decode.el (mime-display, mime-security): Ditto.
15144
15145 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15146
15147         * flow-fill.el: Typo.
15148
15149 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15150
15151         * spam-wash.el: New file.
15152
15153 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15154
15155         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15156
15157 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15160         to be run with new-articles as LIST1, not LIST2.
15161         (spam-registration-functions): Add spam-use-ham-copy as a nil
15162         registration backend.
15163
15164 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15165
15166         * spam-stat.el (spam-stat-washing-hook): New option.
15167         (spam-stat-buffer-words): Use it.
15168         (spam-stat-process-directory, spam-stat-test-directory): Use
15169         insert-file-contents-literally.
15170         (spam-stat-coding-system): New variable.
15171         (spam-stat-load, spam-stat-save): Use it.
15172
15173 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15174
15175         * spam-report.el (spam-report-plug-agent): Quote
15176         spam-report-url-to-file and spam-report-url-ping-plain.
15177
15178 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15181         / in mailto URLs.
15182
15183 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * spam-report.el (spam-report-process-queue): Fix interactive use.
15186         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15187         (spam-report-unplug-agent): Doc fixes.
15188         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15189         (spam-report-agentize, spam-report-deagentize): Autoload.
15190
15191 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15194
15195         * message.el (message-setup-fill-variables): Add mml tags to
15196         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15197         <ajk@iu.edu>.
15198         (message-mode): Don't modify paragraph-separate there.
15199
15200 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * compface.el (uncompface-use-external): Default to undecided.
15203         (uncompface-use-external-threshold): New variable.
15204         (uncompface-float-time): New macro.
15205         (uncompface): Determine whether to use the external decoder if
15206         uncompface-use-external is undecided.
15207
15208 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15209
15210         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15211         after images.
15212
15213         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15214
15215 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15216
15217         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15218
15219         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15220
15221         * gnus-sum.el (gnus-summary-limit-to-age)
15222         (gnus-summary-limit-children): do.
15223
15224         * gnus-int.el (gnus-request-scan): do.
15225
15226         * gnus-group.el (gnus-group-suspend): do.
15227
15228         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15229
15230         * gnus-cite.el (gnus-cite-parse-attributions): do.
15231
15232         * gnus-agent.el (gnus-summary-set-agent-mark)
15233         (gnus-agent-regenerate-group): do.
15234
15235         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15236
15237         * binhex.el (binhex-decode-region-internal): do.
15238
15239 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-fun.el (gnus-face-properties-alist): New user option.
15242         (gnus-display-x-face-in-from): Use it.
15243
15244         * gnus-art.el (article-display-face): Ditto.
15245
15246         * compface.el (uncompface-use-external): Default to nil.
15247
15248 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15249
15250         * nntp.el (nntp-erase-buffer): New function.
15251         (nntp-retrieve-data, nntp-send-command)
15252         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15253         (nntp-possibly-change-group): Use it.
15254
15255         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15256         with-current-buffer.
15257
15258 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15259
15260         * compface.el: Merge the ELisp-based uncompface program.
15261         (compface): New customization group.
15262         (uncompface-use-external): New user option.
15263         (uncompface): Call uncompface-internal if uncompface-use-external
15264         is nil.
15265         (uncompface-internal): New function.  Note that there are also
15266         some other functions and variables added for this function.
15267
15268 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15269
15270         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15271         if necessary.
15272
15273 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * spam-report.el (spam-report-unplug-agent)
15276         (spam-report-plug-agent, spam-report-deagentize)
15277         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15278         Add support for the Agent in spam-report: when unplugged, report to a
15279         file; when plugged, submit all the requests.
15280
15281         * spam.el (spam-register-routine): Fix message about
15282         registration.
15283
15284 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15285
15286         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15287         dependencies.
15288         (rfc2047-encode): Use it.
15289
15290         * gnus-art.el (gnus-button-marker-list): Move before first
15291         reference.
15292
15293         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15294         (imap-parse-body): Fix format string mismatch.
15295
15296         * gnus-score.el (gnus-summary-increase-score): do.
15297
15298         * nnrss.el (nnrss-close): New function.
15299
15300 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15301
15302         * nnrss.el (nnrss-make-filename): New function.
15303         (nnrss-request-delete-group, nnrss-read-server-data)
15304         (nnrss-save-server-data, nnrss-read-group-data)
15305         (nnrss-save-group-data): Use it.
15306         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15307         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15308         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15309
15310 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15311
15312         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15313
15314 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15315
15316         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15317         files.
15318
15319         * message.el (message-generate-headers-first): Don't quote nil
15320         and t in docstrings.
15321
15322         * imap.el (imap-id): do.
15323
15324         * gnus-agent.el (gnus-agent-consider-all-articles)
15325         (gnus-agent-queue-mail): do.
15326
15327 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15328
15329         * spam-report.el (spam-report-process-queue): New function.
15330         Process requests from `spam-report-requests-file'.
15331         (spam-report-process-queue): Doc fix.
15332
15333 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * spam.el (spam-register-routine)
15336         (spam-log-processing-to-registry, spam-log-registered-p)
15337         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15338         Change "check" to "spam-check" for semi-clarity.
15339
15340 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15341
15342         * pop3.el: Require nnheader.
15343
15344         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15345
15346         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15347
15348         * gnus-picon.el: Require cl.
15349
15350         * gnus-fun.el: Require gnus-ems and gnus-util.
15351
15352         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15353
15354         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15355
15356         * gnus-art.el (gnus-article-edit-mode): Define before first
15357         reference.
15358
15359 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15360
15361         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15362         (gnus-uu-post-encoded): Use point-at-bol.
15363
15364         * gnus-topic.el (gnus-group-active-topic-p): do.
15365
15366         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15367
15368         * gnus-group.el (gnus-group-kill-region): do.
15369
15370         * gnus-art.el (article-date-ut): do.
15371
15372         * message.el (message-fetch-field): Remove redundant
15373         case-fold-search binding.
15374         (message-narrow-to-field): Simplify.
15375
15376 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * spam.el (spam-directory): Derive from `gnus-directory'.
15379
15380         * spam-report.el (spam-report-url-to-file)
15381         (spam-report-requests-file): New function and variable for offline
15382         reporting.
15383         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15384         and user defined function.
15385         (spam-report-url-ping-mm-url): Remove doubled slash.
15386
15387 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15388
15389         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15390
15391 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15392
15393         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15394         format string mismatch.
15395
15396         * sieve.el (sieve-deactivate-all): do.
15397
15398         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15399
15400         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15401
15402         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15403
15404         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15405
15406 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15407
15408         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15409         the list of checks.
15410
15411 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15412
15413         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15414         padding.
15415
15416 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15417
15418         * mm-view.el (mm-fill-flowed): New variable.
15419         (mm-inline-text): Use it.
15420
15421 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * spam.el (spam-spamassassin-register-ham-routine)
15424         (spam-spamassassin-register-spam-routine): Fix function names.
15425
15426 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * gnus.el (gnus-tmp-grouplens): Remove.
15429         (gnus-summary-line-format): Remove grouplens.
15430
15431         * gnus-group.el (gnus-group-line-format): Ditto.
15432
15433         * gnus-spec.el (gnus-format-specs): Ditto.
15434         (gnus-update-format-specifications): Flush the group format spec
15435         cache if there's the grouplens stuff.
15436         (gnus-parse-simple-format): Replace %l with the empty string.
15437
15438 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15439
15440         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15441         omission.
15442
15443 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15446         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15447
15448 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15449
15450         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15451         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15452         New macros and functions.
15453         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15454         Handle > NLINK_MAX messages.
15455         * nnmaildir.el (nnmaildir-request-set-mark): Use
15456         nnmaildir--emlink-p and nnmaildir--eexist-p.
15457
15458 2004-01-25  Alex Schroeder  <alex@gnu.org>
15459
15460         * spam-stat.el (spam-stat-process-directory-age): New option.
15461         (spam-stat-process-directory): Use it.
15462
15463 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15464
15465         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15466         (spam-stat-save): Accept prefix argument.
15467
15468 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15469
15470         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15471         links" error.
15472
15473 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15476         the rest of the and/or forms.
15477
15478 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15479
15480         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15481         compatibility with old .newsrc.eld files.
15482
15483         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15484
15485         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15486
15487         * gnus-start.el (gnus-1): do.
15488
15489         * gnus-group.el (gnus-group-line-format-alist): do.
15490
15491         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15492
15493         * gnus-gl.el: Remove.
15494
15495 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15496
15497         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15498         marks consisting of a single range {for example, (3 . 5)} rather
15499         than a list of a single range { ((3 . 5)) }.
15500
15501 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15502
15503         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15504         with-current-buffer.
15505         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15506         avoid consing a string.
15507
15508         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15509         Remove obsolete entries for big5 and gb2312.
15510
15511 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15512
15513         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15514         uncompressed list.
15515
15516 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15517
15518         * spam-stat.el (spam-stat-strip-xref): New function.
15519         (spam-stat-process-directory): Use it.
15520
15521         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15522         here -- it's done in message-fetch-field.
15523
15524 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15525
15526         * gnus-agent.el (gnus-agent-queue-mail)
15527         (gnus-agent-prompt-send-queue): New variables.
15528         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15529         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15530         "nndraft:queue" along to gnus-draft-send.  Use
15531         gnus-agent-prompt-send-queue.
15532         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15533         is "nndraft:queue".  Suggested by Gaute Strokkenes
15534         <gs234@srcf.ucam.org>
15535
15536         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15537         (agent-enable-undownloaded-faces): Added.
15538         (gnus-agent-cat-groups): Use eval-and-compile, not
15539         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15540         method of gnus-agent-cat-groups even when the buffer has been
15541         evaled.
15542         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15543         delete gnus-agent-save-active-1.
15544         (gnus-agent-save-groups): Deleted.  Identical to
15545         gnus-agent-save-active.
15546         (gnus-agent-write-active): No longer adjust agent's copy of active
15547         file as agent's adjustments are now stored in their own
15548         file.  Removed optional parameter.
15549         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15550         servers.  Add use of min/max range limits from server's local
15551         file.
15552         (gnus-agent-save-alist): Removed unused optional argument.
15553         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15554         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15555         (gnus-agent-set-local): A per-server file that keeps min/max range
15556         limits for articles known to the agent.  Provides a fast mechanism
15557         for altering many active ranges.
15558         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15559         active file (local makes it unnecessary).
15560         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15561
15562         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15563         (agent-enable-undownloaded-faces): Added.
15564
15565         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15566         disable it when sending to "nndraft:queue".
15567         (gnus-group-send-queue): Add safety check to avoid sending queue
15568         when unplugged.
15569
15570         * gnus-group.el (gnus-group-catchup): Use new
15571         gnus-sequence-of-unread-articles, not
15572         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15573         numbers of articles.  Use gnus-range-map to avoid having to
15574         uncompress the unread list.
15575         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15576         Fixed invalid ange-ftp reference.
15577
15578         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15579         (gnus-sorted-range-intersection): Intersection of two ranges
15580         without requiring that they first be uncompressed.
15581
15582         * gnus-start.el (gnus-activate-group): Unless blocked by the
15583         caller, possibly expand the active range to include both cached
15584         and agentized articles.
15585         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15586         multiple version-dependent converters.
15587         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15588         gnus-agent-save-active.
15589         (gnus-save-newsrc-file): Save dirty agent range limits.
15590
15591         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15592         gnus-agent-possibly-alter-active.
15593         (gnus-adjust-marked-articles): Faster handling of simple lists.
15594
15595 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15596
15597         * spam-stat.el (spam-stat-test-directory): New optional argument
15598         displays a list of files detected.  Suggested by Andrew Cohen
15599         <cohen@andy.bu.edu>.
15600         (spam-stat-buffer-words-with-scores): Don't narrow and change
15601         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15602
15603 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15604
15605         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15606         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15607         (spam-spamassassin-arguments)
15608         (spam-spamassassin-spam-flag-header)
15609         (spam-spamassassin-positive-spam-flag-header)
15610         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15611         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15612         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15613         (spam-list-of-processors, spam-list-of-checks)
15614         (spam-list-of-statistical-checks, spam-registration-functions)
15615         (spam-check-spamassassin-headers, spam-check-spamassassin)
15616         (spam-spamassassin-score)
15617         (spam-spamassassin-register-with-sa-learn)
15618         (spam-spamassassin-register-spam-routine)
15619         (spam-spamassassin-register-ham-routine)
15620         (spam-assassin-register-spam-routine)
15621         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15622         (spam-bogofilter-score): Fix to show article before scoring.
15623
15624 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15625
15626         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15627         default scoring function.
15628         (spam-generic-score): Call spam-spamassassin-score if
15629         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15630         spam-bogofilter-score otherwise.
15631
15632         * gnus.el (spam-process, spam-autodetect-methods): Add
15633         spamassassin and spamassassin-headers.
15634
15635 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15636
15637         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15638         Suppress unnecessary messages.
15639
15640 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15641
15642         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15643         make-hash-table.
15644
15645 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * canlock.el (base64-encode-string): Don't autoload it.
15648
15649 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * run-at-time.el: Remove useless (require 'itimer),
15652         eval-and-compile and (featurep 'xemacs).
15653
15654 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15655
15656         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15657         GROUP is a virtual group.
15658
15659 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15660
15661         * gnus.el: Autoload `message-y-or-n-p'.
15662
15663 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15664
15665         * pgg-parse.el: Remove unnecessary (require 'custom).
15666
15667         * pgg-def.el: do.
15668
15669         * nnmail.el: do.
15670
15671         * gnus-undo.el: do.
15672
15673         * gnus-picon.el: do.
15674
15675         * gnus-util.el: do.
15676
15677 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15680
15681 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15684         handle, as well as a list.
15685
15686         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15687         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15688         (mm-w3m-cid-retrieve): Simplify.
15689
15690 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15691
15692         * message.el (message-kill-to-signature): Allow prefix arg to
15693         specify number of lines to keep before signature.
15694
15695 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15696
15697         * message.el (message-kill-to-signature): Change docstring.
15698
15699 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * canlock.el: Always require sha1-el.
15702         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15703
15704         * message.el: Autoload sha1 only when compiling.
15705
15706         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15707         eudc-expand-inline for XEmacs.
15708
15709 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * message.el (message-canlock-generate): Require sha1-el.
15712
15713 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15714
15715         * message.el (message-expand-name): Silence the byte compiler.
15716
15717         * lpath.el: Add detect-coding-system.
15718
15719         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15720         cus-edit.
15721
15722 2004-01-13  Simon Josefsson  <jas@extundo.com>
15723
15724         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15725         Invoke gnus-score-mode.  Reported by
15726         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15727
15728         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15729         Jim Blandy <jimb@redhat.com> (tiny change).
15730
15731 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15732
15733         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15734
15735 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15736
15737         * spam.el (spam-get-article-as-string): Update to use
15738         gnus-request-article-this-buffer, much simpler.
15739         (spam-get-article-as-buffer): Remove.
15740
15741 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15742
15743         * message.el (message-expand-name): Use EUDC if the user uses that.
15744
15745 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15746
15747         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15748         character for the encoding to avoid consing a string.
15749
15750         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15751         unnecessarily.
15752
15753         * mm-util.el (mm-replace-chars-in-string): Remove.
15754
15755         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15756         of mm-replace-chars-in-string.
15757
15758 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15759
15760         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15761
15762         * mm-util.el (mm-subst-char-in-string): Support inplace.
15763
15764         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15765         a new string in every iteration.  Use shy groups.
15766
15767 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15770         * gnus-soup.el (gnus-soup-group-brew):
15771         * gnus-msg.el (gnus-put-message):
15772         * gnus-move.el (gnus-group-move-group-to-server):
15773         * gnus-kill.el (gnus-batch-score):
15774         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15775         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15776         (gnus-group-update-group, gnus-group-read-group)
15777         (gnus-group-make-group, gnus-group-make-help-group)
15778         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15779         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15780         (gnus-group-sort-by-unread, gnus-group-catchup)
15781         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15782         (gnus-group-yank-group, gnus-group-set-info)
15783         (gnus-group-list-groups):
15784         * gnus.el (gnus-generate-new-group-name):
15785         * gnus-delay.el (gnus-delay-send-queue):
15786         * nnvirtual.el (nnvirtual-catchup-group):
15787         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15788         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15789         (gnus-group-prepare-topics, gnus-topic-check-topology):
15790         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15791         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15792         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15793         (gnus-group-make-articles-read):
15794         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15795         (gnus-group-change-level, gnus-kill-newsgroup)
15796         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15797         (gnus-get-unread-articles, gnus-make-articles-unread)
15798         (gnus-make-ascending-articles-unread): Use accessor
15799         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15800         to get group information for improved readability.
15801
15802
15803 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * gnus-art.el (article-decode-mime-words, article-babel)
15806         (gnus-article-highlight-signature, gnus-article-add-buttons)
15807         (gnus-signature-toggle): Use gnus-with-article-buffer.
15808
15809         * gnus-art.el (gnus-article-highlight-headers)
15810         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15811
15812         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15813         (gnus-article-set-globals, gnus-request-article-this-buffer)
15814         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15815         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15816         (gnus-mime-display-alternative): Use with-current-buffer.
15817
15818 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15819
15820         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15821         also under 80 char limit, and call gnus-error if needed.
15822         (spam-fetch-article-header): Fix - it was a
15823         buffer-local variable (gnus-newsgroup-data).
15824         (spam-find-spam): Use spam-generate-fake-headers, forget about
15825         spam-insert-fake-headers.
15826         (spam-insert-fake-headers): Remove.
15827
15828 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15829
15830         * deuglify.el (gnus-article-outlook-unwrap-lines)
15831         (gnus-outlook-rearrange-article)
15832         (gnus-outlook-repair-attribution-outlook)
15833         (gnus-outlook-repair-attribution-block)
15834         (gnus-outlook-repair-attribution-other): Remove redundant
15835         save-excursion.
15836
15837 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15840         (spam-fetch-field-subject-fast)
15841         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15842         (spam-fetch-article-header): Add functions to deal with Gnus
15843         internals for fast retrieval of article header data.
15844         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15845
15846 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15847
15848         * pop3.el (pop3-md5): Remove.
15849         (pop3-apop): Replace pop3-md5 with md5.
15850
15851         * mm-bodies.el: base64 is always built-in.
15852
15853         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15854         with-current-buffer.
15855
15856 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * canlock.el (canlock-insert-header): Remove excessive grouping in
15859         regexp.
15860
15861         * gnus-sum.el (gnus-summary-read-document): Ditto.
15862
15863         * gnus-uu.el (gnus-uu-part-number): Ditto.
15864
15865         * html2text.el (html2text-remove-tags): Ditto.
15866         (html2text-format-tags): Ditto.
15867         (html2text-format-single-elements): Ditto.
15868
15869         * mml.el (mml-parse-1): Ditto.
15870
15871 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15872
15873         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15874
15875         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15876
15877         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15878
15879         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15880
15881 2003-11-15  Simon Josefsson  <jas@extundo.com>
15882
15883         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15884         (pgg-gpg-lookup-key): Use regexp match instead of
15885         split-string (split-string is different between emacs 21.2 and
15886         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15887
15888 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15889
15890         * gnus-art.el (gnus-mime-view-all-parts)
15891         (gnus-article-part-wrapper, gnus-article-view-part): Use
15892         with-current-buffer.
15893
15894 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15895
15896         * spam.el (spam-disable-spam-split-during-ham-respool)
15897         (spam-spamoracle-database, spam-cache-lookups)
15898         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15899         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15900         (spam-group-ham-marks, spam-group-spam-marks)
15901         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15902         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15903         also add spam-use-blackholes to the statistical checks.
15904         (spam-fetch-field-fast): Add interface to fetching fields, may
15905         become a macro.
15906         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15907         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15908         (spam-insert-fake-headers): Fake an article when needed.
15909         (spam-find-spam): Fake article when possible.
15910         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15911         (spam-check-bogofilter-headers): Use message-fetch-field instead
15912         of nnmail-fetch-field.
15913
15914 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15915
15916         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15917
15918 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * spam.el (spam-split): Do not require spam-use-CHECK to be
15921         enabled if that check is passed to spam-split explicitly; also
15922         fix so 'spam doesn't get converted to spam-split-group when
15923         spam-split-symbolic-return is t.
15924         (spam-find-spam): Find registrations of the article and use those
15925         instead of re-running spam-split to find the spam/ham
15926         classification of the article.
15927         (spam-log-processing-to-registry, spam-log-registered-p)
15928         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15929         Use gnus-error instead of gnus-message.
15930         (spam-log-registration-type): Add function to determine the
15931         classification of a message based on registry entries; will
15932         return nil if both 'spam and 'ham are found.
15933         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15934         a reasonably fast local cache without the loading errors.
15935         (spam-cache-lookups): Set to t by default.
15936         (spam-find-spam): Don't try to guess spam-cache-lookups.
15937         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15938         spam-caches entry.
15939         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15940         caching of whitelist/blacklist entries.
15941         (spam-check-whitelist, spam-check-blacklist): Invoke
15942         spam-from-listed-p with a type, not a cache variable.
15943         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15944
15945 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15946
15947         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15948
15949         * nnmail.el (nnmail-split-fancy): do.
15950
15951         * mml.el (mml-parse): do.
15952
15953         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15954         (gnus-score-adaptive): do.
15955
15956 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15959         (gnus-mime-button-map): Don't set keymap parent.
15960         (gnus-button-ctan-directory-regexp): Use shy grouping.
15961         (gnus-prev-page-map): Don't set keymap parent.
15962         (gnus-prev-page-map): Remove duplicated one.
15963         (gnus-next-page-map): Don't set keymap parent.
15964         (gnus-mime-security-button-map): Ditto.
15965
15966         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15967         version number.
15968
15969         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15970
15971 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * canlock.el (canlock-sha1-function): Remove.
15974         (canlock-sha1-function-for-verify): Remove.
15975         (canlock-openssl-program): Remove.
15976         (canlock-openssl-args): Remove.
15977         (canlock-ignore-errors): Remove.
15978         (canlock-sha1-with-openssl): Remove.
15979         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15980         (canlock-verify): Don't use canlock-ignore-errors.
15981
15982         * sha1-el.el (sha1-string-external): Make it can return a string
15983         in binary form.
15984         (sha1-region-external): Ditto.
15985         (sha1-string-internal): Ditto.
15986         (sha1-region-internal): Ditto.
15987         (sha1-region): Ditto.
15988         (sha1-string): Ditto.
15989         (sha1): Ditto.
15990
15991 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15992
15993         * spam.el (spam-report-articles-gmane): New command.
15994
15995 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15996
15997         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15998
15999         * run-at-time.el (run-at-time-saved): Remove.
16000         (run-at-time): Doc fix.
16001
16002 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16005         (gnus-summary-limit-map): Add it.
16006         (gnus-summary-make-menu-bar): do.
16007
16008 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16011         Make attempt at some caching support (done for BBDB only now).
16012         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16013         addresses to be checked.
16014         (spam-clear-cache-BBDB): Add function, to be invoked by
16015         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16016         (spam-check-BBDB): Check and use the caches, if
16017         spam-cache-lookups is on, remove superfluous (provide).
16018
16019 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16022
16023 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16024
16025         * run-at-time.el (run-at-time-saved): Move to after the definition
16026         of `run-at-time'.
16027
16028         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16029
16030 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16033         mm-w3m-local-map-property.
16034
16035         * mm-view.el (mm-w3m-mode-map): Remove.
16036         (mm-w3m-local-map-property): Remove.
16037         (mm-inline-text-html-render-with-w3m): Don't use
16038         mm-w3m-local-map-property.
16039
16040 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041
16042         * run-at-time.el: New file.
16043
16044         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16045         under Emacs.
16046
16047         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16048         of gnus-set-text-properties.
16049
16050         * gnus-uu.el (gnus-uu-save-article): Ditto.
16051
16052         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16053
16054         * gnus-cite.el (gnus-cite-parse): Ditto.
16055
16056         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16057         of gnus-.
16058
16059         * gnus-xmas.el (run-at-time): Require run-at-time.
16060
16061         * gnus.el: Changed calls to nnheader-run-at-time and
16062         password-run-at-time throughout to use run-at-time directly.
16063
16064         * password.el: Removed definition of run-at-time.
16065
16066         * nnheaderxm.el: Remove definition of run-at-time.
16067
16068 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16069
16070         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16071         in prompt.
16072
16073 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16074
16075         * messagexmas.el (message-xmas-redefine): Alias
16076         `message-make-caesar-translation-table' to
16077         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16078         version.
16079
16080         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16081         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16082         `gnus-xmas-set-text-properties'.
16083         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16084         `gnus-xmas-completing-read'.
16085         (gnus-xmas-completing-read): Removed.
16086         (gnus-xmas-open-network-stream): Removed.
16087
16088         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16089         XEmacs version.
16090
16091         * dns.el (dns-make-network-process): Use `open-network-stream'
16092         instead of `gnus-xmas-open-network-stream'.
16093
16094         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16095
16096         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16097
16098 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16099
16100         * gnus-art.el (gnus-mime-display-alternative)
16101         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16102         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16103         Don't use gnus-local-map-property.
16104
16105         * gnus-util.el (gnus-local-map-property): Remove.
16106
16107         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16108         gnus-completing-read-maybe-default with completing-read.
16109
16110         * gnus-util.el (gnus-completing-read): do.
16111         (gnus-completing-read-maybe-default): Remove.
16112
16113 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16114
16115         * password.el: Only autoload `run-at-time' if not XEmacs.
16116         Only autoload the itimer functions if XEmacs.
16117
16118 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16121         XEmacsen.
16122
16123         * dgnushack.el: Autoload executable-find for XEmacs.
16124
16125 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * gnus-art.el (gnus-read-string): Remove.
16128         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16129         read-string.
16130
16131 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16132
16133         * netrc.el: Autoload password-read.
16134         (netrc): Add configuration group.
16135         (netrc-encoding-method, netrc-openssl-path): Add
16136         variables for encoding and decoding of files with symmetric
16137         ciphers.
16138         (netrc-encode): Add assistant function to encode a file with
16139         netrc-encoding-method.
16140         (netrc-parse): Add interactive parameter, added optional
16141         decoding if netrc-encoding-method is non-nil but otherwise
16142         behavior is standard.
16143         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16144         Do s/encode/encrypt/ everywhere.
16145
16146         * spam.el: Remove executable-find autoload.
16147
16148 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16149
16150         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16151
16152         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16153
16154 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16155
16156         * gnus-art.el (gnus-treat-ansi-sequences)
16157         (article-treat-ansi-sequences): New variable and function.
16158         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16159
16160         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16161         Use it.
16162
16163 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16164
16165         * mm-util.el (mm-quote-arg): Remove.
16166
16167         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16168         shell-quote-argument.
16169
16170         * gnus-uu.el (gnus-uu-command): do.
16171
16172         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16173
16174         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16175         with make-char.
16176
16177         * mm-util.el (mm-make-char): Remove.
16178
16179         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16180         add-minor-mode.
16181
16182         * gnus-undo.el (gnus-undo-mode): do.
16183
16184         * gnus-topic.el (gnus-topic-mode): do.
16185
16186         * gnus-sum.el (gnus-dead-summary-mode): do.
16187
16188         * gnus-start.el (gnus-slave-mode): do.
16189
16190         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16191
16192         * gnus-ml.el (gnus-mailing-list-mode): do.
16193
16194         * gnus-gl.el (gnus-grouplens-mode): do.
16195
16196         * gnus-draft.el (gnus-draft-mode): do.
16197
16198         * gnus-dired.el (gnus-dired-mode): do.
16199
16200         * gnus-ems.el (gnus-add-minor-mode): Remove.
16201
16202         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16203         Replace gnus-char-width with char-width.
16204
16205         * gnus-ems.el (gnus-char-width): Remove.
16206
16207         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16208         Replace gnus-char-width with char-width.
16209
16210         * gnus-ems.el (gnus-char-width): Remove.
16211
16212         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16213         definition.
16214         Remove Emacs 20 hash table compatibility code.
16215
16216         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16217         20 compatibility code.
16218
16219         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16220
16221         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16222
16223         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16224         with point-at-{eol,bol}.
16225
16226         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16227
16228         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16229
16230         * flow-fill.el (fill-flowed-point-at-bol)
16231         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16232
16233         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16234         Replace with point-at-{eol,bol} throughout all files.
16235
16236 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * ntlm.el (ntlm-string-as-unibyte): New macro.
16239         (ntlm-build-auth-response): Use it.
16240
16241         Remove Emacs 20 stuff:
16242         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16243         (butlast, mapc, remove): Remove the compiler macros.
16244         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16245         of delq and copy-sequence.
16246         * gnus-art.el (popup-menu): Remove the compiler macro.
16247         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16248         Emacs 20.
16249
16250 2004-01-05  Simon Josefsson  <jas@extundo.com>
16251
16252         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16253         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16254         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16255         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16256         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16257         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16258         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16259         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16260         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16261         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16262         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16263         string-xor into ntlm-string-xor.  Suggested by
16264         Jesper Harder <harder@myrealbox.com>.
16265
16266         * ntlm.el: Don't include poem.
16267
16268         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16269         Jesper Harder <harder@myrealbox.com>.
16270
16271         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16272
16273         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16274         probably breaks emacs with DL patch, but do we care? Is anyone
16275         still using the DL stuff?)
16276
16277         * sieve-manage.el: Use the password package.
16278         (sieve-manage-read-passwd): Remove.
16279         (sieve-manage-interactive-login): Use password.  Re-add
16280         condition-case around loop.
16281
16282         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16283         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16284         the password package.
16285
16286 2003-02-19  Simon Josefsson  <jas@extundo.com>
16287
16288         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16289         token.
16290
16291 2002-08-07  Simon Josefsson  <jas@extundo.com>
16292
16293         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16294         (sieve-manage-authenticators):
16295         (sieve-manage-authenticator-alist): Add some SASL mechs.
16296         (sieve-sasl-auth): New function.
16297         (sieve-manage-cram-md5-auth):
16298         (sieve-manage-plain-auth): Rewrite using SASL library.
16299         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16300         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16301         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16302         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16303
16304 2004-01-05  Simon Josefsson  <jas@extundo.com>
16305
16306         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16307         New files.
16308
16309 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16310
16311         * gnus-group.el (gnus-no-groups-message): Update.
16312
16313         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16314
16315 2003-11-09  Simon Josefsson  <jas@extundo.com>
16316
16317         * imap.el: Support for ID IMAP extension (RFC 2971).
16318         (imap-local-variables): Add imap-id.
16319         (imap-id): New variable.
16320         (imap-id): New function.
16321         (imap-parse-response): Parse untagged ID response.
16322         * nnimap.el (nnimap-id): New variable.
16323         (nnimap-open-connection): Use it.
16324
16325 2003-12-28  Simon Josefsson  <jas@extundo.com>
16326
16327         * gnus-score.el (gnus-score-edit-all-score): New.
16328         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16329
16330 2004-01-04  Simon Josefsson  <jas@extundo.com>
16331
16332         * password.el: Add.
16333
16334 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16335
16336         * dns.el (dns-query-types): Fix typo.
16337         (dns-query-types): New function.
16338         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16339         PTR and SOA replies, see RFC 1035.
16340
16341 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16342
16343         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16344
16345         * Moved to Changelog.2.
16346
16347 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16348
16349         * gnus.el (gnus-version-number): Bump version.
16350
16351 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16352
16353         * gnus.el: No Gnus v0.1 is released.
16354
16355 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16356
16357         * gnus.el: No Gnus v0.0 is released.
16358
16359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16360
16361         * gnus.el (gnus-version-number): Bump.
16362         (gnus-version): No.
16363
16364 See ChangeLog.2 for earlier changes.
16365
16366     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16367       Free Software Foundation, Inc.
16368
16369   This file is part of GNU Emacs.
16370
16371   GNU Emacs is free software: you can redistribute it and/or modify
16372   it under the terms of the GNU General Public License as published by
16373   the Free Software Foundation, either version 3 of the License, or
16374   (at your option) any later version.
16375
16376   GNU Emacs is distributed in the hope that it will be useful,
16377   but WITHOUT ANY WARRANTY; without even the implied warranty of
16378   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16379   GNU General Public License for more details.
16380
16381   You should have received a copy of the GNU General Public License
16382   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16383
16384 ;; Local Variables:
16385 ;; coding: utf-8
16386 ;; fill-column: 79
16387 ;; add-log-time-zone-rule: t
16388 ;; End: