When using the development version of Gnus, load the gnus-load file.
[gnus] / lisp / ChangeLog
1 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4         comments.
5         (gnus-methods-sloppily-equal): New function.
6         (gnus): When using the development version of Gnus, load the gnus-load
7         file.
8
9         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10         `gnus-open-server' on each method before trying to scan them etc.  This
11         ensures that all the backend parameters are set correctly.
12
13         * nnimap.el (nnimap-authenticator): New variable.
14         (nnimap-open-connection): Allow anonymous login.
15         (nnimap-transform-headers): The chars header is called Chars not
16         Bytes.
17         (nnimap-wait-for-response): Don't infloop if the IMAP connection
18         drops.
19
20         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
21         patch, found by Knut Anders Hatlen.
22
23 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
24
25         * gnus-agent.el (gnus-agent-batch-confirmation)
26         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
27         to gnus-message.
28         * gnus-art.el (gnus-article-describe-briefly): Likewise.
29         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
30         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
31         * gnus-int.el (gnus-open-server): Likewise.
32         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
33         (gnus-score-check-syntax): Likewise.
34         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
35         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
36         Likewise.
37         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
38
39 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
42         calling conventions so that prefetch doesn't bug out.
43
44 2010-09-19  Julien Danjou  <julien@danjou.info>
45
46         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
47         rather than `subst-char-in-region' in order to be able to replace ASCII
48         char by UTF-8 ones.
49
50         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
51         than curl.
52         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
53         the right URL and ALT text on images.
54         (gnus-html-wash-tags): Fix tag case.
55         Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
56         (gnus-article-html): Add -o display_ins_del=2 option.
57         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
58
59 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
62         the extra mail headers, which sometimes seem to happen for unknown
63         reasons.
64
65         * mail-parse.el (mail-header-encode-parameter): Define as
66         rfc2045-encode-string instead of as rfc2231-encode-string, since some
67         (or most, perhaps?) mail readers don't understand the latter, but do
68         understand the former.
69
70         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
71         to nil, so that no methods are automatically agentized.  I think this
72         is probably what most users want.
73
74         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
75         from url-retrieve, for instance about invalid URLs.
76
77         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
78         groups that have no articles.
79         (nnimap-request-article): Check that we really got an article when we
80         requested one.
81
82         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
83         doesn't exist.
84
85         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
86         nntp buffer so the agent can save it.
87         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
88         that CRLF doesn't get translated to \n.
89         (nnimap-open-connection): Don't make 'shell commands only send \n.
90
91 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
92
93         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
94         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
95         Update var name.
96         (nnml-generate-nov-file): Use dolist.
97         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
98         Use with-current-buffer.
99
100 2010-09-18  Julien Danjou  <julien@danjou.info>
101
102         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
103         parallel.
104
105 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * nnimap.el (nnimap-update-info): When doing partial marks update, get
108         the range update right.
109         (nnimap-request-group): Don't make `M-g' bug out on group with no
110         marks.
111         (nnoo): Required, so that other packages can require nnimap.
112         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
113         command we're looking for.  This helps when the server sends more
114         responses after we've gotten everything we expected.
115         (nnimap): Add a `newlinep' field to keep track of end-of-line
116         conventions.
117         Don't send CRLF to things that don't want it.
118         (nnimap-request-accept-article): Ditto.
119
120 2010-09-18  Julien Danjou  <julien@danjou.info>
121
122         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
123         than curl to retrieve images.
124
125 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * nnimap.el (nnimap-update-info): Extend the info so that we can set
128         the marks.
129         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
130         (nnimap-wait-for-connection): New function.
131         (nnimap-open-connection): If we have PREAUTH, don't query for login
132         credentials.
133         (nnimap-update-info): Fix off-by-one error when concatenating ranges
134         when doing a partial update.
135
136 2010-09-18  Julien Danjou  <julien@danjou.info>
137
138         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
139         tags.
140
141 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * nnimap.el (nnimap-credentials): New function.
144         (nnimap-open-connection): Use the new function to look for credentials
145         also on the numeric equivalents of "imap" and "imaps".
146
147         * gnus-start.el (gnus-activate-group): Send the info to
148         gnus-request-group.
149
150         * nnimap.el (nnimap-request-group): Have the "check" version of the
151         function parse flags and update the info, so that a `M-g' get a total
152         resync of all flags from the group.
153
154         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
155         to allow backends to alter the info on group selection.  Also alter all
156         the backend -request-group functions to take the parameter.
157
158         * nnimap.el (nnimap-store-info): New function.
159         (nnimap-update-info): Store the info for later usage.
160         (nnimap-request-group): Use the stored info for the dont-check case, so
161         that we don't retrieve all marks when we enter a group.
162
163         * nnimap.el: Use deffoo instead of defun for interface functions.
164
165         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
166         update the group info.  This makes the nndraft groups, for instance, go
167         back to their old behaviour.
168
169         * gnus-sum.el (gnus-select-newsgroup): Indent.
170
171         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
172         in.
173         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
174         nothing.
175
176         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
177         from methods that are denied.
178
179         * gnus-int.el (gnus-method-denied-p): New function.
180
181         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
182         store the password instead of netrc.
183         (nnimap-open-connection): Don't error out when we can't make a
184         connections.
185
186         * auth-source.el (auth-source-create): In the password prompt, say what
187         we're querying for.  Also prompt for user name if that hasn't been
188         given.
189
190         * nnimap.el (nnimap-with-process-buffer): Removed.
191
192 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
195         method when we're reading from the agent.
196
197         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
198
199         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
200         that's probably most useful for users.
201
202         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
203         "failed" all the time.
204
205         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
206         ...)) with (with-current-buffer ... ).
207
208         * nntp.el (nntp-open-server): Return whether the open was successful or
209         not.
210
211         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
212         select an unread unseen article first.
213
214         * nnimap.el (nnimap-open-connection): If the user doesn't have a
215         /etc/services, supply some sensible port defaults.
216
217         * dgnushack.el: Define netrc-credentials.
218
219 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
220
221         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
222
223 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
224
225         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
226         doesn't have any parameters.
227
228 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
231         only upcased checks.
232
233         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
234
235         * nnimap.el (nnimap-open-shell-stream): New function.
236         (nnimap-open-connection): Use it.
237         (nnimap-transform-headers): Get the number of lines in each message.
238         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
239         number of lines.
240         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
241         problem.
242
243         * utf7.el (utf7-encode): Autoload.
244
245         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
246         to allow the mail splitting to not return a default group.  This is
247         useful for nnimap, which will leave unmatched mail in the inbox.
248
249         * nnimap.el: Rewritten.
250
251         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
252         nnimap usage.
253
254         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
255         if the move is internal, so that nnimap can do fast internal moves.
256
257         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
258         data.
259         (gnus-read-active-for-groups): Support finishing the early retrieval of
260         data.
261
262         * gnus-range.el (gnus-range-nconcat): New function.
263
264         * gnus-int.el (gnus-finish-retrieve-group-infos)
265         (gnus-retrieve-group-data-early): New functions.
266
267 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
268
269         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
270         (nnrss-retrieve-groups):
271         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
272         (pop3-quit): Use with-current-buffer.
273
274 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
277         instead of nnheader-accept-process-output.
278
279         * dgnushack.el (dgnushack-compile): Add comment.
280
281         * lpath.el: No need to fbind propertize for XEmacs 21.4.
282
283         * gnus-html.el (gnus-html-schedule-image-fetching)
284         (gnus-html-prefetch-images): Replace process-kill-without-query by
285         gnus-set-process-query-on-exit-flag.
286
287 2010-09-16  Romain Francoise  <romain@orebokech.com>
288
289         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
290
291 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-registry.el (gnus-registry-install-shortcuts): The second
294         parameter to unintern is mandatory-ish in Emacs 24.
295
296         * gnus-html.el (gnus-html-schedule-image-fetching)
297         (gnus-html-prefetch-images): Check for curl before using it.
298
299         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
300         depend on curl, which isn't essential.
301
302         * imap.el: Revert back to version
303         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
304         seem problematic.
305
306 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
307
308         * gnus-registry.el (gnus-registry-install-shortcuts):
309         Explicitly pass `obarray' to `unintern' to avoid a warning.
310
311 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
314         change.
315
316         * nnrss.el (nnrss-request-list): Removed this function and related
317         functions, including the moreover stuff.
318
319 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * nnrss.el (nnrss-retrieve-groups): New function.
322
323 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
324
325         * .dir-locals.el: Add no-byte-compile cookie.
326
327 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * time-date.el (format-seconds): Comment fix.
330
331         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
332         for back end that doesn't support request-scan.
333
334 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
337         then do request scans from the backends.
338
339         * netrc.el (netrc-credentials): New conveniency function.
340
341         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
342         avoid running a hook per line, since this takes a lot of time,
343         profiling shows.
344         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
345         directly if gnus-visual-p is true.
346
347 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
350         groups; replace mapcar with dolist which is a bit faster; pass groups
351         info to gnus-read-active-file-1.
352         (gnus-read-active-file-1): Scan only specified groups if the new
353         optional arg `infos' is given.
354
355 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
358
359         * pop3.el (pop3-movemail): Removed.
360         (pop3-streaming-movemail): Renamed to pop3-movemail.
361
362         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
363         don't restrict end-tag searches to the end of the line.
364
365 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
368         articles of every unchecked group to t, which means unknown since the
369         server has never been opened.
370
371 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-html.el (gnus-html-show-alt-text): New command.
374         (gnus-html-browse-image): Ditto.
375         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
376         to browse the image directly.
377         (gnus-html-wash-tags): Search for images first, so that <a><img> works
378         better.
379
380         * gnus-async.el (gnus-async-article-callback): Call
381         `gnus-html-prefetch-images' unconditionally.
382
383         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
384         before feeding URLs to curl.
385
386 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
389         internal images as deletable by `W D D'.
390
391         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
392         (gnus-async-article-callback): Fix typo.
393
394 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
397         current line to work around bugs in the output from w3m.
398
399         * gnus-async.el (gnus-async-article-callback): Always prefetch images
400         for groups that want that.
401
402         * nntp.el (nntp-wait-for-string): Supply a timeout for
403         accept-process-output to ensure progress.
404
405         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
406         level to get unread articles from, then use that for foreign groups,
407         too.
408
409         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
410         confuses the rest of the function.
411
412         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
413         for the methods that support -retrieve-groups, too.
414
415         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
416
417 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
420         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
421
422         * pop3.el: Require cl when compiling.
423         (pop3-number-of-responses): Search for "+OK", not "+OK ".
424
425 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
428         that aren't going to be activated.
429         (gnus-get-unread-articles): Fix up the last commit.
430
431         * gnus-html.el (gnus-article-html): Allow calling without specifying
432         the handle.  In that case, dissect the buffer first.
433
434         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
435
436         * nnimap.el (nnimap-open-connection): Revert the change that would look
437         into authinfo for imaps instead of imap.
438
439         * gnus-start.el (gnus-activate-group): Take an optional parameter to
440         say that you don't want to call gnus-request-group with don-check, but
441         do check the reponse.  This is for virtual groups only.
442         (gnus-get-unread-articles): Count the archive groups as secondary, so
443         that they're activated the same way as before.
444
445         * imap.el (imap-message-map): Removed optional buffer parameter, since
446         no callers use it.
447         (imap-message-get): Ditto.
448         (imap-message-put): Ditto.
449         (imap-mailbox-map): Ditto.
450         (imap-mailbox-put): Ditto.
451         (imap-mailbox-get): Ditto.
452         (imap-mailbox-get): Revert last change for this function.
453
454         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
455         case-insensitively.
456         (nnimap-debug): Removed.
457
458         * imap.el (imap-fetch-safe): Removed function, and altered all callers
459         to use `imap-fetch' instead.  According to the comments, this should be
460         safe, since all other IMAP clients use the 1:* syntax.
461         (imap-enable-exchange-bug-workaround): Removed.
462         (imap-debug): Removed -- doesn't seem very useful.
463
464         * mail-source.el (mail-source-fetch): Don't message if we're fetching
465         mail from a file, and the file doesn't exist.
466
467         * imap.el (imap-log): New convenience function used throughout instead
468         of repeating the same code all over the place.
469
470         * pop3.el (pop3-streaming-movemail): Return t for success.
471
472         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
473         .authinfo if we're using ssl connection.
474
475         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
476         already have if we're in a main Gnus `g' run.
477
478         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
479
480 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
483
484         * nnmh.el (nnmh-request-list-1): Bind `file'.
485
486         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
487         alias to set-process-query-on-exit-flag or process-kill-without-query.
488         (pop3-open-server): Use it.
489
490 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * mail-source.el (mail-source-delete-crash-box): Always move the crash
493         box to the Incoming file.  Fixes mistake in previous checkin.
494
495         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
496         request loop (for debugging purposes) removed.
497
498         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
499         culprit is more visible.
500         (nnml-save-incremental-nov, nnml-open-incremental-nov)
501         (nnml-add-incremental-nov): New functions to do "incremental" nov
502         updates, where we just append to the end of the existing nov files
503         without reading/writing them in full.
504
505         * mail-source.el (mail-source-delete-crash-box): Really only check the
506         incoming files once in a while.
507
508         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
509
510         * mail-source.el (mail-source-delete-crash-box): Only check the
511         incoming files for deletion once per day to save a lot of file
512         accesses.
513
514         * pop3.el (pop3-logon): Fix up unbound variable typo.
515
516         * mail-source.el (pop3-streaming-movemail): Autoload.
517
518         * pop3.el (pop3-streaming-movemail): Respect
519         pop3-leave-mail-on-server.
520
521         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
522         retrieval.
523
524         * pop3.el (pop3-process-filter): Removed unused function.
525         (pop3-streaming-movemail, pop3-send-streaming-command)
526         (pop3-wait-for-messages, pop3-write-to-file)
527         (pop3-number-of-responses): New functions for streaming pop3
528         retrieval.
529
530         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
531         come from no known methods.
532         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
533         list.
534
535         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
536         message sizes.
537         (pop3-movemail): Use erase-buffer instead of looping and deleting
538         regions, which seems rather odd.
539
540         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
541         file once per `g' run.
542
543         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
544         directories.  This makes the draft queue directory work.
545
546         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
547         data from the backends, so that we only request the list of groups from
548         each method once.  This should speed things up considerably.
549
550         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
551         detect that it's not implemented.
552
553         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
554         we actually do recurse down into the tree, but don't stat all leaf
555         nodes.
556
557         * gnus-html.el (gnus-html-show-images): If there are no images to show,
558         then say so instead of bugging out.
559
560         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
561         files exist before trying to read them.
562
563         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
564         around <pre_int>.
565
566         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
567
568         * nnmh.el (nnmh-request-list-1): Optimize for speed.
569
570 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * mm-util.el (mm-image-load-path): Just return the image directories,
573         not all directories in the path in addition to the image directories.
574         (mm-image-load-path): Maintain a cache of the image directories so that
575         the `g' command in Gnus doesn't have to stat dozens of directories each
576         time.
577
578         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
579         (gnus-html-wash-tags): Add a new `i' command to insert images.
580         (gnus-html-insert-image): New command and keystroke.
581         (gnus-html-redisplay-with-images): New command and keystroke.
582         (gnus-html-show-images): Renamed command.
583         (gnus-html-wash-tags): Remove more white space before <pre_int> image
584         spacers.
585         (gnus-html-wash-tags): Decode entities at the end, so that entities
586         inside the tags don't mess up the rest of the "parsing".
587
588         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
589         so that nnimap methods aren't agentized by default.  There's apparently
590         many problems related to agent/imap behaviour.
591
592         * gnus-art.el (gnus-article-copy-string): New command and key binding.
593
594         * gnus-html.el: Doc fix.
595
596 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
599         specifier-spec-list for Emacs 21.
600
601         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
602         glyph-width and glyph-height instead of display-graphic-p and
603         image-size; make avoidance of displaying small images work for XEmacs.
604
605         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
606         for XEmacs.
607
608         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
609         of symbol that holds plist data.
610         (gnus-process-plist): Remove plist of process after getting it.
611
612 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * message.el (message-generate-hashcash): Change default to
615         'opportunistic if hashcash is installed.
616
617         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
618         (gnus-html-put-image): Only call image-size once, since it's somewhat
619         time-consuming on remote X servers.
620
621 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
624         type on data, not a file name.
625
626         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
627         window-pixel-edges for Emacs 21.
628
629         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
630         decoded contents.
631         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
632
633 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
636         group line format, since it isn't very interesting.
637
638         * gnus-agent.el (gnus-agent-short-article),
639         (gnus-agent-long-article): Increase values for these two variables,
640         since most people are likely to have more network connection and
641         storage than before.
642
643         * gnus.el (gnus-refer-article-method): Change default to 'current.
644         When referring an article, the common behaviour is to refer it from the
645         current select method, not the native select method.  The chances of
646         the native select method having the message in question is rather slim
647         these days.
648
649         * gnus-sum.el (gnus-auto-select-subject): Change default to
650         `unseen-or-unread'.  I think it's likely that most people want to
651         select an unseen article over a previously seen, but unread one.
652
653         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
654         means that in the article buffer none of the minor mode elements will
655         be shown, usually, and this is not desirable in most cases.
656
657         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
658         that commands like `d' (and the like) go to the next line in the
659         buffer, instead of the next unread article.  I think this is the
660         behaviour that is most natural for most users.
661         (gnus-single-article-buffer): Change default to nil, so that people can
662         have as many article buffers open as they have summary buffer.  I think
663         this is the most natural way for the groups to behave.
664
665         * message.el (message-generate-new-buffers): Change default to
666         `unsent', so that all new message buffers start their names with the
667         string "*unsent", and it's easier to find the buffers if you move from
668         them.
669
670 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
673         small. They're probably tracking images.
674         (gnus-html-wash-tags): Remove all <pre_int> place holders.
675         (gnus-html-rescale-image): Yet another try at getting the image sizing
676         right.
677
678         * nntp.el (nntp-request-set-mark): Refuse to do marks if
679         nntp-marks-file-name is nil.
680
681 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
682
683         * gnus-html.el (gnus-html-wash-tags)
684         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
685         Better logging.
686
687 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
690
691         * gnus-html.el (gnus-html-wash-tags): Check the value of
692         gnus-blocked-images in the summary buffer.
693
694 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
697
698 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
701         like "a", it seems like.
702         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
703         since it needs to be picked from the correct buffer.
704
705         * nnwfm.el: Removed.
706
707         * nnlistserv.el: Removed.
708
709 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
710
711         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
712         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
713
714 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * nnkiboze.el: Removed.
717
718         * nndb.el: Removed.
719
720         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
721         alt text.
722         (gnus-html-rescale-image): Try to get the rescaling logic right for
723         images that are just wide and not tall.
724
725         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
726         overshadow variable bindings.
727
728 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
729
730         * gnus-html.el (gnus-html-wash-tags)
731         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
732         extra logging.
733
734 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
737         (gnus-max-image-proportion): New variable.
738         (gnus-html-rescale-image): New function.
739         (gnus-html-put-image): Rescale images.
740
741 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
742
743         Fix up some byte-compiler warnings.
744         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
745         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
746         (gnus-article-fill-cited-article, gnus-article-hide-citation)
747         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
748         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
749         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
750         (gnus-group-update-group): Use save-excursion and with-current-buffer.
751
752 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-html.el (gnus-article-html): Decode contents by charset.
755
756 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
759         (gnus-html-frame-width, gnus-blocked-images)
760         * message.el (message-prune-recipient-rules): Add custom version.
761         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
762
763         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
764         functions.
765
766         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
767         gnus-process-get.
768
769 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
770
771         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
772         instead of lsub directly.
773
774 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * nnwarchive.el: Removed.
777
778         * gnus-soup.el: Removed.
779
780         * nnsoup.el: Removed.
781
782         * nnultimate.el: Removed.
783
784         * gnus-html.el (gnus-blocked-images): New variable.
785
786         * message.el (message-prune-recipients): New function.
787         (message-prune-recipient-rules): New variable.
788
789         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
790         guess whether a long line is natural text or not.
791
792         * gnus-html.el (gnus-html-schedule-image-fetching): Use
793         gnus-process-plist and friends for compatibility.
794
795 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
796
797         * gnus-html.el: Require packages that define macros used in this file.
798         (gnus-article-mouse-face): Declare to silence byte-compiler.
799         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
800         process-get.
801         (gnus-html-put-image): Use plist-get to avoid getf.
802         (gnus-html-prefetch-images): Use with-current-buffer.
803
804 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-ems.el: Provide compatibility functions for
807         gnus-set-process-plist.
808
809         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
810         header-line-format for XEmacs 21.4.
811
812         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
813         * gnus.el (gnus-valid-select-methods)
814         * message.el (message-send-mail-partially-limit)
815         * mm-decode.el (mm-text-html-renderer)
816         * mml.el (mml-insert-mime-headers-always)
817         * smiley.el (smiley-regexp-alist): Bump custom version.
818
819 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-html.el: require mm-url.
822         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
823         with the url to `url'.
824         (gnus-html-wash-tags): Support cid: URLs/images.
825
826 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
829         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
830         bindings, as they aren't useful at all. `w' is moved to `W w'.
831
832         * gnus-move.el: Removed file, since it doesn't really work.
833
834         * gnus-html.el (gnus-article-html): Tell w3m that the input is
835         UTF-8. This seems to fix problems with some German web feeds.
836
837         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
838         at the top so that the proper colours are applied.
839
840         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
841         don't have dots in their names.
842
843         * gnus-art.el (gnus-article-view-part): Doc fix.
844
845         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
846         XEmacs-compatible.
847         (gnus-html-put-image): Don't do images on non-graphic displays.
848
849         * nnslashdot.el: Removed this unused backend.
850
851         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
852         actions.
853         (gnus-undo-register-1): Revert last change.
854
855         * gnus-group.el (gnus-group-completing-read): Protect against not
856         having completion-styles bound.
857
858         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
859         make broken recipients happier.
860
861         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
862
863         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
864         point parameter.
865
866         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
867
868         * gnus-group.el (gnus-group-completing-read): Add 'substring to
869         completion-styles for group selection.
870
871 2009-02-04  Andreas Schwab  <schwab@suse.de>
872
873         * gnus-score.el (gnus-score-string): Fix regex for matching extra
874         headers and regexp-quote the match if necessary.
875
876 2009-03-24  Miles Bader  <miles@gnu.org>
877
878         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
879         the blinking smiley.
880
881 2009-03-24  Simon Josefsson  <simon@josefsson.org>
882
883         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
884         blink smiley.
885
886 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
889         where the dribbel file lives exists.
890
891         * message.el (message-send-mail-partially-limit): Change the default to
892         nil, since most people don't want this.
893
894         * mm-url.el (mm-url-decode-entities): Also decode entities like
895         &#x3212.
896
897 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
898
899         * gnus-sum.el (gnus-summary-idna-message):
900         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
901         Hyperlink urls in docstrings with URL `...'.
902
903 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
904
905         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
906         functions.
907
908 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
911         say what the mouseover text should be.
912
913         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
914         version of the mm-w3m-safe-url-regexp variable to only download images
915         in the groups where we want that to happen.
916
917         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
918
919         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
920         easier debugging.
921         (gnus-article-beginning-of-window): Add kludge to allow spacing past
922         big pictures in the article buffer.
923
924         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
925         gnus-article-html.
926         (mm-text-html-renderer): gnus-article-html needs curl in addition to
927         w3m.
928
929         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
930
931 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
934         which doesn't exist.
935
936         * message.el (message-inhibit-ecomplete): New variable to allow some
937         function to inhibit ecomplete address storage.
938         (message-resend): Disable ecomplete message storage when resending
939         messages.
940
941         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
942
943 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
946         Save excursion while copying, moving, and deleting articles in order to
947         prevent the cursor from jumping to unforeseen place.
948
949 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * lpath.el: No need to bind bookmark-current-buffer,
952         bookmark-yank-point and bookmark-make-record-function.
953
954 2010-08-17  Glenn Morris  <rgm@gnu.org>
955
956         * gnus-sync.el: Require gnus components whose functions are used.
957
958         * gnus-art.el (bookmark-make-record-function):
959         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
960         Declare for compiler.
961
962         * mm-url.el (mml-compute-boundary): Autoload.
963
964 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
967
968 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
969
970         Typo fix "hoo4a" -> "hook".
971
972         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
973
974 2010-08-14  Glenn Morris  <rgm@gnu.org>
975
976         * gnus-sync.el (gnus-sync): Fix defgroup version.
977
978 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
979
980         Doc fixes and keep unknown groups (ammended for nunion bug fix).
981
982         * gnus-sync.el: Fix docs.
983         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
984         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
985
986 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
987
988         Optimizations for gnus-sync.el.
989
990         * gnus-sync.el: Add docs about gnus-sync-backend
991         possibilities.
992         (gnus-sync-save): Remove unnecessary message.
993         (gnus-sync-read): Optimize and show what groups were skipped.
994
995 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         Minor bug fixes for gnus-sync.el.
998
999         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1000         read the sync on get-new-news.
1001
1002         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1003         quiet.
1004
1005         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1006
1007 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1008
1009         Make saving and restoring of hidden threads work with overlays.
1010         Patch applied by Ted Zlatanov.
1011
1012         * gnus-sum.el (gnus-hidden-threads-configuration)
1013         (gnus-restore-hidden-threads-configuration): Update to deal with text
1014         properties, rather than searching for a magic character.
1015
1016 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1017
1018         New gnus-sync.el library for synchronization of marks.
1019
1020         * gnus-sync.el: New library for synchronization of marks.
1021
1022         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1023         renamed from `gnus-registry-grep-in-list'.
1024
1025         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1026
1027         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1028
1029 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1032         determining charset of text fails.
1033
1034 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * nnmail.el (nnmail-get-new-mail-1): Revert.
1037
1038         * nnml.el (nnml-active-number): Make sure names of newly created groups
1039         in nnml-group-alist are encoded.
1040
1041 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1044         containing non-ASCII characters in active file for nnml back end.
1045
1046 2010-07-24  David Engster  <dengste@eml.cc>
1047
1048         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1049         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1050
1051 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1052
1053         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1054         tag (Bug#6654).
1055
1056 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1059         the article buffer, not the summary buffer.
1060
1061 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1064         Emacs 23 as well.
1065
1066 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1069         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1070
1071 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1072
1073         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1074         Patch applied by Karl Fogel.
1075
1076         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1077         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1078
1079 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1080
1081         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1082         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1083         C-w still not working correctly from Article buffers; Thierry's
1084         patch to fix that will be applied after this.
1085
1086         * gnus-art.el (bookmark-make-record-function): New local variable.
1087
1088         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1089         article buffer.
1090         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1091
1092 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1093
1094         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1095         on changes in bookmark.el.
1096
1097 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1100         `no-log' instead of message not to log prompt string.
1101
1102 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1103
1104         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1105         the *other* type of HTML form submission.
1106
1107 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1108
1109         * auth-source.el (auth-source-pick): If choice does not contain a
1110         questioned keyword, set the check to t.
1111
1112 2010-06-12  Romain Francoise  <romain@orebokech.com>
1113
1114         * gnus-util.el (gnus-date-get-time): Move up before first use.
1115
1116 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1119         (gnus-article-edit-part): Bind it to make last part that is substituted
1120         or deleted visible.
1121         (gnus-mime-display-single): Buttonize part of which id equals to
1122         gnus-mime-buttonized-part-id.
1123
1124 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1125
1126         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1127         (gnus-dd-mmm): Use gnus-date-get-time.
1128         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1129         simplify logic.
1130         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1131         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1132
1133 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1134
1135         * auth-source.el (top): Autoload `secrets-list-collections',
1136         `secrets-create-item', `secrets-delete-item'.
1137         (auth-sources): Fix tag string.
1138         (auth-get-source, auth-source-retrieve, auth-source-create)
1139         (auth-source-delete): New defuns.
1140         (auth-source-pick): Rewrite in order to avoid 2 passes.
1141         (auth-source-forget-user-or-password): New parameter USERNAME.
1142         (auth-source-user-or-password): New parameters CREATE-MISSING and
1143         DELETE-EXISTING.  Retrieve password interactively, if needed.
1144
1145 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1146
1147         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1148         deleting unused directories when gnus-expert-user is t.
1149
1150 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1153         for each temp file when gnus-article-browse-delete-temp is ask.
1154
1155 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1156
1157         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1158         Lisp calls to delete-backward-char by calls to delete-char.
1159
1160 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1161
1162         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1163
1164 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1165
1166         * password-cache.el (password-cache-remove): Fix docstring.
1167
1168 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1171         article unless decoding article to be saved.
1172
1173 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1176         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1177         generated within the mm-with-unibyte-current-buffer macro.
1178
1179 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1182         to nil when we're in a mml-preview buffer and no group is selected.
1183
1184 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1185
1186         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1187         when catching the `C-g'.  Reported by "Leo".
1188
1189 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * message.el (message-forward-make-body-plain)
1192         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1193         multibyte-string-p.
1194
1195         * lpath.el: Revert.
1196
1197 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * message.el (message-forward-make-body-mml): Assume original message
1200         is multibyte string; error on unibyte.
1201         (message-forward-make-body-plain): Ditto; don't add excessive newline
1202         in body end.
1203
1204         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1205
1206 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1207
1208         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1209         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1210
1211 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * mm-extern.el (mm-extern-url): Don't use
1214         mm-with-unibyte-current-buffer.
1215         (mm-extern-cache-contents): Use with-current-buffer instead of
1216         save-excursion + set-buffer.
1217
1218 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * mm-util.el (mm-emacs-mule): Remove.
1221
1222 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1223
1224         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1225         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1226         change.
1227
1228 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1231         bind the default value of enable-multibyte-characters to nil.
1232
1233 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * message.el (message-forward-make-body-plain)
1236         (message-forward-make-body-mml):
1237         Don't use mm-with-unibyte-current-buffer.
1238
1239 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1240
1241         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1242
1243 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1244
1245         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1246         (Bug#5592).
1247
1248 2010-05-07  Julien Danjou  <julien@danjou.info>
1249
1250         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1251         it to mm-pipe-part.
1252
1253         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1254         it is given.
1255
1256 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * binhex.el (binhex-decode-region-internal)
1259         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1260         (dns-query)
1261         * nnweb.el (nnweb-gmane-search)
1262         * pgg-parse.el (pgg-parse-armor)
1263         * pgg.el (pgg-verify-region)
1264         * sha1.el (sha1-string-external)
1265         * uudecode.el (uudecode-decode-region-internal)
1266         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1267         XEmacs.
1268
1269         * gnus-art.el (gnus-article-browse-html-parts)
1270         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1271         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1272         make-temp-file.
1273
1274         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1275         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1276         compiling.
1277
1278         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1279         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1280         XEmacs when compiling.
1281
1282         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1283         gnus-pick-mode-off-hook for XEmacs when compiling.
1284         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1285         gnus-binary-mode-off-hook for XEmacs when compiling.
1286
1287         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1288         nil if char-charset is not available.
1289
1290         * imap.el (imap-disable-multibyte)
1291         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1292         macros.
1293
1294         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1295         instead of encode-coding-string.
1296
1297         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1298         'xemacs) instead of mm-emacs-mule to switch function definitions.
1299         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1300
1301         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1302         bind temporary-file-directory for XEmacs;
1303         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1304         timer-set-function for XEmacs 21.4 and SXEmacs;
1305         bind timer-list for XEmacs 21.4 and SXEmacs;
1306         fbind char-charset and find-charset-region for non-Mule XEmacs;
1307         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1308         encode-coding-region and encode-coding-string for XEmacs having no
1309         file-coding feature.
1310
1311 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1312
1313         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1314
1315 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1318         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1319
1320 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1321
1322         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1323         alias `jka-compr-delete-temp-file' no longer exists.
1324
1325 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1326
1327         Use define-minor-mode in Gnus where applicable.
1328         * mml.el (mml-mode): Use define-minor-mode.
1329         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1330         (gnus-undo-mode): Use define-minor-mode.
1331         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1332         (gnus-dead-summary-mode): Use define-minor-mode.
1333         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1334         Initialize in declaration.
1335         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1336         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1337         (gnus-mailing-list-mode): Use define-minor-mode.
1338         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1339         (gnus-draft-mode): Use define-minor-mode.
1340         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1341         (gnus-dired-mode): Use define-minor-mode.
1342
1343 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1344
1345         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1346         handles on recursive mml-to-mime translation and check them for
1347         boundary delimiter collisions.  Reported by Greg Troxel.
1348
1349 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1352
1353 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1354
1355         * mm-util.el (mm-find-buffer-file-coding-system):
1356         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1357
1358 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1359
1360         * message.el (message-generate-headers): Record insertion of optional
1361         headers as well.  Otherwise the check to prevent repeated insertion of
1362         optional headers is a no-op.
1363
1364 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * smime.el: Don't mention CVS.
1367
1368         * nnrss.el (nnrss-fetch): Don't mention CVS.
1369
1370         * nnir.el: Don't mention CVS.
1371
1372 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1373
1374         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1375
1376 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * lpath.el: Fbind bookmark-default-handler,
1379         bookmark-get-bookmark-record, bookmark-make-record-default,
1380         bookmark-prop-get for Emacs <23 and XEmacs.
1381
1382 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1383
1384         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1385         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1386         Use with-current-buffer to silence the byte-compiler.
1387         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1388         bother to require `gnus'.
1389         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1390
1391 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1392
1393         * gnus-sum.el (gnus-summary-bookmark-make-record)
1394         (gnus-summary-bookmark-jump): New functions.
1395         (gnus-summary-mode): Setup bookmark support.
1396
1397 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1398
1399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1400         if set.
1401
1402 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1405         gnus-article-browse-html-save-cid-image; make it work recursively for
1406         forwarded messages as well.
1407         (gnus-article-browse-html-parts): Work when prefix arg is given.
1408         (gnus-article-browse-html-article): Doc fix.
1409
1410 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1411
1412         * message.el (message-default-mail-headers):
1413         (message-default-headers): Carry the value mail-default-headers over
1414         into message-default-mail-headers, rather than message-default-headers.
1415
1416 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1417
1418         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1419         charset.
1420
1421         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1422         charset into the <meta> tag when the article is encoded to utf-8.
1423
1424 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1427         directories as well.
1428         (gnus-article-browse-html-parts): Work for images that do not specify
1429         file names; delete temp directory when quitting; insert header at the
1430         right place; use file: scheme for image files.
1431
1432 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1433
1434         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1435         (gnus-article-browse-html-parts): Use it to make temporary cid image
1436         files in addition to html file so that browser may display them.
1437
1438 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1441
1442 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1443
1444         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1445
1446 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1447
1448         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1449         about Secret Service API sources.  Improve Customize options.
1450         (auth-source-pick): Change to accept any number of search parameters.
1451         Implement fallbacks iteratively, not recursively.  Add scoring on the
1452         second pass and sort by score.  Call Secret Service API when needed.
1453         (auth-source-user-or-password): Use it.  Call Secret Service API
1454         directly when needed to get the user name and the password.
1455
1456 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1457
1458         * message.el (message-interactive): Doc fix.
1459         (message-qmail-inject-args): Reflow.
1460         (message-kill-to-signature): Fix typo in docstring.
1461
1462         * smiley.el (smiley-buffer): Fix typo in docstring.
1463
1464 2010-03-24  Glenn Morris  <rgm@gnu.org>
1465
1466         * mail-source.el (gnus-message): Declare.
1467         (mail-source-delete-old-incoming): Require gnus-util.
1468
1469 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1472
1473         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1474
1475         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1476         password-cache's default if it is not bound.
1477         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1478         password-cache-expiry's default if it is not bound.
1479
1480         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1481         available in Emacs 21.
1482
1483         * lpath.el: Suppress compiler warnings for:
1484         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1485         XEmacs;
1486         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1487         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1488         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1489
1490 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1491
1492         * auth-source.el (auth-sources): Fix up definition so extra parameters
1493         are always inline.
1494
1495 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1496
1497         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1498         wasn't updated after mismatch.  Clear cached mailbox info correctly
1499         when uidvalidity changes.
1500         (nnimap-group-prefixed-name): New function to avoid some code
1501         duplication.
1502         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1503         (nnimap-request-group): Use it.
1504         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1505         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1506         with many imap folders.  This is done by caching the group status from
1507         the imap server persistently in a group parameter `imap-status'.  (This
1508         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1509         but not persistently, so every Gnus startup was still very slow.)
1510
1511 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1512
1513         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1514         delete the extra newline.  Otherwise editing of :string and :number
1515         types don't work.
1516
1517 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1518
1519         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1520         secrets.el dependency.
1521         (auth-sources): Add optional user name.  Add secrets.el configuration
1522         choice (unused right now).
1523
1524 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1527         `gnus-registry-install-shortcuts' fill in the functions.
1528
1529         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1530         warnings.
1531         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1532         (gnus-registry-install-shortcuts): Populate and use it in a
1533         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1534
1535 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1536
1537         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1538         In-place substitutions for the group name encoding/decoding.
1539         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1540         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1541         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1542         (nnimap-update-unseen, nnimap-request-list)
1543         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1544         (nnimap-request-set-mark, nnimap-split-to-groups)
1545         (nnimap-split-articles, nnimap-request-newgroups)
1546         (nnimap-request-create-group, nnimap-request-accept-article)
1547         (nnimap-request-delete-group, nnimap-request-rename-group)
1548         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1549         `encoded-mbx' for consistency.
1550         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1551         variable `imap-current-mailbox'.
1552
1553         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1554         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1555
1556 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1557
1558         * pop3.el (pop3-display-message-size-flag): Display message size byte
1559         counts during POP3 download.
1560         (pop3-movemail): Use it.
1561         (pop3-list): Implement listing of available messages.
1562
1563 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1564
1565         * nnir.el (nnir-get-article-nov-override-function): New function to
1566         override the normal NOV retrieval.
1567         (nnir-retrieve-headers): Use it.
1568
1569 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1570
1571         * auth-source.el (netrc-machine-user-or-password): Autoload.
1572
1573 2010-03-19  Glenn Morris  <rgm@gnu.org>
1574
1575         Stop message.el from loading about 40 libraries it doesn't always need.
1576         The general approach is to autoload rather than require, and to
1577         require in the specific functions rather than the file.  (Bug#5642)
1578
1579         * gmm-utils.el: Don't require wid-edit.
1580         (widget-create-child-value, widget-convert, widget-default-get):
1581         Autoload.
1582
1583         * gnus-util.el: Don't require time-date, netrc.
1584         (message-fetch-field, gnus-group-name-decode): Declare rather than
1585         autoloading.
1586         (gnus-fetch-field): Require message.
1587         (gnus-decode-newsgroups): Require gnus-group.
1588
1589         * ietf-drums.el: Don't require time-date.
1590
1591         * message.el: Don't require hashcash, canlock, ecomplete.
1592         Do require mail-utils.  Require nnheader only when compiling.
1593         (smtpmail-default-smtp-server): Remove declaration.
1594         (message-send-mail-function): Check smtpmail-default-smtp-server
1595         is bound rather than requiring smtpmail.
1596         (message-auto-save-directory, message-insert-signature): Use
1597         expand-file-name rather than nnheader-concat.
1598         (nnheader-insert-file-contents): Autoload.
1599         (hashcash-wait-async): Declare.
1600         (message-send-mail): Only call gnus-setup-posting-charset if
1601         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1602         (message-send-mail-with-sendmail): Require sendmail.
1603         (canlock-password, canlock-password-for-verify): Declare.
1604         (message-canlock-password): Require canlock.
1605         (nnheader-get-report): Autoload.
1606         (gnus-setup-posting-charset): Declare.
1607         (message-send-news): Require gnus-msg.
1608         (message-make-references, message-make-in-reply-to): Use mail-header-id
1609         rather than the alias mail-header-message-id.
1610         (ecomplete-add-item, ecomplete-save): Declare.
1611         (message-put-addresses-in-ecomplete): Require ecomplete.
1612         (ecomplete-display-matches): Autoload.
1613
1614         * mm-decode.el: Don't require mailcap, gnus-util.
1615         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1616         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1617         Autoload.
1618         (mailcap-mime-extensions): Declare.
1619
1620         * mm-encode.el: Don't require mailcap.
1621         (mailcap-extension-to-mime): Autoload.
1622
1623         * mml-sec.el: Don't require password-cache.
1624
1625         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1626         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1627         (mml-minibuffer-read-type): Require mailcap.
1628         (mml-preview): Require gnus-msg.
1629
1630         * mml1991.el: Require password-cache.
1631         (password-cache-expiry): Remove declaration.
1632
1633         * mml2015.el: Require password-cache.
1634         (password-cache-expiry): Remove declaration.
1635
1636         * nneething.el (mailcap): Require mailcap.
1637
1638         * nnheader.el (declare-function): Add compatibility stub.
1639         (message-remove-header): Declare rather than autoload.
1640         (nnheader-replace-header): Require message.
1641
1642         * nnimap.el (declare-function): Add compatibility stub.
1643         (netrc-parse, netrc-machine-user-or-password): Declare.
1644         (nnimap-open-connection): Require netrc.
1645
1646         * nntp.el (declare-function): Add compatibility stub.
1647         (netrc-parse, netrc-machine, netrc-get): Declare.
1648         (nntp-send-authinfo): Require netrc.
1649
1650         * rfc2047.el: Don't require qp.
1651         (quoted-printable-encode-region, quoted-printable-decode-string):
1652         Autoload.
1653
1654         * sieve-mode.el: Don't require easymenu.
1655         (easy-menu-add-item): Autoload it.
1656
1657         * spam-stat.el (time-to-number-of-days): Autoload it.
1658
1659 2010-03-19  Glenn Morris  <rgm@gnu.org>
1660
1661         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1662
1663 2010-03-18  Glenn Morris  <rgm@gnu.org>
1664
1665         * hashcash.el (declare-function): Remove duplicate definition.
1666
1667 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1668
1669         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1670         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1671         value if any backslash escapes).
1672
1673 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1676         if it is available.  (bug#5647)
1677
1678         * lpath.el: Suppress compiler warning for coding-system-from-name for
1679         Emacs 21 and XEmacs.
1680
1681 2010-03-14  Juri Linkov  <juri@jurta.org>
1682
1683         * hmac-def.el:
1684         * hmac-md5.el:
1685         * netrc.el: Fix keywords.
1686
1687 2010-02-26  Glenn Morris  <rgm@gnu.org>
1688
1689         * message.el (message-send-mail-function): Change the default, so that
1690         it inherits from a customized send-mail-function.  (Bug#5643)
1691
1692 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1693
1694         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1695         shell-command-to-string signals an error (bug#5299).
1696
1697 2010-02-24  Glenn Morris  <rgm@gnu.org>
1698
1699         * message.el (message-smtpmail-send-it)
1700         (message-send-mail-with-mailclient): Doc fixes.
1701
1702 2010-02-16  Glenn Morris  <rgm@gnu.org>
1703
1704         * message.el (message-default-mail-headers): Change the default value
1705         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1706
1707 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1710         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1711
1712 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1713
1714         * time-date.el (date-to-time): Doc fix (Bug#5408).
1715
1716 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1717
1718         * message.el (message-mail): Just pass yank-action on to message-setup.
1719         (message-setup): Handle (FUN . ARGS) form of yank-action.
1720         (message-with-reply-buffer, message-widen-reply)
1721         (message-yank-original): Handle non-buffer values of
1722         message-reply-buffer (Bug#4080).
1723         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1724
1725 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1726
1727         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1728         Fix typo in docstring.
1729
1730 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1731
1732         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1733         response.
1734
1735 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1738
1739         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1740
1741         * message.el (message-check-news-header-syntax): Protect against a
1742         string that `rfc822-addresses' returns when parsing fails.
1743
1744 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1747         (gnus-previous-char-property-change): New functions.
1748
1749         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1750
1751 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1752
1753         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1754         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1755
1756 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1757
1758         * message.el (message-exchange-point-and-mark): Rework last change to
1759         avoid using optional arg of exchange-point-and-mark, for backward
1760         compatibility.
1761
1762 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1763
1764         * message.el (message-exchange-point-and-mark): Call
1765         exchange-point-and-mark with an argument rather than setting
1766         mark-active by hand (Bug#5175).
1767
1768 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * nntp.el (nntp-service-to-port): Work for service expressed with
1771         numeric string; replace [:digit:] with [0-9] for XEmacs.
1772
1773 2009-12-17  Glenn Morris  <rgm@gnu.org>
1774
1775         * gnus-group.el (gnus-bug-group-download-format-alist):
1776         Change emacs entry to debbugs.gnu.org.  Bump :version.
1777
1778 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1779
1780         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1781
1782 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1783
1784         * message.el (message-info): Explain why we use `Info-goto-node'.
1785
1786 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1789
1790 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1791
1792         * message.el (message-completion-in-region): New compatibility function.
1793         (message-expand-group): Use it.
1794
1795 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1798         with no unread article should be listed if the 2nd arg `predicate' is
1799         given.
1800
1801 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1804
1805 2009-11-29  Juri Linkov  <juri@jurta.org>
1806
1807         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1808         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1809         on `gnus-recenter'. (Bug#4698, Bug#4981)
1810
1811 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1812
1813         * sha1.el (sha1-string-external): default-directory "/" in case
1814         otherwise non-existent.  process-connection-type pipe for touch of
1815         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1816
1817 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1818
1819         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1820         it's comms related and sgml-mode.el has "comm" on that basis too.
1821
1822 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1825         containing tspecial characters if they have been already quoted.
1826
1827 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1828
1829         * dns-mode.el (auto-mode-alist): Purecopy string.
1830
1831 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1832
1833         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1834
1835 2009-10-24  Glenn Morris  <rgm@gnu.org>
1836
1837         * gnus-art.el (help-xref-stack-item): Define for compiler.
1838
1839 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1840
1841         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1842
1843 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1846
1847 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1850         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1851
1852 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1855         (gnus-overlays-in): New alias to overlays-in.
1856
1857         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1858         gnus-overlay-get, and gnus-delete-overlay.
1859         (gnus-summary-show-thread): Make it work as well for systems in which
1860         next-single-char-property-change is not available.
1861         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1862
1863         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1864         (gnus-overlay-get): New alias to extent-property.
1865         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1866
1867         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1868         SXEmacs.
1869
1870         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1871         SXEmacs.
1872
1873 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1876
1877 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1878
1879         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1880         and XEmacs that don't have `remove-overlays'.
1881
1882 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1883
1884         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1885         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1886         selective display.  Use overlays instead.
1887
1888 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1889
1890         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1891
1892 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1893
1894         * spam-stat.el (spam-stat-load): Fix typo in message.
1895
1896 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1897
1898         * dig.el (dig-invoke): Fix typo in docstring.
1899         (query-dig): Reflow docstring.
1900
1901 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1902
1903         * gnus-art.el (gnus-article-encrypt-body):
1904         * message.el (message-check-recipients):
1905         * mm-util.el (mm-codepage-setup):
1906         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1907         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1908
1909 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1910
1911         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1912         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1913         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1914         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1915         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1916
1917 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1918
1919         * dig.el: Add "Keywords: comm", as per net-utils.el.
1920
1921 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1922
1923         * dig.el (dig-mode): Use define-derived-mode.
1924
1925 2009-09-19  Glenn Morris  <rgm@gnu.org>
1926
1927         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1928
1929 2009-09-18  Glenn Morris  <rgm@gnu.org>
1930
1931         * gnus-diary.el (gnus-diary-check-message):
1932         * message.el (message-insert-formatted-citation-line):
1933         * nnbabyl.el (top-level):
1934         * nndiary.el (nndiary-schedule):
1935         Fix typos in condition-case handlers.
1936
1937 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1940         configuration that provides the sole article window in a frame;
1941         position point correctly after deleting a part.
1942
1943 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1944
1945         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1946         (spam-resolve-registrations-routine): Use it to unregister articles
1947         that change status.
1948
1949 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1952         with XEmacs.
1953         (parse-time-string-chars): Use it.
1954
1955 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1956
1957         * imap.el (imap-interactive-login): Better messages.
1958         (imap-open): Fix bug with renamed buffer on reconnect.
1959         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1960         for easier debugging and cleaner code.  On successful (guessed based on
1961         server capabilities) secondary authentication, set imap-state
1962         correctly.
1963         (imap-last-authenticator): Define imap-last-authenticator as a variable
1964         to avoid warnings.
1965
1966 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * nnrss.el (nnrss-request-article): Remove binding of
1969         default-enable-multibyte-characters that has gotten needless by
1970         the 2007-07-13 change in rfc2047-encode-message-header.
1971
1972         * mml.el (mml-insert-multipart): Error on the message header.
1973         (mml-insert-part): Error on the message header; position point at
1974         the end of a MIME tag.
1975
1976 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * time-date.el (autoload): Expand define-obsolete-function-alias into
1979         defalias and make-obsolete for old Emacsen that Gnus supports.
1980         (with-no-warnings): Define it for old Emacsen.
1981         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1982         is available.
1983         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1984         float-time is available; suppress compile warning for time-to-seconds.
1985
1986         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1987         (gnus-float-time): Alias to float-time if it exists.
1988
1989         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1990         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1991         float-time is available; suppress compile warning for time-to-seconds.
1992
1993         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1994         XEmacs.
1995
1996 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1997
1998         * imap.el (imap-message-map): Docstring fix.
1999
2000 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2003         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2004         Add the optional argument `encoding' that overrides the default.
2005
2006         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2007         mm-encode-buffer.
2008
2009 2009-09-04  Glenn Morris  <rgm@gnu.org>
2010
2011         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2012         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2013         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2014         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2015         * mm-util.el (mm-with-unibyte-current-buffer)
2016         (mm-find-buffer-file-coding-system):
2017         * yenc.el (yenc-decode-region): Use default-value rather than
2018         default-enable-multibyte-characters.
2019
2020 2009-09-03  Glenn Morris  <rgm@gnu.org>
2021
2022         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2023         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2024         than default-enable-multibyte-characters.
2025
2026 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2027
2028         * gnus-art.el (gnus-article-read-summary-keys):
2029         Fix gnus-buffer-configuration's value temporarily used.
2030
2031 2009-09-02  Glenn Morris  <rgm@gnu.org>
2032
2033         * gnus-util.el (gnus-float-time): New function.
2034         * gnus-delay.el (gnus-delay-article):
2035         * gnus-sum.el (gnus-thread-latest-date):
2036         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2037         * nnspool.el (nnspool-request-newgroups):
2038         Use gnus-float-time rather than time-to-seconds.
2039         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2040
2041         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2042         (gnus-header-subject-face, gnus-header-newsgroups-face)
2043         (gnus-header-name-face, gnus-header-content-face):
2044         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2045         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2046         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2047         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2048         (gnus-cite-face-11):
2049         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2050         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2051         (gnus-server-closed-face, gnus-server-denied-face)
2052         (gnus-server-offline-face):
2053         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2054         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2055         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2056         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2057         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2058         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2059         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2060         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2061         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2062         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2063         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2064         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2065         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2066         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2067         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2068         (gnus-summary-high-undownloaded-face)
2069         (gnus-summary-low-undownloaded-face)
2070         (gnus-summary-normal-undownloaded-face)
2071         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2072         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2073         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2074         (gnus-splash-face):
2075         * message.el (message-header-to-face, message-header-cc-face)
2076         (message-header-subject-face, message-header-newsgroups-face)
2077         (message-header-other-face, message-header-name-face)
2078         (message-header-xheader-face, message-separator-face)
2079         (message-cited-text-face, message-mml-face):
2080         * sieve-mode.el (sieve-control-commands-face)
2081         (sieve-action-commands-face, sieve-test-commands-face)
2082         (sieve-tagged-arguments-face):
2083         * spam.el (spam-face):
2084         Mark face aliases with "-face" in the name as obsolete.
2085
2086 2009-09-01  Glenn Morris  <rgm@gnu.org>
2087
2088         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2089         than goto-line.
2090
2091 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2094         Don't move point if the command is invoked inside the message header.
2095
2096 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2097
2098         * imap.el (imap-send-command): Simplify.
2099         (imap-wait-for-tag): point-max -> buffer-size.
2100
2101 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2102
2103         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2104         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2105         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2106         * nnir.el (nnir-swish-e-index-file):
2107         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2108         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2109         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2110         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2111         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2112         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2113
2114 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2117         Don't save excursion.
2118
2119 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2120
2121         * nnheader.el (nnheader-find-file-noselect):
2122         * mm-util.el (mm-insert-file-contents):
2123         Use (default-value 'major-mode) instead of default-major-mode.
2124
2125 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2126
2127         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2128
2129 2009-08-26  Glenn Morris  <rgm@gnu.org>
2130
2131         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2132         than placing in files.el.
2133
2134 2009-08-25  Glenn Morris  <rgm@gnu.org>
2135
2136         * nnir.el (top-level): Don't require cl at run-time.
2137         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2138         Replace cl-function substitute with gnus-replace-in-string.
2139         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2140         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2141         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2142         simplified expansions.
2143
2144 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2145
2146         * dig.el (dig): Add autoload cookie.
2147
2148 2009-08-22  Glenn Morris  <rgm@gnu.org>
2149
2150         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2151         goto-line.
2152
2153 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2154
2155         * parse-time.el (parse-time-string-chars): Save match data.
2156
2157 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2158
2159         * parse-time.el (parse-time-string-chars): Compute using character
2160         classes, to handle non-ascii characters (Bug#3190).
2161
2162 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2165
2166         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2167         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2168         (gnus-mm-display-part, gnus-mime-display-single)
2169         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2170         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2171
2172         * gnus-sum.el
2173         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2174         (gnus-summary-move-article): Add expirable mark to articles copied or
2175         moved to group that has auto-expire turned on if the option is non-nil.
2176
2177 2009-07-24  Glenn Morris  <rgm@gnu.org>
2178
2179         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2180         Fix typo.  (Bug#3903)
2181
2182 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2185         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2186         that should not be used for draft articles.
2187         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2188         that has no concern in minor mode keys.
2189         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2190         Abolish.
2191
2192 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2195         article without making inquiry to a user for unknown encoding.
2196
2197         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2198         (nnmaildir--scan): Assume i-node and device number that file-attributes
2199         returns might be cons-cell.
2200
2201         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2202
2203         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2204
2205 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2206
2207         * auth-source.el: Remove docs now in auth.texi.  Don't use
2208         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2209         `auth-source-hide-passwords' and use them.
2210
2211 2009-07-15  Glenn Morris  <rgm@gnu.org>
2212
2213         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2214
2215 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2218         excessive whitespace from the default values of title and description.
2219
2220 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2223         mail-fetch-field to fetch Content-Description header in order to
2224         exclude newlines.
2225
2226 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2227
2228         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2229         format used by GnuPG 2.0.11.
2230
2231 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2234         to deleted part.
2235
2236 2009-05-30  David Engster  <dengste@eml.cc>
2237
2238         * nnmairix.el: Remove old documentation in the commentary block.
2239         (nnmairix-request-group): Do not update active file for nnml back ends.
2240         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2241         end so that overview files are ignored.
2242         (nnmairix-update-groups): Make updating the groups more robust by using
2243         marks.
2244         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2245         with dollar characters in message-id.
2246
2247 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2250         2008-12-25 in dns.el.
2251
2252 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2253
2254         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2255         could happen if the text is only composed of spaces and/or tabs.
2256
2257 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2258
2259         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2260         when sending a queued message to avoid extra mml tags.
2261
2262 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2265
2266 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2269         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2270         rmail-toggle-header for XEmacs;
2271         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2272
2273 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-dired.el: Remove autoload for gnus-setup-message.
2276         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2277         displaying Gnus logo; always use compose-mail.
2278
2279 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2282
2283 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2286         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2287         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2288         available.
2289         (gnus-nocem-epg-verify): New function.
2290
2291 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2294
2295 2009-02-15  Glenn Morris  <rgm@gnu.org>
2296
2297         * gnus-util.el (rmail-insert-rmail-file-header)
2298         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2299         autoloads.
2300         (rmail-default-rmail-file): Remove unnecessary declaration.
2301         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2302
2303 2009-02-14  Glenn Morris  <rgm@gnu.org>
2304
2305         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2306         variable (only used in gnus-util, which declares it anyway).
2307         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2308         which was only needed by gnus-art (changed to not use it any more).
2309         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2310         only used in gnus-util, which autoloads it itself.
2311         (rmail-update-summary): Fix autoload.
2312
2313         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2314         rather than rmail-output-to-rmail-file.
2315
2316 2009-02-07  Glenn Morris  <rgm@gnu.org>
2317
2318         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2319         autoload of function that no longer exists.
2320         (rmail-toggle-header): Declare.
2321         (message-forward-rmail-make-body): Handle mbox Rmail.
2322
2323 2009-01-31  Glenn Morris  <rgm@gnu.org>
2324
2325         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2326         2009-01-09 change.
2327
2328 2009-01-31  Dave Love  <fx@gnu.org>
2329
2330         * imap.el (imap-fetch-safe): Bind debug-on-error.
2331         (imap-debug): Add imap-fetch-safe.
2332
2333 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2334
2335         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2336         (auth-source-forget-all-cached): New convenience function.
2337         (auth-source-user-or-password): Accept list of modes or a single mode.
2338
2339         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2340         auth-source modes.
2341
2342         * netrc.el (netrc-machine-user-or-password): Use list of
2343         auth-source modes.
2344
2345         * nnimap.el (nnimap-open-connection): Use list of
2346         auth-source modes.
2347
2348         * nntp.el (nntp-send-authinfo): Use list of
2349         auth-source modes.
2350
2351 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2352
2353         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2354         now.
2355
2356 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2359         coding system in XEmacs; add a workaround for XEmacs.
2360
2361         * lpath.el: Fbind coding-system-aliasee.
2362
2363 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2366         of current-language-environment.
2367
2368 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2369
2370         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2371         available at runtime.
2372
2373 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2376
2377 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2378
2379         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2380         the greatest positive fixnum value doesn't work under an XEmacs with
2381         bignum support; use the most-positive-fixnum constant instead,
2382         available since Emacs 21.1 with cl and XEmacs 21.1.
2383
2384 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2387         XEmacs gets not to work.
2388
2389 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * mm-util.el (mm-coding-system-priorities): Allow the value like
2392         "Japanese (UTF-8)" of current-language-environment.
2393
2394 2009-01-09  Glenn Morris  <rgm@gnu.org>
2395
2396         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2397         with last-command-event.
2398
2399 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2400
2401         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2402         in the doc string.
2403
2404         * message.el (message-fix-before-sending): Amend comment.
2405
2406 2009-01-08  Dave Love  <fx@gnu.org>
2407
2408         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2409
2410 2009-01-07  David Engster  <dengste@eml.cc>
2411
2412         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2413         simplified server definitions by converting it via
2414         gnus-server-to-method.
2415
2416 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2419         parameter's operands.
2420
2421 2009-01-06  David Engster  <dengste@eml.cc>
2422
2423         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2424         primary select method (for gnus-group-mark-article-as-read).
2425
2426 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2427
2428         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2429         `(gnus)Face', not `(gnus)X-Face'.
2430
2431 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * mm-util.el (mm-ucs-to-char): New function.
2434
2435         * mm-url.el (mm-url-decode-entities): Use it.
2436
2437         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2438         unicode-to-char.
2439
2440 2009-01-05  Dave Love  <fx@gnu.org>
2441
2442         * time-date.el: Require cl for `declare'.
2443
2444 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2445
2446         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2447         Dave Love.
2448
2449 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2450
2451         * message.el (message-fix-before-sending): Add `eight-bit' to
2452         illegible-text check.
2453
2454 2009-01-03  Michael Olson  <mwolson@gnu.org>
2455
2456         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2457         `headers' is nil.  This can occur if the IMAP server does not have
2458         permissions to read messages from a folder, but can write new messages
2459         to the folder.
2460         (nnimap-request-article-part): Do not insert `data' if it is nil.
2461
2462         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2463         characters which will confuse `read', so skip past them.
2464
2465 2009-01-01  Dave Love  <fx@gnu.org>
2466
2467         * imap.el (imap-string-to-integer): Fix typo.
2468         (imap-fetch-safe): New function.
2469         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2470
2471         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2472
2473         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2474         (imap-parse-greeting): Fix doc strings.
2475         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2476         (imap-parse-flag-list): Make messages unique.
2477         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2478
2479         * nnimap.el: Fix author email.
2480         (nnimap-split-rule): Add FIXME comment.
2481         (nnimap-debug): Fix doc string.
2482
2483 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2486
2487 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2488
2489         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2490         nslookup if resolv.conf isn't available.
2491         (dns-query): Rename from query-dns.
2492         (dns-query-cached): Rename from query-dns-cached.
2493
2494 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2497         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2498         to check if those variables exist (first appeared in Emacs 18.50).
2499
2500 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * mm-util.el (mm-line-number-at-pos): New function.
2503
2504         * spam-report.el (spam-report-process-queue): Use it.
2505
2506 2008-12-24  David Engster  <dengste@eml.cc>
2507
2508         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2509         parameters that haven't existed as variables as buffer-local variables.
2510
2511 2008-12-23  Dave Love  <fx@gnu.org>
2512
2513         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2514         cadar.
2515
2516         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2517         imap-starttls-p.
2518         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2519
2520 2008-12-22  Dave Love  <fx@gnu.org>
2521
2522         * imap.el: Fix author email.  Doc fixes.
2523         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2524         reply.
2525
2526 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2527
2528         * spam-report.el (spam-report-gmane-max-requests): New constant.
2529         (spam-report-gmane-wait): New variable.
2530         (spam-report-gmane-ham, spam-report-gmane-spam)
2531         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2532         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2533         the server.
2534
2535         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2536         Add explanations.
2537
2538         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2539         nnheader-accept-process-output and nnheader-read-timeout if available.
2540         (pop3-movemail): Use it.
2541
2542         * message.el (message-check-news-body-syntax): Fix signature check if
2543         there's an attachment.
2544
2545 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * mm-util.el: Add comments to the mm- emulating functions.
2548
2549 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2552         by Stephen Berman <stephen.berman@gmx.net>.
2553
2554 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * mm-util.el (mm-substring-no-properties): New function.
2557         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2558         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2559         (mm-string-to-multibyte): Doc fix.
2560
2561         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2562
2563 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2564
2565         * mml.el (mml-attach-file): Strip text properties from file name.
2566         (Bug#1574)
2567
2568 2008-12-16  Glenn Morris  <rgm@gnu.org>
2569
2570         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2571
2572 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2575         knows since the charset specified might be a bogus alias that
2576         mm-charset-synonym-alist provides.
2577
2578 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2579
2580         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2581         "ISO_8859-1".
2582
2583         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2584
2585 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * mm-util.el (mm-charset-eval-alist):
2588         Define it before mm-charset-to-coding-system.
2589         (mm-charset-to-coding-system): Add optional argument `silent';
2590         define it before mm-charset-override-alist.
2591         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2592         default value if it can be used in Emacs currently running;
2593         silence mm-charset-to-coding-system.
2594
2595 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2598         `allow-override' which says whether to use `mm-charset-override-alist'.
2599         (rfc2047-decode-encoded-words): Use it.
2600
2601         * mm-util.el (mm-charset-override-alist): Fix custom type;
2602         add `(gb2312 . gbk)' to choices.
2603
2604 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2607         fast.
2608
2609         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2610
2611         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2612
2613 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2614
2615         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2616         on links.
2617
2618         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2619
2620 2008-12-03  Lute Kamstra  <lute@gnu.org>
2621
2622         * sha1.el: Remove leading * from docstrings of defcustoms,
2623         deffaces, defconsts and defuns.
2624
2625 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2628         users' addresses that don't have domain parts.
2629         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2630         rather than message-narrow-to-head since there will be the message
2631         header separator.
2632
2633 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2634
2635         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2636         since the result is inserted in a unibyte buffer anyway.
2637         (nnimap-demule-use-string-to-multibyte): Remove.
2638         (nnimap-demule): Alias it to mm-string-to-multibyte.
2639
2640 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2641
2642         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2643         variable for debugging bug#464 and bug#1174.
2644         (nnimap-demule): Use it.
2645
2646 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2649         score calculation correctly.
2650
2651 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2652
2653         * message.el (message-send-mail): Just set the buffer to unibyte
2654         rather than use mm-with-unibyte-current-buffer which does a lot more.
2655         (message-send-mail-partially): Don't bother with
2656         mm-with-unibyte-current-buffer since it's already been made unibyte by
2657         message-send-mail.
2658
2659 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2662
2663 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2666
2667 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2670         require itself and to remove `with-no-warnings'.
2671
2672 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         * starttls.el (starttls-any-program-available): Get the name of the
2675         available TLS layer program.
2676         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2677         well as the host name in the "opening" message.
2678
2679         * auth-source.el (auth-source-cache, auth-source-do-cache)
2680         (auth-source-user-or-password): Cache passwords and logins by default,
2681         allow override with `auth-source-do-cache'.
2682         (auth-source-forget-user-or-password): Allow users to remove cache
2683         entries if needed.
2684
2685 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2686
2687         * md4.el (md4-buffer): Fix typo in docstring.
2688         (md4, md4-64): Doc fixes.
2689         (md4-pack-int32): Reflow docstring.
2690
2691 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2694         condition-case to only the forward-sexp call.
2695
2696 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2697
2698         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2699         quotes contained.  Make it more robust regardless by an extra
2700         condition-case wrapper.
2701
2702 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2705
2706 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * nnml.el (nnml-request-expire-articles): Check if the function set to
2709         `nnmail-expiry-target' returns the symbol `delete'.
2710
2711         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2712
2713         * nnmail.el (nnmail-expiry-target): Fix custom type.
2714
2715 2008-10-02  Glenn Morris  <rgm@gnu.org>
2716
2717         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2718         Silence compiler warning.
2719
2720 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2721
2722         * tls.el (open-tls-stream): Show the actual command being
2723         executed, instead of the format string.
2724
2725 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * lpath.el: Fbind codepage-setup for Emacs 23.
2728
2729 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2730
2731         * mml.el (mml-menu): Don't assume mml2015 is bound.
2732
2733 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2736         exists.
2737
2738 2008-09-27  Glenn Morris  <rgm@gnu.org>
2739
2740         * gnus-util.el (mail-header-remove-comments): Autoload it.
2741
2742 2008-09-27  Andreas Schwab  <schwab@suse.de>
2743
2744         * gnus-util.el (gnus-split-references): Strip comments.
2745         (gnus-parent-id): Likewise.
2746
2747 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * message.el (message-confirm-send): Fix version.
2750
2751 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * message.el (message-idna-to-ascii-rhs-1): Use
2754         mail-extract-address-components rather than mail-header-parse-addresses
2755         that is an alias by default to ietf-drums-parse-addresses that does not
2756         support non-ASCII names in headers' contents.
2757
2758 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2759
2760         * message.el (message-confirm-send): Fixed variable documentation to
2761         avoid the "y/n" wording.
2762
2763 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2764
2765         * message.el (message-set-auto-save-file-name): Save to a different
2766         filename so multiple messages (especially drafts) can be recovered.
2767
2768 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2769
2770         * message.el (message-confirm-send): Add appropriate version.
2771
2772 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2773
2774         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2775         defvar.
2776
2777 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2778
2779         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2780         (mm-pkcs7-enveloped-magic): Ditto.
2781
2782 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2783
2784         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2785         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2786
2787 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2788
2789         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2790         default, it's better.
2791
2792 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2793
2794         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2795         summary line gnus-number property and ignore them (with a warning
2796         message).
2797
2798 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2801         macro caddr in the interactive form since it won't be expanded.
2802
2803 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2806         `charset'; fix name of function called recursively.
2807         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2808
2809 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2812         (gnus-mime-set-charset-parameters): New function.
2813         (gnus-mime-view-part-as-charset): Use it to correctly display part
2814         specifying wrong charset.
2815
2816 2008-09-08  David Engster  <dengste@eml.cc>
2817
2818         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2819         in completing-read for back end server.
2820
2821 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2822
2823         * message.el (message-confirm-send): New variable to confirm sending a
2824         message.
2825         (message-send): Use it.
2826
2827 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2830
2831 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2834
2835 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2836
2837         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2838         prevent tracking too many groups.
2839         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2840         Use it.
2841
2842 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2843
2844         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2845         moving point to the bottom of the window in order to avoid recentering.
2846
2847 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2850
2851         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2852         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2853         (gnus-article-beginning-of-window): Fix calculation.
2854
2855 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-msg.el (gnus-summary-supersede-article)
2858         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2859         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2860         message header.
2861
2862 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2863
2864         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2865         pending output coming after the status change.
2866
2867 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2868
2869         * message.el:
2870         * gnus-start.el:
2871         * gnus-registry.el: Remove VMS support.
2872
2873 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2876         macro.
2877         (rfc2104-hash): Use it.
2878
2879 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2880
2881         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2882         (gnus-summary-sort-by-most-recent-date): New commands.
2883         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2884         and menu entries.
2885
2886 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2889         don't redisplay article for raw contents; remove plural articles stuff.
2890
2891         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2892         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2893         on gnus-summary-save-article; display results properly.
2894
2895 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * lpath.el: No need to fbind ns-focus-frame.
2898
2899 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2902
2903 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2906         gnus-save-all-headers.
2907
2908 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2909
2910         * gnus-util.el (ns-focus-frame): Remove declaration.
2911         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2912         like x.
2913
2914 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2915
2916         * rfc2104.el (rfc2104-zero): Delete defconst.
2917         (rfc2104-hex-alist): Likewise.
2918         (rfc2104-hex-to-int): Delete func.
2919         (rfc2104-hexstring-to-bitstring): Likewise.
2920         (rfc2104-nybbles): New defconst.
2921         (rfc2104-hash): Rewrite for speed.
2922
2923 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * tls.el (open-tls-stream): Make it work with the 2nd argument
2926         BUFFER that is a string but does not exist as a buffer object, as
2927         mentioned in the doc-string.
2928
2929 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2932         SXEmacs.
2933
2934 2008-07-16  Glenn Morris  <rgm@gnu.org>
2935
2936         * gnus-util.el (ns-focus-frame): Declare for compiler.
2937
2938 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2941         set as a group parameter.
2942         (gnus-summary-save-in-pipe): Work when it is called independently.
2943         (gnus-summary-pipe-to-muttprint): Don't modify
2944         gnus-summary-pipe-output-default-command.
2945
2946 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2947
2948         * message.el (message-send-mail-with-sendmail):
2949         Display the error message.
2950
2951 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gnus-art.el (gnus-default-article-saver):
2954         Add gnus-summary-save-in-pipe to choices.
2955         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2956         gnus-summary-pipe-output-default-command as the default command.
2957         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2958         instead of gnus-last-shell-command.
2959
2960         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2961         New user option.
2962         (gnus-summary-muttprint-program): Mention the value will be changed.
2963         (gnus-summary-save-article): Force showing of all headers.
2964         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2965
2966 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2967
2968         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2969
2970 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2971
2972         * nnimap.el (nnimap-id):
2973         * sieve-manage.el (sieve-manage-open): Doc fixes.
2974
2975 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2976
2977         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2978         if available.
2979
2980 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2981
2982         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2983
2984         * nnkiboze.el (nnkiboze-generate-group):
2985         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2986
2987         * nnmairix.el: Require CL.
2988
2989 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * dgnushack.el: Autoload get-display-table and put-display-table for
2992         XEmacs 21.5.
2993
2994         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2995         21.4 and SXEmacs.
2996
2997 2008-06-15  David Engster  <dengste@eml.cc>
2998
2999         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3000
3001 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3002
3003         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3004         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3005         runtime choice under XEmacs.
3006
3007         * gnus-sum.el (gnus-summary-set-display-table):
3008         Use `gnus-put-display-table', `gnus-get-display-table',
3009         `gnus-set-display-table' for the display table, instead of `aset'.
3010
3011         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3012         Use `gnus-put-display-table', `gnus-get-display-table',
3013         `gnus-set-display-table' for the display table.
3014
3015 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3016
3017         * nnmairix.el: Add autoloads.
3018
3019 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3020
3021         * nnmairix.el (nnmairix-delete-recreate-group)
3022         (nnmairix-update-and-clear-marks): Fix error messages.
3023
3024 2008-06-14  David Engster  <dengste@eml.cc>
3025
3026         * nnmairix.el: Upgrade to version 0.6.
3027         (nnmairix-group-toggle-propmarks-this-group)
3028         (nnmairix-group-toggle-readmarks-this-group)
3029         (nnmairix-group-delete-recreate-this-group)
3030         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3031         (nnmairix-remove-tick-mark-original-article): New commands.
3032         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3033         (nnmairix-propagate-marks-to-nnmairix-groups)
3034         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3035         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3036         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3037         functions needed for marks propagation and manipulation of read marks.
3038         (nnmairix-update-groups): New function.
3039         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3040         (nnmairix-determine-original-group-from-registry)
3041         (nnmairix-determine-original-group-from-path)
3042         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3043         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3044         New helper functions.
3045         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3046         keystrokes for new commands.
3047         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3048         (nnmairix-request-group): Check allow-fast group parameter.
3049         (nnmairix-request-create-group): Set allow-fast group parameter if
3050         nnmairix-allowfast-default is set.
3051         (nnmairix-close-group): Propagate marks upon closing if needed.
3052         (nnmairix-group-toggle-threads-this-group): Use new.
3053         nnmairix-group-toggle-parameter helper function.
3054         (nnmairix-search): Better check for empty search result.
3055         (nnmairix-goto-original-article): Use new helper functions for
3056         determining original article.
3057         (nnmairix-show-original-article): Make sure message-id is in brackets.
3058         (nnmairix-call-mairix-binary): Change variable name.
3059         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3060         helper function.
3061         (nnmairix-widget-toggle-activate): Fix doc string.
3062
3063 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * nnir.el: Require edmacro when compiling with XEmacs.
3066         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3067         available in Emacs 21.
3068
3069 2008-06-11  Glenn Morris  <rgm@gnu.org>
3070
3071         * gnus-util.el (x-focus-frame):
3072         * gnus.el (image-size):
3073         * mm-decode.el (image-size): Declare.
3074
3075         * gnus-picon.el (declare-function): Add compat definition.
3076         (image-size): Declare.
3077
3078         * gnus-group.el (tool-bar-map):
3079         * gnus-sum.el (tool-bar-map): Define for compiler.
3080
3081         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3082
3083         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3084
3085         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3086         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3087         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3088         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3089         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3090         * sieve-manage.el, spam-report.el, spam.el:
3091         Remove unnecessary eval-and-compile of autoloads.
3092
3093 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3094
3095         * auth-source.el: Precise Tramp doc.
3096
3097 2008-06-07  Glenn Morris  <rgm@gnu.org>
3098
3099         * nnmairix.el: Remove unnecessary eval-when-compile.
3100
3101 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * lpath.el: Fbind propertize for XEmacs 21.4.
3104
3105 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3106
3107         * nnir.el: Move here from ../contrib.
3108
3109 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3110
3111         * gnus-util.el (gnus-read-shell-command): New function.
3112         * mm-decode.el (mm-pipe-part):
3113         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3114
3115 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3118
3119 2008-06-03  Glenn Morris  <rgm@gnu.org>
3120
3121         * pop3.el (nnheader-accept-process-output): Autoload it.
3122
3123 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3126         are not 2-digit hexadecimal characters that follow `%'s.
3127
3128 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3129
3130         * message.el (message-bogus-recipient-p): Fix type in doc string.
3131         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3132         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3133         Improve custom options.
3134         (message-bogus-recipient-p): Adjust accordingly.
3135
3136 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3137
3138         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3139         long-form month and day names.
3140
3141 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * dgnushack.el: Autoload debug, eudc-expand-inline and
3144         pgg-snarf-keys-region for XEmacs.
3145
3146         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3147
3148         * nnmairix.el: Require edmacro when compiling with XEmacs.
3149
3150 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3151
3152         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3153         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3154
3155 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * auth-source.el: Add more docs.
3158
3159         * netrc.el (netrc-machine): Always match if the port is not given.
3160
3161 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3164         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3165         retrieval faster in some cases, but might make CPU usage larger.  If
3166         this has any bad side effects, we might revert this change.
3167
3168         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3169         seems to make mail retrieval much, much faster.
3170         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3171         unconditionally.
3172
3173         * gnus-draft.el (gnus-group-send-queue): Bind
3174         message-send-mail-partially-limit to nil to avoid being prompted.
3175
3176 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3177
3178         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3179
3180         * message.el (message-bogus-address-regexp): Fix and improve custom
3181         type.
3182         (message-setup-hook): Add message-check-recipients as custom option.
3183
3184 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3185
3186         * message.el (message-cite-function): Remove bogus autoload which crept
3187         in during merge from v5-10.
3188
3189 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3190
3191         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3192
3193         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3194
3195         * auth-source.el: Preliminary Tramp docs.
3196         (auth-sources): Change the default auth-sources to use
3197         EPA .gpg files.
3198
3199 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3200
3201         * nntp.el: Autoload `auth-source-user-or-password'.
3202         (nntp-send-authinfo): Use it.
3203
3204         * nnimap.el: Autoload `auth-source-user-or-password'.
3205         (nnimap-open-connection): Use it.
3206
3207         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3208         for the gnus-message function.
3209         (auth-source-user-or-password): Use it.
3210
3211 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3212
3213         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3214         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3215         (rfc2104-hash): Use it.
3216
3217 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3218
3219         * gnus-art.el (gnus-article-toggle-truncate-lines):
3220         Don't use `iff' in docstring.
3221
3222 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3225
3226         * gnus-util.el (gnus-extract-address-component-name)
3227         (gnus-extract-address-component-email): Convenience functions around
3228         `gnus-extract-address-components'.
3229
3230         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3231         Use `gnus-extract-address-component-email' to fix bug of comparing full
3232         sender name to `user-mail-address'.
3233
3234 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3235
3236         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3237         catch/throw to optimize.
3238         (gnus-registry-find-keywords): Just use member to find a keyword.
3239
3240 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3241
3242         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3243         is current before calling gnus-server-prepare.
3244         (gnus-server-setup-buffer, gnus-server-update-server)
3245         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3246
3247 2008-05-04  Juri Linkov  <juri@jurta.org>
3248
3249         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3250         (mailcap-file-default-commands): Use mailcap-replace-in-string
3251         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3252         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3253
3254 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3255
3256         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3257
3258 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3259
3260         * gnus.el: Bump version to 0.11.
3261
3262 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3263
3264         * gnus.el: No Gnus v0.10 is released.
3265
3266 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3269         hooks.
3270         (gnus-update-read-articles): Speed up non-marks-using users.
3271         (gnus-use-marks): Define gnus-use-marks.
3272         (gnus-propagate-marks): Rename variable to something more sensible.
3273
3274 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3275
3276         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3277         (gmm-image-load-path-for-library): Fix typos in docstrings.
3278         (gmm-message): Reflow docstring.
3279
3280 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * mail-source.el (mail-source-set-1, mail-source-bind):
3283         Move auth-source code out of the macro to clean it up and fix bugs.
3284
3285 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3286
3287         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3288         by sender if it's equal to user-mail-address, it's likely to be
3289         useless.
3290
3291         * mail-source.el (mail-source-bind): Don't use user or password if they
3292         are not bound.  Unintern them if they are nil.  Don't use server unless
3293         it's bound, and default it to empty string otherwise.
3294
3295 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * mail-source.el: Load auth-source.el.
3298         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3299         get user name or password, if auth-sources is set up.
3300
3301         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3302         strategy of splitting with parent.
3303         (gnus-registry-split-fancy-with-parent)
3304         (gnus-registry-post-process-groups): Use it and fix prior
3305         bug (returning a list as the split result).
3306
3307         * auth-source.el (auth-sources): Remove server parameter.
3308         (auth-source-pick, auth-source-user-or-password)
3309         (auth-source-user-or-password-imap)
3310         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3311         (auth-source-user-or-password-sftp)
3312         (auth-source-user-or-password-smtp): Remove server parameter.
3313
3314 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3315
3316         * smime.el (smime-sign-region, smime-encrypt-region)
3317         (smime-decrypt-region):
3318         Remove redundant calls to `generate-new-buffer-name'.
3319
3320 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3321
3322         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3323         Don't use QP for message/rfc822.
3324         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3325
3326 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3327
3328         * sieve-manage.el (sieve-string-bytes): Remove.
3329         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3330         correct byte-length only if the process's coding-system is the same as
3331         the one used internally by Emacs to represent strings.
3332
3333 2008-04-22  Juri Linkov  <juri@jurta.org>
3334
3335         * mailcap.el (mailcap-file-default-commands): New function.
3336
3337 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3338
3339         * message.el (message-signature-separator, message-cite-function):
3340         Change custom version.
3341
3342 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3343
3344         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3345         commands.
3346         (tls-checktrust): Ditto.
3347
3348 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3349
3350         * mm-decode.el (mm-display-external): Make temp file read-only.
3351
3352 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3353
3354         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3355         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3356         `C-c C-f d'.
3357
3358 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3359
3360         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3361
3362 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * gnus.el: Bump version to 0.9.
3365
3366 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3367
3368         * gnus.el: No Gnus v0.8 is released.
3369
3370 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3371
3372         * mail-source.el (mail-source-value):
3373         Prefer fboundp to functionp so it works with macros as well.
3374
3375 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3376
3377         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3378         Fix last change in case the element is not even a symbol.
3379
3380 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3381
3382         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3383         Prefer fboundp to functionp so it works with macros as well.
3384
3385 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3386
3387         * auth-source.el: Added docs.
3388         (auth-sources): Modify format to support server.
3389         (auth-source-pick, auth-source-user-or-password)
3390         (auth-source-user-or-password-imap)
3391         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3392         (auth-source-user-or-password-sftp)
3393         (auth-source-user-or-password-smtp): Add server parameter.
3394
3395 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3396
3397         * gnus-registry.el: Initialize the registry when gnus-registry-install
3398         is t.
3399
3400 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * compface.el (uncompface): Make buffer unibyte.
3403
3404 2008-04-05  Glenn Morris  <rgm@gnu.org>
3405
3406         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3407
3408 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3409
3410         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3411         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3412
3413         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3414         multibyteness after rather than before erasing it.
3415
3416         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3417         mm-with-multibyte.
3418         (gnus-request-article-this-buffer): Make sure the proper decoding is
3419         used if gnus-original-article-buffer happens to be unibyte.
3420
3421         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3422         default-enable-multibyte-characters.
3423
3424         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3425         default-enable-multibyte-characters.
3426
3427         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3428
3429         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3430
3431 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3432
3433         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3434         (imap-message-copyuid-1): Use it.
3435         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3436         J. Williams in
3437         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3438
3439         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3440         imap-enable-exchange-bug-workaround.
3441         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3442
3443 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3444
3445         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3446         a 100 byte status-checks into a 2-3MB transfer for each group.
3447         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3448         to enable bug workaround or not.
3449         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3450
3451 2008-03-31  Glenn Morris  <rgm@gnu.org>
3452
3453         * message.el (mml2015-use): Declare for compiler.
3454         (message-info): Require mml2015 when appropriate.
3455
3456 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3459         whitespace.
3460
3461 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3462
3463         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3464         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3465         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3466         (nntp-service-to-port): New function.
3467         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3468         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3469         (nntp-open-netcat-stream): New function.
3470         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3471
3472 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3473
3474         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3475
3476 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3477
3478         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3479
3480 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3481
3482         * dns.el (dns-write): Use set-buffer-multibyte.
3483
3484 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3485
3486         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3487
3488 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3489
3490         * message.el (message-signature-separator): Change default.
3491         Improve custom type.
3492         (message-cite-function): Change default to
3493         message-cite-original-without-signature.
3494
3495         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3496         toggle.
3497
3498         * message.el (message-check-news-body-syntax): Fix signature check.
3499         (message-setup-1): Mark buffer as unmodified _after_ running
3500         message-setup-hook and handling message-alternative-emails.
3501         (message-shorten-references): Be more strict when building list of
3502         valid references to comply with GNKSA.
3503
3504         * gnus-group.el (gnus-read-ephemeral-bug-group)
3505         (gnus-read-ephemeral-debian-bug-group)
3506         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3507
3508         * message.el (message-info): Don't use booleanp which isn't supported
3509         in Emacs 21 and XEmacs.
3510
3511 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3514         gnus-group-gmane-group-download-format.
3515         (gnus-group-read-ephemeral-gmane-group): Rename from
3516         gnus-group-read-ephemeral-gmane-group.
3517         (gnus-read-ephemeral-gmane-group-url): Rename from
3518         gnus-group-read-ephemeral-gmane-group-url.
3519         (gnus-bug-group-download-format-alist): New variable.
3520         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3521         (gnus-read-ephemeral-emacs-bug-group): New commands.
3522
3523 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3524
3525         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3526         (gnus-visible-headers): Improve custom type.
3527
3528 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3529
3530         * mml.el (mml-menu): Add workarounds for XEmacs.
3531
3532         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3533         X-Boundary header.
3534
3535         * message.el (message-simplify-recipients): Fix previous commit.
3536
3537 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3538
3539         * mm-util.el (mm-set-buffer-multibyte): New function.
3540         * mm-decode.el (mm-copy-to-buffer): Use it.
3541
3542 2008-03-19  Glenn Morris  <rgm@gnu.org>
3543
3544         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3545         Accidentally removed in the sync process with Emacs.
3546
3547 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3548
3549         * message.el (message-alter-recipients-discard-bogus-full-name):
3550         New function.
3551         (message-alter-recipients-function): New variable.
3552         (message-get-reply-headers): Use it.
3553         (message-replace-header): New helper function.
3554         (message-recipients-without-full-name): New variable.
3555         (message-simplify-recipients): New command.
3556
3557         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3558
3559         * message.el (message-info): Handle EasyPG manual.
3560
3561         * mml.el (mml-menu): Add entry for EasyPG.
3562
3563 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3564
3565         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3566         parameter.
3567
3568         * message.el (message-disassociate-draft): Specify drafts group name
3569         fully.
3570
3571 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3572
3573         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3574         unnecessary duplicates from the match list.
3575
3576 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3579
3580         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3581
3582         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3583         args of `how-many' of which the XEmacs version doesn't take; declare
3584         Info-index-next as function.
3585
3586 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * gnus-score.el (gnus-score-headers): Fix handling of
3589         gnus-inhibit-slow-scoring.
3590
3591         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3592         string.
3593         (gnus-button-url-regexp): Improve handling of parenthesis.
3594         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3595         (gnus-button-handle-info-keystrokes): Handle index entries.
3596
3597 2008-03-15  Glenn Morris  <rgm@gnu.org>
3598
3599         * parse-time.el (parse-time-string): Simplify.
3600
3601 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3604         Incoming* files.
3605
3606 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3607
3608         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3609         (auth-source-pick): Use it.
3610
3611 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3612
3613         * binhex.el (binhex-decode-region-internal):
3614         * uudecode.el (uudecode-decode-region-internal):
3615         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3616         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3617         setting default-enable-multibyte-characters.
3618
3619 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3620
3621         * auth-source.el (auth-source-protocols)
3622         (auth-source-protocols-customize, auth-source-choices): Added and
3623         modified variable customizations and defaults.
3624         (auth-source-pick, auth-source-user-or-password)
3625         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3626         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3627         (auth-source-user-or-password-sftp)
3628         (auth-source-user-or-password-smtp): Use new variables and provide an
3629         interface to netrc.el.
3630
3631 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3634         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3635         Make sure the nntp port to specify is a string.
3636
3637 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3638
3639         * nntp.el: Use with-current-buffer.
3640         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3641         dubious mm-with-unibyte-current-buffer.
3642         (nntp-with-open-group-function): New function extracted from
3643         nntp-with-open-group macro.
3644         (nntp-with-open-group): Use the function, so it's easier to debug.
3645         Add indentation and debugging info.
3646         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3647         the use of the netcat alternatives.
3648
3649         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3650         Avoid mm-string-as-multibyte as well.
3651
3652         * nnweb.el (nnweb-insert-html):
3653         Remove use of nnheader-string-as-multibyte.
3654
3655         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3656         (nnheader-string-as-multibyte): Remove.
3657
3658         * mm-view.el: Use inhibit-read-only.
3659         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3660         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3661         or unibyte-string.
3662
3663         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3664         (mm-uu-yenc-extract): Use with-current-buffer.
3665
3666         * gnus-soup.el (gnus-soup-send-packet): Don't use
3667         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3668
3669         * nnmh.el: Use with-current-buffer.
3670         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3671         mm-string-as-multibyte on the output of mm-encode-coding-string.
3672
3673         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3674         (nnimap-request-move-article): Use with-current-buffer.
3675
3676         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3677         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3678         conversion uses string-make-unibyte rather than string-as-unibyte.
3679
3680         * gnus-msg.el: Use with-current-buffer.
3681
3682         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3683
3684 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3685
3686         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3687         string for caching if it is 'PIN.
3688
3689 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * lpath.el: Consider the case without Emacs/W3.
3692
3693 2008-03-08  Glenn Morris  <rgm@gnu.org>
3694
3695         * time-date.el (date-to-time, time-subtract, time-add)
3696         (safe-date-to-time): Doc fixes.
3697
3698 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3699
3700         * mail-source.el (mail-source-delete-old-incoming-confirm):
3701         Change default to nil.
3702         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3703
3704 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * lpath.el: Rearrange.
3707
3708         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3709         (gnus-article-goto-prev-page): Work for articles having ^L's.
3710
3711         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3712
3713         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3714
3715 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3716
3717         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3718         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3719         (gnus-bookmark-jump): Adjust some variable names.
3720
3721 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3722
3723         * auth-source.el: New package.
3724         (auth-source-choices): Add customization entry point variable.
3725
3726         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3727         bug.
3728
3729 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3732         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3733         (gnus-registry-install-shortcuts): Rename from
3734         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3735         the `gnus-registry-mark-map' keymap dynamically from
3736         `gnus-registry-marks'.  The generated functions update the summary line
3737         when a registry mark is added or deleted, and will call
3738         `gnus-registry-install-p' (see the comments in the code).
3739         (gnus-registry-user-format-function-M): Use concat intelligently.
3740
3741         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3742         the registry mark functions.
3743
3744 2008-03-05  Glenn Morris  <rgm@gnu.org>
3745
3746         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3747         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3748         gnus-art.
3749         (top-level): No need to load own source when compiling.
3750
3751 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3754         Suggested by <chris.anderton@zetnet.co.uk>.
3755
3756 2008-03-04  Glenn Morris  <rgm@gnu.org>
3757
3758         * gnus-sum.el (top-level): No need to require gnus when compiling,
3759         since unconditionally required near start of file.
3760         (gnus-summary-display-while-building): Move definition before use.
3761
3762 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3765         formatting function.
3766
3767 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3770         with plists.
3771         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3772         Use new format.
3773
3774 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3777         `where-is-internal' that returns a range of key sequences.
3778
3779 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3780
3781         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3782
3783         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3784         (gnus-summary-jump-to-group): Consider windows on other displayed
3785         frames as well.  Similar changes might be needed elsewhere, but that's
3786         the one I've bumped into during my use.
3787
3788         * nndoc.el (nndoc-oe-dbx-type-p):
3789         * gnus-msg.el (gnus-debug):
3790         * gnus-group.el (gnus-update-group-mark-positions):
3791         Use mm-string-to-multibyte.
3792
3793 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3794
3795         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3796         doesn't handle NotDashEscaped.
3797
3798         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3799         (mml-dnd-attach-options): Fix typo in custom choice.
3800
3801         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3802         nndoc-article-type to mbox.
3803         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3804
3805         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3806         to nil, instead of html2text.
3807
3808         * imap.el (imap-debug): Add `imap-ping-server'.
3809
3810         * gnus-bookmark.el: Add FIXMEs.
3811
3812         * message.el (message-form-letter-separator)
3813         (message-send-form-letter-delay): New variables.
3814         (message-send-form-letter): Use them.  New command to send form
3815         letters.  Requested by Uwe Siart.
3816         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3817
3818 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3819
3820         * Update copyright years.
3821
3822 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         Sync from EMACS_22_BASE.
3825
3826         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3827
3828 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3829
3830         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3831         empty author.
3832
3833 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3834
3835         * gnus-registry.el (gnus-registry-marks): Add variable for
3836         customization of marks and their appearance.
3837         (gnus-registry-read-mark): Use it.
3838         (gnus-registry-do-marks): Add utility function to loop through
3839         `gnus-registry-marks'.
3840         (gnus-registry-install-shortcuts-and-menus): Add function to install
3841         shortcuts and menus.
3842         (gnus-registry-initialize): Use it.
3843         (gnus-registry-default-mark): Clarify documentation.
3844
3845 2008-02-29  Glenn Morris  <rgm@gnu.org>
3846
3847         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3848         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3849         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3850         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3851         Change defcustom :version from 23.0 to 23.1.
3852
3853 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * gnus-registry.el (gnus-registry-follow-group-p)
3856         (gnus-registry-post-process-groups): Add functions to aid registry
3857         splitting and improve logging.  Clarify behavior in function
3858         documentation.
3859         (gnus-registry-split-fancy-with-parent): Use them.
3860
3861 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3862
3863         * gnus-art.el: Use with-current-buffer.
3864
3865 2008-02-27  David Engster  <dengste@eml.cc>
3866
3867         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3868         Express real group name in the response.
3869
3870 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3873         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3874         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3875         autoload gnus-registry-fetch-group when compiling.
3876         (nnmairix-request-group-with-article-number-correction): Remove
3877         unreferenced argument passed to nnmairix-call-backend.
3878
3879 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3882         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3883         Wilde.
3884
3885 2008-02-27  Glenn Morris  <rgm@gnu.org>
3886
3887         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3888         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3889         variables to defconsts.  Convert comments to doc-strings.
3890         (nnmairix-last-server, nnmairix-current-server): Convert from free
3891         variables to defvars.  Convert comments to doc-strings.
3892         (gnus-registry-fetch-group): Autoload.
3893         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3894         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3895         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3896         caddr.
3897         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3898         nnmairix-request-group-with-article-number-correction call.
3899         (nnmairix-fast, nnmairix-group): New, less general names, for free
3900         variables passed from nnmairix-request-group to
3901         nnmairix-request-group-with-article-number-correction.  Declare.
3902         (nnmairix-request-group-with-article-number-correction):
3903         Use nnmairix-fast, nnmairix-group rather than fast, group.
3904
3905 2008-02-26  David Engster  <dengste@eml.cc>
3906
3907         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3908         version 0.5.
3909
3910 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3913         instead of making an extra function call.  Don't add the current group
3914         to articles only when they have the group.  Use
3915         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3916         Reported by David <de_bb@arcor.de>.
3917
3918 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3921         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3922
3923 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3924
3925         * mail-source.el (mail-source-delete-incoming): Change default.
3926         Supplement doc string.
3927
3928         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3929
3930 2008-02-14  Glenn Morris  <rgm@gnu.org>
3931
3932         * time-date.el (format-seconds): New function.
3933
3934 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3935
3936         * nnmail.el (nnmail-message-id-cache-file): Derive from
3937         `gnus-home-directory'.
3938
3939 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3940
3941         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3942         Document negative prefix.
3943
3944         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3945
3946 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * message.el (message-unsent-separator): Add the Exim bounce
3949         separator.
3950
3951 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3952
3953         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3954         list.
3955         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3956         recipient/signer list.
3957
3958 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * Makefile.in (datarootdir): Define.
3961         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3962         name that might contain whitespace.
3963
3964 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3965
3966         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3967         fbound (Emacs 23 unicode), signal an error.
3968
3969 2008-02-08  Glenn Morris  <rgm@gnu.org>
3970
3971         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3972
3973 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3974
3975         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3976         ports to the calls to `netrc-machine-user-or-password' in addition to
3977         "imap" and "imaps".
3978
3979 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3980
3981         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3982
3983         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3984
3985 2008-02-01  Kenichi Handa  <handa@m17n.org>
3986
3987         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3988         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3989         (rfc2104-hash): Convert the result of concat to unibyte string.
3990
3991 2008-02-01  Dave Love  <fx@gnu.org>
3992
3993         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3994         coding-system-for-read.
3995         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3996
3997 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4000         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4001         <hanche@math.ntnu.no>.
4002
4003 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4006
4007         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4008
4009 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4010
4011         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4012         * message.el (message-beginning-of-line): Use featurep instead of bound
4013         tests in order to resolve conditionals at compile time.
4014
4015 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4016
4017         * mail-source.el (mail-sources): Add `group' choice.
4018
4019         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4020         parameter `in-group' to control into which group the articles go.
4021         Add treatment of `group' mail-source.
4022
4023 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4026
4027         * mm-decode.el (mm-dissect-buffer): Decode description.
4028
4029         * mml.el (mml-to-mime): Encode message header first.
4030
4031 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4034         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4035
4036         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4037         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4038
4039 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4040
4041         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4042
4043 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4046         prefix keys.
4047         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4048         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4049         gnus-xmas.el.
4050
4051         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4052         (gnus-xmas-article-describe-bindings): New function.
4053         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4054         gnus-xmas-article-describe-bindings.
4055
4056         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4057
4058 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4059
4060         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4061         Add new variables for article mark management.
4062         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4063         list of extra data entries which, when present, will indicate that the
4064         article ID should not be trimmed from the registry.
4065         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4066         functions.
4067         (gnus-registry-read-mark): New function to read a mark name from the
4068         user.
4069         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4070         (gnus-registry-set-article-mark-internal): New functions to add and
4071         remove marks.
4072         (gnus-registry-get-article-marks): New function to show the marks for
4073         an article, or retrieve them for further use.
4074
4075 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4078         keys when no argument is given.
4079
4080 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4081
4082         * imap.el (imap-ping-server): New variable.
4083         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4084         (imap-ping-server): Minor doc string fixes.
4085
4086 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4087
4088         * imap.el (imap-ping-server): New function.
4089         (imap-opened): Call imap-ping-server.
4090
4091 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * gnus-sum.el (gnus-article-sort-by-random)
4094         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4095         jidanni@jidanni.org.
4096
4097 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-art.el (gnus-article-describe-bindings): New function.
4100         (gnus-article-read-summary-keys): Use it.
4101         (gnus-article-mode-map): Bind `C-h b' to it.
4102
4103 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4106         XEmacs.
4107         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4108         against non-character events.
4109
4110         * lpath.el: Fbind map-keymap for Emacs 21.
4111
4112 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4115         command.
4116         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4117         instead of END.  Change name of the temp file.
4118         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4119         customizable.
4120
4121 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4124         bind `S W' to gnus-article-wide-reply-with-original; set default
4125         binding to gnus-article-read-summary-send-keys.
4126         (gnus-article-read-summary-keys): Fix the order of keys; display
4127         continuation keys correctly in the echo area; describe bindings
4128         correctly when keys end with `C-h'.
4129         (gnus-article-read-summary-send-keys): New function.
4130         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4131         for gnus-article-read-summary-send-keys; display continuation keys
4132         correctly in the echo area.
4133         (gnus-article-reply-with-original): Ignore prefix argument.
4134         (gnus-article-wide-reply-with-original): New function.
4135
4136         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4137         Emacs 21.
4138
4139 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4142         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4143
4144 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4147         (gnus-group-read-ephemeral-gmane-group): New command.
4148
4149 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4150
4151         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4152
4153 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * message.el (message-send-mail-function): Increase custom version.
4156
4157         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4158         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4159
4160 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4163         for the cases where imap-authenticate is called with a nil buffer
4164         parameter.
4165
4166 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4169         html parts correctly; support forwarded messages.
4170         (gnus-article-browse-html-article): Remove work buffers.
4171
4172         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4173         compiling.
4174         (netrc-bound-and-true-p): New macro.
4175         (netrc-parse): Use it instead of bound-and-true-p that is not available
4176         in XEmacs 21.4.
4177
4178 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4179
4180         * gnus-registry.el (gnus-registry-mark-article)
4181         (gnus-registry-article-marks): Add functionality to mark articles
4182         through the Gnus registry.
4183
4184         * encrypt.el: Clarify documentation for the new pgg method.
4185         (encrypt-file-alist): Add PGG option.
4186         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4187         functionality.  Abstract password key and messaging to external
4188         functions.
4189         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4190         (encrypt-message-method-and-cipher): Add new convenience external
4191         functions.
4192         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4193         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4194
4195         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4196         (netrc-parse): Use encrypt-file-alist to determine if
4197         encrypt-find-model or encrypt-insert-file-contents should be used.
4198
4199         * encrypt.el: Clarify documentation.  Load password-cache or
4200         password, whichever one is found first, instead of autoloading.
4201
4202 2007-12-19  Glenn Morris  <rgm@gnu.org>
4203
4204         * mml.el (message-options-set, message-narrow-to-head)
4205         (message-in-body-p, message-mail-p, message-encode-message-body):
4206         Autoload.
4207         (message-remove-header, message-narrow-to-headers-or-head)
4208         (message-subscribed-p, message-make-mail-followup-to)
4209         (message-position-on-field, message-news-p)
4210         (message-options-set-recipient, message-generate-headers)
4211         (message-sort-headers): Declare as functions.
4212
4213 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4216         convention in doc string.
4217
4218 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4221         title to html parts.
4222         (gnus-article-browse-html-article): Pass message header to it.
4223
4224         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4225
4226 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4229         or password compatible with XEmacs.
4230
4231 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4234         format document.
4235         (gnus-mime-delete-part): Don't write description line if empty.
4236         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4237
4238 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4239
4240         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4241         (gnus-summary-mark-read-and-unread-as-read)
4242         (gnus-summary-mark-current-read-and-unread-as-read)
4243         (gnus-summary-mark-unread-as-ticked): Doc fix.
4244         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4245
4246 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4247
4248         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4249         Christoph Conrad <christoph.conrad@gmx.de>.
4250
4251 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4252
4253         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4254         yes-or-no-p.
4255
4256 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * mm-decode.el (mm-add-meta-html-tag): New function.
4259         (mm-save-part-to-file, mm-pipe-part): Use it.
4260
4261         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4262         gnus-y-or-n-p instead of y-or-n-p.
4263         (gnus-article-browse-html-parts): Work with message/external-body; use
4264         mm-add-meta-html-tag.
4265
4266 2007-12-11  Glenn Morris  <rgm@gnu.org>
4267
4268         * gnus-cache.el: Require gnus-sum not just when compiling.
4269
4270         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4271
4272         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4273         definitions before use.
4274
4275         * mm-decode.el: Require gnus-util.
4276         (mm-remove-part): Only call delete-annotation on XEmacs.
4277
4278         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4279
4280         * nnmail.el: Require gnus-int.
4281
4282         * spam.el: Move `require's before `eval-when-compile's.
4283
4284         * gnus-ems.el (gnus-alive-p):
4285         * gnus-fun.el (message-goto-eoh):
4286         * gnus-util.el (gnus-group-name-decode):
4287         * mail-source.el (gnus-compress-sequence):
4288         * message.el (Info-goto-node, format-spec):
4289         * mm-bodies.el (message-options-get):
4290         * mm-decode.el (mm-view-pkcs7):
4291         * mm-util.el (gmm-write-region):
4292         * mml-smime.el (mml-compute-boundary)
4293         (gnus-completing-read-with-default):
4294         * mml.el (widget-button-press, gnus-make-hashtable):
4295         * mml1991.el (mm-decode-content-transfer-encoding)
4296         (mm-encode-content-transfer-encoding)
4297         (message-options-get, message-options-set):
4298         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4299         * nnfolder.el (gnus-request-group):
4300         * nnheader.el (ietf-drums-unfold-fws):
4301         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4302         * smime.el (gnus-run-mode-hooks):
4303         * spam-stat.el (gnus-message): Autoload.
4304
4305         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4306         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4307         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4308         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4309         Add declare-function compatibility definition.
4310
4311         * gnus-cache.el (nnvirtual-find-group-art):
4312         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4313         (gnus-add-image, gnus-add-wash-type):
4314         * gnus-group.el (nnkiboze-score-file):
4315         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4316         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4317         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4318         (message-tokenize-header, gnus-get-buffer-create)
4319         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4320         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4321         * gnus.el (gnus-group-decoded-name):
4322         * mail-source.el (imap-capability):
4323         * mm-bodies.el (message-options-set):
4324         * mm-decode.el (gnus-configure-windows):
4325         * mm-extern.el (message-goto-body):
4326         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4327         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4328         (epg-sub-key-validity, message-options-set):
4329         * mml.el (widget-event-point, gnus-configure-windows):
4330         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4331         * mml2015.el (epg-check-configuration, epg-configuration)
4332         (message-options-set):
4333         * nndb.el (nndb-request-article):
4334         * nnfolder.el (gnus-request-create-group):
4335         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4336         * nnmaildir.el (gnus-group-mark-article-read):
4337         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4338         * rfc1843.el (message-fetch-field):
4339         * spam.el (gnus-extract-address-components):
4340         Declare as functions.
4341
4342 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4345
4346         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4347
4348         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4349         bind show-trailing-whitespace for XEmacs.
4350
4351 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4352
4353         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4354         new no-op macro for backward compatibility.
4355
4356         * imap.el (imap-string-to-integer): New function.
4357
4358 2007-12-09  Glenn Morris  <rgm@gnu.org>
4359
4360         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4361
4362         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4363         * message.el, mm-view.el, sieve-manage.el, smime.el:
4364         Add declare-function compatibility definition.
4365
4366         * gnus-art.el (w3-region, w3m-region, Info-menu):
4367         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4368         * gnus-sum.el (gnus-get-predicate):
4369         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4370         * message.el (mail-abbrev-in-expansion-header-p):
4371         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4372         (w3m-detect-meta-charset, w3m-region):
4373         * sieve-manage.el (password-read, password-cache-add)
4374         (password-cache-remove):
4375         * smime.el (password-read-and-add): Declare as functions.
4376
4377 2007-12-08  David Kastrup  <dak@gnu.org>
4378
4379         * gnus-sum.el (gnus-summary-simplify-subject-query):
4380         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4381         `message'.
4382
4383 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4386         it to bind idna-program, installation-directory, defined-colors, and
4387         face-attribute for XEmacs of the version that compiles defcustom forms.
4388
4389 2007-12-07  Glenn Morris  <rgm@gnu.org>
4390
4391         * gnus-art.el (article-make-date-line): Revert previous change.
4392
4393 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4396
4397 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4398
4399         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4400         Call gnus-add-to-range ranges only once with a prepared article-list.
4401
4402 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4403
4404         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4405         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4406         group names with backslashes.  Reported by Tassilo Horn
4407         <tassilo@member.fsf.org>.
4408
4409 2007-12-06  Deepak Goel  <deego3@gmail.com>
4410
4411         * gnus-art.el (article-make-date-line):
4412         * gnus-start.el (gnus-load):
4413         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4414
4415 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-art.el (gnus-use-idna)
4418         * gnus-start.el (gnus-site-init-file)
4419         * message.el (message-use-idna)
4420         * mm-uu.el (mm-uu-hide-markers)
4421         * smiley.el (smiley-style): Revert changes that suppress warnings.
4422
4423 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4426         specify charset to html source.  Reported by Christoph Conrad
4427         <christoph.conrad@gmx.de>.
4428
4429 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4432         idna-program in order to suppress byte compile warning issued by XEmacs
4433         that came to byte compile the default value section of defcustom forms
4434         recently.
4435
4436         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4437         value of installation-directory.
4438
4439         * message.el (message-use-idna): Don't directly refer to the value of
4440         idna-program.
4441
4442         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4443
4444         * smiley.el (smiley-style): Don't directly call face-attribute.
4445
4446 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4447
4448         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4449
4450         * gnus-dired.el: Reduce Gnus dependencies.
4451         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4452         require.  Use autoloads instead.
4453         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4454         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4455         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4456         (gnus-dired-mode): Adjust doc string.
4457         (gnus-dired-mail-mode): New variable.
4458         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4459         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4460         (gnus-dired-mail-buffers): New function.  Return mail or message
4461         composition buffers.
4462         (gnus-dired-attach): Use it.
4463         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4464         NO-DECODE.
4465         (gnus-dired-print): Use `gnus-print-buffer' depending on
4466         `gnus-dired-mail-mode'.
4467
4468 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * rfc2047.el (rfc2047-encoded-word-regexp)
4471         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4472         explaining what regexp patterns are for.
4473
4474 2007-12-04  Glenn Morris  <rgm@gnu.org>
4475
4476         * password.el: Move to password-cache.el.
4477
4478         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4479         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4480         * mml-smime.el (password-read, password-cache-add)
4481         (password-cache-remove):
4482         No need to autoload, since mml-sec requires password.
4483
4484         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4485         * message.el (gnus-extract-address-components):
4486         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4487
4488         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4489         password.
4490
4491 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * mailcap.el: Reduce dependencies.
4494         (mail-header-parse-content-type): Autoload.
4495         (mailcap-delete-duplicates): New alias.
4496         (mailcap-mime-info): Add optional argument NO-DECODE.
4497         (mailcap-mime-types): Use mailcap-delete-duplicates.
4498
4499         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4500
4501 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4502
4503         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4504         (imap-parse-status): Upcase status-att for servers that sends them
4505         lower-case (e.g., MS Exchange 2007).
4506
4507 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4510         function.
4511
4512         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4513         (gnus-uu-yenc-article): New function.
4514
4515         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4516
4517         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4518         buffer.
4519
4520 2007-12-02  Glenn Morris  <rgm@gnu.org>
4521
4522         * binhex.el (binhex): New custom group.
4523         (binhex-decoder-program, binhex-decoder-switches)
4524         (binhex-use-external): Move to the binhex custom group.
4525
4526         * uudecode.el (uudecode): New custom group.
4527         (uudecode-decoder-program, uudecode-decoder-switches)
4528         (uudecode-use-external): Move to the uudecode custom group.
4529
4530         * netrc.el (top-level): Don't load `encrypt' features.
4531         (netrc-parse): Don't use encrypt.
4532         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4533
4534         * encrypt.el: Remove file.
4535
4536 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4539         matches on patches.
4540
4541         * gnus-art.el (gnus-article-browse-html-article): Mention
4542         `mm-text-html-renderer' in the doc string.
4543
4544         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4545         string.  Add comments.
4546
4547         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4548         if rhs is ASCII.
4549
4550 2007-12-01  Glenn Morris  <rgm@gnu.org>
4551
4552         * mail-source.el (top-level): Require format-spec before
4553         eval-when-compile.
4554
4555 2007-11-30  Glenn Morris  <rgm@gnu.org>
4556
4557         * encrypt.el: Require password, rather than autoloading password-read.
4558
4559 2007-11-29  Glenn Morris  <rgm@gnu.org>
4560
4561         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4562         (sasl-make-client, sasl-next-step, sasl-step-data)
4563         (sasl-step-set-data): Declare as functions.
4564
4565 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4566
4567         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4568
4569 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4570
4571         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4572         certs should be verified and what is to be done in the event of a
4573         verification failure.
4574
4575         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4576         caller can indicate whether the cache should be disregarded for this
4577         call.  This way the result of the call is reproducible at all times and
4578         can be considered a canonical server name for the supplied method.
4579         (gnus-agent-method-p): Canonicalize server names by pushing their
4580         method through `gnus-method-to-server' using the no-cache argument.
4581
4582         * gnus-srvr.el (gnus-server-insert-server-line): Call
4583         `gnus-method-to-server' with `no-cache' argument.
4584
4585         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4586         gnus-agent-possibly-synchronize-flags as this should be called when the
4587         server is actually being opened.
4588         (gnus-agent-possibly-synchronize-flags)
4589         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4590         flags file of an agentized server to the latter function.
4591
4592         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4593         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4594         after a connection has been established successfully.
4595
4596 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-art.el (article-display-face): Force to display face if called
4599         interactively; check if gnus-article-x-face-too-ugly matches author.
4600         (article-display-x-face): Display face even if From header is missing
4601         as article-display-face does.
4602
4603 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4604
4605         * hashcash.el (message-narrow-to-headers-or-head)
4606         (message-fetch-field, message-goto-eoh)
4607         (message-narrow-to-headers): Declare as functions.
4608
4609 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4610
4611         * mail-source.el (mail-sources): Default to fetch from file for
4612         compatibility with default of nnmail-spool-file.
4613
4614 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4617         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4618         to look for encoded word that should be encoded again.
4619         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4620         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4621         encoding pattern.
4622         (rfc2047-decode-region): Switch strict regexp and loose one according
4623         to rfc2047-allow-irregular-q-encoded-words.
4624
4625 2007-11-25  Romain Francoise  <romain@orebokech.com>
4626
4627         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4628
4629 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * tls.el (tls-program): Provide more custom choices from
4632         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4633         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4634
4635 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4638         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4639
4640         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4641         `nnmail-spool-file'.
4642
4643         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4644         `nnmail-spool-file'.
4645
4646         * gnus-move.el (gnus-change-server): Ditto.
4647
4648         * gnus-kill.el (gnus-batch-score): Ditto.
4649
4650         * gnus-cache.el (gnus-jog-cache): Ditto.
4651
4652         * gnus-msg.el (gnus-summary-reply):
4653         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4654
4655 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4658         version.  Minor improvement to doc strings.
4659         (tls-program): Add comment.
4660
4661 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4662
4663         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4664         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4665         mismatch between the hostname provided in the certificate and the name
4666         of the host connnecting to.
4667         (open-tls-stream): Use them.  Check certificates against trusted root
4668         certificates.
4669
4670 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * gnus-cache.el (gnus-cache-generate-nov-databases):
4673         Use nnml-generate-nov-databases-directory instead of
4674         nnml-generate-nov-databases-1.
4675
4676 2007-11-24  Glenn Morris  <rgm@gnu.org>
4677
4678         * message.el (message-tool-bar-retro): Update for rename
4679         mail_send.xpm->mail-send.xpm.
4680
4681 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4684         `smime-ldap-search' for Emacs 22 and up.
4685
4686 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4687
4688         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4689
4690         * message.el (message-send-mail-function): Fix error convention.
4691         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4692         (message-widen-reply, message-send-mail, message-talkative-question)
4693         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4694         (message-clone-locals, message-send-news): Use with-current-buffer.
4695         (message-insert-or-toggle-importance): Remove unused var `valid'.
4696         (message-make-references): Remove unused var `new-references'.
4697         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4698
4699 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4700
4701         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4702         (spam-split-symbolic-return-positive): Reflow docstring.
4703         (spam-backends, spam-summary-exit-behavior)
4704         (spam-mark-ham-unread-before-move-from-spam-group)
4705         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4706         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4707         (spam-clear-cache, spam-backend-check, spam-install-backend)
4708         (spam-install-statistical-backend, spam-list-of-processors)
4709         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4710         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4711         (spam-check-crm114, spam-initialize, spam-unload-hook):
4712         Fix typos in docstrings.
4713
4714 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4717         been checked if they have never been read and those group levels are
4718         higher than the one that a user specified.
4719
4720 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4723         foreign groups unless a group level is specified by a user.
4724         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4725
4726 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * message.el (message-send-mail-function): Require sendmail.
4729
4730 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * message.el (message-send-mail-function): Check for smtpmail too.
4733
4734         * utf7.el (utf7-encode, utf7-decode): Use coding system
4735         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4736
4737         * message.el (message-send-mail-function): New function.
4738         (message-send-mail-function): Set default using
4739         message-send-mail-function.  Adjust doc string.
4740         (message-send-mail-with-mailclient): New function.
4741
4742 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4743
4744         * smime.el (from):
4745         * rfc2047.el (message-posting-charset):
4746         * qp.el (mm-use-ultra-safe-encoding):
4747         * pop3.el (parse-time-months):
4748         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4749         * nnml.el (files):
4750         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4751         (jka-compr-compression-info-list, ange-ftp-path-format)
4752         (efs-path-regexp):
4753         * nndiary.el (files):
4754         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4755         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4756         (epg-digest-algorithm-alist, inhibit-redisplay)
4757         (password-cache-expiry):
4758         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4759         (pgg-output-buffer, password-cache-expiry):
4760         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4761         (efs-path-regexp):
4762         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4763         (inhibit-redisplay):
4764         * mm-uu.el (file-name, start-point, end-point, entry)
4765         (gnus-newsgroup-name, gnus-newsgroup-charset):
4766         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4767         (latin-unity-ucs-list):
4768         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4769         (mm-uu-binhex-decode-function):
4770         * message.el (gnus-message-group-art, gnus-list-identifiers)
4771         (rmail-enable-mime-composing, gnus-local-organization)
4772         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4773         (gnus-read-active-file, facemenu-add-face-function)
4774         (facemenu-remove-face-function, gnus-article-decoded-p)
4775         (tool-bar-mode):
4776         * mail-source.el (display-time-mail-function):
4777         * gnus-util.el (nnmail-pathname-coding-system)
4778         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4779         (gnus-original-article-buffer, gnus-user-agent)
4780         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4781         (xemacs-codename, sxemacs-codename, emacs-program-version):
4782         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4783         * gnus-start.el (gnus-agent-covered-methods)
4784         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4785         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4786         (gnus-newsgroup-headers, gnus-group-list-mode)
4787         (gnus-group-mark-positions, gnus-newsgroup-data)
4788         (gnus-newsgroup-unreads, nnoo-state-alist)
4789         (gnus-current-select-method, mail-sources)
4790         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4791         (nnmail-spool-file, gnus-cache-active-hashtb):
4792         * gnus-mh.el (mh-lib-progs):
4793         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4794         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4795         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4796         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4797         (gnus-group-buffer):
4798         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4799         (font-lock-set-defaults):
4800         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4801         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4802         (gnus-summary-post-menu, total-parts, type, condition, length):
4803         * gnus-agent.el (gnus-agent-read-agentview):
4804         * flow-fill.el (show-trailing-whitespace):
4805         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4806         eval-and-compile wrappers for byte compiler pacifiers.
4807
4808         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4809         (mm-display-inline-fontify): Check for featurep 'xemacs not
4810         extent-list.
4811
4812         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4813         itimer-list.
4814         (mm-create-image-xemacs): Only do something for XEmacs.
4815         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4816
4817         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4818
4819         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4820         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4821
4822 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4823
4824         * nnimap.el (nnimap-split-download-body):
4825         * gnus-demon.el (gnus-demon):
4826         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4827
4828 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4831         macros.
4832         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4833         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4834         copy data from unibyte buffer to multibyte current buffer.
4835         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4836         to copy data from unibyte current buffer to multibyte buffer.
4837         (nntp-make-process-buffer): Make process buffer unibyte.
4838
4839         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4840
4841 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4842
4843         * pop3.el (pop3-open-server): Accept and process data more robustly at
4844         connexion start to avoid spurious "POP SSL connexion failed" errors.
4845
4846 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4849         read group names.
4850
4851 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4854
4855 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4858         (nnmail-save-active): Use a unibyte buffer when saving active file,
4859         which may contain non-ASCII group names.
4860
4861         * nnml.el (nnml-request-group): Decode group names in messages.
4862
4863 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4864
4865         * message.el (message-citation-line-function)
4866         (message-insert-formatted-citation-line): Fix spelling of
4867         `message-insert-formated-citation-line'.
4868
4869 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4870
4871         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4872
4873 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4876         nnmail-pathname-coding-system.
4877
4878         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4879         that a user enters; decode group names in messages.
4880
4881         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4882
4883 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4886
4887         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4888
4889         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4890         risky local variable.
4891
4892         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4893
4894 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4895
4896         * encrypt.el: Improve documentation to fix function name typo.
4897         Reported by Daiki Ueno <ueno@unixuser.org>.
4898
4899 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4902         even if the point is not in the last page of an article.
4903         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4904         back to the previous page.
4905
4906 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4909
4910 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4913
4914 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4915
4916         * message.el (message-check-news-body-syntax): Avoid
4917         mm-string-as-multibyte.
4918         (message-hide-headers): Don't assume (point-min)==1.
4919
4920 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4921
4922         * message.el (message-remove-blank-cited-lines): Fix if remove is
4923         given.
4924         (message-bogus-address-regexp): New variable.
4925         (message-bogus-recipient-p): New function.
4926         (message-check-recipients): New command.
4927         (message-syntax-checks): Add `bogus-recipient'.
4928         (message-fix-before-sending): Add `bogus-recipient'.
4929
4930         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4931         (gnus-treat-body-boundary): Don't test window-system.
4932
4933 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4934
4935         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4936
4937 2007-10-28  Miles Bader  <miles@gnu.org>
4938
4939         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4940         at compile-time too.
4941
4942 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * gnus-msg.el (gnus-message-setup-hook): Add
4945         `message-remove-blank-cited-lines' to options.
4946
4947 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * message.el (message-remove-blank-cited-lines): New function.
4950         Suggested by Karl Plästerer.
4951
4952 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4955         mapc.
4956
4957         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4958         (top-level): Use mapc to set functions to be traced for debugging.
4959
4960         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4961         called for effect with while loop.
4962
4963         * message.el (message-talkative-question): Replace mapcar called for
4964         effect with mapc.
4965
4966         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4967         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4968         called for effect with dolist.
4969
4970         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4971
4972         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4973         gnus-extra-headers and nnmail-extra-headers.
4974
4975         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4976         called for effect with dolist.
4977         (top-level): Use mapc to set functions to be traced for debugging.
4978
4979         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4980         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4981         dolist.
4982
4983         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4984         Replace mapcar called for effect with mapc.
4985         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4986         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4987         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4988         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4989
4990         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4991         remove-if that's a cl function.
4992
4993         * webmail.el (webmail-debug): Replace mapcar called for effect with
4994         dolist.
4995
4996         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4997         with mapc.
4998
4999 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5002         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5003         with while loop.
5004
5005         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5006         functions from article-* functions.
5007         (gnus-multi-decode-header): Replace mapcar called for effect with
5008         dolist.
5009
5010         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5011         (gnus-bookmark-show-details): Replace mapcar called for effect with
5012         while loop.
5013
5014         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5015         called for effect with while loop.
5016
5017         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5018         with dolist.
5019
5020         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5021         mapcar called for effect with dolist.
5022
5023         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5024
5025         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5026         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5027         Replace mapcar called for effect with dolist.
5028         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5029         mapc.
5030
5031         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5032         Replace mapcar called for effect with dolist.
5033         (gnus-topic-list): Replace mapcar called for effect with mapc.
5034
5035         * gnus.el: Use mapc instead of mapcar to add autoloads.
5036
5037 2007-10-23  Richard Stallman  <rms@gnu.org>
5038
5039         * gnus-group.el (gnus-group-highlight): Mark as risky.
5040
5041 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus.el (gnus-server-to-method): Return method found first in
5044         gnus-newsrc-alist.
5045
5046         * gnus-art.el (gnus-article-highlight-signature)
5047         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5048         button overlay without the front stickiness.
5049
5050 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5051
5052         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5053         overview buffer needed a catch to receive its throw.
5054         (gnus-agent-flush-cache): Declared as interactive to make this function
5055         easier to use.
5056
5057 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5060         `next-line'.
5061
5062 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5065         exclude address matching message-dont-reply-to-names.
5066
5067 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-util.el (gnus-string<): New function.
5070
5071         * gnus-sum.el (gnus-article-sort-by-author)
5072         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5073
5074 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5077         the frame-focus tag is set in gnus-buffer-configuration.
5078
5079 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5082         the front stickiness.
5083
5084 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5087         url pattern; remove duplicate one.
5088         (gnus-article-extend-url-button): New function.
5089         (gnus-article-add-buttons): Use it.
5090         (gnus-button-push): Use concatenated url that it makes.
5091
5092 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5093
5094         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5095
5096 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5097
5098         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5099         Don't hardcode point-min==1.
5100
5101 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5104         Fix comment about "iso8859-1".
5105
5106 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5107
5108         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5109         ones returned from the verify-function.
5110
5111         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5112         mml2015-extract-cleartext-signature if extraction failed.
5113
5114 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5115
5116         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5117         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5118         failed.
5119
5120 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5123
5124 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5127         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5128         recommends to use EasyPG instead of PGG.
5129
5130         * pgg.el: Revert to revision 6.23.2.16.
5131
5132         * pgg-def.el: Revert to revision 6.6.2.14.
5133
5134         * pgg-gpg.el: Revert to revision 6.23.2.34.
5135
5136 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5139         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5140         thread for both the null and zero (kill/expire thread) universal prefix
5141         cases.
5142         (gnus-summary-expire-thread): Add new function to expire a thread,
5143         using gnus-summary-kill-thread.
5144         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5145         shortcuts for gnus-summary-expire-thread.
5146         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5147         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5148
5149 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5152         extras value, so an extras entry can be deleted.
5153         (gnus-registry-delete-extra-entry): Use it.
5154         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5155         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5156         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5157         storage through the gnus-registry, and provide an appropriate API for
5158         it.
5159
5160 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5163         Suggested by Leo <sdl.web@gmail.com>.
5164
5165         * gnus.el: Do.
5166
5167 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5170         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5171
5172         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5173
5174         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5175         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5176
5177 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5180         newline.
5181         (nnmbox-request-accept-article): Don't change article in source buffer;
5182         narrow to header to use message-fetch-field rather than
5183         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5184         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5185         as delimiters; make sure article ends with newline.
5186         (nnmbox-delete-mail): Correct last position of article to be deleted;
5187         ignore X-Gnus-Newsgroup header in article body.
5188         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5189         positions; make sure article ends with newline.
5190
5191         * message.el (message-display-abbrev): Don't infloop when a user
5192         inserts SPC in the beginning of header.
5193
5194         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5195         coding-system-for-read and coding-system-for-write for XEmacs having no
5196         file-coding feature.
5197
5198         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5199
5200 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5203         list of groups not followed by default.  Fix type to be regexp.
5204         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5205
5206 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5207
5208         * hmac-def.el (define-hmac-function): Switch from old-style to
5209         new-style backquotes.
5210
5211         * md4.el (md4-make-step): Likewise.
5212
5213 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5216         raw-text coding system when saving .newsrc file, which may contain
5217         non-ASCII group names.
5218
5219 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-cus.el (gnus-score-extra): New widget.
5222         (gnus-score-extra-convert): New function.
5223         (gnus-score-customize): Use it for Extra.
5224
5225 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5226
5227         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5228         (mml2015-mailcrypt-clear-verify): Use it.
5229         (mml2015-gpg-clear-verify): Use it.
5230         (mml2015-pgg-clear-verify): Use it.
5231         (mml2015-epg-clear-verify): Replace the current part with the output
5232         from GnuPG; don't extract the plaintext by itself.
5233
5234         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5235         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5236         mml2015-clear-verify-function; don't touch the armor headers or
5237         dash-escaped text here.
5238
5239 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5242         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5243         parts, or application/octet-stream as a last resort.
5244         (gnus-mime-view-part-as-type): Don't toggle display.
5245         (gnus-mime-view-part-as-charset): Don't turn off display before
5246         querying charset.
5247
5248         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5249         stuff to undisplayer function in Emacs.
5250         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5251
5252         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5253         text/calendar parts.
5254
5255 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5258         decoding text/calendar parts.
5259
5260         * message.el (message-forward-make-body-mime): Always mark body as
5261         having no illegible text; remove signed-or-encrypted argument.
5262         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5263
5264         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5265         (mml-generate-mime-1): Don't encode body if it is specified to be in
5266         raw form; don't make buffer be unibyte when inserting multibyte string.
5267
5268 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5269
5270         * sha1.el: Fix up comment style.
5271         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5272         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5273
5274         * hex-util.el: Fix up comment style.
5275         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5276
5277         * gnus-salt.el: Use with-current-buffer.
5278         (gnus-pick-setup-message): Fix long-standing typo.
5279
5280 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * imap.el (imap-logout-timeout): New variable.
5283         (imap-logout, imap-logout-wait): New functions.
5284         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5285
5286         * nnimap.el (nnimap-logout-timeout): New server variable.
5287         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5288         nnimap-logout-timeout.
5289
5290         * gnus-art.el (gnus-article-summary-command-nosave)
5291         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5292
5293 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus.el (gnus-maximum-newsgroup): New variable.
5296
5297         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5298         according to gnus-maximum-newsgroup.
5299
5300         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5301         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5302         Limit the range of articles according to gnus-maximum-newsgroup.
5303
5304 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5305
5306         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5307         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5308         Don't perform gnus-configure-windows here; reuse existing sticky
5309         article buffer.
5310
5311         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5312         it doesn't exist in gnus-article-mode.
5313
5314 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5317         (gnus-agent-decoded-group-name): New function.
5318         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5319         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5320
5321 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5322
5323         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5324         Add binding for gnus-sticky-article.
5325         (gnus-summary-exit): Don't kill sticky article buffers.
5326
5327         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5328         article buffer.
5329         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5330         (gnus-kill-sticky-article-buffers): New commands.
5331
5332 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * nntp.el (nntp-xref-number-is-evil): New server variable.
5335         (nntp-find-group-and-number): If it is non-nil, don't trust article
5336         numbers in the Xref header.
5337
5338 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-agent.el (gnus-agent-read-group): New function.
5341         (gnus-agent-flush-group, gnus-agent-expire-group)
5342         (gnus-agent-regenerate-group): Use it.
5343         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5344         nnmail-pathname-coding-system.
5345
5346 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5349
5350         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5351         that are unread as unread, and also as selected so that information of
5352         marks having been changed by a user may be updated when exiting group.
5353
5354 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5357         calculated ignoring signature parts to gnus-treat-article.
5358
5359 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5362         a point here in order to keep the window start.
5363         (gnus-insert-mime-security-button): Make a button overlay without the
5364         front stickiness.
5365         (gnus-mime-display-security): Goto the end of a button.
5366
5367         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5368
5369 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5372         group-name-at-point.
5373         (gnus-group-completing-read): New function that offers decoded
5374         non-ASCII group names for completion.
5375         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5376         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5377         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5378         (gnus-group-fetch-control): Use it.
5379         (gnus-fetch-group): Use group-name-at-point for the initial value
5380         rather than the default value; use gnus-alive-p.
5381
5382         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5383         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5384         (gnus-summary-post-news): Use gnus-group-completing-read.
5385
5386         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5387         (gnus-read-move-group-name): Decode group name for completion.
5388
5389 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5392         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5393         Yamaoka slightly modified the code).
5394
5395 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5398         (nnmail-split-incoming): Bind it.
5399
5400         * nnml.el (nnml-group-name-charset): New function.
5401         (nnml-decoded-group-name): Use it; don't decode group name if
5402         nnmail-group-names-not-encoded-p is non-nil.
5403         (nnml-encoded-group-name): New function.
5404         (nnml-group-pathname): Inline nnml-decoded-group-name.
5405         (nnml-request-expire-articles): Decode group name in message.
5406         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5407         nnmail-pathname-coding-system.
5408         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5409         not decoded ones according to nnmail-group-names-not-encoded-p.
5410         (nnml-generate-active-info): Use nnml-encoded-group-name.
5411
5412 2007-08-08  Glenn Morris  <rgm@gnu.org>
5413
5414         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5415         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5416         doc-strings and comments.
5417
5418 2007-07-25  Glenn Morris  <rgm@gnu.org>
5419
5420         * Relicense all FSF files to GPLv3 or later.
5421
5422 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-sum.el (gnus-summary-move-article): Make
5425         gnus-summary-respool-article work.
5426
5427 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5430         string.
5431
5432 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5433
5434         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5435         that should be ignored when comparing distant RSS articles with local
5436         ones.
5437         (nnrss-make-hash-index): New function.  Create a hash index according
5438         to the ignored fields.
5439         (nnrss-check-group): Use it.
5440
5441 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5444
5445         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5446
5447         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5448         the new optional argument ENCODED is non-nil.
5449         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5450         coding system for encoding group name.
5451         (gnus-group-make-rss-group): Pass un-encoded group name to
5452         gnus-group-make-group.
5453         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5454         encoded.
5455
5456         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5457         Encode group name to which articles are moved or copied.
5458         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5459         coding system for encoding Newsgroup, Followup-To and Xref headers.
5460
5461         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5462         marks; use nnheader-file-coding-system to write a file.
5463         (nnagent-retrieve-headers): Bind file-name-coding-system to
5464         nnmail-pathname-coding-system.
5465
5466         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5467
5468         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5469         (nnml-request-article, nnml-request-create-group)
5470         (nnml-request-rename-group, nnml-find-id)
5471         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5472         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5473         (nnml-save-marks): Use nnml-group-pathname instead of
5474         nnmail-group-pathname.
5475
5476         (nnml-request-create-group, nnml-request-expire-articles)
5477         (nnml-request-move-article, nnml-request-delete-group)
5478         (nnml-deletable-article-p, nnml-possibly-create-directory)
5479         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5480         (nnml-open-marks): Bind file-name-coding-system to
5481         nnmail-pathname-coding-system.
5482
5483         (nnml-request-article): Pass server argument to nnml-find-group-number.
5484         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5485         server argument to nnml-possibly-create-directory.
5486         (nnml-request-accept-article): Pass server argument to
5487         nnml-active-number and nnml-save-mail.
5488         (nnml-find-group-number): Pass server argument to nnml-find-id.
5489         (nnml-request-update-info): Pass server argument to
5490         nnml-marks-changed-p.
5491
5492         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5493         (nnml-save-mail, nnml-active-number): Add server argument.
5494
5495         (nnml-request-delete-group): Warn if group is missing.
5496         (nnml-get-nov-buffer): Decode group name.
5497         (nnml-generate-active-info): Encode group name.
5498         (nnml-open-marks): Decode group name in messages.
5499
5500 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5503         if it is not specified.
5504         (gnus-article-pipe-part, gnus-article-save-part)
5505         (gnus-article-interactively-view-part, gnus-article-copy-part)
5506         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5507         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5508         (gnus-article-replace-part, gnus-article-delete-part)
5509         (gnus-article-view-part-as-type): Pass raw prefix argument to
5510         gnus-article-part-wrapper.
5511
5512 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-agent.el (gnus-agent-save-active): Bind
5515         nnheader-file-coding-system to gnus-agent-file-coding-system.
5516
5517         * gnus-cache.el (gnus-cache-save-buffers)
5518         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5519         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5520         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5521         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5522         (gnus-cache-generate-active, gnus-cache-rename-group)
5523         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5524         (gnus-cache-update-overview-total-fetched-for): Bind
5525         file-name-coding-system to nnmail-pathname-coding-system.
5526         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5527         variables.
5528         (gnus-cache-decoded-group-name): New function.
5529         (gnus-cache-file-name): Use it.
5530         (gnus-cache-generate-active): Use non-decoded group name for active.
5531
5532         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5533         right place.
5534         (gnus-write-active-file): Don't break non-ASCII group names.
5535
5536         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5537         nnmail-pathname-coding-system.
5538
5539         * lpath.el: Bind default-file-name-coding-system,
5540         file-name-coding-system and language-info-alist for XEmacs.
5541
5542         * gnus-uu.el (gnus-uu-decode-save): Typo.
5543
5544 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5547
5548 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5551         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5552         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5553         (gnus-agent-flush-group, gnus-agent-flush-cache)
5554         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5555         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5556         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5557         (gnus-agent-regenerate-group)
5558         (gnus-agent-update-files-total-fetched-for)
5559         (gnus-agent-update-view-total-fetched-for): Bind
5560         file-name-coding-system to nnmail-pathname-coding-system.
5561         (gnus-agent-group-pathname): Don't encode file names by
5562         nnmail-pathname-coding-system.
5563         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5564         coding-system-for-write instead of buffer-file-coding-system to
5565         gnus-agent-file-coding-system.
5566
5567         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5568         Decode group name.
5569
5570         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5571
5572         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5573         (gnus-read-newsrc-el-file): Make group names unibyte.
5574
5575         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5576         nnmail-pathname-coding-system.
5577
5578         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5579         (nnrss-request-delete-group): Bind file-name-coding-system to
5580         nnmail-pathname-coding-system.
5581         (nnrss-read-server-data, nnrss-read-group-data): Bind
5582         file-name-coding-system correctly.
5583         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5584
5585         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5586         (nntp-server-to-method-cache): New variable.
5587         (nntp-group-pathname): New function that decodes non-ASCII group names.
5588         (nntp-possibly-create-directory, nntp-marks-changed-p)
5589         (nntp-save-marks, nntp-open-marks): Use it.
5590         (nntp-possibly-create-directory, nntp-open-marks):
5591         Bind file-name-coding-system to nnmail-pathname-coding-system.
5592         (nntp-open-marks): Decode group names when bootstrapping marks.
5593
5594         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5595         Newsgroups and Folowup-To headers.
5596
5597 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5600         (gnus-server-closed-face, gnus-server-denied-face)
5601         (gnus-server-offline-face): Remove variable.
5602         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5603
5604         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5605         of modifying message-stack directly for XEmacs.
5606
5607         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5608         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5609         if the coding-system argument is nil for XEmacs.
5610
5611         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5612         mm-charset-override-alist.
5613
5614         * rfc2047.el: Don't require base64; require rfc2045 for the function
5615         rfc2045-encode-string.
5616         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5617         to quote the parameter value.
5618
5619 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5622         form in gnus-group-name-charset-method-alist.
5623
5624         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5625         overrides the default layout edit-form.
5626
5627         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5628
5629         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5630
5631 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5634         as unfetched articles.
5635
5636 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5639
5640 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5643         original back end that keeps marks in the local system.
5644
5645 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5648         arg of pop-to-buffer for XEmacs.
5649         (gnus-article-read-summary-keys): Ditto; don't restore window
5650         configuration if summary command ends up with neither article buffer
5651         nor summary buffer; describe bindings if summary keys end with C-h.
5652
5653 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * message.el (message-fix-before-sending): Skip raw message part to be
5656         forwarded while checking illegible text.
5657         (message-forward-make-body-mime, message-forward-make-body): Mark
5658         signed or encrypted raw message as having no illegible text.
5659
5660 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5663         (gnus-message-with-timestamp-1): New macro.
5664         (gnus-message-with-timestamp): New function.
5665         (gnus-message): Use them.
5666
5667         * nnheader.el (nnheader-message): Use them.
5668
5669 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5670
5671         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5672         .newsrc.eld file.
5673
5674 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-agent.el (gnus-agent-fetch-headers)
5677         (gnus-agent-retrieve-headers): Bind
5678         gnus-decode-encoded-address-function to identity.
5679
5680         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5681         available also when the server returns simply a dot.
5682
5683         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5684
5685 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5688
5689 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-ems.el (gnus-x-splash): Make it work.
5692
5693         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5694         from being used.
5695
5696         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5697
5698 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5701         4th and the 5th arguments.
5702
5703         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5704         the front stickiness.
5705         (gnus-article-summary-command-nosave): Correct the order of the
5706         arguments passed to pop-to-buffer.
5707         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5708         summary command ends up with the article buffer.
5709
5710         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5711         the same faces.
5712
5713 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5714
5715         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5716
5717 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5718
5719         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5720         * gnus-sum.el (gnus-summary-highlight):
5721         * pgg.el (pgg-sign-region, pgg-sign):
5722         * mail-source.el (mail-source-delete-old-incoming-confirm):
5723         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5724
5725 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (gnus-mime-view-part-externally)
5728         (gnus-mime-view-part-internally): Fix predicate function passed to
5729         completing-read.
5730
5731         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5732
5733         * gnus.el (gnus-update-message-archive-method): Add :version.
5734
5735 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus.el (gnus-update-message-archive-method): New variable.
5738
5739         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5740         according to gnus-message-archive-method if
5741         gnus-update-message-archive-method is non-nil.
5742
5743 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5746         by Loic Dachary <loic@dachary.org>.
5747         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5748
5749 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * message.el (message-pop-to-buffer): Add switch-function argument.
5752         (message-mail): Pass switch-function argument to it.
5753
5754 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5757         Improve doc string.
5758
5759 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5762         (gnus-header-content)
5763         * gnus-cite.el (gnus-cite-10)
5764         * gnus-srvr.el (gnus-server-closed)
5765         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5766         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5767         (gnus-group-mail-3-empty, gnus-group-mail-low)
5768         (gnus-group-mail-low-empty, gnus-splash)
5769         * message.el (message-header-to, message-header-cc)
5770         (message-header-subject, message-header-other, message-header-name)
5771         (message-header-xheader, message-separator, message-cited-text)
5772         (message-mml): Lighten colors of faces used for dark background.
5773
5774 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5775
5776         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5777         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5778
5779 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * message.el (message-narrow-to-headers-or-head):
5782         Ignore mail-header-separator in the body.
5783
5784 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5787         same as window size.
5788
5789 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5790
5791         * message.el (message-font-lock-keywords): Use message-header-xheader
5792         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5793         ahead of the anything pattern, to get it recognised.
5794
5795 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5798         spam.el loads uses it in the compiled defadvice form.
5799
5800 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5801
5802         * gnus-sum.el (gnus-articles-to-read)
5803         (gnus-summary-insert-old-articles): Don't truncate group name for
5804         `read-string'.
5805
5806         * gnus-util.el (gnus-limit-string): Delete this function.
5807
5808         * gnus-sum.el (gnus-simplify-subject-fully): Use
5809         `truncate-string-to-width' instead.
5810
5811 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5812
5813         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5814         if, on summary exit, the next group has to be selected.
5815         (gnus-summary-exit): Use it.
5816
5817 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5820         non-break space.
5821
5822 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5825         Check if group is not a directory.
5826         (nnfolder-request-expire-articles): Don't delete articles if the target
5827         group is not available.
5828
5829         * nnml.el (nnml-request-create-group): Properly check if group is not a
5830         file.
5831         (nnml-request-expire-articles): Don't delete articles if the target
5832         group is not available.
5833
5834         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5835         Don't quote characters that are within parentheses.
5836
5837 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5840         (gnus-handle-ephemeral-exit): Select article according to it.
5841
5842 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * message.el (message-insert-formated-citation-line): Remove newline.
5845         (message-citation-line-format): Add final \n here so that the user can
5846         avoid a blank line.
5847
5848 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5849
5850         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5851         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5852         Update lanl/arXiv support.
5853
5854 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * gnus.el: Bump version number.
5857
5858 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * gnus.el (gnus-version-number): Bump version.
5861
5862 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5863
5864         * gnus.el: No Gnus v0.6 is released.
5865
5866 2007-04-27  Didier Verna  <didier@xemacs.org>
5867
5868         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5869         * gmm-utils.el (gmm-regexp-concat): here.
5870         * message.el: Don't require 'gnus-util.
5871         (message-dont-reply-to-names): Handle name change above.
5872         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5873
5874 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5877         since the initial value varies according to the system.
5878
5879 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5882
5883 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5884
5885         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5886
5887 2007-04-24  Didier Verna  <didier@xemacs.org>
5888
5889         Improve the type of gnus-ignored-from-addresses.
5890         * gnus-util.el (gnus-orify-regexp): New function.
5891         * message.el (gnus-util): Require it.
5892         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5893         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5895
5896 2007-04-24  Didier Verna  <didier@xemacs.org>
5897
5898         * gnus-sum.el:
5899         * gnus-utils.el: Fix some trailing whitespaces.
5900
5901 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5904         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5905         article's Message-ID; refer parent article in summary buffer.
5906
5907         * message.el (message-bounce): Call mime-to-mml.
5908
5909         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5910         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5911         optimize and/or forms properly.
5912
5913 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5916         URL.
5917
5918 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5921
5922 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5925         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5926         displayed of multipart/alternative part if it is invoked from summary
5927         buffer.
5928
5929         * mm-view.el (mm-inline-text-html-render-with-w3m)
5930         (mm-inline-text-html-render-with-w3m-standalone)
5931         (mm-inline-render-with-function): Use mail-parse-charset by default.
5932
5933 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5934
5935         * parse-time.el (parse-time-string-chars): Check if CHAR
5936         is less than the length of parse-time-syntax.
5937
5938 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5941         from gnus-newsgroup-processable.
5942
5943 2007-04-16  Didier Verna  <didier@xemacs.org>
5944
5945         * gnus-msg.el (gnus-configure-posting-styles): Handle
5946         message-signature-directory properly with :file syntax.  Reported by
5947         "Leo".
5948
5949 2007-04-11  Didier Verna  <didier@xemacs.org>
5950
5951         New user option: message-signature-directory.
5952         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5953         * message.el (message-insert-signature): Ditto.
5954         * message.el (message-signature-file): Doc update.
5955         * message.el (message-signature-directory): New.
5956
5957 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus-msg.el (gnus-inews-yank-articles): Use
5960         message-exchange-point-and-mark instead of exchange-point-and-mark.
5961
5962 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * message.el (message-yank-original): Make sure cited text ends with
5965         newline; don't exchange point and mark.
5966
5967 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5968
5969         * tls.el (open-tls-stream): Properly handle case where there
5970         is no associated buffer.
5971
5972 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5973
5974         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5975         message-yank-original, make sure (< mark TEXT point).
5976
5977 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * message.el (message-fill-column): New variable.
5980         (message-mode): Use it.  Add comment on a possible new hook.
5981
5982         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5983         (nnmail-get-new-mail): Reformat.
5984
5985         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5986
5987         * gmm-utils.el: Fix Commentary.
5988         (gmm-tool-bar-from-list): Fix typo in doc string.
5989
5990 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5991
5992         * message.el (message-yank-original): Don't switch point and mark
5993         unnecessarily to put point and mark as documented.
5994
5995 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5998         from the message heads.
5999
6000 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6001
6002         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6003         article buffer does not have a window.  This may not be the best
6004         solution but is certainly better than setting the start of the null,
6005         that is the current, window.
6006
6007 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6010         (gnus-draft-setup): Run it.
6011
6012         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6013         gnus-score-fast-scoring.  Allow regexp.
6014         (gnus-score-headers): Use it.
6015
6016         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6017         XEmacs.
6018
6019         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6020         string.
6021         (gnus-button-alist): Also catch `<f1> k ...'.
6022         (gnus-treat-display-x-face): Fix doc string.
6023
6024 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6025
6026         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6027         evaluation of gnus-extended-version to ensure correct generation of the
6028         User-Agent header when message-generate-headers-first is used.
6029
6030 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6031
6032         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6033         hashcash-path is nil.  Don't call callback with incorrect number of
6034         parameters if val is 0.
6035
6036 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6037
6038         * message.el (message-required-news-headers):
6039         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6040
6041 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6042
6043         * tls.el (open-tls-stream): In handshake-waiting loop,
6044         don't wait more if there is output available to process.
6045
6046 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6047
6048         * tls.el (tls-program): Doc fix.
6049
6050 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * message.el (message-generate-new-buffers): Change the meaning of the
6053         nil value; add `standard' to the choices; treat t as `unique'; improve
6054         doc string.
6055         (gnus-select-frame-set-input-focus): Autoload.
6056         (message-buffer-name): Search for the existing message buffer if
6057         message-generate-new-buffers is nil or `standard'; treat the value t of
6058         message-generate-new-buffers as `unique'.
6059         (message-pop-to-buffer): Raise the frame already displaying the message
6060         buffer; clear the echo area after querying.
6061         (message-setup): Pass the `continue' argument to compose-mail.
6062         (message-mail): Prefer `switch-function' if it is given; search for the
6063         existing message buffer if the `continue' argument is non-nil; pass
6064         continue and switch-function arguments to compose-mail by way of
6065         message-setup.
6066         (message-mail-other-window): Adjust argument of message-setup.
6067         (message-mail-other-frame): Ditto.
6068
6069 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6072         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6073         to turn font-lock on when turning gnus-message-citation-mode on.
6074
6075 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6076
6077         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6078         (mml-smime-function-alist): New variable; add epg as the backend.
6079         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6080         mml-smime- functions instead.
6081         * mm-view.el: Require smime.
6082
6083 2007-03-05  Didier Verna  <didier@xemacs.org>
6084
6085         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6086         instead of just inheritance for posting styles.
6087         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6088
6089 2007-02-24  Chris Moore  <dooglus@gmail.com>
6090
6091         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6092         * pgg-pgp.el (pgg-pgp-encrypt-region):
6093         * pgg-gpg.el (pgg-gpg-encrypt-region):
6094         Check pgg-encrypt-for-me if no other recipients.
6095
6096 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6097
6098         * tls.el (tls-certtool-program): Fix custom type.
6099
6100 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6103         and point-at-eol instead of line-(beginning|end)-position.
6104
6105         * assistant.el (assistant-parse-buffer): Ditto.
6106
6107         * netrc.el (netrc-parse-services): Ditto.
6108
6109 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6110
6111         * mml2015.el (mml2015-epg-find-usable-key): New function.
6112         (mml2015-epg-sign): Use it.
6113         (mml2015-epg-encrypt): Use it.
6114
6115 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * message.el (message-make-in-reply-to): Quote name containing
6118         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6119         if there are special characters.  Reported by NAKAJI Hiroyuki
6120         <nakaji@jp.freebsd.org>.
6121
6122 2007-02-27  Didier Verna  <didier@xemacs.org>
6123
6124         Include the group parameters as well as the topic ones in the
6125         inheritance filter process.
6126         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6127         argument GROUP-PARAMS-LIST.
6128         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6129
6130 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * nntp.el (nntp-never-echoes-commands)
6133         (nntp-open-connection-functions-never-echo-commands): New variables.
6134         (nntp-send-command): Use them.
6135
6136 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6137
6138         * mml2015.el (mml2015-epg-verify): Simplified.
6139
6140 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * mml.el (mml-content-disposition-alist): New user option.
6143         (mml-content-disposition): New function.
6144         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6145         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6146
6147 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6148
6149         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6150         verification.
6151
6152 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6153
6154         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6155         articles posted in the last 24 hours.
6156
6157 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6158
6159         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6160
6161 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6162
6163         * nntp.el (nntp-send-command): Don't wait for echoes when
6164         nntp-open-ssl-stream is used.
6165
6166 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6169         (gnus-message-add-citation-keywords)
6170         (gnus-message-remove-citation-keywords): Remove.
6171         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6172         directly, make the variables in font-lock-defaults buffer-local, add
6173         gnus-message-citation-keywords to them and then update the value of
6174         font-lock-keywords.
6175
6176 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * message.el (message-cite-original-1): Don't call
6179         gnus-article-highlight-citation.
6180
6181         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6182         citations; fix line count.
6183
6184 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6187         (gnus-message-add-citation-keywords)
6188         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6189         versions of font-lock-add-keywords and font-lock-remove-keywords to
6190         work with XEmacs correctly.
6191
6192 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * gnus-cite.el (gnus-cite-face-list): Set the values of
6195         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6196         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6197         (gnus-message-cite-prefix-regexp): New variable.
6198         (gnus-message-search-citation-line): Use it; protect against long
6199         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6200         the 0th match data for Emacs.
6201         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6202         (gnus-message-add-citation-keywords): Append keywords rather than
6203         prepending; emulate font-lock-add-keywords if it is not available.
6204         (gnus-message-remove-citation-keywords): Emulate
6205         font-lock-remove-keywords if it is not available.
6206
6207         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6208
6209         * message.el (message-cite-prefix-regexp): Set the value of
6210         gnus-message-cite-prefix-regexp.
6211
6212 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6213
6214         * nnweb.el (nnweb-google-parse-1): Update parser.
6215
6216 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6217
6218         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6219
6220 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6221
6222         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6223         regexp.
6224
6225 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6228         string-to-multibyte.
6229         (uudecode-decode-region-internal): Use it.
6230
6231         * lpath.el: Fbind string-as-multibyte for XEmacs.
6232
6233 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6236         custom choice.
6237
6238         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6239
6240 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6241
6242         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6243
6244         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6245         `write-region' to respect `mm-inhibit-file-name-handlers'.
6246
6247 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6250         Use gnus-home-directory instead of "~/" or "$HOME".
6251
6252 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6255         to mention filename.
6256         Add comments at beginning regarding usage.
6257         (encrypt-write-file-contents): Change interactive so a string is
6258         acceptable.  If the file has no associated model, show an error instead
6259         of a nonsense prompt.
6260
6261 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6262
6263         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6264         Thanks to Yoshihiko Yamada for kind notification of this typo.
6265
6266 2007-01-12  Kenichi Handa  <handa@m17n.org>
6267
6268         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6269         multibyte buffer.
6270
6271 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * gnus-score.el (gnus-score-fast-scoring): New variable.
6274         (gnus-score-headers): Use it.
6275
6276         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6277
6278         * message.el (message-cite-original-1): Call
6279         gnus-article-highlight-citation if requested.
6280         (message-make-from): Allow name and address as optional arguments.
6281
6282         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6283
6284         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6285         bugs to doc string.
6286         (gnus-button-alist): Add mid\\|message-id.
6287         (gnus-button-fetch-group): Extend for use in
6288         `browse-url-browser-function'.
6289         (gnus-button-url-regexp): Try to catch paired parentheses like in
6290         Wikipedia URLs.
6291
6292         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6293         Suggested by Simon Krahnke <overlord@gmx.li>.
6294
6295 2007-01-13  Romain Francoise  <romain@orebokech.com>
6296
6297         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6298         Update copyright.
6299
6300 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6301
6302         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6303
6304 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6305
6306         * gnus-registry.el (gnus-registry-unfollowed-groups)
6307         (gnus-registry-split-fancy-with-parent): Fix documentation.
6308
6309 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6310
6311         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6312         from nnweb groups.
6313
6314 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6315
6316         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6317         Xref urls.  Erase buffer before requesting head.
6318
6319 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6322         customizable.
6323
6324 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6325
6326         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6327         no signing key is found.
6328         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6329         no encrypting and/or signing key is found.
6330
6331 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6334
6335 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6336
6337         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6338         headers read from disk with the ones newly found in the current search.
6339         This should no longer cause problems, because the article numbers in
6340         Gmane's `nov.php' output are ignored since the previous change.
6341
6342 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6343
6344         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6345
6346 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6349         replace-regexp-in-string; bind url-version; fbind display-images-p and
6350         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6351         find-face and set-itimer-function for Emacs; bind itimer-list for
6352         Emacs.
6353
6354         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6355
6356 2007-01-01  Romain Francoise  <romain@orebokech.com>
6357
6358         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6359
6360 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6361
6362         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6363         `define-minor-mode' macro definition expanded properly.
6364         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6365         exclude it there.
6366
6367         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6368         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6369         `fboundp' test.
6370         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6371         This is OK to autoload in (S)XEmacs now.
6372
6373 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6376         keystroke.
6377         (gnus-summary-limit-to-singletons): Fix typo.
6378
6379         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6380         else fails.
6381
6382 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6383
6384         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6385         docstring.
6386
6387         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6388         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6389         (gnus-summary-insert-dormant-articles): Fix typo in message.
6390
6391 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6394         nil for XEmacs.
6395         (gnus-message-citation-mode): Don't autoload in XEmacs.
6396
6397         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6398
6399 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6400
6401         * nnimap.el (nnimap-expunge-search-string): Mention
6402         nnimap-search-uids-not-since-is-evil in docstring.
6403
6404 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * spam.el: Revert to make-obsolete-variable because
6407         define-obsolete-variable-alias is not supported in Emacs 21.
6408
6409         * spam.el (spam-ifile-path, spam-ifile-database-path)
6410         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6411         make-obsolete-variable.
6412         (spam-bsfilter-path, spam-bsfilter-program)
6413         (spam-spamassassin-path, spam-spamassassin-program)
6414         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6415         use "path" inappropriately.
6416         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6417         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6418         variable names.
6419
6420 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6421
6422         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6423         summary buffer.
6424
6425         * password.el (password-cache-remove): Use clear-string to burn
6426         password, if available.
6427
6428 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6431
6432         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6433
6434         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6435         (gnus-message-highlight-citation): Move defcustom here from
6436         gnus-cite.el.
6437         (gnus-message-citation-mode): Autoload.
6438
6439         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6440         checks to make it compile with XEmacs.
6441         (gnus-message-citation-mode): New minor mode.
6442         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6443         (gnus-message-highlight-citation): New variables.
6444         (gnus-message-search-citation-line)
6445         (gnus-message-add-citation-keywords)
6446         (gnus-message-remove-citation-keywords)
6447         (turn-on-gnus-message-citation-mode)
6448         (turn-off-gnus-message-citation-mode): New functions.
6449
6450 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6451
6452         * gnus-cite.el: Enable highlighting of different citation levels in
6453         message-mode.
6454
6455 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * message.el (message-make-fqdn): Fix comment.
6458         (message-bogus-system-names): Add ".local".
6459
6460         * spam.el (spam-ifile-path, spam-ifile-program)
6461         (spam-ifile-database-path, spam-ifile-database)
6462         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6463         Don't use "path" inappropriately.
6464         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6465         strings.
6466         (spam-check-ifile, spam-ifile-register-with-ifile)
6467         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6468         new variable names.
6469
6470         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6471         (gnus-treat-display-smileys): Simplify using
6472         gnus-image-type-available-p.
6473
6474         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6475         available.
6476
6477         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6478         `display-images-p' if available.
6479
6480 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6483         one after turning on the buffer's multibyteness instead of decoding
6484         them directly in the unibyte buffer that causes unexpected conversion
6485         in Emacs 23 (unicode).
6486
6487 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6488
6489         * message.el (message-generate-hashcash): Fix custom type.
6490
6491 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6494
6495 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6498         disconnect icons.  Add help text.
6499
6500 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6501
6502         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6503         negated to be consistent with the others we handle.
6504
6505 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506
6507         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6508         version of gnus-summary-buffer to something, so that we can use two
6509         article buffers at the same time.
6510
6511 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6514         trigger all the extra headers.
6515         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6516         sorting.
6517
6518 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6519
6520         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6521         solid groups.
6522
6523 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6524
6525         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6526
6527 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * legacy-gnus-agent.el: Add Copyright notice.
6530
6531 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6532
6533         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6534
6535 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6536
6537         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6538
6539         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6540         to make it work reliably in CVS Emacs.
6541         (gnus-summary-limit-strange-charsets-predicate)
6542         (gnus-summary-limit-to-predicate): New functions.
6543
6544 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6545
6546         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6547         specifying array size.
6548         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6549         array if it is too small.
6550         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6551         (gnus-sort-threads-loop): New function.
6552
6553 2006-12-06  Chris Moore  <dooglus@gmail.com>
6554
6555         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6556         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6557
6558 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6559
6560         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6561         options.
6562
6563 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6564
6565         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6566         DOS-ing the recipient.
6567
6568         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6569         the headers when creating the mapping to avoid mismappings.
6570         (nnweb-gmane-create-mapping): Always nix out old mapping.
6571
6572 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6575         and mm-verify-option to never.
6576
6577 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * message.el (message-signed-or-encrypted-p): New function.
6580         (message-forward-make-body): Use it.
6581
6582         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6583         Replace encode-coding-string with mm-encode-coding-string.
6584
6585 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * nneething.el (nneething-decode-file-name): Replace
6588         decode-coding-string with mm-decode-coding-string.
6589
6590         * gnus-int.el (gnus-open-server): Say failed server's name.
6591
6592 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6593
6594         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6595         strings to a single string.  Quote `errors-file-name'.
6596         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6597         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6598         Adjust calls.  Use `shell-quote-argument'.
6599
6600 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6601
6602         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6603         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6604
6605         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6606         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6607         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6608         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6609         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6610         (gnus-subscribe-newsgroup, gnus-1):
6611         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6612         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6613         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6614         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6615
6616 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6617
6618         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6619         keystroke.
6620         (gnus-summary-limit-to-bodies): Implement headersp.
6621
6622 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6625
6626 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6629
6630 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631
6632         * message.el (message-generate-hashcash): Expand range of values to
6633         include `opportunistic'.
6634         (message-send-mail): Use it.
6635
6636 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6637
6638         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6639         and comment it.
6640
6641         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6642
6643 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6644
6645         * gnus-util.el (gnus-extract-address-components): Improve comment.
6646
6647 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-util.el (gnus-extract-address-components): Work with address in
6650         which the name portion contains @.
6651
6652         * lpath.el: Fbind custom-autoload.
6653
6654 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6655
6656         * gnus.el (gnus-start): Move custom group up.
6657         (gnus-select-method): Don't autoload, but make it available for
6658         `customize-variable'.
6659         (gnus-getenv-nntpserver): Don't autoload.
6660
6661 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6662
6663         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6664
6665 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * message.el (message-sendmail-extra-arguments): New variable.
6668         (message-send-mail-with-sendmail): Use it.
6669
6670 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6673         mm-with-unibyte-current-buffer to make string unibyte.
6674
6675         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6676         mm-string-as-multibyte.
6677
6678 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6679
6680         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6681         Reported by Werner Koch <wk@gnupg.org>.
6682
6683 2006-11-14  Daiki Ueno  <ueno@p360>
6684
6685         * mml2015.el: Autoload epa-select-keys when compiling.
6686
6687 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6688
6689         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6690         message-options.
6691         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6692
6693 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6694
6695         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6696         EasyPG (< 0.0.6).
6697         (mml2015-always-trust): New user option.
6698         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6699         prompt.
6700
6701 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * nntp.el (nntp-authinfo-force): New variable.
6704         (nntp-send-authinfo): Use it.
6705
6706 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6709         decode encoded words.  Improve prompt.  Add comment about forwarding.
6710         (message-replacement-char): Move up.
6711
6712 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6713
6714         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6715         instead of gnus-intersection because arguments of gnus-sorted-nunion
6716         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6717
6718 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6721         (message-simplify-subject-functions): Enable
6722         message-strip-subject-encoded-words by default.
6723
6724 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6725
6726         * message.el (message-strip-subject-encoded-words): New function.
6727         (message-simplify-subject-functions): New variable.
6728         (message-simplify-subject): Use it.  Fix typo in doc string.
6729         Support message-strip-subject-encoded-words.
6730
6731 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6732
6733         * gnus-diary.el (gnus-diary-delay-format-function):
6734         * nndiary.el (nndiary-reminders):
6735         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6736
6737 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6738
6739         * gnus-art.el (article-hide-boring-headers): Fetch date from
6740         gnus-original-article-buffer to avoid problems with localized date
6741         strings.
6742
6743 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6746
6747 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6750         New variables.
6751         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6752         (mm-charset-synonym-alist): Move some entries to
6753         mm-codepage-iso-8859-list.
6754         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6755         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6756
6757 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6760
6761 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6764         with Emacs 21 and XEmacs.
6765
6766 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6767
6768         * spam.el (spam-parse-address): New function for better parsing,
6769         catching errors, etc.
6770         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6771
6772 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * mm-view.el: Add interactive arg to html2text autoload.
6775
6776 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6779
6780 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6783         variables.
6784         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6785         (mm-charset-synonym-alist): Move some entries to
6786         mm-codepage-iso-8859-list.
6787
6788         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6789
6790 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * message.el (message-citation-line-format)
6793         (message-insert-formated-citation-line): Fix implementation of %E, %N
6794         and %n according to the doc string.
6795
6796 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6799         car-safe to avoid bad parses.
6800
6801 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6804         names.
6805
6806         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6807
6808 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6811         header.
6812
6813         * message.el (message-draft-headers): Add Date.
6814         (message-headers-to-generate): Fix typo in docstring.
6815
6816         * nndraft.el (nndraft-required-headers): New variable.
6817         (nndraft-generate-headers): Use it.
6818
6819         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6820
6821 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6822
6823         * gnus-registry.el (gnus-registry-wash-for-keywords)
6824         (gnus-registry-find-keywords): New functions to allow easy searching of
6825         articles that are in the registry.
6826
6827 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6830         ietf-drums-parse-address instead of gnus-extract-address-components.
6831         Reported by Damien Elmes <damien@repose.cx>.
6832
6833 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * gnus.el (gnus-mime): Remove unused custom group.
6836
6837 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6838
6839         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6840         "blank line" when searching for end of armor headers.
6841
6842 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gmm-utils.el (gmm-write-region): Fix variable name.
6845
6846 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6847
6848         * gmm-utils.el (gmm-write-region): New function based on compatibility
6849         code from `mm-make-temp-file'.
6850
6851         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6852
6853         * nnmaildir.el (nnmaildir--update-nov)
6854         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6855         Use `gmm-write-region'.
6856
6857 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6860         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6861
6862         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6863
6864         * message.el (message-replacement-char): New variable.
6865         (message-fix-before-sending): Use it.
6866         (message-simplify-subject): New function to remove duplicate code.
6867         (message-reply, message-followup): Use it.
6868
6869         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6870         gnus-summary-limit-to-articles.
6871
6872 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-util.el (gnus-with-local-quit): New macro.
6875
6876         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6877
6878 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6881         ignore non-string data.
6882
6883 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6884
6885         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6886         non-string data (needs to be done in the registry too).
6887
6888 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6891         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6892         (gnus-registry-split-fancy-with-parent)
6893         (gnus-registry-fetch-simplified-message-subject-fast)
6894         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6895         Remove text properties on ingress into the registry and when it's saved.
6896         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6897         registry from entries with no groups.
6898
6899 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6900
6901         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6902         function to remove string properties.
6903
6904 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * gmm-utils.el (gmm): Adjust custom version.
6907
6908         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6909         custom version.
6910
6911         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6912
6913 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * gnus-art.el (gnus-insert-prev-page-button)
6916         (gnus-insert-next-page-button): Simplify.  Reformat.
6917
6918 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6919
6920         * gnus-art.el (gnus-insert-prev-page-button)
6921         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6922
6923 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6924
6925         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6926
6927 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6928
6929         * gnus-art.el (gnus-insert-mime-button)
6930         (gnus-insert-mime-security-button):
6931         Apply gnus-article-button-face to MIME and security buttons.
6932
6933 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6936         readable.
6937
6938 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6941
6942 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6943
6944         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6945         `browse-url-of-file' instead of `browse-url'.
6946
6947 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6948
6949         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6950         regexp.  Articles containing quotation were cut prematurely.
6951
6952 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * message.el (message-cite-original-1): Use nobody by default for the
6955         value of From header.
6956         (message-reply): Ditto.
6957
6958 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6959
6960         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6961         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6962         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6963
6964 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6967         mails in the doc string.  Add some URLs in comment.
6968         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6969
6970 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6973         backslashes handling and the way to find boundaries of quoted strings.
6974
6975 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6976
6977         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6978         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6979         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6980         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6981
6982 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6983
6984         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6985         doc string.
6986         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6987
6988 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * lpath.el: Fbind epg-check-configuration.
6991
6992 2006-09-06  Simon Josefsson  <jas@extundo.com>
6993
6994         * mml2015.el (mml2015-use): Doc fix, mention epg.
6995
6996 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6997
6998         * mml2015.el (mml2015-use): Default to epg, if available.
6999
7000 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7001
7002         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7003         message-sender.
7004         (mml1991-epg-encrypt): Ditto.
7005         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7006         message-sender.
7007         (mml2015-epg-encrypt): Ditto.
7008
7009 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7010
7011         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7012         several common directories.
7013
7014 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7015
7016         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7017         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7018
7019 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-art.el (article-decode-encoded-words): Make it fast.
7022
7023 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7026
7027         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7028         in quoted string into `\'.
7029
7030 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7033         Use standard-syntax-table.
7034
7035 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-art.el (gnus-decode-address-function): New variable.
7038         (article-decode-encoded-words): Use it to decode headers which are
7039         assumed to contain addresses.
7040         (gnus-mime-delete-part): Remove useless `or'.
7041
7042         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7043         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7044         (gnus-nov-parse-line): Use it to decode From header.
7045         (gnus-get-newsgroup-headers): Ditto.
7046         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7047
7048         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7049         (mail-decode-encoded-address-string): New alias.
7050
7051         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7052         New function.
7053         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7054         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7055         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7056         (rfc2047-decode-string): Ditto.
7057         (rfc2047-decode-address-region): New function.
7058         (rfc2047-decode-address-string): New function.
7059
7060 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * message.el (message-caesar-buffer-body): Allow rotating headers.
7063
7064         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7065
7066         * message.el (message-insert-formated-citation-line): Fix %f.
7067         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7068
7069 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7072         (gnus-bookmark-mouse-available-p): New macro.
7073         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7074         (gnus-bookmark-bmenu-show-infos): Use it.
7075         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7076         (gnus-bookmark-bmenu-hide-infos): Ditto.
7077         (gnus-bookmark-remove-properties): New function.
7078         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7079         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7080         (gnus-bookmark-write-file): Bind coding-system-for-write.
7081         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7082         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7083         group before selecting it.
7084         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7085         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7086         quit-window if it is not available; use gnus-mouse-2 and bind it to
7087         gnus-bookmark-bmenu-select-by-mouse.
7088         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7089         (gnus-bookmark-bmenu-select-by-mouse): New function.
7090
7091 2006-08-13  Romain Francoise  <romain@orebokech.com>
7092
7093         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7094         space.
7095
7096 2006-08-10  Romain Francoise  <romain@orebokech.com>
7097
7098         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7099         (dns-mode-soa-auto-increment-serial): New user option.
7100         (dns-mode-soa-maybe-increment-serial): New function.
7101         (dns-mode): Add the latter to `write-contents-functions'.
7102
7103 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * compface.el (uncompface): Use binary rather than raw-text-unix.
7106
7107 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * compface.el (uncompface): Make sure the eol conversion doesn't take
7110         place when communicating with the external programs.  Reported by
7111         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7112
7113 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7116
7117 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7118
7119         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7120         Make it more robust by parsing author and date independently.
7121
7122 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7125
7126 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7127
7128         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7129         first matching secret key.
7130         (mml2015-epg-encrypt): Ditto.
7131
7132         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7133         first matching secret key.
7134         (mml1991-epg-encrypt): Ditto.
7135
7136         * mml2015.el (mml2015-encrypt-to-self): New user option.
7137         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7138         mml2015-epg-encrypt-to-self is set.
7139
7140         * mml1991.el (mml1991-encrypt-to-self): New variable.
7141         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7142         mml1991-epg-encrypt-to-self is set.
7143
7144         * mml2015.el (mml2015-signers): New user option.
7145         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7146         (mml2015-epg-encrypt): Allow to select signing keys.
7147
7148         * mml1991.el (mml1991-signers): New variable.
7149         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7150         (mml1991-epg-encrypt): Allow to select signing keys.
7151
7152 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * nnheader.el (nnheader-insert-head): Make it work even if the file
7155         uses CRLF for the line-break code.
7156
7157 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7158
7159         * mml2015.el: Require mml-sec instead of password.
7160         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7161         (mml2015-cache-passphrase): Inherit the default value from
7162         mml-secure-cache-passphrase.
7163         (mml2015-passphrase-cache-expiry): Inherit the default value from
7164         mml-secure-passphrase-cache-expiry.
7165
7166         * mml1991.el: Require mml-sec instead of password.
7167         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7168         (mml1991-cache-passphrase): Inherit the default value from
7169         mml-secure-cache-passphrase.
7170         (mml1991-passphrase-cache-expiry): Inherit the default value from
7171         mml-secure-passphrase-cache-expiry.
7172
7173         * mml-sec.el: Require password.
7174         (mml-secure-verbose): New user option.
7175         (mml-secure-cache-passphrase): New user option.
7176         (mml-secure-passphrase-cache-expiry): New user option.
7177
7178 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7179
7180         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7181         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7182         andreas@altroot.de (Andreas Vögele).
7183
7184         FIXME: Use `tiny change'?
7185
7186 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7187
7188         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7189         workaround for the url package included with Emacs.
7190
7191         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7192
7193 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7196         correctly.  This fixes a bug caused by the 2006-05-12 change.
7197
7198 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7199
7200         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7201         some information about the error when saying that the `bogus' mail
7202         group will be used.
7203
7204 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7207         string.
7208
7209 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7210
7211         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7212
7213 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7214
7215         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7216
7217 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7218
7219         * mml1991.el (mml1991-function-alist): Add epg.
7220         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7221         (mml1991-epg-encrypt): New functions.
7222
7223 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7224
7225         * mml2015.el (mml2015-verbose): New variable.
7226         (mml2015-cache-passphrase): Ditto.
7227         (mml2015-passphrase-cache-expiry): Ditto.
7228         (mml2015-function-alist): Add epg.
7229         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7230         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7231         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7232         functions.
7233
7234 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7235
7236         * message.el (message-cite-original-1): Preserve region when removing
7237         quoted text due to X-No-Archive in order to avoid bogus attribution
7238         when citing multiple messages.
7239
7240 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7241
7242         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7243         Kenneth Jacker <khj@be.cs.appstate.edu>.
7244
7245 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * gnus-diary.el (gnus-user-format-function-d)
7248         (gnus-user-format-function-D): Autoload.
7249
7250         * imap.el (Commentary): Fix typo.
7251
7252         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7253         2006-04-22 contribution.
7254
7255 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7256
7257         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7258         It didn't really fix the bogosity I'm seeing with solid web groups.
7259
7260 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7261
7262         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7263         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7264         created using server names.  If we use the feature without declaring
7265         it, Gnus does not properly manage server and group state.
7266
7267         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7268         bound.
7269
7270 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7271
7272         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7273         looking up the method using GROUP's prefix before inventing a new one.
7274         It is used on killed/unknown groups in various places where returning
7275         an all-new method isn't expected by the caller.
7276
7277         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7278         and match semantics of gnus-group-real-prefix.
7279
7280 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * nnmail.el (nnmail-broken-references-mailers): New variable.
7283         (nnmail-ignore-broken-references): New function generalizing
7284         nnmail-fix-eudora-headers.
7285         (nnmail-fix-eudora-headers): Now obsolete.
7286
7287         * gnus-art.el (gnus-button-handle-custom): Support
7288         `customize-apropos*'.
7289
7290 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7293
7294         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7295         articles.
7296
7297 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * message.el (message-cite-reply-above): New variable.
7300         (message-yank-original): Use it.
7301
7302 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7305
7306 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7309         as read.
7310
7311         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7312
7313 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7316         (gnus-bookmark-default-file): Use gnus-directory.
7317         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7318         Remove "*" in doc string.
7319         (gnus-bookmark-write-file): Simplify.
7320         (gnus-bookmark-maybe-sort-alist): Use `when'.
7321         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7322         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7323         FIXME about Emacs 21 and XEmacs compatibility.
7324         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7325         compatibility.
7326         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7327         compatibility.
7328         (gnus-bookmark-menu-heading): Fix version.
7329
7330 2006-06-19  Bastien Guerry  <bzg@altern.org>
7331
7332         * gnus-bookmark.el: New file.
7333
7334 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * message.el (message-syntax-checks): Doc fix.
7337
7338 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7339
7340         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7341         unsubscribed groups as if they were killed ones.  It causes duplicate
7342         entries in gnus-newsrc-alist.
7343
7344 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * message.el (message-syntax-checks): Doc fix.
7347         (message-send-mail): Add check for continuation headers.
7348         (message-check-news-header-syntax): Fix regexp used to check for
7349         continuation headers.
7350
7351 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7354
7355 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7358
7359 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7362         default-truncate-lines.
7363
7364 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7367         to fill the utf-8 entry.
7368
7369         * lpath.el: Fbind unicode-precedence-list.
7370
7371 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7372
7373         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7374
7375 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7376
7377         * gnus-agent.el (directory-files-and-attributes): Move all the way
7378         forward (the third and final move).
7379         (gnus-agent-read-agentview): Trap reconstruction errors due to
7380         nonexistant directory.  Handle by returning nil.
7381
7382 2006-05-30  Didier Verna  <didier@xemacs.org>
7383
7384         * message.el (message-dont-reply-to-names): Update the custom type.
7385         * message.el (message-dont-reply-to-names): New defsubst: potentially
7386         convert a list of regexps into a single one.
7387         * message.el (message-get-reply-headers): Use it.
7388         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7389
7390 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-agent.el (directory-files-and-attributes): Move forward.
7393
7394 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * gnus-ml.el (gnus-mailing-list-subscribe)
7397         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7398         (gnus-mailing-list-message): Fix doc strings.
7399
7400 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7401
7402         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7403         of doing it manually.
7404
7405 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7408         comment.
7409
7410 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7411
7412         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7413         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7414         (gnus-agent-read-local): All symbols allocated in my-obarray.
7415         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7416         (gnus-agent-regenerate-group): Check numeric names to see if they are
7417         messages or groups.
7418         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7419         better way of do this...)
7420
7421         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7422         'dummy.group' (there should be a better way of do this...)
7423
7424 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7427         (gnus-saved-headers): Ditto.
7428         (gnus-default-article-saver): Mention functions may have properties.
7429         (gnus-article-save): Override gnus-save-all-headers and
7430         gnus-saved-headers by :headers property which saver function may have.
7431         (gnus-summary-save-in-file): Add :headers property.
7432         (gnus-summary-write-to-file): Ditto.
7433
7434         * gnus-sum.el (gnus-summary-save-article): Bind
7435         gnus-prompt-before-saving to t when saving many articles in a file;
7436         always show all headers.
7437
7438         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7439
7440 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7443         marks.
7444
7445         * message.el (message-indent-citation): Add optional arguments to allow
7446         using it outside of message buffers.
7447
7448         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7449         (gnus-article-treat-unfold-headers): Use it.
7450         (gnus-article-truncate-lines): New variable.
7451         (gnus-article-mode): Use it.
7452         (gnus-article-toggle-truncate-lines): New function.
7453
7454         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7455         gnus-article-toggle-truncate-lines.
7456
7457         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7458         coding system in XEmacs, use binary.
7459
7460 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7463         after-load-alist.
7464
7465         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7466         this function should save decoded articles.
7467         (gnus-summary-write-to-file): Use property to specify this function
7468         should save decoded articles and specify gnus-summary-save-in-file
7469         should be used to save articles other than the first one when saving
7470         many articles.
7471         (gnus-summary-save-body-in-file): Use property to specify this
7472         function should save decoded articles.
7473         (gnus-summary-write-body-to-file): Use property to specify this
7474         function should save decoded articles and specify
7475         gnus-summary-save-body-in-file should be used to save articles other
7476         than the first one when saving many articles.
7477
7478         * gnus-sum.el (gnus-summary-save-article): Simplify.
7479
7480 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-default-article-saver): Add
7483         gnus-summary-write-body-to-file.
7484         (gnus-article-save-coding-system): Don't use coding system object
7485         in XEmacs.
7486         (gnus-read-save-file-name): Add optional `dir-var' argument which
7487         specifies directory in which files are saved; work even if optional
7488         `variable' argument is not specified.
7489         (gnus-summary-write-to-file): Read file name.
7490         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7491         (gnus-summary-write-body-to-file): New function.
7492
7493         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7494         (gnus-summary-local-variables): Add it.
7495         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7496         (gnus-summary-save-article): Remove optional `decode' argument;
7497         determine whether to decode articles by the value of
7498         gnus-default-article-saver; when saving many files using
7499         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7500         it first and use gnus-summary-save-in-file or
7501         gnus-summary-save-body-in-file thereafter unless
7502         gnus-prompt-before-saving is always; move point to article which
7503         will be saved.
7504         (gnus-summary-save-article-file): Revert.
7505         (gnus-summary-write-article-file): Revert.
7506         (gnus-summary-save-article-body-file): Revert.
7507         (gnus-summary-write-article-body-file): New function.
7508
7509 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-default-article-saver): Doc fix.
7512         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7513         from gnus-summary-save-article-coding-system, and default to a
7514         certain coding system.
7515         (gnus-output-to-file): Add coding cookie and encode text according
7516         to gnus-article-save-coding-system; don't use mm-append-to-file.
7517
7518         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7519         gnus-art.el and rename to gnus-article-save-coding-system.
7520         (gnus-summary-save-article): Require gnus-art; don't show all
7521         headers if it decodes articles; don't add coding cookie here;
7522         don't bind mm-text-coding-system-for-write.
7523         (gnus-summary-save-article-file): Save decoded articles.
7524         (gnus-summary-write-article-file): When saving many files, use
7525         gnus-summary-write-to-file first and gnus-summary-save-in-file
7526         thereafter unless gnus-prompt-before-saving is always.
7527         (gnus-summary-save-article-body-file): Save decoded articles.
7528
7529         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7530
7531 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * nnrss.el (nnrss-check-group): Bind hash-index.
7534
7535 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7536
7537         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7538         its hash index.  Store this hash in `nnrss-group-data'.
7539         (nnrss-read-group-data): Update accordingly.
7540
7541 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7544         entry.
7545
7546         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7547         gnus-article-browse-html-article.
7548
7549 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7550
7551         * gnus-sum.el (gnus-summary-mime-map): Add
7552         gnus-article-browse-html-article.
7553
7554         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7555
7556 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7559         suitable coding systems in customize.
7560
7561 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * mail-source.el (mail-sources): Fix custom type.
7564
7565 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7568         (gnus-summary-expire-articles-now): Shorten prompt.
7569
7570         * gmm-utils.el (wid-edit): Require.
7571         (defun-gmm): Renamed from `gmm-defun-compat'.
7572         (gmm-image-search-load-path): Use it.
7573         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7574
7575 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7578         variable.
7579         (gnus-summary-save-article): Add optional `decode' argument.  If
7580         it is set and gnus-summary-save-article-coding-system is non-nil,
7581         save decoded article.
7582         (gnus-summary-write-article-file): Save decoded article if
7583         gnus-summary-save-article-coding-system is non-nil.
7584
7585         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7586         type.
7587
7588 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7591
7592 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7595         first to test gnus-single-article-buffer which may be buffer-local.
7596
7597         * gnus-sum.el (gnus-summary-setup-buffer): Make
7598         gnus-single-article-buffer buffer-local and nil in ephemeral
7599         group; make gnus-article-buffer, gnus-article-current, and
7600         gnus-original-article-buffer always buffer-local.
7601         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7602         group.
7603         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7604
7605 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * nnml.el (nnml-request-compact-group): Compressed files might not
7608         have .gz extension.
7609
7610 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7611
7612         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7613         (mm-copy-to-buffer): Use with-current-buffer.
7614         (mm-display-part): Simplify.
7615         (mm-inlinable-p): Add optional arg `type'.
7616
7617 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7618
7619         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7620         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7621         Try harder to show the attachment internally or externally using
7622         gnus-mime-view-part-as-type.
7623
7624 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * message.el (message-from-style, message-signature-separator)
7627         (message-user-organization-file, message-send-mail-function)
7628         (message-citation-line-function, message-yank-prefix)
7629         (message-indent-citation-function, message-signature)
7630         (message-signature-file, message-signature-insert-empty-line):
7631         Remove autoloads.
7632
7633         * gnus-art.el (gnus-buttonized-mime-types): Remove
7634         "multipart/signed".  Revert 2006-04-26 change.
7635
7636 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7637
7638         * gnus.el (gnus-version-number): Bump version.
7639
7640 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7641
7642         * gnus.el: No Gnus v0.5 is released.
7643
7644 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7645
7646         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7647         fetching articles by message-id.
7648
7649 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650
7651         * message.el (hashcash): Require hashcash as normal.
7652
7653         * ecomplete.el (ecomplete-highlight-match-line): Use
7654         point-at-eol.
7655         (ecomplete-highlight-match-line): Use `highlight', because that
7656         face exists in both Emacs and XEmacs.
7657
7658         * message.el (message-display-abbrev): Use point-at-bol.
7659
7660         * mail-source.el: Don't require timer/timer-funcs.
7661
7662         * gnus-async.el: Ditto.
7663
7664         * password.el: Ditto.
7665
7666         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7667
7668         * mm-url.el: Ditto.
7669
7670         * gnus-xmas.el: Don't require timer-funcs.
7671
7672         * mm-util.el: Require timer/timer-funcs.
7673
7674 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7675
7676         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7677         Close.
7678
7679 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7682         unibyte after clear-decrypt function runs.
7683
7684         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7685         returns as a unibyte string.
7686
7687 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * lpath.el: Revert.
7690
7691         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7692         (pgg-gpg-process-sentinel): Revert.
7693
7694         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7695         (pgg-pgp-lookup-key): Revert.
7696
7697         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7698         (pgg-pgp5-lookup-key): Revert.
7699
7700         * pgg.el (pgg-fetch-key): Revert.
7701
7702 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * lpath.el: Fbind string-as-multibyte for XEmacs.
7705
7706         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7707         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7708         (mml1991-pgg-encrypt): Ditto.
7709
7710         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7711         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7712         a multibyte buffer.
7713
7714         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7715         (pgg-pgp-lookup-key): Ditto.
7716
7717         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7718         (pgg-pgp5-lookup-key): Ditto.
7719
7720         * pgg.el (pgg-fetch-key): Ditto.
7721
7722 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * message.el (message-user-organization-file): Check several
7725         locations of the organization file.
7726
7727         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7728         Add gnus-article-view-part-as-type.
7729
7730         * gnus-art.el (gnus-article-view-part-as-type): New function.
7731
7732         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7733         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7734
7735         * mml.el: Simplify autoload.
7736         (mml-mode): defvar dnd-protocol-alist instead of using
7737         symbol-value.
7738         (mml-default-directory): New variable.
7739         (mml-minibuffer-read-file): Use it.
7740         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7741
7742         * message.el (message-citation-line-format): New variable.
7743         (message-insert-formated-citation-line): New function.
7744         (message-citation-line-function): Add
7745         `message-insert-formated-citation-line' to custom type.
7746
7747         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7748         to doc string.
7749
7750         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7751         depending on mm-verify-option.
7752
7753 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7756         binding pgg-* variables; reimplement the section which prevents
7757         MIME header from being signed.
7758         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7759         pgg-text-mode; remove a blank line at the top of body.
7760
7761         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7762         lines at the top of body; use gnus-newsgroup-charset if there's no
7763         Charset header.
7764
7765 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * message.el (message-self-insert-commands): Doc fix.
7768
7769         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7770         (mm-uu-pgp-encrypted-test): Ditto.
7771         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7772         between header and body; return application/pgp-encrypted handle
7773         if decryption failed; decode decrypted body by charset.
7774
7775         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7776         element match to application/pgp-*.
7777
7778 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7779
7780         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7781         HTML.
7782
7783 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * mail-source.el (mail-source-call-script): Message the error
7786         string.
7787
7788 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * gnus-util.el (gnus-byte-compile): Use it.
7791
7792 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7793
7794         * gnus-util.el (kill-empty-logs): New function.
7795
7796 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * message.el (message-mail-alias-type): Doc fix.
7799         (message-mail-alias-type-p): New function.
7800         (message-send): Use it.
7801         (message-mode): Ditto.
7802         (message-strip-forbidden-properties): Ditto.
7803
7804         * ecomplete.el (ecomplete-database-file-coding-system): New
7805         variable.
7806         (ecomplete-save): Use it.
7807         (ecomplete-setup): Use it.
7808
7809 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * message.el (message-self-insert-commands): New variable.
7812         (message-strip-forbidden-properties): Use it.
7813
7814 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7817         that doesn't make XEmacs choke.
7818
7819 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-util.el (gnus-replace-in-string):
7822         Prefer replace-regexp-in-string over of replace-in-string.
7823
7824 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * gnus-util.el (gnus-select-frame-set-input-focus):
7827         Use select-frame-set-input-focus if it is available in XEmacs; use
7828         definition defined in Emacs 22 for old Emacsen.
7829
7830         * dgnushack.el: Autoload unmorse-region for XEmacs.
7831
7832         * lpath.el: Bind cursor-in-non-selected-windows and
7833         select-frame-set-input-focus for XEmacs.
7834
7835 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7838
7839 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * gnus-registry.el (gnus-registry-cache-save): Remove text
7842         properties when saving via the temp buffer.
7843
7844 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * message.el (message-generate-hashcash): Honor custom type.
7847
7848 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7849
7850         * message.el (message-generate-hashcash): Default to non-nil when
7851         hashcash is found.
7852
7853         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7854         (gnus-refer-thread-limit): Increase default to 500.
7855
7856         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7857
7858         * flow-fill.el (fill-flowed): Allow delete-space.
7859
7860 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7863         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7864         Remove autoloads.
7865
7866 2006-04-18  Simon Josefsson  <jas@extundo.com>
7867
7868         * message.el (message-generate-hashcash): Default to.
7869
7870 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7873         concatenating segments rather than before concatenating them.
7874
7875 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7878
7879 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880
7881         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7882
7883         * message.el (message-forward-make-body-plain): Allow
7884         message-forward-ignored-headers to be a list.
7885         (message-remove-ignored-headers): Factor out into function.
7886         (message-forward-make-body-mml): Use it.
7887
7888         * imap.el (imap-quote-specials): New function.
7889         (imap-login-auth): Quote specials.
7890
7891         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7892         (rfc2231-parse-string): Allow concatanation of parameters that
7893         aren't contiguous.  The test case is
7894           (mail-header-parse-content-type "message/external-body;
7895             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7896             access-type=LOCAL-FILE;
7897             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7898
7899 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7900
7901         * nntp.el (nntp-accept-process-output): Return the value of
7902         `nnheader-accept-process-output'.
7903
7904 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7905
7906         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7907         (gnus-button-alist): Recognize more diff formats.
7908         (gnus-button-patch): Strip directory.
7909
7910 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7913         Emacs 22 when setting focus.
7914
7915 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-art.el (gnus-article-treat-types): Do treatment of
7918         text/x-verbatim parts.
7919         (gnus-button-patch): New command.
7920
7921         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7922         addresses that contain invalid characters.
7923
7924 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * message.el (message-put-addresses-in-ecomplete): Use
7927         gnus-replace-in-string.
7928         (message-is-yours-p): Use the more correct
7929         mail-header-parse-address instead of
7930         mail-extract-address-components.
7931         (message-put-addresses-in-ecomplete): Fix typo.
7932
7933         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7934         keystroke.
7935
7936         * gnus-art.el (gnus-treatment-function-alist): Change order of
7937         newsgroups/generic header folding to avoid double-folding.
7938
7939         * message.el (message-hidden-headers): Add X-Draft-From.
7940
7941         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7942         command.
7943         (gnus-summary-repeat-search-article-backward): New command.
7944
7945         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7946         groups in the parent topic.
7947
7948 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7949
7950         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7951         (spam-extra-header-to-number): Return the CRM114 number as a
7952         number instead of a string.
7953
7954 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955
7956         * gnus-art.el (gnus-face-properties-alist): Moved here from
7957         gnus-fun.
7958
7959         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7960
7961 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * message.el (message-strip-forbidden-properties): Only display on
7964         self-insert-command.
7965
7966         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7967         reindent.
7968         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7969
7970 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7971
7972         * smiley.el (smiley-style): Fix typo.
7973
7974 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * hashcash.el (hashcash-insert-payment-async-2): Use
7977         message-goto-eoh instead of doing it manually.
7978         (mail-add-payment): Use message-narrow-to-header instead of trying
7979         to do the same itself.
7980
7981         * message.el (message-hidden-headers): Add Face.
7982
7983         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7984         reparenting code.
7985         (gnus-summary-reparent-children): Refactored out code.
7986         (gnus-summary-thread-map): New keystroke.
7987         (gnus-summary-reparent-children): Make into command.
7988
7989         * smiley.el (smiley-style): Default to `medium' if using a large
7990         font.
7991
7992         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7993         does it itself.
7994
7995         * message.el (message-point-in-header-p): Simplify definition.
7996
7997 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * nnagent.el (nnagent-request-set-mark): Silence log file
8000         writing.
8001         (nnagent-request-set-mark): Use write-region instead of
8002         append-to-file.
8003
8004         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8005         strange select method.
8006
8007         * ecomplete.el (ecomplete-display-matches): Get highlightling
8008         right.
8009         (ecomplete-display-matches): Use literals.
8010         (ecomplete-display-matches): Disable message logging.
8011
8012         * message.el (message-display-abbrev): Small optimization.
8013
8014         * ecomplete.el (ecomplete-display-matches): Allow automatic
8015         display.
8016
8017         * message.el (message-strip-forbidden-properties): Display
8018         abbrevs.
8019         (message-display-abbrev): Get automatic display right.
8020
8021         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8022         keystrokes.
8023
8024 2006-04-13  Romain Francoise  <romain@orebokech.com>
8025
8026         TODO: Backport to v5-10!
8027
8028         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8029         Moved here (and renamed) from gnus-registry.el.
8030
8031         * gnus-registry.el: Require gnus-util.
8032         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8033
8034 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * gnus-group.el (gnus-group-catchup-current): Change
8037         if-then-else-if-then-else into cond.
8038         (gnus-group-catchup): Indent.
8039         (group-name-at-point): New function.
8040         (gnus-fetch-group): Provide default from thing at point.
8041
8042 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * message.el (message-display-abbrev): Fix regexp.
8045
8046         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8047         choosing.
8048         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8049         dead variables.
8050
8051         * message.el (message-newline-and-indent): Remove debugging.
8052         (message-display-abbrev): Use new implementation.
8053
8054 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * gnus-art.el (gnus-article-mode): Set
8057         cursor-in-non-selected-windows to nil.
8058
8059         * smiley.el: Revert previous change.
8060         (smiley-data-directory): defvar it before using it in the
8061         defcustom of `smiley-style'.
8062
8063 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8064
8065         * message.el (message-newline-and-indent): New function.
8066
8067         * ecomplete.el: Implement more bits.
8068
8069         * message.el (message-put-addresses-in-ecomplete): Clean up the
8070         string.
8071
8072         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8073
8074         * gnus-sum.el (gnus-summary-save-parts): Bind
8075         gnus-summary-save-parts-counter and use it to make unique file
8076         names.
8077
8078         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8079
8080         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8081         parameter to say whether to actually parse the individual
8082         addresses.
8083
8084         * message.el (message-put-addresses-in-ecomplete): New function.
8085         (ecomplete): Require.
8086         (message-mail-alias-type): Add ecomplete as an option.
8087
8088 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8089
8090         * flow-fill.el (fill-flowed): Remove trailing space from blank
8091         quoted lines.
8092
8093 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * smiley.el (smiley-style): Move definition later to avoid a
8096         compilation warning.
8097
8098 2006-04-12  Kenichi Handa  <handa@m17n.org>
8099
8100         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8101         buffer and then decode the buffer text if necessary.
8102         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8103         first, and after mm-encode-body, change the buffer to unibyte.
8104         Use mm-disable-multibyte instead of set-buffer-multibyte.
8105
8106 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8109         Content-Type header instead of Content-Disposition header.
8110         (gnus-mime-inline-part): Ditto.
8111         (gnus-mime-view-part-as-charset): Ignore charset that the part
8112         specifies.
8113
8114         * mm-decode.el (mm-display-part): Work with external parts and
8115         usual parts similarly.
8116
8117         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8118         instead of gnus-display-mime.
8119
8120         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8121         instead of with-temp-buffer.
8122
8123         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8124         tag to summarized topics part in order to encode non-ASCII text.
8125
8126 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * smiley.el (smiley-style): New variable.
8129         (smiley-directory): New function.
8130         (smiley-data-directory): Derive from `smiley-style' using
8131         `smiley-directory'.
8132         (smiley-regexp-alist): Add new entries.
8133
8134         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8135         (gnus-article-browse-delete-temp): Add :version.
8136
8137 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8138
8139         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8140         the sieve region.
8141
8142 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8143
8144         * gnus.el (gnus-version-number): Bump version.
8145
8146 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * gnus.el: No Gnus v0.4 is released.
8149
8150 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8151
8152         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8153         layout.
8154
8155         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8156         unknown charset.
8157
8158         * message.el (message-header-synonyms): Add Original-To to the
8159         default.
8160
8161         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8162         optional parameter.
8163
8164 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * gnus-fun.el (gnus): Require it for gnus-directory.
8167
8168 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8171
8172 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8173
8174         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8175
8176 2006-04-05  Simon Josefsson  <jas@extundo.com>
8177
8178         * password.el (password-reset): New function.
8179
8180 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8181
8182         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8183         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8184
8185 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8186
8187         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8188         Some whitespace was matched into the url, which broke browsing hits
8189         > 100 when mm-url-use-external was nil.
8190
8191 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8194         gnus-extra-headers for 'Newsgroups.
8195
8196         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8197         bound.
8198
8199 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8200
8201         * pgg-gpg.el: Clean up process buffers every time gpg processes
8202         complete.
8203
8204 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8207         doc string.
8208
8209 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8210
8211         * pgg-gpg.el (pgg-gpg-process-filter)
8212         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8213
8214         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8215         lines, temporary fix.
8216
8217 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8220
8221 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8222
8223         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8224         default-enable-multibyte-characters.  This reverts the change from
8225         revision 6.17 which is no longer necessary because the passphrase
8226         is sent separately now.  GnuPG messages are unreadable under
8227         multibyte locales with default-enable-multibyte-characters set to
8228         nil.
8229
8230 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * message.el (message-tool-bar-gnome): Move "spell".
8233
8234 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8237         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8238         instead.
8239
8240 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8241
8242         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8243         newsgroups handling for NNTP overviews which don't include
8244         Newsgroups.
8245
8246 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8247
8248         * message.el (message-resend): Bind message-generate-hashcash to nil.
8249
8250 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8251
8252         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8253         when searching for already-paid recipients.
8254
8255 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8256
8257         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8258         passphrases when it is not needed.
8259         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8260         passphrase stuff from gpg, should only be necessary when you use
8261         gpg with a smartcard.
8262
8263 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * mml.el (mml-insert-mime): Ignore cached contents of
8266         message/external-body part.
8267
8268         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8269         (mm-insert-part): Ditto.
8270
8271 2006-03-23  Simon Josefsson  <jas@extundo.com>
8272
8273         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8274         Reiner.
8275         (pgg-gpg-use-agent-p): Use it again.
8276
8277 2006-03-23  Simon Josefsson  <jas@extundo.com>
8278
8279         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8280         older emacsen.
8281         (pgg-gpg-use-agent-p): Don't use it.
8282
8283 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8286         if we can.
8287
8288 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8289
8290         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8291         (pgg-gpg-update-agent): New function.
8292         (pgg-gpg-use-agent-p): New function.
8293         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8294         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8295         (pgg-gpg-sign-region): Use it.
8296
8297 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8300         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8301
8302 2006-03-21  Simon Josefsson  <jas@extundo.com>
8303
8304         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8305         <wilde@sha-bang.de>.
8306         (pgg-gpg-use-agent): New variable.
8307         (pgg-gpg-process-region): Use it.
8308         (pgg-gpg-encrypt-region): Likewise.
8309         (pgg-gpg-encrypt-symmetric-region): Likewise.
8310         (pgg-gpg-decrypt-region): Likewise.
8311         (pgg-gpg-sign-region): Likewise.
8312         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8313
8314 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8317
8318         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8319         Add comment on version.
8320
8321 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * smiley.el: Add missing test smiley.
8324
8325 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * mm-decode.el (mm-with-part): New macro.
8328         (mm-get-part): Use it; work with message/external-body as well.
8329         (mm-save-part): Treat name and filename equally.
8330
8331         * mm-extern.el (mm-extern-cache-contents): New function.
8332         (mm-inline-external-body): Use it; force the part to be displayed;
8333         move undisplayer added to the cached handle to the parent.
8334
8335         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8336         (gnus-mime-view-part-as-type): Work with message/external-body.
8337
8338         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8339
8340 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8343         images in image-load-path.  [Sync with image.el, revision 1.60, in
8344         Emacs.]
8345
8346 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8349         path rather than symbol.  Always return list of directories.
8350         Guarantee that image directory comes first.  [Sync with image.el,
8351         revision 1.59, in Emacs.]
8352
8353         * message.el (message-make-tool-bar): Adjust to new API of
8354         `gmm-image-load-path-for-library'.
8355
8356         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8357
8358         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8359
8360 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8361
8362         * gnus-art.el (gnus-article-only-boring-p):
8363         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8364         intangible text.
8365         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8366
8367 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8370         `defun' instead of `gmm-defun-compat'.
8371
8372 2006-03-14  Simon Josefsson  <jas@extundo.com>
8373
8374         * message.el (message-unique-id): Don't use message-number-base36
8375         if (user-uid) is a float.
8376         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8377
8378 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8381
8382         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8383         empty line between a part and a message part.
8384
8385 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * smiley.el: Add more test smileys.
8388         (smiley-data-directory, smiley-regexp-alist)
8389         (gnus-smiley-file-types): Fix doc strings.
8390         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8391         adding new elements.
8392         (smiley-mouse-map): Unused code.  Make it a comment.
8393
8394 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8397         scan latest NoCeM messages instead of old ones.
8398         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8399         delimiters that are recently used.
8400         (gnus-nocem-load-cache): Add autoload cookie.
8401
8402         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8403
8404         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8405         level which is larger than gnus-use-nocem is specified.
8406
8407         * gnus-group.el (gnus-group-get-new-news): Ditto.
8408
8409 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * gnus-util.el (gnus-tool-bar-update): New function.
8412
8413         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8414         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8415
8416         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8417
8418         * gnus-group.el (gnus-group-redraw-when-idle)
8419         (gnus-group-redraw-check): Remove.
8420         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8421
8422 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8425         if optional last element is specified in splits (FIELD VALUE...).
8426
8427 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8430         to gmm-image-load-path-for-library.  Call with no-error argument.
8431         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8432
8433         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8434
8435         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8436
8437         * gmm-utils.el (gmm-image-load-path): Remove alias.
8438
8439 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gmm-utils.el (gmm-image-load-path): Add alias.
8442
8443         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8444         nnml-generate-nov-databases-1.
8445         (nnml-generate-nov-databases): Use it.
8446         (nnml-generate-nov-databases-directory): Document no-active
8447         argument.
8448
8449         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8450         directory if path is t.  Add no-error.
8451
8452         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8453         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8454
8455         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8456         resetting gnus-article-browse-html-temp-list.
8457
8458         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8459         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8460         Add example to docstring.  Rename local variables.  Move error
8461         checks to default case in cond and simplify.
8462
8463 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8466         handle is multipart when calling it recursively.
8467         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8468
8469 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8470
8471         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8472         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8473
8474 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8477         is loaded.
8478
8479         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8480         loaded.
8481
8482 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8485         to "Emacs 23 (unicode)" in doc string.
8486
8487         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8488         "Emacs 23 (unicode)" in comment.
8489
8490 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8493
8494         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8495         characters 160 through 255 in Emacs 23.
8496
8497 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8500         gnus-article-browse-html-temp.
8501         (gnus-article-browse-delete-temp): Make it customizable.  Add
8502         `file'.  Adjust doc string.
8503         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8504         query for each file.  Adjust doc string.
8505         (gnus-article-browse-html-parts): Add
8506         `gnus-article-browse-delete-temp-files' to
8507         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8508
8509 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8510
8511         * gnus-art.el (gnus-article-browse-html-temp)
8512         (gnus-article-browse-delete-temp): New variables.
8513         (gnus-article-browse-delete-temp-files): New function.
8514         (gnus-article-browse-html-parts): Use it.
8515
8516 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8519
8520         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8521         string.
8522
8523         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8524         gnus-summary-insert-new-articles when unplugged.  Remove
8525         gnus-summary-search-article-forward.
8526
8527         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8528         display-visual-class instead of display-color-cells.
8529
8530 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * dgnushack.el: Autoload customize-group for XEmacs.
8533
8534         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8535         message/* containing non-ASCII text properly.
8536
8537 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * message.el: Require gmm-utils, remove autoloads.
8540         (message-tool-bar): Set default based on
8541         gmm-tool-bar-style.
8542         (message-tool-bar-gnome): Add gmm-customize-mode.
8543
8544         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8545         gmm-tool-bar-style.
8546         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8547
8548         * gnus-group.el (gnus-group-tool-bar): Set default based on
8549         gmm-tool-bar-style.
8550         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8551
8552         * gmm-utils.el (gmm-image-directory): Rename variable from
8553         gmm-image-load-path.
8554         (gmm-image-load-path): Use gmm-image-directory.
8555         (gmm-customize-mode): New function.
8556         (gmm-tool-bar-style): New variable.
8557
8558         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8559         gnus-group-redraw-line-number.
8560         (gnus-group-redraw-check): Simplify.
8561         (gnus-group-tool-bar-update): Remove redraw check.
8562         (gnus-group-make-tool-bar): Add redraw check.
8563
8564 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8565
8566         * gnus-art.el (gnus-button): Add missing parentheses.
8567
8568 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * lpath.el: Fbind line-number-at-pos.
8571
8572 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8575
8576 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * gnus-art.el (gnus-button): New face.
8579         (gnus-article-button-face): Use it.
8580
8581         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8582         gnus-summary-next-page.  Re-order.
8583
8584         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8585         next-node are now included.
8586         (gnus-group-redraw-line-number): New internal variable.
8587         (gnus-group-redraw-check): Helper function for updating the tool
8588         bar.
8589         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8590
8591         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8592
8593         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8594         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8595         Use it to match format of Spamassassin 3.0 and later.  Reported by
8596         IRIE Tetsuya <irie@t.email.ne.jp>.
8597         (spam-check-bogofilter)
8598         (spam-bogofilter-register-with-bogofilter): Fix args of
8599         `gnus-error' calls.
8600
8601 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8604         unnecessary interaction when sending queued mails.  Reported by
8605         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8606
8607 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8610         first or last are nil.
8611
8612 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8613
8614         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8615
8616 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8619
8620 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * dns.el (query-dns): Protect more against buggy tcp output.
8623
8624 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8627         nov.php.
8628
8629 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8630
8631         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8632         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8633         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8634         output on the server side.
8635         (nnweb-google-create-mapping): Update regexps and add some
8636         progress indication.
8637
8638 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8641         gnus-agent-toggle-plugged.  Re-order icons.
8642         (gnus-group-tool-bar-gnome): Add
8643         gnus-group-{prev,next}-unread-group.
8644         (gnus-group-tool-bar-gnome): Re-order icons.
8645
8646         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8647         gnus-summary-insert-new-articles.
8648
8649         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8650         comments.
8651
8652         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8653         also available in Emacs 21.3.
8654
8655         * message.el (message-fix-before-sending): Change "Emacs 22" to
8656         "Emacs 23 (unicode)" in comment.
8657
8658         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8659         "Emacs 23 (unicode)" in comment.
8660
8661         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8662         comment.
8663         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8664
8665         * mm-view.el (mm-fill-flowed): Add :version.
8666
8667 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8670         and load-path.
8671
8672 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * message.el: Autoload gmm-image-load-path.
8675         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8676         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8677         consitency.
8678
8679         * gmm-utils.el (gmm-image-load-path): Also search in
8680         "../etc/images".  Don't set gmm-image-load-path if we don't find
8681         the image.
8682
8683 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gmm-utils.el (gmm-image-load-path): Don't make
8686         `gmm-image-load-path' include subdirectories which the second arg
8687         `image' might specify.
8688
8689         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8690         subdirectory to icon file names.
8691
8692         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8693
8694 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8695
8696         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8697         gmm-image-load-path calls.
8698
8699         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8700
8701         * message.el (message-make-tool-bar): Ditto.
8702
8703         * mml.el (mml-preview): Added comment concerning tool bar icons.
8704
8705         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8706         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8707
8708         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8709         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8710
8711         * message.el (message-tool-bar-gnome): Use new icon names.
8712         (message-make-tool-bar): Use `gmm-image-load-path'.
8713
8714         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8715         functions from MH-E.
8716         (gmm-image-load-path): New variable from MH-E.
8717         (gmm-image-load-path): New function from MH-E.  Added arguments
8718         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8719         *-image-load-path-called-flag.
8720
8721 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8722
8723         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8724
8725 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8726
8727         * nnimap.el (nnimap-request-move-article): Change folder back to
8728         source group before deleting.
8729
8730 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8733
8734         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8735         mm-url.
8736
8737         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8738
8739 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8742         coding system which mm-charset-to-coding-system returns for a
8743         given charset is valid.
8744
8745 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8746
8747         * html2text.el (html2text-remove-tag-list):
8748         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8749
8750 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8751
8752         * gnus-cus.el: Revert 2005-10-17 change.
8753
8754 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * gnus-art.el (article-strip-banner): Call
8757         article-really-strip-banner only when the regexp match is made.
8758
8759 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-art.el (article-strip-banner): Use
8762         gnus-extract-address-components instead of
8763         mail-header-parse-addresses to make it work with non-ASCII text;
8764         remove mail-encode-encoded-word-string.
8765
8766         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8767         values which are surrounded with \"...\"; make it never cause a
8768         Lisp error; give up parsing of parameters if it failed in
8769         extracting type.
8770
8771 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8772
8773         * smime.el (smime-cert-by-ldap-1): Fix bug where
8774         `smime-ldap-search' returns results without userCertificates.
8775
8776 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8779
8780 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * spam.el (spam-check-spamassassin-headers): Adapt format for
8783         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8784         <ari@mbf.ocn.ne.jp>.
8785         (spam-list-of-processors): Add spam-use-gmane.
8786
8787 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8790         make-temp-file; make it work with XEmacs as well.
8791
8792         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8793         mm-make-temp-file.
8794
8795         * mm-decode.el (mm-display-external): Use the 3rd arg of
8796         mm-make-temp-file.
8797         (mm-create-image-xemacs): Ditto.
8798
8799 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8802         with message-narrow-to-headers.
8803         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8804         (gnus-draft-check-draft-articles): New function.
8805         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8806
8807 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * gnus-art.el (gnus-article-browse-html-parts):
8810         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8811         Don't use suffix argument for mm-make-temp-file for Emacs 21
8812         compatibility.  Remove useless `format'.
8813
8814 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8815
8816         * nnweb.el (nnweb-google-wash-article): Update regexps.
8817         (nnweb-group-alist): Use defvoo instead of defvar.
8818
8819 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8822         re-loading nn* modules.
8823
8824 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8827         for `tool-bar-mode' and don't check it's default-value.
8828
8829         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8830
8831         * message.el (message-make-tool-bar): Ditto.
8832
8833         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8834         `substring'.  Shorten tmp-file name.
8835
8836         * gnus.el: Remove bogus comment.
8837
8838 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8839
8840         * gnus-art.el (gnus-article-browse-html-parts): New function.
8841         (gnus-article-browse-html-article): New function for viewing html
8842         articles with a browser.
8843
8844 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8845
8846         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8847         in elisp.
8848         (pgg-gpg-encrypt-symmetric-region): Ditto.
8849         (pgg-gpg-sign-region): Ditto.
8850
8851         * pgg-def.el (pgg-text-mode): New variable.
8852
8853         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8854         (mml2015-pgg-encrypt): Ditto.
8855
8856         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8857         (mml1991-pgg-encrypt): Ditto.
8858
8859 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8862         message-make-date instead of current-time-string.
8863
8864         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8865         to gnus-decoded which mm-uu might set.
8866
8867 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8870         don't decode quoted parameters; remove misimported Emacs code.
8871         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8872         (rfc2231-decode-encoded-string): Don't use split-string which
8873         behaves differently according to Emacs version; use
8874         mm-decode-coding-region to convert charset to coding-system.
8875         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8876         (rfc2231-encode-string): Remove misimported Emacs code.
8877
8878 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8881         when calling mail-header-parse-content-type.
8882         (article-de-quoted-unreadable): Ditto.
8883         (article-de-base64-unreadable): Ditto.
8884         (article-wash-html): Ditto.
8885
8886         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8887         calling mail-header-parse-content-type and
8888         mail-header-parse-content-disposition.
8889         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8890         mail-header-parse-content-type.
8891
8892         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8893         insert charset and format parameters; encode description after
8894         inserting it to buffer.
8895         (mml-insert-parameter): Fold lines properly even if a parameter is
8896         segmented into two or more lines; change the max column to 76.
8897
8898         * rfc1843.el (rfc1843-decode-article-body): Don't use
8899         ignore-errors when calling mail-header-parse-content-type.
8900
8901         * rfc2231.el (rfc2231-parse-string): Return at least type if
8902         possible; don't cause an error even if it fails in parsing of
8903         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8904         (rfc2231-encode-string): Don't break lines at the beginning, leave
8905         it to mml-insert-parameter.
8906
8907         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8908         calling mail-header-parse-content-type.
8909
8910 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * spam-report.el (spam-report-gmane-use-article-number):
8913         Improve doc string.
8914         (spam-report-gmane-internal): Check if a suitable header was found
8915         in the article.
8916
8917 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8920         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8921
8922 2006-02-05  Romain Francoise  <romain@orebokech.com>
8923
8924         Update copyright notices of all files in the gnus directory.
8925
8926 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8927
8928         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8929
8930 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8933         segmented lines of parameter value to cope with Thunderbird 1.5
8934         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8935         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8936         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8937
8938 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8939
8940         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8941         parts.
8942
8943 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8944
8945         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8946         there's only one active file for all servers.
8947         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8948         solid groups.  Gnus might have used a FAST request to select the group.
8949         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8950         and nnweb-search redundantly in the active file.
8951         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8952         (nnweb-request-create-group): Don't use ARGS.
8953         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8954         initialisations.  Let nnoo do the work.
8955
8956 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8959         Say the part has been decoded.
8960
8961         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8962
8963 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8964
8965         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8966         mailcap-viewer-test-cache when there's no 'test clause, since that
8967         will invert the meaning of a "nil" test previously determined by
8968         mailcap-mailcap-entry-passes-test.
8969
8970 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8973         compiling.
8974
8975         * gnus-sum.el: Ditto.
8976
8977         * message.el: Don't bind tool-bar-map when compiling.
8978
8979 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8982
8983 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8984
8985         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8986         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8987         current Google Groups.
8988
8989 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8992         and tool-bar-mode.
8993
8994         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8995         and tool-bar-mode.
8996
8997         * message.el (message-tool-bar-update): Simplify.
8998         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8999
9000         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9001         gnus-summary-buffer.
9002         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9003         gnus-summary-reply.
9004
9005         * gmm-utils.el (gmm): Add :version.
9006
9007 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * Makefile.in (clean): New rule.
9010         (distclean): Use it.
9011
9012 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9013
9014         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9015         autoload.
9016
9017 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gmm-utils.el (gmm-verbose): Add :group.
9020
9021 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * message.el: Change some comments WRT tool-bars.
9024
9025         * gnus-sum.el (gnus-summary-tool-bar)
9026         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9027         (gnus-summary-tool-bar-zap-list): New variables.
9028         (gnus-summary-make-tool-bar): Complete rewrite using
9029         `gmm-tool-bar-from-list'.
9030
9031         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9032         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9033         variables.
9034         (gnus-group-make-tool-bar): Complete rewrite using
9035         `gmm-tool-bar-from-list'.
9036         (gnus-group-tool-bar-update): New function.
9037
9038         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9039
9040 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9043         is dissected into a single part of which the type is the same as
9044         the given one; decode charset.
9045
9046 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9047
9048         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9049         into alists as symbol not string, since that's what
9050         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9051         look for.
9052
9053 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9056         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9057
9058         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9059
9060 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9063         (gnus-xmas-mime-security-button-menu): New function.
9064
9065         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9066         (gnus-mime-security-button-menu): New definition.
9067         (gnus-mime-security-button-map): Use them.
9068         (gnus-mime-security-button-menu): New function.
9069         (gnus-insert-mime-security-button): Addition to help echo.
9070         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9071         (gnus-mime-security-pipe-part): New functions.
9072
9073         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9074         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9075
9076         * mm-decode.el (mm-handle-set-disposition): Remove.
9077         (mm-handle-set-description): Remove.
9078
9079 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9082         (mm-w3m-standalone-supports-m17n-p): New function.
9083         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9084         w3m usage.
9085
9086         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9087         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9088
9089 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * message.el (message-tool-bar-zap-list): Use
9092         gmm-tool-bar-zap-list as custom type.
9093         (message-tool-bar-update): New function.
9094         (message-tool-bar, message-tool-bar-gnome)
9095         (message-tool-bar-retro): Add message-tool-bar-update.
9096         (message-tool-bar-gnome): Add flyspell-buffer.
9097
9098         * gnus-util.el (gnus-error): Describe `args'.
9099
9100         * gmm-utils.el (gmm-error): Describe `args'.
9101         (gmm-tool-bar-zap-list): New widget.
9102         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9103
9104 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9107         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9108         the number of recursive calls.
9109
9110         * mm-decode.el (mm-handle-set-disposition): New macro.
9111         (mm-handle-set-description): New macro.
9112
9113 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9116         encoding.
9117
9118 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * message.el (message-tool-bar-zap-list, message-tool-bar)
9121         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9122         (message-tool-bar-local-item-from-menu): Remove.
9123         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9124         (message-make-tool-bar): New function.
9125         (message-mode): Use `message-make-tool-bar'.
9126
9127         * gmm-utils.el: New file.
9128         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9129         (gmm-lazy): New widget copied from `nnmail.el'.
9130         (gmm-tool-bar-from-list): New function for creating customizable
9131         tool bars.
9132         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9133         output.
9134         (gmm): Add :prefix to defgroup.
9135
9136 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9137
9138         * gmm-utils.el (gmm-widget-p): New function.
9139
9140 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * mml.el (mml-attach-file): Describe `description' in doc string.
9143         (mml-menu): Add Emacs MIME manual and PGG manual.
9144
9145 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9146
9147         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9148
9149 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9150
9151         * nntp.el (nntp-end-of-line): Doc fix.
9152
9153 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9154
9155         * imap.el (imap-open): Handle case where buffer is a buffer
9156         object.
9157
9158 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9159
9160         * gnus-delay.el (gnus-delay): Don't autoload.
9161         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9162         to be re-loaded when customizing the `gnus-delay' group.
9163
9164 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9165
9166         * message.el (message-insert-citation-line): Use newlines.
9167
9168 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9169
9170         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9171         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9172         these routines, so the passphrase can be managed externally and
9173         passed in to the system.
9174         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9175         pgg-add-passphrase-to-cache function.
9176
9177         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9178         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9179         these routines, so the passphrase can be managed externally and
9180         passed in to the system.
9181         (pgg-pgp5-sign-region): Use new name of
9182         pgg-add-passphrase-to-cache function.
9183
9184 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9185
9186         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9187         part of the decoded armor to find the key-identifier.
9188         (pgg-gpg-lookup-key-owner): New function to return the
9189         human-readable identifier of a key owner.
9190         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9191         itself.
9192         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9193         the key value) if we have a key and can match it against a secret
9194         key.  Also, added a note pointing out fact that the prompt only
9195         indicates the first matching key.
9196
9197         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9198         pgg-decrypt-region.
9199         (pgg-add-passphrase-to-cache): Rename from
9200         `pgg-add-passphrase-cache' to reduce confusion (all callers
9201         changed).
9202         (pgg-remove-passphrase-from-cache): Rename from
9203         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9204         changed).
9205         (pgg-read-passphrase, pgg-add-passphrase-cache)
9206         (pgg-remove-passphrase-cache): Add informative docstrings.
9207         (pgg-decrypt): Convey provided passphrase in subordinate call to
9208         pgg-decrypt-region.
9209
9210 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9211
9212         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9213         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9214         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9215         'passphrase' argument, so the passphrase can be managed externally
9216         and then passed in to the system.
9217
9218         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9219         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9220         so the passphrase cache can be used reliably with identifiers
9221         besides a pgp packet's key id.
9222
9223         * pgg-gpg.el (pgg-gpg-encrypt-region)
9224         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9225         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9226         these routines, so the passphrase can be managed externally and
9227         passed in to the system.
9228
9229         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9230         'notruncate' argument, so the passphrase cache can be used
9231         reliably with identifiers besides a pgp packet's key id.
9232
9233 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9234
9235         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9236         symmetric encryption.
9237         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9238         encrypted session key.
9239         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9240         message ask for the passphrase in a proper way.
9241
9242         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9243         New user commands for symmetric encryption.
9244
9245 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9248
9249         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9250
9251 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9252
9253         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9254
9255 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * mm-decode.el (mm-inlined-types): Add application/pgp.
9258         (mm-automatic-display): Ditto.
9259
9260         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9261         part as text.
9262
9263 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * nnrss.el: Update copyright.
9266         (nnrss-opml-import): Query whether to subscribe to each entry.
9267
9268         * gnus-art.el:
9269         * gnus-sum.el:
9270         * gnus-xmas.el:
9271         * messagexmas.el:
9272         * mm-uu.el:
9273         * mm-view.el: Update copyright.
9274
9275 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * message.el (message-info): New function.
9278         (message-mode-menu): Add it.
9279         Update copyright.
9280
9281         * ChangeLog: Fix and update copyright.
9282
9283 2006-01-13  Romain Francoise  <romain@orebokech.com>
9284
9285         * message.el (message-forward-subject-name-subject): Prefer the
9286         address to 'nowhere' if the sender has no name.
9287         Fix typo.  Update copyright year.
9288
9289 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * gnus-art.el (article-wash-html): Use
9292         gnus-summary-show-article-charset-alist if a numeric arg is given.
9293         (gnus-article-wash-html-with-w3m-standalone): New function.
9294
9295         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9296         mm-inline-text-html-render-with-w3m-standalone.
9297         (mm-text-html-washer-alist): Map w3m-standalone to
9298         gnus-article-wash-html-with-w3m-standalone.
9299         (mm-inline-text-html-render-with-w3m-standalone): New function.
9300
9301 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9304         Improve LaTeX.
9305
9306 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9309         (nnrss-request-article): Render text/plain parts as HTML.
9310
9311         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9312         the buffer.
9313
9314 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9317         custom definition of `gnus-posting-styles'.
9318
9319         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9320         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9321
9322 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9325         Use nntp for bug archive.
9326
9327 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9330         parts.
9331         (nnrss-normalize-date): New function converts ISO 8601 date into
9332         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9333         (nnrss-check-group): Use it.
9334
9335 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9338
9339         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9340         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9341         (nnrss-insert-w3): Ditto.
9342
9343 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9346         the articles to be forwarded including the case where neither a
9347         number of articles nor a region is specified.
9348
9349 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * nnrss.el (nnrss-request-article): Fix last change; fill
9352         text/plain parts.
9353
9354 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9357         in text/plain part.
9358         (nnrss-check-group): Don't add excessive newline to dc:subject.
9359
9360 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9361
9362         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9363         article.
9364
9365 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9368         (nnml-use-compressed-files, nnml-save-mail): Support other
9369         comression programs such as bzip2.
9370
9371 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * dns.el (query-dns): Make sure we check the buffer size before
9374         removing tcp headers.
9375
9376 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9379         remove MIME buttons associated with multipart/alternative parts.
9380         (gnus-mime-display-alternative): Tag buttons using `article-type'
9381         text property.
9382
9383         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9384         associated with multipart/alternative parts.
9385
9386         * gnus-art.el (gnus-signature-separator): Fix custom type.
9387
9388         * mm-decode.el (mm-inlined-types): Fix custom type.
9389         (mm-keep-viewer-alive-types): Ditto.
9390         (mm-automatic-display): Ditto.
9391         (mm-attachment-override-types): Ditto.
9392         (mm-inline-override-types): Ditto.
9393         (mm-automatic-external-display): Ditto.
9394
9395 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * spam-report.el (spam-report-user-mail-address)
9398         (spam-report-user-agent): New variables.
9399         (spam-report-url-ping-plain): Use spam-report-user-agent.
9400
9401 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9402
9403         * gnus-art.el (gnus-button-handle-custom): Do not just use
9404         `customize-apropos' for any "M-x customize-*" button but the
9405         function called for.  Accept both the function name and its
9406         argument in order to achieve this.
9407         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9408         function name to `gnus-button-handle-custom' in case of "M-x
9409         customize-*" buttons.
9410
9411 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9414         multipart/alternative and add xref to mm-discouraged-alternatives
9415         in doc string.
9416
9417         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9418         gnus-buttonized-mime-types in doc string.
9419
9420 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9423         Suggest image/.* in the doc string.
9424
9425 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9428         message-marks (Debian bug #342521).
9429
9430 2005-12-12  Simon Josefsson  <jas@extundo.com>
9431
9432         * password.el (password-read-from-cache): Add.
9433         (password-read): Use it.
9434
9435 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9438         us-ascii as a MIME charset.
9439
9440         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9441         against the case where the 2nd arg TYPE is nil.
9442
9443 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * pop3.el (pop3-stream-type): Fix custom version.
9446
9447         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9448
9449 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9450
9451         * mm-decode.el (mm-display-external): Add missing cdr.
9452
9453 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9456         RFC1524) if it is in mailcap or add a suffix according to
9457         mailcap-mime-extensions when generating a temp filename; postpone
9458         deleting a temp file for 2 seconds for some wrappers, shell
9459         scripts, and so on, which might exit right after having started a
9460         viewer command as a background job.
9461
9462 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * nntp.el (nntp-marks-directory): Fix custom group.
9465
9466         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9467         steps when < 10.
9468
9469         * gnus-start.el (gnus-no-server-1): Mention
9470         `gnus-level-default-subscribed' in doc string.
9471
9472 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9473
9474         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9475         parens.
9476
9477 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * gnus-xmas.el (gnus-use-toolbar): Revert.
9480         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9481         gnus-use-toolbar is default.
9482
9483         * messagexmas.el (message-use-toolbar): Revert.
9484         (message-setup-toolbar): Use global default-toolbar if
9485         message-use-toolbar is default.
9486
9487 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9490         according to default-toolbar-visible-p.
9491
9492         * messagexmas.el (message-use-toolbar): Ditto.
9493
9494 2005-11-26  Dave Love  <fx@gnu.org>
9495
9496         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9497         (tls-program, tls-success): Provide openssl alternative.
9498
9499         * starttls.el: Doc fixes.
9500         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9501         SERVICE to PORT.
9502
9503         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9504         port null or service name.
9505         (starttls-negotiate): Autoload.
9506
9507 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * message.el (message-kill-to-signature): Fix interactive spec.
9510
9511 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * pop3.el (pop3-open-server): Recognize a string as a service name.
9514
9515 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9516
9517         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9518
9519 2005-11-23  Dave Love  <fx@gnu.org>
9520
9521         Add pop3s, pop3/starttls.
9522
9523         * pop3.el (pop3-authentication-scheme): Clarify doc.
9524         (open-tls-stream, starttls-open-stream): Autoload.
9525         (pop3-stream-type): New.
9526         (pop3-open-server): Use it.
9527
9528         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9529         for POP.
9530         (mail-source-keyword-map): Add :stream for POP.
9531         (mail-source-fetch-pop): Use pop3-stream-type.
9532
9533 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9536         of current-time-string.
9537
9538 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9539
9540         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9541         date header.
9542
9543 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9544
9545         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9546         it can seriously impact performance as it bypasses the agent's
9547         local caches.
9548
9549 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9550
9551         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9552         must be explicitly online rather than "not explicitly offline" for
9553         its flags to be synchronized.
9554
9555         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9556         that gnus-uu-unmark-thread will function correctly.
9557
9558         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9559         1024K is instead displayed as 1M.
9560
9561 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9564
9565 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9566
9567         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9568
9569 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9570
9571         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9572         error message to display actual error condition.
9573         (gnus-agent-save-local): Avoid saving symbols that are bound to
9574         nil as they simply result in a warning message in
9575         gnus-agent-read-local.
9576
9577 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9580         rather than make-variable-buffer-local for file-precious-flag.
9581
9582 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9583
9584         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9585         for duplicates which are removed.  The invalid sort check then
9586         triggers a rescan after the sort as sorting may have moved
9587         duplicate entries such that they can be cheaply detected.
9588
9589 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9592
9593 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9594
9595         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9596         internal variable to a custom variable.  Changed default value
9597         from compressed(2) to uncompressed(1).
9598         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9599         support for uncompressed agentview files.  Taken together, reading
9600         the agentview file should now be 6-7 times faster.
9601
9602 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9603
9604         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9605         as a buffer-local variable.  This avoids creating truncated
9606         dribble files as a result of a hang up, eg.
9607
9608 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9609
9610         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9611         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9612         XEmacs.
9613
9614 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gnus-start.el (gnus-start-draft-setup): Enforce
9617         `gnus-draft-mode' for nndraft:drafts at startup.
9618
9619         * gnus.el (gnus-splash): Change custom group.
9620         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9621         allow-list argument.
9622
9623         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9624         string.
9625
9626 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * gnus-art.el (gnus-default-article-saver): Add user-defined
9629         `function' to custom type.
9630
9631 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9632
9633         * imap.el (imap-open): Handle case where buffer is a buffer
9634         object.
9635
9636 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9639         long lines.
9640         (gnus-cache-delete-group): Wrap doc strings.
9641
9642         * gnus-agent.el (gnus-agent-rename-group)
9643         (gnus-agent-delete-group): Wrap doc strings.
9644
9645 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * messagexmas.el (message-use-toolbar): Change the valid values
9648         into default, top, bottom, left, and right.
9649         (message-toolbar-thickness): New variable.
9650         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9651         well.
9652         (message-setup-toolbar): Make it work.
9653
9654         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9655         (gnus-use-toolbar): Change the valid values into default, top,
9656         bottom, left, and right.
9657         (gnus-toolbar-thickness): New variable.
9658         (gnus-xmas-setup-toolbar): New function.
9659         (gnus-xmas-setup-group-toolbar): Use it.
9660         (gnus-xmas-setup-summary-toolbar): Use it.
9661
9662 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * gnus-start.el (gnus-1): Add "native" to
9665         gnus-predefined-server-alist.
9666
9667         * gnus.el (gnus-method-to-server): Don't add "native" to the
9668         lists here, because that leads to problems when
9669         gnus-select-method is bound.
9670
9671 2005-11-09  Simon Josefsson  <jas@extundo.com>
9672
9673         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9674         use (not sort-by-date) instead.
9675
9676 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9677
9678         * gnus-delay.el (gnus-delay-group): Don't autoload.
9679         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9680         to be re-loaded when customizing the `gnus-delay' group.
9681
9682 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9683
9684         * message.el: Revert last changes.
9685         (message-insert-citation-line): Use newlines.
9686
9687 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9688
9689         * message.el (message-courtesy-message)
9690         (message-mark-insert-begin, message-mark-insert-end)
9691         (message-elide-ellipsis, message-cancel-message)
9692         (message-add-header, message-change-subject)
9693         (message-cross-post-followup-to-header)
9694         (message-cross-post-insert-note, message-reduce-to-to-cc)
9695         (message-widen-reply, message-delete-not-region)
9696         (message-kill-to-signature, message-insert-signature)
9697         (message-insert-importance-high, message-insert-importance-low)
9698         (message-insert-or-toggle-importance)
9699         (message-insert-disposition-notification-to)
9700         (message-indent-citation, message-yank-original)
9701         (message-cite-original-without-signature, message-cite-original)
9702         (message-insert-citation-line, message-position-on-field)
9703         (message-fix-before-sending, message-send-mail-partially)
9704         (message-send-mail, message-send-mail-with-sendmail)
9705         (message-send-mail-with-qmail, message-send-news)
9706         (message-check-news-header-syntax, message-generate-headers)
9707         (message-insert-courtesy-copy, message-fill-address)
9708         (message-fill-header, message-shorten-references)
9709         (message-setup-1, message-cancel-news)
9710         (message-forward-make-body-plain, message-forward-make-body-mime)
9711         (message-forward-make-body-mml, message-encode-message-body)
9712         (message-forward-make-body-digest-plain)
9713         (message-forward-make-body-digest-mime)
9714         (message-use-alternative-email-as-from): Insert `hard-newline'
9715         instead of ordinary newlines.
9716
9717 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * message.el (message-generate-headers): Downcase the argument
9720         given to message-check-element.
9721
9722 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9723
9724         * nntp.el (nntp-authinfo-rejected): New error condition.
9725         (nntp-wait-for): Use new error condition to signal authentication
9726         error.
9727         (nntp-retrieve-data): Rethrow new error condition to break out of
9728         recursive call to nntp-send-authinfo.
9729
9730 2005-11-08  Romain Francoise  <romain@orebokech.com>
9731
9732         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9733         (gnus-summary-exit-map): Bind to `Z p'.
9734         (gnus-summary-make-menu-bar): Add menu item.
9735
9736 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9739         (gnus-treat-*): Add `first' in all doc strings.
9740
9741         * gnus-group.el (gnus-group-compact-group): Fix typo.
9742
9743 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus.el (gnus-parameters-case-fold-search): New variable.
9746         (gnus-parameters-get-parameter): Use it.
9747
9748         * gnus-score.el (gnus-home-score-file): Doc fix.
9749
9750 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9751
9752         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9753
9754 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * mm-util.el (mm-special-display-p): New function.
9757
9758         * mml.el (mml-preview): Use it; doc fix.
9759
9760 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9761
9762         * imap.el (imap-open): Handle case where buffer is a buffer object.
9763
9764 2005-10-29  Romain Francoise  <romain@orebokech.com>
9765
9766         * message.el (message-fix-before-sending): Fix comment.
9767
9768 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9769
9770         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9771
9772 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9773
9774         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9775         Used in gnus-score.el.
9776
9777 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9780
9781 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9784         whitespace removed in revision 7.8.  Use concatenated string to
9785         protect trailing whitespace.
9786
9787 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9788
9789         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9790         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9791         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9792         Courier IMAP ("some version from 2004").  Mostly based on similar
9793         code in the same function.
9794
9795 2005-10-26  Didier Verna  <didier@xemacs.org>
9796
9797         * gnus-group.el (gnus-group-compact-group): Invalidate original
9798         article buffer.
9799         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9800         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9801         NOV database and in article itself.
9802         Invalidate article backlog.
9803
9804 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9807
9808 2005-10-26  Simon Josefsson  <jas@extundo.com>
9809
9810         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9811         part of 2004-07-25 change.
9812
9813 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * message.el (message-display-completion-list): New function.
9816         (message-expand-group): Use it; make sure the Completions buffer
9817         is modifiable.
9818 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9819
9820         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9821         user-mail-name is an empty string.
9822
9823 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9826         depending on gnus-score-decay-constant.
9827
9828         * encrypt.el (encrypt-insert-file-contents)
9829         (encrypt-write-file-contents): Don't use `gnus-message'.
9830
9831         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9832         arguments.
9833         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9834         arguments to mm-uu-verbatim-marks-extract.
9835         (mm-uu-hide-markers): New variable.
9836         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9837
9838         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9839         (gnus-convert-image-to-face-command): Use "convert" by default to
9840         allow other input image formats.
9841         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9842         accordingly.
9843
9844 2005-10-23  Simon Josefsson  <jas@extundo.com>
9845
9846         * imap.el (imap-gssapi-program): Align command line parameters
9847         with latest GNU SASL.
9848         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9849
9850 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9853         HTML.
9854         (nnslashdot-request-article): Ditto.
9855
9856         * lpath.el (featurep): Add nobreak-char-display.
9857
9858 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9859
9860         * mail-source.el (mail-source-fetch-pop): Require pop3.
9861         (mail-source-check-pop): Ditto.
9862
9863 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9866         errors.
9867
9868 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9871         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9872
9873         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9874
9875         * mm-bodies.el (mm-decode-string): Call
9876         `mm-charset-to-coding-system' with allow-override argument.
9877
9878 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9881         (rfc2047-charset-to-coding-system): New function.
9882         (rfc2047-decode-encoded-words): New function.
9883         (rfc2047-decode-region): Use them.
9884         (rfc2047-decode-cte): Remove.
9885         (rfc2047-parse-and-decode): Remove.
9886         (rfc2047-decode): Remove.
9887
9888 2005-10-15  Kenichi Handa  <handa@m17n.org>
9889
9890         * rfc2047.el (rfc2047-decode-cte): New function.
9891         (rfc2047-decode-region): Change the way to decode successive
9892         encoded-words: decode B- or Q-encoding in each encoded-word,
9893         concatenate them, and decode it as charset.
9894
9895 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * lpath.el: Fbind codepage-setup for XEmacs.
9898
9899 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9900
9901         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9902         widget-move-and-invoke.
9903         (gnus-custom-mode): Use gnus-custom-map.
9904
9905 2005-10-15  Bill Wohler  <wohler@newt.com>
9906
9907         * message.el (message-tool-bar-map): Renamed image file from
9908         mail_send to mail/send.
9909
9910 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9911
9912         * message.el (message-expand-group): Pass the common
9913         prefix substring of completion to `display-completion-list'.
9914
9915 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * mml-sec.el (mml-secure-method): New internal variable.
9918         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9919         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9920         functions using mml-secure-method.
9921
9922         * mml.el (mml-mode-map): Add key bindings for those functions.
9923         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9924         Harder <harder@myrealbox.com>.
9925         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9926         end of message if point is the headers of the message.
9927
9928         * message.el (message-in-body-p): New function.
9929
9930         * assistant.el: Autoload gnus-util and netrc.
9931
9932         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9933         Use `mm-charset-override-alist' only when decoding.
9934
9935         * mm-bodies.el (mm-decode-body): Call
9936         `mm-charset-to-coding-system' with allow-override argument.
9937
9938         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9939         `filename' from Content-Disposition if Content-Type doesn't
9940         provide `name'.
9941         (gnus-mime-view-part-as-type): Set default instead of
9942         initial-input.
9943
9944 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9945
9946         * format-spec.el (format-spec): Propagate text properties of % spec.
9947
9948 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-art.el (gnus-treat-predicate): Add `first'.
9951
9952 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9955         (mm-charset-override-alist): New variable.
9956         (mm-charset-to-coding-system): Use it.
9957         (mm-codepage-setup): New helper function.
9958         (mm-charset-eval-alist): New variable.
9959         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9960         about unknown charsets.
9961
9962         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9963
9964 2005-10-04  David Hansen  <david.hansen@gmx.net>
9965
9966         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9967         (nnrss-check-group): Ditto.
9968
9969 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9972         Rename x-gnus-verbatim to x-verbatim.
9973         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9974
9975         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9976         x-verbatim.
9977
9978         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9979
9980         * gnus-util.el (gnus-remove-duplicates): Remove.
9981
9982         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9983         instead of gnus-remove-duplicates.
9984
9985         * message.el (message-remove-duplicates): Remove.
9986         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9987         message-remove-duplicates.
9988
9989         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9990         available, else use implementation from `delete-dups'.
9991
9992         * message.el (message-insert-expires): New function.
9993         (message-mode-map): Add key binding.
9994         (message-mode-field-menu): Add menu entry.
9995         (message-mode): Document it.
9996         (message-make-expires-date): Use `message-make-date'.
9997
9998 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9999
10000         * message.el (message-make-expires-date): New function.
10001
10002 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * Makefile.in (list-installed-shadows): New entry.
10005         (install): Use it.
10006         (remove-installed-shadows): New entry.
10007
10008         * dgnushack.el (dgnushack-default-load-path): New variable.
10009         (dgnushack-find-lisp-shadows): New function.
10010         (dgnushack-remove-lisp-shadows): New function.
10011
10012 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * Makefile.in (install-el-elc): New entry.
10015         (install): Use it so that .el files are necessarily installed.
10016
10017 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10020
10021 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10022
10023         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10024         function rather than the diff-mode.el package.
10025         (mm-display-external): Use with-current-buffer.
10026         (mm-viewer-completion-map, mm-viewer-completion-map):
10027         Move initialization inside declaration.
10028
10029 2005-09-29  Simon Josefsson  <jas@extundo.com>
10030
10031         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10032         autoload mail-check-payment.
10033         (spam-check-hashcash): Define unconditionally, since hashcash.el
10034         is part of Gnus now.  Ignore errors from payment checking.
10035
10036 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * message.el (message-bold-region, message-unbold-region): Rename
10039         from `bold-region' and `unbold-region'.
10040
10041         * message.el: Remove useless autoloads.
10042
10043 2005-09-28  Simon Josefsson  <jas@extundo.com>
10044
10045         * message.el (message-use-idna): Default to t.
10046         (message-use-idna): Test whether encoding works too.  Doc fix.
10047
10048 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * nntp.el (nntp-warn-about-losing-connection): Remove.
10051
10052 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10055         customizable.  Change default value.
10056         (mm-uu-diff-groups-regexp): Change default value.
10057         (mm-uu-type-alist): Add doc string.
10058         (mm-uu-configure): Add doc string.  Make it interactive.
10059         (mm-uu-tex-groups-regexp): New variable.
10060         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10061         (mm-uu-type-alist): Add LaTeX documents.
10062         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10063         of "text/verbatim".
10064         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10065
10066         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10067         instead of "text/verbatim".
10068
10069         * message.el (message-mark-inserted-region)
10070         (message-mark-insert-file): Use slrn style marks when called with
10071         prefix argument.
10072
10073 2005-09-27  Simon Josefsson  <jas@extundo.com>
10074
10075         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10076
10077 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10078
10079         * message.el (message-remove-duplicates): New function.
10080         Implementation borrowed from `gnus-remove-duplicates'.
10081         (message-idna-to-ascii-rhs): Also encode idna addresses in
10082         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10083         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10084         only ask about the same idna domain once per header and also tell
10085         in what header to replace the idna domain.
10086
10087         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10088         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10089         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10090         a header is decoded and not just the last one.
10091
10092 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10095         has been decoded.
10096
10097         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10098         (mm-insert-part): Don't modify text if it has been decoded.
10099
10100         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10101         decoded.
10102
10103         * mm-view.el (mm-inline-text): Don't strip text props unless
10104         decoding enriched or richtext parts.
10105
10106 2005-09-25  Romain Francoise  <romain@orebokech.com>
10107
10108         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10109         * gnus-start.el (gnus-subscribe-interactively):
10110         * gnus-uu.el (gnus-uu-grab-articles):
10111         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10112         space.
10113
10114 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10115
10116         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10117         * mm-view.el (mm-view-pkcs7-decrypt):
10118         * gnus-sum.el (gnus-summary-limit-to-extra)
10119         (gnus-summary-respool-article, gnus-read-move-group-name):
10120         * gnus-score.el (gnus-summary-increase-score):
10121         * gnus-util.el (gnus-completing-read-with-default):
10122         * gnus-art.el (gnus-read-save-file-name)
10123         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10124         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10125         * message.el (message-check-news-header-syntax):
10126         Follow convention for reading with the minibuffer.
10127
10128 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * spam-report.el (spam-report-url-ping-plain):
10131         Use gnus-extended-version as User-Agent.
10132
10133         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10134         default value is nil.
10135
10136         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10137         (mm-uu-verbatim-marks-extract): New function.
10138         (mm-uu-extract): New face.
10139         (mm-uu-copy-to-buffer): Use it.
10140
10141         * spam-report.el (spam-report-gmane-ham): Renamed from
10142         `spam-report-gmane-unspam'.
10143         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10144         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10145
10146         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10147         Autoload.
10148         (spam-report-gmane-unregister-routine): Renamed
10149         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10150
10151 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10152
10153         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10154         (spam-report-gmane-unregister-routine): Add support for gmane
10155         unregistration.
10156
10157         * spam-report.el (spam-report-gmane-unspam)
10158         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10159         (spam-report-gmane): Change to take a single article and do unspam
10160         registration.
10161
10162 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * mm-url.el (mm-url-decode-entities): Fix regexp.
10165
10166 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167
10168         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10169         default to nil, to be able to use Gnus at all.  If the default
10170         switches to something else, then the function should be fixed not
10171         be exceedingly slow.
10172
10173 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10174
10175         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10176         fail hard.
10177
10178         * spam-report.el: Add better Keywords line.
10179
10180         * spam.el: Add Maintainer and better Keywords line.
10181
10182 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * gnus-art.el (gnus-article-replace-part)
10185         (gnus-mime-replace-part): New functions.
10186         (gnus-mime-action-alist, gnus-mime-button-commands)
10187         (gnus-mime-save-part-and-strip): Added file argument.
10188         (gnus-article-part-wrapper): Added interactive argument.
10189
10190         * gnus-sum.el (gnus-summary-mime-map): Add
10191         `gnus-article-replace-part'.
10192
10193 2005-09-19  Didier Verna  <didier@xemacs.org>
10194
10195         The nnml compaction feature:
10196         * nnml.el (nnml-request-compact-group): New function.
10197         * nnml.el (nnml-request-compact): New function.
10198         * gnus-int.el (gnus-request-compact-group): New function.
10199         * gnus-int.el (gnus-request-compact): New function.
10200         * gnus-group.el (gnus-group-compact-group): New function.
10201         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10202         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10203         * gnus-srvr.el (gnus-server-compact-server): New function.
10204         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10205         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10206
10207 2005-09-18  Deepak Goel  <deego@gnufans.org>
10208
10209         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10210         format spec.
10211
10212 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10215
10216 2005-09-15  Romain Francoise  <romain@orebokech.com>
10217
10218         * message.el (message-fill-paragraph): Clarify docstring.
10219
10220 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-art.el (gnus-mime-display-part): Protect against broken
10223         MIME messages.
10224
10225 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10228         before parsing header.
10229
10230 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10231
10232         * html2text.el (html2text-replace-list): Add new entities.
10233
10234 2005-09-11  Romain Francoise  <romain@orebokech.com>
10235
10236         * message.el (message-alternative-emails): Improve docstring.
10237         (message-setup-1): Call `message-use-alternative-email-as-from'
10238         after `message-setup-hook' to give it precedence over posting
10239         styles, etc.
10240         (message-use-alternative-email-as-from): Add docstring.  Remove
10241         the original From header if present.
10242
10243         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10244         (nnml-save-mail): Use it.
10245
10246         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10247         articles.  Add new argument `silent'.
10248         (gnus-uu-mark-all): Report the total number of marked articles.
10249
10250 2005-09-10  Romain Francoise  <romain@orebokech.com>
10251
10252         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10253         (gnus-uu-mark-series): Likewise.
10254
10255 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * spam-report.el (spam-report-gmane): Fix generation of spam
10258         report URL.
10259
10260 2005-09-10  Simon Josefsson  <jas@extundo.com>
10261
10262         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10263         t, based on discussion on the ding list with Robert Epprecht
10264         <epprecht@solnet.ch>.
10265
10266 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * spam-report.el (spam-report-gmane): Make it work without
10269         X-Report-Spam header.  Gmane now only provides Archived-At.
10270         This is only used if `spam-report-gmane-use-article-number' is nil.
10271         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10272
10273         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10274         make `gnus-summary-sort-by-recipient' work with threading.
10275
10276         * nnweb.el (nnweb-google-wash-article): Print a message if article
10277         is not available.
10278
10279 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10280
10281         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10282         change.  Decode text/* parts content before displaying.
10283
10284 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10287
10288 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10291
10292         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10293         url-package-name, url-package-version,
10294         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10295         w3m-display-inline-images, and w3m-minor-mode-map.
10296
10297 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * message.el (message-tab-body-function): Fix mismatched custom type.
10300
10301         * gnus.el (gnus-group-change-level-function): Ditto.
10302
10303         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10304
10305         * gnus-art.el (gnus-signature-limit)
10306         (gnus-article-mime-part-function): Ditto.
10307
10308 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * mml.el (mml-mode): Silence the byte compiler.
10311
10312         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10313         using `(sit-for 0)' before moving the point to the specified part;
10314         skip unbuttonized parts.
10315         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10316         return to the summary window if gnus-auto-select-part is non-nil.
10317
10318 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10321         variables.
10322         (mml-dnd-attach-file, mml-mode): Use them.
10323
10324         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10325         Make fetching article by MID work again for Google Groups.  Added
10326         FIXME concerning gnus-group-make-web-group.
10327
10328         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10329         Don't depend on Gnus by using mail-extract-address-components if
10330         gnus-extract-address-components is not bound.
10331
10332 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10333
10334         * gnus-art.el (gnus-mime-display-security): Don't display the
10335         signature, but only the signed part.
10336
10337 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10340
10341         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10342         list, not listp.
10343
10344 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10345
10346         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10347         when encoding.
10348
10349         * mm-bodies.el (mm-decode-content-transfer-encoding):
10350         De-canonicalize CRLF for all text content types, not just
10351         text/plain.
10352
10353 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10356         valid article; point arrow and cursor at the MIME button.
10357
10358 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10361         Suggested by Dan Christensen <jdc@uwo.ca>.
10362
10363         * mm-decode.el (mm-save-part): Enable change of prompt.
10364
10365 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10366
10367         * gnus-msg.el (gnus-inews-add-send-actions): Made
10368         `message-post-method' lambda parameter ARG `&optional'.
10369
10370 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * gnus-sum.el (gnus-summary-mime-map): Added
10373         gnus-article-save-part-and-strip, gnus-article-delete-part and
10374         gnus-article-jump-to-part.
10375
10376         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10377         (gnus-article-edit-part): Use it.
10378         (gnus-article-part-wrapper): Added no-handle argument.
10379         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10380         functions.
10381
10382 2005-08-29  Romain Francoise  <romain@orebokech.com>
10383
10384         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10385         docstring.
10386         (gnus-face-from-file): Likewise.
10387
10388 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10391         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10392         non-nil.
10393         (gnus-auto-select-part): New variable.
10394         (gnus-article-jump-to-part): New function.
10395         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10396         (gnus-mime-delete-part): Allow selecting specified part after
10397         deleting or stripping parts.
10398         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10399         part if argument is bogus.
10400
10401 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10402
10403         * gnus-art.el (w3m-minor-mode-map):
10404         * gnus-spec.el (gnus-newsrc-file-version):
10405         * gnus-util.el (nnmail-active-file-coding-system)
10406         (gnus-original-article-buffer, gnus-user-agent):
10407         * gnus.el (gnus-ham-process-destinations)
10408         (gnus-parameter-ham-marks-alist)
10409         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10410         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10411         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10412         * mm-decode.el (gnus-current-window-configuration):
10413         * mm-extern.el (gnus-article-mime-handles):
10414         * mm-url.el (url-current-object, url-package-name)
10415         (url-package-version):
10416         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10417         (smime-keys, w3m-cid-retrieve-function-alist)
10418         (w3m-current-buffer, w3m-display-inline-images)
10419         (w3m-minor-mode-map):
10420         * mml-smime.el (gnus-extract-address-components):
10421         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10422         (gnus-newsrc-hashtb, message-default-charset)
10423         (message-deletable-headers, message-options)
10424         (message-posting-charset, message-required-mail-headers)
10425         (message-required-news-headers):
10426         * mml1991.el (mc-pgp-always-sign):
10427         * mml2015.el (mc-pgp-always-sign):
10428         * nnheader.el (nnmail-extra-headers):
10429         * rfc1843.el (gnus-decode-encoded-word-function)
10430         (gnus-decode-header-function, gnus-newsgroup-name):
10431         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10432
10433 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10434
10435         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10436         the end of the date treatments.
10437
10438 2005-08-15  Simon Josefsson  <jas@extundo.com>
10439
10440         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10441         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10442         Capello and Romain Francoise.
10443         (pgg-fetch-key-function): Removed, not used?
10444         (pgg-insert-url-with-w3): Require url, to get
10445         url-insert-file-contents regardless of where it is defined.
10446
10447 2005-08-13  Romain Francoise  <romain@orebokech.com>
10448
10449         * message.el (message-cite-original-1): New function.
10450         (message-cite-original): Use it.
10451         (message-cite-original-without-signature): Ditto.
10452
10453 2005-08-08  Romain Francoise  <romain@orebokech.com>
10454
10455         * message.el (message-yank-empty-prefix): New variable.
10456         (message-indent-citation): Use it.
10457         (message-cite-original-without-signature): Respect X-No-Archive.
10458
10459 2005-08-08  Simon Josefsson  <jas@extundo.com>
10460
10461         * pgg.el: Autoload url-insert-file-contents instead of loading
10462         w3/url.
10463         (pgg-insert-url-with-w3): Don't load url here.
10464
10465 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10466
10467         * message.el (message-kill-to-signature): Don't insert newline at
10468         bol.
10469         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10470
10471 2005-08-06  Romain Francoise  <romain@orebokech.com>
10472
10473         * message.el (message-user-fqdn): Fix typo in docstring.
10474
10475 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10476
10477         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10478
10479         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10480
10481 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * mm-bodies.el (mm-encode-body): Use coding system rather than
10484         charset to encode text.
10485
10486         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10487         number of charsets if utf-8 is available (XEmacs).
10488
10489 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10492         taken from `gnus-button-mid-or-mail-regexp'.
10493         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10494         (gnus-button-alist): Improve regexp for domain part of the MIDs
10495         for news:localpart@domain buttons.
10496         (gnus-button-ctan-directory-regexp): Update.
10497
10498 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * sieve-manage.el (sieve-manage-interactive-login): Use
10501         make-local-variable rather than make-variable-buffer-local.
10502         (sieve-manage-open): Ditto.
10503         (sieve-manage-authenticate): Ditto.
10504
10505         * mml.el (mml-generate-mime-1): Make the content type default to
10506         text/plain if the filename is not specified.
10507
10508 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10511         instead of insert-buffer.
10512
10513         * message.el (message-yank-original): Ditto; set the mark at the
10514         end of the yanked message.
10515
10516 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10519         lines to scroll rather than to stop it.
10520
10521         * mml.el (mml-generate-default-type): Add doc string.
10522         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10523         default to application/octet-stream when determining the content
10524         type if it is not specified for the part or the mml contents; add
10525         a comment about mml-generate-default-type.
10526
10527 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10530         make it default to application/octet-stream when determining the
10531         content type if it is not specified for the external contents.
10532
10533 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10536         segmented parameter but also other parameters might be there.
10537
10538 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * mm-decode.el (mm-display-external): Delete temp file, directory
10541         and buffer immediately if the external process is exited.
10542
10543 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10546         fewer lines than that of scroll-margin.
10547         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10548
10549 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * gnus-art.el (gnus-article-next-page): Revert.
10552         (gnus-article-beginning-of-window): New macro.
10553         (gnus-article-next-page-1): Use it.
10554         (gnus-article-prev-page): Ditto.
10555         (gnus-article-edit-part): Use insert-buffer-substring instead of
10556         insert-buffer.
10557         (gnus-article-edit-exit): Ditto.
10558
10559         * gnus-util.el (gnus-beginning-of-window): Remove.
10560         (gnus-end-of-window): Remove.
10561
10562         * lpath.el: Don't bind header-line-format and scroll-margin.
10563
10564 2005-07-25  Simon Josefsson  <jas@extundo.com>
10565
10566         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10567         to have the url package without w3.  Reported by Daiki Ueno
10568         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10569
10570 2005-07-20  Didier Verna  <didier@xemacs.org>
10571
10572         * gnus-diary.el: Remove the description comment (nndiary is now
10573         properly documented in the Gnus manual).
10574         Fix the spelling of "Back End".
10575         * nndiary.el: Ditto.
10576         Fix the copyright notice.
10577
10578 2005-07-18  Romain Francoise  <romain@orebokech.com>
10579
10580         * gnus-sum.el (gnus-summary-to-prefix)
10581         (gnus-summary-newsgroup-prefix): New variables.
10582         (gnus-summary-from-or-to-or-newsgroups): Use them.
10583
10584 2005-07-17  Romain Francoise  <romain@orebokech.com>
10585
10586         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10587         space as it's generally not especially interesting to the user.
10588
10589 2005-07-16  Romain Francoise  <romain@orebokech.com>
10590
10591         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10592         nil to avoid prompting and file modification if one of the
10593         messages at the top of the nnfolder file contains a copyright
10594         notice.
10595         Update copyright notice.
10596
10597         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10598         instead of `current-time-string' as the latter creates a time
10599         string that is not RFC 2822 compliant (it lacks the zone).
10600         Update copyright notice.
10601
10602 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10603
10604         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10605         for text/rtf.  Display default in prompt.  Pass default for M-n.
10606
10607         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10608
10609 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * gnus-msg.el (gnus-button-mailto): Remove
10612         save-selected-window-window hackery because it relies on
10613         save-selected-window internals.
10614
10615 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10618         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10619         (gnus-article-prev-page): Ditto.
10620
10621         * gnus-util.el (gnus-beginning-of-window): New function.
10622         (gnus-end-of-window): New function.
10623
10624         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10625
10626 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10627
10628         * gnus-score.el (gnus-score-edit-all-score): Set
10629         gnus-score-edit-exit-function to gnus-score-edit-done and call
10630         gnus-message.
10631
10632 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus-msg.el (gnus-button-mailto): Remove
10635         save-selected-window-window hackery because it relies on
10636         save-selected-window internals.
10637
10638 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10641         add-minor-mode.
10642         (gnus-binary-mode): Ditto.
10643
10644         * gnus-topic.el (gnus-topic-mode): Ditto.
10645
10646 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10647
10648         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10649         (gnus-article-prev-page): Take scroll-margin into consideration.
10650
10651 2005-07-04  Lute Kamstra  <lute@gnu.org>
10652
10653         Update FSF's address in GPL notices.
10654
10655 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10656
10657         * gnus.el (gnus-exit):
10658         * gnus-group.el (gnus-group-icons):
10659         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10660
10661         * gnus-nocem.el (gnus-nocem):
10662         * message.el (message-various, message-buffers, message-sending)
10663         (message-interface, message-forwarding, message-insertion)
10664         (message-headers, message-news, message-mail):
10665         * pgg-gpg.el (pgg-gpg):
10666         * pgg-parse.el (pgg-parse):
10667         * pgg-pgp.el (pgg-pgp):
10668         * pgg-pgp5.el (pgg-pgp5):
10669         * pop3.el (pop3): Finish `defgroup' description with period.
10670
10671 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-art.el (article-display-face): Improve the efficiency.
10674         (article-display-x-face): Ditto; remove grey x-face stuff.
10675
10676 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-art.el (article-display-face): Correct the position in
10679         which Faces are inserted.
10680
10681 2005-06-29  Didier Verna  <didier@xemacs.org>
10682
10683         * gnus-art.el (article-display-face): Display faces in correct
10684         order.
10685
10686 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10689         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10690         (gnus-nocem-check-article): Fetch the Type header.
10691         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10692         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10693         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10694         make sure gnus-nocem-hashtb is initialized.
10695         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10696         (gnus-nocem-unwanted-article-p): Ditto.
10697
10698         * pgg.el (pgg-verify): Return the verification result.
10699
10700 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10703         is ascii.
10704
10705 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10706
10707         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10708         `show-nonbreak-escape'.
10709
10710 2005-06-23  Lute Kamstra  <lute@gnu.org>
10711
10712         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10713
10714         * dig.el (dig-mode):
10715         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10716
10717 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10718
10719         * nnimap.el (nnimap-split-download-body): Fix spellings.
10720
10721 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10722
10723         * gnus-art.el (gnus-article-encrypt-body):
10724         * gnus-cus.el (gnus-score-customize):
10725         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10726         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10727
10728 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10729
10730         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10731         header by looking for magic "MII" at the beginnig.
10732
10733 2005-06-16  Miles Bader  <miles@gnu.org>
10734
10735         * gnus-xmas.el (gnus-xmas-group-startup-message):
10736         Use renamed gnus-splash face.
10737
10738         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10739         (assistant-field-face): New backward-compatibility alias for renamed
10740         face.
10741         (assistant-render-text): Use renamed assistant-field face.
10742
10743         * spam.el (spam): Remove "-face" suffix from face name.
10744         (spam-face): New backward-compatibility alias for renamed face.
10745         (spam-face, spam-initialize): Use renamed spam face.
10746
10747         * message.el (message-header-to, message-header-cc)
10748         (message-header-subject, message-header-newsgroups)
10749         (message-header-other, message-header-name)
10750         (message-header-xheader, message-separator, message-cited-text)
10751         (message-mml): Remove "-face" suffix from face names.
10752         (message-header-to-face, message-header-cc-face)
10753         (message-header-subject-face, message-header-newsgroups-face)
10754         (message-header-other-face, message-header-name-face)
10755         (message-header-xheader-face, message-separator-face)
10756         (message-cited-text-face, message-mml-face):
10757         New backward-compatibility aliases for renamed faces.
10758         (message-font-lock-keywords): Use renamed message faces.
10759
10760         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10761         (sieve-test-commands, sieve-tagged-arguments):
10762         Remove "-face" suffix from face names.
10763         (sieve-control-commands-face, sieve-action-commands-face)
10764         (sieve-test-commands-face, sieve-tagged-arguments-face):
10765         New backward-compatibility aliases for renamed faces.
10766         (sieve-control-commands-face, sieve-action-commands-face)
10767         (sieve-test-commands-face, sieve-tagged-arguments-face):
10768         Use renamed sieve faces.
10769
10770         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10771         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10772         (gnus-group-news-3-empty, gnus-group-news-4)
10773         (gnus-group-news-4-empty, gnus-group-news-5)
10774         (gnus-group-news-5-empty, gnus-group-news-6)
10775         (gnus-group-news-6-empty, gnus-group-news-low)
10776         (gnus-group-news-low-empty, gnus-group-mail-1)
10777         (gnus-group-mail-1-empty, gnus-group-mail-2)
10778         (gnus-group-mail-2-empty, gnus-group-mail-3)
10779         (gnus-group-mail-3-empty, gnus-group-mail-low)
10780         (gnus-group-mail-low-empty, gnus-summary-selected)
10781         (gnus-summary-cancelled, gnus-summary-high-ticked)
10782         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10783         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10784         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10785         (gnus-summary-low-undownloaded)
10786         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10787         (gnus-summary-low-unread, gnus-summary-normal-unread)
10788         (gnus-summary-high-read, gnus-summary-low-read)
10789         (gnus-summary-normal-read, gnus-splash):
10790         Remove "-face" suffix from face names.
10791         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10792         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10793         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10794         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10795         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10796         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10797         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10798         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10799         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10800         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10801         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10802         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10803         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10804         (gnus-summary-normal-ticked-face)
10805         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10806         (gnus-summary-normal-ancient-face)
10807         (gnus-summary-high-undownloaded-face)
10808         (gnus-summary-low-undownloaded-face)
10809         (gnus-summary-normal-undownloaded-face)
10810         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10811         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10812         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10813         (gnus-splash-face):
10814         New backward-compatibility aliases for renamed faces.
10815         (gnus-group-startup-message): Use renamed gnus faces.
10816
10817         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10818         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10819         (gnus-server-agent): Remove "-face" suffix from face names.
10820         (gnus-server-agent-face, gnus-server-opened-face)
10821         (gnus-server-closed-face, gnus-server-denied-face)
10822         (gnus-server-offline-face):
10823         New backward-compatibility aliases for renamed faces.
10824         (gnus-server-agent-face, gnus-server-opened-face)
10825         (gnus-server-closed-face, gnus-server-denied-face)
10826         (gnus-server-offline-face): Use renamed gnus faces.
10827
10828         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10829         Remove "-face" suffix from face names.
10830         (gnus-picon-xbm-face, gnus-picon-face):
10831         New backward-compatibility aliases for renamed faces.
10832
10833         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10834         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10835         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10836         (gnus-cite-11): Remove "-face" suffix from face names.
10837         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10838         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10839         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10840         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10841         New backward-compatibility aliases for renamed faces.
10842         (gnus-cite-attribution-face, gnus-cite-face-list)
10843         (gnus-article-boring-faces): Use renamed gnus faces.
10844
10845         * gnus-art.el (gnus-signature, gnus-header-from)
10846         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10847         (gnus-header-content): Remove "-face" suffix from face names.
10848         (gnus-signature-face, gnus-header-from-face)
10849         (gnus-header-subject-face, gnus-header-newsgroups-face)
10850         (gnus-header-name-face, gnus-header-content-face):
10851         New backward-compatibility aliases for renamed faces.
10852         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10853
10854         * gnus-sum.el (gnus-summary-selected-face)
10855         (gnus-summary-highlight): Use renamed gnus faces.
10856         * gnus-group.el (gnus-group-highlight): Likewise.
10857
10858 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10859
10860         * gnus-sieve.el (gnus-sieve-article-add-rule):
10861         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10862         * spam-stat.el (spam-stat-buffer-change-to-spam)
10863         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10864
10865         * message.el (message-is-yours-p):
10866         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10867
10868 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * mm-view.el (mm-inline-text): Withdraw the last change.
10871
10872 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10875         executing enriched-decode.
10876
10877 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10880         charset of tar files.
10881
10882 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10883
10884         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10885
10886 2005-06-04  Lute Kamstra  <lute@gnu.org>
10887
10888         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10889         information is never recorded.
10890
10891 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10892
10893         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10894
10895 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * pop3.el (pop3-apop): Run md5 in the binary mode.
10898
10899         * starttls.el (starttls-set-process-query-on-exit-flag):
10900         Use eval-and-compile.
10901
10902 2005-05-31  Simon Josefsson  <jas@extundo.com>
10903
10904         * smime.el (smime-replace-in-string): Define.
10905         (smime-cert-by-ldap-1): Use it.
10906
10907 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * gnus-art.el (article-display-x-face): Replace
10910         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10911
10912         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10913         set-process-query-on-exit-flag or process-kill-without-query.
10914
10915         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10916         loop instead of replace-regexp.
10917
10918         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10919         instead of process-kill-without-query if it is available.
10920
10921         * lpath.el: Fbind ldap-search-entries.
10922
10923         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10924         instead of find-file-hooks if it is available.
10925
10926         * mml1991.el: Bind pgg-default-user-id when compiling.
10927
10928         * mml2015.el: Bind pgg-default-user-id when compiling.
10929
10930         * nndraft.el (nndraft-request-associate-buffer):
10931         Use write-contents-functions instead of write-contents-hooks if it is
10932         available.
10933
10934         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10935         instead of find-file-hooks if it is available.
10936
10937         * nntp.el (nntp-open-connection): Replace
10938         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10939         (nntp-open-ssl-stream): Ditto.
10940         (nntp-open-tls-stream): Ditto.
10941
10942         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10943         set-process-query-on-exit-flag or process-kill-without-query.
10944         (starttls-open-stream-gnutls): Use it instead of
10945         process-kill-without-query.
10946         (starttls-open-stream): Ditto.
10947
10948 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10949
10950         * smime.el (smime-cert-by-ldap-1): Don't use
10951         replace-regexp-in-string.
10952
10953 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10954
10955         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10956
10957         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10958         in PEM format.  Adjust to the XEmacs compability.
10959
10960 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10963         by `string-to-number'.
10964         * gnus-agent.el (gnus-agent-regenerate-group)
10965         (gnus-agent-fetch-articles): Ditto.
10966         * gnus-art.el (gnus-button-fetch-group): Ditto.
10967         * gnus-cache.el (gnus-cache-generate-active)
10968         (gnus-cache-articles-in-group): Ditto.
10969         * gnus-group.el (gnus-group-set-current-level)
10970         (gnus-group-insert-group-line): Ditto.
10971         * gnus-score.el (gnus-score-set-expunge-below)
10972         (gnus-score-set-mark-below, gnus-summary-score-effect)
10973         (gnus-summary-score-entry): Ditto.
10974         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10975         (gnus-soup-pack): Ditto.
10976         * gnus-spec.el (gnus-xmas-format): Ditto.
10977         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10978         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10979         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10980         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10981         * nndb.el (nndb-get-remote-expire-response): Ditto.
10982         * nndiary.el (nndiary-parse-schedule-value)
10983         (nndiary-string-to-number, nndiary-request-replace-article)
10984         (nndiary-request-article): Ditto.
10985         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10986         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10987         * nneething.el (nneething-make-head): Ditto.
10988         * nnfolder.el (nnfolder-request-article)
10989         (nnfolder-retrieve-headers): Ditto.
10990         * nnheader.el (nnheader-file-to-number): Ditto.
10991         * nnkiboze.el (nnkiboze-request-article): Ditto.
10992         * nnmail.el (nnmail-process-unix-mail-format)
10993         (nnmail-process-babyl-mail-format): Ditto.
10994         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10995         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10996         (nnmh-request-create-group, nnmh-request-list-1)
10997         (nnmh-request-group, nnmh-request-article): Ditto.
10998         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10999         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11000         * nnsoup.el (nnsoup-make-active): Ditto.
11001         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11002         * nntp.el (nntp-find-group-and-number)
11003         (nntp-retrieve-headers-with-xover): Ditto.
11004         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11005         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11006         (pgg-format-key-identifier): Ditto.
11007         * pop3.el (pop3-last, pop3-stat): Ditto.
11008         * qp.el (quoted-printable-decode-region): Ditto.
11009
11010         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11011         of concat.
11012
11013 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11016
11017         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11018
11019         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11020
11021         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11022
11023         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11024
11025         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11026
11027         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11028         (gnus-carpal-mode): Ditto.
11029
11030         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11031         (gnus-browse-mode): Ditto.
11032
11033         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11034
11035         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11036
11037 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11038
11039         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11040
11041 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-util.el (gnus-run-mode-hooks): New function.
11044
11045         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11046
11047         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11048         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11049
11050 2005-05-27  Lute Kamstra  <lute@gnu.org>
11051
11052         * dns-mode.el (dns-mode): Specify customization group.
11053
11054 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11055
11056         * gnus-agent.el (gnus-agent-make-mode-line-string):
11057         Use mode-line-highlight as mouse-face.
11058
11059 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * canlock.el (canlock): Change the parent group to news.
11062
11063         * deuglify.el (gnus-outlook-deuglify): Add :group.
11064
11065         * dig.el (dig): Add :group.
11066
11067         * dns-mode.el (dns-mode): Add :group.
11068
11069         * encrypt.el (encrypt): Add :group.
11070
11071         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11072         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11073         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11074         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11075         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11076
11077         * gnus-diary.el (gnus-diary): Add :group.
11078
11079         * gnus.el (gnus-group-news-1-face): Add :group.
11080         (gnus-group-news-1-empty-face): Ditto.
11081         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11082         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11083         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11084         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11085         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11086         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11087         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11088         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11089         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11090         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11091         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11092         (gnus-summary-high-ticked-face): Ditto.
11093         (gnus-summary-low-ticked-face): Ditto.
11094         (gnus-summary-normal-ticked-face): Ditto.
11095         (gnus-summary-high-ancient-face): Ditto.
11096         (gnus-summary-low-ancient-face): Ditto.
11097         (gnus-summary-normal-ancient-face): Ditto.
11098         (gnus-summary-high-undownloaded-face): Ditto.
11099         (gnus-summary-low-undownloaded-face): Ditto.
11100         (gnus-summary-normal-undownloaded-face): Ditto.
11101         (gnus-summary-high-unread-face): Ditto.
11102         (gnus-summary-low-unread-face): Ditto.
11103         (gnus-summary-normal-unread-face): Ditto.
11104         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11105         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11106
11107         * hashcash.el (hashcash): New custom group.
11108         (hashcash-default-payment): Add :group.
11109         (hashcash-payment-alist): Ditto.
11110         (hashcash-default-accept-payment): Ditto.
11111         (hashcash-accept-resources): Ditto.
11112         (hashcash-path): Ditto.
11113         (hashcash-extra-generate-parameters): Ditto.
11114         (hashcash-double-spend-database): Ditto.
11115         (hashcash-in-news): Ditto.
11116
11117         * message.el (message-minibuffer-local-map): Add :group.
11118
11119         * netrc.el (netrc): Add :group.
11120
11121         * sieve-manage.el (sieve-manage-log): Add :group.
11122         (sieve-manage-default-user): Diito.
11123         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11124         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11125         (sieve-manage-authenticators): Ditto.
11126         (sieve-manage-authenticator-alist): Ditto.
11127         (sieve-manage-default-port): Ditto.
11128
11129         * sieve-mode.el (sieve-control-commands-face): Add :group.
11130         (sieve-action-commands-face): Ditto.
11131         (sieve-test-commands-face): Ditto.
11132         (sieve-tagged-arguments-face): Ditto.
11133
11134         * smime.el (smime): Add :group.
11135
11136         * spam-report.el (spam-report): Add :group.
11137
11138         * spam.el (spam, spam-face): Add :group.
11139
11140 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141
11142         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11143         return \n.\n.\n at the end of articles.  Protect against that.
11144         (nntp-with-open-group): Allow debugging.
11145
11146         * nnheader.el (mail-header-set-extra): Make into a function
11147         because I just could't understand how to quote the list properly.
11148
11149         * dns.el (query-dns-cached): New function.
11150
11151 2005-05-26  Lute Kamstra  <lute@gnu.org>
11152
11153         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11154
11155 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11158
11159         * gnus-art.el: Don't autoload mail-extract-address-components.
11160
11161         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11162         eval-and-compile to evaluate it.
11163
11164         * hashcash.el: Don't autoload executable-find.
11165
11166         * nndb.el: Don't declare the nndb back end two or more times; don't
11167         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11168
11169         * nntp.el: Autoload format-spec instead of format; use
11170         eval-and-compile to evaluate autoload forms.
11171
11172 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11173
11174         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11175
11176 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * gnus.el (gnus-version-number): Bump version.
11179
11180 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11181
11182         * gnus.el: No Gnus v0.3 is released.
11183
11184 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * lpath.el (featurep): Bind show-nonbreak-escape.
11187
11188 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-art.el (gnus-article-edit-part): Disable undo.
11191
11192 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11195         gnus-article-date-lapsed-new-header is t if date timer is active;
11196         skip headers in which the original date value is empty.
11197         (gnus-article-save-original-date): Redefine it as a macro.
11198         (gnus-display-mime): Use it.
11199
11200 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-art.el (article-date-ut): Support converting date in
11203         forwarded parts as well.
11204         (gnus-article-save-original-date): New function.
11205         (gnus-display-mime): Use it.
11206
11207 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11208
11209         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11210         enclosure element of <item>.
11211
11212 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * message.el (message-kill-buffer-query): Renamed from
11215         `message-kill-buffer-query-if-modified'.  Added :version.
11216
11217 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11220         window layout.
11221
11222 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * mml.el: Autoload dnd when compiling.
11225
11226 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11229         x-dnd-*.
11230
11231 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * qp.el (quoted-printable-encode-region): Save excursion.
11234
11235 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11236
11237         * message.el (message-kill-buffer-query-if-modified): Add new variable
11238         so the user can kill a modified message buffer quickly.
11239         (message-kill-buffer): Use it.
11240
11241 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * lpath.el: Fbind display-time-event-handler; don't fbind
11244         string-to-multibyte.
11245
11246         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11247
11248 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11249
11250         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11251         contained in text because xml.el decodes entities) with LFs.
11252
11253 2005-04-11  Lute Kamstra  <lute@gnu.org>
11254
11255         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11256         differently.
11257
11258 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11259
11260         * mm-util.el (mm-detect-coding-region): Typo.
11261
11262 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11265
11266 2005-04-06  Deepak Goel  <deego@gnufans.org>
11267
11268         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11269         user-function allow user modifications of the scores.
11270         (spam-stat-score-buffer-user): New function, to allow
11271         user-computed modifications to the score.
11272         (spam-stat-score-buffer-user-functions): List of additional
11273         scoring functions.
11274         (spam-stat-error-holder): Global temporary error holder.
11275         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11276         variable.
11277
11278 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11279
11280         * gnus-registry.el (gnus-registry-clean-empty-function)
11281         (gnus-registry-trim, gnus-registry-fetch-groups)
11282         (gnus-registry-delete-group): Groups that match
11283         `gnus-registry-ignored-groups' are removed from the registry
11284         entries, not just ignored for splitting.  This helps clean up the
11285         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11286         to get all the groups a message ID is in.
11287
11288         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11289         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11290         (spam-stat-score-buffer-user-functions): Add :number custom type.
11291
11292 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11295         argument in XEmacs.
11296
11297         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11298         (nnrss-request-group): Decode group name first.
11299         (nnrss-request-article): Make a text/plain article if mml-to-mime
11300         failed.
11301         (nnrss-get-encoding): Return a compatible encoding according to
11302         nnrss-compatible-encoding-alist.
11303         (nnrss-find-el): Use consp instead of listp.
11304         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11305
11306 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11309         which Emacs 20 doesn't support.
11310         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11311
11312 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11315         silence the byte compiler inside the defun.
11316
11317         * gnus-demon.el (parse-time-string): Add autoload.
11318
11319         * gnus-delay.el (parse-time-string): Add autoload.
11320
11321         * gnus-art.el (parse-time-string): Add autoload.
11322
11323         * nnultimate.el (parse-time): Require for `parse-time-string'.
11324
11325 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11326
11327         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11328
11329         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11330
11331         * smime.el (smime-ldap-host-list): Add :version.
11332
11333 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11336         pass it to `gnus-browse-read-group'.
11337         (gnus-browse-read-group): Add NUMBER argument and pass it to
11338         `gnus-group-read-ephemeral-group'.
11339
11340         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11341         argument and pass it to `gnus-group-read-group'.
11342
11343 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11344
11345         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11346         mm-xemacs-find-mime-charset-1 if we have the mule feature
11347         available at runtime.
11348
11349 2005-03-25  Werner Lemberg  <wl@gnu.org>
11350
11351         * nnmaildir.el: Replace `illegal' with `invalid'.
11352
11353 2005-03-23  Lute Kamstra  <lute@gnu.org>
11354
11355         * time-date.el: Add comment on time value formats.
11356         Don't require parse-time.
11357         (with-decoded-time-value): New macro.
11358         (encode-time-value): New function.
11359         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11360         (days-to-time): Return a valid time value when arg is huge.
11361         (time-since): Use time-subtract.
11362         (time-to-number-of-days): Use time-to-seconds.
11363
11364 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11365
11366         * gnus-start.el (gnus-display-time-event-handler):
11367         Check display-time-timer at runtime rather than only at load time
11368         in case display-time-mode is turned off in the mean time.
11369
11370 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11373         used.
11374
11375         * nneething.el (nneething-map-file-directory): Derive from
11376         `gnus-directory'.
11377
11378         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11379         the To/Cc button.
11380
11381 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * nnmaildir.el (nnmaildir-request-accept-article):
11384         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11385
11386 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11387
11388         * gnus-async.el: Require timer-funcs at compile time when in
11389         XEmacs for `run-with-idle-timer'.
11390
11391 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11392
11393         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11394         autoloaded function.
11395
11396 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11397
11398         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11399
11400 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11401
11402         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11403
11404 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405
11406         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11407         gnus-expert-user to default.
11408
11409 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11410
11411         * nnimap.el (nnimap-open-server): Ditto.
11412
11413         * imap.el (imap-authenticate): Fix typo.
11414
11415 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11416
11417         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11418         buffer (since IMAP server might return FETCH response out of
11419         order, and the nntp buffer must be sorted).
11420
11421 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11422
11423         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11424         comparison on string.
11425
11426         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11427         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11428         (gnus-agent-summary-fetch-series): Modified to protect against
11429         gnus-agent-summary-fetch-group clearing processable flags.
11430         (gnus-agent-synchronize-group-flags): Update live group buffer as
11431         synchronization may occur due to the user toggle the plugged
11432         status.
11433         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11434         successfully downloaded.
11435         (gnus-agent-expire-group-1): Avoid using markers when the overview
11436         is in ascending order; greatly improves performance.
11437         (gnus-agent-regenerate-group): Use
11438         gnus-agent-synchronize-group-flags to reset read status in both
11439         gnus and server.
11440         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11441
11442 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * message.el: Don't autoload former message-utils variables.
11445         (message-strip-subject-trailing-was): Change doc string.
11446
11447         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11448         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11449         (nnweb-google-search): Add "hl=en" here.
11450         (nnweb-google-parse-1, nnweb-google-create-mapping):
11451         Don't hardcode URL.
11452
11453 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * message.el (message-get-reply-headers, message-followup):
11456         Mention related variables `message-use-followup-to' and
11457         `message-use-mail-followup-to', in the information buffer.
11458
11459         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11460         of broken groups(-beta).google.com.
11461
11462 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11465         parameter to invoked gnus-request-move-article; remove the
11466         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11467         all at once instead of once per article.
11468         (gnus-summary-remove-process-mark): Accept a list of articles as
11469         well as a single article for processing.
11470
11471         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11472         parameter.
11473
11474         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11475
11476         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11477
11478         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11479         parameter.
11480
11481         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11482         parameter.
11483
11484         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11485         parameter and remove the gnus-sum-hint-move-is-internal variable.
11486
11487         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11488         parameter.
11489
11490         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11491         parameter.
11492
11493         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11494         parameter.
11495
11496         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11497
11498         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11499         parameter.
11500
11501         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11502         parameter.
11503
11504 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11505
11506         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11507         a more conservative way.
11508
11509 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11510
11511         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11512         buffer, so it moves the window's cursor.
11513
11514 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11515
11516         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11517         `mm-dissect-multipart' and receive the from field as an (optional)
11518         argument from `mm-dissect-multipart'.
11519         (mm-dissect-multipart): Receive the from field as an argument and
11520         pass it on when we call `mm-dissect-buffer' on MIME parts.
11521         Fixes verification/decryption of signed/encrypted MIME parts.
11522
11523 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11524
11525         * gnus-sum.el (gnus-summary-move-article): Set
11526         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11527         whatever it calls (right now, only nnimap-request-move article
11528         respects it).
11529
11530         * nnimap.el (nnimap-request-move-article): When
11531         gnus-sum-hint-move-is-internal is set, don't do the extra
11532         nnimap-request-article.
11533
11534 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11537
11538         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11539         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11540
11541         * gnus-sum.el (gnus-summary-caesar-message):
11542         Apply `gnus-treat-article' after rotation.
11543
11544         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11545         doc string.
11546
11547 2005-02-22  Simon Josefsson  <jas@extundo.com>
11548
11549         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11550         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11551         <arne@arnested.dk>.
11552         (encrypt): Add password-cache and password-cache-expiry as group
11553         members.
11554
11555 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11556
11557         * smime.el (smime-ldap-host-list): Doc fix.
11558         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11559         cache) password.
11560         (smime-sign-region): Use it.
11561         (smime-decrypt-region): Use it.
11562         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11563         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11564         fails.
11565         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11566         certificate from DER to PEM format rather than calling openssl.
11567
11568         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11569
11570         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11571         for signing/encryption.
11572
11573         * mml.el (mml-parse-1): Use them.
11574
11575 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11576
11577         * nnrss.el (nnrss-verbose): Removed.
11578         (nnrss-request-group): Use `nnheader-message' instead.
11579
11580 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11581
11582         * nnrss.el (nnrss-verbose): New variable.
11583         (nnrss-request-group): Make it say nnrss is requesting a group.
11584
11585 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11588         Handle news URL with given port correctly.
11589
11590 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11593         containing special characters.
11594
11595         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11596
11597         * mml.el (mime-to-mml): Ditto.
11598
11599         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11600         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11601         (rfc2047-decode-region): Quote decoded words containing special
11602         characters when rfc2047-quote-decoded-words-containing-tspecials
11603         is non-nil.
11604
11605 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11606
11607         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11608
11609         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11610
11611 2005-02-15  Simon Josefsson  <jas@extundo.com>
11612
11613         * nnimap.el (nnimap-debug): Doc fix.
11614
11615         * imap.el (imap-debug): Doc fix.
11616
11617 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11620
11621 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11622
11623         * gnus.el (spam-contents): Improve docs for spam-contents
11624         parameter in its variable incarnation.
11625
11626 2005-02-14  Simon Josefsson  <jas@extundo.com>
11627
11628         * smime-ldap.el: Use require instead of load-library for ldap.
11629         (smime-ldap-search): Indent.
11630         (smime-ldap-search-internal): Shorten line.
11631
11632         * smime.el (smime-cert-by-dns): Add doc-string.
11633         (smime-cert-by-ldap-1): Indent.
11634
11635         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11636         mml-smime-get-dns-ldap.
11637         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11638
11639 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11640
11641         * smime.el: Require smime-ldap.
11642         (smime-ldap-host-list): New variable.
11643         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11644
11645         * mml-smime.el (mml-smime-encrypt-query): New function.
11646         (mml-smime-encrypt-query): Use it.
11647
11648         * smime-ldap.el: New file.
11649
11650 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11653
11654 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11657         argument in doc string.  Make query for type more clear.
11658
11659 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * gnus.el (gnus-group-startup-message): Search for gnus images in
11662         etc/images/gnus.
11663         * mm-util.el (mm-image-load-path): Likewise.
11664         * smiley.el (smiley-data-directory): Search for smilies in
11665         etc/images/smilies.
11666
11667 2005-02-09  Kim F. Storm  <storm@cua.dk>
11668
11669         Change Emacs release version from 21.4 to 22.1 throughout.
11670         Change Emacs development version from 21.3.50 to 22.0.50.
11671
11672 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11675
11676         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11677         non-Mule XEmacs as well.
11678         (mm-decompress-buffer): Signal an error intentionally if it does
11679         not decompress compressed data because auto-compression-mode is
11680         disabled.
11681
11682 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11683
11684         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11685         an ID in the registry even if it has no groups.
11686
11687 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11690         merge it into mm-decompress-buffer.
11691         (gnus-mime-copy-part): Use the MIME part charset, the value which
11692         a user specified or gnus-newsgroup-charset for decoding, like
11693         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11694         save-buffer what was used.  Suggested by Kevin Ryde
11695         <user42@zip.com.au>.
11696         (gnus-mime-inline-part): Allow the name parameter as well as the
11697         filename parameter; force decompressing of compressed data; always
11698         display contents being not decoded as unibyte.
11699
11700         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11701         as well as the filename parameter.
11702
11703         * mm-util.el (mm-decompress-buffer): Merge
11704         gnus-mime-jka-compr-maybe-uncompress.
11705         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11706         of compressed data.
11707
11708 2005-02-08  Simon Josefsson  <jas@extundo.com>
11709
11710         * imap.el (imap-log): Doc fix.
11711
11712 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11715         the coding cookies; decompress compressed parts.
11716
11717         * mml.el (mml-generate-mime-1): Add the charset parameter according
11718         to the value which a user specified manually or the coding cookie.
11719
11720         * mm-util.el (mm-string-to-multibyte): New function.
11721         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11722         (mm-coding-system-to-mime-charset): New function.
11723         (mm-decompress-buffer): New function.
11724         (mm-find-buffer-file-coding-system): New function.
11725
11726         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11727         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11728         parts.
11729
11730 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11731
11732         * mm-view.el (mm-display-inline-fontify): Decode a part according
11733         to the charset parameter.
11734
11735 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11738         prefix arg is neither nil nor a number, as info specifies.
11739
11740 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11743         timestamps.
11744
11745 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11746
11747         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11748         groups error checking and notify user.
11749
11750 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11751
11752         * message.el (message-send-mail-function): Check existence of
11753         sendmail-program first before using default value
11754         `message-send-mail-with-sendmail'.  Otherwise use more generic
11755         `smtpmail-send-it'.
11756
11757 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * nntp.el (nntp-request-update-info): Always return nil.
11760
11761 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11762
11763         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11764
11765 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11766
11767         * message.el (message-beginning-of-line): Change the behavior when
11768         invoked between BOL and : so that it first moves backward.
11769
11770 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11773         article buffer when editing of the article is discarded.
11774         (gnus-article-prepare): Revert.
11775
11776 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-art.el (gnus-article-prepare):
11779         Remove message-strip-forbidden-properties from the local hook.
11780
11781 2005-01-27  Simon Josefsson  <jas@extundo.com>
11782
11783         * password.el (password-cache-add): Only start one timer per key.
11784         Reported by Derek Atkins <warlord@MIT.EDU>.
11785
11786 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11787
11788         * run-at-time.el: Removed.  It is no longer needed as
11789         timer-funcs.el in the xemacs-base package has a working version of
11790         `run-at-time'.
11791
11792         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11793
11794         * password.el: Require timer-funcs instead of run-at-time in
11795         XEmacs.
11796         Remove `password-run-at-time' macro.
11797         (password-cache-add): Use `run-at-time' instead of
11798         `password-run-at-time'.
11799
11800         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11801         Remove `nnheader-cancel-function-timers' alias,
11802         `cancel-function-timers' exists in XEmacs in timer-funcs.
11803
11804         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11805         for `run-with-idle-timer'.
11806
11807         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11808         for `run-at-time'.
11809
11810         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11811         for `with-timeout'.
11812
11813         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11814         the same as for XEmacs 21.4.
11815         No need to ignore `run-with-idle-timer', this function exists in
11816         XEmacs now in timer-funcs.el in the xemacs-base package.
11817         (dgnushack-compile): No need to delete
11818         run-at-time.el from the list of files to compile because it
11819         doesn't exist anymore.
11820
11821 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11824         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11825
11826 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11827
11828         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11829         sensitively.
11830
11831 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11832
11833         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11834
11835 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11838         which will be inserted according to the multibyteness of a buffer
11839         rather than the type of contents.  Suggested by ARISAWA Akihiro
11840         <ari@mbf.ocn.ne.jp>.
11841
11842         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11843         of string which old xml.el may return rather than a string.
11844
11845 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11848
11849 2005-01-16  Simon Josefsson  <jas@extundo.com>
11850
11851         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11852         idn/idna.el isn't available.
11853         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11854         <michael@waxrat.com>.
11855
11856         * hashcash.el: Remove non-FSF copyright header.
11857
11858         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11859         (hashcash-generate-payment): Use it.
11860         (hashcash-generate-payment-async): Use it.
11861
11862 2005-01-15  Simon Josefsson  <jas@extundo.com>
11863
11864         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11865         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11866
11867         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11868         gnus-summary-idna-message.
11869         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11870         (gnus-summary-idna-message): New function.
11871
11872 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11875         gnus-novice-user.
11876
11877 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * nnrss.el (nnrss-request-delete-group): Delete entries in
11880         nnrss-group-alist as well.
11881         (nnrss-save-server-data): Insert newline.
11882
11883 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus.el (gnus-user-agent): Use list of symbols instead of
11886         symbols.  Display full version number for (S)XEmacs.  Optionally
11887         display (S)XEmacs codename.
11888
11889         * gnus-util.el (gnus-emacs-version): Update for new
11890         `gnus-user-agent'.
11891
11892         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11893         Gnus version.
11894
11895 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11898         which is unreadable in some setups.
11899
11900 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-spec.el (gnus-update-format-specifications): Flush the
11903         group format spec cache if it doesn't support decoded group names.
11904
11905 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11908         Allow to apply decay on score files matching a regexp.
11909
11910 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11913         compatibility in %g and %c.
11914
11915 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11918         name for only %g and %c.
11919         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11920         of gnus-tmp-group to decoded group name.
11921         (gnus-group-make-rss-group): Exclude `/'s from group names.
11922
11923 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * nnrss.el (nnrss-get-encoding): Fix regexp.
11926
11927 2004-12-27  Simon Josefsson  <jas@extundo.com>
11928
11929         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11930         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11931         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11932
11933 2004-12-17  Kim F. Storm  <storm@cua.dk>
11934
11935         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11936
11937         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11938
11939 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11940
11941         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11942
11943 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * nnrss.el: Require rfc2047 and mml.
11946         (nnrss-file-coding-system): New variable.
11947         (nnrss-format-string): Redefine it as an inline function.
11948         (nnrss-decode-group-name): New function.
11949         (nnrss-string-as-multibyte): Remove.
11950         (nnrss-retrieve-headers): Decode group name; don't use
11951         nnrss-format-string.
11952         (nnrss-request-group): Decode group name.
11953         (nnrss-request-article): Decode group name; allow a Message-ID as
11954         well as an article number; don't use nnrss-format-string; encode a
11955         Message-ID string which may contain non-ASCII characters; use
11956         mml-to-mime to compose a MIME article.
11957         (nnrss-request-expire-articles): Decode group name.
11958         (nnrss-request-delete-group): Decode group name.
11959         (nnrss-fetch): Clarify error message.
11960         (nnrss-read-server-data): Use insert-file-contents instead of load;
11961         bind file-name-coding-system; use multibyte buffer.
11962         (nnrss-save-server-data): Bind coding-system-for-write to the
11963         value of nnrss-file-coding-system; bind file-name-coding-system;
11964         add coding cookie.
11965         (nnrss-read-group-data): Use insert-file-contents instead of load;
11966         bind file-name-coding-system; use multibyte buffer.
11967         (nnrss-save-group-data): Bind coding-system-for-write to the
11968         value of nnrss-file-coding-system; bind file-name-coding-system.
11969         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11970         make it work with non-ASCII text.
11971         (nnrss-find-el): Make it work with old xml.el as well.
11972
11973 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11974
11975         * nnrss.el (nnrss-get-encoding): New function.
11976         (nnrss-fetch): Use unibyte buffer initially; bind
11977         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11978         decode contents according to the encoding attribute.
11979         (nnrss-save-group-data): Add coding cookie.
11980         (nnrss-mime-encode-string): New function.
11981         (nnrss-check-group): Use it to encode subject and author.
11982
11983 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11984
11985         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11986         imaginary variable.
11987
11988 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11991         correctly even if there are wide characters.
11992
11993 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11994
11995         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11996         downcased symbol names; make a new cache instead of reusing
11997         bbdb-hashtable.
11998
11999 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12002         concatenating segments rather than before concatenating them.
12003         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12004
12005         * message.el (message-get-reply-headers): Bind `extra'.
12006
12007 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * message.el (message-extra-wide-headers): New variable.
12010         (message-get-reply-headers): Use it.
12011
12012 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12015         (gnus-agent-group-pathname): Ditto.
12016
12017         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12018
12019         * gnus-group.el (gnus-group-make-group): Decode group name.
12020         (gnus-group-make-rss-group): Register the group data after opening
12021         the nnrss group.
12022
12023 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12024
12025         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12026         by expiry now get marked as read.
12027
12028 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12031
12032 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12033
12034         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12035         unify Latin characters in XEmacs.
12036         (mm-find-mime-charset-region): Use it.
12037
12038 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-util.el (gnus-delete-directory): New function.
12041
12042         * gnus-agent.el (gnus-agent-delete-group): Use it.
12043
12044         * gnus-cache.el (gnus-cache-delete-group): Use it.
12045
12046 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12049         names.
12050
12051 2004-12-16  Simon Josefsson  <jas@extundo.com>
12052
12053         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12054
12055 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12058
12059         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12060         (gnus-group-set-current-level): Decode group name.
12061
12062 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12063
12064         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12065         failed.
12066
12067 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-group.el (gnus-group-delete-group): Decode group name.
12070         (gnus-group-make-rss-group): Encode group name.
12071         (gnus-group-catchup-current): Decode group name.
12072         (gnus-group-kill-group): Decode group name.
12073
12074 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12075
12076         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12077
12078 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * gnus-group.el (gnus-group-make-rss-group):
12081         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12082
12083         * gnus-start.el (gnus-setup-news): Honor user's setting to
12084         gnus-message-archive-method.  Suggested by Lute Kamstra
12085         <lute@gnu.org>.
12086
12087 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12088
12089         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12090         global counterparts of the buffer-local variables.
12091
12092 2004-11-16  Romain Francoise  <romain@orebokech.com>
12093
12094         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12095         counterparts of the buffer-local variables.
12096
12097 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * message.el (message-forbidden-properties): Fixed typo in doc
12100         string.
12101
12102 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * gnus-util.el (gnus-replace-in-string): Added doc string.
12105
12106         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12107         to avoid problems when splitting mails with many recipients.
12108
12109 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12110
12111         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12112         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12113
12114 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12115
12116         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12117         if there is no hashtable in memory or file modification time is
12118         newer than cached timestamp.
12119
12120 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12123         not-matching option.
12124
12125 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12128         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12129         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12130         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12131         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12132         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12133
12134 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * message.el (message-forward-make-body-mml): Remove headers
12137         according to message-forward-ignored-headers if a message is decoded.
12138
12139 2004-12-02  Romain Francoise  <romain@orebokech.com>
12140
12141         * message.el (message-forward-make-body-plain): Always remove
12142         headers according to message-forward-ignored-headers.
12143
12144 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12145
12146         * spam.el (spam-summary-prepare-exit): Remove the
12147         gnus-summary-limit pop for now, it has problems with ham marks for
12148         me.
12149
12150 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12151
12152         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12153         correctly.
12154
12155 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12156
12157         * format-spec.el (format-spec): Message the char.
12158
12159 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12160
12161         * gnus-art.el (gnus-split-methods): Reformat comments.
12162
12163         * spam.el (spam-summary-prepare-exit): Remove article limits
12164         before exiting the summary buffer.
12165
12166 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12169         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12170
12171         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12172         order to silence the byte compiler.
12173
12174         * spam.el: Fix the way to silence the byte compiler, which
12175         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12176         bbdb-search-simple, spam-BBDB-register-routine,
12177         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12178         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12179         spam-stat-buffer-is-spam, spam-stat-load,
12180         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12181         spam-stat-save and spam-stat-split-fancy.
12182
12183 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12186         which may confuse users.
12187         (canlock-password-for-verify): Ditto.
12188
12189         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12190
12191         * gnus-art.el (gnus-emphasis-alist): Ditto.
12192
12193         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12194
12195         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12196
12197         * gnus-start.el (gnus-save-killed-list): Ditto.
12198
12199         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12200         (gnus-sum-thread-tree-root): Ditto.
12201         (gnus-sum-thread-tree-false-root): Ditto.
12202         (gnus-sum-thread-tree-single-indent): Ditto.
12203
12204         * message.el (message-courtesy-message): Ditto.
12205         (message-archive-note): Ditto.
12206         (message-subscribed-address-file): Ditto.
12207         (message-user-fqdn): Ditto.
12208
12209         * spam-report.el (spam-report-gmane-regex): Ditto.
12210
12211         * spam.el (spam-blackhole-good-server-regex): Ditto.
12212
12213 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * mml.el (mml-preview): Widen the message buffer before copying
12216         the contents to the preview buffer; sort headers before previewing.
12217
12218         * message.el (message-hidden-headers): Fix the way to avoid a bug
12219         in the `repeat' widget in Emacs 21.3 or earlier.
12220
12221 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * message.el (message-hidden-headers): Default to "^References:".
12224         Improve customization type.  Suggested by Reiner Steib
12225         <Reiner.Steib@gmx.de>.
12226
12227 2004-11-25  Romain Francoise  <romain@orebokech.com>
12228
12229         * message.el (message-strip-forbidden-properties): Remove check for
12230         obsolete `message-hidden' text property, hidden headers are not
12231         accessible in the buffer anymore.
12232
12233 2004-11-22  Romain Francoise  <romain@orebokech.com>
12234
12235         * message.el (message-header-format-alist): Add `From' in list
12236         so that it can be sorted.
12237         (message-fix-before-sending): Widen and sort headers before
12238         sending.
12239         (message-hide-headers): Use narrowing to hide headers by moving
12240         them to the top of the buffer and narrowing to the region
12241         underneath.
12242
12243 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12244
12245         * message.el (message-strip-forbidden-properties): Bind
12246         buffer-read-only (etc) to nil.
12247
12248 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12251         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12252
12253 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12254
12255         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12256
12257 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12258
12259         * dns.el (query-dns): Use sit-for to time instead of
12260         accept-process-output, since that doesn't seem to work on udp
12261         sockets.
12262
12263 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12266
12267 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12268
12269         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12270         doc string.  Improve doc string.
12271
12272 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * nntp.el (nntp-request-update-info): Return nil if
12275         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12276         may not call gnus-activate-group which uselessly issues the GROUP
12277         commands for all nntp groups and wastes time.  Reported by Romain
12278         Francoise <romain@orebokech.com>.
12279
12280         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12281
12282 2004-11-15  Simon Josefsson  <jas@extundo.com>
12283
12284         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12285         headers separately.
12286         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12287         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12288
12289 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * gnus-start.el (gnus-convert-old-newsrc):
12292         Assign legacy-gnus-agent to 5.10.7.
12293
12294 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12295
12296         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12297         start of the lines.
12298
12299 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12300
12301         * hashcash.el (hashcash-default-payment): Change default to 20.
12302         (hashcash-default-accept-payment): Change default to 20.
12303         (hashcash-process-alist): New variable.
12304         (hashcash-generate-payment-async): Add.
12305         (hashcash-already-paid-p): Add.
12306         (hashcash-insert-payment): Don't generate payments twice.
12307         (hashcash-insert-payment-async): Add.
12308         (hashcash-insert-payment-async-2): Add.
12309         (hashcash-cancel-async): Add.
12310         (hashcash-wait-async): Add.
12311         (hashcash-processes-running-p): Add.
12312         (hashcash-wait-or-cancel): Add.
12313         (mail-add-payment): New optional argument.  Conditionally start
12314         asynchronous calculation.
12315         (mail-add-payment-async): Add.
12316
12317         * message.el (message-send-mail): Wait for asynchronous hashcash
12318         results.  Don't clobber existing X-Hashcash headers.
12319         (message-setup-1): Call mail-add-payment-async when
12320         message-generate-hashcash is non-nil.
12321
12322 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12323
12324         * message.el (message-use-alternative-email-as-from): Examine the
12325         From header as well; use message-make-from in order to include a
12326         user's full name.
12327
12328 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12331         default; improve customization type.
12332         (gnus-emphasis-custom-with-format): New macro.
12333         (gnus-emphasis-custom-value-to-external): New function.
12334         (gnus-emphasis-custom-value-to-internal): New function.
12335
12336 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12337
12338         * dns.el (query-dns): Resolve reverse addresses.
12339
12340 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12341
12342         * gnus-group.el (gnus-group-get-new-news): Use it.
12343
12344         * gnus-start.el (gnus-check-reasonable-setup): New function.
12345
12346 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12349         "Args out of range" error.  Reported by Arnaud Giersch
12350         <arnaud.giersch@free.fr>.
12351
12352 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12353
12354         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12355
12356 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12357
12358         * spam.el (spam group): Add :version.
12359
12360         * pgg-def.el (pgg group): Add :version.
12361
12362 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-art.el (gnus-article-edit-article): Don't associate the
12365         article buffer with a draft file.  This is a temporary measure
12366         against the 2004-08-22 change to gnus-article-edit-mode.
12367
12368 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12371         (html2text-format-tags): Remove unused variable `attr'.
12372
12373 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12376
12377         * tls.el (tls-process-connection-type, tls-success)
12378         (tls-certtool-program): Add :version.
12379
12380         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12381         (starttls-extra-arguments, starttls-process-connection-type)
12382         (starttls-connect, starttls-failure, starttls-success): Add :version.
12383
12384         * spam-stat.el (spam-stat): Add :version.
12385
12386         * sieve.el (sieve): Add :version.
12387
12388         * sha1.el (sha1): Add :version.
12389         (sha1-use-external): Remove redundant version.
12390
12391         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12392         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12393         (nnmail-split-fancy-match-partial-words)
12394         (nnmail-split-lowercase-expanded): Add :version.
12395
12396         * nndiary.el (nndiary): Add :version.
12397
12398         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12399
12400         * mml-sec.el (mml-default-sign-method)
12401         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12402         Add :version.
12403
12404         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12405
12406         * mm-url.el (mm-url-use-external, mm-url-program)
12407         (mm-url-arguments): Add :version.
12408
12409         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12410         (mm-attachment-file-modes, mm-decrypt-option)
12411         (mm-w3m-safe-url-regexp): Add :version.
12412
12413         * message.el (message-cite-prefix-regexp)
12414         (message-sendmail-envelope-from, message-minibuffer-local-map)
12415         (message-user-fqdn, message-completion-alist): Add :version.
12416
12417         * gnus-win.el (gnus-configure-windows-hook)
12418         (gnus-use-frames-on-any-display): Add :version.
12419
12420         * gnus-art.el (gnus-article-address-banner-alist)
12421         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12422         (gnus-treat-from-picon, gnus-treat-mail-picon)
12423         (gnus-treat-x-pgp-sig): Add :version.
12424
12425         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12426         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12427         (gnus-summary-article-delete-hook)
12428         (gnus-summary-display-while-building): Add :version.
12429
12430         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12431         (gnus-get-top-new-news-hook): Add :version.
12432
12433         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12434         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12435
12436         * gnus-registry.el (gnus-registry): Add :version.
12437
12438         * gnus-spec.el (gnus-use-correct-string-widths)
12439         (gnus-make-format-preserve-properties): Add :version.
12440
12441         * gnus.el (gnus-group-charter-alist)
12442         (gnus-group-fetch-control-use-browse-url)
12443         (gnus-install-group-spam-parameters): Add :version.
12444
12445         * gnus-diary.el (gnus-diary): Add :version.
12446
12447         * gnus-delay.el (gnus-delay): Add :version.
12448
12449         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12450         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12451         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12452         Add :version.
12453
12454         * gnus-agent.el (gnus-agent-max-fetch-size)
12455         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12456         (gnus-agent-prompt-send-queue): Add :version.
12457
12458         * deuglify.el (gnus-outlook-deuglify): Add :version.
12459
12460         * html2text.el: Beautify code.  Improve doc strings.  Some
12461         checkdoc cleanup.
12462         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12463
12464 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12465
12466         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12467
12468 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12469
12470         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12471         when package is loaded.
12472
12473         * spam.el (spam-summary-score-preferred-header): Add global preference
12474         for people who want to override the default SpamAssassin over
12475         Bogofilter preference (when both are set).
12476         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12477         (spam-user-format-function-S): Check
12478         spam-summary-score-preferred-header.
12479         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12480         (spam-user-format-function-S): Format the score correctly.
12481
12482 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12485         signature file.  Suggested by Manoj Srivastava
12486         <srivasta@golden-gryphon.com>.
12487
12488         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12489         iso-2022-jp even in the Japanese language environment.
12490         Suggested by Jason Rumney <jasonr@gnu.org>.
12491
12492 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12495         use the same characters as the dummy marks; make it free from
12496         getting affected by the language environment.
12497         (gnus-summary-read-group-1): Update mark positions only when the
12498         format spec is updated.
12499
12500         * gnus-spec.el (gnus-update-format-specifications): Return a list
12501         of updated types.
12502
12503 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12506         of boundp to check if display-warning is available.
12507
12508 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12509
12510         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12511
12512 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * nnspool.el (nnspool-spool-directory): Use news-path if the
12515         news-directory variable is not bound.
12516
12517         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12518         function instead of display-warning if it is not available.
12519
12520 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12523         v5-10: Use `point-at-bol'.
12524
12525 2004-10-26  Simon Josefsson  <jas@extundo.com>
12526
12527         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12528         <chenggao@gmail.com>.
12529
12530 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12533         instead.
12534
12535 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12536
12537         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12538         to remove a server from the nnimap-server-buffer-alist.
12539         (nnimap-open-connection, nnimap-close-server): Use it.
12540
12541         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12542
12543 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12546         running the major-mode function.
12547
12548 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12551         dummy marks in the right way.
12552
12553 2004-10-18  David Edmondson  <dme@dme.org>
12554
12555         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12556         excessively.
12557
12558 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12559
12560         * gnus-util.el (gnus-split-references): Accept a nil references
12561         string and go on blissfully.
12562
12563         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12564         cases where the references string is non-nil but has no references.
12565
12566         * encrypt.el: Add autoload tags.
12567
12568         * spam.el (spam-resolve-registrations-routine): Remove article
12569         from unregistration list too.  Reported by David Hanak
12570         <dhanak@isis.vanderbilt.edu>
12571
12572 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12575         nil.  Changed custom type.
12576
12577 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12578
12579         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12580
12581         * gnus-sum.el (gnus-summary-move-article): Use it.
12582
12583 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12584
12585         * encrypt.el: Add autoload cookies.
12586
12587         * spam.el (spam-backend-article-list-property)
12588         (spam-backend-get-article-todo-list)
12589         (spam-backend-put-article-todo-list)
12590         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12591         Resolve registrations separately.
12592         (spam-register-routine): Format comments.
12593         (spam-unregister-routine, spam-register-routine): Always call with
12594         specific-articles, no default list.
12595         (spam-summary-prepare-exit): Use the spam-classifications function.
12596
12597         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12598         gnus-encrypt.el.
12599
12600         * encrypt.el: Copied from gnus-encrypt.el.
12601
12602         * gnus-encrypt.el: Commented that it's obsolete.
12603
12604 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12607         (gnus-score-save): Use it.
12608
12609         * message.el (message-bury): Use `window-dedicated-p'.
12610
12611 2004-10-15  Simon Josefsson  <jas@extundo.com>
12612
12613         * pop3.el (top-level): Don't require nnheader.
12614         (pop3-read-timeout): Add.
12615         (pop3-accept-process-output): Add.
12616         (pop3-read-response, pop3-retr): Use it.
12617
12618 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12619
12620         * spam.el (spam-register-routine): Move comment.
12621         (spam-verify-bogofilter): Use 'unknown for the initial
12622         spam-bogofilter-valid state, not 'never.
12623
12624         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12625         for netrc-machine.
12626
12627         * nnimap.el (nnimap-open-connection): Use
12628         netrc-machine-user-or-password.
12629
12630 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12631
12632         * gnus-registry.el (gnus-registry-unload-hook):
12633         Set as a variable with add-hook.
12634
12635         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12636         of news-path.
12637
12638         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12639
12640         * spam.el: Delete duplicate `provide'.
12641         (spam-unload-hook): Set as a variable with add-hook.
12642
12643 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12646         in the doc string.
12647
12648         * message.el (message-ignored-news-headers)
12649         (message-ignored-supersedes-headers)
12650         (message-ignored-resent-headers)
12651         (message-forward-ignored-headers): Improve custom type.
12652
12653 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * message.el (message-tokenize-header): Fix 2004-09-06 change
12656         which used point-min in the wrong place.
12657
12658 2004-10-12  Simon Josefsson  <jas@extundo.com>
12659
12660         * tls.el (tls-certtool-program): New variable.
12661         (tls-certificate-information): New function, based on
12662         ssl-certificate-information.
12663
12664 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * compface.el: Move the version of ELisp-based uncompface program
12667         to the contrib directory because of the copyright problem.
12668
12669 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * message.el (message-kill-buffer): Raise the current frame.
12672
12673 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12674
12675         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12676
12677         * gnus.el (message-y-or-n-p): Autoload.
12678
12679         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12680         (pop3-password-required, pop3-authentication-scheme)
12681         (pop3-leave-mail-on-server): Made customizable.
12682         (pop3): New custom group.
12683         (pop3-retr): Remove `sleep-for' statements.
12684         Suggested by Dave Love <fx@gnu.org>.
12685
12686         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12687         Windows/DOS.
12688
12689         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12690         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12691         Dave Love <fx@gnu.org>.
12692
12693         * mml.el (mml-minibuffer-read-disposition): Require match.
12694         Suggested by Dave Love <fx@gnu.org>.
12695
12696 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12699         doc string.
12700
12701 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12704
12705 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12706
12707         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12708         instead of calling `mm-insert-inline', to decode text/* parts
12709         before displaying them.
12710
12711 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * mm-uu.el (mm-uu-text-plain-type): New variable.
12714         (mm-uu-pgp-signed-extract-1): Use it.
12715         (mm-uu-pgp-encrypted-extract-1): Use it.
12716         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12717         bind mm-uu-text-plain-type with that value.
12718         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12719         mm-uu-dissect.
12720
12721 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-group.el (gnus-update-group-mark-positions):
12724         * gnus-sum.el (gnus-update-summary-mark-positions):
12725         * message.el (message-check-news-body-syntax):
12726         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12727         of string-as-multibyte.
12728
12729 2004-10-05  Juri Linkov  <juri@jurta.org>
12730
12731         * gnus-group.el (gnus-update-group-mark-positions):
12732         * gnus-sum.el (gnus-update-summary-mark-positions):
12733         * message.el (message-check-news-body-syntax):
12734         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12735         8-bit unibyte values to a multibyte string for search functions.
12736
12737 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12740         (mm-uu-dissect-text-parts): New function.
12741
12742         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12743         dissect text parts.
12744
12745         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12746         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12747
12748         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12749
12750         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12751         gnus-current-topics instead of gnus-current-topic.
12752
12753 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12754
12755         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12756
12757 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12758
12759         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12760         where approriate.
12761
12762         * nnml.el (nnml-generate-active-info): do.
12763
12764         * nndiary.el (nndiary-generate-active-info): do.
12765
12766         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12767         (gnus-topic-move): do.
12768
12769         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12770         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12771
12772         * gnus-srvr.el (gnus-server-prepare)
12773         (gnus-server-open-all-servers): do.
12774
12775         * gnus-msg.el (gnus-summary-cancel-article)
12776         (gnus-summary-resend-message)
12777         (gnus-summary-mail-crosspost-complaint): do.
12778
12779         * gnus-move.el (gnus-change-server): do.
12780
12781         * gnus-group.el (gnus-group-unmark-all-groups)
12782         (gnus-group-set-current-level): do.
12783
12784 2004-10-04  Simon Josefsson  <jas@extundo.com>
12785
12786         * message.el (message-generate-hashcash): Doc fix.
12787
12788 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12789
12790         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12791         avoid infinite recursion via gnus-get-function.
12792
12793 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12794
12795         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12796
12797         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12798
12799         * nnmail.el (nnmail-split-history): do.
12800
12801         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12802         (nnml-request-delete-group): do.
12803
12804         * nnslashdot.el (nnslashdot-read-groups): do.
12805
12806         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12807         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12808
12809         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12810         (nnspool-sift-nov-with-sed): Use last.
12811         (nnspool-retrieve-headers-with-nov): Use mapc.
12812         (nnspool-request-newgroups): Use dolist.
12813         (nnspool-request-group): Use last.
12814
12815         * nntp.el (nntp-read-server-type): Use dolist.
12816
12817         * nnvirtual.el (nnvirtual-create-mapping)
12818         (nnvirtual-update-read-and-marked): Use dolist.
12819         (nnvirtual-convert-headers): Simplify.
12820
12821 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12822
12823         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12824         support for sync'ing tick marks.
12825
12826 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12829         there's no visible header.
12830
12831 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12832
12833         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12834         necessary, pass full group name to gnus-request-set-marks.
12835
12836 2004-10-01  Simon Josefsson  <jas@extundo.com>
12837
12838         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12839         acroread.
12840
12841 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12842
12843         * spam-report.el (spam-report-gmane): Fix interactive.
12844
12845         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12846
12847         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12848         when writing file.
12849         (gnus-agent-synchronize-flags): Don't default to being
12850         interactive.
12851
12852 2004-09-30  Simon Josefsson  <jas@extundo.com>
12853
12854         * message.el (message-generate-hashcash): Add.
12855         (message-send-mail): Use it, call mail-add-payment.
12856
12857 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12858
12859         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12860
12861 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12862
12863         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12864         gnus-requst-update-info with explicit code to sync the in-memory
12865         info read flags with the marks being sync'd to the backend.
12866
12867         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12868
12869 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12870
12871         * spam.el (spam-verify-bogofilter): Add new function.
12872         (spam-check-bogofilter)
12873         (spam-bogofilter-register-with-bogofilter): Use it.
12874         (spam-verify-bogofilter): Add small fixes.
12875
12876 2004-09-28  Simon Josefsson  <jas@extundo.com>
12877
12878         * hashcash.el (hashcash-generate-payment): Revert.
12879
12880 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12881
12882         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12883         gnus-extract-references instead of gnus-split-references.
12884
12885         * gnus-util.el (gnus-extract-references): Add new function, analogous
12886         to gnus-split-references but extracts only the message-ID without
12887         anything extra.
12888
12889         * hashcash.el (hashcash-generate-payment)
12890         (hashcash-check-payment): Do the right thing if hashcash-path is
12891         nil (because the hashcash program could not be found).
12892
12893         * spam.el (spam-use-hashcash): Remove comment.
12894
12895 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12896
12897         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12898         (gnus-cache-enter-article, gnus-cache-remove-article)
12899         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12900
12901         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12902
12903         * gnus-art.el (article-hide-boring-headers)
12904         (article-translate-strings, article-display-face)
12905         (gnus-article-mime-match-handle-first)
12906         (gnus-article-highlight-headers)
12907         (gnus-article-add-buttons-to-head): do.
12908
12909 2004-09-27  Simon Josefsson  <jas@extundo.com>
12910
12911         * hashcash.el: New version, from
12912         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12913         ../contrib/.
12914
12915 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12918
12919 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12920
12921         * gnus-dup.el (gnus-dup-open): Use mapc.
12922         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12923
12924         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12925         Reported by Stefan Wiens <s.wi@gmx.net>.
12926
12927         * gnus.el (gnus-shutdown): Use dolist.
12928
12929         * gnus-undo.el (gnus-undo): Use mapc.
12930
12931         * nnrss.el (nnrss-generate-active): do.
12932
12933         * message.el (message-cite-original-without-signature)
12934         (message-cite-original): Use mapc.
12935         (message-do-actions, message-make-forward-subject): Use dolist.
12936
12937 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12938
12939         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12940         deletion to remove entire duplicate line.  Fixes merged article
12941         number bug.
12942
12943 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12944
12945         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12946         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12947         first ask if you want to open a server and then, even when you
12948         responded with no, asking if you want to synchronize the server's
12949         flags.
12950         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12951         multi-line expressions.
12952         (gnus-agent-synchronize-group-flags): New internal function.
12953         Updates marks in memory (in the info structure) AND in the
12954         backend.
12955
12956         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12957
12958         * nnagent.el (nnagent-request-set-mark): Use
12959         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12960         method, to ensure that synchronization updates marks in the
12961         backend and in the info (in memory) structure.
12962
12963 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12966         convention fully; don't miss the root article of a thread; make
12967         the X-Draft-From header with correct article numbers.
12968
12969 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12970
12971         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12972         unless plugged.  Disable the agent so that an open failure causes
12973         an error.
12974
12975         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12976         Reverted 2004-09-21 change.  The backend must be opened while
12977         synchronizing flags even when the backend stores the flags
12978         locally.
12979
12980 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12983         in `header' match.  Reported by Svend Tollak Munkejord.
12984
12985         * message.el (message-cite-original): Fix use of
12986         `message-cite-articles-with-x-no-archive'.
12987
12988 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12991         (gnus-window-to-buffer): Ditto.
12992
12993         * mml.el (mml-preview-buffer): New variable.
12994         (mml-preview): Manage window layout with gnus-buffer-configuration.
12995
12996         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12997         X-Draft-From header even if those articles aren't quoted.
12998
12999 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13000
13001         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13002         (gnus-request-set-mark, gnus-request-update-mark): Use new
13003         g-s-t-u-l-m to decide to use backend even when unplugged.
13004
13005 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13008         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13009
13010 2004-09-20  Simon Josefsson  <jas@extundo.com>
13011
13012         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13013         "utf-16-le".
13014
13015 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13016
13017         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13018
13019 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * uudecode.el (uudecode-use-external): Add :version.
13022
13023         * smime.el (smime-CA-file, smime-encrypt-cipher)
13024         (smime-dns-server): Add :version.
13025
13026         * smiley.el (gnus-smiley-file-types): Add :version.
13027
13028         * sha1.el (sha1-use-external): Add :version.
13029
13030         * pgg-def.el (pgg-query-keyserver): Add :version.
13031
13032         * nnmail.el (nnmail-fancy-expiry-targets)
13033         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13034         Add :version.
13035
13036         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13037         (nnimap-retrieve-groups-asynchronous): Add :version.
13038         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13039
13040         * mml.el (mml-content-disposition-parameters)
13041         (mml-insert-mime-headers-always): Add :version.
13042
13043         * mm-util.el (mm-coding-system-priorities): Add :version.
13044
13045         * mm-decode.el (mm-inline-text-html-with-images)
13046         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13047         (mm-verify-option): Add :version.
13048         (mm-text-html-renderer): Change :version.
13049
13050         * message.el (message-fcc-externalize-attachments)
13051         (message-required-headers, message-draft-headers)
13052         (message-subject-trailing-was-query)
13053         (message-subject-trailing-was-ask-regexp)
13054         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13055         (message-mark-insert-end, message-archive-header)
13056         (message-archive-note, message-cross-post-default)
13057         (message-cross-post-note, message-followup-to-note)
13058         (message-cross-post-note-function, message-use-mail-followup-to)
13059         (message-subscribed-address-functions)
13060         (message-subscribed-address-file, message-subscribed-addresses)
13061         (message-subscribed-regexps, message-allow-no-recipients)
13062         (message-yank-cited-prefix, message-signature-insert-empty-line)
13063         (message-hidden-headers, message-hierarchical-addresses)
13064         (message-mail-user-agent, message-use-idna)
13065         (message-valid-fqdn-regexp)
13066         (message-strip-special-text-properties, message-header-synonyms)
13067         (message-beginning-of-line, message-tab-body-function): Add :version.
13068         (message-insert-canlock, message-wide-reply-confirm-recipients):
13069         Change :version.
13070
13071         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13072         and :version.
13073         (mail-source-delete-old-incoming-confirm)
13074         (mail-source-movemail-program): Add :version.
13075
13076         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13077         (gnus-agent-cache, gnus-agent): Change :version.
13078
13079         * gnus-util.el (gnus-use-byte-compile): Change :version.
13080
13081         * gnus-sum.el (gnus-summary-make-false-root-always)
13082         (gnus-summary-default-high-score)
13083         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13084         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13085         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13086         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13087         (gnus-sum-thread-tree-single-indent)
13088         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13089         (gnus-sum-thread-tree-leaf-with-other)
13090         (gnus-sum-thread-tree-single-leaf): Add :version.
13091         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13092         (gnus-article-loose-mime): Change :version.
13093
13094         * gnus-start.el (gnus-backup-startup-file)
13095         (gnus-save-startup-file-via-temp-buffer): Add :version.
13096
13097         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13098         (gnus-server-offline-face): Add :version.
13099
13100         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13101
13102         * gnus-msg.el (gnus-gcc-externalize-attachments)
13103         (gnus-debug-files, gnus-debug-exclude-variables)
13104         (gnus-discouraged-post-methods): Change :version.
13105         (gnus-confirm-mail-reply-to-news)
13106         (gnus-confirm-treat-mail-like-news): Add :version.
13107
13108         * gnus-int.el (gnus-server-unopen-status): Add :version.
13109
13110         * gnus-group.el (gnus-group-jump-to-group-prompt)
13111         (gnus-large-ephemeral-newsgroup)
13112         (gnus-fetch-old-ephemeral-headers): Add :version.
13113
13114         * gnus-fun.el (gnus-x-face-directory)
13115         (gnus-convert-pbm-to-x-face-command)
13116         (gnus-convert-image-to-x-face-command)
13117         (gnus-convert-image-to-face-command): Add :version.
13118
13119         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13120
13121         * gnus-cite.el (gnus-cite-blank-line-after-header)
13122         (gnus-article-boring-faces): Add :version.
13123
13124         * gnus-art.el (gnus-buttonized-mime-types)
13125         (gnus-inhibit-mime-unbuttonizing)
13126         (gnus-treat-display-face)
13127         (gnus-treat-body-boundary): Change :version.
13128         (gnus-body-boundary-delimiter, gnus-picon-databases)
13129         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13130         (gnus-treat-date-english, gnus-treat-fold-headers)
13131         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13132         (gnus-treat-mail-picon, gnus-treat-wash-html)
13133         (gnus-article-encrypt-protocol)
13134         (gnus-use-idna, gnus-article-over-scroll)
13135         (gnus-mime-display-multipart-alternative-as-mixed)
13136         (gnus-mime-display-multipart-related-as-mixed)
13137         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13138         (gnus-ctan-url, gnus-button-ctan-handler)
13139         (gnus-button-handle-ctan-bogus-regexp)
13140         (gnus-button-ctan-directory-regexp)
13141         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13142         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13143         (gnus-button-man-level, gnus-button-emacs-level)
13144         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13145
13146         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13147         (gnus-agent-go-online): Change :version.
13148         (gnus-agent-expire-unagentized-dirs)
13149         (gnus-agent-auto-agentize-methods): Add :version.
13150
13151         * flow-fill.el (fill-flowed-display-column)
13152         (fill-flowed-encode-column): Add :version.
13153
13154         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13155         (gnus-outlook-deuglify-unwrap-max)
13156         (gnus-outlook-deuglify-cite-marks)
13157         (gnus-outlook-deuglify-unwrap-stop-chars)
13158         (gnus-outlook-deuglify-no-wrap-chars)
13159         (gnus-outlook-deuglify-attrib-cut-regexp)
13160         (gnus-outlook-deuglify-attrib-verb-regexp)
13161         (gnus-outlook-deuglify-attrib-end-regexp)
13162         (gnus-outlook-display-hook): Add :version.
13163
13164         * binhex.el (binhex-use-external): Add :version.
13165
13166 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13169         and `invisible'.
13170
13171 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13174         in gnus-registry-trim.
13175
13176 2004-09-13  Simon Josefsson  <jas@extundo.com>
13177
13178         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13179
13180         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13181
13182         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13183         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13184         <yamaoka@jpl.org>.
13185         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13186         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13187         <yamaoka@jpl.org>.
13188
13189         * sieve.el (sieve-manage-mode): Ditto.
13190
13191 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13194
13195 2004-09-11  Simon Josefsson  <jas@extundo.com>
13196
13197         * dns-mode.el: Add.
13198
13199         * mm-view.el (mm-display-dns-inline): Add.
13200
13201         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13202         (mm-automatic-display): Ditto.
13203
13204         * mailcap.el (mailcap-mime-data): Add text/dns.
13205         (mailcap-mime-extensions): Map .soa to text/dns.
13206
13207 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13208
13209         * gnus-art.el (article-decode-mime-words, article-babel)
13210         (gnus-article-highlight-signature, gnus-article-add-buttons)
13211         (gnus-signature-toggle): Remove unnecessary bindings of
13212         `inhibit-read-only' inherited from v5.10 merge.
13213
13214 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * nntp.el (nntp): New customization group.
13217         (nntp-authinfo-file): Add customization group.
13218
13219         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13220
13221         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13222
13223         * gnus.el (to-address, to-list, subscribed)
13224         (large-newsgroup-initial): Ditto.
13225
13226         * flow-fill.el (fill-flowed-display-column)
13227         (fill-flowed-encode-column): Ditto.
13228
13229 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13230
13231         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13232         Use point-min rather than 1.
13233         (message-send-mail): Use buffer-size rather than point-max.
13234
13235         * gnus-sum.el (gnus-summary-search-article-forward):
13236         Signal a specific `search-failed' rather than a generic `error'.
13237
13238         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13239         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13240         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13241
13242 2004-09-10  Simon Josefsson  <jas@extundo.com>
13243
13244         * nndb.el (require): Remove tcp and duplicate cl.
13245
13246 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-agent.el (directory-files-and-attributes): Move forward.
13249
13250 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13251
13252         * gnus-agent.el (directory-files-and-attributes): Optionally
13253         defined to support XEmacs.
13254
13255 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13256
13257         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13258         to avoid run-time CL dependencies.
13259         (gnus-agent-unfetch-articles): New function.
13260         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13261         article numbers even when local .overview file is missing.
13262         (gnus-agent-read-article-number): New function.  Only accepts
13263         27-bit article numbers.
13264         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13265         gnus-agent-read-article-number.
13266         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13267         from backend while recognizing that article numbers in .overview
13268         must be valid.
13269         (gnus-agent-update-files-total-fetched-for): Use
13270         directory-files-and-attributes to improve performance.
13271         * gnus-int.el (gnus-request-move-article): Use
13272         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13273         improve performance.
13274
13275         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13276         some users confused by references to .newsrc when they only have a
13277         .newsrc.eld file.
13278         (gnus-convert-mark-converter-prompt)
13279         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13280         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13281         New function.  Used internally to only display 'gnus converting
13282         files' message when actually necessary.
13283
13284         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13285         methods now autoloaded.
13286
13287 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13290         identifiers.
13291
13292 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * gnus-picon.el: Fix indentation and closing parenthesis.
13295
13296 2004-09-01  Simon Josefsson  <jas@extundo.com>
13297
13298         * message.el (message-canlock-generate): Require sha1, not
13299         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13300         to require within a function.  Sadly, if sha1.el isn't loaded, the
13301         let binding in m-c-g will hide the defcustom definition, which is
13302         bad.)
13303
13304         * canlock.el: Require sha1, not sha1-el.
13305
13306         * message.el: Don't autoload sha1 (there is a autoload cookie in
13307         sha1.el).
13308
13309         * sha1-el.el: Renamed to sha1.el.
13310
13311 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13312
13313         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13314
13315 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13316
13317         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13318
13319 2004-08-30  Kim F. Storm  <storm@cua.dk>
13320
13321         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13322
13323         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13324         Add :group 'nnimap.
13325
13326 2004-08-30  Andreas Schwab  <schwab@suse.de>
13327
13328         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13329         ?* and ?\;.
13330
13331         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13332         and ?\' to symbol instead of whitespace.
13333
13334 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13337
13338         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13339         instead of re-search-forward.
13340
13341         * gnus-uu.el (gnus-uu-save-article): Ditto.
13342         (gnus-uu-post-encode-uuencode): Ditto.
13343
13344         * html2text.el (html2text-clean-list-items): Ditto.
13345         (html2text-clean-dtdd): Ditto.
13346         (html2text-format-tags): Ditto.
13347
13348         * message.el (message-send-mail-with-sendmail): Fix regexp.
13349         (message-fill-field-general): Use search-forward instead of
13350         re-search-forward.
13351         (unbold-region): Ditto.
13352
13353         * nnrss.el (nnrss-request-article): Ditto.
13354
13355         * nnslashdot.el (nnslashdot-request-article): Ditto.
13356
13357         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13358
13359         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13360         "Unrecognized menu descriptor" error in XEmacs.
13361
13362 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13363
13364         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13365         parent article of a sparse article in the thread hashtb.
13366
13367 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13368
13369         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13370         (nnmail-expand-newtext): Lowercase expanded entries if
13371         nnmail-split-lowercase-expanded is non-nil.
13372
13373 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13376
13377         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13378         of gnus-tmp-news-method into string under XEmacs.  It will be
13379         passed to gnus-correct-length which takes only a string argument.
13380
13381 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-util.el (gnus-bind-print-variables): New macro.
13384         (gnus-prin1): Use it.
13385         (gnus-prin1-to-string): Use it.
13386         (gnus-pp): New function.
13387         (gnus-pp-to-string): New function.
13388
13389         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13390         Replace pp-to-string with gnus-pp-to-string.
13391         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13392         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13393         * gnus-msg.el (gnus-debug): Ditto.
13394         * gnus-score.el (gnus-score-save): Ditto.
13395         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13396         gnus-pp-to-string.
13397         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13398         with gnus-pp.
13399         * score-mode.el (gnus-score-pretty-print): Ditto.
13400         * webmail.el (webmail-debug): Ditto.
13401
13402 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-art.el (article-display-face, article-display-x-face):
13405         Use buffer-read-only.
13406
13407 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * gnus-art.el (article-hide-list-identifiers):
13410         Bind inhibit-read-only as t.
13411
13412 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13415
13416 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13417
13418         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13419         (gnus-narrow-to-page): Don't assume point-min == 1.
13420         (gnus-article-edit-mode): Derive from message-mode.
13421
13422         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13423         point-min == 1.
13424
13425         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13426         Disable incorrect use of `assert'.
13427
13428         * message.el (message-mode): Set comment-start-skip.
13429
13430
13431 2004-08-22  Sam Steingold  <sds@gnu.org>
13432
13433         * pop3.el (pop3-leave-mail-on-server): New user variable.
13434         (pop3-movemail): Delete mail only when it is nil.
13435
13436 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13439
13440         * mml.el (mml-preview): Use `pop-to-buffer'.
13441
13442         * message.el (message-goto-mail-followup-to): Insert after "To".
13443         (message-carefully-insert-headers): Add comment.
13444
13445         * gnus.el: Remove unused variable `gnus-article-check-size'.
13446
13447         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13448
13449         * gnus-art.el (gnus-button-alist): Improve
13450         `gnus-button-handle-library' entry.
13451
13452 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13453
13454         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13455         downcase, since XEmacs capitalizes error messages differently.
13456
13457 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13458
13459         * nntp.el: Add (require 'gnus) due to reference to
13460         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13461
13462 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13463
13464         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13465         `mm-fill-flowed'.
13466
13467         * mm-decode.el (mm-dissect-singlepart): Check it.
13468
13469 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13470
13471         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13472         'imap' for netrc parsing.
13473
13474 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * mailcap.el (mailcap-mime-data): Mark as risky.
13477
13478 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13481         may be included in the encoded word.
13482         (rfc2047-encode): Don't append a space if the encoded word
13483         includes close parenthesis.
13484
13485 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13488         of text within parentheses.
13489
13490 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13491
13492         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13493         (gnus-encrypt-write-file-contents): Make the password key the file
13494         name PLUS the cipher, not just the cipher.  Also remove failed
13495         passwords from the cache.
13496
13497 2004-08-06  Simon Josefsson  <jas@extundo.com>
13498
13499         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13500         fix.
13501
13502 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13505         LWSP.
13506
13507 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13508
13509         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13510         to append in-reply-to: data to the references: header.
13511
13512         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13513         (netrc-parse): Use gnus-encrypt.el functions.
13514
13515         * gnus-encrypt.el: Add new file for encryption support; currently
13516         does only a few GPG ciphers and an internal XOR cipher.
13517
13518         * password.el: Add comments on using password-read-and-add.
13519         (password-read-and-add): Add function to read and add the
13520         password to the cache at once.
13521
13522 2004-07-28  Simon Josefsson  <jas@extundo.com>
13523
13524         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13525         parameter (but don't use it, for now).
13526
13527         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13528         instead of hard coding to nil.
13529
13530 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13533         as mm-inline-image-xemacs does.
13534
13535 2004-07-26  Simon Josefsson  <jas@extundo.com>
13536
13537         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13538         Revert part of 2004-07-17 change below.
13539
13540 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13543         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13544
13545 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13548         quotes that actually start with ">" at the beginning of the
13549         lines.
13550
13551 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * rfc2047.el (rfc2047-encode-region): Fix last change.
13554         (rfc2047-encode-parameter): Remove useless concat.
13555
13556 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13559         encode special characters; fix some kind of misconfigured headers;
13560         signal a real error if debug-on-quit or debug-on-error is non-nil.
13561         (rfc2047-encode-max-chars): New variable.
13562         (rfc2047-encode-1): Use it.
13563         (rfc2047-encode-parameter): New function.
13564
13565         * mml.el (mml-insert-parameter): Remove an excessive space.
13566
13567 2004-07-17  Simon Josefsson  <jas@extundo.com>
13568
13569         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13570         Kai Grossjohann <kai@emptydomain.de>.
13571         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13572         (gnus-group-make-menu-bar): Ditto.
13573
13574         * gnus-util.el (gnus-group-server): Add.
13575
13576 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13577
13578         * message.el (message-clone-locals): Clone sendmail and smtp
13579         variables.
13580
13581 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * rfc2047.el (rfc2047-encode-region): Fix last change.
13584
13585 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13588         characters as non-special.
13589
13590 2004-07-09  Simon Josefsson  <jas@extundo.com>
13591
13592         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13593         Users will lose all flag changes made while unplugged with
13594         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13595         good default.  See numerous reports on ding mailing list.
13596
13597 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13600         add generate-head-function and generate-article-function to the
13601         rfc822-forward entry.
13602         (nndoc-rfc822-forward-generate-article): New function.
13603         (nndoc-rfc822-forward-generate-head): New function.
13604
13605         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13606
13607 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13608
13609         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13610         respect display group parameter and gnus-summary-expunge-below.
13611         (gnus-articles-to-read): Remove unused reference to display group
13612         parameter.
13613
13614 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13615
13616         * nnheader.el (nnheader-uniquify-message-id): New experimental
13617         variable.
13618         (nnheader-nov-read-message-id): Use it.
13619
13620         * spam-report.el (spam-report-gmane): Add interactive.
13621
13622 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13625         qp-or-base64 for the application/* types.
13626
13627 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13628
13629         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13630
13631 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13632
13633         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13634         trim value.
13635
13636 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13637
13638         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13639         New macro and function.
13640         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13641
13642 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13645         after-load-alist.
13646
13647 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13648
13649         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13650         update info that isn't there.
13651
13652 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13653
13654         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13655         entry.
13656
13657 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * mm-view.el (mm-inline-render-with-function): Use multibyte
13660         buffer; decode html source by charset.
13661
13662         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13663
13664         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13665         Mule-UCS is loaded under XEmacs.
13666         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13667
13668 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13669
13670         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13671
13672 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * mm-util.el (mm-coding-system-p): Return a coding-system.
13675         (mm-mime-mule-charset-alist): Use shift_jis instead of
13676         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13677         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13678         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13679         instead of japanese-shift-jis and iso-latin-1 respectively in
13680         order to share the default value with both Emacs and XEmacs-mule.
13681         (mm-mule-charset-to-mime-charset): Make
13682         mm-coding-system-priorities effective.
13683         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13684         while predicating of candidates upon the priorities.
13685
13686 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13687
13688         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13689         gnus-uu-invert-processable.
13690
13691         * gnus.el: Autoload gnus-uu-invert-processable.
13692
13693 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * mm-util.el (mm-with-multibyte-buffer): New macro.
13696
13697         * rfc2047.el (rfc2047-encode-string): Use it.
13698         (rfc2047-encode-region): Move point to the end of the region after
13699         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13700
13701 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13704         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13705
13706 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13709         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13710         Karl Chen <quarl@nospam.quarl.org>.
13711
13712 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13713
13714         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13715         invalid addresses.
13716
13717 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13718
13719         * spam.el: Change section markers, revise TODO list.
13720         (spam-backends): Make new master list of all installed backends.
13721         (spam-summary-exit-behavior): Add new variable to determine how
13722         messages moves are done at summary exit.
13723         (spam-move-spam-nonspam-groups-only)
13724         (spam-process-ham-in-nonham-groups)
13725         (spam-process-ham-in-spam-groups): Remove variables, the
13726         spam-summary-exit-behavior variable should be used to manage this
13727         behavior.
13728         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13729         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13730         and spam-old-spam-articles.
13731         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13732         Add empty variables, placeholders for the backends they represent.
13733         (spam-set-difference): Move, unchanged.
13734         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13735         unless the user has a processor variable.
13736         (spam-classifications, spam-classification-valid-p)
13737         (spam-backend-properties, spam-backend-property-valid-p)
13738         (spam-backend-function-type-valid-p)
13739         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13740         (spam-report-articles-gmane, spam-report-articles-resend):
13741         Remove functions, they are not needed.
13742         (spam-install-backend-super, spam-backend-list)
13743         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13744         (spam-backend-function, spam-backend-ham-registration-function)
13745         (spam-backend-spam-registration-function)
13746         (spam-backend-ham-unregistration-function)
13747         (spam-backend-spam-unregistration-function)
13748         (spam-backend-statistical-p, spam-backend-mover-p)
13749         (spam-install-backend-alias, spam-install-checkonly-backend)
13750         (spam-install-mover-backend, spam-install-nocheck-backend)
13751         (spam-install-backend, spam-install-statistical-backend)
13752         (spam-install-statistical-checkonly-backend): Add backend installation
13753         support.
13754         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13755         (spam-group-processor-p): Use the new backend code and respect the
13756         summary exit behavior.
13757         (spam-mark-spam-as-expired-and-move-routine): Remove.
13758         (spam-summary-prepare): Change to use the new spam-old-articles
13759         variable.
13760         (spam-copy-or-move-routine, spam-copy-spam-routine)
13761         (spam-move-spam-routine, spam-copy-ham-routine)
13762         (spam-move-ham-routine): Add code to copy/move ham or spam.
13763         (spam-fetch-field-fast): Improve doc and code, plus allow the
13764         'number request.
13765         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13766         variables.
13767         (spam-split, spam-find-spam): Use the new backend code.
13768         (spam-registration-functions): Remove variable.
13769         (spam-unregister-routine): Add convenience wrapper.
13770         (spam-log-undo-registration, spam-register-routine)
13771         (spam-log-processing-to-registry)
13772         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13773         where possible.
13774         (spam-check-gmane-xref, spam-check-regex-headers)
13775         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13776         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13777         (spam-check-bogofilter-headers, spam-check-spamoracle)
13778         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13779         (spam-check-crm114-headers): Use the spam-split-group that
13780         spam-split prepares, no need to determine it every time.
13781
13782         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13783         to the nnheader-parse-naked-head call.
13784
13785         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13786
13787         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13788         the nnheader-nov-read-message-id call.
13789
13790 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13793         gnus-activate-group twice.  Suggested by Markus Peter
13794         <warp@spin.de>.
13795
13796 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * gnus-art.el (gnus-article-time-format): Exchange the order of
13799         day and month in the default value; fix customization type.
13800         (article-date-ut): Use add-text-properties.
13801         (article-make-date-line): Use message-make-date instead of
13802         current-time-string.
13803
13804         * message.el (message-fetch-field): Don't use set-text-properties.
13805         (message-make-date): Simplify.
13806
13807         * messagexmas.el (message-xmas-make-date): New function.
13808         (message-xmas-redefine): Defalias message-make-date to it.
13809
13810 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13813         (rfc2047-encode-region): Treat text within parentheses as special;
13814         show the original text when error has occurred.
13815
13816         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13817         already-computed method to gnus-activate-group.
13818
13819         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13820         same select-methods identical Lisp objects.
13821
13822         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13823         object when modifying the info.
13824
13825 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13828         gnus-opened-servers since it has never been opened with the new
13829         configuration yet.
13830
13831 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13834         arg to nnheader-generate-fake-message-id.
13835
13836 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13837
13838         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13839         number and build a fake message ID localized to a group and
13840         article number (so it's repeatable from that point on).
13841         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13842         ID format.
13843
13844         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13845         nnheader-generate-fake-message-id with the article number.
13846
13847 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13848
13849         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13850         end-of-buffer.
13851
13852 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13853
13854         * message.el (message-ignored-supersedes-headers): Add Approved.
13855
13856 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13859         goto-char.
13860         (rfc2047-encode): Fold the line before encoding.
13861
13862 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13863
13864         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13865         folding -- not all headers can be folded, and this should be done
13866         by the message composition mode.  Probably.  I think.
13867
13868 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13871         fast.
13872
13873         * gnus-ems.el (gnus-remove-image): Don't use
13874         message-text-with-property; remove only the image found first.
13875
13876         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13877         found first.
13878
13879 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13880
13881         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13882
13883 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * message.el (message-text-with-property): Make it fast and accept
13886         optional arguments.
13887         (message-strip-forbidden-properties): Use it.
13888         (message-fix-before-sending): Follow the m-t-w-p change.
13889
13890         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13891
13892 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-art.el (article-hide-headers): Don't change the buffer
13895         mistakenly when performing mml-preview even if
13896         gnus-single-article-buffer is nil.
13897
13898 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13899
13900         * message.el (message-expand-name-databases): New user option.
13901         (message-expand-name): Use it.
13902
13903 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13904
13905         * spam.el (spam-report-articles-resend)
13906         (spam-report-resend-register-routine): Allow ham reporting.
13907         (spam-report-resend-register-ham-routine): Add wrapper.
13908         (spam-registration-functions): Add ham resending functions.
13909         (spam-list-of-processors): Add ham resend processor.
13910
13911         * gnus.el (ham-resend-to): Add new group parameter.
13912         (spam-process): Add ham resend option.
13913
13914         * spam-report.el (spam-report-resend): Allow reporting ham.
13915         (spam-report-resend-ham): Add wrapper.
13916
13917 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13918
13919         * message.el (message-cite-articles-with-x-no-archive): New
13920         variable.
13921         (message-cite-original): Use it.
13922
13923 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13924
13925         * message.el (message-cite-original): Respect X-No-Archive.
13926
13927 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-art.el (article-hide-headers): Refer to the values for
13930         gnus-ignored-headers and gnus-visible-headers in the summary
13931         buffer since a user may have set them as group parameters.
13932
13933 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13934
13935         * assistant.el (assistant-node-name): Add convenience function.
13936         (assistant-render-text, assistant-render-node): Add error handling,
13937         plus handle multiple next nodes.
13938         (assistant-find-next-node): Comment out for now.
13939         (assistant-find-next-nodes): Add function, returns list of next
13940         nodes.
13941
13942 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * mail-source.el (mail-source-directory): Fix doc-string.
13945
13946 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * assistant.el (assistant-render-text, assistant-eval): Add :set
13949         widget type, which is different because it takes and returns a
13950         list.  Much hilarity ensues.
13951
13952 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13955
13956         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13957         doc-string.
13958
13959         * gnus-start.el (gnus-activate-group): Added doc-string.
13960
13961 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13964
13965 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13966
13967         * assistant.el (assistant-render-text): Try to add a :set
13968         widget, more to come.
13969
13970         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13971         strings.
13972         (spam-report-articles-resend)
13973         (spam-register-routine): Do registration iff any articles warrant
13974         it.
13975         (spam-summary-prepare-exit): Change log message for nil group
13976         destinations.
13977
13978 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13979
13980         * spam.el (spam-report-resend-register-routine): Allow
13981         spam-report-resend-to to be a group parameter or a global value.
13982
13983 2004-05-26  Simon Josefsson  <jas@extundo.com>
13984
13985         * starttls.el: Merge with my GNUTLS based starttls.el.
13986         (starttls-gnutls-program, starttls-use-gnutls)
13987         (starttls-extra-arguments, starttls-process-connection-type)
13988         (starttls-connect, starttls-failure, starttls-success): New
13989         variables.
13990         (starttls-program, starttls-extra-args): Doc fix.
13991         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13992         functions.
13993         (starttls-negotiate, starttls-open-stream): Check
13994         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13995         function if it is set.
13996
13997 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14000         structured fields.
14001
14002 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14005
14006 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14007
14008         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14009         variable.
14010         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14011         assigning the spam-mark to new messages.
14012
14013 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14014
14015         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14016
14017 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14020
14021         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14022         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14023         default.
14024
14025 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14026
14027         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14028         correct data.
14029
14030 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14031
14032         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14033         (spam-group-processor-p): Fix function.
14034         (spam-group-processor-multiple-p)
14035         (spam-group-spam-processor-report-gmane-p)
14036         (spam-group-spam-processor-report-resend-p)
14037         (spam-group-spam-processor-bogofilter-p)
14038         (spam-group-spam-processor-blacklist-p)
14039         (spam-group-spam-processor-ifile-p)
14040         (spam-group-ham-processor-ifile-p)
14041         (spam-group-spam-processor-spamoracle-p)
14042         (spam-group-spam-processor-crm114-p)
14043         (spam-group-ham-processor-bogofilter-p)
14044         (spam-group-spam-processor-stat-p)
14045         (spam-group-ham-processor-stat-p)
14046         (spam-group-ham-processor-whitelist-p)
14047         (spam-group-ham-processor-BBDB-p)
14048         (spam-group-ham-processor-spamoracle-p)
14049         (spam-group-ham-processor-copy-p): Remove functions with some
14050         prejudice against unneeded code.
14051         (spam-report-articles-resend)
14052         (spam-report-resend-register-routine): Allow the group/topic
14053         spam-resend-to value to override spam-report-resend-to.
14054         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14055         properly now.
14056
14057         * gnus.el (spam-resend-to): Add group/topic parameter.
14058         (spam-process): Move the OBSOLETE processors to the end of the
14059         choices.
14060
14061 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14062
14063         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14064         with resend-to set to nil, and then ask the user if necessary.
14065         (spam-report-resend): spam-report-resend takes a list of articles, not
14066         separate article numbers.
14067
14068 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14071         addition to emacs-w3m.
14072
14073 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14074
14075         * assistant.el (assistant-authinfo-data): New function.
14076         (assistant-eval): Eval for entire assistant.
14077
14078         * netrc.el (netrc-services-file): New variable.
14079         (netrc-parse-services): New function.
14080         (netrc-find-service-name): New function.
14081         (netrc-find-service-number): New function.
14082         (netrc-port-equal): New function.
14083         (netrc-machine): Use it.
14084
14085         * nnimap.el (nnimap-open-connection): Use netrc.
14086
14087         * gnus-util.el (gnus-netrc-get): Remove aliases.
14088
14089         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14090
14091         * assistant.el (wid-edit): Fix compilation.
14092
14093         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14094
14095 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14096
14097         * gnus-util.el (gnus-set-file-modes): New function.  (small
14098         patch).
14099
14100 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14101
14102         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14103
14104         * assistant.el (assistant-render-node): Fix up rendering and
14105         read-only text.
14106         (assistant-render-node): Reset.
14107         (assistant-make-read-only): Not sticky.
14108
14109 2004-05-20  Danny Siu  <dsiu@adobe.com>
14110
14111         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14112         centered even when gnus-auto-center-summary is t.
14113
14114 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14115
14116         * dns.el (dns-get-txt-answer): New function.
14117         (dns-read-txt): Ditto.
14118         (query-dns): Use it.
14119
14120 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14123         active for foreign groups even if the group level is higher than
14124         the specified value.
14125
14126 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14127
14128         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14129         non-active groups.
14130
14131         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14132
14133 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14134
14135         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14136
14137 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14138
14139         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14140         (spam-crm114-header, spam-crm114-spam-switch)
14141         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14142         (spam-crm114-positive-spam-header)
14143         (spam-crm114-database-directory, spam-list-of-processors)
14144         (spam-group-spam-processor-crm114-p)
14145         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14146         (spam-generic-score, spam-list-of-checks)
14147         (spam-list-of-statistical-checks, spam-registration-functions)
14148         (spam-check-crm114-headers, spam-crm114-score)
14149         (spam-check-crm114, spam-crm114-register-with-crm114)
14150         (spam-crm114-register-spam-routine)
14151         (spam-crm114-unregister-spam-routine)
14152         (spam-crm114-register-ham-routine)
14153         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14154         asjo@koldfront.dk (Adam Sjøgren).
14155
14156         * gnus.el: Add spam-use-crm114.
14157
14158         * spam.el (spam-list-of-processors, spam-registration-functions):
14159         Add spam-use-resend.
14160         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14161         (spam-report-articles-gmane): Add doc fix.
14162         (spam-report-articles-resend, spam-report-resend-register-routine):
14163         Add wrappers around spam-report-resend-to.
14164
14165         * spam-report.el (spam-report-resend-to, spam-report-resend):
14166         Add support for resending spam.
14167         (spam-report-gmane): Fix line length >80.
14168
14169         * gnus.el (spam-process): Add spam-use-resend.
14170
14171 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14172
14173         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14174         number of processed spam messages.
14175         (spam-ham-copy-or-move-routine): Return the number of processed
14176         ham messages.
14177         (spam-summary-prepare-exit): Use the above values to decide
14178         whether status messages shouled be displayed.
14179
14180 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14183         `rfc2047-encoding-function-alist' in order to avoid conflicting
14184         with the old version.
14185         (rfc2047-encode-region): Concatenate words containing non-ASCII
14186         characters in structured fields; don't encode space-delimited
14187         ASCII words even in unstructured fields; don't break words at
14188         char-category boundaries.
14189         (rfc2047-encode-1): New function.
14190         (rfc2047-encode): Use it; encode text so that it occupies the
14191         maximum width within 76-column; work correctly on Q encoding for
14192         iso-2022-* charsets.
14193         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14194         sure not to break a line just after the header name.
14195         (rfc2047-b-encode-region): Removed.
14196         (rfc2047-b-encode-string): New function.
14197         (rfc2047-q-encode-region): Removed.
14198         (rfc2047-q-encode-string): New function.
14199
14200         * mm-util.el (mm-replace-in-string): New function.
14201
14202 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14203
14204         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14205         get it right.
14206         (gnus-inews-make-draft): Really.
14207
14208 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14209
14210         * nnmh.el (nnmh-request-list-1): Don't check the link count
14211         before descending.  (small patch)
14212
14213 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14214
14215         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14216         stuff.
14217
14218         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14219         on real group name.
14220
14221         * gnus-art.el (gnus-signature-limit): Doc fix.
14222
14223         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14224
14225         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14226
14227 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14228
14229         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14230         isn't a string.
14231
14232 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14233
14234         * gnus-draft.el (gnus-draft-send): Bind
14235         rfc2047-encode-encoded-words.
14236
14237         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14238         (rfc2047-encodable-p): Say that =? needs encoding.
14239         (rfc2047-encode-encoded-words): New variable.
14240
14241         * gnus-group.el (gnus-group-select-group): Doc fix.
14242
14243         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14244
14245         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14246         to nil.
14247
14248         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14249
14250         * nnheader.el (nnheader-get-lines-and-char): New function.
14251
14252 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * gnus-msg.el (gnus-summary-followup-with-original): Document
14255         yanking of region when active.
14256
14257 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14260         groups if the group level is higher than the specified value.
14261
14262 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14265         (gnus-group-jump-to-group): Added prefix argument using
14266         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14267         non-active group.
14268
14269         * compface.el (uncompface): Be verbose when changing
14270         `uncompface-use-external'.
14271
14272         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14273         handle manual section.
14274
14275 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14276
14277         * gnus-art.el (gnus-button-alist): Revert previous change.
14278
14279 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14280
14281         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14282
14283 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14284
14285         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14286         whether backend can accept message.
14287
14288         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14289
14290 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14291
14292         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14293         Avoid creating directory when nntp-marks-is-evil is true.
14294         Reported by Reiner Steib.
14295
14296 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * gnus-picon.el (gnus-picon-style): New variable.
14299         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14300         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14301         Jesper Harder <harder@ifa.au.dk>.
14302
14303 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14304
14305         * message.el (message-fill-field): Return point.
14306         (message-generate-headers): Go to end of field.
14307
14308         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14309         stuff for non-living groups.
14310
14311 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14312
14313         * gnus-art.el (gnus-article-followup-with-original)
14314         (gnus-article-reply-with-original): gnus-mark-active-p ->
14315         gnus-region-active-p.
14316
14317 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14318
14319         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14320         only when there is spam or ham to be processed.
14321
14322 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14323
14324         * mail-source.el (mail-source-delete-crash-box): Refactor.
14325         (mail-source-fetch): Use it.
14326         (mail-source-fetch-file): Ditto.
14327         (mail-source-fetch-directory): Run postscript in loop.
14328         (mail-source-fetch-pop): Delete.
14329         (mail-source-fetch-maildir): Ditto.
14330         (mail-source-fetch-imap): Ditto.
14331
14332         * imap.el (imap-authenticators): Comment out sasl.
14333
14334         * message.el (message-skip-to-next-address): New function.
14335         (message-fill-header-address): Refactor.
14336         (message-fill-address): Use it.
14337         (message-delete-address): Use it.
14338         (message-fill-header-general): Refactor.
14339         (message-fill-field-address): Rename.
14340         (message-narrow-to-field): Find the start of the header.
14341         (message-header-format-alist): Don't pre-fill.
14342         (message-fill-header): Removed.
14343         (message-insert-header): New function.
14344         (message-shorten-references): Use it.
14345
14346         * rfc2047.el (rfc2047-field-value): Strip props.
14347
14348         * mail-parse.el (mail-header-make-address): New alias.
14349
14350         * ietf-drums.el (ietf-drums-make-address): New function.
14351
14352         * imap.el: Add compiler directives.
14353
14354         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14355
14356         * gnus-art.el (article-decode-idna-rhs): Don't use
14357         message-idna-inside-rhs-p.
14358
14359 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14360
14361         * message.el (message-idna-inside-rhs-p): Removed.
14362         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14363
14364         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14365         false positives.
14366
14367 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14368
14369         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14370
14371 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14372
14373         * nneething.el (nneething-file-name): Don't create spurious
14374         files.
14375
14376         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14377         (gnus-inews-do-gcc): Remove sleep.
14378
14379         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14380         part under point.
14381
14382         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14383         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14384
14385 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14386
14387         * spam.el (spam-summary-prepare-exit): Fixed (length).
14388
14389 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14390
14391         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14392         as expired without moving it" message when there are spam
14393         messages left.
14394
14395 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14396
14397         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14398         header is not nil.
14399
14400 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14401
14402         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14403         nntp-possibly-create-directory, not nntp-possibly-change-group.
14404         (nntp-marks-changed-p): New arg SERVER.
14405         (nntp-request-update-info): Adjust caller.
14406
14407 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14408
14409         * nntp.el (nntp-save-marks): Pass missing arg.
14410
14411 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14412
14413         * nntp.el: Support marks.
14414         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14415         (nntp-marks-modtime, nntp-marks-directory): New variables.
14416         (nntp-request-set-mark, nntp-request-update-info)
14417         (nntp-possibly-create-directory, nntp-marks-changed-p)
14418         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14419         functions.
14420
14421 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14422
14423         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14424         (gnus-xmas-redefine): Rename.
14425
14426         * gnus-score.el (gnus-score-insert-help): Use
14427         gnus-select-lowest-window.
14428
14429         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14430         appt-select-lowest-window and rename to gnus-select-lowest-window.
14431
14432         * gnus.el: do.
14433
14434 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14435
14436         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14437         encodings of MIME-encoded words, in order to improve
14438         interoperability with several broken MUAs.
14439
14440 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14441
14442         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14443         tags, only when charsets are not specified in headers.
14444         (mm-inline-text-html-render-with-w3m): Ditto.
14445
14446         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14447         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14448
14449 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14450
14451         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14452         instead of MIME-decoded from fields when checking
14453         `gnus-article-address-banner-alist'.
14454
14455 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14458         description rather than subject.
14459
14460 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14461
14462         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14463
14464 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14465
14466         * gnus.el (gnus-version-number): Bump.
14467
14468 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14469
14470         * gnus.el: No Gnus v0.2 is released.
14471
14472 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14473
14474         * gnus-agent.el (gnus-agent-read-agentview): Inline
14475         gnus-uncompress-range.
14476
14477 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14478
14479         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14480         `exec-installed-p'.
14481
14482 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14483
14484         * gnus.el (spam-process, spam-autodetect-methods): Add
14485         bsfilter and bsfilter-headers.
14486
14487         * spam.el (spam-bsfilter): New customize group.
14488         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14489         (spam-bsfilter-header, spam-bsfilter-probability-header)
14490         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14491         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14492         (spam-bsfilter-database-directory): New options.
14493         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14494         (spam-list-of-statistical-checks, spam-registration-functions):
14495         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14496         (spam-bsfilter-score): New command.
14497         (spam-check-bsfilter-headers, spam-check-bsfilter)
14498         (spam-bsfilter-register-with-bsfilter)
14499         (spam-bsfilter-register-spam-routine)
14500         (spam-bsfilter-unregister-spam-routine)
14501         (spam-bsfilter-register-ham-routine)
14502         (spam-bsfilter-unregister-ham-routine): New functions.
14503         (spam-generic-score): Support bsfilter; Accept an optional argument
14504         to recalcurate spam score even if scoring header has already been
14505         added.
14506         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14507         optional argument to recalcurate spam score even if scoring header
14508         has already been added.
14509
14510 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14511
14512         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14513         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14514         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14515         link is missing.
14516
14517 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14518
14519         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14520         (html2text-get-attr): Rewrite.
14521
14522         * message.el (message-setup-1): Remove redundant put-text-property
14523         on mail-header-separator.
14524
14525 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * gnus-registry.el (gnus-registry-cache-whitespace)
14528         (gnus-registry-action, gnus-registry-spool-action)
14529         (gnus-registry-split-fancy-with-parent): Change message levels
14530         from 5 to 3 or 7, as needed.
14531
14532         * spam.el (spam-summary-prepare-exit)
14533         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14534         (spam-split, spam-find-spam, spam-log-undo-registration)
14535         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14536         level from 5 to 6.
14537
14538 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14541         2004-03-04 change).
14542
14543 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14544
14545         * sieve-manage.el (sieve-manage-open):
14546         * nnweb.el (nnweb-insert-html):
14547         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14548         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14549         * nnspool.el (nnspool-request-group):
14550         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14551         * nnml.el (nnml-request-update-info):
14552         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14553         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14554         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14555         (nnimap-request-set-mark):
14556         * nnfolder.el (nnfolder-request-update-info):
14557         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14558         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14559         * gnus-uu.el (gnus-uu-find-articles-matching):
14560         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14561         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14562         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14563         * gnus-nocem.el (gnus-nocem-scan-groups):
14564         * gnus-int.el (gnus-start-news-server):
14565         * gnus-group.el (gnus-group-make-kiboze-group)
14566         (gnus-group-browse-foreign-server):
14567         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14568         Use mapc when appropriate.
14569
14570 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14571
14572         FIXME: Make separate entries for each person.
14573
14574         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14575         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14576         <shields@msrl.com>:
14577
14578         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14579         may need for spam sorting and scoring.
14580         (spam-user-format-function-S): Add user format function suitable for
14581         general use.
14582         (spam-article-sort-by-spam-status): Add sorting function for summary
14583         sorting.
14584         (spam-extra-header-to-number): Add function to get a score from a
14585         header.
14586         (spam-summary-score): Add function to get a numeric score from the
14587         headers.
14588         (spam-generic-score): Fix function doc, was in wrong place.
14589         (spam-initialize): Take symbols when it's run, and install the
14590         extra headers that spam-necessary-extra-headers thinks we need.
14591
14592 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14595         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14596
14597 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14598
14599         * gnus-sum.el (gnus-set-global-variables)
14600         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14601         (gnus-article-get-xrefs, gnus-summary-best-group)
14602         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14603         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14604         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14605         Use with-current-buffer.
14606
14607 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14608
14609         * spam.el (spam-summary-prepare-exit): Simplify logic.
14610         (spam-fetch-article-header): Read the article header if it's not
14611         available.
14612         (spam-list-articles): Simplify logic.
14613         (spam-filelist-register-routine): Fix bug with unregister-list.
14614
14615         * gnus-registry.el: Fix comments at beginning.
14616
14617 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14618
14619         * message.el (message-cater-to-broken-inn): Remove.
14620         (message-shorten-references): Make sure the total folded length of
14621         References is shorter than 998 characters to cater to a bug in INN
14622         2.3.  Also, don't pretend that references aren't folded -- this
14623         hasn't worked for a while.
14624
14625 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14626
14627         * gnus-agent.el (gnus-agentize):
14628         gnus-agent-send-mail-real-function no longer set to current value
14629         of message-send-mail-function but rather a lambda that calls
14630         message-send-mail-function.  The change makes the agent real-time
14631         responsive to user changes to message-send-mail-function.
14632
14633 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14634
14635         * legacy-gnus-agent.el
14636         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14637         help from Florian Weimer <fw@deneb.enyo.de>
14638
14639 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * nnmail.el (nnmail-cache-insert): Revert last change.
14642
14643 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * nnmail.el (nnmail-cache-insert): Always check whether
14646         nnmail-cache-ignore-groups matches a group name.
14647
14648 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14651         (spam-find-spam, spam-log-processing-to-registry)
14652         (spam-log-registered-p, spam-log-unregistration-needed-p)
14653         (spam-log-undo-registration): Use gnus-message instead of
14654         gnus-error, none of these errors are fatal.
14655
14656         * gnus-registry.el (gnus-registry-clean-empty-function)
14657         (gnus-registry-clean-empty): Remove only empty entries without
14658         extra data.
14659
14660 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14661
14662         * spam-stat.el (spam-stat-buffer-change-to-spam)
14663         (spam-stat-buffer-change-to-non-spam): Change (error) to
14664         (gnus-message 8) invocation.
14665
14666 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * nntp.el (nntp-via-netcat-command): New variable.
14669         (nntp-via-netcat-switches): New variable.
14670         (nntp-open-via-rlogin-and-netcat): New function.
14671         (nntp-open-connection-function): Doc fix.
14672         (nntp-telnet-command): Doc fix.
14673         (nntp-end-of-line): Doc fix.
14674         (nntp-via-rlogin-command): Doc fix.
14675         (nntp-via-user-name): Doc fix.
14676         (nntp-via-address): Doc fix.
14677
14678 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14681         error in Emacs 21.1.
14682
14683 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14686
14687 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14688
14689         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14690         (gnus-agent-with-refreshed-group): New macro.
14691         (gnus-agent-rename-group): New function.
14692         (gnus-agent-delete-group): New function.
14693         (gnus-agent-save-group-info): Use gnus-command-method when
14694         `method' parameter is nil.  Don't write nil entries into the
14695         active file.
14696         (gnus-agent-get-group-info): New function.
14697         (gnus-agent-fetch-articles): Use
14698         gnus-agent-update-files-total-fetched-for to increment disk space
14699         used.
14700         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14701         gnus-agent-update-view-total-fetched-for to increment disk space
14702         used.
14703         (gnus-agent-get-local): Added optional parameters to avoid calling
14704         gnus-group-real-name and gnus-find-method-for-group.
14705         (gnus-agent-set-local): Delete stored entry if either min, or max,
14706         are nil.
14707         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14708         quit, use gnus-agent-regenerate-group to record existance of any
14709         articles fetched to disk before the quit occurred.
14710         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14711         gnus-agent-update-view-total-fetched-for, and
14712         gnus-agent-update-files-total-fetched-for to decrement disk space
14713         used.
14714         (gnus-agent-retrieve-headers): Use
14715         gnus-agent-update-view-total-fetched-for to increment disk space
14716         used.
14717         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14718         with gnus-agent-update-files-total-fetched-for to decrement disk
14719         space and fresh group buffer.
14720         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14721         (gnus-agent-need-update-total-fetched-for): New variable.
14722         (gnus-agent-update-files-total-fetched-for): New function.
14723         (gnus-agent-update-view-total-fetched-for): New function.
14724         (gnus-agent-total-fetched-for): New function.
14725
14726         * gnus-cache.el (gnus-cache-save-buffers): Use
14727         gnus-cache-update-overview-total-fetched-for to change disk space
14728         used by this group.
14729         (gnus-cache-possibly-enter-article): Use
14730         gnus-cache-update-file-total-fetched-for to increment disk space
14731         used by this group.
14732         (gnus-cache-possibly-remove-article): Use
14733         gnus-cache-update-file-total-fetched-for to decrement disk space
14734         used by this group.
14735         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14736         (gnus-cache-rename-group): New function.
14737         (gnus-cache-delete-group): New function.
14738         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14739         (gnus-cache-need-update-total-fetched-for): New variable.
14740         (gnus-cache-with-refreshed-group): New macro.
14741         (gnus-cache-update-file-total-fetched-for): New function.
14742         (gnus-cache-update-overview-total-fetched-for): New function.
14743         (gnus-cache-rename-group-total-fetched-for): New function.
14744         (gnus-cache-delete-group-total-fetched-for): New function.
14745         (gnus-cache-total-fetched-for): New function.
14746
14747         * gnus-group.el: Require gnus-sum and autoload functions to
14748         resolve warnings when gnus-group.el compiled alone.
14749         (gnus-group-line-format): Documented new %F.
14750         (size of Fetched data) group line format; identifies disk space
14751         used by agent and cache.
14752         (gnus-group-line-format-alist): Defined new F format.
14753         (gnus-total-fetched-for): New function.
14754         (gnus-group-delete-group): No longer update
14755         gnus-cache-active-altered as gnus-request-delete-group now keeps
14756         the cache in sync.
14757         (gnus-group-list-active): Let the agent store a server's active
14758         list if currently plugged.
14759
14760         * gnus-int.el (gnus-request-delete-group):
14761         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14762         local disk in sync with the server.
14763         (gnus-request-rename-group):
14764         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14765         local disk in sync with the server.
14766
14767         * gnus-start.el (gnus-get-unread-articles):
14768         Cosmetic simplification to logic.
14769
14770         * gnus-util.el (gnus-rename-file): New function.
14771
14772 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14773
14774         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14775
14776 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14777
14778         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14779         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14780
14781 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14782
14783         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14784         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14785
14786 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14787
14788         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14789
14790 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14791
14792         * spam.el (spam-set-difference): Add function to replace
14793         gnus-set-difference in spam.el.
14794         (spam-summary-prepare-exit): Use spam-set-difference.
14795
14796 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14797
14798         * gnus-registry.el (gnus-registry-cache-file): Update to use
14799         gnus-dribble-directory OR gnus-home-directory OR ~.
14800         (gnus-registry-split-fancy-with-parent): Fix doc.
14801
14802 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * message.el (message-exchange-point-and-mark): Use
14805         message-mark-active-p.  Suggested by Jesper Harder
14806         <harder@ifa.au.dk>.
14807
14808 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * message.el (message-exchange-point-and-mark): Don't activate
14811         region if it was inactive.  Suggested by Hiroshi Fujishima
14812         <pooh@nature.tsukuba.ac.jp>.
14813
14814 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-art.el (article-display-face): Display Faces in the same
14817         order as X-Faces.
14818
14819 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14822
14823 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14826         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14827         (gnus-article-mime-hierarchy): Remove.
14828         (gnus-article-mime-hierarchy-next): Remove.
14829         (gnus-article-mode): Revert 2004-03-19 change.
14830         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14831         (gnus-insert-mime-button): Revert 2004-03-19 change.
14832         (gnus-mime-accumulate-hierarchy): Remove.
14833         (gnus-mime-enter-multipart): Remove.
14834         (gnus-mime-leave-multipart): Remove.
14835         (gnus-mime-display-part): Revert 2004-03-19 change.
14836         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14837
14838         * mml.el (mml-preview): Revert 2004-03-19 change.
14839
14840 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14841
14842         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14843
14844 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14847         t while entering a file name using the mm-with-multibyte macro.
14848         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14849
14850         * mm-util.el (mm-with-multibyte): New macro.
14851
14852 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14855         user option.
14856         (gnus-mime-multipart-functions): Doc and customization fix.
14857         (gnus-article-mime-hierarchy): New variable.
14858         (gnus-article-mime-hierarchy-next): New variable.
14859         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14860         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14861         gnus-article-mime-hierarchy-next to nil.
14862         (gnus-insert-mime-button): Show hierarchy numbers.
14863         (gnus-mime-accumulate-hierarchy): New function.
14864         (gnus-mime-enter-multipart): New function.
14865         (gnus-mime-leave-multipart): New function.
14866         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14867         (gnus-mime-display-alternative): Show hierarchy numbers.
14868
14869         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14870         gnus-article-mime-hierarchy-next to nil.
14871
14872 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14873
14874         * dns.el: Don't require gnus-xmas.
14875
14876 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14877
14878         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14879         inline PGP.
14880         (mml-menu): Disable mml-quote-region if mark is inactive.
14881
14882 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14885         when the group's active is not available.
14886
14887 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14890         error.
14891
14892 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * imap.el (imap-store-password): New variable.
14895         (imap-interactive-login): Use it.
14896         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14897
14898 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14901         window-start and hscroll to summary window.
14902
14903 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14904
14905         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14906         conversion message to newsrc-dribble when an actual conversion is
14907         performed.
14908
14909 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14910
14911         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14912
14913 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * mm-decode.el (mm-complicated-handles): New function reviving
14916         former definition of mm-multiple-handles.
14917
14918         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14919         (gnus-mime-delete-part): Use it.
14920
14921 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14922
14923         * gnus-agent.el (gnus-agent-read-local): Bind
14924         nnheader-file-coding-system to gnus-agent-file-coding-system to
14925         avoid the implicit assumption that they will always be equal.
14926         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14927         coding-system-for-write, as the with-temp-file macro first prints
14928         to a buffer then saves the buffer.
14929
14930 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-art.el (gnus-article-edit-part): New function.
14933         (gnus-mime-save-part-and-strip): Use it; do query instead of
14934         signaling an error; don't use mm-multiple-handles.
14935         (gnus-mime-delete-part): Ditto.
14936
14937 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14938
14939         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14940         old file versions.
14941         (gnus-group-prepare-hook): Removed function that converted list
14942         form of gnus-agent-expire-days to group properties.
14943
14944         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14945         (gnus-request-accept-article): Re-indented.
14946
14947         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14948         converters to handle old agent file formats.  Added logic for a
14949         "backup before upgrading warning".
14950         (gnus-convert-mark-converter-prompt): Developers can mark
14951         functions as needing (default), or not needing,
14952         gnus-convert-old-newsrc's "backup before upgrading warning".
14953         (gnus-convert-converter-needs-prompt): Tests whether the user
14954         should be protected from potentially irreversable changes by the
14955         function.
14956
14957         * legacy-gnus-agent.el: New.  Provides converters that are only
14958         loaded when gnus-convert-old-newsrc needs to call them.
14959
14960 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * mail-source.el (mail-source-touch-pop): Doc fix.
14963
14964         * message.el (message-smtpmail-send-it): Doc fix.
14965
14966 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14967
14968         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14969
14970         * nnmail.el (nnmail-split-fancy): do.
14971
14972         * gnus-kill.el (gnus-kill, gnus-execute): do.
14973
14974 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14975
14976         * gnus-sum.el (gnus-widget-reversible-match)
14977         (gnus-widget-reversible-to-internal)
14978         (gnus-widget-reversible-to-external): New functions.
14979         (gnus-widget-reversible): New widget.
14980         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14981
14982 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14983
14984         * gnus-sum.el (gnus-thread-sort-functions)
14985         (gnus-article-sort-functions): Document `(not F)' items.
14986
14987 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14988
14989         * spam.el (spam-use-gmane-xref): Add new backend.
14990         (spam-gmane-xref-spam-group): Add variable to control the name of the
14991         Gmane spam group.
14992         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14993         (spam-regex-headers-spam, spam-regex-headers-ham)
14994         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14995         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14996         backends and checks.
14997         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14998
14999         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15000         an autodetect method.
15001
15002 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15003
15004         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15005         articles are being added to a group.
15006         (gnus-request-replace-article): Inform the agent that articles
15007         need to be uncached as the cached contents are no longer valid.
15008
15009 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * binhex.el: Don't autoload executable-find.
15012
15013         * canlock.el: Don't autoload mail-fetch-field.
15014
15015         * dgnushack.el: Autoload c-mode for XEmacs.
15016
15017         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15018
15019         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15020         rmail-dont-reply-to and rmail-output.
15021
15022         * gnus-score.el: Don't autoload ffap-string-at-point.
15023
15024         * gnus-setup.el: Don't autoload sc-cite-original.
15025
15026         * imap.el: Don't autoload base64-decode-string,
15027         base64-encode-string and md5.
15028
15029         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15030         and rmail-msg-restore-non-pruned-header.
15031
15032         * mm-decode.el: Don't autoload executable-find.
15033
15034         * mm-url.el: Don't autoload executable-find.
15035
15036         * mm-view.el: Don't autoload diff-mode.
15037
15038         * nndb.el: Don't autoload news-reply-mode, news-setup,
15039         cancel-timer and telnet.
15040
15041         * password.el: Don't autoload run-at-time for Emacs.
15042
15043         * sha1-el.el: Don't autoload executable-find.
15044
15045         * sieve-mode.el: Don't autoload c-mode.
15046
15047         * uudecode.el: Don't autoload executable-find.
15048
15049 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15050
15051         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15052         (gnus-agent-possibly-alter-active): Avoid null in numeric
15053         comparison.
15054         (gnus-agent-set-local): Refuse to save null in local object table.
15055         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15056         list of articles that will be marked as unread.
15057
15058 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15061
15062 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15063
15064         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15065         language tags.
15066
15067 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15068
15069         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15070         Don't bind "obarray".
15071
15072         * gnus-sum.el (gnus-thread-sort-functions): Added
15073         `gnus-thread-sort-by-most-recent-number' and
15074         `gnus-thread-sort-by-most-recent-date'.
15075         Reported by Kai Grossjohann <kai@emptydomain.de>.
15076
15077 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15080
15081 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15082
15083         * gnus-cus.el (gnus-agent-customize-category): Removed
15084         ignore-errors macro reference that required cl to be loaded at
15085         run-time.
15086
15087         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15088         single-interval range of the form (min . max).  Previously the
15089         range had to look like ((min . max)).  Likewise, return
15090         (min . max) rather than ((min . max)).
15091         (gnus-range-map): Use gnus-range-normalize to accept
15092         single-interval range.
15093
15094         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15095         the cache, but not the agent, now appear with their usual face.
15096
15097         * dgnushack.el (loaddir): New variable that is bound to the
15098         directory containing the dgnushack.el file. Use loaddir, rather
15099         than srcdir, to update load-path. Change lets dgnushack compile
15100         code in directories other than GNUS/lisp.
15101
15102 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * lpath.el: Don't bind w3m-safe-url-regexp.
15105
15106         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15107         w3m-safe-url-regexp variable buffer-local.
15108
15109         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15110
15111 2004-02-27  Simon Josefsson  <jas@extundo.com>
15112
15113         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15114         gnus-group-real-prefix.
15115         (gnus-summary-move-article): Use it, instead of
15116         gnus-group-real-prefix.
15117
15118 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * lpath.el: Bind w3m-safe-url-regexp.
15121
15122         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15123         w3m-safe-url-regexp variable buffer-local and set it as the value
15124         of mm-w3m-safe-url-regexp.
15125
15126         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15127
15128         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15129         parsing gnus-posting-styles when the message is not for replying.
15130
15131         * dgnushack.el: Autoload sgml-mode for XEmacs.
15132
15133         * nnrss.el (nnrss-opml-export): Use
15134         mm-set-buffer-file-coding-system instead of
15135         set-buffer-file-coding-system.
15136
15137 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15138
15139         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15140         of checkdoc.el).
15141         * nnrss.el: do.
15142         * gnus-mlspl.el: do.
15143         * gnus-ml.el: do.
15144         * gnus-srvr.el: do.
15145
15146         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15147
15148 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15149
15150         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15151         Corrections to custom-manual links.
15152
15153         * gnus-art.el (gnus-article): Ditto.
15154
15155         * mm-decode.el (mime-display, mime-security): Ditto.
15156
15157 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15158
15159         * flow-fill.el: Typo.
15160
15161 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15162
15163         * spam-wash.el: New file.
15164
15165 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15166
15167         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15168
15169 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15170
15171         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15172         to be run with new-articles as LIST1, not LIST2.
15173         (spam-registration-functions): Add spam-use-ham-copy as a nil
15174         registration backend.
15175
15176 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15177
15178         * spam-stat.el (spam-stat-washing-hook): New option.
15179         (spam-stat-buffer-words): Use it.
15180         (spam-stat-process-directory, spam-stat-test-directory): Use
15181         insert-file-contents-literally.
15182         (spam-stat-coding-system): New variable.
15183         (spam-stat-load, spam-stat-save): Use it.
15184
15185 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * spam-report.el (spam-report-plug-agent): Quote
15188         spam-report-url-to-file and spam-report-url-ping-plain.
15189
15190 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15191
15192         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15193         / in mailto URLs.
15194
15195 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15196
15197         * spam-report.el (spam-report-process-queue): Fix interactive use.
15198         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15199         (spam-report-unplug-agent): Doc fixes.
15200         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15201         (spam-report-agentize, spam-report-deagentize): Autoload.
15202
15203 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15206
15207         * message.el (message-setup-fill-variables): Add mml tags to
15208         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15209         <ajk@iu.edu>.
15210         (message-mode): Don't modify paragraph-separate there.
15211
15212 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * compface.el (uncompface-use-external): Default to undecided.
15215         (uncompface-use-external-threshold): New variable.
15216         (uncompface-float-time): New macro.
15217         (uncompface): Determine whether to use the external decoder if
15218         uncompface-use-external is undecided.
15219
15220 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15221
15222         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15223         after images.
15224
15225         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15226
15227 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15228
15229         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15230
15231         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15232
15233         * gnus-sum.el (gnus-summary-limit-to-age)
15234         (gnus-summary-limit-children): do.
15235
15236         * gnus-int.el (gnus-request-scan): do.
15237
15238         * gnus-group.el (gnus-group-suspend): do.
15239
15240         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15241
15242         * gnus-cite.el (gnus-cite-parse-attributions): do.
15243
15244         * gnus-agent.el (gnus-summary-set-agent-mark)
15245         (gnus-agent-regenerate-group): do.
15246
15247         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15248
15249         * binhex.el (binhex-decode-region-internal): do.
15250
15251 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-fun.el (gnus-face-properties-alist): New user option.
15254         (gnus-display-x-face-in-from): Use it.
15255
15256         * gnus-art.el (article-display-face): Ditto.
15257
15258         * compface.el (uncompface-use-external): Default to nil.
15259
15260 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15261
15262         * nntp.el (nntp-erase-buffer): New function.
15263         (nntp-retrieve-data, nntp-send-command)
15264         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15265         (nntp-possibly-change-group): Use it.
15266
15267         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15268         with-current-buffer.
15269
15270 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15271
15272         * compface.el: Merge the ELisp-based uncompface program.
15273         (compface): New customization group.
15274         (uncompface-use-external): New user option.
15275         (uncompface): Call uncompface-internal if uncompface-use-external
15276         is nil.
15277         (uncompface-internal): New function.  Note that there are also
15278         some other functions and variables added for this function.
15279
15280 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15281
15282         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15283         if necessary.
15284
15285 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * spam-report.el (spam-report-unplug-agent)
15288         (spam-report-plug-agent, spam-report-deagentize)
15289         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15290         Add support for the Agent in spam-report: when unplugged, report to a
15291         file; when plugged, submit all the requests.
15292
15293         * spam.el (spam-register-routine): Fix message about
15294         registration.
15295
15296 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15297
15298         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15299         dependencies.
15300         (rfc2047-encode): Use it.
15301
15302         * gnus-art.el (gnus-button-marker-list): Move before first
15303         reference.
15304
15305         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15306         (imap-parse-body): Fix format string mismatch.
15307
15308         * gnus-score.el (gnus-summary-increase-score): do.
15309
15310         * nnrss.el (nnrss-close): New function.
15311
15312 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15313
15314         * nnrss.el (nnrss-make-filename): New function.
15315         (nnrss-request-delete-group, nnrss-read-server-data)
15316         (nnrss-save-server-data, nnrss-read-group-data)
15317         (nnrss-save-group-data): Use it.
15318         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15319         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15320         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15321
15322 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15323
15324         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15325
15326 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15329         files.
15330
15331         * message.el (message-generate-headers-first): Don't quote nil
15332         and t in docstrings.
15333
15334         * imap.el (imap-id): do.
15335
15336         * gnus-agent.el (gnus-agent-consider-all-articles)
15337         (gnus-agent-queue-mail): do.
15338
15339 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15340
15341         * spam-report.el (spam-report-process-queue): New function.
15342         Process requests from `spam-report-requests-file'.
15343         (spam-report-process-queue): Doc fix.
15344
15345 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15346
15347         * spam.el (spam-register-routine)
15348         (spam-log-processing-to-registry, spam-log-registered-p)
15349         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15350         Change "check" to "spam-check" for semi-clarity.
15351
15352 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15353
15354         * pop3.el: Require nnheader.
15355
15356         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15357
15358         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15359
15360         * gnus-picon.el: Require cl.
15361
15362         * gnus-fun.el: Require gnus-ems and gnus-util.
15363
15364         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15365
15366         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15367
15368         * gnus-art.el (gnus-article-edit-mode): Define before first
15369         reference.
15370
15371 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15372
15373         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15374         (gnus-uu-post-encoded): Use point-at-bol.
15375
15376         * gnus-topic.el (gnus-group-active-topic-p): do.
15377
15378         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15379
15380         * gnus-group.el (gnus-group-kill-region): do.
15381
15382         * gnus-art.el (article-date-ut): do.
15383
15384         * message.el (message-fetch-field): Remove redundant
15385         case-fold-search binding.
15386         (message-narrow-to-field): Simplify.
15387
15388 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * spam.el (spam-directory): Derive from `gnus-directory'.
15391
15392         * spam-report.el (spam-report-url-to-file)
15393         (spam-report-requests-file): New function and variable for offline
15394         reporting.
15395         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15396         and user defined function.
15397         (spam-report-url-ping-mm-url): Remove doubled slash.
15398
15399 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15402
15403 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15404
15405         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15406         format string mismatch.
15407
15408         * sieve.el (sieve-deactivate-all): do.
15409
15410         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15411
15412         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15413
15414         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15415
15416         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15417
15418 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15421         the list of checks.
15422
15423 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15424
15425         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15426         padding.
15427
15428 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15429
15430         * mm-view.el (mm-fill-flowed): New variable.
15431         (mm-inline-text): Use it.
15432
15433 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15434
15435         * spam.el (spam-spamassassin-register-ham-routine)
15436         (spam-spamassassin-register-spam-routine): Fix function names.
15437
15438 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus.el (gnus-tmp-grouplens): Remove.
15441         (gnus-summary-line-format): Remove grouplens.
15442
15443         * gnus-group.el (gnus-group-line-format): Ditto.
15444
15445         * gnus-spec.el (gnus-format-specs): Ditto.
15446         (gnus-update-format-specifications): Flush the group format spec
15447         cache if there's the grouplens stuff.
15448         (gnus-parse-simple-format): Replace %l with the empty string.
15449
15450 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15451
15452         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15453         omission.
15454
15455 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15458         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15459
15460 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15461
15462         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15463         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15464         New macros and functions.
15465         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15466         Handle > NLINK_MAX messages.
15467         * nnmaildir.el (nnmaildir-request-set-mark): Use
15468         nnmaildir--emlink-p and nnmaildir--eexist-p.
15469
15470 2004-01-25  Alex Schroeder  <alex@gnu.org>
15471
15472         * spam-stat.el (spam-stat-process-directory-age): New option.
15473         (spam-stat-process-directory): Use it.
15474
15475 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15476
15477         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15478         (spam-stat-save): Accept prefix argument.
15479
15480 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15481
15482         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15483         links" error.
15484
15485 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15486
15487         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15488         the rest of the and/or forms.
15489
15490 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15491
15492         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15493         compatibility with old .newsrc.eld files.
15494
15495         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15496
15497         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15498
15499         * gnus-start.el (gnus-1): do.
15500
15501         * gnus-group.el (gnus-group-line-format-alist): do.
15502
15503         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15504
15505         * gnus-gl.el: Remove.
15506
15507 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15508
15509         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15510         marks consisting of a single range {for example, (3 . 5)} rather
15511         than a list of a single range { ((3 . 5)) }.
15512
15513 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15514
15515         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15516         with-current-buffer.
15517         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15518         avoid consing a string.
15519
15520         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15521         Remove obsolete entries for big5 and gb2312.
15522
15523 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15524
15525         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15526         uncompressed list.
15527
15528 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15529
15530         * spam-stat.el (spam-stat-strip-xref): New function.
15531         (spam-stat-process-directory): Use it.
15532
15533         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15534         here -- it's done in message-fetch-field.
15535
15536 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15537
15538         * gnus-agent.el (gnus-agent-queue-mail)
15539         (gnus-agent-prompt-send-queue): New variables.
15540         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15541         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15542         "nndraft:queue" along to gnus-draft-send.  Use
15543         gnus-agent-prompt-send-queue.
15544         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15545         is "nndraft:queue".  Suggested by Gaute Strokkenes
15546         <gs234@srcf.ucam.org>
15547
15548         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15549         (agent-enable-undownloaded-faces): Added.
15550         (gnus-agent-cat-groups): Use eval-and-compile, not
15551         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15552         method of gnus-agent-cat-groups even when the buffer has been
15553         evaled.
15554         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15555         delete gnus-agent-save-active-1.
15556         (gnus-agent-save-groups): Deleted.  Identical to
15557         gnus-agent-save-active.
15558         (gnus-agent-write-active): No longer adjust agent's copy of active
15559         file as agent's adjustments are now stored in their own
15560         file.  Removed optional parameter.
15561         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15562         servers.  Add use of min/max range limits from server's local
15563         file.
15564         (gnus-agent-save-alist): Removed unused optional argument.
15565         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15566         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15567         (gnus-agent-set-local): A per-server file that keeps min/max range
15568         limits for articles known to the agent.  Provides a fast mechanism
15569         for altering many active ranges.
15570         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15571         active file (local makes it unnecessary).
15572         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15573
15574         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15575         (agent-enable-undownloaded-faces): Added.
15576
15577         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15578         disable it when sending to "nndraft:queue".
15579         (gnus-group-send-queue): Add safety check to avoid sending queue
15580         when unplugged.
15581
15582         * gnus-group.el (gnus-group-catchup): Use new
15583         gnus-sequence-of-unread-articles, not
15584         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15585         numbers of articles.  Use gnus-range-map to avoid having to
15586         uncompress the unread list.
15587         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15588         Fixed invalid ange-ftp reference.
15589
15590         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15591         (gnus-sorted-range-intersection): Intersection of two ranges
15592         without requiring that they first be uncompressed.
15593
15594         * gnus-start.el (gnus-activate-group): Unless blocked by the
15595         caller, possibly expand the active range to include both cached
15596         and agentized articles.
15597         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15598         multiple version-dependent converters.
15599         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15600         gnus-agent-save-active.
15601         (gnus-save-newsrc-file): Save dirty agent range limits.
15602
15603         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15604         gnus-agent-possibly-alter-active.
15605         (gnus-adjust-marked-articles): Faster handling of simple lists.
15606
15607 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15608
15609         * spam-stat.el (spam-stat-test-directory): New optional argument
15610         displays a list of files detected.  Suggested by Andrew Cohen
15611         <cohen@andy.bu.edu>.
15612         (spam-stat-buffer-words-with-scores): Don't narrow and change
15613         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15614
15615 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15616
15617         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15618         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15619         (spam-spamassassin-arguments)
15620         (spam-spamassassin-spam-flag-header)
15621         (spam-spamassassin-positive-spam-flag-header)
15622         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15623         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15624         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15625         (spam-list-of-processors, spam-list-of-checks)
15626         (spam-list-of-statistical-checks, spam-registration-functions)
15627         (spam-check-spamassassin-headers, spam-check-spamassassin)
15628         (spam-spamassassin-score)
15629         (spam-spamassassin-register-with-sa-learn)
15630         (spam-spamassassin-register-spam-routine)
15631         (spam-spamassassin-register-ham-routine)
15632         (spam-assassin-register-spam-routine)
15633         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15634         (spam-bogofilter-score): Fix to show article before scoring.
15635
15636 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15639         default scoring function.
15640         (spam-generic-score): Call spam-spamassassin-score if
15641         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15642         spam-bogofilter-score otherwise.
15643
15644         * gnus.el (spam-process, spam-autodetect-methods): Add
15645         spamassassin and spamassassin-headers.
15646
15647 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15648
15649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15650         Suppress unnecessary messages.
15651
15652 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15653
15654         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15655         make-hash-table.
15656
15657 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * canlock.el (base64-encode-string): Don't autoload it.
15660
15661 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * run-at-time.el: Remove useless (require 'itimer),
15664         eval-and-compile and (featurep 'xemacs).
15665
15666 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15667
15668         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15669         GROUP is a virtual group.
15670
15671 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15672
15673         * gnus.el: Autoload `message-y-or-n-p'.
15674
15675 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15676
15677         * pgg-parse.el: Remove unnecessary (require 'custom).
15678
15679         * pgg-def.el: do.
15680
15681         * nnmail.el: do.
15682
15683         * gnus-undo.el: do.
15684
15685         * gnus-picon.el: do.
15686
15687         * gnus-util.el: do.
15688
15689 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15692
15693 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15696         handle, as well as a list.
15697
15698         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15699         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15700         (mm-w3m-cid-retrieve): Simplify.
15701
15702 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15703
15704         * message.el (message-kill-to-signature): Allow prefix arg to
15705         specify number of lines to keep before signature.
15706
15707 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15708
15709         * message.el (message-kill-to-signature): Change docstring.
15710
15711 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * canlock.el: Always require sha1-el.
15714         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15715
15716         * message.el: Autoload sha1 only when compiling.
15717
15718         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15719         eudc-expand-inline for XEmacs.
15720
15721 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * message.el (message-canlock-generate): Require sha1-el.
15724
15725 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15726
15727         * message.el (message-expand-name): Silence the byte compiler.
15728
15729         * lpath.el: Add detect-coding-system.
15730
15731         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15732         cus-edit.
15733
15734 2004-01-13  Simon Josefsson  <jas@extundo.com>
15735
15736         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15737         Invoke gnus-score-mode.  Reported by
15738         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15739
15740         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15741         Jim Blandy <jimb@redhat.com> (tiny change).
15742
15743 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15744
15745         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15746
15747 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15748
15749         * spam.el (spam-get-article-as-string): Update to use
15750         gnus-request-article-this-buffer, much simpler.
15751         (spam-get-article-as-buffer): Remove.
15752
15753 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15754
15755         * message.el (message-expand-name): Use EUDC if the user uses that.
15756
15757 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15758
15759         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15760         character for the encoding to avoid consing a string.
15761
15762         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15763         unnecessarily.
15764
15765         * mm-util.el (mm-replace-chars-in-string): Remove.
15766
15767         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15768         of mm-replace-chars-in-string.
15769
15770 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15771
15772         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15773
15774         * mm-util.el (mm-subst-char-in-string): Support inplace.
15775
15776         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15777         a new string in every iteration.  Use shy groups.
15778
15779 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15780
15781         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15782         * gnus-soup.el (gnus-soup-group-brew):
15783         * gnus-msg.el (gnus-put-message):
15784         * gnus-move.el (gnus-group-move-group-to-server):
15785         * gnus-kill.el (gnus-batch-score):
15786         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15787         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15788         (gnus-group-update-group, gnus-group-read-group)
15789         (gnus-group-make-group, gnus-group-make-help-group)
15790         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15791         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15792         (gnus-group-sort-by-unread, gnus-group-catchup)
15793         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15794         (gnus-group-yank-group, gnus-group-set-info)
15795         (gnus-group-list-groups):
15796         * gnus.el (gnus-generate-new-group-name):
15797         * gnus-delay.el (gnus-delay-send-queue):
15798         * nnvirtual.el (nnvirtual-catchup-group):
15799         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15800         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15801         (gnus-group-prepare-topics, gnus-topic-check-topology):
15802         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15803         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15804         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15805         (gnus-group-make-articles-read):
15806         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15807         (gnus-group-change-level, gnus-kill-newsgroup)
15808         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15809         (gnus-get-unread-articles, gnus-make-articles-unread)
15810         (gnus-make-ascending-articles-unread): Use accessor
15811         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15812         to get group information for improved readability.
15813
15814
15815 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15816
15817         * gnus-art.el (article-decode-mime-words, article-babel)
15818         (gnus-article-highlight-signature, gnus-article-add-buttons)
15819         (gnus-signature-toggle): Use gnus-with-article-buffer.
15820
15821         * gnus-art.el (gnus-article-highlight-headers)
15822         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15823
15824         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15825         (gnus-article-set-globals, gnus-request-article-this-buffer)
15826         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15827         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15828         (gnus-mime-display-alternative): Use with-current-buffer.
15829
15830 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15833         also under 80 char limit, and call gnus-error if needed.
15834         (spam-fetch-article-header): Fix - it was a
15835         buffer-local variable (gnus-newsgroup-data).
15836         (spam-find-spam): Use spam-generate-fake-headers, forget about
15837         spam-insert-fake-headers.
15838         (spam-insert-fake-headers): Remove.
15839
15840 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15841
15842         * deuglify.el (gnus-article-outlook-unwrap-lines)
15843         (gnus-outlook-rearrange-article)
15844         (gnus-outlook-repair-attribution-outlook)
15845         (gnus-outlook-repair-attribution-block)
15846         (gnus-outlook-repair-attribution-other): Remove redundant
15847         save-excursion.
15848
15849 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15850
15851         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15852         (spam-fetch-field-subject-fast)
15853         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15854         (spam-fetch-article-header): Add functions to deal with Gnus
15855         internals for fast retrieval of article header data.
15856         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15857
15858 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15859
15860         * pop3.el (pop3-md5): Remove.
15861         (pop3-apop): Replace pop3-md5 with md5.
15862
15863         * mm-bodies.el: base64 is always built-in.
15864
15865         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15866         with-current-buffer.
15867
15868 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * canlock.el (canlock-insert-header): Remove excessive grouping in
15871         regexp.
15872
15873         * gnus-sum.el (gnus-summary-read-document): Ditto.
15874
15875         * gnus-uu.el (gnus-uu-part-number): Ditto.
15876
15877         * html2text.el (html2text-remove-tags): Ditto.
15878         (html2text-format-tags): Ditto.
15879         (html2text-format-single-elements): Ditto.
15880
15881         * mml.el (mml-parse-1): Ditto.
15882
15883 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15884
15885         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15886
15887         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15888
15889         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15890
15891         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15892
15893 2003-11-15  Simon Josefsson  <jas@extundo.com>
15894
15895         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15896         (pgg-gpg-lookup-key): Use regexp match instead of
15897         split-string (split-string is different between emacs 21.2 and
15898         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15899
15900 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15901
15902         * gnus-art.el (gnus-mime-view-all-parts)
15903         (gnus-article-part-wrapper, gnus-article-view-part): Use
15904         with-current-buffer.
15905
15906 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15907
15908         * spam.el (spam-disable-spam-split-during-ham-respool)
15909         (spam-spamoracle-database, spam-cache-lookups)
15910         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15911         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15912         (spam-group-ham-marks, spam-group-spam-marks)
15913         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15914         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15915         also add spam-use-blackholes to the statistical checks.
15916         (spam-fetch-field-fast): Add interface to fetching fields, may
15917         become a macro.
15918         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15919         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15920         (spam-insert-fake-headers): Fake an article when needed.
15921         (spam-find-spam): Fake article when possible.
15922         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15923         (spam-check-bogofilter-headers): Use message-fetch-field instead
15924         of nnmail-fetch-field.
15925
15926 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15929
15930 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * spam.el (spam-split): Do not require spam-use-CHECK to be
15933         enabled if that check is passed to spam-split explicitly; also
15934         fix so 'spam doesn't get converted to spam-split-group when
15935         spam-split-symbolic-return is t.
15936         (spam-find-spam): Find registrations of the article and use those
15937         instead of re-running spam-split to find the spam/ham
15938         classification of the article.
15939         (spam-log-processing-to-registry, spam-log-registered-p)
15940         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15941         Use gnus-error instead of gnus-message.
15942         (spam-log-registration-type): Add function to determine the
15943         classification of a message based on registry entries; will
15944         return nil if both 'spam and 'ham are found.
15945         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15946         a reasonably fast local cache without the loading errors.
15947         (spam-cache-lookups): Set to t by default.
15948         (spam-find-spam): Don't try to guess spam-cache-lookups.
15949         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15950         spam-caches entry.
15951         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15952         caching of whitelist/blacklist entries.
15953         (spam-check-whitelist, spam-check-blacklist): Invoke
15954         spam-from-listed-p with a type, not a cache variable.
15955         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15956
15957 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15958
15959         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15960
15961         * nnmail.el (nnmail-split-fancy): do.
15962
15963         * mml.el (mml-parse): do.
15964
15965         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15966         (gnus-score-adaptive): do.
15967
15968 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15969
15970         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15971         (gnus-mime-button-map): Don't set keymap parent.
15972         (gnus-button-ctan-directory-regexp): Use shy grouping.
15973         (gnus-prev-page-map): Don't set keymap parent.
15974         (gnus-prev-page-map): Remove duplicated one.
15975         (gnus-next-page-map): Don't set keymap parent.
15976         (gnus-mime-security-button-map): Ditto.
15977
15978         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15979         version number.
15980
15981         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15982
15983 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15984
15985         * canlock.el (canlock-sha1-function): Remove.
15986         (canlock-sha1-function-for-verify): Remove.
15987         (canlock-openssl-program): Remove.
15988         (canlock-openssl-args): Remove.
15989         (canlock-ignore-errors): Remove.
15990         (canlock-sha1-with-openssl): Remove.
15991         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15992         (canlock-verify): Don't use canlock-ignore-errors.
15993
15994         * sha1-el.el (sha1-string-external): Make it can return a string
15995         in binary form.
15996         (sha1-region-external): Ditto.
15997         (sha1-string-internal): Ditto.
15998         (sha1-region-internal): Ditto.
15999         (sha1-region): Ditto.
16000         (sha1-string): Ditto.
16001         (sha1): Ditto.
16002
16003 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16004
16005         * spam.el (spam-report-articles-gmane): New command.
16006
16007 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16010
16011         * run-at-time.el (run-at-time-saved): Remove.
16012         (run-at-time): Doc fix.
16013
16014 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16015
16016         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16017         (gnus-summary-limit-map): Add it.
16018         (gnus-summary-make-menu-bar): do.
16019
16020 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16021
16022         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16023         Make attempt at some caching support (done for BBDB only now).
16024         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16025         addresses to be checked.
16026         (spam-clear-cache-BBDB): Add function, to be invoked by
16027         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16028         (spam-check-BBDB): Check and use the caches, if
16029         spam-cache-lookups is on, remove superfluous (provide).
16030
16031 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16032
16033         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16034
16035 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16036
16037         * run-at-time.el (run-at-time-saved): Move to after the definition
16038         of `run-at-time'.
16039
16040         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16041
16042 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16043
16044         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16045         mm-w3m-local-map-property.
16046
16047         * mm-view.el (mm-w3m-mode-map): Remove.
16048         (mm-w3m-local-map-property): Remove.
16049         (mm-inline-text-html-render-with-w3m): Don't use
16050         mm-w3m-local-map-property.
16051
16052 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16053
16054         * run-at-time.el: New file.
16055
16056         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16057         under Emacs.
16058
16059         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16060         of gnus-set-text-properties.
16061
16062         * gnus-uu.el (gnus-uu-save-article): Ditto.
16063
16064         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16065
16066         * gnus-cite.el (gnus-cite-parse): Ditto.
16067
16068         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16069         of gnus-.
16070
16071         * gnus-xmas.el (run-at-time): Require run-at-time.
16072
16073         * gnus.el: Changed calls to nnheader-run-at-time and
16074         password-run-at-time throughout to use run-at-time directly.
16075
16076         * password.el: Removed definition of run-at-time.
16077
16078         * nnheaderxm.el: Remove definition of run-at-time.
16079
16080 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16081
16082         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16083         in prompt.
16084
16085 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16086
16087         * messagexmas.el (message-xmas-redefine): Alias
16088         `message-make-caesar-translation-table' to
16089         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16090         version.
16091
16092         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16093         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16094         `gnus-xmas-set-text-properties'.
16095         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16096         `gnus-xmas-completing-read'.
16097         (gnus-xmas-completing-read): Removed.
16098         (gnus-xmas-open-network-stream): Removed.
16099
16100         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16101         XEmacs version.
16102
16103         * dns.el (dns-make-network-process): Use `open-network-stream'
16104         instead of `gnus-xmas-open-network-stream'.
16105
16106         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16107
16108         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16109
16110 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16111
16112         * gnus-art.el (gnus-mime-display-alternative)
16113         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16114         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16115         Don't use gnus-local-map-property.
16116
16117         * gnus-util.el (gnus-local-map-property): Remove.
16118
16119         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16120         gnus-completing-read-maybe-default with completing-read.
16121
16122         * gnus-util.el (gnus-completing-read): do.
16123         (gnus-completing-read-maybe-default): Remove.
16124
16125 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16126
16127         * password.el: Only autoload `run-at-time' if not XEmacs.
16128         Only autoload the itimer functions if XEmacs.
16129
16130 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16133         XEmacsen.
16134
16135         * dgnushack.el: Autoload executable-find for XEmacs.
16136
16137 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16138
16139         * gnus-art.el (gnus-read-string): Remove.
16140         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16141         read-string.
16142
16143 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16144
16145         * netrc.el: Autoload password-read.
16146         (netrc): Add configuration group.
16147         (netrc-encoding-method, netrc-openssl-path): Add
16148         variables for encoding and decoding of files with symmetric
16149         ciphers.
16150         (netrc-encode): Add assistant function to encode a file with
16151         netrc-encoding-method.
16152         (netrc-parse): Add interactive parameter, added optional
16153         decoding if netrc-encoding-method is non-nil but otherwise
16154         behavior is standard.
16155         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16156         Do s/encode/encrypt/ everywhere.
16157
16158         * spam.el: Remove executable-find autoload.
16159
16160 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16161
16162         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16163
16164         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16165
16166 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16167
16168         * gnus-art.el (gnus-treat-ansi-sequences)
16169         (article-treat-ansi-sequences): New variable and function.
16170         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16171
16172         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16173         Use it.
16174
16175 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16176
16177         * mm-util.el (mm-quote-arg): Remove.
16178
16179         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16180         shell-quote-argument.
16181
16182         * gnus-uu.el (gnus-uu-command): do.
16183
16184         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16185
16186         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16187         with make-char.
16188
16189         * mm-util.el (mm-make-char): Remove.
16190
16191         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16192         add-minor-mode.
16193
16194         * gnus-undo.el (gnus-undo-mode): do.
16195
16196         * gnus-topic.el (gnus-topic-mode): do.
16197
16198         * gnus-sum.el (gnus-dead-summary-mode): do.
16199
16200         * gnus-start.el (gnus-slave-mode): do.
16201
16202         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16203
16204         * gnus-ml.el (gnus-mailing-list-mode): do.
16205
16206         * gnus-gl.el (gnus-grouplens-mode): do.
16207
16208         * gnus-draft.el (gnus-draft-mode): do.
16209
16210         * gnus-dired.el (gnus-dired-mode): do.
16211
16212         * gnus-ems.el (gnus-add-minor-mode): Remove.
16213
16214         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16215         Replace gnus-char-width with char-width.
16216
16217         * gnus-ems.el (gnus-char-width): Remove.
16218
16219         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16220         Replace gnus-char-width with char-width.
16221
16222         * gnus-ems.el (gnus-char-width): Remove.
16223
16224         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16225         definition.
16226         Remove Emacs 20 hash table compatibility code.
16227
16228         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16229         20 compatibility code.
16230
16231         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16232
16233         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16234
16235         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16236         with point-at-{eol,bol}.
16237
16238         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16239
16240         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16241
16242         * flow-fill.el (fill-flowed-point-at-bol)
16243         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16244
16245         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16246         Replace with point-at-{eol,bol} throughout all files.
16247
16248 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * ntlm.el (ntlm-string-as-unibyte): New macro.
16251         (ntlm-build-auth-response): Use it.
16252
16253         Remove Emacs 20 stuff:
16254         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16255         (butlast, mapc, remove): Remove the compiler macros.
16256         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16257         of delq and copy-sequence.
16258         * gnus-art.el (popup-menu): Remove the compiler macro.
16259         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16260         Emacs 20.
16261
16262 2004-01-05  Simon Josefsson  <jas@extundo.com>
16263
16264         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16265         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16266         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16267         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16268         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16269         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16270         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16271         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16272         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16273         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16274         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16275         string-xor into ntlm-string-xor.  Suggested by
16276         Jesper Harder <harder@myrealbox.com>.
16277
16278         * ntlm.el: Don't include poem.
16279
16280         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16281         Jesper Harder <harder@myrealbox.com>.
16282
16283         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16284
16285         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16286         probably breaks emacs with DL patch, but do we care? Is anyone
16287         still using the DL stuff?)
16288
16289         * sieve-manage.el: Use the password package.
16290         (sieve-manage-read-passwd): Remove.
16291         (sieve-manage-interactive-login): Use password.  Re-add
16292         condition-case around loop.
16293
16294         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16295         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16296         the password package.
16297
16298 2003-02-19  Simon Josefsson  <jas@extundo.com>
16299
16300         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16301         token.
16302
16303 2002-08-07  Simon Josefsson  <jas@extundo.com>
16304
16305         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16306         (sieve-manage-authenticators):
16307         (sieve-manage-authenticator-alist): Add some SASL mechs.
16308         (sieve-sasl-auth): New function.
16309         (sieve-manage-cram-md5-auth):
16310         (sieve-manage-plain-auth): Rewrite using SASL library.
16311         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16312         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16313         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16314         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16315
16316 2004-01-05  Simon Josefsson  <jas@extundo.com>
16317
16318         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16319         New files.
16320
16321 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16322
16323         * gnus-group.el (gnus-no-groups-message): Update.
16324
16325         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16326
16327 2003-11-09  Simon Josefsson  <jas@extundo.com>
16328
16329         * imap.el: Support for ID IMAP extension (RFC 2971).
16330         (imap-local-variables): Add imap-id.
16331         (imap-id): New variable.
16332         (imap-id): New function.
16333         (imap-parse-response): Parse untagged ID response.
16334         * nnimap.el (nnimap-id): New variable.
16335         (nnimap-open-connection): Use it.
16336
16337 2003-12-28  Simon Josefsson  <jas@extundo.com>
16338
16339         * gnus-score.el (gnus-score-edit-all-score): New.
16340         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16341
16342 2004-01-04  Simon Josefsson  <jas@extundo.com>
16343
16344         * password.el: Add.
16345
16346 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16347
16348         * dns.el (dns-query-types): Fix typo.
16349         (dns-query-types): New function.
16350         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16351         PTR and SOA replies, see RFC 1035.
16352
16353 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16354
16355         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16356
16357         * Moved to Changelog.2.
16358
16359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16360
16361         * gnus.el (gnus-version-number): Bump version.
16362
16363 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16364
16365         * gnus.el: No Gnus v0.1 is released.
16366
16367 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16368
16369         * gnus.el: No Gnus v0.0 is released.
16370
16371 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16372
16373         * gnus.el (gnus-version-number): Bump.
16374         (gnus-version): No.
16375
16376 See ChangeLog.2 for earlier changes.
16377
16378     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16379       Free Software Foundation, Inc.
16380
16381   This file is part of GNU Emacs.
16382
16383   GNU Emacs is free software: you can redistribute it and/or modify
16384   it under the terms of the GNU General Public License as published by
16385   the Free Software Foundation, either version 3 of the License, or
16386   (at your option) any later version.
16387
16388   GNU Emacs is distributed in the hope that it will be useful,
16389   but WITHOUT ANY WARRANTY; without even the implied warranty of
16390   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16391   GNU General Public License for more details.
16392
16393   You should have received a copy of the GNU General Public License
16394   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16395
16396 ;; Local Variables:
16397 ;; coding: utf-8
16398 ;; fill-column: 79
16399 ;; add-log-time-zone-rule: t
16400 ;; End: