Fix a speed regression based in methods that were similar weren't the same.
[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
7         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8         `gnus-open-server' on each method before trying to scan them etc.  This
9         ensures that all the backend parameters are set correctly.
10
11         * nnimap.el (nnimap-authenticator): New variable.
12         (nnimap-open-connection): Allow anonymous login.
13         (nnimap-transform-headers): The chars header is called Chars not
14         Bytes.
15         (nnimap-wait-for-response): Don't infloop if the IMAP connection
16         drops.
17
18         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
19         patch, found by Knut Anders Hatlen.
20
21 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
22
23         * gnus-agent.el (gnus-agent-batch-confirmation)
24         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
25         to gnus-message.
26         * gnus-art.el (gnus-article-describe-briefly): Likewise.
27         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
28         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
29         * gnus-int.el (gnus-open-server): Likewise.
30         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
31         (gnus-score-check-syntax): Likewise.
32         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
33         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
34         Likewise.
35         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
36
37 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
40         calling conventions so that prefetch doesn't bug out.
41
42 2010-09-19  Julien Danjou  <julien@danjou.info>
43
44         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
45         rather than `subst-char-in-region' in order to be able to replace ASCII
46         char by UTF-8 ones.
47
48         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
49         than curl.
50         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
51         the right URL and ALT text on images.
52         (gnus-html-wash-tags): Fix tag case.
53         Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
54         (gnus-article-html): Add -o display_ins_del=2 option.
55         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
56
57 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
60         the extra mail headers, which sometimes seem to happen for unknown
61         reasons.
62
63         * mail-parse.el (mail-header-encode-parameter): Define as
64         rfc2045-encode-string instead of as rfc2231-encode-string, since some
65         (or most, perhaps?) mail readers don't understand the latter, but do
66         understand the former.
67
68         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
69         to nil, so that no methods are automatically agentized.  I think this
70         is probably what most users want.
71
72         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
73         from url-retrieve, for instance about invalid URLs.
74
75         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
76         groups that have no articles.
77         (nnimap-request-article): Check that we really got an article when we
78         requested one.
79
80         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
81         doesn't exist.
82
83         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
84         nntp buffer so the agent can save it.
85         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
86         that CRLF doesn't get translated to \n.
87         (nnimap-open-connection): Don't make 'shell commands only send \n.
88
89 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
90
91         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
92         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
93         Update var name.
94         (nnml-generate-nov-file): Use dolist.
95         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
96         Use with-current-buffer.
97
98 2010-09-18  Julien Danjou  <julien@danjou.info>
99
100         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
101         parallel.
102
103 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * nnimap.el (nnimap-update-info): When doing partial marks update, get
106         the range update right.
107         (nnimap-request-group): Don't make `M-g' bug out on group with no
108         marks.
109         (nnoo): Required, so that other packages can require nnimap.
110         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
111         command we're looking for.  This helps when the server sends more
112         responses after we've gotten everything we expected.
113         (nnimap): Add a `newlinep' field to keep track of end-of-line
114         conventions.
115         Don't send CRLF to things that don't want it.
116         (nnimap-request-accept-article): Ditto.
117
118 2010-09-18  Julien Danjou  <julien@danjou.info>
119
120         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
121         than curl to retrieve images.
122
123 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * nnimap.el (nnimap-update-info): Extend the info so that we can set
126         the marks.
127         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
128         (nnimap-wait-for-connection): New function.
129         (nnimap-open-connection): If we have PREAUTH, don't query for login
130         credentials.
131         (nnimap-update-info): Fix off-by-one error when concatenating ranges
132         when doing a partial update.
133
134 2010-09-18  Julien Danjou  <julien@danjou.info>
135
136         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
137         tags.
138
139 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * nnimap.el (nnimap-credentials): New function.
142         (nnimap-open-connection): Use the new function to look for credentials
143         also on the numeric equivalents of "imap" and "imaps".
144
145         * gnus-start.el (gnus-activate-group): Send the info to
146         gnus-request-group.
147
148         * nnimap.el (nnimap-request-group): Have the "check" version of the
149         function parse flags and update the info, so that a `M-g' get a total
150         resync of all flags from the group.
151
152         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
153         to allow backends to alter the info on group selection.  Also alter all
154         the backend -request-group functions to take the parameter.
155
156         * nnimap.el (nnimap-store-info): New function.
157         (nnimap-update-info): Store the info for later usage.
158         (nnimap-request-group): Use the stored info for the dont-check case, so
159         that we don't retrieve all marks when we enter a group.
160
161         * nnimap.el: Use deffoo instead of defun for interface functions.
162
163         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
164         update the group info.  This makes the nndraft groups, for instance, go
165         back to their old behaviour.
166
167         * gnus-sum.el (gnus-select-newsgroup): Indent.
168
169         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
170         in.
171         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
172         nothing.
173
174         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
175         from methods that are denied.
176
177         * gnus-int.el (gnus-method-denied-p): New function.
178
179         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
180         store the password instead of netrc.
181         (nnimap-open-connection): Don't error out when we can't make a
182         connections.
183
184         * auth-source.el (auth-source-create): In the password prompt, say what
185         we're querying for.  Also prompt for user name if that hasn't been
186         given.
187
188         * nnimap.el (nnimap-with-process-buffer): Removed.
189
190 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
193         method when we're reading from the agent.
194
195         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
196
197         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
198         that's probably most useful for users.
199
200         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
201         "failed" all the time.
202
203         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
204         ...)) with (with-current-buffer ... ).
205
206         * nntp.el (nntp-open-server): Return whether the open was successful or
207         not.
208
209         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
210         select an unread unseen article first.
211
212         * nnimap.el (nnimap-open-connection): If the user doesn't have a
213         /etc/services, supply some sensible port defaults.
214
215         * dgnushack.el: Define netrc-credentials.
216
217 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
218
219         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
220
221 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
222
223         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
224         doesn't have any parameters.
225
226 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
229         only upcased checks.
230
231         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
232
233         * nnimap.el (nnimap-open-shell-stream): New function.
234         (nnimap-open-connection): Use it.
235         (nnimap-transform-headers): Get the number of lines in each message.
236         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
237         number of lines.
238         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
239         problem.
240
241         * utf7.el (utf7-encode): Autoload.
242
243         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
244         to allow the mail splitting to not return a default group.  This is
245         useful for nnimap, which will leave unmatched mail in the inbox.
246
247         * nnimap.el: Rewritten.
248
249         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
250         nnimap usage.
251
252         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
253         if the move is internal, so that nnimap can do fast internal moves.
254
255         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
256         data.
257         (gnus-read-active-for-groups): Support finishing the early retrieval of
258         data.
259
260         * gnus-range.el (gnus-range-nconcat): New function.
261
262         * gnus-int.el (gnus-finish-retrieve-group-infos)
263         (gnus-retrieve-group-data-early): New functions.
264
265 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
266
267         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
268         (nnrss-retrieve-groups):
269         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
270         (pop3-quit): Use with-current-buffer.
271
272 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
275         instead of nnheader-accept-process-output.
276
277         * dgnushack.el (dgnushack-compile): Add comment.
278
279         * lpath.el: No need to fbind propertize for XEmacs 21.4.
280
281         * gnus-html.el (gnus-html-schedule-image-fetching)
282         (gnus-html-prefetch-images): Replace process-kill-without-query by
283         gnus-set-process-query-on-exit-flag.
284
285 2010-09-16  Romain Francoise  <romain@orebokech.com>
286
287         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
288
289 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-registry.el (gnus-registry-install-shortcuts): The second
292         parameter to unintern is mandatory-ish in Emacs 24.
293
294         * gnus-html.el (gnus-html-schedule-image-fetching)
295         (gnus-html-prefetch-images): Check for curl before using it.
296
297         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
298         depend on curl, which isn't essential.
299
300         * imap.el: Revert back to version
301         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
302         seem problematic.
303
304 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
305
306         * gnus-registry.el (gnus-registry-install-shortcuts):
307         Explicitly pass `obarray' to `unintern' to avoid a warning.
308
309 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
312         change.
313
314         * nnrss.el (nnrss-request-list): Removed this function and related
315         functions, including the moreover stuff.
316
317 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * nnrss.el (nnrss-retrieve-groups): New function.
320
321 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
322
323         * .dir-locals.el: Add no-byte-compile cookie.
324
325 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * time-date.el (format-seconds): Comment fix.
328
329         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
330         for back end that doesn't support request-scan.
331
332 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
335         then do request scans from the backends.
336
337         * netrc.el (netrc-credentials): New conveniency function.
338
339         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
340         avoid running a hook per line, since this takes a lot of time,
341         profiling shows.
342         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
343         directly if gnus-visual-p is true.
344
345 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
348         groups; replace mapcar with dolist which is a bit faster; pass groups
349         info to gnus-read-active-file-1.
350         (gnus-read-active-file-1): Scan only specified groups if the new
351         optional arg `infos' is given.
352
353 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
356
357         * pop3.el (pop3-movemail): Removed.
358         (pop3-streaming-movemail): Renamed to pop3-movemail.
359
360         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
361         don't restrict end-tag searches to the end of the line.
362
363 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
366         articles of every unchecked group to t, which means unknown since the
367         server has never been opened.
368
369 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * gnus-html.el (gnus-html-show-alt-text): New command.
372         (gnus-html-browse-image): Ditto.
373         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
374         to browse the image directly.
375         (gnus-html-wash-tags): Search for images first, so that <a><img> works
376         better.
377
378         * gnus-async.el (gnus-async-article-callback): Call
379         `gnus-html-prefetch-images' unconditionally.
380
381         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
382         before feeding URLs to curl.
383
384 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
387         internal images as deletable by `W D D'.
388
389         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
390         (gnus-async-article-callback): Fix typo.
391
392 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
395         current line to work around bugs in the output from w3m.
396
397         * gnus-async.el (gnus-async-article-callback): Always prefetch images
398         for groups that want that.
399
400         * nntp.el (nntp-wait-for-string): Supply a timeout for
401         accept-process-output to ensure progress.
402
403         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
404         level to get unread articles from, then use that for foreign groups,
405         too.
406
407         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
408         confuses the rest of the function.
409
410         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
411         for the methods that support -retrieve-groups, too.
412
413         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
414
415 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
418         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
419
420         * pop3.el: Require cl when compiling.
421         (pop3-number-of-responses): Search for "+OK", not "+OK ".
422
423 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
426         that aren't going to be activated.
427         (gnus-get-unread-articles): Fix up the last commit.
428
429         * gnus-html.el (gnus-article-html): Allow calling without specifying
430         the handle.  In that case, dissect the buffer first.
431
432         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
433
434         * nnimap.el (nnimap-open-connection): Revert the change that would look
435         into authinfo for imaps instead of imap.
436
437         * gnus-start.el (gnus-activate-group): Take an optional parameter to
438         say that you don't want to call gnus-request-group with don-check, but
439         do check the reponse.  This is for virtual groups only.
440         (gnus-get-unread-articles): Count the archive groups as secondary, so
441         that they're activated the same way as before.
442
443         * imap.el (imap-message-map): Removed optional buffer parameter, since
444         no callers use it.
445         (imap-message-get): Ditto.
446         (imap-message-put): Ditto.
447         (imap-mailbox-map): Ditto.
448         (imap-mailbox-put): Ditto.
449         (imap-mailbox-get): Ditto.
450         (imap-mailbox-get): Revert last change for this function.
451
452         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
453         case-insensitively.
454         (nnimap-debug): Removed.
455
456         * imap.el (imap-fetch-safe): Removed function, and altered all callers
457         to use `imap-fetch' instead.  According to the comments, this should be
458         safe, since all other IMAP clients use the 1:* syntax.
459         (imap-enable-exchange-bug-workaround): Removed.
460         (imap-debug): Removed -- doesn't seem very useful.
461
462         * mail-source.el (mail-source-fetch): Don't message if we're fetching
463         mail from a file, and the file doesn't exist.
464
465         * imap.el (imap-log): New convenience function used throughout instead
466         of repeating the same code all over the place.
467
468         * pop3.el (pop3-streaming-movemail): Return t for success.
469
470         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
471         .authinfo if we're using ssl connection.
472
473         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
474         already have if we're in a main Gnus `g' run.
475
476         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
477
478 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
481
482         * nnmh.el (nnmh-request-list-1): Bind `file'.
483
484         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
485         alias to set-process-query-on-exit-flag or process-kill-without-query.
486         (pop3-open-server): Use it.
487
488 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * mail-source.el (mail-source-delete-crash-box): Always move the crash
491         box to the Incoming file.  Fixes mistake in previous checkin.
492
493         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
494         request loop (for debugging purposes) removed.
495
496         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
497         culprit is more visible.
498         (nnml-save-incremental-nov, nnml-open-incremental-nov)
499         (nnml-add-incremental-nov): New functions to do "incremental" nov
500         updates, where we just append to the end of the existing nov files
501         without reading/writing them in full.
502
503         * mail-source.el (mail-source-delete-crash-box): Really only check the
504         incoming files once in a while.
505
506         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
507
508         * mail-source.el (mail-source-delete-crash-box): Only check the
509         incoming files for deletion once per day to save a lot of file
510         accesses.
511
512         * pop3.el (pop3-logon): Fix up unbound variable typo.
513
514         * mail-source.el (pop3-streaming-movemail): Autoload.
515
516         * pop3.el (pop3-streaming-movemail): Respect
517         pop3-leave-mail-on-server.
518
519         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
520         retrieval.
521
522         * pop3.el (pop3-process-filter): Removed unused function.
523         (pop3-streaming-movemail, pop3-send-streaming-command)
524         (pop3-wait-for-messages, pop3-write-to-file)
525         (pop3-number-of-responses): New functions for streaming pop3
526         retrieval.
527
528         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
529         come from no known methods.
530         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
531         list.
532
533         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
534         message sizes.
535         (pop3-movemail): Use erase-buffer instead of looping and deleting
536         regions, which seems rather odd.
537
538         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
539         file once per `g' run.
540
541         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
542         directories.  This makes the draft queue directory work.
543
544         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
545         data from the backends, so that we only request the list of groups from
546         each method once.  This should speed things up considerably.
547
548         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
549         detect that it's not implemented.
550
551         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
552         we actually do recurse down into the tree, but don't stat all leaf
553         nodes.
554
555         * gnus-html.el (gnus-html-show-images): If there are no images to show,
556         then say so instead of bugging out.
557
558         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
559         files exist before trying to read them.
560
561         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
562         around <pre_int>.
563
564         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
565
566         * nnmh.el (nnmh-request-list-1): Optimize for speed.
567
568 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * mm-util.el (mm-image-load-path): Just return the image directories,
571         not all directories in the path in addition to the image directories.
572         (mm-image-load-path): Maintain a cache of the image directories so that
573         the `g' command in Gnus doesn't have to stat dozens of directories each
574         time.
575
576         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
577         (gnus-html-wash-tags): Add a new `i' command to insert images.
578         (gnus-html-insert-image): New command and keystroke.
579         (gnus-html-redisplay-with-images): New command and keystroke.
580         (gnus-html-show-images): Renamed command.
581         (gnus-html-wash-tags): Remove more white space before <pre_int> image
582         spacers.
583         (gnus-html-wash-tags): Decode entities at the end, so that entities
584         inside the tags don't mess up the rest of the "parsing".
585
586         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
587         so that nnimap methods aren't agentized by default.  There's apparently
588         many problems related to agent/imap behaviour.
589
590         * gnus-art.el (gnus-article-copy-string): New command and key binding.
591
592         * gnus-html.el: Doc fix.
593
594 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
597         specifier-spec-list for Emacs 21.
598
599         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
600         glyph-width and glyph-height instead of display-graphic-p and
601         image-size; make avoidance of displaying small images work for XEmacs.
602
603         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
604         for XEmacs.
605
606         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
607         of symbol that holds plist data.
608         (gnus-process-plist): Remove plist of process after getting it.
609
610 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * message.el (message-generate-hashcash): Change default to
613         'opportunistic if hashcash is installed.
614
615         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
616         (gnus-html-put-image): Only call image-size once, since it's somewhat
617         time-consuming on remote X servers.
618
619 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
622         type on data, not a file name.
623
624         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
625         window-pixel-edges for Emacs 21.
626
627         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
628         decoded contents.
629         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
630
631 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
634         group line format, since it isn't very interesting.
635
636         * gnus-agent.el (gnus-agent-short-article),
637         (gnus-agent-long-article): Increase values for these two variables,
638         since most people are likely to have more network connection and
639         storage than before.
640
641         * gnus.el (gnus-refer-article-method): Change default to 'current.
642         When referring an article, the common behaviour is to refer it from the
643         current select method, not the native select method.  The chances of
644         the native select method having the message in question is rather slim
645         these days.
646
647         * gnus-sum.el (gnus-auto-select-subject): Change default to
648         `unseen-or-unread'.  I think it's likely that most people want to
649         select an unseen article over a previously seen, but unread one.
650
651         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
652         means that in the article buffer none of the minor mode elements will
653         be shown, usually, and this is not desirable in most cases.
654
655         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
656         that commands like `d' (and the like) go to the next line in the
657         buffer, instead of the next unread article.  I think this is the
658         behaviour that is most natural for most users.
659         (gnus-single-article-buffer): Change default to nil, so that people can
660         have as many article buffers open as they have summary buffer.  I think
661         this is the most natural way for the groups to behave.
662
663         * message.el (message-generate-new-buffers): Change default to
664         `unsent', so that all new message buffers start their names with the
665         string "*unsent", and it's easier to find the buffers if you move from
666         them.
667
668 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
671         small. They're probably tracking images.
672         (gnus-html-wash-tags): Remove all <pre_int> place holders.
673         (gnus-html-rescale-image): Yet another try at getting the image sizing
674         right.
675
676         * nntp.el (nntp-request-set-mark): Refuse to do marks if
677         nntp-marks-file-name is nil.
678
679 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
680
681         * gnus-html.el (gnus-html-wash-tags)
682         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
683         Better logging.
684
685 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
688
689         * gnus-html.el (gnus-html-wash-tags): Check the value of
690         gnus-blocked-images in the summary buffer.
691
692 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
693
694         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
695
696 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
699         like "a", it seems like.
700         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
701         since it needs to be picked from the correct buffer.
702
703         * nnwfm.el: Removed.
704
705         * nnlistserv.el: Removed.
706
707 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
708
709         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
710         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
711
712 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * nnkiboze.el: Removed.
715
716         * nndb.el: Removed.
717
718         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
719         alt text.
720         (gnus-html-rescale-image): Try to get the rescaling logic right for
721         images that are just wide and not tall.
722
723         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
724         overshadow variable bindings.
725
726 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
727
728         * gnus-html.el (gnus-html-wash-tags)
729         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
730         extra logging.
731
732 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
735         (gnus-max-image-proportion): New variable.
736         (gnus-html-rescale-image): New function.
737         (gnus-html-put-image): Rescale images.
738
739 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
740
741         Fix up some byte-compiler warnings.
742         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
743         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
744         (gnus-article-fill-cited-article, gnus-article-hide-citation)
745         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
746         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
747         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
748         (gnus-group-update-group): Use save-excursion and with-current-buffer.
749
750 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * gnus-html.el (gnus-article-html): Decode contents by charset.
753
754 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
757         (gnus-html-frame-width, gnus-blocked-images)
758         * message.el (message-prune-recipient-rules): Add custom version.
759         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
760
761         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
762         functions.
763
764         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
765         gnus-process-get.
766
767 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
768
769         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
770         instead of lsub directly.
771
772 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * nnwarchive.el: Removed.
775
776         * gnus-soup.el: Removed.
777
778         * nnsoup.el: Removed.
779
780         * nnultimate.el: Removed.
781
782         * gnus-html.el (gnus-blocked-images): New variable.
783
784         * message.el (message-prune-recipients): New function.
785         (message-prune-recipient-rules): New variable.
786
787         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
788         guess whether a long line is natural text or not.
789
790         * gnus-html.el (gnus-html-schedule-image-fetching): Use
791         gnus-process-plist and friends for compatibility.
792
793 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
794
795         * gnus-html.el: Require packages that define macros used in this file.
796         (gnus-article-mouse-face): Declare to silence byte-compiler.
797         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
798         process-get.
799         (gnus-html-put-image): Use plist-get to avoid getf.
800         (gnus-html-prefetch-images): Use with-current-buffer.
801
802 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-ems.el: Provide compatibility functions for
805         gnus-set-process-plist.
806
807         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
808         header-line-format for XEmacs 21.4.
809
810         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
811         * gnus.el (gnus-valid-select-methods)
812         * message.el (message-send-mail-partially-limit)
813         * mm-decode.el (mm-text-html-renderer)
814         * mml.el (mml-insert-mime-headers-always)
815         * smiley.el (smiley-regexp-alist): Bump custom version.
816
817 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-html.el: require mm-url.
820         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
821         with the url to `url'.
822         (gnus-html-wash-tags): Support cid: URLs/images.
823
824 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
827         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
828         bindings, as they aren't useful at all. `w' is moved to `W w'.
829
830         * gnus-move.el: Removed file, since it doesn't really work.
831
832         * gnus-html.el (gnus-article-html): Tell w3m that the input is
833         UTF-8. This seems to fix problems with some German web feeds.
834
835         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
836         at the top so that the proper colours are applied.
837
838         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
839         don't have dots in their names.
840
841         * gnus-art.el (gnus-article-view-part): Doc fix.
842
843         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
844         XEmacs-compatible.
845         (gnus-html-put-image): Don't do images on non-graphic displays.
846
847         * nnslashdot.el: Removed this unused backend.
848
849         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
850         actions.
851         (gnus-undo-register-1): Revert last change.
852
853         * gnus-group.el (gnus-group-completing-read): Protect against not
854         having completion-styles bound.
855
856         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
857         make broken recipients happier.
858
859         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
860
861         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
862         point parameter.
863
864         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
865
866         * gnus-group.el (gnus-group-completing-read): Add 'substring to
867         completion-styles for group selection.
868
869 2009-02-04  Andreas Schwab  <schwab@suse.de>
870
871         * gnus-score.el (gnus-score-string): Fix regex for matching extra
872         headers and regexp-quote the match if necessary.
873
874 2009-03-24  Miles Bader  <miles@gnu.org>
875
876         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
877         the blinking smiley.
878
879 2009-03-24  Simon Josefsson  <simon@josefsson.org>
880
881         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
882         blink smiley.
883
884 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
887         where the dribbel file lives exists.
888
889         * message.el (message-send-mail-partially-limit): Change the default to
890         nil, since most people don't want this.
891
892         * mm-url.el (mm-url-decode-entities): Also decode entities like
893         &#x3212.
894
895 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
896
897         * gnus-sum.el (gnus-summary-idna-message):
898         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
899         Hyperlink urls in docstrings with URL `...'.
900
901 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
902
903         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
904         functions.
905
906 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
909         say what the mouseover text should be.
910
911         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
912         version of the mm-w3m-safe-url-regexp variable to only download images
913         in the groups where we want that to happen.
914
915         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
916
917         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
918         easier debugging.
919         (gnus-article-beginning-of-window): Add kludge to allow spacing past
920         big pictures in the article buffer.
921
922         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
923         gnus-article-html.
924         (mm-text-html-renderer): gnus-article-html needs curl in addition to
925         w3m.
926
927         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
928
929 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
932         which doesn't exist.
933
934         * message.el (message-inhibit-ecomplete): New variable to allow some
935         function to inhibit ecomplete address storage.
936         (message-resend): Disable ecomplete message storage when resending
937         messages.
938
939         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
940
941 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
944         Save excursion while copying, moving, and deleting articles in order to
945         prevent the cursor from jumping to unforeseen place.
946
947 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * lpath.el: No need to bind bookmark-current-buffer,
950         bookmark-yank-point and bookmark-make-record-function.
951
952 2010-08-17  Glenn Morris  <rgm@gnu.org>
953
954         * gnus-sync.el: Require gnus components whose functions are used.
955
956         * gnus-art.el (bookmark-make-record-function):
957         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
958         Declare for compiler.
959
960         * mm-url.el (mml-compute-boundary): Autoload.
961
962 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
965
966 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
967
968         Typo fix "hoo4a" -> "hook".
969
970         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
971
972 2010-08-14  Glenn Morris  <rgm@gnu.org>
973
974         * gnus-sync.el (gnus-sync): Fix defgroup version.
975
976 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         Doc fixes and keep unknown groups (ammended for nunion bug fix).
979
980         * gnus-sync.el: Fix docs.
981         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
982         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
983
984 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         Optimizations for gnus-sync.el.
987
988         * gnus-sync.el: Add docs about gnus-sync-backend
989         possibilities.
990         (gnus-sync-save): Remove unnecessary message.
991         (gnus-sync-read): Optimize and show what groups were skipped.
992
993 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
994
995         Minor bug fixes for gnus-sync.el.
996
997         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
998         read the sync on get-new-news.
999
1000         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1001         quiet.
1002
1003         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1004
1005 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1006
1007         Make saving and restoring of hidden threads work with overlays.
1008         Patch applied by Ted Zlatanov.
1009
1010         * gnus-sum.el (gnus-hidden-threads-configuration)
1011         (gnus-restore-hidden-threads-configuration): Update to deal with text
1012         properties, rather than searching for a magic character.
1013
1014 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         New gnus-sync.el library for synchronization of marks.
1017
1018         * gnus-sync.el: New library for synchronization of marks.
1019
1020         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1021         renamed from `gnus-registry-grep-in-list'.
1022
1023         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1024
1025         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1026
1027 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1030         determining charset of text fails.
1031
1032 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * nnmail.el (nnmail-get-new-mail-1): Revert.
1035
1036         * nnml.el (nnml-active-number): Make sure names of newly created groups
1037         in nnml-group-alist are encoded.
1038
1039 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1042         containing non-ASCII characters in active file for nnml back end.
1043
1044 2010-07-24  David Engster  <dengste@eml.cc>
1045
1046         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1047         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1048
1049 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1050
1051         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1052         tag (Bug#6654).
1053
1054 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1057         the article buffer, not the summary buffer.
1058
1059 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1062         Emacs 23 as well.
1063
1064 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1067         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1068
1069 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1070
1071         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1072         Patch applied by Karl Fogel.
1073
1074         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1075         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1076
1077 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1078
1079         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1080         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1081         C-w still not working correctly from Article buffers; Thierry's
1082         patch to fix that will be applied after this.
1083
1084         * gnus-art.el (bookmark-make-record-function): New local variable.
1085
1086         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1087         article buffer.
1088         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1089
1090 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1091
1092         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1093         on changes in bookmark.el.
1094
1095 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1098         `no-log' instead of message not to log prompt string.
1099
1100 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1101
1102         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1103         the *other* type of HTML form submission.
1104
1105 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1106
1107         * auth-source.el (auth-source-pick): If choice does not contain a
1108         questioned keyword, set the check to t.
1109
1110 2010-06-12  Romain Francoise  <romain@orebokech.com>
1111
1112         * gnus-util.el (gnus-date-get-time): Move up before first use.
1113
1114 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1117         (gnus-article-edit-part): Bind it to make last part that is substituted
1118         or deleted visible.
1119         (gnus-mime-display-single): Buttonize part of which id equals to
1120         gnus-mime-buttonized-part-id.
1121
1122 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1123
1124         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1125         (gnus-dd-mmm): Use gnus-date-get-time.
1126         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1127         simplify logic.
1128         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1129         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1130
1131 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1132
1133         * auth-source.el (top): Autoload `secrets-list-collections',
1134         `secrets-create-item', `secrets-delete-item'.
1135         (auth-sources): Fix tag string.
1136         (auth-get-source, auth-source-retrieve, auth-source-create)
1137         (auth-source-delete): New defuns.
1138         (auth-source-pick): Rewrite in order to avoid 2 passes.
1139         (auth-source-forget-user-or-password): New parameter USERNAME.
1140         (auth-source-user-or-password): New parameters CREATE-MISSING and
1141         DELETE-EXISTING.  Retrieve password interactively, if needed.
1142
1143 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1144
1145         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1146         deleting unused directories when gnus-expert-user is t.
1147
1148 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1151         for each temp file when gnus-article-browse-delete-temp is ask.
1152
1153 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1154
1155         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1156         Lisp calls to delete-backward-char by calls to delete-char.
1157
1158 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1159
1160         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1161
1162 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1163
1164         * password-cache.el (password-cache-remove): Fix docstring.
1165
1166 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1169         article unless decoding article to be saved.
1170
1171 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1174         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1175         generated within the mm-with-unibyte-current-buffer macro.
1176
1177 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1180         to nil when we're in a mml-preview buffer and no group is selected.
1181
1182 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1183
1184         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1185         when catching the `C-g'.  Reported by "Leo".
1186
1187 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * message.el (message-forward-make-body-plain)
1190         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1191         multibyte-string-p.
1192
1193         * lpath.el: Revert.
1194
1195 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * message.el (message-forward-make-body-mml): Assume original message
1198         is multibyte string; error on unibyte.
1199         (message-forward-make-body-plain): Ditto; don't add excessive newline
1200         in body end.
1201
1202         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1203
1204 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1205
1206         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1207         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1208
1209 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * mm-extern.el (mm-extern-url): Don't use
1212         mm-with-unibyte-current-buffer.
1213         (mm-extern-cache-contents): Use with-current-buffer instead of
1214         save-excursion + set-buffer.
1215
1216 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * mm-util.el (mm-emacs-mule): Remove.
1219
1220 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1221
1222         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1223         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1224         change.
1225
1226 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1229         bind the default value of enable-multibyte-characters to nil.
1230
1231 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * message.el (message-forward-make-body-plain)
1234         (message-forward-make-body-mml):
1235         Don't use mm-with-unibyte-current-buffer.
1236
1237 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1238
1239         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1240
1241 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1242
1243         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1244         (Bug#5592).
1245
1246 2010-05-07  Julien Danjou  <julien@danjou.info>
1247
1248         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1249         it to mm-pipe-part.
1250
1251         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1252         it is given.
1253
1254 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * binhex.el (binhex-decode-region-internal)
1257         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1258         (dns-query)
1259         * nnweb.el (nnweb-gmane-search)
1260         * pgg-parse.el (pgg-parse-armor)
1261         * pgg.el (pgg-verify-region)
1262         * sha1.el (sha1-string-external)
1263         * uudecode.el (uudecode-decode-region-internal)
1264         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1265         XEmacs.
1266
1267         * gnus-art.el (gnus-article-browse-html-parts)
1268         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1269         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1270         make-temp-file.
1271
1272         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1273         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1274         compiling.
1275
1276         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1277         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1278         XEmacs when compiling.
1279
1280         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1281         gnus-pick-mode-off-hook for XEmacs when compiling.
1282         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1283         gnus-binary-mode-off-hook for XEmacs when compiling.
1284
1285         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1286         nil if char-charset is not available.
1287
1288         * imap.el (imap-disable-multibyte)
1289         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1290         macros.
1291
1292         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1293         instead of encode-coding-string.
1294
1295         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1296         'xemacs) instead of mm-emacs-mule to switch function definitions.
1297         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1298
1299         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1300         bind temporary-file-directory for XEmacs;
1301         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1302         timer-set-function for XEmacs 21.4 and SXEmacs;
1303         bind timer-list for XEmacs 21.4 and SXEmacs;
1304         fbind char-charset and find-charset-region for non-Mule XEmacs;
1305         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1306         encode-coding-region and encode-coding-string for XEmacs having no
1307         file-coding feature.
1308
1309 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1310
1311         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1312
1313 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1316         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1317
1318 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1319
1320         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1321         alias `jka-compr-delete-temp-file' no longer exists.
1322
1323 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1324
1325         Use define-minor-mode in Gnus where applicable.
1326         * mml.el (mml-mode): Use define-minor-mode.
1327         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1328         (gnus-undo-mode): Use define-minor-mode.
1329         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1330         (gnus-dead-summary-mode): Use define-minor-mode.
1331         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1332         Initialize in declaration.
1333         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1334         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1335         (gnus-mailing-list-mode): Use define-minor-mode.
1336         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1337         (gnus-draft-mode): Use define-minor-mode.
1338         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1339         (gnus-dired-mode): Use define-minor-mode.
1340
1341 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1342
1343         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1344         handles on recursive mml-to-mime translation and check them for
1345         boundary delimiter collisions.  Reported by Greg Troxel.
1346
1347 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1350
1351 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1352
1353         * mm-util.el (mm-find-buffer-file-coding-system):
1354         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1355
1356 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1357
1358         * message.el (message-generate-headers): Record insertion of optional
1359         headers as well.  Otherwise the check to prevent repeated insertion of
1360         optional headers is a no-op.
1361
1362 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1363
1364         * smime.el: Don't mention CVS.
1365
1366         * nnrss.el (nnrss-fetch): Don't mention CVS.
1367
1368         * nnir.el: Don't mention CVS.
1369
1370 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1371
1372         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1373
1374 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * lpath.el: Fbind bookmark-default-handler,
1377         bookmark-get-bookmark-record, bookmark-make-record-default,
1378         bookmark-prop-get for Emacs <23 and XEmacs.
1379
1380 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1381
1382         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1383         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1384         Use with-current-buffer to silence the byte-compiler.
1385         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1386         bother to require `gnus'.
1387         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1388
1389 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1390
1391         * gnus-sum.el (gnus-summary-bookmark-make-record)
1392         (gnus-summary-bookmark-jump): New functions.
1393         (gnus-summary-mode): Setup bookmark support.
1394
1395 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1396
1397         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1398         if set.
1399
1400 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1403         gnus-article-browse-html-save-cid-image; make it work recursively for
1404         forwarded messages as well.
1405         (gnus-article-browse-html-parts): Work when prefix arg is given.
1406         (gnus-article-browse-html-article): Doc fix.
1407
1408 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1409
1410         * message.el (message-default-mail-headers):
1411         (message-default-headers): Carry the value mail-default-headers over
1412         into message-default-mail-headers, rather than message-default-headers.
1413
1414 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1415
1416         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1417         charset.
1418
1419         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1420         charset into the <meta> tag when the article is encoded to utf-8.
1421
1422 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1425         directories as well.
1426         (gnus-article-browse-html-parts): Work for images that do not specify
1427         file names; delete temp directory when quitting; insert header at the
1428         right place; use file: scheme for image files.
1429
1430 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1431
1432         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1433         (gnus-article-browse-html-parts): Use it to make temporary cid image
1434         files in addition to html file so that browser may display them.
1435
1436 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1439
1440 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1441
1442         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1443
1444 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1447         about Secret Service API sources.  Improve Customize options.
1448         (auth-source-pick): Change to accept any number of search parameters.
1449         Implement fallbacks iteratively, not recursively.  Add scoring on the
1450         second pass and sort by score.  Call Secret Service API when needed.
1451         (auth-source-user-or-password): Use it.  Call Secret Service API
1452         directly when needed to get the user name and the password.
1453
1454 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1455
1456         * message.el (message-interactive): Doc fix.
1457         (message-qmail-inject-args): Reflow.
1458         (message-kill-to-signature): Fix typo in docstring.
1459
1460         * smiley.el (smiley-buffer): Fix typo in docstring.
1461
1462 2010-03-24  Glenn Morris  <rgm@gnu.org>
1463
1464         * mail-source.el (gnus-message): Declare.
1465         (mail-source-delete-old-incoming): Require gnus-util.
1466
1467 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1470
1471         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1472
1473         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1474         password-cache's default if it is not bound.
1475         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1476         password-cache-expiry's default if it is not bound.
1477
1478         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1479         available in Emacs 21.
1480
1481         * lpath.el: Suppress compiler warnings for:
1482         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1483         XEmacs;
1484         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1485         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1486         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1487
1488 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1489
1490         * auth-source.el (auth-sources): Fix up definition so extra parameters
1491         are always inline.
1492
1493 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1494
1495         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1496         wasn't updated after mismatch.  Clear cached mailbox info correctly
1497         when uidvalidity changes.
1498         (nnimap-group-prefixed-name): New function to avoid some code
1499         duplication.
1500         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1501         (nnimap-request-group): Use it.
1502         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1503         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1504         with many imap folders.  This is done by caching the group status from
1505         the imap server persistently in a group parameter `imap-status'.  (This
1506         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1507         but not persistently, so every Gnus startup was still very slow.)
1508
1509 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1510
1511         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1512         delete the extra newline.  Otherwise editing of :string and :number
1513         types don't work.
1514
1515 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1516
1517         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1518         secrets.el dependency.
1519         (auth-sources): Add optional user name.  Add secrets.el configuration
1520         choice (unused right now).
1521
1522 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1523
1524         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1525         `gnus-registry-install-shortcuts' fill in the functions.
1526
1527         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1528         warnings.
1529         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1530         (gnus-registry-install-shortcuts): Populate and use it in a
1531         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1532
1533 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1534
1535         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1536         In-place substitutions for the group name encoding/decoding.
1537         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1538         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1539         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1540         (nnimap-update-unseen, nnimap-request-list)
1541         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1542         (nnimap-request-set-mark, nnimap-split-to-groups)
1543         (nnimap-split-articles, nnimap-request-newgroups)
1544         (nnimap-request-create-group, nnimap-request-accept-article)
1545         (nnimap-request-delete-group, nnimap-request-rename-group)
1546         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1547         `encoded-mbx' for consistency.
1548         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1549         variable `imap-current-mailbox'.
1550
1551         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1552         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1553
1554 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1555
1556         * pop3.el (pop3-display-message-size-flag): Display message size byte
1557         counts during POP3 download.
1558         (pop3-movemail): Use it.
1559         (pop3-list): Implement listing of available messages.
1560
1561 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1562
1563         * nnir.el (nnir-get-article-nov-override-function): New function to
1564         override the normal NOV retrieval.
1565         (nnir-retrieve-headers): Use it.
1566
1567 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1568
1569         * auth-source.el (netrc-machine-user-or-password): Autoload.
1570
1571 2010-03-19  Glenn Morris  <rgm@gnu.org>
1572
1573         Stop message.el from loading about 40 libraries it doesn't always need.
1574         The general approach is to autoload rather than require, and to
1575         require in the specific functions rather than the file.  (Bug#5642)
1576
1577         * gmm-utils.el: Don't require wid-edit.
1578         (widget-create-child-value, widget-convert, widget-default-get):
1579         Autoload.
1580
1581         * gnus-util.el: Don't require time-date, netrc.
1582         (message-fetch-field, gnus-group-name-decode): Declare rather than
1583         autoloading.
1584         (gnus-fetch-field): Require message.
1585         (gnus-decode-newsgroups): Require gnus-group.
1586
1587         * ietf-drums.el: Don't require time-date.
1588
1589         * message.el: Don't require hashcash, canlock, ecomplete.
1590         Do require mail-utils.  Require nnheader only when compiling.
1591         (smtpmail-default-smtp-server): Remove declaration.
1592         (message-send-mail-function): Check smtpmail-default-smtp-server
1593         is bound rather than requiring smtpmail.
1594         (message-auto-save-directory, message-insert-signature): Use
1595         expand-file-name rather than nnheader-concat.
1596         (nnheader-insert-file-contents): Autoload.
1597         (hashcash-wait-async): Declare.
1598         (message-send-mail): Only call gnus-setup-posting-charset if
1599         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1600         (message-send-mail-with-sendmail): Require sendmail.
1601         (canlock-password, canlock-password-for-verify): Declare.
1602         (message-canlock-password): Require canlock.
1603         (nnheader-get-report): Autoload.
1604         (gnus-setup-posting-charset): Declare.
1605         (message-send-news): Require gnus-msg.
1606         (message-make-references, message-make-in-reply-to): Use mail-header-id
1607         rather than the alias mail-header-message-id.
1608         (ecomplete-add-item, ecomplete-save): Declare.
1609         (message-put-addresses-in-ecomplete): Require ecomplete.
1610         (ecomplete-display-matches): Autoload.
1611
1612         * mm-decode.el: Don't require mailcap, gnus-util.
1613         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1614         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1615         Autoload.
1616         (mailcap-mime-extensions): Declare.
1617
1618         * mm-encode.el: Don't require mailcap.
1619         (mailcap-extension-to-mime): Autoload.
1620
1621         * mml-sec.el: Don't require password-cache.
1622
1623         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1624         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1625         (mml-minibuffer-read-type): Require mailcap.
1626         (mml-preview): Require gnus-msg.
1627
1628         * mml1991.el: Require password-cache.
1629         (password-cache-expiry): Remove declaration.
1630
1631         * mml2015.el: Require password-cache.
1632         (password-cache-expiry): Remove declaration.
1633
1634         * nneething.el (mailcap): Require mailcap.
1635
1636         * nnheader.el (declare-function): Add compatibility stub.
1637         (message-remove-header): Declare rather than autoload.
1638         (nnheader-replace-header): Require message.
1639
1640         * nnimap.el (declare-function): Add compatibility stub.
1641         (netrc-parse, netrc-machine-user-or-password): Declare.
1642         (nnimap-open-connection): Require netrc.
1643
1644         * nntp.el (declare-function): Add compatibility stub.
1645         (netrc-parse, netrc-machine, netrc-get): Declare.
1646         (nntp-send-authinfo): Require netrc.
1647
1648         * rfc2047.el: Don't require qp.
1649         (quoted-printable-encode-region, quoted-printable-decode-string):
1650         Autoload.
1651
1652         * sieve-mode.el: Don't require easymenu.
1653         (easy-menu-add-item): Autoload it.
1654
1655         * spam-stat.el (time-to-number-of-days): Autoload it.
1656
1657 2010-03-19  Glenn Morris  <rgm@gnu.org>
1658
1659         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1660
1661 2010-03-18  Glenn Morris  <rgm@gnu.org>
1662
1663         * hashcash.el (declare-function): Remove duplicate definition.
1664
1665 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1666
1667         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1668         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1669         value if any backslash escapes).
1670
1671 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1674         if it is available.  (bug#5647)
1675
1676         * lpath.el: Suppress compiler warning for coding-system-from-name for
1677         Emacs 21 and XEmacs.
1678
1679 2010-03-14  Juri Linkov  <juri@jurta.org>
1680
1681         * hmac-def.el:
1682         * hmac-md5.el:
1683         * netrc.el: Fix keywords.
1684
1685 2010-02-26  Glenn Morris  <rgm@gnu.org>
1686
1687         * message.el (message-send-mail-function): Change the default, so that
1688         it inherits from a customized send-mail-function.  (Bug#5643)
1689
1690 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1691
1692         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1693         shell-command-to-string signals an error (bug#5299).
1694
1695 2010-02-24  Glenn Morris  <rgm@gnu.org>
1696
1697         * message.el (message-smtpmail-send-it)
1698         (message-send-mail-with-mailclient): Doc fixes.
1699
1700 2010-02-16  Glenn Morris  <rgm@gnu.org>
1701
1702         * message.el (message-default-mail-headers): Change the default value
1703         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1704
1705 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1708         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1709
1710 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1711
1712         * time-date.el (date-to-time): Doc fix (Bug#5408).
1713
1714 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1715
1716         * message.el (message-mail): Just pass yank-action on to message-setup.
1717         (message-setup): Handle (FUN . ARGS) form of yank-action.
1718         (message-with-reply-buffer, message-widen-reply)
1719         (message-yank-original): Handle non-buffer values of
1720         message-reply-buffer (Bug#4080).
1721         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1722
1723 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1724
1725         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1726         Fix typo in docstring.
1727
1728 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1729
1730         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1731         response.
1732
1733 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1736
1737         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1738
1739         * message.el (message-check-news-header-syntax): Protect against a
1740         string that `rfc822-addresses' returns when parsing fails.
1741
1742 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1745         (gnus-previous-char-property-change): New functions.
1746
1747         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1748
1749 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1750
1751         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1752         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1753
1754 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1755
1756         * message.el (message-exchange-point-and-mark): Rework last change to
1757         avoid using optional arg of exchange-point-and-mark, for backward
1758         compatibility.
1759
1760 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1761
1762         * message.el (message-exchange-point-and-mark): Call
1763         exchange-point-and-mark with an argument rather than setting
1764         mark-active by hand (Bug#5175).
1765
1766 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * nntp.el (nntp-service-to-port): Work for service expressed with
1769         numeric string; replace [:digit:] with [0-9] for XEmacs.
1770
1771 2009-12-17  Glenn Morris  <rgm@gnu.org>
1772
1773         * gnus-group.el (gnus-bug-group-download-format-alist):
1774         Change emacs entry to debbugs.gnu.org.  Bump :version.
1775
1776 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1777
1778         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1779
1780 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * message.el (message-info): Explain why we use `Info-goto-node'.
1783
1784 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1787
1788 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1789
1790         * message.el (message-completion-in-region): New compatibility function.
1791         (message-expand-group): Use it.
1792
1793 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1796         with no unread article should be listed if the 2nd arg `predicate' is
1797         given.
1798
1799 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1802
1803 2009-11-29  Juri Linkov  <juri@jurta.org>
1804
1805         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1806         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1807         on `gnus-recenter'. (Bug#4698, Bug#4981)
1808
1809 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1810
1811         * sha1.el (sha1-string-external): default-directory "/" in case
1812         otherwise non-existent.  process-connection-type pipe for touch of
1813         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1814
1815 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1816
1817         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1818         it's comms related and sgml-mode.el has "comm" on that basis too.
1819
1820 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1823         containing tspecial characters if they have been already quoted.
1824
1825 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1826
1827         * dns-mode.el (auto-mode-alist): Purecopy string.
1828
1829 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1830
1831         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1832
1833 2009-10-24  Glenn Morris  <rgm@gnu.org>
1834
1835         * gnus-art.el (help-xref-stack-item): Define for compiler.
1836
1837 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1838
1839         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1840
1841 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1844
1845 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1848         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1849
1850 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1853         (gnus-overlays-in): New alias to overlays-in.
1854
1855         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1856         gnus-overlay-get, and gnus-delete-overlay.
1857         (gnus-summary-show-thread): Make it work as well for systems in which
1858         next-single-char-property-change is not available.
1859         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1860
1861         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1862         (gnus-overlay-get): New alias to extent-property.
1863         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1864
1865         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1866         SXEmacs.
1867
1868         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1869         SXEmacs.
1870
1871 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1874
1875 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1876
1877         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1878         and XEmacs that don't have `remove-overlays'.
1879
1880 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1881
1882         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1883         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1884         selective display.  Use overlays instead.
1885
1886 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1887
1888         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1889
1890 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1891
1892         * spam-stat.el (spam-stat-load): Fix typo in message.
1893
1894 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1895
1896         * dig.el (dig-invoke): Fix typo in docstring.
1897         (query-dig): Reflow docstring.
1898
1899 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1900
1901         * gnus-art.el (gnus-article-encrypt-body):
1902         * message.el (message-check-recipients):
1903         * mm-util.el (mm-codepage-setup):
1904         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1905         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1906
1907 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1908
1909         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1910         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1911         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1912         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1913         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1914
1915 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1916
1917         * dig.el: Add "Keywords: comm", as per net-utils.el.
1918
1919 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1920
1921         * dig.el (dig-mode): Use define-derived-mode.
1922
1923 2009-09-19  Glenn Morris  <rgm@gnu.org>
1924
1925         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1926
1927 2009-09-18  Glenn Morris  <rgm@gnu.org>
1928
1929         * gnus-diary.el (gnus-diary-check-message):
1930         * message.el (message-insert-formatted-citation-line):
1931         * nnbabyl.el (top-level):
1932         * nndiary.el (nndiary-schedule):
1933         Fix typos in condition-case handlers.
1934
1935 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1938         configuration that provides the sole article window in a frame;
1939         position point correctly after deleting a part.
1940
1941 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1942
1943         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1944         (spam-resolve-registrations-routine): Use it to unregister articles
1945         that change status.
1946
1947 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1950         with XEmacs.
1951         (parse-time-string-chars): Use it.
1952
1953 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1954
1955         * imap.el (imap-interactive-login): Better messages.
1956         (imap-open): Fix bug with renamed buffer on reconnect.
1957         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1958         for easier debugging and cleaner code.  On successful (guessed based on
1959         server capabilities) secondary authentication, set imap-state
1960         correctly.
1961         (imap-last-authenticator): Define imap-last-authenticator as a variable
1962         to avoid warnings.
1963
1964 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * nnrss.el (nnrss-request-article): Remove binding of
1967         default-enable-multibyte-characters that has gotten needless by
1968         the 2007-07-13 change in rfc2047-encode-message-header.
1969
1970         * mml.el (mml-insert-multipart): Error on the message header.
1971         (mml-insert-part): Error on the message header; position point at
1972         the end of a MIME tag.
1973
1974 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * time-date.el (autoload): Expand define-obsolete-function-alias into
1977         defalias and make-obsolete for old Emacsen that Gnus supports.
1978         (with-no-warnings): Define it for old Emacsen.
1979         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1980         is available.
1981         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1982         float-time is available; suppress compile warning for time-to-seconds.
1983
1984         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1985         (gnus-float-time): Alias to float-time if it exists.
1986
1987         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1988         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1989         float-time is available; suppress compile warning for time-to-seconds.
1990
1991         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1992         XEmacs.
1993
1994 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1995
1996         * imap.el (imap-message-map): Docstring fix.
1997
1998 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2001         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2002         Add the optional argument `encoding' that overrides the default.
2003
2004         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2005         mm-encode-buffer.
2006
2007 2009-09-04  Glenn Morris  <rgm@gnu.org>
2008
2009         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2010         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2011         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2012         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2013         * mm-util.el (mm-with-unibyte-current-buffer)
2014         (mm-find-buffer-file-coding-system):
2015         * yenc.el (yenc-decode-region): Use default-value rather than
2016         default-enable-multibyte-characters.
2017
2018 2009-09-03  Glenn Morris  <rgm@gnu.org>
2019
2020         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2021         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2022         than default-enable-multibyte-characters.
2023
2024 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2025
2026         * gnus-art.el (gnus-article-read-summary-keys):
2027         Fix gnus-buffer-configuration's value temporarily used.
2028
2029 2009-09-02  Glenn Morris  <rgm@gnu.org>
2030
2031         * gnus-util.el (gnus-float-time): New function.
2032         * gnus-delay.el (gnus-delay-article):
2033         * gnus-sum.el (gnus-thread-latest-date):
2034         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2035         * nnspool.el (nnspool-request-newgroups):
2036         Use gnus-float-time rather than time-to-seconds.
2037         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2038
2039         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2040         (gnus-header-subject-face, gnus-header-newsgroups-face)
2041         (gnus-header-name-face, gnus-header-content-face):
2042         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2043         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2044         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2045         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2046         (gnus-cite-face-11):
2047         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2048         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2049         (gnus-server-closed-face, gnus-server-denied-face)
2050         (gnus-server-offline-face):
2051         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2052         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2053         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2054         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2055         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2056         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2057         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2058         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2059         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2060         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2061         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2062         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2063         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2064         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2065         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2066         (gnus-summary-high-undownloaded-face)
2067         (gnus-summary-low-undownloaded-face)
2068         (gnus-summary-normal-undownloaded-face)
2069         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2070         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2071         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2072         (gnus-splash-face):
2073         * message.el (message-header-to-face, message-header-cc-face)
2074         (message-header-subject-face, message-header-newsgroups-face)
2075         (message-header-other-face, message-header-name-face)
2076         (message-header-xheader-face, message-separator-face)
2077         (message-cited-text-face, message-mml-face):
2078         * sieve-mode.el (sieve-control-commands-face)
2079         (sieve-action-commands-face, sieve-test-commands-face)
2080         (sieve-tagged-arguments-face):
2081         * spam.el (spam-face):
2082         Mark face aliases with "-face" in the name as obsolete.
2083
2084 2009-09-01  Glenn Morris  <rgm@gnu.org>
2085
2086         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2087         than goto-line.
2088
2089 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2092         Don't move point if the command is invoked inside the message header.
2093
2094 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2095
2096         * imap.el (imap-send-command): Simplify.
2097         (imap-wait-for-tag): point-max -> buffer-size.
2098
2099 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2100
2101         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2102         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2103         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2104         * nnir.el (nnir-swish-e-index-file):
2105         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2106         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2107         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2108         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2109         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2110         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2111
2112 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2115         Don't save excursion.
2116
2117 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2118
2119         * nnheader.el (nnheader-find-file-noselect):
2120         * mm-util.el (mm-insert-file-contents):
2121         Use (default-value 'major-mode) instead of default-major-mode.
2122
2123 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2124
2125         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2126
2127 2009-08-26  Glenn Morris  <rgm@gnu.org>
2128
2129         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2130         than placing in files.el.
2131
2132 2009-08-25  Glenn Morris  <rgm@gnu.org>
2133
2134         * nnir.el (top-level): Don't require cl at run-time.
2135         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2136         Replace cl-function substitute with gnus-replace-in-string.
2137         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2138         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2139         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2140         simplified expansions.
2141
2142 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2143
2144         * dig.el (dig): Add autoload cookie.
2145
2146 2009-08-22  Glenn Morris  <rgm@gnu.org>
2147
2148         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2149         goto-line.
2150
2151 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2152
2153         * parse-time.el (parse-time-string-chars): Save match data.
2154
2155 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2156
2157         * parse-time.el (parse-time-string-chars): Compute using character
2158         classes, to handle non-ascii characters (Bug#3190).
2159
2160 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2163
2164         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2165         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2166         (gnus-mm-display-part, gnus-mime-display-single)
2167         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2168         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2169
2170         * gnus-sum.el
2171         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2172         (gnus-summary-move-article): Add expirable mark to articles copied or
2173         moved to group that has auto-expire turned on if the option is non-nil.
2174
2175 2009-07-24  Glenn Morris  <rgm@gnu.org>
2176
2177         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2178         Fix typo.  (Bug#3903)
2179
2180 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2183         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2184         that should not be used for draft articles.
2185         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2186         that has no concern in minor mode keys.
2187         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2188         Abolish.
2189
2190 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2193         article without making inquiry to a user for unknown encoding.
2194
2195         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2196         (nnmaildir--scan): Assume i-node and device number that file-attributes
2197         returns might be cons-cell.
2198
2199         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2200
2201         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2202
2203 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2204
2205         * auth-source.el: Remove docs now in auth.texi.  Don't use
2206         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2207         `auth-source-hide-passwords' and use them.
2208
2209 2009-07-15  Glenn Morris  <rgm@gnu.org>
2210
2211         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2212
2213 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2216         excessive whitespace from the default values of title and description.
2217
2218 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2221         mail-fetch-field to fetch Content-Description header in order to
2222         exclude newlines.
2223
2224 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2225
2226         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2227         format used by GnuPG 2.0.11.
2228
2229 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2232         to deleted part.
2233
2234 2009-05-30  David Engster  <dengste@eml.cc>
2235
2236         * nnmairix.el: Remove old documentation in the commentary block.
2237         (nnmairix-request-group): Do not update active file for nnml back ends.
2238         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2239         end so that overview files are ignored.
2240         (nnmairix-update-groups): Make updating the groups more robust by using
2241         marks.
2242         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2243         with dollar characters in message-id.
2244
2245 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2246
2247         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2248         2008-12-25 in dns.el.
2249
2250 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2251
2252         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2253         could happen if the text is only composed of spaces and/or tabs.
2254
2255 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2256
2257         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2258         when sending a queued message to avoid extra mml tags.
2259
2260 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2263
2264 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2267         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2268         rmail-toggle-header for XEmacs;
2269         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2270
2271 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-dired.el: Remove autoload for gnus-setup-message.
2274         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2275         displaying Gnus logo; always use compose-mail.
2276
2277 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2280
2281 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2284         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2285         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2286         available.
2287         (gnus-nocem-epg-verify): New function.
2288
2289 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2290
2291         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2292
2293 2009-02-15  Glenn Morris  <rgm@gnu.org>
2294
2295         * gnus-util.el (rmail-insert-rmail-file-header)
2296         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2297         autoloads.
2298         (rmail-default-rmail-file): Remove unnecessary declaration.
2299         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2300
2301 2009-02-14  Glenn Morris  <rgm@gnu.org>
2302
2303         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2304         variable (only used in gnus-util, which declares it anyway).
2305         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2306         which was only needed by gnus-art (changed to not use it any more).
2307         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2308         only used in gnus-util, which autoloads it itself.
2309         (rmail-update-summary): Fix autoload.
2310
2311         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2312         rather than rmail-output-to-rmail-file.
2313
2314 2009-02-07  Glenn Morris  <rgm@gnu.org>
2315
2316         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2317         autoload of function that no longer exists.
2318         (rmail-toggle-header): Declare.
2319         (message-forward-rmail-make-body): Handle mbox Rmail.
2320
2321 2009-01-31  Glenn Morris  <rgm@gnu.org>
2322
2323         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2324         2009-01-09 change.
2325
2326 2009-01-31  Dave Love  <fx@gnu.org>
2327
2328         * imap.el (imap-fetch-safe): Bind debug-on-error.
2329         (imap-debug): Add imap-fetch-safe.
2330
2331 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2334         (auth-source-forget-all-cached): New convenience function.
2335         (auth-source-user-or-password): Accept list of modes or a single mode.
2336
2337         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2338         auth-source modes.
2339
2340         * netrc.el (netrc-machine-user-or-password): Use list of
2341         auth-source modes.
2342
2343         * nnimap.el (nnimap-open-connection): Use list of
2344         auth-source modes.
2345
2346         * nntp.el (nntp-send-authinfo): Use list of
2347         auth-source modes.
2348
2349 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2350
2351         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2352         now.
2353
2354 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2357         coding system in XEmacs; add a workaround for XEmacs.
2358
2359         * lpath.el: Fbind coding-system-aliasee.
2360
2361 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2364         of current-language-environment.
2365
2366 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2367
2368         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2369         available at runtime.
2370
2371 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2374
2375 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2376
2377         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2378         the greatest positive fixnum value doesn't work under an XEmacs with
2379         bignum support; use the most-positive-fixnum constant instead,
2380         available since Emacs 21.1 with cl and XEmacs 21.1.
2381
2382 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2385         XEmacs gets not to work.
2386
2387 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * mm-util.el (mm-coding-system-priorities): Allow the value like
2390         "Japanese (UTF-8)" of current-language-environment.
2391
2392 2009-01-09  Glenn Morris  <rgm@gnu.org>
2393
2394         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2395         with last-command-event.
2396
2397 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2398
2399         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2400         in the doc string.
2401
2402         * message.el (message-fix-before-sending): Amend comment.
2403
2404 2009-01-08  Dave Love  <fx@gnu.org>
2405
2406         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2407
2408 2009-01-07  David Engster  <dengste@eml.cc>
2409
2410         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2411         simplified server definitions by converting it via
2412         gnus-server-to-method.
2413
2414 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2417         parameter's operands.
2418
2419 2009-01-06  David Engster  <dengste@eml.cc>
2420
2421         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2422         primary select method (for gnus-group-mark-article-as-read).
2423
2424 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2425
2426         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2427         `(gnus)Face', not `(gnus)X-Face'.
2428
2429 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * mm-util.el (mm-ucs-to-char): New function.
2432
2433         * mm-url.el (mm-url-decode-entities): Use it.
2434
2435         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2436         unicode-to-char.
2437
2438 2009-01-05  Dave Love  <fx@gnu.org>
2439
2440         * time-date.el: Require cl for `declare'.
2441
2442 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2445         Dave Love.
2446
2447 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2448
2449         * message.el (message-fix-before-sending): Add `eight-bit' to
2450         illegible-text check.
2451
2452 2009-01-03  Michael Olson  <mwolson@gnu.org>
2453
2454         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2455         `headers' is nil.  This can occur if the IMAP server does not have
2456         permissions to read messages from a folder, but can write new messages
2457         to the folder.
2458         (nnimap-request-article-part): Do not insert `data' if it is nil.
2459
2460         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2461         characters which will confuse `read', so skip past them.
2462
2463 2009-01-01  Dave Love  <fx@gnu.org>
2464
2465         * imap.el (imap-string-to-integer): Fix typo.
2466         (imap-fetch-safe): New function.
2467         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2468
2469         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2470
2471         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2472         (imap-parse-greeting): Fix doc strings.
2473         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2474         (imap-parse-flag-list): Make messages unique.
2475         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2476
2477         * nnimap.el: Fix author email.
2478         (nnimap-split-rule): Add FIXME comment.
2479         (nnimap-debug): Fix doc string.
2480
2481 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2482
2483         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2484
2485 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2486
2487         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2488         nslookup if resolv.conf isn't available.
2489         (dns-query): Rename from query-dns.
2490         (dns-query-cached): Rename from query-dns-cached.
2491
2492 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2495         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2496         to check if those variables exist (first appeared in Emacs 18.50).
2497
2498 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * mm-util.el (mm-line-number-at-pos): New function.
2501
2502         * spam-report.el (spam-report-process-queue): Use it.
2503
2504 2008-12-24  David Engster  <dengste@eml.cc>
2505
2506         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2507         parameters that haven't existed as variables as buffer-local variables.
2508
2509 2008-12-23  Dave Love  <fx@gnu.org>
2510
2511         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2512         cadar.
2513
2514         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2515         imap-starttls-p.
2516         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2517
2518 2008-12-22  Dave Love  <fx@gnu.org>
2519
2520         * imap.el: Fix author email.  Doc fixes.
2521         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2522         reply.
2523
2524 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2525
2526         * spam-report.el (spam-report-gmane-max-requests): New constant.
2527         (spam-report-gmane-wait): New variable.
2528         (spam-report-gmane-ham, spam-report-gmane-spam)
2529         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2530         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2531         the server.
2532
2533         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2534         Add explanations.
2535
2536         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2537         nnheader-accept-process-output and nnheader-read-timeout if available.
2538         (pop3-movemail): Use it.
2539
2540         * message.el (message-check-news-body-syntax): Fix signature check if
2541         there's an attachment.
2542
2543 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * mm-util.el: Add comments to the mm- emulating functions.
2546
2547 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2550         by Stephen Berman <stephen.berman@gmx.net>.
2551
2552 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * mm-util.el (mm-substring-no-properties): New function.
2555         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2556         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2557         (mm-string-to-multibyte): Doc fix.
2558
2559         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2560
2561 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * mml.el (mml-attach-file): Strip text properties from file name.
2564         (Bug#1574)
2565
2566 2008-12-16  Glenn Morris  <rgm@gnu.org>
2567
2568         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2569
2570 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2573         knows since the charset specified might be a bogus alias that
2574         mm-charset-synonym-alist provides.
2575
2576 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2577
2578         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2579         "ISO_8859-1".
2580
2581         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2582
2583 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * mm-util.el (mm-charset-eval-alist):
2586         Define it before mm-charset-to-coding-system.
2587         (mm-charset-to-coding-system): Add optional argument `silent';
2588         define it before mm-charset-override-alist.
2589         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2590         default value if it can be used in Emacs currently running;
2591         silence mm-charset-to-coding-system.
2592
2593 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2596         `allow-override' which says whether to use `mm-charset-override-alist'.
2597         (rfc2047-decode-encoded-words): Use it.
2598
2599         * mm-util.el (mm-charset-override-alist): Fix custom type;
2600         add `(gb2312 . gbk)' to choices.
2601
2602 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2605         fast.
2606
2607         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2608
2609         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2610
2611 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2612
2613         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2614         on links.
2615
2616         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2617
2618 2008-12-03  Lute Kamstra  <lute@gnu.org>
2619
2620         * sha1.el: Remove leading * from docstrings of defcustoms,
2621         deffaces, defconsts and defuns.
2622
2623 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2626         users' addresses that don't have domain parts.
2627         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2628         rather than message-narrow-to-head since there will be the message
2629         header separator.
2630
2631 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2632
2633         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2634         since the result is inserted in a unibyte buffer anyway.
2635         (nnimap-demule-use-string-to-multibyte): Remove.
2636         (nnimap-demule): Alias it to mm-string-to-multibyte.
2637
2638 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2639
2640         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2641         variable for debugging bug#464 and bug#1174.
2642         (nnimap-demule): Use it.
2643
2644 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2645
2646         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2647         score calculation correctly.
2648
2649 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * message.el (message-send-mail): Just set the buffer to unibyte
2652         rather than use mm-with-unibyte-current-buffer which does a lot more.
2653         (message-send-mail-partially): Don't bother with
2654         mm-with-unibyte-current-buffer since it's already been made unibyte by
2655         message-send-mail.
2656
2657 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2658
2659         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2660
2661 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2664
2665 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2668         require itself and to remove `with-no-warnings'.
2669
2670 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2671
2672         * starttls.el (starttls-any-program-available): Get the name of the
2673         available TLS layer program.
2674         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2675         well as the host name in the "opening" message.
2676
2677         * auth-source.el (auth-source-cache, auth-source-do-cache)
2678         (auth-source-user-or-password): Cache passwords and logins by default,
2679         allow override with `auth-source-do-cache'.
2680         (auth-source-forget-user-or-password): Allow users to remove cache
2681         entries if needed.
2682
2683 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2684
2685         * md4.el (md4-buffer): Fix typo in docstring.
2686         (md4, md4-64): Doc fixes.
2687         (md4-pack-int32): Reflow docstring.
2688
2689 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2690
2691         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2692         condition-case to only the forward-sexp call.
2693
2694 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2695
2696         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2697         quotes contained.  Make it more robust regardless by an extra
2698         condition-case wrapper.
2699
2700 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2703
2704 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * nnml.el (nnml-request-expire-articles): Check if the function set to
2707         `nnmail-expiry-target' returns the symbol `delete'.
2708
2709         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2710
2711         * nnmail.el (nnmail-expiry-target): Fix custom type.
2712
2713 2008-10-02  Glenn Morris  <rgm@gnu.org>
2714
2715         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2716         Silence compiler warning.
2717
2718 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2719
2720         * tls.el (open-tls-stream): Show the actual command being
2721         executed, instead of the format string.
2722
2723 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * lpath.el: Fbind codepage-setup for Emacs 23.
2726
2727 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2728
2729         * mml.el (mml-menu): Don't assume mml2015 is bound.
2730
2731 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2734         exists.
2735
2736 2008-09-27  Glenn Morris  <rgm@gnu.org>
2737
2738         * gnus-util.el (mail-header-remove-comments): Autoload it.
2739
2740 2008-09-27  Andreas Schwab  <schwab@suse.de>
2741
2742         * gnus-util.el (gnus-split-references): Strip comments.
2743         (gnus-parent-id): Likewise.
2744
2745 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2746
2747         * message.el (message-confirm-send): Fix version.
2748
2749 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * message.el (message-idna-to-ascii-rhs-1): Use
2752         mail-extract-address-components rather than mail-header-parse-addresses
2753         that is an alias by default to ietf-drums-parse-addresses that does not
2754         support non-ASCII names in headers' contents.
2755
2756 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2757
2758         * message.el (message-confirm-send): Fixed variable documentation to
2759         avoid the "y/n" wording.
2760
2761 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2762
2763         * message.el (message-set-auto-save-file-name): Save to a different
2764         filename so multiple messages (especially drafts) can be recovered.
2765
2766 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * message.el (message-confirm-send): Add appropriate version.
2769
2770 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2771
2772         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2773         defvar.
2774
2775 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2776
2777         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2778         (mm-pkcs7-enveloped-magic): Ditto.
2779
2780 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2781
2782         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2783         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2784
2785 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2788         default, it's better.
2789
2790 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2791
2792         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2793         summary line gnus-number property and ignore them (with a warning
2794         message).
2795
2796 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2799         macro caddr in the interactive form since it won't be expanded.
2800
2801 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2804         `charset'; fix name of function called recursively.
2805         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2806
2807 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2810         (gnus-mime-set-charset-parameters): New function.
2811         (gnus-mime-view-part-as-charset): Use it to correctly display part
2812         specifying wrong charset.
2813
2814 2008-09-08  David Engster  <dengste@eml.cc>
2815
2816         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2817         in completing-read for back end server.
2818
2819 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2820
2821         * message.el (message-confirm-send): New variable to confirm sending a
2822         message.
2823         (message-send): Use it.
2824
2825 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2826
2827         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2828
2829 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2832
2833 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2834
2835         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2836         prevent tracking too many groups.
2837         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2838         Use it.
2839
2840 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2841
2842         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2843         moving point to the bottom of the window in order to avoid recentering.
2844
2845 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2848
2849         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2850         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2851         (gnus-article-beginning-of-window): Fix calculation.
2852
2853 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-msg.el (gnus-summary-supersede-article)
2856         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2857         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2858         message header.
2859
2860 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2861
2862         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2863         pending output coming after the status change.
2864
2865 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2866
2867         * message.el:
2868         * gnus-start.el:
2869         * gnus-registry.el: Remove VMS support.
2870
2871 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2874         macro.
2875         (rfc2104-hash): Use it.
2876
2877 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2878
2879         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2880         (gnus-summary-sort-by-most-recent-date): New commands.
2881         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2882         and menu entries.
2883
2884 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2887         don't redisplay article for raw contents; remove plural articles stuff.
2888
2889         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2890         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2891         on gnus-summary-save-article; display results properly.
2892
2893 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * lpath.el: No need to fbind ns-focus-frame.
2896
2897 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2900
2901 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2904         gnus-save-all-headers.
2905
2906 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2907
2908         * gnus-util.el (ns-focus-frame): Remove declaration.
2909         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2910         like x.
2911
2912 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2913
2914         * rfc2104.el (rfc2104-zero): Delete defconst.
2915         (rfc2104-hex-alist): Likewise.
2916         (rfc2104-hex-to-int): Delete func.
2917         (rfc2104-hexstring-to-bitstring): Likewise.
2918         (rfc2104-nybbles): New defconst.
2919         (rfc2104-hash): Rewrite for speed.
2920
2921 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * tls.el (open-tls-stream): Make it work with the 2nd argument
2924         BUFFER that is a string but does not exist as a buffer object, as
2925         mentioned in the doc-string.
2926
2927 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2930         SXEmacs.
2931
2932 2008-07-16  Glenn Morris  <rgm@gnu.org>
2933
2934         * gnus-util.el (ns-focus-frame): Declare for compiler.
2935
2936 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2939         set as a group parameter.
2940         (gnus-summary-save-in-pipe): Work when it is called independently.
2941         (gnus-summary-pipe-to-muttprint): Don't modify
2942         gnus-summary-pipe-output-default-command.
2943
2944 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2945
2946         * message.el (message-send-mail-with-sendmail):
2947         Display the error message.
2948
2949 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus-art.el (gnus-default-article-saver):
2952         Add gnus-summary-save-in-pipe to choices.
2953         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2954         gnus-summary-pipe-output-default-command as the default command.
2955         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2956         instead of gnus-last-shell-command.
2957
2958         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2959         New user option.
2960         (gnus-summary-muttprint-program): Mention the value will be changed.
2961         (gnus-summary-save-article): Force showing of all headers.
2962         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2963
2964 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2965
2966         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2967
2968 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2969
2970         * nnimap.el (nnimap-id):
2971         * sieve-manage.el (sieve-manage-open): Doc fixes.
2972
2973 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2974
2975         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2976         if available.
2977
2978 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2979
2980         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2981
2982         * nnkiboze.el (nnkiboze-generate-group):
2983         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2984
2985         * nnmairix.el: Require CL.
2986
2987 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * dgnushack.el: Autoload get-display-table and put-display-table for
2990         XEmacs 21.5.
2991
2992         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2993         21.4 and SXEmacs.
2994
2995 2008-06-15  David Engster  <dengste@eml.cc>
2996
2997         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2998
2999 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3000
3001         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3002         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3003         runtime choice under XEmacs.
3004
3005         * gnus-sum.el (gnus-summary-set-display-table):
3006         Use `gnus-put-display-table', `gnus-get-display-table',
3007         `gnus-set-display-table' for the display table, instead of `aset'.
3008
3009         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3010         Use `gnus-put-display-table', `gnus-get-display-table',
3011         `gnus-set-display-table' for the display table.
3012
3013 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3014
3015         * nnmairix.el: Add autoloads.
3016
3017 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3018
3019         * nnmairix.el (nnmairix-delete-recreate-group)
3020         (nnmairix-update-and-clear-marks): Fix error messages.
3021
3022 2008-06-14  David Engster  <dengste@eml.cc>
3023
3024         * nnmairix.el: Upgrade to version 0.6.
3025         (nnmairix-group-toggle-propmarks-this-group)
3026         (nnmairix-group-toggle-readmarks-this-group)
3027         (nnmairix-group-delete-recreate-this-group)
3028         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3029         (nnmairix-remove-tick-mark-original-article): New commands.
3030         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3031         (nnmairix-propagate-marks-to-nnmairix-groups)
3032         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3033         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3034         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3035         functions needed for marks propagation and manipulation of read marks.
3036         (nnmairix-update-groups): New function.
3037         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3038         (nnmairix-determine-original-group-from-registry)
3039         (nnmairix-determine-original-group-from-path)
3040         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3041         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3042         New helper functions.
3043         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3044         keystrokes for new commands.
3045         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3046         (nnmairix-request-group): Check allow-fast group parameter.
3047         (nnmairix-request-create-group): Set allow-fast group parameter if
3048         nnmairix-allowfast-default is set.
3049         (nnmairix-close-group): Propagate marks upon closing if needed.
3050         (nnmairix-group-toggle-threads-this-group): Use new.
3051         nnmairix-group-toggle-parameter helper function.
3052         (nnmairix-search): Better check for empty search result.
3053         (nnmairix-goto-original-article): Use new helper functions for
3054         determining original article.
3055         (nnmairix-show-original-article): Make sure message-id is in brackets.
3056         (nnmairix-call-mairix-binary): Change variable name.
3057         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3058         helper function.
3059         (nnmairix-widget-toggle-activate): Fix doc string.
3060
3061 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * nnir.el: Require edmacro when compiling with XEmacs.
3064         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3065         available in Emacs 21.
3066
3067 2008-06-11  Glenn Morris  <rgm@gnu.org>
3068
3069         * gnus-util.el (x-focus-frame):
3070         * gnus.el (image-size):
3071         * mm-decode.el (image-size): Declare.
3072
3073         * gnus-picon.el (declare-function): Add compat definition.
3074         (image-size): Declare.
3075
3076         * gnus-group.el (tool-bar-map):
3077         * gnus-sum.el (tool-bar-map): Define for compiler.
3078
3079         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3080
3081         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3082
3083         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3084         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3085         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3086         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3087         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3088         * sieve-manage.el, spam-report.el, spam.el:
3089         Remove unnecessary eval-and-compile of autoloads.
3090
3091 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3092
3093         * auth-source.el: Precise Tramp doc.
3094
3095 2008-06-07  Glenn Morris  <rgm@gnu.org>
3096
3097         * nnmairix.el: Remove unnecessary eval-when-compile.
3098
3099 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * lpath.el: Fbind propertize for XEmacs 21.4.
3102
3103 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * nnir.el: Move here from ../contrib.
3106
3107 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3108
3109         * gnus-util.el (gnus-read-shell-command): New function.
3110         * mm-decode.el (mm-pipe-part):
3111         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3112
3113 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3116
3117 2008-06-03  Glenn Morris  <rgm@gnu.org>
3118
3119         * pop3.el (nnheader-accept-process-output): Autoload it.
3120
3121 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3124         are not 2-digit hexadecimal characters that follow `%'s.
3125
3126 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3127
3128         * message.el (message-bogus-recipient-p): Fix type in doc string.
3129         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3130         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3131         Improve custom options.
3132         (message-bogus-recipient-p): Adjust accordingly.
3133
3134 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3135
3136         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3137         long-form month and day names.
3138
3139 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * dgnushack.el: Autoload debug, eudc-expand-inline and
3142         pgg-snarf-keys-region for XEmacs.
3143
3144         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3145
3146         * nnmairix.el: Require edmacro when compiling with XEmacs.
3147
3148 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3151         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3152
3153 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3154
3155         * auth-source.el: Add more docs.
3156
3157         * netrc.el (netrc-machine): Always match if the port is not given.
3158
3159 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3162         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3163         retrieval faster in some cases, but might make CPU usage larger.  If
3164         this has any bad side effects, we might revert this change.
3165
3166         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3167         seems to make mail retrieval much, much faster.
3168         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3169         unconditionally.
3170
3171         * gnus-draft.el (gnus-group-send-queue): Bind
3172         message-send-mail-partially-limit to nil to avoid being prompted.
3173
3174 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3177
3178         * message.el (message-bogus-address-regexp): Fix and improve custom
3179         type.
3180         (message-setup-hook): Add message-check-recipients as custom option.
3181
3182 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * message.el (message-cite-function): Remove bogus autoload which crept
3185         in during merge from v5-10.
3186
3187 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3190
3191         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3192
3193         * auth-source.el: Preliminary Tramp docs.
3194         (auth-sources): Change the default auth-sources to use
3195         EPA .gpg files.
3196
3197 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * nntp.el: Autoload `auth-source-user-or-password'.
3200         (nntp-send-authinfo): Use it.
3201
3202         * nnimap.el: Autoload `auth-source-user-or-password'.
3203         (nnimap-open-connection): Use it.
3204
3205         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3206         for the gnus-message function.
3207         (auth-source-user-or-password): Use it.
3208
3209 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3210
3211         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3212         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3213         (rfc2104-hash): Use it.
3214
3215 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3216
3217         * gnus-art.el (gnus-article-toggle-truncate-lines):
3218         Don't use `iff' in docstring.
3219
3220 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3221
3222         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3223
3224         * gnus-util.el (gnus-extract-address-component-name)
3225         (gnus-extract-address-component-email): Convenience functions around
3226         `gnus-extract-address-components'.
3227
3228         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3229         Use `gnus-extract-address-component-email' to fix bug of comparing full
3230         sender name to `user-mail-address'.
3231
3232 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3233
3234         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3235         catch/throw to optimize.
3236         (gnus-registry-find-keywords): Just use member to find a keyword.
3237
3238 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3239
3240         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3241         is current before calling gnus-server-prepare.
3242         (gnus-server-setup-buffer, gnus-server-update-server)
3243         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3244
3245 2008-05-04  Juri Linkov  <juri@jurta.org>
3246
3247         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3248         (mailcap-file-default-commands): Use mailcap-replace-in-string
3249         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3250         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3251
3252 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3253
3254         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3255
3256 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3257
3258         * gnus.el: Bump version to 0.11.
3259
3260 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3261
3262         * gnus.el: No Gnus v0.10 is released.
3263
3264 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3267         hooks.
3268         (gnus-update-read-articles): Speed up non-marks-using users.
3269         (gnus-use-marks): Define gnus-use-marks.
3270         (gnus-propagate-marks): Rename variable to something more sensible.
3271
3272 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3273
3274         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3275         (gmm-image-load-path-for-library): Fix typos in docstrings.
3276         (gmm-message): Reflow docstring.
3277
3278 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3279
3280         * mail-source.el (mail-source-set-1, mail-source-bind):
3281         Move auth-source code out of the macro to clean it up and fix bugs.
3282
3283 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3286         by sender if it's equal to user-mail-address, it's likely to be
3287         useless.
3288
3289         * mail-source.el (mail-source-bind): Don't use user or password if they
3290         are not bound.  Unintern them if they are nil.  Don't use server unless
3291         it's bound, and default it to empty string otherwise.
3292
3293 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3294
3295         * mail-source.el: Load auth-source.el.
3296         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3297         get user name or password, if auth-sources is set up.
3298
3299         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3300         strategy of splitting with parent.
3301         (gnus-registry-split-fancy-with-parent)
3302         (gnus-registry-post-process-groups): Use it and fix prior
3303         bug (returning a list as the split result).
3304
3305         * auth-source.el (auth-sources): Remove server parameter.
3306         (auth-source-pick, auth-source-user-or-password)
3307         (auth-source-user-or-password-imap)
3308         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3309         (auth-source-user-or-password-sftp)
3310         (auth-source-user-or-password-smtp): Remove server parameter.
3311
3312 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3313
3314         * smime.el (smime-sign-region, smime-encrypt-region)
3315         (smime-decrypt-region):
3316         Remove redundant calls to `generate-new-buffer-name'.
3317
3318 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3319
3320         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3321         Don't use QP for message/rfc822.
3322         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3323
3324 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3325
3326         * sieve-manage.el (sieve-string-bytes): Remove.
3327         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3328         correct byte-length only if the process's coding-system is the same as
3329         the one used internally by Emacs to represent strings.
3330
3331 2008-04-22  Juri Linkov  <juri@jurta.org>
3332
3333         * mailcap.el (mailcap-file-default-commands): New function.
3334
3335 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * message.el (message-signature-separator, message-cite-function):
3338         Change custom version.
3339
3340 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3341
3342         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3343         commands.
3344         (tls-checktrust): Ditto.
3345
3346 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * mm-decode.el (mm-display-external): Make temp file read-only.
3349
3350 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3353         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3354         `C-c C-f d'.
3355
3356 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3357
3358         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3359
3360 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3361
3362         * gnus.el: Bump version to 0.9.
3363
3364 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3365
3366         * gnus.el: No Gnus v0.8 is released.
3367
3368 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3369
3370         * mail-source.el (mail-source-value):
3371         Prefer fboundp to functionp so it works with macros as well.
3372
3373 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3374
3375         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3376         Fix last change in case the element is not even a symbol.
3377
3378 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3379
3380         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3381         Prefer fboundp to functionp so it works with macros as well.
3382
3383 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * auth-source.el: Added docs.
3386         (auth-sources): Modify format to support server.
3387         (auth-source-pick, auth-source-user-or-password)
3388         (auth-source-user-or-password-imap)
3389         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3390         (auth-source-user-or-password-sftp)
3391         (auth-source-user-or-password-smtp): Add server parameter.
3392
3393 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3394
3395         * gnus-registry.el: Initialize the registry when gnus-registry-install
3396         is t.
3397
3398 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * compface.el (uncompface): Make buffer unibyte.
3401
3402 2008-04-05  Glenn Morris  <rgm@gnu.org>
3403
3404         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3405
3406 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3407
3408         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3409         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3410
3411         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3412         multibyteness after rather than before erasing it.
3413
3414         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3415         mm-with-multibyte.
3416         (gnus-request-article-this-buffer): Make sure the proper decoding is
3417         used if gnus-original-article-buffer happens to be unibyte.
3418
3419         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3420         default-enable-multibyte-characters.
3421
3422         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3423         default-enable-multibyte-characters.
3424
3425         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3426
3427         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3428
3429 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3430
3431         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3432         (imap-message-copyuid-1): Use it.
3433         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3434         J. Williams in
3435         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3436
3437         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3438         imap-enable-exchange-bug-workaround.
3439         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3440
3441 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3442
3443         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3444         a 100 byte status-checks into a 2-3MB transfer for each group.
3445         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3446         to enable bug workaround or not.
3447         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3448
3449 2008-03-31  Glenn Morris  <rgm@gnu.org>
3450
3451         * message.el (mml2015-use): Declare for compiler.
3452         (message-info): Require mml2015 when appropriate.
3453
3454 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3457         whitespace.
3458
3459 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3460
3461         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3462         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3463         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3464         (nntp-service-to-port): New function.
3465         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3466         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3467         (nntp-open-netcat-stream): New function.
3468         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3469
3470 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3471
3472         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3473
3474 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3475
3476         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3477
3478 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3479
3480         * dns.el (dns-write): Use set-buffer-multibyte.
3481
3482 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3483
3484         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3485
3486 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3487
3488         * message.el (message-signature-separator): Change default.
3489         Improve custom type.
3490         (message-cite-function): Change default to
3491         message-cite-original-without-signature.
3492
3493         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3494         toggle.
3495
3496         * message.el (message-check-news-body-syntax): Fix signature check.
3497         (message-setup-1): Mark buffer as unmodified _after_ running
3498         message-setup-hook and handling message-alternative-emails.
3499         (message-shorten-references): Be more strict when building list of
3500         valid references to comply with GNKSA.
3501
3502         * gnus-group.el (gnus-read-ephemeral-bug-group)
3503         (gnus-read-ephemeral-debian-bug-group)
3504         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3505
3506         * message.el (message-info): Don't use booleanp which isn't supported
3507         in Emacs 21 and XEmacs.
3508
3509 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3512         gnus-group-gmane-group-download-format.
3513         (gnus-group-read-ephemeral-gmane-group): Rename from
3514         gnus-group-read-ephemeral-gmane-group.
3515         (gnus-read-ephemeral-gmane-group-url): Rename from
3516         gnus-group-read-ephemeral-gmane-group-url.
3517         (gnus-bug-group-download-format-alist): New variable.
3518         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3519         (gnus-read-ephemeral-emacs-bug-group): New commands.
3520
3521 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3524         (gnus-visible-headers): Improve custom type.
3525
3526 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * mml.el (mml-menu): Add workarounds for XEmacs.
3529
3530         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3531         X-Boundary header.
3532
3533         * message.el (message-simplify-recipients): Fix previous commit.
3534
3535 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3536
3537         * mm-util.el (mm-set-buffer-multibyte): New function.
3538         * mm-decode.el (mm-copy-to-buffer): Use it.
3539
3540 2008-03-19  Glenn Morris  <rgm@gnu.org>
3541
3542         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3543         Accidentally removed in the sync process with Emacs.
3544
3545 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3546
3547         * message.el (message-alter-recipients-discard-bogus-full-name):
3548         New function.
3549         (message-alter-recipients-function): New variable.
3550         (message-get-reply-headers): Use it.
3551         (message-replace-header): New helper function.
3552         (message-recipients-without-full-name): New variable.
3553         (message-simplify-recipients): New command.
3554
3555         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3556
3557         * message.el (message-info): Handle EasyPG manual.
3558
3559         * mml.el (mml-menu): Add entry for EasyPG.
3560
3561 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3562
3563         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3564         parameter.
3565
3566         * message.el (message-disassociate-draft): Specify drafts group name
3567         fully.
3568
3569 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3570
3571         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3572         unnecessary duplicates from the match list.
3573
3574 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3577
3578         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3579
3580         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3581         args of `how-many' of which the XEmacs version doesn't take; declare
3582         Info-index-next as function.
3583
3584 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * gnus-score.el (gnus-score-headers): Fix handling of
3587         gnus-inhibit-slow-scoring.
3588
3589         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3590         string.
3591         (gnus-button-url-regexp): Improve handling of parenthesis.
3592         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3593         (gnus-button-handle-info-keystrokes): Handle index entries.
3594
3595 2008-03-15  Glenn Morris  <rgm@gnu.org>
3596
3597         * parse-time.el (parse-time-string): Simplify.
3598
3599 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3602         Incoming* files.
3603
3604 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3605
3606         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3607         (auth-source-pick): Use it.
3608
3609 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3610
3611         * binhex.el (binhex-decode-region-internal):
3612         * uudecode.el (uudecode-decode-region-internal):
3613         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3614         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3615         setting default-enable-multibyte-characters.
3616
3617 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3618
3619         * auth-source.el (auth-source-protocols)
3620         (auth-source-protocols-customize, auth-source-choices): Added and
3621         modified variable customizations and defaults.
3622         (auth-source-pick, auth-source-user-or-password)
3623         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3624         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3625         (auth-source-user-or-password-sftp)
3626         (auth-source-user-or-password-smtp): Use new variables and provide an
3627         interface to netrc.el.
3628
3629 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3632         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3633         Make sure the nntp port to specify is a string.
3634
3635 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3636
3637         * nntp.el: Use with-current-buffer.
3638         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3639         dubious mm-with-unibyte-current-buffer.
3640         (nntp-with-open-group-function): New function extracted from
3641         nntp-with-open-group macro.
3642         (nntp-with-open-group): Use the function, so it's easier to debug.
3643         Add indentation and debugging info.
3644         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3645         the use of the netcat alternatives.
3646
3647         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3648         Avoid mm-string-as-multibyte as well.
3649
3650         * nnweb.el (nnweb-insert-html):
3651         Remove use of nnheader-string-as-multibyte.
3652
3653         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3654         (nnheader-string-as-multibyte): Remove.
3655
3656         * mm-view.el: Use inhibit-read-only.
3657         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3658         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3659         or unibyte-string.
3660
3661         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3662         (mm-uu-yenc-extract): Use with-current-buffer.
3663
3664         * gnus-soup.el (gnus-soup-send-packet): Don't use
3665         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3666
3667         * nnmh.el: Use with-current-buffer.
3668         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3669         mm-string-as-multibyte on the output of mm-encode-coding-string.
3670
3671         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3672         (nnimap-request-move-article): Use with-current-buffer.
3673
3674         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3675         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3676         conversion uses string-make-unibyte rather than string-as-unibyte.
3677
3678         * gnus-msg.el: Use with-current-buffer.
3679
3680         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3681
3682 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3683
3684         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3685         string for caching if it is 'PIN.
3686
3687 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * lpath.el: Consider the case without Emacs/W3.
3690
3691 2008-03-08  Glenn Morris  <rgm@gnu.org>
3692
3693         * time-date.el (date-to-time, time-subtract, time-add)
3694         (safe-date-to-time): Doc fixes.
3695
3696 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * mail-source.el (mail-source-delete-old-incoming-confirm):
3699         Change default to nil.
3700         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3701
3702 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * lpath.el: Rearrange.
3705
3706         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3707         (gnus-article-goto-prev-page): Work for articles having ^L's.
3708
3709         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3710
3711         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3712
3713 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3714
3715         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3716         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3717         (gnus-bookmark-jump): Adjust some variable names.
3718
3719 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         * auth-source.el: New package.
3722         (auth-source-choices): Add customization entry point variable.
3723
3724         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3725         bug.
3726
3727 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3728
3729         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3730         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3731         (gnus-registry-install-shortcuts): Rename from
3732         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3733         the `gnus-registry-mark-map' keymap dynamically from
3734         `gnus-registry-marks'.  The generated functions update the summary line
3735         when a registry mark is added or deleted, and will call
3736         `gnus-registry-install-p' (see the comments in the code).
3737         (gnus-registry-user-format-function-M): Use concat intelligently.
3738
3739         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3740         the registry mark functions.
3741
3742 2008-03-05  Glenn Morris  <rgm@gnu.org>
3743
3744         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3745         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3746         gnus-art.
3747         (top-level): No need to load own source when compiling.
3748
3749 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3752         Suggested by <chris.anderton@zetnet.co.uk>.
3753
3754 2008-03-04  Glenn Morris  <rgm@gnu.org>
3755
3756         * gnus-sum.el (top-level): No need to require gnus when compiling,
3757         since unconditionally required near start of file.
3758         (gnus-summary-display-while-building): Move definition before use.
3759
3760 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3761
3762         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3763         formatting function.
3764
3765 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3768         with plists.
3769         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3770         Use new format.
3771
3772 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3775         `where-is-internal' that returns a range of key sequences.
3776
3777 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3778
3779         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3780
3781         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3782         (gnus-summary-jump-to-group): Consider windows on other displayed
3783         frames as well.  Similar changes might be needed elsewhere, but that's
3784         the one I've bumped into during my use.
3785
3786         * nndoc.el (nndoc-oe-dbx-type-p):
3787         * gnus-msg.el (gnus-debug):
3788         * gnus-group.el (gnus-update-group-mark-positions):
3789         Use mm-string-to-multibyte.
3790
3791 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3794         doesn't handle NotDashEscaped.
3795
3796         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3797         (mml-dnd-attach-options): Fix typo in custom choice.
3798
3799         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3800         nndoc-article-type to mbox.
3801         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3802
3803         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3804         to nil, instead of html2text.
3805
3806         * imap.el (imap-debug): Add `imap-ping-server'.
3807
3808         * gnus-bookmark.el: Add FIXMEs.
3809
3810         * message.el (message-form-letter-separator)
3811         (message-send-form-letter-delay): New variables.
3812         (message-send-form-letter): Use them.  New command to send form
3813         letters.  Requested by Uwe Siart.
3814         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3815
3816 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * Update copyright years.
3819
3820 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         Sync from EMACS_22_BASE.
3823
3824         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3825
3826 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3827
3828         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3829         empty author.
3830
3831 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * gnus-registry.el (gnus-registry-marks): Add variable for
3834         customization of marks and their appearance.
3835         (gnus-registry-read-mark): Use it.
3836         (gnus-registry-do-marks): Add utility function to loop through
3837         `gnus-registry-marks'.
3838         (gnus-registry-install-shortcuts-and-menus): Add function to install
3839         shortcuts and menus.
3840         (gnus-registry-initialize): Use it.
3841         (gnus-registry-default-mark): Clarify documentation.
3842
3843 2008-02-29  Glenn Morris  <rgm@gnu.org>
3844
3845         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3846         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3847         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3848         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3849         Change defcustom :version from 23.0 to 23.1.
3850
3851 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3852
3853         * gnus-registry.el (gnus-registry-follow-group-p)
3854         (gnus-registry-post-process-groups): Add functions to aid registry
3855         splitting and improve logging.  Clarify behavior in function
3856         documentation.
3857         (gnus-registry-split-fancy-with-parent): Use them.
3858
3859 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3860
3861         * gnus-art.el: Use with-current-buffer.
3862
3863 2008-02-27  David Engster  <dengste@eml.cc>
3864
3865         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3866         Express real group name in the response.
3867
3868 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3871         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3872         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3873         autoload gnus-registry-fetch-group when compiling.
3874         (nnmairix-request-group-with-article-number-correction): Remove
3875         unreferenced argument passed to nnmairix-call-backend.
3876
3877 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3878
3879         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3880         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3881         Wilde.
3882
3883 2008-02-27  Glenn Morris  <rgm@gnu.org>
3884
3885         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3886         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3887         variables to defconsts.  Convert comments to doc-strings.
3888         (nnmairix-last-server, nnmairix-current-server): Convert from free
3889         variables to defvars.  Convert comments to doc-strings.
3890         (gnus-registry-fetch-group): Autoload.
3891         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3892         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3893         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3894         caddr.
3895         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3896         nnmairix-request-group-with-article-number-correction call.
3897         (nnmairix-fast, nnmairix-group): New, less general names, for free
3898         variables passed from nnmairix-request-group to
3899         nnmairix-request-group-with-article-number-correction.  Declare.
3900         (nnmairix-request-group-with-article-number-correction):
3901         Use nnmairix-fast, nnmairix-group rather than fast, group.
3902
3903 2008-02-26  David Engster  <dengste@eml.cc>
3904
3905         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3906         version 0.5.
3907
3908 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3909
3910         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3911         instead of making an extra function call.  Don't add the current group
3912         to articles only when they have the group.  Use
3913         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3914         Reported by David <de_bb@arcor.de>.
3915
3916 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3919         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3920
3921 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * mail-source.el (mail-source-delete-incoming): Change default.
3924         Supplement doc string.
3925
3926         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3927
3928 2008-02-14  Glenn Morris  <rgm@gnu.org>
3929
3930         * time-date.el (format-seconds): New function.
3931
3932 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3933
3934         * nnmail.el (nnmail-message-id-cache-file): Derive from
3935         `gnus-home-directory'.
3936
3937 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3940         Document negative prefix.
3941
3942         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3943
3944 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * message.el (message-unsent-separator): Add the Exim bounce
3947         separator.
3948
3949 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3950
3951         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3952         list.
3953         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3954         recipient/signer list.
3955
3956 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * Makefile.in (datarootdir): Define.
3959         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3960         name that might contain whitespace.
3961
3962 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3963
3964         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3965         fbound (Emacs 23 unicode), signal an error.
3966
3967 2008-02-08  Glenn Morris  <rgm@gnu.org>
3968
3969         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3970
3971 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3972
3973         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3974         ports to the calls to `netrc-machine-user-or-password' in addition to
3975         "imap" and "imaps".
3976
3977 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3978
3979         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3980
3981         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3982
3983 2008-02-01  Kenichi Handa  <handa@m17n.org>
3984
3985         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3986         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3987         (rfc2104-hash): Convert the result of concat to unibyte string.
3988
3989 2008-02-01  Dave Love  <fx@gnu.org>
3990
3991         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3992         coding-system-for-read.
3993         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3994
3995 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3996
3997         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3998         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3999         <hanche@math.ntnu.no>.
4000
4001 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4004
4005         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4006
4007 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4008
4009         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4010         * message.el (message-beginning-of-line): Use featurep instead of bound
4011         tests in order to resolve conditionals at compile time.
4012
4013 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4014
4015         * mail-source.el (mail-sources): Add `group' choice.
4016
4017         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4018         parameter `in-group' to control into which group the articles go.
4019         Add treatment of `group' mail-source.
4020
4021 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4024
4025         * mm-decode.el (mm-dissect-buffer): Decode description.
4026
4027         * mml.el (mml-to-mime): Encode message header first.
4028
4029 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4032         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4033
4034         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4035         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4036
4037 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4038
4039         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4040
4041 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4044         prefix keys.
4045         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4046         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4047         gnus-xmas.el.
4048
4049         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4050         (gnus-xmas-article-describe-bindings): New function.
4051         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4052         gnus-xmas-article-describe-bindings.
4053
4054         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4055
4056 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4059         Add new variables for article mark management.
4060         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4061         list of extra data entries which, when present, will indicate that the
4062         article ID should not be trimmed from the registry.
4063         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4064         functions.
4065         (gnus-registry-read-mark): New function to read a mark name from the
4066         user.
4067         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4068         (gnus-registry-set-article-mark-internal): New functions to add and
4069         remove marks.
4070         (gnus-registry-get-article-marks): New function to show the marks for
4071         an article, or retrieve them for further use.
4072
4073 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4076         keys when no argument is given.
4077
4078 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4079
4080         * imap.el (imap-ping-server): New variable.
4081         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4082         (imap-ping-server): Minor doc string fixes.
4083
4084 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4085
4086         * imap.el (imap-ping-server): New function.
4087         (imap-opened): Call imap-ping-server.
4088
4089 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * gnus-sum.el (gnus-article-sort-by-random)
4092         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4093         jidanni@jidanni.org.
4094
4095 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-art.el (gnus-article-describe-bindings): New function.
4098         (gnus-article-read-summary-keys): Use it.
4099         (gnus-article-mode-map): Bind `C-h b' to it.
4100
4101 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4104         XEmacs.
4105         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4106         against non-character events.
4107
4108         * lpath.el: Fbind map-keymap for Emacs 21.
4109
4110 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4113         command.
4114         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4115         instead of END.  Change name of the temp file.
4116         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4117         customizable.
4118
4119 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4122         bind `S W' to gnus-article-wide-reply-with-original; set default
4123         binding to gnus-article-read-summary-send-keys.
4124         (gnus-article-read-summary-keys): Fix the order of keys; display
4125         continuation keys correctly in the echo area; describe bindings
4126         correctly when keys end with `C-h'.
4127         (gnus-article-read-summary-send-keys): New function.
4128         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4129         for gnus-article-read-summary-send-keys; display continuation keys
4130         correctly in the echo area.
4131         (gnus-article-reply-with-original): Ignore prefix argument.
4132         (gnus-article-wide-reply-with-original): New function.
4133
4134         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4135         Emacs 21.
4136
4137 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4140         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4141
4142 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4143
4144         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4145         (gnus-group-read-ephemeral-gmane-group): New command.
4146
4147 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4148
4149         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4150
4151 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * message.el (message-send-mail-function): Increase custom version.
4154
4155         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4156         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4157
4158 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4159
4160         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4161         for the cases where imap-authenticate is called with a nil buffer
4162         parameter.
4163
4164 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4167         html parts correctly; support forwarded messages.
4168         (gnus-article-browse-html-article): Remove work buffers.
4169
4170         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4171         compiling.
4172         (netrc-bound-and-true-p): New macro.
4173         (netrc-parse): Use it instead of bound-and-true-p that is not available
4174         in XEmacs 21.4.
4175
4176 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * gnus-registry.el (gnus-registry-mark-article)
4179         (gnus-registry-article-marks): Add functionality to mark articles
4180         through the Gnus registry.
4181
4182         * encrypt.el: Clarify documentation for the new pgg method.
4183         (encrypt-file-alist): Add PGG option.
4184         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4185         functionality.  Abstract password key and messaging to external
4186         functions.
4187         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4188         (encrypt-message-method-and-cipher): Add new convenience external
4189         functions.
4190         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4191         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4192
4193         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4194         (netrc-parse): Use encrypt-file-alist to determine if
4195         encrypt-find-model or encrypt-insert-file-contents should be used.
4196
4197         * encrypt.el: Clarify documentation.  Load password-cache or
4198         password, whichever one is found first, instead of autoloading.
4199
4200 2007-12-19  Glenn Morris  <rgm@gnu.org>
4201
4202         * mml.el (message-options-set, message-narrow-to-head)
4203         (message-in-body-p, message-mail-p, message-encode-message-body):
4204         Autoload.
4205         (message-remove-header, message-narrow-to-headers-or-head)
4206         (message-subscribed-p, message-make-mail-followup-to)
4207         (message-position-on-field, message-news-p)
4208         (message-options-set-recipient, message-generate-headers)
4209         (message-sort-headers): Declare as functions.
4210
4211 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4212
4213         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4214         convention in doc string.
4215
4216 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4219         title to html parts.
4220         (gnus-article-browse-html-article): Pass message header to it.
4221
4222         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4223
4224 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4227         or password compatible with XEmacs.
4228
4229 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4230
4231         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4232         format document.
4233         (gnus-mime-delete-part): Don't write description line if empty.
4234         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4235
4236 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4237
4238         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4239         (gnus-summary-mark-read-and-unread-as-read)
4240         (gnus-summary-mark-current-read-and-unread-as-read)
4241         (gnus-summary-mark-unread-as-ticked): Doc fix.
4242         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4243
4244 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4245
4246         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4247         Christoph Conrad <christoph.conrad@gmx.de>.
4248
4249 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4252         yes-or-no-p.
4253
4254 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * mm-decode.el (mm-add-meta-html-tag): New function.
4257         (mm-save-part-to-file, mm-pipe-part): Use it.
4258
4259         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4260         gnus-y-or-n-p instead of y-or-n-p.
4261         (gnus-article-browse-html-parts): Work with message/external-body; use
4262         mm-add-meta-html-tag.
4263
4264 2007-12-11  Glenn Morris  <rgm@gnu.org>
4265
4266         * gnus-cache.el: Require gnus-sum not just when compiling.
4267
4268         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4269
4270         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4271         definitions before use.
4272
4273         * mm-decode.el: Require gnus-util.
4274         (mm-remove-part): Only call delete-annotation on XEmacs.
4275
4276         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4277
4278         * nnmail.el: Require gnus-int.
4279
4280         * spam.el: Move `require's before `eval-when-compile's.
4281
4282         * gnus-ems.el (gnus-alive-p):
4283         * gnus-fun.el (message-goto-eoh):
4284         * gnus-util.el (gnus-group-name-decode):
4285         * mail-source.el (gnus-compress-sequence):
4286         * message.el (Info-goto-node, format-spec):
4287         * mm-bodies.el (message-options-get):
4288         * mm-decode.el (mm-view-pkcs7):
4289         * mm-util.el (gmm-write-region):
4290         * mml-smime.el (mml-compute-boundary)
4291         (gnus-completing-read-with-default):
4292         * mml.el (widget-button-press, gnus-make-hashtable):
4293         * mml1991.el (mm-decode-content-transfer-encoding)
4294         (mm-encode-content-transfer-encoding)
4295         (message-options-get, message-options-set):
4296         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4297         * nnfolder.el (gnus-request-group):
4298         * nnheader.el (ietf-drums-unfold-fws):
4299         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4300         * smime.el (gnus-run-mode-hooks):
4301         * spam-stat.el (gnus-message): Autoload.
4302
4303         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4304         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4305         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4306         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4307         Add declare-function compatibility definition.
4308
4309         * gnus-cache.el (nnvirtual-find-group-art):
4310         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4311         (gnus-add-image, gnus-add-wash-type):
4312         * gnus-group.el (nnkiboze-score-file):
4313         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4314         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4315         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4316         (message-tokenize-header, gnus-get-buffer-create)
4317         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4318         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4319         * gnus.el (gnus-group-decoded-name):
4320         * mail-source.el (imap-capability):
4321         * mm-bodies.el (message-options-set):
4322         * mm-decode.el (gnus-configure-windows):
4323         * mm-extern.el (message-goto-body):
4324         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4325         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4326         (epg-sub-key-validity, message-options-set):
4327         * mml.el (widget-event-point, gnus-configure-windows):
4328         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4329         * mml2015.el (epg-check-configuration, epg-configuration)
4330         (message-options-set):
4331         * nndb.el (nndb-request-article):
4332         * nnfolder.el (gnus-request-create-group):
4333         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4334         * nnmaildir.el (gnus-group-mark-article-read):
4335         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4336         * rfc1843.el (message-fetch-field):
4337         * spam.el (gnus-extract-address-components):
4338         Declare as functions.
4339
4340 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4343
4344         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4345
4346         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4347         bind show-trailing-whitespace for XEmacs.
4348
4349 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4350
4351         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4352         new no-op macro for backward compatibility.
4353
4354         * imap.el (imap-string-to-integer): New function.
4355
4356 2007-12-09  Glenn Morris  <rgm@gnu.org>
4357
4358         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4359
4360         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4361         * message.el, mm-view.el, sieve-manage.el, smime.el:
4362         Add declare-function compatibility definition.
4363
4364         * gnus-art.el (w3-region, w3m-region, Info-menu):
4365         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4366         * gnus-sum.el (gnus-get-predicate):
4367         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4368         * message.el (mail-abbrev-in-expansion-header-p):
4369         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4370         (w3m-detect-meta-charset, w3m-region):
4371         * sieve-manage.el (password-read, password-cache-add)
4372         (password-cache-remove):
4373         * smime.el (password-read-and-add): Declare as functions.
4374
4375 2007-12-08  David Kastrup  <dak@gnu.org>
4376
4377         * gnus-sum.el (gnus-summary-simplify-subject-query):
4378         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4379         `message'.
4380
4381 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4384         it to bind idna-program, installation-directory, defined-colors, and
4385         face-attribute for XEmacs of the version that compiles defcustom forms.
4386
4387 2007-12-07  Glenn Morris  <rgm@gnu.org>
4388
4389         * gnus-art.el (article-make-date-line): Revert previous change.
4390
4391 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4394
4395 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4396
4397         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4398         Call gnus-add-to-range ranges only once with a prepared article-list.
4399
4400 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4401
4402         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4403         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4404         group names with backslashes.  Reported by Tassilo Horn
4405         <tassilo@member.fsf.org>.
4406
4407 2007-12-06  Deepak Goel  <deego3@gmail.com>
4408
4409         * gnus-art.el (article-make-date-line):
4410         * gnus-start.el (gnus-load):
4411         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4412
4413 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-art.el (gnus-use-idna)
4416         * gnus-start.el (gnus-site-init-file)
4417         * message.el (message-use-idna)
4418         * mm-uu.el (mm-uu-hide-markers)
4419         * smiley.el (smiley-style): Revert changes that suppress warnings.
4420
4421 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4424         specify charset to html source.  Reported by Christoph Conrad
4425         <christoph.conrad@gmx.de>.
4426
4427 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4430         idna-program in order to suppress byte compile warning issued by XEmacs
4431         that came to byte compile the default value section of defcustom forms
4432         recently.
4433
4434         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4435         value of installation-directory.
4436
4437         * message.el (message-use-idna): Don't directly refer to the value of
4438         idna-program.
4439
4440         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4441
4442         * smiley.el (smiley-style): Don't directly call face-attribute.
4443
4444 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4447
4448         * gnus-dired.el: Reduce Gnus dependencies.
4449         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4450         require.  Use autoloads instead.
4451         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4452         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4453         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4454         (gnus-dired-mode): Adjust doc string.
4455         (gnus-dired-mail-mode): New variable.
4456         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4457         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4458         (gnus-dired-mail-buffers): New function.  Return mail or message
4459         composition buffers.
4460         (gnus-dired-attach): Use it.
4461         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4462         NO-DECODE.
4463         (gnus-dired-print): Use `gnus-print-buffer' depending on
4464         `gnus-dired-mail-mode'.
4465
4466 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * rfc2047.el (rfc2047-encoded-word-regexp)
4469         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4470         explaining what regexp patterns are for.
4471
4472 2007-12-04  Glenn Morris  <rgm@gnu.org>
4473
4474         * password.el: Move to password-cache.el.
4475
4476         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4477         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4478         * mml-smime.el (password-read, password-cache-add)
4479         (password-cache-remove):
4480         No need to autoload, since mml-sec requires password.
4481
4482         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4483         * message.el (gnus-extract-address-components):
4484         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4485
4486         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4487         password.
4488
4489 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * mailcap.el: Reduce dependencies.
4492         (mail-header-parse-content-type): Autoload.
4493         (mailcap-delete-duplicates): New alias.
4494         (mailcap-mime-info): Add optional argument NO-DECODE.
4495         (mailcap-mime-types): Use mailcap-delete-duplicates.
4496
4497         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4498
4499 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4500
4501         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4502         (imap-parse-status): Upcase status-att for servers that sends them
4503         lower-case (e.g., MS Exchange 2007).
4504
4505 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4508         function.
4509
4510         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4511         (gnus-uu-yenc-article): New function.
4512
4513         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4514
4515         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4516         buffer.
4517
4518 2007-12-02  Glenn Morris  <rgm@gnu.org>
4519
4520         * binhex.el (binhex): New custom group.
4521         (binhex-decoder-program, binhex-decoder-switches)
4522         (binhex-use-external): Move to the binhex custom group.
4523
4524         * uudecode.el (uudecode): New custom group.
4525         (uudecode-decoder-program, uudecode-decoder-switches)
4526         (uudecode-use-external): Move to the uudecode custom group.
4527
4528         * netrc.el (top-level): Don't load `encrypt' features.
4529         (netrc-parse): Don't use encrypt.
4530         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4531
4532         * encrypt.el: Remove file.
4533
4534 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4535
4536         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4537         matches on patches.
4538
4539         * gnus-art.el (gnus-article-browse-html-article): Mention
4540         `mm-text-html-renderer' in the doc string.
4541
4542         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4543         string.  Add comments.
4544
4545         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4546         if rhs is ASCII.
4547
4548 2007-12-01  Glenn Morris  <rgm@gnu.org>
4549
4550         * mail-source.el (top-level): Require format-spec before
4551         eval-when-compile.
4552
4553 2007-11-30  Glenn Morris  <rgm@gnu.org>
4554
4555         * encrypt.el: Require password, rather than autoloading password-read.
4556
4557 2007-11-29  Glenn Morris  <rgm@gnu.org>
4558
4559         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4560         (sasl-make-client, sasl-next-step, sasl-step-data)
4561         (sasl-step-set-data): Declare as functions.
4562
4563 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4564
4565         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4566
4567 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4568
4569         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4570         certs should be verified and what is to be done in the event of a
4571         verification failure.
4572
4573         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4574         caller can indicate whether the cache should be disregarded for this
4575         call.  This way the result of the call is reproducible at all times and
4576         can be considered a canonical server name for the supplied method.
4577         (gnus-agent-method-p): Canonicalize server names by pushing their
4578         method through `gnus-method-to-server' using the no-cache argument.
4579
4580         * gnus-srvr.el (gnus-server-insert-server-line): Call
4581         `gnus-method-to-server' with `no-cache' argument.
4582
4583         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4584         gnus-agent-possibly-synchronize-flags as this should be called when the
4585         server is actually being opened.
4586         (gnus-agent-possibly-synchronize-flags)
4587         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4588         flags file of an agentized server to the latter function.
4589
4590         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4591         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4592         after a connection has been established successfully.
4593
4594 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-art.el (article-display-face): Force to display face if called
4597         interactively; check if gnus-article-x-face-too-ugly matches author.
4598         (article-display-x-face): Display face even if From header is missing
4599         as article-display-face does.
4600
4601 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4602
4603         * hashcash.el (message-narrow-to-headers-or-head)
4604         (message-fetch-field, message-goto-eoh)
4605         (message-narrow-to-headers): Declare as functions.
4606
4607 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4608
4609         * mail-source.el (mail-sources): Default to fetch from file for
4610         compatibility with default of nnmail-spool-file.
4611
4612 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4615         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4616         to look for encoded word that should be encoded again.
4617         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4618         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4619         encoding pattern.
4620         (rfc2047-decode-region): Switch strict regexp and loose one according
4621         to rfc2047-allow-irregular-q-encoded-words.
4622
4623 2007-11-25  Romain Francoise  <romain@orebokech.com>
4624
4625         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4626
4627 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * tls.el (tls-program): Provide more custom choices from
4630         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4631         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4632
4633 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4634
4635         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4636         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4637
4638         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4639         `nnmail-spool-file'.
4640
4641         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4642         `nnmail-spool-file'.
4643
4644         * gnus-move.el (gnus-change-server): Ditto.
4645
4646         * gnus-kill.el (gnus-batch-score): Ditto.
4647
4648         * gnus-cache.el (gnus-jog-cache): Ditto.
4649
4650         * gnus-msg.el (gnus-summary-reply):
4651         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4652
4653 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4656         version.  Minor improvement to doc strings.
4657         (tls-program): Add comment.
4658
4659 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4660
4661         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4662         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4663         mismatch between the hostname provided in the certificate and the name
4664         of the host connnecting to.
4665         (open-tls-stream): Use them.  Check certificates against trusted root
4666         certificates.
4667
4668 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4669
4670         * gnus-cache.el (gnus-cache-generate-nov-databases):
4671         Use nnml-generate-nov-databases-directory instead of
4672         nnml-generate-nov-databases-1.
4673
4674 2007-11-24  Glenn Morris  <rgm@gnu.org>
4675
4676         * message.el (message-tool-bar-retro): Update for rename
4677         mail_send.xpm->mail-send.xpm.
4678
4679 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4680
4681         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4682         `smime-ldap-search' for Emacs 22 and up.
4683
4684 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4685
4686         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4687
4688         * message.el (message-send-mail-function): Fix error convention.
4689         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4690         (message-widen-reply, message-send-mail, message-talkative-question)
4691         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4692         (message-clone-locals, message-send-news): Use with-current-buffer.
4693         (message-insert-or-toggle-importance): Remove unused var `valid'.
4694         (message-make-references): Remove unused var `new-references'.
4695         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4696
4697 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4698
4699         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4700         (spam-split-symbolic-return-positive): Reflow docstring.
4701         (spam-backends, spam-summary-exit-behavior)
4702         (spam-mark-ham-unread-before-move-from-spam-group)
4703         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4704         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4705         (spam-clear-cache, spam-backend-check, spam-install-backend)
4706         (spam-install-statistical-backend, spam-list-of-processors)
4707         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4708         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4709         (spam-check-crm114, spam-initialize, spam-unload-hook):
4710         Fix typos in docstrings.
4711
4712 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4715         been checked if they have never been read and those group levels are
4716         higher than the one that a user specified.
4717
4718 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4721         foreign groups unless a group level is specified by a user.
4722         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4723
4724 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4725
4726         * message.el (message-send-mail-function): Require sendmail.
4727
4728 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4729
4730         * message.el (message-send-mail-function): Check for smtpmail too.
4731
4732         * utf7.el (utf7-encode, utf7-decode): Use coding system
4733         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4734
4735         * message.el (message-send-mail-function): New function.
4736         (message-send-mail-function): Set default using
4737         message-send-mail-function.  Adjust doc string.
4738         (message-send-mail-with-mailclient): New function.
4739
4740 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4741
4742         * smime.el (from):
4743         * rfc2047.el (message-posting-charset):
4744         * qp.el (mm-use-ultra-safe-encoding):
4745         * pop3.el (parse-time-months):
4746         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4747         * nnml.el (files):
4748         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4749         (jka-compr-compression-info-list, ange-ftp-path-format)
4750         (efs-path-regexp):
4751         * nndiary.el (files):
4752         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4753         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4754         (epg-digest-algorithm-alist, inhibit-redisplay)
4755         (password-cache-expiry):
4756         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4757         (pgg-output-buffer, password-cache-expiry):
4758         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4759         (efs-path-regexp):
4760         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4761         (inhibit-redisplay):
4762         * mm-uu.el (file-name, start-point, end-point, entry)
4763         (gnus-newsgroup-name, gnus-newsgroup-charset):
4764         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4765         (latin-unity-ucs-list):
4766         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4767         (mm-uu-binhex-decode-function):
4768         * message.el (gnus-message-group-art, gnus-list-identifiers)
4769         (rmail-enable-mime-composing, gnus-local-organization)
4770         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4771         (gnus-read-active-file, facemenu-add-face-function)
4772         (facemenu-remove-face-function, gnus-article-decoded-p)
4773         (tool-bar-mode):
4774         * mail-source.el (display-time-mail-function):
4775         * gnus-util.el (nnmail-pathname-coding-system)
4776         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4777         (gnus-original-article-buffer, gnus-user-agent)
4778         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4779         (xemacs-codename, sxemacs-codename, emacs-program-version):
4780         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4781         * gnus-start.el (gnus-agent-covered-methods)
4782         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4783         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4784         (gnus-newsgroup-headers, gnus-group-list-mode)
4785         (gnus-group-mark-positions, gnus-newsgroup-data)
4786         (gnus-newsgroup-unreads, nnoo-state-alist)
4787         (gnus-current-select-method, mail-sources)
4788         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4789         (nnmail-spool-file, gnus-cache-active-hashtb):
4790         * gnus-mh.el (mh-lib-progs):
4791         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4792         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4793         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4794         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4795         (gnus-group-buffer):
4796         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4797         (font-lock-set-defaults):
4798         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4799         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4800         (gnus-summary-post-menu, total-parts, type, condition, length):
4801         * gnus-agent.el (gnus-agent-read-agentview):
4802         * flow-fill.el (show-trailing-whitespace):
4803         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4804         eval-and-compile wrappers for byte compiler pacifiers.
4805
4806         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4807         (mm-display-inline-fontify): Check for featurep 'xemacs not
4808         extent-list.
4809
4810         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4811         itimer-list.
4812         (mm-create-image-xemacs): Only do something for XEmacs.
4813         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4814
4815         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4816
4817         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4818         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4819
4820 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4821
4822         * nnimap.el (nnimap-split-download-body):
4823         * gnus-demon.el (gnus-demon):
4824         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4825
4826 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4829         macros.
4830         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4831         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4832         copy data from unibyte buffer to multibyte current buffer.
4833         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4834         to copy data from unibyte current buffer to multibyte buffer.
4835         (nntp-make-process-buffer): Make process buffer unibyte.
4836
4837         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4838
4839 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4840
4841         * pop3.el (pop3-open-server): Accept and process data more robustly at
4842         connexion start to avoid spurious "POP SSL connexion failed" errors.
4843
4844 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4847         read group names.
4848
4849 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4852
4853 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4856         (nnmail-save-active): Use a unibyte buffer when saving active file,
4857         which may contain non-ASCII group names.
4858
4859         * nnml.el (nnml-request-group): Decode group names in messages.
4860
4861 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4862
4863         * message.el (message-citation-line-function)
4864         (message-insert-formatted-citation-line): Fix spelling of
4865         `message-insert-formated-citation-line'.
4866
4867 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4868
4869         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4870
4871 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4874         nnmail-pathname-coding-system.
4875
4876         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4877         that a user enters; decode group names in messages.
4878
4879         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4880
4881 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4884
4885         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4886
4887         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4888         risky local variable.
4889
4890         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4891
4892 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4893
4894         * encrypt.el: Improve documentation to fix function name typo.
4895         Reported by Daiki Ueno <ueno@unixuser.org>.
4896
4897 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4900         even if the point is not in the last page of an article.
4901         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4902         back to the previous page.
4903
4904 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4905
4906         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4907
4908 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4911
4912 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4913
4914         * message.el (message-check-news-body-syntax): Avoid
4915         mm-string-as-multibyte.
4916         (message-hide-headers): Don't assume (point-min)==1.
4917
4918 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4919
4920         * message.el (message-remove-blank-cited-lines): Fix if remove is
4921         given.
4922         (message-bogus-address-regexp): New variable.
4923         (message-bogus-recipient-p): New function.
4924         (message-check-recipients): New command.
4925         (message-syntax-checks): Add `bogus-recipient'.
4926         (message-fix-before-sending): Add `bogus-recipient'.
4927
4928         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4929         (gnus-treat-body-boundary): Don't test window-system.
4930
4931 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4932
4933         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4934
4935 2007-10-28  Miles Bader  <miles@gnu.org>
4936
4937         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4938         at compile-time too.
4939
4940 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4941
4942         * gnus-msg.el (gnus-message-setup-hook): Add
4943         `message-remove-blank-cited-lines' to options.
4944
4945 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4946
4947         * message.el (message-remove-blank-cited-lines): New function.
4948         Suggested by Karl Plästerer.
4949
4950 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4953         mapc.
4954
4955         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4956         (top-level): Use mapc to set functions to be traced for debugging.
4957
4958         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4959         called for effect with while loop.
4960
4961         * message.el (message-talkative-question): Replace mapcar called for
4962         effect with mapc.
4963
4964         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4965         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4966         called for effect with dolist.
4967
4968         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4969
4970         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4971         gnus-extra-headers and nnmail-extra-headers.
4972
4973         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4974         called for effect with dolist.
4975         (top-level): Use mapc to set functions to be traced for debugging.
4976
4977         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4978         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4979         dolist.
4980
4981         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4982         Replace mapcar called for effect with mapc.
4983         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4984         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4985         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4986         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4987
4988         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4989         remove-if that's a cl function.
4990
4991         * webmail.el (webmail-debug): Replace mapcar called for effect with
4992         dolist.
4993
4994         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4995         with mapc.
4996
4997 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5000         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5001         with while loop.
5002
5003         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5004         functions from article-* functions.
5005         (gnus-multi-decode-header): Replace mapcar called for effect with
5006         dolist.
5007
5008         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5009         (gnus-bookmark-show-details): Replace mapcar called for effect with
5010         while loop.
5011
5012         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5013         called for effect with while loop.
5014
5015         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5016         with dolist.
5017
5018         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5019         mapcar called for effect with dolist.
5020
5021         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5022
5023         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5024         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5025         Replace mapcar called for effect with dolist.
5026         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5027         mapc.
5028
5029         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5030         Replace mapcar called for effect with dolist.
5031         (gnus-topic-list): Replace mapcar called for effect with mapc.
5032
5033         * gnus.el: Use mapc instead of mapcar to add autoloads.
5034
5035 2007-10-23  Richard Stallman  <rms@gnu.org>
5036
5037         * gnus-group.el (gnus-group-highlight): Mark as risky.
5038
5039 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus.el (gnus-server-to-method): Return method found first in
5042         gnus-newsrc-alist.
5043
5044         * gnus-art.el (gnus-article-highlight-signature)
5045         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5046         button overlay without the front stickiness.
5047
5048 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5049
5050         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5051         overview buffer needed a catch to receive its throw.
5052         (gnus-agent-flush-cache): Declared as interactive to make this function
5053         easier to use.
5054
5055 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5058         `next-line'.
5059
5060 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5063         exclude address matching message-dont-reply-to-names.
5064
5065 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-util.el (gnus-string<): New function.
5068
5069         * gnus-sum.el (gnus-article-sort-by-author)
5070         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5071
5072 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5075         the frame-focus tag is set in gnus-buffer-configuration.
5076
5077 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5080         the front stickiness.
5081
5082 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5085         url pattern; remove duplicate one.
5086         (gnus-article-extend-url-button): New function.
5087         (gnus-article-add-buttons): Use it.
5088         (gnus-button-push): Use concatenated url that it makes.
5089
5090 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5091
5092         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5093
5094 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5095
5096         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5097         Don't hardcode point-min==1.
5098
5099 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5102         Fix comment about "iso8859-1".
5103
5104 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5105
5106         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5107         ones returned from the verify-function.
5108
5109         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5110         mml2015-extract-cleartext-signature if extraction failed.
5111
5112 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5113
5114         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5115         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5116         failed.
5117
5118 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5121
5122 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5125         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5126         recommends to use EasyPG instead of PGG.
5127
5128         * pgg.el: Revert to revision 6.23.2.16.
5129
5130         * pgg-def.el: Revert to revision 6.6.2.14.
5131
5132         * pgg-gpg.el: Revert to revision 6.23.2.34.
5133
5134 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5137         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5138         thread for both the null and zero (kill/expire thread) universal prefix
5139         cases.
5140         (gnus-summary-expire-thread): Add new function to expire a thread,
5141         using gnus-summary-kill-thread.
5142         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5143         shortcuts for gnus-summary-expire-thread.
5144         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5145         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5146
5147 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5148
5149         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5150         extras value, so an extras entry can be deleted.
5151         (gnus-registry-delete-extra-entry): Use it.
5152         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5153         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5154         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5155         storage through the gnus-registry, and provide an appropriate API for
5156         it.
5157
5158 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5161         Suggested by Leo <sdl.web@gmail.com>.
5162
5163         * gnus.el: Do.
5164
5165 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5168         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5169
5170         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5171
5172         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5173         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5174
5175 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5178         newline.
5179         (nnmbox-request-accept-article): Don't change article in source buffer;
5180         narrow to header to use message-fetch-field rather than
5181         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5182         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5183         as delimiters; make sure article ends with newline.
5184         (nnmbox-delete-mail): Correct last position of article to be deleted;
5185         ignore X-Gnus-Newsgroup header in article body.
5186         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5187         positions; make sure article ends with newline.
5188
5189         * message.el (message-display-abbrev): Don't infloop when a user
5190         inserts SPC in the beginning of header.
5191
5192         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5193         coding-system-for-read and coding-system-for-write for XEmacs having no
5194         file-coding feature.
5195
5196         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5197
5198 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5201         list of groups not followed by default.  Fix type to be regexp.
5202         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5203
5204 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5205
5206         * hmac-def.el (define-hmac-function): Switch from old-style to
5207         new-style backquotes.
5208
5209         * md4.el (md4-make-step): Likewise.
5210
5211 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5214         raw-text coding system when saving .newsrc file, which may contain
5215         non-ASCII group names.
5216
5217 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-cus.el (gnus-score-extra): New widget.
5220         (gnus-score-extra-convert): New function.
5221         (gnus-score-customize): Use it for Extra.
5222
5223 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5224
5225         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5226         (mml2015-mailcrypt-clear-verify): Use it.
5227         (mml2015-gpg-clear-verify): Use it.
5228         (mml2015-pgg-clear-verify): Use it.
5229         (mml2015-epg-clear-verify): Replace the current part with the output
5230         from GnuPG; don't extract the plaintext by itself.
5231
5232         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5233         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5234         mml2015-clear-verify-function; don't touch the armor headers or
5235         dash-escaped text here.
5236
5237 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5240         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5241         parts, or application/octet-stream as a last resort.
5242         (gnus-mime-view-part-as-type): Don't toggle display.
5243         (gnus-mime-view-part-as-charset): Don't turn off display before
5244         querying charset.
5245
5246         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5247         stuff to undisplayer function in Emacs.
5248         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5249
5250         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5251         text/calendar parts.
5252
5253 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5256         decoding text/calendar parts.
5257
5258         * message.el (message-forward-make-body-mime): Always mark body as
5259         having no illegible text; remove signed-or-encrypted argument.
5260         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5261
5262         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5263         (mml-generate-mime-1): Don't encode body if it is specified to be in
5264         raw form; don't make buffer be unibyte when inserting multibyte string.
5265
5266 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5267
5268         * sha1.el: Fix up comment style.
5269         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5270         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5271
5272         * hex-util.el: Fix up comment style.
5273         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5274
5275         * gnus-salt.el: Use with-current-buffer.
5276         (gnus-pick-setup-message): Fix long-standing typo.
5277
5278 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * imap.el (imap-logout-timeout): New variable.
5281         (imap-logout, imap-logout-wait): New functions.
5282         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5283
5284         * nnimap.el (nnimap-logout-timeout): New server variable.
5285         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5286         nnimap-logout-timeout.
5287
5288         * gnus-art.el (gnus-article-summary-command-nosave)
5289         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5290
5291 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus.el (gnus-maximum-newsgroup): New variable.
5294
5295         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5296         according to gnus-maximum-newsgroup.
5297
5298         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5299         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5300         Limit the range of articles according to gnus-maximum-newsgroup.
5301
5302 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5303
5304         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5305         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5306         Don't perform gnus-configure-windows here; reuse existing sticky
5307         article buffer.
5308
5309         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5310         it doesn't exist in gnus-article-mode.
5311
5312 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5315         (gnus-agent-decoded-group-name): New function.
5316         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5317         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5318
5319 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5320
5321         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5322         Add binding for gnus-sticky-article.
5323         (gnus-summary-exit): Don't kill sticky article buffers.
5324
5325         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5326         article buffer.
5327         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5328         (gnus-kill-sticky-article-buffers): New commands.
5329
5330 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * nntp.el (nntp-xref-number-is-evil): New server variable.
5333         (nntp-find-group-and-number): If it is non-nil, don't trust article
5334         numbers in the Xref header.
5335
5336 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-agent.el (gnus-agent-read-group): New function.
5339         (gnus-agent-flush-group, gnus-agent-expire-group)
5340         (gnus-agent-regenerate-group): Use it.
5341         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5342         nnmail-pathname-coding-system.
5343
5344 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5347
5348         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5349         that are unread as unread, and also as selected so that information of
5350         marks having been changed by a user may be updated when exiting group.
5351
5352 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5355         calculated ignoring signature parts to gnus-treat-article.
5356
5357 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5360         a point here in order to keep the window start.
5361         (gnus-insert-mime-security-button): Make a button overlay without the
5362         front stickiness.
5363         (gnus-mime-display-security): Goto the end of a button.
5364
5365         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5366
5367 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5370         group-name-at-point.
5371         (gnus-group-completing-read): New function that offers decoded
5372         non-ASCII group names for completion.
5373         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5374         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5375         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5376         (gnus-group-fetch-control): Use it.
5377         (gnus-fetch-group): Use group-name-at-point for the initial value
5378         rather than the default value; use gnus-alive-p.
5379
5380         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5381         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5382         (gnus-summary-post-news): Use gnus-group-completing-read.
5383
5384         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5385         (gnus-read-move-group-name): Decode group name for completion.
5386
5387 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5390         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5391         Yamaoka slightly modified the code).
5392
5393 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5396         (nnmail-split-incoming): Bind it.
5397
5398         * nnml.el (nnml-group-name-charset): New function.
5399         (nnml-decoded-group-name): Use it; don't decode group name if
5400         nnmail-group-names-not-encoded-p is non-nil.
5401         (nnml-encoded-group-name): New function.
5402         (nnml-group-pathname): Inline nnml-decoded-group-name.
5403         (nnml-request-expire-articles): Decode group name in message.
5404         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5405         nnmail-pathname-coding-system.
5406         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5407         not decoded ones according to nnmail-group-names-not-encoded-p.
5408         (nnml-generate-active-info): Use nnml-encoded-group-name.
5409
5410 2007-08-08  Glenn Morris  <rgm@gnu.org>
5411
5412         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5413         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5414         doc-strings and comments.
5415
5416 2007-07-25  Glenn Morris  <rgm@gnu.org>
5417
5418         * Relicense all FSF files to GPLv3 or later.
5419
5420 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * gnus-sum.el (gnus-summary-move-article): Make
5423         gnus-summary-respool-article work.
5424
5425 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5428         string.
5429
5430 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5431
5432         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5433         that should be ignored when comparing distant RSS articles with local
5434         ones.
5435         (nnrss-make-hash-index): New function.  Create a hash index according
5436         to the ignored fields.
5437         (nnrss-check-group): Use it.
5438
5439 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5442
5443         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5444
5445         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5446         the new optional argument ENCODED is non-nil.
5447         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5448         coding system for encoding group name.
5449         (gnus-group-make-rss-group): Pass un-encoded group name to
5450         gnus-group-make-group.
5451         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5452         encoded.
5453
5454         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5455         Encode group name to which articles are moved or copied.
5456         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5457         coding system for encoding Newsgroup, Followup-To and Xref headers.
5458
5459         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5460         marks; use nnheader-file-coding-system to write a file.
5461         (nnagent-retrieve-headers): Bind file-name-coding-system to
5462         nnmail-pathname-coding-system.
5463
5464         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5465
5466         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5467         (nnml-request-article, nnml-request-create-group)
5468         (nnml-request-rename-group, nnml-find-id)
5469         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5470         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5471         (nnml-save-marks): Use nnml-group-pathname instead of
5472         nnmail-group-pathname.
5473
5474         (nnml-request-create-group, nnml-request-expire-articles)
5475         (nnml-request-move-article, nnml-request-delete-group)
5476         (nnml-deletable-article-p, nnml-possibly-create-directory)
5477         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5478         (nnml-open-marks): Bind file-name-coding-system to
5479         nnmail-pathname-coding-system.
5480
5481         (nnml-request-article): Pass server argument to nnml-find-group-number.
5482         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5483         server argument to nnml-possibly-create-directory.
5484         (nnml-request-accept-article): Pass server argument to
5485         nnml-active-number and nnml-save-mail.
5486         (nnml-find-group-number): Pass server argument to nnml-find-id.
5487         (nnml-request-update-info): Pass server argument to
5488         nnml-marks-changed-p.
5489
5490         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5491         (nnml-save-mail, nnml-active-number): Add server argument.
5492
5493         (nnml-request-delete-group): Warn if group is missing.
5494         (nnml-get-nov-buffer): Decode group name.
5495         (nnml-generate-active-info): Encode group name.
5496         (nnml-open-marks): Decode group name in messages.
5497
5498 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5501         if it is not specified.
5502         (gnus-article-pipe-part, gnus-article-save-part)
5503         (gnus-article-interactively-view-part, gnus-article-copy-part)
5504         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5505         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5506         (gnus-article-replace-part, gnus-article-delete-part)
5507         (gnus-article-view-part-as-type): Pass raw prefix argument to
5508         gnus-article-part-wrapper.
5509
5510 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-agent.el (gnus-agent-save-active): Bind
5513         nnheader-file-coding-system to gnus-agent-file-coding-system.
5514
5515         * gnus-cache.el (gnus-cache-save-buffers)
5516         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5517         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5518         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5519         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5520         (gnus-cache-generate-active, gnus-cache-rename-group)
5521         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5522         (gnus-cache-update-overview-total-fetched-for): Bind
5523         file-name-coding-system to nnmail-pathname-coding-system.
5524         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5525         variables.
5526         (gnus-cache-decoded-group-name): New function.
5527         (gnus-cache-file-name): Use it.
5528         (gnus-cache-generate-active): Use non-decoded group name for active.
5529
5530         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5531         right place.
5532         (gnus-write-active-file): Don't break non-ASCII group names.
5533
5534         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5535         nnmail-pathname-coding-system.
5536
5537         * lpath.el: Bind default-file-name-coding-system,
5538         file-name-coding-system and language-info-alist for XEmacs.
5539
5540         * gnus-uu.el (gnus-uu-decode-save): Typo.
5541
5542 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5545
5546 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5549         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5550         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5551         (gnus-agent-flush-group, gnus-agent-flush-cache)
5552         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5553         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5554         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5555         (gnus-agent-regenerate-group)
5556         (gnus-agent-update-files-total-fetched-for)
5557         (gnus-agent-update-view-total-fetched-for): Bind
5558         file-name-coding-system to nnmail-pathname-coding-system.
5559         (gnus-agent-group-pathname): Don't encode file names by
5560         nnmail-pathname-coding-system.
5561         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5562         coding-system-for-write instead of buffer-file-coding-system to
5563         gnus-agent-file-coding-system.
5564
5565         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5566         Decode group name.
5567
5568         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5569
5570         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5571         (gnus-read-newsrc-el-file): Make group names unibyte.
5572
5573         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5574         nnmail-pathname-coding-system.
5575
5576         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5577         (nnrss-request-delete-group): Bind file-name-coding-system to
5578         nnmail-pathname-coding-system.
5579         (nnrss-read-server-data, nnrss-read-group-data): Bind
5580         file-name-coding-system correctly.
5581         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5582
5583         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5584         (nntp-server-to-method-cache): New variable.
5585         (nntp-group-pathname): New function that decodes non-ASCII group names.
5586         (nntp-possibly-create-directory, nntp-marks-changed-p)
5587         (nntp-save-marks, nntp-open-marks): Use it.
5588         (nntp-possibly-create-directory, nntp-open-marks):
5589         Bind file-name-coding-system to nnmail-pathname-coding-system.
5590         (nntp-open-marks): Decode group names when bootstrapping marks.
5591
5592         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5593         Newsgroups and Folowup-To headers.
5594
5595 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5598         (gnus-server-closed-face, gnus-server-denied-face)
5599         (gnus-server-offline-face): Remove variable.
5600         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5601
5602         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5603         of modifying message-stack directly for XEmacs.
5604
5605         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5606         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5607         if the coding-system argument is nil for XEmacs.
5608
5609         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5610         mm-charset-override-alist.
5611
5612         * rfc2047.el: Don't require base64; require rfc2045 for the function
5613         rfc2045-encode-string.
5614         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5615         to quote the parameter value.
5616
5617 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5620         form in gnus-group-name-charset-method-alist.
5621
5622         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5623         overrides the default layout edit-form.
5624
5625         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5626
5627         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5628
5629 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5632         as unfetched articles.
5633
5634 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5637
5638 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5641         original back end that keeps marks in the local system.
5642
5643 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5646         arg of pop-to-buffer for XEmacs.
5647         (gnus-article-read-summary-keys): Ditto; don't restore window
5648         configuration if summary command ends up with neither article buffer
5649         nor summary buffer; describe bindings if summary keys end with C-h.
5650
5651 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * message.el (message-fix-before-sending): Skip raw message part to be
5654         forwarded while checking illegible text.
5655         (message-forward-make-body-mime, message-forward-make-body): Mark
5656         signed or encrypted raw message as having no illegible text.
5657
5658 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5661         (gnus-message-with-timestamp-1): New macro.
5662         (gnus-message-with-timestamp): New function.
5663         (gnus-message): Use them.
5664
5665         * nnheader.el (nnheader-message): Use them.
5666
5667 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5670         .newsrc.eld file.
5671
5672 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-agent.el (gnus-agent-fetch-headers)
5675         (gnus-agent-retrieve-headers): Bind
5676         gnus-decode-encoded-address-function to identity.
5677
5678         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5679         available also when the server returns simply a dot.
5680
5681         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5682
5683 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5686
5687 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-ems.el (gnus-x-splash): Make it work.
5690
5691         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5692         from being used.
5693
5694         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5695
5696 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5699         4th and the 5th arguments.
5700
5701         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5702         the front stickiness.
5703         (gnus-article-summary-command-nosave): Correct the order of the
5704         arguments passed to pop-to-buffer.
5705         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5706         summary command ends up with the article buffer.
5707
5708         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5709         the same faces.
5710
5711 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5712
5713         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5714
5715 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5716
5717         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5718         * gnus-sum.el (gnus-summary-highlight):
5719         * pgg.el (pgg-sign-region, pgg-sign):
5720         * mail-source.el (mail-source-delete-old-incoming-confirm):
5721         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5722
5723 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * gnus-art.el (gnus-mime-view-part-externally)
5726         (gnus-mime-view-part-internally): Fix predicate function passed to
5727         completing-read.
5728
5729         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5730
5731         * gnus.el (gnus-update-message-archive-method): Add :version.
5732
5733 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus.el (gnus-update-message-archive-method): New variable.
5736
5737         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5738         according to gnus-message-archive-method if
5739         gnus-update-message-archive-method is non-nil.
5740
5741 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5744         by Loic Dachary <loic@dachary.org>.
5745         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5746
5747 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * message.el (message-pop-to-buffer): Add switch-function argument.
5750         (message-mail): Pass switch-function argument to it.
5751
5752 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5753
5754         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5755         Improve doc string.
5756
5757 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5760         (gnus-header-content)
5761         * gnus-cite.el (gnus-cite-10)
5762         * gnus-srvr.el (gnus-server-closed)
5763         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5764         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5765         (gnus-group-mail-3-empty, gnus-group-mail-low)
5766         (gnus-group-mail-low-empty, gnus-splash)
5767         * message.el (message-header-to, message-header-cc)
5768         (message-header-subject, message-header-other, message-header-name)
5769         (message-header-xheader, message-separator, message-cited-text)
5770         (message-mml): Lighten colors of faces used for dark background.
5771
5772 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5773
5774         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5775         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5776
5777 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * message.el (message-narrow-to-headers-or-head):
5780         Ignore mail-header-separator in the body.
5781
5782 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5785         same as window size.
5786
5787 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5788
5789         * message.el (message-font-lock-keywords): Use message-header-xheader
5790         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5791         ahead of the anything pattern, to get it recognised.
5792
5793 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5796         spam.el loads uses it in the compiled defadvice form.
5797
5798 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5799
5800         * gnus-sum.el (gnus-articles-to-read)
5801         (gnus-summary-insert-old-articles): Don't truncate group name for
5802         `read-string'.
5803
5804         * gnus-util.el (gnus-limit-string): Delete this function.
5805
5806         * gnus-sum.el (gnus-simplify-subject-fully): Use
5807         `truncate-string-to-width' instead.
5808
5809 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5810
5811         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5812         if, on summary exit, the next group has to be selected.
5813         (gnus-summary-exit): Use it.
5814
5815 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5818         non-break space.
5819
5820 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5823         Check if group is not a directory.
5824         (nnfolder-request-expire-articles): Don't delete articles if the target
5825         group is not available.
5826
5827         * nnml.el (nnml-request-create-group): Properly check if group is not a
5828         file.
5829         (nnml-request-expire-articles): Don't delete articles if the target
5830         group is not available.
5831
5832         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5833         Don't quote characters that are within parentheses.
5834
5835 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5838         (gnus-handle-ephemeral-exit): Select article according to it.
5839
5840 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * message.el (message-insert-formated-citation-line): Remove newline.
5843         (message-citation-line-format): Add final \n here so that the user can
5844         avoid a blank line.
5845
5846 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5847
5848         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5849         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5850         Update lanl/arXiv support.
5851
5852 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * gnus.el: Bump version number.
5855
5856 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * gnus.el (gnus-version-number): Bump version.
5859
5860 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5861
5862         * gnus.el: No Gnus v0.6 is released.
5863
5864 2007-04-27  Didier Verna  <didier@xemacs.org>
5865
5866         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5867         * gmm-utils.el (gmm-regexp-concat): here.
5868         * message.el: Don't require 'gnus-util.
5869         (message-dont-reply-to-names): Handle name change above.
5870         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5871
5872 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5875         since the initial value varies according to the system.
5876
5877 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5880
5881 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5882
5883         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5884
5885 2007-04-24  Didier Verna  <didier@xemacs.org>
5886
5887         Improve the type of gnus-ignored-from-addresses.
5888         * gnus-util.el (gnus-orify-regexp): New function.
5889         * message.el (gnus-util): Require it.
5890         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5891         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5893
5894 2007-04-24  Didier Verna  <didier@xemacs.org>
5895
5896         * gnus-sum.el:
5897         * gnus-utils.el: Fix some trailing whitespaces.
5898
5899 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5902         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5903         article's Message-ID; refer parent article in summary buffer.
5904
5905         * message.el (message-bounce): Call mime-to-mml.
5906
5907         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5908         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5909         optimize and/or forms properly.
5910
5911 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5914         URL.
5915
5916 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5919
5920 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5923         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5924         displayed of multipart/alternative part if it is invoked from summary
5925         buffer.
5926
5927         * mm-view.el (mm-inline-text-html-render-with-w3m)
5928         (mm-inline-text-html-render-with-w3m-standalone)
5929         (mm-inline-render-with-function): Use mail-parse-charset by default.
5930
5931 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5932
5933         * parse-time.el (parse-time-string-chars): Check if CHAR
5934         is less than the length of parse-time-syntax.
5935
5936 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5939         from gnus-newsgroup-processable.
5940
5941 2007-04-16  Didier Verna  <didier@xemacs.org>
5942
5943         * gnus-msg.el (gnus-configure-posting-styles): Handle
5944         message-signature-directory properly with :file syntax.  Reported by
5945         "Leo".
5946
5947 2007-04-11  Didier Verna  <didier@xemacs.org>
5948
5949         New user option: message-signature-directory.
5950         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5951         * message.el (message-insert-signature): Ditto.
5952         * message.el (message-signature-file): Doc update.
5953         * message.el (message-signature-directory): New.
5954
5955 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-msg.el (gnus-inews-yank-articles): Use
5958         message-exchange-point-and-mark instead of exchange-point-and-mark.
5959
5960 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * message.el (message-yank-original): Make sure cited text ends with
5963         newline; don't exchange point and mark.
5964
5965 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5966
5967         * tls.el (open-tls-stream): Properly handle case where there
5968         is no associated buffer.
5969
5970 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5971
5972         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5973         message-yank-original, make sure (< mark TEXT point).
5974
5975 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * message.el (message-fill-column): New variable.
5978         (message-mode): Use it.  Add comment on a possible new hook.
5979
5980         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5981         (nnmail-get-new-mail): Reformat.
5982
5983         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5984
5985         * gmm-utils.el: Fix Commentary.
5986         (gmm-tool-bar-from-list): Fix typo in doc string.
5987
5988 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5989
5990         * message.el (message-yank-original): Don't switch point and mark
5991         unnecessarily to put point and mark as documented.
5992
5993 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5996         from the message heads.
5997
5998 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5999
6000         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6001         article buffer does not have a window.  This may not be the best
6002         solution but is certainly better than setting the start of the null,
6003         that is the current, window.
6004
6005 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6008         (gnus-draft-setup): Run it.
6009
6010         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6011         gnus-score-fast-scoring.  Allow regexp.
6012         (gnus-score-headers): Use it.
6013
6014         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6015         XEmacs.
6016
6017         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6018         string.
6019         (gnus-button-alist): Also catch `<f1> k ...'.
6020         (gnus-treat-display-x-face): Fix doc string.
6021
6022 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6023
6024         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6025         evaluation of gnus-extended-version to ensure correct generation of the
6026         User-Agent header when message-generate-headers-first is used.
6027
6028 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6029
6030         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6031         hashcash-path is nil.  Don't call callback with incorrect number of
6032         parameters if val is 0.
6033
6034 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6035
6036         * message.el (message-required-news-headers):
6037         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6038
6039 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6040
6041         * tls.el (open-tls-stream): In handshake-waiting loop,
6042         don't wait more if there is output available to process.
6043
6044 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6045
6046         * tls.el (tls-program): Doc fix.
6047
6048 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * message.el (message-generate-new-buffers): Change the meaning of the
6051         nil value; add `standard' to the choices; treat t as `unique'; improve
6052         doc string.
6053         (gnus-select-frame-set-input-focus): Autoload.
6054         (message-buffer-name): Search for the existing message buffer if
6055         message-generate-new-buffers is nil or `standard'; treat the value t of
6056         message-generate-new-buffers as `unique'.
6057         (message-pop-to-buffer): Raise the frame already displaying the message
6058         buffer; clear the echo area after querying.
6059         (message-setup): Pass the `continue' argument to compose-mail.
6060         (message-mail): Prefer `switch-function' if it is given; search for the
6061         existing message buffer if the `continue' argument is non-nil; pass
6062         continue and switch-function arguments to compose-mail by way of
6063         message-setup.
6064         (message-mail-other-window): Adjust argument of message-setup.
6065         (message-mail-other-frame): Ditto.
6066
6067 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6070         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6071         to turn font-lock on when turning gnus-message-citation-mode on.
6072
6073 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6074
6075         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6076         (mml-smime-function-alist): New variable; add epg as the backend.
6077         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6078         mml-smime- functions instead.
6079         * mm-view.el: Require smime.
6080
6081 2007-03-05  Didier Verna  <didier@xemacs.org>
6082
6083         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6084         instead of just inheritance for posting styles.
6085         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6086
6087 2007-02-24  Chris Moore  <dooglus@gmail.com>
6088
6089         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6090         * pgg-pgp.el (pgg-pgp-encrypt-region):
6091         * pgg-gpg.el (pgg-gpg-encrypt-region):
6092         Check pgg-encrypt-for-me if no other recipients.
6093
6094 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6095
6096         * tls.el (tls-certtool-program): Fix custom type.
6097
6098 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6101         and point-at-eol instead of line-(beginning|end)-position.
6102
6103         * assistant.el (assistant-parse-buffer): Ditto.
6104
6105         * netrc.el (netrc-parse-services): Ditto.
6106
6107 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6108
6109         * mml2015.el (mml2015-epg-find-usable-key): New function.
6110         (mml2015-epg-sign): Use it.
6111         (mml2015-epg-encrypt): Use it.
6112
6113 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * message.el (message-make-in-reply-to): Quote name containing
6116         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6117         if there are special characters.  Reported by NAKAJI Hiroyuki
6118         <nakaji@jp.freebsd.org>.
6119
6120 2007-02-27  Didier Verna  <didier@xemacs.org>
6121
6122         Include the group parameters as well as the topic ones in the
6123         inheritance filter process.
6124         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6125         argument GROUP-PARAMS-LIST.
6126         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6127
6128 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * nntp.el (nntp-never-echoes-commands)
6131         (nntp-open-connection-functions-never-echo-commands): New variables.
6132         (nntp-send-command): Use them.
6133
6134 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6135
6136         * mml2015.el (mml2015-epg-verify): Simplified.
6137
6138 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * mml.el (mml-content-disposition-alist): New user option.
6141         (mml-content-disposition): New function.
6142         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6143         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6144
6145 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6146
6147         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6148         verification.
6149
6150 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6151
6152         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6153         articles posted in the last 24 hours.
6154
6155 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6156
6157         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6158
6159 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6160
6161         * nntp.el (nntp-send-command): Don't wait for echoes when
6162         nntp-open-ssl-stream is used.
6163
6164 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6167         (gnus-message-add-citation-keywords)
6168         (gnus-message-remove-citation-keywords): Remove.
6169         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6170         directly, make the variables in font-lock-defaults buffer-local, add
6171         gnus-message-citation-keywords to them and then update the value of
6172         font-lock-keywords.
6173
6174 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * message.el (message-cite-original-1): Don't call
6177         gnus-article-highlight-citation.
6178
6179         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6180         citations; fix line count.
6181
6182 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6185         (gnus-message-add-citation-keywords)
6186         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6187         versions of font-lock-add-keywords and font-lock-remove-keywords to
6188         work with XEmacs correctly.
6189
6190 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * gnus-cite.el (gnus-cite-face-list): Set the values of
6193         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6194         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6195         (gnus-message-cite-prefix-regexp): New variable.
6196         (gnus-message-search-citation-line): Use it; protect against long
6197         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6198         the 0th match data for Emacs.
6199         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6200         (gnus-message-add-citation-keywords): Append keywords rather than
6201         prepending; emulate font-lock-add-keywords if it is not available.
6202         (gnus-message-remove-citation-keywords): Emulate
6203         font-lock-remove-keywords if it is not available.
6204
6205         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6206
6207         * message.el (message-cite-prefix-regexp): Set the value of
6208         gnus-message-cite-prefix-regexp.
6209
6210 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6211
6212         * nnweb.el (nnweb-google-parse-1): Update parser.
6213
6214 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6215
6216         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6217
6218 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6219
6220         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6221         regexp.
6222
6223 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6226         string-to-multibyte.
6227         (uudecode-decode-region-internal): Use it.
6228
6229         * lpath.el: Fbind string-as-multibyte for XEmacs.
6230
6231 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6234         custom choice.
6235
6236         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6237
6238 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6239
6240         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6241
6242         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6243         `write-region' to respect `mm-inhibit-file-name-handlers'.
6244
6245 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6248         Use gnus-home-directory instead of "~/" or "$HOME".
6249
6250 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6251
6252         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6253         to mention filename.
6254         Add comments at beginning regarding usage.
6255         (encrypt-write-file-contents): Change interactive so a string is
6256         acceptable.  If the file has no associated model, show an error instead
6257         of a nonsense prompt.
6258
6259 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6260
6261         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6262         Thanks to Yoshihiko Yamada for kind notification of this typo.
6263
6264 2007-01-12  Kenichi Handa  <handa@m17n.org>
6265
6266         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6267         multibyte buffer.
6268
6269 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * gnus-score.el (gnus-score-fast-scoring): New variable.
6272         (gnus-score-headers): Use it.
6273
6274         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6275
6276         * message.el (message-cite-original-1): Call
6277         gnus-article-highlight-citation if requested.
6278         (message-make-from): Allow name and address as optional arguments.
6279
6280         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6281
6282         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6283         bugs to doc string.
6284         (gnus-button-alist): Add mid\\|message-id.
6285         (gnus-button-fetch-group): Extend for use in
6286         `browse-url-browser-function'.
6287         (gnus-button-url-regexp): Try to catch paired parentheses like in
6288         Wikipedia URLs.
6289
6290         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6291         Suggested by Simon Krahnke <overlord@gmx.li>.
6292
6293 2007-01-13  Romain Francoise  <romain@orebokech.com>
6294
6295         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6296         Update copyright.
6297
6298 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6299
6300         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6301
6302 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * gnus-registry.el (gnus-registry-unfollowed-groups)
6305         (gnus-registry-split-fancy-with-parent): Fix documentation.
6306
6307 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6308
6309         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6310         from nnweb groups.
6311
6312 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6315         Xref urls.  Erase buffer before requesting head.
6316
6317 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6320         customizable.
6321
6322 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6323
6324         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6325         no signing key is found.
6326         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6327         no encrypting and/or signing key is found.
6328
6329 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6332
6333 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6334
6335         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6336         headers read from disk with the ones newly found in the current search.
6337         This should no longer cause problems, because the article numbers in
6338         Gmane's `nov.php' output are ignored since the previous change.
6339
6340 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6341
6342         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6343
6344 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6347         replace-regexp-in-string; bind url-version; fbind display-images-p and
6348         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6349         find-face and set-itimer-function for Emacs; bind itimer-list for
6350         Emacs.
6351
6352         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6353
6354 2007-01-01  Romain Francoise  <romain@orebokech.com>
6355
6356         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6357
6358 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6359
6360         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6361         `define-minor-mode' macro definition expanded properly.
6362         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6363         exclude it there.
6364
6365         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6366         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6367         `fboundp' test.
6368         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6369         This is OK to autoload in (S)XEmacs now.
6370
6371 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6374         keystroke.
6375         (gnus-summary-limit-to-singletons): Fix typo.
6376
6377         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6378         else fails.
6379
6380 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6381
6382         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6383         docstring.
6384
6385         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6386         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6387         (gnus-summary-insert-dormant-articles): Fix typo in message.
6388
6389 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6392         nil for XEmacs.
6393         (gnus-message-citation-mode): Don't autoload in XEmacs.
6394
6395         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6396
6397 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6398
6399         * nnimap.el (nnimap-expunge-search-string): Mention
6400         nnimap-search-uids-not-since-is-evil in docstring.
6401
6402 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * spam.el: Revert to make-obsolete-variable because
6405         define-obsolete-variable-alias is not supported in Emacs 21.
6406
6407         * spam.el (spam-ifile-path, spam-ifile-database-path)
6408         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6409         make-obsolete-variable.
6410         (spam-bsfilter-path, spam-bsfilter-program)
6411         (spam-spamassassin-path, spam-spamassassin-program)
6412         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6413         use "path" inappropriately.
6414         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6415         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6416         variable names.
6417
6418 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6419
6420         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6421         summary buffer.
6422
6423         * password.el (password-cache-remove): Use clear-string to burn
6424         password, if available.
6425
6426 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6429
6430         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6431
6432         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6433         (gnus-message-highlight-citation): Move defcustom here from
6434         gnus-cite.el.
6435         (gnus-message-citation-mode): Autoload.
6436
6437         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6438         checks to make it compile with XEmacs.
6439         (gnus-message-citation-mode): New minor mode.
6440         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6441         (gnus-message-highlight-citation): New variables.
6442         (gnus-message-search-citation-line)
6443         (gnus-message-add-citation-keywords)
6444         (gnus-message-remove-citation-keywords)
6445         (turn-on-gnus-message-citation-mode)
6446         (turn-off-gnus-message-citation-mode): New functions.
6447
6448 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6449
6450         * gnus-cite.el: Enable highlighting of different citation levels in
6451         message-mode.
6452
6453 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * message.el (message-make-fqdn): Fix comment.
6456         (message-bogus-system-names): Add ".local".
6457
6458         * spam.el (spam-ifile-path, spam-ifile-program)
6459         (spam-ifile-database-path, spam-ifile-database)
6460         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6461         Don't use "path" inappropriately.
6462         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6463         strings.
6464         (spam-check-ifile, spam-ifile-register-with-ifile)
6465         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6466         new variable names.
6467
6468         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6469         (gnus-treat-display-smileys): Simplify using
6470         gnus-image-type-available-p.
6471
6472         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6473         available.
6474
6475         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6476         `display-images-p' if available.
6477
6478 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6481         one after turning on the buffer's multibyteness instead of decoding
6482         them directly in the unibyte buffer that causes unexpected conversion
6483         in Emacs 23 (unicode).
6484
6485 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6486
6487         * message.el (message-generate-hashcash): Fix custom type.
6488
6489 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6492
6493 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6496         disconnect icons.  Add help text.
6497
6498 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6499
6500         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6501         negated to be consistent with the others we handle.
6502
6503 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6506         version of gnus-summary-buffer to something, so that we can use two
6507         article buffers at the same time.
6508
6509 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6510
6511         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6512         trigger all the extra headers.
6513         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6514         sorting.
6515
6516 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6517
6518         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6519         solid groups.
6520
6521 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6522
6523         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6524
6525 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * legacy-gnus-agent.el: Add Copyright notice.
6528
6529 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6530
6531         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6532
6533 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6536
6537         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6538         to make it work reliably in CVS Emacs.
6539         (gnus-summary-limit-strange-charsets-predicate)
6540         (gnus-summary-limit-to-predicate): New functions.
6541
6542 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6543
6544         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6545         specifying array size.
6546         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6547         array if it is too small.
6548         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6549         (gnus-sort-threads-loop): New function.
6550
6551 2006-12-06  Chris Moore  <dooglus@gmail.com>
6552
6553         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6554         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6555
6556 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6557
6558         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6559         options.
6560
6561 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6562
6563         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6564         DOS-ing the recipient.
6565
6566         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6567         the headers when creating the mapping to avoid mismappings.
6568         (nnweb-gmane-create-mapping): Always nix out old mapping.
6569
6570 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6573         and mm-verify-option to never.
6574
6575 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * message.el (message-signed-or-encrypted-p): New function.
6578         (message-forward-make-body): Use it.
6579
6580         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6581         Replace encode-coding-string with mm-encode-coding-string.
6582
6583 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * nneething.el (nneething-decode-file-name): Replace
6586         decode-coding-string with mm-decode-coding-string.
6587
6588         * gnus-int.el (gnus-open-server): Say failed server's name.
6589
6590 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6591
6592         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6593         strings to a single string.  Quote `errors-file-name'.
6594         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6595         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6596         Adjust calls.  Use `shell-quote-argument'.
6597
6598 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6599
6600         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6601         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6602
6603         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6604         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6605         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6606         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6607         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6608         (gnus-subscribe-newsgroup, gnus-1):
6609         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6610         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6611         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6612         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6613
6614 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6617         keystroke.
6618         (gnus-summary-limit-to-bodies): Implement headersp.
6619
6620 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621
6622         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6623
6624 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6627
6628 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * message.el (message-generate-hashcash): Expand range of values to
6631         include `opportunistic'.
6632         (message-send-mail): Use it.
6633
6634 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6635
6636         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6637         and comment it.
6638
6639         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6640
6641 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * gnus-util.el (gnus-extract-address-components): Improve comment.
6644
6645 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * gnus-util.el (gnus-extract-address-components): Work with address in
6648         which the name portion contains @.
6649
6650         * lpath.el: Fbind custom-autoload.
6651
6652 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * gnus.el (gnus-start): Move custom group up.
6655         (gnus-select-method): Don't autoload, but make it available for
6656         `customize-variable'.
6657         (gnus-getenv-nntpserver): Don't autoload.
6658
6659 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6662
6663 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * message.el (message-sendmail-extra-arguments): New variable.
6666         (message-send-mail-with-sendmail): Use it.
6667
6668 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6671         mm-with-unibyte-current-buffer to make string unibyte.
6672
6673         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6674         mm-string-as-multibyte.
6675
6676 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6677
6678         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6679         Reported by Werner Koch <wk@gnupg.org>.
6680
6681 2006-11-14  Daiki Ueno  <ueno@p360>
6682
6683         * mml2015.el: Autoload epa-select-keys when compiling.
6684
6685 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6686
6687         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6688         message-options.
6689         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6690
6691 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6692
6693         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6694         EasyPG (< 0.0.6).
6695         (mml2015-always-trust): New user option.
6696         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6697         prompt.
6698
6699 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * nntp.el (nntp-authinfo-force): New variable.
6702         (nntp-send-authinfo): Use it.
6703
6704 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6707         decode encoded words.  Improve prompt.  Add comment about forwarding.
6708         (message-replacement-char): Move up.
6709
6710 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6711
6712         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6713         instead of gnus-intersection because arguments of gnus-sorted-nunion
6714         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6715
6716 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6719         (message-simplify-subject-functions): Enable
6720         message-strip-subject-encoded-words by default.
6721
6722 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * message.el (message-strip-subject-encoded-words): New function.
6725         (message-simplify-subject-functions): New variable.
6726         (message-simplify-subject): Use it.  Fix typo in doc string.
6727         Support message-strip-subject-encoded-words.
6728
6729 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6730
6731         * gnus-diary.el (gnus-diary-delay-format-function):
6732         * nndiary.el (nndiary-reminders):
6733         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6734
6735 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * gnus-art.el (article-hide-boring-headers): Fetch date from
6738         gnus-original-article-buffer to avoid problems with localized date
6739         strings.
6740
6741 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6744
6745 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6748         New variables.
6749         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6750         (mm-charset-synonym-alist): Move some entries to
6751         mm-codepage-iso-8859-list.
6752         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6753         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6754
6755 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6758
6759 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6762         with Emacs 21 and XEmacs.
6763
6764 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6765
6766         * spam.el (spam-parse-address): New function for better parsing,
6767         catching errors, etc.
6768         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6769
6770 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * mm-view.el: Add interactive arg to html2text autoload.
6773
6774 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6777
6778 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6781         variables.
6782         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6783         (mm-charset-synonym-alist): Move some entries to
6784         mm-codepage-iso-8859-list.
6785
6786         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6787
6788 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * message.el (message-citation-line-format)
6791         (message-insert-formated-citation-line): Fix implementation of %E, %N
6792         and %n according to the doc string.
6793
6794 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6797         car-safe to avoid bad parses.
6798
6799 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6802         names.
6803
6804         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6805
6806 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6809         header.
6810
6811         * message.el (message-draft-headers): Add Date.
6812         (message-headers-to-generate): Fix typo in docstring.
6813
6814         * nndraft.el (nndraft-required-headers): New variable.
6815         (nndraft-generate-headers): Use it.
6816
6817         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6818
6819 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6820
6821         * gnus-registry.el (gnus-registry-wash-for-keywords)
6822         (gnus-registry-find-keywords): New functions to allow easy searching of
6823         articles that are in the registry.
6824
6825 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6826
6827         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6828         ietf-drums-parse-address instead of gnus-extract-address-components.
6829         Reported by Damien Elmes <damien@repose.cx>.
6830
6831 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6832
6833         * gnus.el (gnus-mime): Remove unused custom group.
6834
6835 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6836
6837         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6838         "blank line" when searching for end of armor headers.
6839
6840 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gmm-utils.el (gmm-write-region): Fix variable name.
6843
6844 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * gmm-utils.el (gmm-write-region): New function based on compatibility
6847         code from `mm-make-temp-file'.
6848
6849         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6850
6851         * nnmaildir.el (nnmaildir--update-nov)
6852         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6853         Use `gmm-write-region'.
6854
6855 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6858         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6859
6860         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6861
6862         * message.el (message-replacement-char): New variable.
6863         (message-fix-before-sending): Use it.
6864         (message-simplify-subject): New function to remove duplicate code.
6865         (message-reply, message-followup): Use it.
6866
6867         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6868         gnus-summary-limit-to-articles.
6869
6870 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-util.el (gnus-with-local-quit): New macro.
6873
6874         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6875
6876 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6877
6878         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6879         ignore non-string data.
6880
6881 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6884         non-string data (needs to be done in the registry too).
6885
6886 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6887
6888         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6889         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6890         (gnus-registry-split-fancy-with-parent)
6891         (gnus-registry-fetch-simplified-message-subject-fast)
6892         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6893         Remove text properties on ingress into the registry and when it's saved.
6894         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6895         registry from entries with no groups.
6896
6897 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6898
6899         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6900         function to remove string properties.
6901
6902 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * gmm-utils.el (gmm): Adjust custom version.
6905
6906         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6907         custom version.
6908
6909         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6910
6911 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-art.el (gnus-insert-prev-page-button)
6914         (gnus-insert-next-page-button): Simplify.  Reformat.
6915
6916 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6917
6918         * gnus-art.el (gnus-insert-prev-page-button)
6919         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6920
6921 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6922
6923         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6924
6925 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6926
6927         * gnus-art.el (gnus-insert-mime-button)
6928         (gnus-insert-mime-security-button):
6929         Apply gnus-article-button-face to MIME and security buttons.
6930
6931 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6934         readable.
6935
6936 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6939
6940 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6941
6942         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6943         `browse-url-of-file' instead of `browse-url'.
6944
6945 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6946
6947         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6948         regexp.  Articles containing quotation were cut prematurely.
6949
6950 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * message.el (message-cite-original-1): Use nobody by default for the
6953         value of From header.
6954         (message-reply): Ditto.
6955
6956 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6957
6958         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6959         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6960         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6961
6962 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6965         mails in the doc string.  Add some URLs in comment.
6966         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6967
6968 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6971         backslashes handling and the way to find boundaries of quoted strings.
6972
6973 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6974
6975         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6976         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6977         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6978         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6979
6980 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6983         doc string.
6984         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6985
6986 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * lpath.el: Fbind epg-check-configuration.
6989
6990 2006-09-06  Simon Josefsson  <jas@extundo.com>
6991
6992         * mml2015.el (mml2015-use): Doc fix, mention epg.
6993
6994 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6995
6996         * mml2015.el (mml2015-use): Default to epg, if available.
6997
6998 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6999
7000         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7001         message-sender.
7002         (mml1991-epg-encrypt): Ditto.
7003         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7004         message-sender.
7005         (mml2015-epg-encrypt): Ditto.
7006
7007 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7008
7009         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7010         several common directories.
7011
7012 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7013
7014         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7015         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7016
7017 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (article-decode-encoded-words): Make it fast.
7020
7021 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7024
7025         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7026         in quoted string into `\'.
7027
7028 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7031         Use standard-syntax-table.
7032
7033 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (gnus-decode-address-function): New variable.
7036         (article-decode-encoded-words): Use it to decode headers which are
7037         assumed to contain addresses.
7038         (gnus-mime-delete-part): Remove useless `or'.
7039
7040         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7041         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7042         (gnus-nov-parse-line): Use it to decode From header.
7043         (gnus-get-newsgroup-headers): Ditto.
7044         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7045
7046         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7047         (mail-decode-encoded-address-string): New alias.
7048
7049         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7050         New function.
7051         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7052         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7053         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7054         (rfc2047-decode-string): Ditto.
7055         (rfc2047-decode-address-region): New function.
7056         (rfc2047-decode-address-string): New function.
7057
7058 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * message.el (message-caesar-buffer-body): Allow rotating headers.
7061
7062         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7063
7064         * message.el (message-insert-formated-citation-line): Fix %f.
7065         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7066
7067 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7070         (gnus-bookmark-mouse-available-p): New macro.
7071         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7072         (gnus-bookmark-bmenu-show-infos): Use it.
7073         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7074         (gnus-bookmark-bmenu-hide-infos): Ditto.
7075         (gnus-bookmark-remove-properties): New function.
7076         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7077         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7078         (gnus-bookmark-write-file): Bind coding-system-for-write.
7079         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7080         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7081         group before selecting it.
7082         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7083         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7084         quit-window if it is not available; use gnus-mouse-2 and bind it to
7085         gnus-bookmark-bmenu-select-by-mouse.
7086         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7087         (gnus-bookmark-bmenu-select-by-mouse): New function.
7088
7089 2006-08-13  Romain Francoise  <romain@orebokech.com>
7090
7091         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7092         space.
7093
7094 2006-08-10  Romain Francoise  <romain@orebokech.com>
7095
7096         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7097         (dns-mode-soa-auto-increment-serial): New user option.
7098         (dns-mode-soa-maybe-increment-serial): New function.
7099         (dns-mode): Add the latter to `write-contents-functions'.
7100
7101 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * compface.el (uncompface): Use binary rather than raw-text-unix.
7104
7105 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * compface.el (uncompface): Make sure the eol conversion doesn't take
7108         place when communicating with the external programs.  Reported by
7109         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7110
7111 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7114
7115 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7116
7117         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7118         Make it more robust by parsing author and date independently.
7119
7120 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7123
7124 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7125
7126         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7127         first matching secret key.
7128         (mml2015-epg-encrypt): Ditto.
7129
7130         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7131         first matching secret key.
7132         (mml1991-epg-encrypt): Ditto.
7133
7134         * mml2015.el (mml2015-encrypt-to-self): New user option.
7135         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7136         mml2015-epg-encrypt-to-self is set.
7137
7138         * mml1991.el (mml1991-encrypt-to-self): New variable.
7139         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7140         mml1991-epg-encrypt-to-self is set.
7141
7142         * mml2015.el (mml2015-signers): New user option.
7143         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7144         (mml2015-epg-encrypt): Allow to select signing keys.
7145
7146         * mml1991.el (mml1991-signers): New variable.
7147         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7148         (mml1991-epg-encrypt): Allow to select signing keys.
7149
7150 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * nnheader.el (nnheader-insert-head): Make it work even if the file
7153         uses CRLF for the line-break code.
7154
7155 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7156
7157         * mml2015.el: Require mml-sec instead of password.
7158         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7159         (mml2015-cache-passphrase): Inherit the default value from
7160         mml-secure-cache-passphrase.
7161         (mml2015-passphrase-cache-expiry): Inherit the default value from
7162         mml-secure-passphrase-cache-expiry.
7163
7164         * mml1991.el: Require mml-sec instead of password.
7165         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7166         (mml1991-cache-passphrase): Inherit the default value from
7167         mml-secure-cache-passphrase.
7168         (mml1991-passphrase-cache-expiry): Inherit the default value from
7169         mml-secure-passphrase-cache-expiry.
7170
7171         * mml-sec.el: Require password.
7172         (mml-secure-verbose): New user option.
7173         (mml-secure-cache-passphrase): New user option.
7174         (mml-secure-passphrase-cache-expiry): New user option.
7175
7176 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7177
7178         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7179         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7180         andreas@altroot.de (Andreas Vögele).
7181
7182         FIXME: Use `tiny change'?
7183
7184 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7185
7186         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7187         workaround for the url package included with Emacs.
7188
7189         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7190
7191 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7194         correctly.  This fixes a bug caused by the 2006-05-12 change.
7195
7196 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7197
7198         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7199         some information about the error when saying that the `bogus' mail
7200         group will be used.
7201
7202 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7205         string.
7206
7207 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7208
7209         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7210
7211 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7212
7213         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7214
7215 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7216
7217         * mml1991.el (mml1991-function-alist): Add epg.
7218         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7219         (mml1991-epg-encrypt): New functions.
7220
7221 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7222
7223         * mml2015.el (mml2015-verbose): New variable.
7224         (mml2015-cache-passphrase): Ditto.
7225         (mml2015-passphrase-cache-expiry): Ditto.
7226         (mml2015-function-alist): Add epg.
7227         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7228         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7229         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7230         functions.
7231
7232 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7233
7234         * message.el (message-cite-original-1): Preserve region when removing
7235         quoted text due to X-No-Archive in order to avoid bogus attribution
7236         when citing multiple messages.
7237
7238 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7239
7240         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7241         Kenneth Jacker <khj@be.cs.appstate.edu>.
7242
7243 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * gnus-diary.el (gnus-user-format-function-d)
7246         (gnus-user-format-function-D): Autoload.
7247
7248         * imap.el (Commentary): Fix typo.
7249
7250         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7251         2006-04-22 contribution.
7252
7253 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7254
7255         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7256         It didn't really fix the bogosity I'm seeing with solid web groups.
7257
7258 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7259
7260         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7261         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7262         created using server names.  If we use the feature without declaring
7263         it, Gnus does not properly manage server and group state.
7264
7265         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7266         bound.
7267
7268 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7269
7270         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7271         looking up the method using GROUP's prefix before inventing a new one.
7272         It is used on killed/unknown groups in various places where returning
7273         an all-new method isn't expected by the caller.
7274
7275         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7276         and match semantics of gnus-group-real-prefix.
7277
7278 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * nnmail.el (nnmail-broken-references-mailers): New variable.
7281         (nnmail-ignore-broken-references): New function generalizing
7282         nnmail-fix-eudora-headers.
7283         (nnmail-fix-eudora-headers): Now obsolete.
7284
7285         * gnus-art.el (gnus-button-handle-custom): Support
7286         `customize-apropos*'.
7287
7288 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7289
7290         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7291
7292         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7293         articles.
7294
7295 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * message.el (message-cite-reply-above): New variable.
7298         (message-yank-original): Use it.
7299
7300 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7303
7304 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7307         as read.
7308
7309         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7310
7311 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7314         (gnus-bookmark-default-file): Use gnus-directory.
7315         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7316         Remove "*" in doc string.
7317         (gnus-bookmark-write-file): Simplify.
7318         (gnus-bookmark-maybe-sort-alist): Use `when'.
7319         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7320         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7321         FIXME about Emacs 21 and XEmacs compatibility.
7322         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7323         compatibility.
7324         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7325         compatibility.
7326         (gnus-bookmark-menu-heading): Fix version.
7327
7328 2006-06-19  Bastien Guerry  <bzg@altern.org>
7329
7330         * gnus-bookmark.el: New file.
7331
7332 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * message.el (message-syntax-checks): Doc fix.
7335
7336 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7337
7338         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7339         unsubscribed groups as if they were killed ones.  It causes duplicate
7340         entries in gnus-newsrc-alist.
7341
7342 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * message.el (message-syntax-checks): Doc fix.
7345         (message-send-mail): Add check for continuation headers.
7346         (message-check-news-header-syntax): Fix regexp used to check for
7347         continuation headers.
7348
7349 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7352
7353 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7356
7357 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7360         default-truncate-lines.
7361
7362 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7365         to fill the utf-8 entry.
7366
7367         * lpath.el: Fbind unicode-precedence-list.
7368
7369 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7370
7371         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7372
7373 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7374
7375         * gnus-agent.el (directory-files-and-attributes): Move all the way
7376         forward (the third and final move).
7377         (gnus-agent-read-agentview): Trap reconstruction errors due to
7378         nonexistant directory.  Handle by returning nil.
7379
7380 2006-05-30  Didier Verna  <didier@xemacs.org>
7381
7382         * message.el (message-dont-reply-to-names): Update the custom type.
7383         * message.el (message-dont-reply-to-names): New defsubst: potentially
7384         convert a list of regexps into a single one.
7385         * message.el (message-get-reply-headers): Use it.
7386         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7387
7388 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-agent.el (directory-files-and-attributes): Move forward.
7391
7392 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-ml.el (gnus-mailing-list-subscribe)
7395         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7396         (gnus-mailing-list-message): Fix doc strings.
7397
7398 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7399
7400         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7401         of doing it manually.
7402
7403 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7406         comment.
7407
7408 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7409
7410         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7411         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7412         (gnus-agent-read-local): All symbols allocated in my-obarray.
7413         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7414         (gnus-agent-regenerate-group): Check numeric names to see if they are
7415         messages or groups.
7416         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7417         better way of do this...)
7418
7419         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7420         'dummy.group' (there should be a better way of do this...)
7421
7422 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7425         (gnus-saved-headers): Ditto.
7426         (gnus-default-article-saver): Mention functions may have properties.
7427         (gnus-article-save): Override gnus-save-all-headers and
7428         gnus-saved-headers by :headers property which saver function may have.
7429         (gnus-summary-save-in-file): Add :headers property.
7430         (gnus-summary-write-to-file): Ditto.
7431
7432         * gnus-sum.el (gnus-summary-save-article): Bind
7433         gnus-prompt-before-saving to t when saving many articles in a file;
7434         always show all headers.
7435
7436         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7437
7438 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7441         marks.
7442
7443         * message.el (message-indent-citation): Add optional arguments to allow
7444         using it outside of message buffers.
7445
7446         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7447         (gnus-article-treat-unfold-headers): Use it.
7448         (gnus-article-truncate-lines): New variable.
7449         (gnus-article-mode): Use it.
7450         (gnus-article-toggle-truncate-lines): New function.
7451
7452         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7453         gnus-article-toggle-truncate-lines.
7454
7455         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7456         coding system in XEmacs, use binary.
7457
7458 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7461         after-load-alist.
7462
7463         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7464         this function should save decoded articles.
7465         (gnus-summary-write-to-file): Use property to specify this function
7466         should save decoded articles and specify gnus-summary-save-in-file
7467         should be used to save articles other than the first one when saving
7468         many articles.
7469         (gnus-summary-save-body-in-file): Use property to specify this
7470         function should save decoded articles.
7471         (gnus-summary-write-body-to-file): Use property to specify this
7472         function should save decoded articles and specify
7473         gnus-summary-save-body-in-file should be used to save articles other
7474         than the first one when saving many articles.
7475
7476         * gnus-sum.el (gnus-summary-save-article): Simplify.
7477
7478 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-art.el (gnus-default-article-saver): Add
7481         gnus-summary-write-body-to-file.
7482         (gnus-article-save-coding-system): Don't use coding system object
7483         in XEmacs.
7484         (gnus-read-save-file-name): Add optional `dir-var' argument which
7485         specifies directory in which files are saved; work even if optional
7486         `variable' argument is not specified.
7487         (gnus-summary-write-to-file): Read file name.
7488         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7489         (gnus-summary-write-body-to-file): New function.
7490
7491         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7492         (gnus-summary-local-variables): Add it.
7493         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7494         (gnus-summary-save-article): Remove optional `decode' argument;
7495         determine whether to decode articles by the value of
7496         gnus-default-article-saver; when saving many files using
7497         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7498         it first and use gnus-summary-save-in-file or
7499         gnus-summary-save-body-in-file thereafter unless
7500         gnus-prompt-before-saving is always; move point to article which
7501         will be saved.
7502         (gnus-summary-save-article-file): Revert.
7503         (gnus-summary-write-article-file): Revert.
7504         (gnus-summary-save-article-body-file): Revert.
7505         (gnus-summary-write-article-body-file): New function.
7506
7507 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-art.el (gnus-default-article-saver): Doc fix.
7510         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7511         from gnus-summary-save-article-coding-system, and default to a
7512         certain coding system.
7513         (gnus-output-to-file): Add coding cookie and encode text according
7514         to gnus-article-save-coding-system; don't use mm-append-to-file.
7515
7516         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7517         gnus-art.el and rename to gnus-article-save-coding-system.
7518         (gnus-summary-save-article): Require gnus-art; don't show all
7519         headers if it decodes articles; don't add coding cookie here;
7520         don't bind mm-text-coding-system-for-write.
7521         (gnus-summary-save-article-file): Save decoded articles.
7522         (gnus-summary-write-article-file): When saving many files, use
7523         gnus-summary-write-to-file first and gnus-summary-save-in-file
7524         thereafter unless gnus-prompt-before-saving is always.
7525         (gnus-summary-save-article-body-file): Save decoded articles.
7526
7527         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7528
7529 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * nnrss.el (nnrss-check-group): Bind hash-index.
7532
7533 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7534
7535         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7536         its hash index.  Store this hash in `nnrss-group-data'.
7537         (nnrss-read-group-data): Update accordingly.
7538
7539 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7540
7541         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7542         entry.
7543
7544         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7545         gnus-article-browse-html-article.
7546
7547 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7548
7549         * gnus-sum.el (gnus-summary-mime-map): Add
7550         gnus-article-browse-html-article.
7551
7552         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7553
7554 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7557         suitable coding systems in customize.
7558
7559 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * mail-source.el (mail-sources): Fix custom type.
7562
7563 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7566         (gnus-summary-expire-articles-now): Shorten prompt.
7567
7568         * gmm-utils.el (wid-edit): Require.
7569         (defun-gmm): Renamed from `gmm-defun-compat'.
7570         (gmm-image-search-load-path): Use it.
7571         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7572
7573 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7576         variable.
7577         (gnus-summary-save-article): Add optional `decode' argument.  If
7578         it is set and gnus-summary-save-article-coding-system is non-nil,
7579         save decoded article.
7580         (gnus-summary-write-article-file): Save decoded article if
7581         gnus-summary-save-article-coding-system is non-nil.
7582
7583         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7584         type.
7585
7586 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7589
7590 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7593         first to test gnus-single-article-buffer which may be buffer-local.
7594
7595         * gnus-sum.el (gnus-summary-setup-buffer): Make
7596         gnus-single-article-buffer buffer-local and nil in ephemeral
7597         group; make gnus-article-buffer, gnus-article-current, and
7598         gnus-original-article-buffer always buffer-local.
7599         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7600         group.
7601         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7602
7603 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * nnml.el (nnml-request-compact-group): Compressed files might not
7606         have .gz extension.
7607
7608 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7609
7610         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7611         (mm-copy-to-buffer): Use with-current-buffer.
7612         (mm-display-part): Simplify.
7613         (mm-inlinable-p): Add optional arg `type'.
7614
7615 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7616
7617         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7618         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7619         Try harder to show the attachment internally or externally using
7620         gnus-mime-view-part-as-type.
7621
7622 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * message.el (message-from-style, message-signature-separator)
7625         (message-user-organization-file, message-send-mail-function)
7626         (message-citation-line-function, message-yank-prefix)
7627         (message-indent-citation-function, message-signature)
7628         (message-signature-file, message-signature-insert-empty-line):
7629         Remove autoloads.
7630
7631         * gnus-art.el (gnus-buttonized-mime-types): Remove
7632         "multipart/signed".  Revert 2006-04-26 change.
7633
7634 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * gnus.el (gnus-version-number): Bump version.
7637
7638 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7639
7640         * gnus.el: No Gnus v0.5 is released.
7641
7642 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7643
7644         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7645         fetching articles by message-id.
7646
7647 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * message.el (hashcash): Require hashcash as normal.
7650
7651         * ecomplete.el (ecomplete-highlight-match-line): Use
7652         point-at-eol.
7653         (ecomplete-highlight-match-line): Use `highlight', because that
7654         face exists in both Emacs and XEmacs.
7655
7656         * message.el (message-display-abbrev): Use point-at-bol.
7657
7658         * mail-source.el: Don't require timer/timer-funcs.
7659
7660         * gnus-async.el: Ditto.
7661
7662         * password.el: Ditto.
7663
7664         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7665
7666         * mm-url.el: Ditto.
7667
7668         * gnus-xmas.el: Don't require timer-funcs.
7669
7670         * mm-util.el: Require timer/timer-funcs.
7671
7672 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7673
7674         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7675         Close.
7676
7677 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7680         unibyte after clear-decrypt function runs.
7681
7682         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7683         returns as a unibyte string.
7684
7685 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * lpath.el: Revert.
7688
7689         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7690         (pgg-gpg-process-sentinel): Revert.
7691
7692         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7693         (pgg-pgp-lookup-key): Revert.
7694
7695         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7696         (pgg-pgp5-lookup-key): Revert.
7697
7698         * pgg.el (pgg-fetch-key): Revert.
7699
7700 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * lpath.el: Fbind string-as-multibyte for XEmacs.
7703
7704         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7705         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7706         (mml1991-pgg-encrypt): Ditto.
7707
7708         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7709         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7710         a multibyte buffer.
7711
7712         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7713         (pgg-pgp-lookup-key): Ditto.
7714
7715         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7716         (pgg-pgp5-lookup-key): Ditto.
7717
7718         * pgg.el (pgg-fetch-key): Ditto.
7719
7720 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * message.el (message-user-organization-file): Check several
7723         locations of the organization file.
7724
7725         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7726         Add gnus-article-view-part-as-type.
7727
7728         * gnus-art.el (gnus-article-view-part-as-type): New function.
7729
7730         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7731         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7732
7733         * mml.el: Simplify autoload.
7734         (mml-mode): defvar dnd-protocol-alist instead of using
7735         symbol-value.
7736         (mml-default-directory): New variable.
7737         (mml-minibuffer-read-file): Use it.
7738         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7739
7740         * message.el (message-citation-line-format): New variable.
7741         (message-insert-formated-citation-line): New function.
7742         (message-citation-line-function): Add
7743         `message-insert-formated-citation-line' to custom type.
7744
7745         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7746         to doc string.
7747
7748         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7749         depending on mm-verify-option.
7750
7751 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7754         binding pgg-* variables; reimplement the section which prevents
7755         MIME header from being signed.
7756         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7757         pgg-text-mode; remove a blank line at the top of body.
7758
7759         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7760         lines at the top of body; use gnus-newsgroup-charset if there's no
7761         Charset header.
7762
7763 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * message.el (message-self-insert-commands): Doc fix.
7766
7767         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7768         (mm-uu-pgp-encrypted-test): Ditto.
7769         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7770         between header and body; return application/pgp-encrypted handle
7771         if decryption failed; decode decrypted body by charset.
7772
7773         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7774         element match to application/pgp-*.
7775
7776 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7777
7778         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7779         HTML.
7780
7781 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * mail-source.el (mail-source-call-script): Message the error
7784         string.
7785
7786 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * gnus-util.el (gnus-byte-compile): Use it.
7789
7790 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7791
7792         * gnus-util.el (kill-empty-logs): New function.
7793
7794 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * message.el (message-mail-alias-type): Doc fix.
7797         (message-mail-alias-type-p): New function.
7798         (message-send): Use it.
7799         (message-mode): Ditto.
7800         (message-strip-forbidden-properties): Ditto.
7801
7802         * ecomplete.el (ecomplete-database-file-coding-system): New
7803         variable.
7804         (ecomplete-save): Use it.
7805         (ecomplete-setup): Use it.
7806
7807 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * message.el (message-self-insert-commands): New variable.
7810         (message-strip-forbidden-properties): Use it.
7811
7812 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813
7814         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7815         that doesn't make XEmacs choke.
7816
7817 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * gnus-util.el (gnus-replace-in-string):
7820         Prefer replace-regexp-in-string over of replace-in-string.
7821
7822 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-util.el (gnus-select-frame-set-input-focus):
7825         Use select-frame-set-input-focus if it is available in XEmacs; use
7826         definition defined in Emacs 22 for old Emacsen.
7827
7828         * dgnushack.el: Autoload unmorse-region for XEmacs.
7829
7830         * lpath.el: Bind cursor-in-non-selected-windows and
7831         select-frame-set-input-focus for XEmacs.
7832
7833 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7836
7837 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * gnus-registry.el (gnus-registry-cache-save): Remove text
7840         properties when saving via the temp buffer.
7841
7842 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * message.el (message-generate-hashcash): Honor custom type.
7845
7846 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * message.el (message-generate-hashcash): Default to non-nil when
7849         hashcash is found.
7850
7851         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7852         (gnus-refer-thread-limit): Increase default to 500.
7853
7854         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7855
7856         * flow-fill.el (fill-flowed): Allow delete-space.
7857
7858 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7861         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7862         Remove autoloads.
7863
7864 2006-04-18  Simon Josefsson  <jas@extundo.com>
7865
7866         * message.el (message-generate-hashcash): Default to.
7867
7868 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7871         concatenating segments rather than before concatenating them.
7872
7873 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7876
7877 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7880
7881         * message.el (message-forward-make-body-plain): Allow
7882         message-forward-ignored-headers to be a list.
7883         (message-remove-ignored-headers): Factor out into function.
7884         (message-forward-make-body-mml): Use it.
7885
7886         * imap.el (imap-quote-specials): New function.
7887         (imap-login-auth): Quote specials.
7888
7889         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7890         (rfc2231-parse-string): Allow concatanation of parameters that
7891         aren't contiguous.  The test case is
7892           (mail-header-parse-content-type "message/external-body;
7893             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7894             access-type=LOCAL-FILE;
7895             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7896
7897 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7898
7899         * nntp.el (nntp-accept-process-output): Return the value of
7900         `nnheader-accept-process-output'.
7901
7902 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7905         (gnus-button-alist): Recognize more diff formats.
7906         (gnus-button-patch): Strip directory.
7907
7908 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7911         Emacs 22 when setting focus.
7912
7913 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * gnus-art.el (gnus-article-treat-types): Do treatment of
7916         text/x-verbatim parts.
7917         (gnus-button-patch): New command.
7918
7919         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7920         addresses that contain invalid characters.
7921
7922 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * message.el (message-put-addresses-in-ecomplete): Use
7925         gnus-replace-in-string.
7926         (message-is-yours-p): Use the more correct
7927         mail-header-parse-address instead of
7928         mail-extract-address-components.
7929         (message-put-addresses-in-ecomplete): Fix typo.
7930
7931         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7932         keystroke.
7933
7934         * gnus-art.el (gnus-treatment-function-alist): Change order of
7935         newsgroups/generic header folding to avoid double-folding.
7936
7937         * message.el (message-hidden-headers): Add X-Draft-From.
7938
7939         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7940         command.
7941         (gnus-summary-repeat-search-article-backward): New command.
7942
7943         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7944         groups in the parent topic.
7945
7946 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7947
7948         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7949         (spam-extra-header-to-number): Return the CRM114 number as a
7950         number instead of a string.
7951
7952 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * gnus-art.el (gnus-face-properties-alist): Moved here from
7955         gnus-fun.
7956
7957         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7958
7959 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7960
7961         * message.el (message-strip-forbidden-properties): Only display on
7962         self-insert-command.
7963
7964         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7965         reindent.
7966         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7967
7968 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7969
7970         * smiley.el (smiley-style): Fix typo.
7971
7972 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * hashcash.el (hashcash-insert-payment-async-2): Use
7975         message-goto-eoh instead of doing it manually.
7976         (mail-add-payment): Use message-narrow-to-header instead of trying
7977         to do the same itself.
7978
7979         * message.el (message-hidden-headers): Add Face.
7980
7981         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7982         reparenting code.
7983         (gnus-summary-reparent-children): Refactored out code.
7984         (gnus-summary-thread-map): New keystroke.
7985         (gnus-summary-reparent-children): Make into command.
7986
7987         * smiley.el (smiley-style): Default to `medium' if using a large
7988         font.
7989
7990         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7991         does it itself.
7992
7993         * message.el (message-point-in-header-p): Simplify definition.
7994
7995 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7996
7997         * nnagent.el (nnagent-request-set-mark): Silence log file
7998         writing.
7999         (nnagent-request-set-mark): Use write-region instead of
8000         append-to-file.
8001
8002         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8003         strange select method.
8004
8005         * ecomplete.el (ecomplete-display-matches): Get highlightling
8006         right.
8007         (ecomplete-display-matches): Use literals.
8008         (ecomplete-display-matches): Disable message logging.
8009
8010         * message.el (message-display-abbrev): Small optimization.
8011
8012         * ecomplete.el (ecomplete-display-matches): Allow automatic
8013         display.
8014
8015         * message.el (message-strip-forbidden-properties): Display
8016         abbrevs.
8017         (message-display-abbrev): Get automatic display right.
8018
8019         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8020         keystrokes.
8021
8022 2006-04-13  Romain Francoise  <romain@orebokech.com>
8023
8024         TODO: Backport to v5-10!
8025
8026         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8027         Moved here (and renamed) from gnus-registry.el.
8028
8029         * gnus-registry.el: Require gnus-util.
8030         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8031
8032 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * gnus-group.el (gnus-group-catchup-current): Change
8035         if-then-else-if-then-else into cond.
8036         (gnus-group-catchup): Indent.
8037         (group-name-at-point): New function.
8038         (gnus-fetch-group): Provide default from thing at point.
8039
8040 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * message.el (message-display-abbrev): Fix regexp.
8043
8044         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8045         choosing.
8046         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8047         dead variables.
8048
8049         * message.el (message-newline-and-indent): Remove debugging.
8050         (message-display-abbrev): Use new implementation.
8051
8052 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * gnus-art.el (gnus-article-mode): Set
8055         cursor-in-non-selected-windows to nil.
8056
8057         * smiley.el: Revert previous change.
8058         (smiley-data-directory): defvar it before using it in the
8059         defcustom of `smiley-style'.
8060
8061 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * message.el (message-newline-and-indent): New function.
8064
8065         * ecomplete.el: Implement more bits.
8066
8067         * message.el (message-put-addresses-in-ecomplete): Clean up the
8068         string.
8069
8070         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8071
8072         * gnus-sum.el (gnus-summary-save-parts): Bind
8073         gnus-summary-save-parts-counter and use it to make unique file
8074         names.
8075
8076         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8077
8078         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8079         parameter to say whether to actually parse the individual
8080         addresses.
8081
8082         * message.el (message-put-addresses-in-ecomplete): New function.
8083         (ecomplete): Require.
8084         (message-mail-alias-type): Add ecomplete as an option.
8085
8086 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8087
8088         * flow-fill.el (fill-flowed): Remove trailing space from blank
8089         quoted lines.
8090
8091 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * smiley.el (smiley-style): Move definition later to avoid a
8094         compilation warning.
8095
8096 2006-04-12  Kenichi Handa  <handa@m17n.org>
8097
8098         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8099         buffer and then decode the buffer text if necessary.
8100         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8101         first, and after mm-encode-body, change the buffer to unibyte.
8102         Use mm-disable-multibyte instead of set-buffer-multibyte.
8103
8104 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8107         Content-Type header instead of Content-Disposition header.
8108         (gnus-mime-inline-part): Ditto.
8109         (gnus-mime-view-part-as-charset): Ignore charset that the part
8110         specifies.
8111
8112         * mm-decode.el (mm-display-part): Work with external parts and
8113         usual parts similarly.
8114
8115         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8116         instead of gnus-display-mime.
8117
8118         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8119         instead of with-temp-buffer.
8120
8121         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8122         tag to summarized topics part in order to encode non-ASCII text.
8123
8124 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * smiley.el (smiley-style): New variable.
8127         (smiley-directory): New function.
8128         (smiley-data-directory): Derive from `smiley-style' using
8129         `smiley-directory'.
8130         (smiley-regexp-alist): Add new entries.
8131
8132         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8133         (gnus-article-browse-delete-temp): Add :version.
8134
8135 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8136
8137         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8138         the sieve region.
8139
8140 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * gnus.el (gnus-version-number): Bump version.
8143
8144 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * gnus.el: No Gnus v0.4 is released.
8147
8148 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8149
8150         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8151         layout.
8152
8153         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8154         unknown charset.
8155
8156         * message.el (message-header-synonyms): Add Original-To to the
8157         default.
8158
8159         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8160         optional parameter.
8161
8162 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * gnus-fun.el (gnus): Require it for gnus-directory.
8165
8166 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8169
8170 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8171
8172         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8173
8174 2006-04-05  Simon Josefsson  <jas@extundo.com>
8175
8176         * password.el (password-reset): New function.
8177
8178 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8179
8180         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8181         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8182
8183 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8184
8185         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8186         Some whitespace was matched into the url, which broke browsing hits
8187         > 100 when mm-url-use-external was nil.
8188
8189 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8192         gnus-extra-headers for 'Newsgroups.
8193
8194         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8195         bound.
8196
8197 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8198
8199         * pgg-gpg.el: Clean up process buffers every time gpg processes
8200         complete.
8201
8202 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8205         doc string.
8206
8207 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8208
8209         * pgg-gpg.el (pgg-gpg-process-filter)
8210         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8211
8212         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8213         lines, temporary fix.
8214
8215 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8218
8219 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8220
8221         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8222         default-enable-multibyte-characters.  This reverts the change from
8223         revision 6.17 which is no longer necessary because the passphrase
8224         is sent separately now.  GnuPG messages are unreadable under
8225         multibyte locales with default-enable-multibyte-characters set to
8226         nil.
8227
8228 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * message.el (message-tool-bar-gnome): Move "spell".
8231
8232 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8235         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8236         instead.
8237
8238 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8239
8240         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8241         newsgroups handling for NNTP overviews which don't include
8242         Newsgroups.
8243
8244 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8245
8246         * message.el (message-resend): Bind message-generate-hashcash to nil.
8247
8248 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8249
8250         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8251         when searching for already-paid recipients.
8252
8253 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8254
8255         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8256         passphrases when it is not needed.
8257         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8258         passphrase stuff from gpg, should only be necessary when you use
8259         gpg with a smartcard.
8260
8261 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * mml.el (mml-insert-mime): Ignore cached contents of
8264         message/external-body part.
8265
8266         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8267         (mm-insert-part): Ditto.
8268
8269 2006-03-23  Simon Josefsson  <jas@extundo.com>
8270
8271         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8272         Reiner.
8273         (pgg-gpg-use-agent-p): Use it again.
8274
8275 2006-03-23  Simon Josefsson  <jas@extundo.com>
8276
8277         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8278         older emacsen.
8279         (pgg-gpg-use-agent-p): Don't use it.
8280
8281 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8284         if we can.
8285
8286 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8287
8288         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8289         (pgg-gpg-update-agent): New function.
8290         (pgg-gpg-use-agent-p): New function.
8291         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8292         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8293         (pgg-gpg-sign-region): Use it.
8294
8295 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8298         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8299
8300 2006-03-21  Simon Josefsson  <jas@extundo.com>
8301
8302         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8303         <wilde@sha-bang.de>.
8304         (pgg-gpg-use-agent): New variable.
8305         (pgg-gpg-process-region): Use it.
8306         (pgg-gpg-encrypt-region): Likewise.
8307         (pgg-gpg-encrypt-symmetric-region): Likewise.
8308         (pgg-gpg-decrypt-region): Likewise.
8309         (pgg-gpg-sign-region): Likewise.
8310         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8311
8312 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8315
8316         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8317         Add comment on version.
8318
8319 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * smiley.el: Add missing test smiley.
8322
8323 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * mm-decode.el (mm-with-part): New macro.
8326         (mm-get-part): Use it; work with message/external-body as well.
8327         (mm-save-part): Treat name and filename equally.
8328
8329         * mm-extern.el (mm-extern-cache-contents): New function.
8330         (mm-inline-external-body): Use it; force the part to be displayed;
8331         move undisplayer added to the cached handle to the parent.
8332
8333         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8334         (gnus-mime-view-part-as-type): Work with message/external-body.
8335
8336         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8337
8338 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8341         images in image-load-path.  [Sync with image.el, revision 1.60, in
8342         Emacs.]
8343
8344 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8347         path rather than symbol.  Always return list of directories.
8348         Guarantee that image directory comes first.  [Sync with image.el,
8349         revision 1.59, in Emacs.]
8350
8351         * message.el (message-make-tool-bar): Adjust to new API of
8352         `gmm-image-load-path-for-library'.
8353
8354         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8355
8356         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8357
8358 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8359
8360         * gnus-art.el (gnus-article-only-boring-p):
8361         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8362         intangible text.
8363         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8364
8365 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8368         `defun' instead of `gmm-defun-compat'.
8369
8370 2006-03-14  Simon Josefsson  <jas@extundo.com>
8371
8372         * message.el (message-unique-id): Don't use message-number-base36
8373         if (user-uid) is a float.
8374         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8375
8376 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8379
8380         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8381         empty line between a part and a message part.
8382
8383 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * smiley.el: Add more test smileys.
8386         (smiley-data-directory, smiley-regexp-alist)
8387         (gnus-smiley-file-types): Fix doc strings.
8388         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8389         adding new elements.
8390         (smiley-mouse-map): Unused code.  Make it a comment.
8391
8392 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8395         scan latest NoCeM messages instead of old ones.
8396         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8397         delimiters that are recently used.
8398         (gnus-nocem-load-cache): Add autoload cookie.
8399
8400         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8401
8402         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8403         level which is larger than gnus-use-nocem is specified.
8404
8405         * gnus-group.el (gnus-group-get-new-news): Ditto.
8406
8407 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8408
8409         * gnus-util.el (gnus-tool-bar-update): New function.
8410
8411         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8412         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8413
8414         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8415
8416         * gnus-group.el (gnus-group-redraw-when-idle)
8417         (gnus-group-redraw-check): Remove.
8418         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8419
8420 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8423         if optional last element is specified in splits (FIELD VALUE...).
8424
8425 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8428         to gmm-image-load-path-for-library.  Call with no-error argument.
8429         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8430
8431         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8432
8433         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8434
8435         * gmm-utils.el (gmm-image-load-path): Remove alias.
8436
8437 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gmm-utils.el (gmm-image-load-path): Add alias.
8440
8441         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8442         nnml-generate-nov-databases-1.
8443         (nnml-generate-nov-databases): Use it.
8444         (nnml-generate-nov-databases-directory): Document no-active
8445         argument.
8446
8447         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8448         directory if path is t.  Add no-error.
8449
8450         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8451         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8452
8453         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8454         resetting gnus-article-browse-html-temp-list.
8455
8456         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8457         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8458         Add example to docstring.  Rename local variables.  Move error
8459         checks to default case in cond and simplify.
8460
8461 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8464         handle is multipart when calling it recursively.
8465         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8466
8467 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8468
8469         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8470         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8471
8472 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8475         is loaded.
8476
8477         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8478         loaded.
8479
8480 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8483         to "Emacs 23 (unicode)" in doc string.
8484
8485         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8486         "Emacs 23 (unicode)" in comment.
8487
8488 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8491
8492         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8493         characters 160 through 255 in Emacs 23.
8494
8495 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8498         gnus-article-browse-html-temp.
8499         (gnus-article-browse-delete-temp): Make it customizable.  Add
8500         `file'.  Adjust doc string.
8501         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8502         query for each file.  Adjust doc string.
8503         (gnus-article-browse-html-parts): Add
8504         `gnus-article-browse-delete-temp-files' to
8505         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8506
8507 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8508
8509         * gnus-art.el (gnus-article-browse-html-temp)
8510         (gnus-article-browse-delete-temp): New variables.
8511         (gnus-article-browse-delete-temp-files): New function.
8512         (gnus-article-browse-html-parts): Use it.
8513
8514 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8517
8518         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8519         string.
8520
8521         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8522         gnus-summary-insert-new-articles when unplugged.  Remove
8523         gnus-summary-search-article-forward.
8524
8525         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8526         display-visual-class instead of display-color-cells.
8527
8528 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * dgnushack.el: Autoload customize-group for XEmacs.
8531
8532         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8533         message/* containing non-ASCII text properly.
8534
8535 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8536
8537         * message.el: Require gmm-utils, remove autoloads.
8538         (message-tool-bar): Set default based on
8539         gmm-tool-bar-style.
8540         (message-tool-bar-gnome): Add gmm-customize-mode.
8541
8542         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8543         gmm-tool-bar-style.
8544         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8545
8546         * gnus-group.el (gnus-group-tool-bar): Set default based on
8547         gmm-tool-bar-style.
8548         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8549
8550         * gmm-utils.el (gmm-image-directory): Rename variable from
8551         gmm-image-load-path.
8552         (gmm-image-load-path): Use gmm-image-directory.
8553         (gmm-customize-mode): New function.
8554         (gmm-tool-bar-style): New variable.
8555
8556         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8557         gnus-group-redraw-line-number.
8558         (gnus-group-redraw-check): Simplify.
8559         (gnus-group-tool-bar-update): Remove redraw check.
8560         (gnus-group-make-tool-bar): Add redraw check.
8561
8562 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8563
8564         * gnus-art.el (gnus-button): Add missing parentheses.
8565
8566 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * lpath.el: Fbind line-number-at-pos.
8569
8570 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8573
8574 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * gnus-art.el (gnus-button): New face.
8577         (gnus-article-button-face): Use it.
8578
8579         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8580         gnus-summary-next-page.  Re-order.
8581
8582         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8583         next-node are now included.
8584         (gnus-group-redraw-line-number): New internal variable.
8585         (gnus-group-redraw-check): Helper function for updating the tool
8586         bar.
8587         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8588
8589         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8590
8591         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8592         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8593         Use it to match format of Spamassassin 3.0 and later.  Reported by
8594         IRIE Tetsuya <irie@t.email.ne.jp>.
8595         (spam-check-bogofilter)
8596         (spam-bogofilter-register-with-bogofilter): Fix args of
8597         `gnus-error' calls.
8598
8599 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8602         unnecessary interaction when sending queued mails.  Reported by
8603         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8604
8605 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8608         first or last are nil.
8609
8610 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8611
8612         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8613
8614 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615
8616         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8617
8618 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * dns.el (query-dns): Protect more against buggy tcp output.
8621
8622 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8625         nov.php.
8626
8627 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8628
8629         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8630         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8631         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8632         output on the server side.
8633         (nnweb-google-create-mapping): Update regexps and add some
8634         progress indication.
8635
8636 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8639         gnus-agent-toggle-plugged.  Re-order icons.
8640         (gnus-group-tool-bar-gnome): Add
8641         gnus-group-{prev,next}-unread-group.
8642         (gnus-group-tool-bar-gnome): Re-order icons.
8643
8644         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8645         gnus-summary-insert-new-articles.
8646
8647         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8648         comments.
8649
8650         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8651         also available in Emacs 21.3.
8652
8653         * message.el (message-fix-before-sending): Change "Emacs 22" to
8654         "Emacs 23 (unicode)" in comment.
8655
8656         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8657         "Emacs 23 (unicode)" in comment.
8658
8659         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8660         comment.
8661         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8662
8663         * mm-view.el (mm-fill-flowed): Add :version.
8664
8665 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8668         and load-path.
8669
8670 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * message.el: Autoload gmm-image-load-path.
8673         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8674         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8675         consitency.
8676
8677         * gmm-utils.el (gmm-image-load-path): Also search in
8678         "../etc/images".  Don't set gmm-image-load-path if we don't find
8679         the image.
8680
8681 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gmm-utils.el (gmm-image-load-path): Don't make
8684         `gmm-image-load-path' include subdirectories which the second arg
8685         `image' might specify.
8686
8687         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8688         subdirectory to icon file names.
8689
8690         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8691
8692 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8693
8694         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8695         gmm-image-load-path calls.
8696
8697         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8698
8699         * message.el (message-make-tool-bar): Ditto.
8700
8701         * mml.el (mml-preview): Added comment concerning tool bar icons.
8702
8703         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8704         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8705
8706         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8707         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8708
8709         * message.el (message-tool-bar-gnome): Use new icon names.
8710         (message-make-tool-bar): Use `gmm-image-load-path'.
8711
8712         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8713         functions from MH-E.
8714         (gmm-image-load-path): New variable from MH-E.
8715         (gmm-image-load-path): New function from MH-E.  Added arguments
8716         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8717         *-image-load-path-called-flag.
8718
8719 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8720
8721         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8722
8723 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8724
8725         * nnimap.el (nnimap-request-move-article): Change folder back to
8726         source group before deleting.
8727
8728 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8731
8732         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8733         mm-url.
8734
8735         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8736
8737 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8740         coding system which mm-charset-to-coding-system returns for a
8741         given charset is valid.
8742
8743 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8744
8745         * html2text.el (html2text-remove-tag-list):
8746         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8747
8748 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8749
8750         * gnus-cus.el: Revert 2005-10-17 change.
8751
8752 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-art.el (article-strip-banner): Call
8755         article-really-strip-banner only when the regexp match is made.
8756
8757 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-art.el (article-strip-banner): Use
8760         gnus-extract-address-components instead of
8761         mail-header-parse-addresses to make it work with non-ASCII text;
8762         remove mail-encode-encoded-word-string.
8763
8764         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8765         values which are surrounded with \"...\"; make it never cause a
8766         Lisp error; give up parsing of parameters if it failed in
8767         extracting type.
8768
8769 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8770
8771         * smime.el (smime-cert-by-ldap-1): Fix bug where
8772         `smime-ldap-search' returns results without userCertificates.
8773
8774 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8777
8778 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * spam.el (spam-check-spamassassin-headers): Adapt format for
8781         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8782         <ari@mbf.ocn.ne.jp>.
8783         (spam-list-of-processors): Add spam-use-gmane.
8784
8785 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8788         make-temp-file; make it work with XEmacs as well.
8789
8790         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8791         mm-make-temp-file.
8792
8793         * mm-decode.el (mm-display-external): Use the 3rd arg of
8794         mm-make-temp-file.
8795         (mm-create-image-xemacs): Ditto.
8796
8797 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8800         with message-narrow-to-headers.
8801         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8802         (gnus-draft-check-draft-articles): New function.
8803         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8804
8805 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-art.el (gnus-article-browse-html-parts):
8808         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8809         Don't use suffix argument for mm-make-temp-file for Emacs 21
8810         compatibility.  Remove useless `format'.
8811
8812 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8813
8814         * nnweb.el (nnweb-google-wash-article): Update regexps.
8815         (nnweb-group-alist): Use defvoo instead of defvar.
8816
8817 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8820         re-loading nn* modules.
8821
8822 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8825         for `tool-bar-mode' and don't check it's default-value.
8826
8827         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8828
8829         * message.el (message-make-tool-bar): Ditto.
8830
8831         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8832         `substring'.  Shorten tmp-file name.
8833
8834         * gnus.el: Remove bogus comment.
8835
8836 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8837
8838         * gnus-art.el (gnus-article-browse-html-parts): New function.
8839         (gnus-article-browse-html-article): New function for viewing html
8840         articles with a browser.
8841
8842 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8843
8844         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8845         in elisp.
8846         (pgg-gpg-encrypt-symmetric-region): Ditto.
8847         (pgg-gpg-sign-region): Ditto.
8848
8849         * pgg-def.el (pgg-text-mode): New variable.
8850
8851         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8852         (mml2015-pgg-encrypt): Ditto.
8853
8854         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8855         (mml1991-pgg-encrypt): Ditto.
8856
8857 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8860         message-make-date instead of current-time-string.
8861
8862         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8863         to gnus-decoded which mm-uu might set.
8864
8865 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8868         don't decode quoted parameters; remove misimported Emacs code.
8869         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8870         (rfc2231-decode-encoded-string): Don't use split-string which
8871         behaves differently according to Emacs version; use
8872         mm-decode-coding-region to convert charset to coding-system.
8873         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8874         (rfc2231-encode-string): Remove misimported Emacs code.
8875
8876 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8879         when calling mail-header-parse-content-type.
8880         (article-de-quoted-unreadable): Ditto.
8881         (article-de-base64-unreadable): Ditto.
8882         (article-wash-html): Ditto.
8883
8884         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8885         calling mail-header-parse-content-type and
8886         mail-header-parse-content-disposition.
8887         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8888         mail-header-parse-content-type.
8889
8890         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8891         insert charset and format parameters; encode description after
8892         inserting it to buffer.
8893         (mml-insert-parameter): Fold lines properly even if a parameter is
8894         segmented into two or more lines; change the max column to 76.
8895
8896         * rfc1843.el (rfc1843-decode-article-body): Don't use
8897         ignore-errors when calling mail-header-parse-content-type.
8898
8899         * rfc2231.el (rfc2231-parse-string): Return at least type if
8900         possible; don't cause an error even if it fails in parsing of
8901         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8902         (rfc2231-encode-string): Don't break lines at the beginning, leave
8903         it to mml-insert-parameter.
8904
8905         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8906         calling mail-header-parse-content-type.
8907
8908 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * spam-report.el (spam-report-gmane-use-article-number):
8911         Improve doc string.
8912         (spam-report-gmane-internal): Check if a suitable header was found
8913         in the article.
8914
8915 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8918         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8919
8920 2006-02-05  Romain Francoise  <romain@orebokech.com>
8921
8922         Update copyright notices of all files in the gnus directory.
8923
8924 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8925
8926         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8927
8928 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8931         segmented lines of parameter value to cope with Thunderbird 1.5
8932         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8933         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8934         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8935
8936 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8937
8938         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8939         parts.
8940
8941 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8942
8943         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8944         there's only one active file for all servers.
8945         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8946         solid groups.  Gnus might have used a FAST request to select the group.
8947         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8948         and nnweb-search redundantly in the active file.
8949         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8950         (nnweb-request-create-group): Don't use ARGS.
8951         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8952         initialisations.  Let nnoo do the work.
8953
8954 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8957         Say the part has been decoded.
8958
8959         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8960
8961 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8962
8963         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8964         mailcap-viewer-test-cache when there's no 'test clause, since that
8965         will invert the meaning of a "nil" test previously determined by
8966         mailcap-mailcap-entry-passes-test.
8967
8968 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8971         compiling.
8972
8973         * gnus-sum.el: Ditto.
8974
8975         * message.el: Don't bind tool-bar-map when compiling.
8976
8977 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8980
8981 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8982
8983         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8984         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8985         current Google Groups.
8986
8987 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8990         and tool-bar-mode.
8991
8992         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8993         and tool-bar-mode.
8994
8995         * message.el (message-tool-bar-update): Simplify.
8996         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8997
8998         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8999         gnus-summary-buffer.
9000         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9001         gnus-summary-reply.
9002
9003         * gmm-utils.el (gmm): Add :version.
9004
9005 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * Makefile.in (clean): New rule.
9008         (distclean): Use it.
9009
9010 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9011
9012         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9013         autoload.
9014
9015 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gmm-utils.el (gmm-verbose): Add :group.
9018
9019 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * message.el: Change some comments WRT tool-bars.
9022
9023         * gnus-sum.el (gnus-summary-tool-bar)
9024         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9025         (gnus-summary-tool-bar-zap-list): New variables.
9026         (gnus-summary-make-tool-bar): Complete rewrite using
9027         `gmm-tool-bar-from-list'.
9028
9029         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9030         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9031         variables.
9032         (gnus-group-make-tool-bar): Complete rewrite using
9033         `gmm-tool-bar-from-list'.
9034         (gnus-group-tool-bar-update): New function.
9035
9036         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9037
9038 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9041         is dissected into a single part of which the type is the same as
9042         the given one; decode charset.
9043
9044 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9045
9046         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9047         into alists as symbol not string, since that's what
9048         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9049         look for.
9050
9051 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9054         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9055
9056         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9057
9058 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9061         (gnus-xmas-mime-security-button-menu): New function.
9062
9063         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9064         (gnus-mime-security-button-menu): New definition.
9065         (gnus-mime-security-button-map): Use them.
9066         (gnus-mime-security-button-menu): New function.
9067         (gnus-insert-mime-security-button): Addition to help echo.
9068         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9069         (gnus-mime-security-pipe-part): New functions.
9070
9071         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9072         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9073
9074         * mm-decode.el (mm-handle-set-disposition): Remove.
9075         (mm-handle-set-description): Remove.
9076
9077 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9080         (mm-w3m-standalone-supports-m17n-p): New function.
9081         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9082         w3m usage.
9083
9084         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9085         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9086
9087 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * message.el (message-tool-bar-zap-list): Use
9090         gmm-tool-bar-zap-list as custom type.
9091         (message-tool-bar-update): New function.
9092         (message-tool-bar, message-tool-bar-gnome)
9093         (message-tool-bar-retro): Add message-tool-bar-update.
9094         (message-tool-bar-gnome): Add flyspell-buffer.
9095
9096         * gnus-util.el (gnus-error): Describe `args'.
9097
9098         * gmm-utils.el (gmm-error): Describe `args'.
9099         (gmm-tool-bar-zap-list): New widget.
9100         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9101
9102 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9105         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9106         the number of recursive calls.
9107
9108         * mm-decode.el (mm-handle-set-disposition): New macro.
9109         (mm-handle-set-description): New macro.
9110
9111 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9114         encoding.
9115
9116 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * message.el (message-tool-bar-zap-list, message-tool-bar)
9119         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9120         (message-tool-bar-local-item-from-menu): Remove.
9121         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9122         (message-make-tool-bar): New function.
9123         (message-mode): Use `message-make-tool-bar'.
9124
9125         * gmm-utils.el: New file.
9126         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9127         (gmm-lazy): New widget copied from `nnmail.el'.
9128         (gmm-tool-bar-from-list): New function for creating customizable
9129         tool bars.
9130         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9131         output.
9132         (gmm): Add :prefix to defgroup.
9133
9134 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9135
9136         * gmm-utils.el (gmm-widget-p): New function.
9137
9138 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * mml.el (mml-attach-file): Describe `description' in doc string.
9141         (mml-menu): Add Emacs MIME manual and PGG manual.
9142
9143 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9144
9145         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9146
9147 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9148
9149         * nntp.el (nntp-end-of-line): Doc fix.
9150
9151 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9152
9153         * imap.el (imap-open): Handle case where buffer is a buffer
9154         object.
9155
9156 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9157
9158         * gnus-delay.el (gnus-delay): Don't autoload.
9159         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9160         to be re-loaded when customizing the `gnus-delay' group.
9161
9162 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9163
9164         * message.el (message-insert-citation-line): Use newlines.
9165
9166 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9167
9168         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9169         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9170         these routines, so the passphrase can be managed externally and
9171         passed in to the system.
9172         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9173         pgg-add-passphrase-to-cache function.
9174
9175         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9176         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9177         these routines, so the passphrase can be managed externally and
9178         passed in to the system.
9179         (pgg-pgp5-sign-region): Use new name of
9180         pgg-add-passphrase-to-cache function.
9181
9182 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9183
9184         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9185         part of the decoded armor to find the key-identifier.
9186         (pgg-gpg-lookup-key-owner): New function to return the
9187         human-readable identifier of a key owner.
9188         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9189         itself.
9190         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9191         the key value) if we have a key and can match it against a secret
9192         key.  Also, added a note pointing out fact that the prompt only
9193         indicates the first matching key.
9194
9195         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9196         pgg-decrypt-region.
9197         (pgg-add-passphrase-to-cache): Rename from
9198         `pgg-add-passphrase-cache' to reduce confusion (all callers
9199         changed).
9200         (pgg-remove-passphrase-from-cache): Rename from
9201         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9202         changed).
9203         (pgg-read-passphrase, pgg-add-passphrase-cache)
9204         (pgg-remove-passphrase-cache): Add informative docstrings.
9205         (pgg-decrypt): Convey provided passphrase in subordinate call to
9206         pgg-decrypt-region.
9207
9208 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9209
9210         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9211         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9212         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9213         'passphrase' argument, so the passphrase can be managed externally
9214         and then passed in to the system.
9215
9216         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9217         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9218         so the passphrase cache can be used reliably with identifiers
9219         besides a pgp packet's key id.
9220
9221         * pgg-gpg.el (pgg-gpg-encrypt-region)
9222         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9223         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9224         these routines, so the passphrase can be managed externally and
9225         passed in to the system.
9226
9227         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9228         'notruncate' argument, so the passphrase cache can be used
9229         reliably with identifiers besides a pgp packet's key id.
9230
9231 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9232
9233         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9234         symmetric encryption.
9235         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9236         encrypted session key.
9237         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9238         message ask for the passphrase in a proper way.
9239
9240         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9241         New user commands for symmetric encryption.
9242
9243 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9246
9247         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9248
9249 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9250
9251         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9252
9253 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * mm-decode.el (mm-inlined-types): Add application/pgp.
9256         (mm-automatic-display): Ditto.
9257
9258         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9259         part as text.
9260
9261 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * nnrss.el: Update copyright.
9264         (nnrss-opml-import): Query whether to subscribe to each entry.
9265
9266         * gnus-art.el:
9267         * gnus-sum.el:
9268         * gnus-xmas.el:
9269         * messagexmas.el:
9270         * mm-uu.el:
9271         * mm-view.el: Update copyright.
9272
9273 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * message.el (message-info): New function.
9276         (message-mode-menu): Add it.
9277         Update copyright.
9278
9279         * ChangeLog: Fix and update copyright.
9280
9281 2006-01-13  Romain Francoise  <romain@orebokech.com>
9282
9283         * message.el (message-forward-subject-name-subject): Prefer the
9284         address to 'nowhere' if the sender has no name.
9285         Fix typo.  Update copyright year.
9286
9287 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-art.el (article-wash-html): Use
9290         gnus-summary-show-article-charset-alist if a numeric arg is given.
9291         (gnus-article-wash-html-with-w3m-standalone): New function.
9292
9293         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9294         mm-inline-text-html-render-with-w3m-standalone.
9295         (mm-text-html-washer-alist): Map w3m-standalone to
9296         gnus-article-wash-html-with-w3m-standalone.
9297         (mm-inline-text-html-render-with-w3m-standalone): New function.
9298
9299 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9302         Improve LaTeX.
9303
9304 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9307         (nnrss-request-article): Render text/plain parts as HTML.
9308
9309         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9310         the buffer.
9311
9312 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9315         custom definition of `gnus-posting-styles'.
9316
9317         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9318         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9319
9320 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9323         Use nntp for bug archive.
9324
9325 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9328         parts.
9329         (nnrss-normalize-date): New function converts ISO 8601 date into
9330         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9331         (nnrss-check-group): Use it.
9332
9333 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9336
9337         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9338         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9339         (nnrss-insert-w3): Ditto.
9340
9341 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9344         the articles to be forwarded including the case where neither a
9345         number of articles nor a region is specified.
9346
9347 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * nnrss.el (nnrss-request-article): Fix last change; fill
9350         text/plain parts.
9351
9352 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9355         in text/plain part.
9356         (nnrss-check-group): Don't add excessive newline to dc:subject.
9357
9358 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9359
9360         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9361         article.
9362
9363 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9366         (nnml-use-compressed-files, nnml-save-mail): Support other
9367         comression programs such as bzip2.
9368
9369 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * dns.el (query-dns): Make sure we check the buffer size before
9372         removing tcp headers.
9373
9374 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9377         remove MIME buttons associated with multipart/alternative parts.
9378         (gnus-mime-display-alternative): Tag buttons using `article-type'
9379         text property.
9380
9381         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9382         associated with multipart/alternative parts.
9383
9384         * gnus-art.el (gnus-signature-separator): Fix custom type.
9385
9386         * mm-decode.el (mm-inlined-types): Fix custom type.
9387         (mm-keep-viewer-alive-types): Ditto.
9388         (mm-automatic-display): Ditto.
9389         (mm-attachment-override-types): Ditto.
9390         (mm-inline-override-types): Ditto.
9391         (mm-automatic-external-display): Ditto.
9392
9393 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * spam-report.el (spam-report-user-mail-address)
9396         (spam-report-user-agent): New variables.
9397         (spam-report-url-ping-plain): Use spam-report-user-agent.
9398
9399 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9400
9401         * gnus-art.el (gnus-button-handle-custom): Do not just use
9402         `customize-apropos' for any "M-x customize-*" button but the
9403         function called for.  Accept both the function name and its
9404         argument in order to achieve this.
9405         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9406         function name to `gnus-button-handle-custom' in case of "M-x
9407         customize-*" buttons.
9408
9409 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9412         multipart/alternative and add xref to mm-discouraged-alternatives
9413         in doc string.
9414
9415         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9416         gnus-buttonized-mime-types in doc string.
9417
9418 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9421         Suggest image/.* in the doc string.
9422
9423 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9426         message-marks (Debian bug #342521).
9427
9428 2005-12-12  Simon Josefsson  <jas@extundo.com>
9429
9430         * password.el (password-read-from-cache): Add.
9431         (password-read): Use it.
9432
9433 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9436         us-ascii as a MIME charset.
9437
9438         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9439         against the case where the 2nd arg TYPE is nil.
9440
9441 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * pop3.el (pop3-stream-type): Fix custom version.
9444
9445         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9446
9447 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9448
9449         * mm-decode.el (mm-display-external): Add missing cdr.
9450
9451 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9454         RFC1524) if it is in mailcap or add a suffix according to
9455         mailcap-mime-extensions when generating a temp filename; postpone
9456         deleting a temp file for 2 seconds for some wrappers, shell
9457         scripts, and so on, which might exit right after having started a
9458         viewer command as a background job.
9459
9460 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * nntp.el (nntp-marks-directory): Fix custom group.
9463
9464         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9465         steps when < 10.
9466
9467         * gnus-start.el (gnus-no-server-1): Mention
9468         `gnus-level-default-subscribed' in doc string.
9469
9470 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9471
9472         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9473         parens.
9474
9475 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-xmas.el (gnus-use-toolbar): Revert.
9478         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9479         gnus-use-toolbar is default.
9480
9481         * messagexmas.el (message-use-toolbar): Revert.
9482         (message-setup-toolbar): Use global default-toolbar if
9483         message-use-toolbar is default.
9484
9485 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9488         according to default-toolbar-visible-p.
9489
9490         * messagexmas.el (message-use-toolbar): Ditto.
9491
9492 2005-11-26  Dave Love  <fx@gnu.org>
9493
9494         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9495         (tls-program, tls-success): Provide openssl alternative.
9496
9497         * starttls.el: Doc fixes.
9498         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9499         SERVICE to PORT.
9500
9501         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9502         port null or service name.
9503         (starttls-negotiate): Autoload.
9504
9505 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * message.el (message-kill-to-signature): Fix interactive spec.
9508
9509 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * pop3.el (pop3-open-server): Recognize a string as a service name.
9512
9513 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9514
9515         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9516
9517 2005-11-23  Dave Love  <fx@gnu.org>
9518
9519         Add pop3s, pop3/starttls.
9520
9521         * pop3.el (pop3-authentication-scheme): Clarify doc.
9522         (open-tls-stream, starttls-open-stream): Autoload.
9523         (pop3-stream-type): New.
9524         (pop3-open-server): Use it.
9525
9526         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9527         for POP.
9528         (mail-source-keyword-map): Add :stream for POP.
9529         (mail-source-fetch-pop): Use pop3-stream-type.
9530
9531 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9534         of current-time-string.
9535
9536 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9537
9538         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9539         date header.
9540
9541 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9542
9543         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9544         it can seriously impact performance as it bypasses the agent's
9545         local caches.
9546
9547 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9548
9549         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9550         must be explicitly online rather than "not explicitly offline" for
9551         its flags to be synchronized.
9552
9553         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9554         that gnus-uu-unmark-thread will function correctly.
9555
9556         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9557         1024K is instead displayed as 1M.
9558
9559 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9562
9563 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9564
9565         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9566
9567 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9568
9569         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9570         error message to display actual error condition.
9571         (gnus-agent-save-local): Avoid saving symbols that are bound to
9572         nil as they simply result in a warning message in
9573         gnus-agent-read-local.
9574
9575 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9578         rather than make-variable-buffer-local for file-precious-flag.
9579
9580 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9581
9582         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9583         for duplicates which are removed.  The invalid sort check then
9584         triggers a rescan after the sort as sorting may have moved
9585         duplicate entries such that they can be cheaply detected.
9586
9587 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9590
9591 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9592
9593         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9594         internal variable to a custom variable.  Changed default value
9595         from compressed(2) to uncompressed(1).
9596         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9597         support for uncompressed agentview files.  Taken together, reading
9598         the agentview file should now be 6-7 times faster.
9599
9600 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9601
9602         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9603         as a buffer-local variable.  This avoids creating truncated
9604         dribble files as a result of a hang up, eg.
9605
9606 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9607
9608         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9609         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9610         XEmacs.
9611
9612 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * gnus-start.el (gnus-start-draft-setup): Enforce
9615         `gnus-draft-mode' for nndraft:drafts at startup.
9616
9617         * gnus.el (gnus-splash): Change custom group.
9618         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9619         allow-list argument.
9620
9621         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9622         string.
9623
9624 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-art.el (gnus-default-article-saver): Add user-defined
9627         `function' to custom type.
9628
9629 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9630
9631         * imap.el (imap-open): Handle case where buffer is a buffer
9632         object.
9633
9634 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9637         long lines.
9638         (gnus-cache-delete-group): Wrap doc strings.
9639
9640         * gnus-agent.el (gnus-agent-rename-group)
9641         (gnus-agent-delete-group): Wrap doc strings.
9642
9643 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * messagexmas.el (message-use-toolbar): Change the valid values
9646         into default, top, bottom, left, and right.
9647         (message-toolbar-thickness): New variable.
9648         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9649         well.
9650         (message-setup-toolbar): Make it work.
9651
9652         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9653         (gnus-use-toolbar): Change the valid values into default, top,
9654         bottom, left, and right.
9655         (gnus-toolbar-thickness): New variable.
9656         (gnus-xmas-setup-toolbar): New function.
9657         (gnus-xmas-setup-group-toolbar): Use it.
9658         (gnus-xmas-setup-summary-toolbar): Use it.
9659
9660 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661
9662         * gnus-start.el (gnus-1): Add "native" to
9663         gnus-predefined-server-alist.
9664
9665         * gnus.el (gnus-method-to-server): Don't add "native" to the
9666         lists here, because that leads to problems when
9667         gnus-select-method is bound.
9668
9669 2005-11-09  Simon Josefsson  <jas@extundo.com>
9670
9671         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9672         use (not sort-by-date) instead.
9673
9674 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9675
9676         * gnus-delay.el (gnus-delay-group): Don't autoload.
9677         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9678         to be re-loaded when customizing the `gnus-delay' group.
9679
9680 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9681
9682         * message.el: Revert last changes.
9683         (message-insert-citation-line): Use newlines.
9684
9685 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9686
9687         * message.el (message-courtesy-message)
9688         (message-mark-insert-begin, message-mark-insert-end)
9689         (message-elide-ellipsis, message-cancel-message)
9690         (message-add-header, message-change-subject)
9691         (message-cross-post-followup-to-header)
9692         (message-cross-post-insert-note, message-reduce-to-to-cc)
9693         (message-widen-reply, message-delete-not-region)
9694         (message-kill-to-signature, message-insert-signature)
9695         (message-insert-importance-high, message-insert-importance-low)
9696         (message-insert-or-toggle-importance)
9697         (message-insert-disposition-notification-to)
9698         (message-indent-citation, message-yank-original)
9699         (message-cite-original-without-signature, message-cite-original)
9700         (message-insert-citation-line, message-position-on-field)
9701         (message-fix-before-sending, message-send-mail-partially)
9702         (message-send-mail, message-send-mail-with-sendmail)
9703         (message-send-mail-with-qmail, message-send-news)
9704         (message-check-news-header-syntax, message-generate-headers)
9705         (message-insert-courtesy-copy, message-fill-address)
9706         (message-fill-header, message-shorten-references)
9707         (message-setup-1, message-cancel-news)
9708         (message-forward-make-body-plain, message-forward-make-body-mime)
9709         (message-forward-make-body-mml, message-encode-message-body)
9710         (message-forward-make-body-digest-plain)
9711         (message-forward-make-body-digest-mime)
9712         (message-use-alternative-email-as-from): Insert `hard-newline'
9713         instead of ordinary newlines.
9714
9715 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * message.el (message-generate-headers): Downcase the argument
9718         given to message-check-element.
9719
9720 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9721
9722         * nntp.el (nntp-authinfo-rejected): New error condition.
9723         (nntp-wait-for): Use new error condition to signal authentication
9724         error.
9725         (nntp-retrieve-data): Rethrow new error condition to break out of
9726         recursive call to nntp-send-authinfo.
9727
9728 2005-11-08  Romain Francoise  <romain@orebokech.com>
9729
9730         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9731         (gnus-summary-exit-map): Bind to `Z p'.
9732         (gnus-summary-make-menu-bar): Add menu item.
9733
9734 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9737         (gnus-treat-*): Add `first' in all doc strings.
9738
9739         * gnus-group.el (gnus-group-compact-group): Fix typo.
9740
9741 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus.el (gnus-parameters-case-fold-search): New variable.
9744         (gnus-parameters-get-parameter): Use it.
9745
9746         * gnus-score.el (gnus-home-score-file): Doc fix.
9747
9748 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9749
9750         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9751
9752 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * mm-util.el (mm-special-display-p): New function.
9755
9756         * mml.el (mml-preview): Use it; doc fix.
9757
9758 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9759
9760         * imap.el (imap-open): Handle case where buffer is a buffer object.
9761
9762 2005-10-29  Romain Francoise  <romain@orebokech.com>
9763
9764         * message.el (message-fix-before-sending): Fix comment.
9765
9766 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9767
9768         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9769
9770 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9771
9772         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9773         Used in gnus-score.el.
9774
9775 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9778
9779 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9782         whitespace removed in revision 7.8.  Use concatenated string to
9783         protect trailing whitespace.
9784
9785 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9786
9787         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9788         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9789         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9790         Courier IMAP ("some version from 2004").  Mostly based on similar
9791         code in the same function.
9792
9793 2005-10-26  Didier Verna  <didier@xemacs.org>
9794
9795         * gnus-group.el (gnus-group-compact-group): Invalidate original
9796         article buffer.
9797         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9798         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9799         NOV database and in article itself.
9800         Invalidate article backlog.
9801
9802 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9805
9806 2005-10-26  Simon Josefsson  <jas@extundo.com>
9807
9808         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9809         part of 2004-07-25 change.
9810
9811 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * message.el (message-display-completion-list): New function.
9814         (message-expand-group): Use it; make sure the Completions buffer
9815         is modifiable.
9816 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9817
9818         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9819         user-mail-name is an empty string.
9820
9821 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9824         depending on gnus-score-decay-constant.
9825
9826         * encrypt.el (encrypt-insert-file-contents)
9827         (encrypt-write-file-contents): Don't use `gnus-message'.
9828
9829         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9830         arguments.
9831         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9832         arguments to mm-uu-verbatim-marks-extract.
9833         (mm-uu-hide-markers): New variable.
9834         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9835
9836         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9837         (gnus-convert-image-to-face-command): Use "convert" by default to
9838         allow other input image formats.
9839         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9840         accordingly.
9841
9842 2005-10-23  Simon Josefsson  <jas@extundo.com>
9843
9844         * imap.el (imap-gssapi-program): Align command line parameters
9845         with latest GNU SASL.
9846         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9847
9848 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9849
9850         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9851         HTML.
9852         (nnslashdot-request-article): Ditto.
9853
9854         * lpath.el (featurep): Add nobreak-char-display.
9855
9856 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9857
9858         * mail-source.el (mail-source-fetch-pop): Require pop3.
9859         (mail-source-check-pop): Ditto.
9860
9861 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9864         errors.
9865
9866 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9869         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9870
9871         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9872
9873         * mm-bodies.el (mm-decode-string): Call
9874         `mm-charset-to-coding-system' with allow-override argument.
9875
9876 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9879         (rfc2047-charset-to-coding-system): New function.
9880         (rfc2047-decode-encoded-words): New function.
9881         (rfc2047-decode-region): Use them.
9882         (rfc2047-decode-cte): Remove.
9883         (rfc2047-parse-and-decode): Remove.
9884         (rfc2047-decode): Remove.
9885
9886 2005-10-15  Kenichi Handa  <handa@m17n.org>
9887
9888         * rfc2047.el (rfc2047-decode-cte): New function.
9889         (rfc2047-decode-region): Change the way to decode successive
9890         encoded-words: decode B- or Q-encoding in each encoded-word,
9891         concatenate them, and decode it as charset.
9892
9893 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * lpath.el: Fbind codepage-setup for XEmacs.
9896
9897 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9898
9899         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9900         widget-move-and-invoke.
9901         (gnus-custom-mode): Use gnus-custom-map.
9902
9903 2005-10-15  Bill Wohler  <wohler@newt.com>
9904
9905         * message.el (message-tool-bar-map): Renamed image file from
9906         mail_send to mail/send.
9907
9908 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9909
9910         * message.el (message-expand-group): Pass the common
9911         prefix substring of completion to `display-completion-list'.
9912
9913 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * mml-sec.el (mml-secure-method): New internal variable.
9916         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9917         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9918         functions using mml-secure-method.
9919
9920         * mml.el (mml-mode-map): Add key bindings for those functions.
9921         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9922         Harder <harder@myrealbox.com>.
9923         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9924         end of message if point is the headers of the message.
9925
9926         * message.el (message-in-body-p): New function.
9927
9928         * assistant.el: Autoload gnus-util and netrc.
9929
9930         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9931         Use `mm-charset-override-alist' only when decoding.
9932
9933         * mm-bodies.el (mm-decode-body): Call
9934         `mm-charset-to-coding-system' with allow-override argument.
9935
9936         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9937         `filename' from Content-Disposition if Content-Type doesn't
9938         provide `name'.
9939         (gnus-mime-view-part-as-type): Set default instead of
9940         initial-input.
9941
9942 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9943
9944         * format-spec.el (format-spec): Propagate text properties of % spec.
9945
9946 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * gnus-art.el (gnus-treat-predicate): Add `first'.
9949
9950 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9953         (mm-charset-override-alist): New variable.
9954         (mm-charset-to-coding-system): Use it.
9955         (mm-codepage-setup): New helper function.
9956         (mm-charset-eval-alist): New variable.
9957         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9958         about unknown charsets.
9959
9960         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9961
9962 2005-10-04  David Hansen  <david.hansen@gmx.net>
9963
9964         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9965         (nnrss-check-group): Ditto.
9966
9967 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9970         Rename x-gnus-verbatim to x-verbatim.
9971         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9972
9973         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9974         x-verbatim.
9975
9976         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9977
9978         * gnus-util.el (gnus-remove-duplicates): Remove.
9979
9980         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9981         instead of gnus-remove-duplicates.
9982
9983         * message.el (message-remove-duplicates): Remove.
9984         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9985         message-remove-duplicates.
9986
9987         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9988         available, else use implementation from `delete-dups'.
9989
9990         * message.el (message-insert-expires): New function.
9991         (message-mode-map): Add key binding.
9992         (message-mode-field-menu): Add menu entry.
9993         (message-mode): Document it.
9994         (message-make-expires-date): Use `message-make-date'.
9995
9996 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9997
9998         * message.el (message-make-expires-date): New function.
9999
10000 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * Makefile.in (list-installed-shadows): New entry.
10003         (install): Use it.
10004         (remove-installed-shadows): New entry.
10005
10006         * dgnushack.el (dgnushack-default-load-path): New variable.
10007         (dgnushack-find-lisp-shadows): New function.
10008         (dgnushack-remove-lisp-shadows): New function.
10009
10010 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * Makefile.in (install-el-elc): New entry.
10013         (install): Use it so that .el files are necessarily installed.
10014
10015 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10018
10019 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10020
10021         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10022         function rather than the diff-mode.el package.
10023         (mm-display-external): Use with-current-buffer.
10024         (mm-viewer-completion-map, mm-viewer-completion-map):
10025         Move initialization inside declaration.
10026
10027 2005-09-29  Simon Josefsson  <jas@extundo.com>
10028
10029         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10030         autoload mail-check-payment.
10031         (spam-check-hashcash): Define unconditionally, since hashcash.el
10032         is part of Gnus now.  Ignore errors from payment checking.
10033
10034 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * message.el (message-bold-region, message-unbold-region): Rename
10037         from `bold-region' and `unbold-region'.
10038
10039         * message.el: Remove useless autoloads.
10040
10041 2005-09-28  Simon Josefsson  <jas@extundo.com>
10042
10043         * message.el (message-use-idna): Default to t.
10044         (message-use-idna): Test whether encoding works too.  Doc fix.
10045
10046 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * nntp.el (nntp-warn-about-losing-connection): Remove.
10049
10050 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10053         customizable.  Change default value.
10054         (mm-uu-diff-groups-regexp): Change default value.
10055         (mm-uu-type-alist): Add doc string.
10056         (mm-uu-configure): Add doc string.  Make it interactive.
10057         (mm-uu-tex-groups-regexp): New variable.
10058         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10059         (mm-uu-type-alist): Add LaTeX documents.
10060         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10061         of "text/verbatim".
10062         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10063
10064         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10065         instead of "text/verbatim".
10066
10067         * message.el (message-mark-inserted-region)
10068         (message-mark-insert-file): Use slrn style marks when called with
10069         prefix argument.
10070
10071 2005-09-27  Simon Josefsson  <jas@extundo.com>
10072
10073         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10074
10075 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10076
10077         * message.el (message-remove-duplicates): New function.
10078         Implementation borrowed from `gnus-remove-duplicates'.
10079         (message-idna-to-ascii-rhs): Also encode idna addresses in
10080         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10081         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10082         only ask about the same idna domain once per header and also tell
10083         in what header to replace the idna domain.
10084
10085         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10086         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10087         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10088         a header is decoded and not just the last one.
10089
10090 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10093         has been decoded.
10094
10095         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10096         (mm-insert-part): Don't modify text if it has been decoded.
10097
10098         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10099         decoded.
10100
10101         * mm-view.el (mm-inline-text): Don't strip text props unless
10102         decoding enriched or richtext parts.
10103
10104 2005-09-25  Romain Francoise  <romain@orebokech.com>
10105
10106         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10107         * gnus-start.el (gnus-subscribe-interactively):
10108         * gnus-uu.el (gnus-uu-grab-articles):
10109         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10110         space.
10111
10112 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10113
10114         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10115         * mm-view.el (mm-view-pkcs7-decrypt):
10116         * gnus-sum.el (gnus-summary-limit-to-extra)
10117         (gnus-summary-respool-article, gnus-read-move-group-name):
10118         * gnus-score.el (gnus-summary-increase-score):
10119         * gnus-util.el (gnus-completing-read-with-default):
10120         * gnus-art.el (gnus-read-save-file-name)
10121         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10122         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10123         * message.el (message-check-news-header-syntax):
10124         Follow convention for reading with the minibuffer.
10125
10126 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * spam-report.el (spam-report-url-ping-plain):
10129         Use gnus-extended-version as User-Agent.
10130
10131         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10132         default value is nil.
10133
10134         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10135         (mm-uu-verbatim-marks-extract): New function.
10136         (mm-uu-extract): New face.
10137         (mm-uu-copy-to-buffer): Use it.
10138
10139         * spam-report.el (spam-report-gmane-ham): Renamed from
10140         `spam-report-gmane-unspam'.
10141         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10142         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10143
10144         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10145         Autoload.
10146         (spam-report-gmane-unregister-routine): Renamed
10147         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10148
10149 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10150
10151         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10152         (spam-report-gmane-unregister-routine): Add support for gmane
10153         unregistration.
10154
10155         * spam-report.el (spam-report-gmane-unspam)
10156         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10157         (spam-report-gmane): Change to take a single article and do unspam
10158         registration.
10159
10160 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * mm-url.el (mm-url-decode-entities): Fix regexp.
10163
10164 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10165
10166         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10167         default to nil, to be able to use Gnus at all.  If the default
10168         switches to something else, then the function should be fixed not
10169         be exceedingly slow.
10170
10171 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10172
10173         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10174         fail hard.
10175
10176         * spam-report.el: Add better Keywords line.
10177
10178         * spam.el: Add Maintainer and better Keywords line.
10179
10180 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gnus-art.el (gnus-article-replace-part)
10183         (gnus-mime-replace-part): New functions.
10184         (gnus-mime-action-alist, gnus-mime-button-commands)
10185         (gnus-mime-save-part-and-strip): Added file argument.
10186         (gnus-article-part-wrapper): Added interactive argument.
10187
10188         * gnus-sum.el (gnus-summary-mime-map): Add
10189         `gnus-article-replace-part'.
10190
10191 2005-09-19  Didier Verna  <didier@xemacs.org>
10192
10193         The nnml compaction feature:
10194         * nnml.el (nnml-request-compact-group): New function.
10195         * nnml.el (nnml-request-compact): New function.
10196         * gnus-int.el (gnus-request-compact-group): New function.
10197         * gnus-int.el (gnus-request-compact): New function.
10198         * gnus-group.el (gnus-group-compact-group): New function.
10199         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10200         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10201         * gnus-srvr.el (gnus-server-compact-server): New function.
10202         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10203         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10204
10205 2005-09-18  Deepak Goel  <deego@gnufans.org>
10206
10207         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10208         format spec.
10209
10210 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10213
10214 2005-09-15  Romain Francoise  <romain@orebokech.com>
10215
10216         * message.el (message-fill-paragraph): Clarify docstring.
10217
10218 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-art.el (gnus-mime-display-part): Protect against broken
10221         MIME messages.
10222
10223 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10226         before parsing header.
10227
10228 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10229
10230         * html2text.el (html2text-replace-list): Add new entities.
10231
10232 2005-09-11  Romain Francoise  <romain@orebokech.com>
10233
10234         * message.el (message-alternative-emails): Improve docstring.
10235         (message-setup-1): Call `message-use-alternative-email-as-from'
10236         after `message-setup-hook' to give it precedence over posting
10237         styles, etc.
10238         (message-use-alternative-email-as-from): Add docstring.  Remove
10239         the original From header if present.
10240
10241         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10242         (nnml-save-mail): Use it.
10243
10244         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10245         articles.  Add new argument `silent'.
10246         (gnus-uu-mark-all): Report the total number of marked articles.
10247
10248 2005-09-10  Romain Francoise  <romain@orebokech.com>
10249
10250         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10251         (gnus-uu-mark-series): Likewise.
10252
10253 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * spam-report.el (spam-report-gmane): Fix generation of spam
10256         report URL.
10257
10258 2005-09-10  Simon Josefsson  <jas@extundo.com>
10259
10260         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10261         t, based on discussion on the ding list with Robert Epprecht
10262         <epprecht@solnet.ch>.
10263
10264 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * spam-report.el (spam-report-gmane): Make it work without
10267         X-Report-Spam header.  Gmane now only provides Archived-At.
10268         This is only used if `spam-report-gmane-use-article-number' is nil.
10269         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10270
10271         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10272         make `gnus-summary-sort-by-recipient' work with threading.
10273
10274         * nnweb.el (nnweb-google-wash-article): Print a message if article
10275         is not available.
10276
10277 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10278
10279         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10280         change.  Decode text/* parts content before displaying.
10281
10282 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10285
10286 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10289
10290         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10291         url-package-name, url-package-version,
10292         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10293         w3m-display-inline-images, and w3m-minor-mode-map.
10294
10295 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * message.el (message-tab-body-function): Fix mismatched custom type.
10298
10299         * gnus.el (gnus-group-change-level-function): Ditto.
10300
10301         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10302
10303         * gnus-art.el (gnus-signature-limit)
10304         (gnus-article-mime-part-function): Ditto.
10305
10306 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * mml.el (mml-mode): Silence the byte compiler.
10309
10310         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10311         using `(sit-for 0)' before moving the point to the specified part;
10312         skip unbuttonized parts.
10313         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10314         return to the summary window if gnus-auto-select-part is non-nil.
10315
10316 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10319         variables.
10320         (mml-dnd-attach-file, mml-mode): Use them.
10321
10322         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10323         Make fetching article by MID work again for Google Groups.  Added
10324         FIXME concerning gnus-group-make-web-group.
10325
10326         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10327         Don't depend on Gnus by using mail-extract-address-components if
10328         gnus-extract-address-components is not bound.
10329
10330 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * gnus-art.el (gnus-mime-display-security): Don't display the
10333         signature, but only the signed part.
10334
10335 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10338
10339         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10340         list, not listp.
10341
10342 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10343
10344         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10345         when encoding.
10346
10347         * mm-bodies.el (mm-decode-content-transfer-encoding):
10348         De-canonicalize CRLF for all text content types, not just
10349         text/plain.
10350
10351 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10354         valid article; point arrow and cursor at the MIME button.
10355
10356 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10359         Suggested by Dan Christensen <jdc@uwo.ca>.
10360
10361         * mm-decode.el (mm-save-part): Enable change of prompt.
10362
10363 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10364
10365         * gnus-msg.el (gnus-inews-add-send-actions): Made
10366         `message-post-method' lambda parameter ARG `&optional'.
10367
10368 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-sum.el (gnus-summary-mime-map): Added
10371         gnus-article-save-part-and-strip, gnus-article-delete-part and
10372         gnus-article-jump-to-part.
10373
10374         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10375         (gnus-article-edit-part): Use it.
10376         (gnus-article-part-wrapper): Added no-handle argument.
10377         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10378         functions.
10379
10380 2005-08-29  Romain Francoise  <romain@orebokech.com>
10381
10382         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10383         docstring.
10384         (gnus-face-from-file): Likewise.
10385
10386 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10389         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10390         non-nil.
10391         (gnus-auto-select-part): New variable.
10392         (gnus-article-jump-to-part): New function.
10393         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10394         (gnus-mime-delete-part): Allow selecting specified part after
10395         deleting or stripping parts.
10396         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10397         part if argument is bogus.
10398
10399 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10400
10401         * gnus-art.el (w3m-minor-mode-map):
10402         * gnus-spec.el (gnus-newsrc-file-version):
10403         * gnus-util.el (nnmail-active-file-coding-system)
10404         (gnus-original-article-buffer, gnus-user-agent):
10405         * gnus.el (gnus-ham-process-destinations)
10406         (gnus-parameter-ham-marks-alist)
10407         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10408         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10409         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10410         * mm-decode.el (gnus-current-window-configuration):
10411         * mm-extern.el (gnus-article-mime-handles):
10412         * mm-url.el (url-current-object, url-package-name)
10413         (url-package-version):
10414         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10415         (smime-keys, w3m-cid-retrieve-function-alist)
10416         (w3m-current-buffer, w3m-display-inline-images)
10417         (w3m-minor-mode-map):
10418         * mml-smime.el (gnus-extract-address-components):
10419         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10420         (gnus-newsrc-hashtb, message-default-charset)
10421         (message-deletable-headers, message-options)
10422         (message-posting-charset, message-required-mail-headers)
10423         (message-required-news-headers):
10424         * mml1991.el (mc-pgp-always-sign):
10425         * mml2015.el (mc-pgp-always-sign):
10426         * nnheader.el (nnmail-extra-headers):
10427         * rfc1843.el (gnus-decode-encoded-word-function)
10428         (gnus-decode-header-function, gnus-newsgroup-name):
10429         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10430
10431 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10432
10433         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10434         the end of the date treatments.
10435
10436 2005-08-15  Simon Josefsson  <jas@extundo.com>
10437
10438         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10439         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10440         Capello and Romain Francoise.
10441         (pgg-fetch-key-function): Removed, not used?
10442         (pgg-insert-url-with-w3): Require url, to get
10443         url-insert-file-contents regardless of where it is defined.
10444
10445 2005-08-13  Romain Francoise  <romain@orebokech.com>
10446
10447         * message.el (message-cite-original-1): New function.
10448         (message-cite-original): Use it.
10449         (message-cite-original-without-signature): Ditto.
10450
10451 2005-08-08  Romain Francoise  <romain@orebokech.com>
10452
10453         * message.el (message-yank-empty-prefix): New variable.
10454         (message-indent-citation): Use it.
10455         (message-cite-original-without-signature): Respect X-No-Archive.
10456
10457 2005-08-08  Simon Josefsson  <jas@extundo.com>
10458
10459         * pgg.el: Autoload url-insert-file-contents instead of loading
10460         w3/url.
10461         (pgg-insert-url-with-w3): Don't load url here.
10462
10463 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10464
10465         * message.el (message-kill-to-signature): Don't insert newline at
10466         bol.
10467         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10468
10469 2005-08-06  Romain Francoise  <romain@orebokech.com>
10470
10471         * message.el (message-user-fqdn): Fix typo in docstring.
10472
10473 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10474
10475         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10476
10477         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10478
10479 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * mm-bodies.el (mm-encode-body): Use coding system rather than
10482         charset to encode text.
10483
10484         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10485         number of charsets if utf-8 is available (XEmacs).
10486
10487 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10488
10489         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10490         taken from `gnus-button-mid-or-mail-regexp'.
10491         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10492         (gnus-button-alist): Improve regexp for domain part of the MIDs
10493         for news:localpart@domain buttons.
10494         (gnus-button-ctan-directory-regexp): Update.
10495
10496 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * sieve-manage.el (sieve-manage-interactive-login): Use
10499         make-local-variable rather than make-variable-buffer-local.
10500         (sieve-manage-open): Ditto.
10501         (sieve-manage-authenticate): Ditto.
10502
10503         * mml.el (mml-generate-mime-1): Make the content type default to
10504         text/plain if the filename is not specified.
10505
10506 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10509         instead of insert-buffer.
10510
10511         * message.el (message-yank-original): Ditto; set the mark at the
10512         end of the yanked message.
10513
10514 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10517         lines to scroll rather than to stop it.
10518
10519         * mml.el (mml-generate-default-type): Add doc string.
10520         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10521         default to application/octet-stream when determining the content
10522         type if it is not specified for the part or the mml contents; add
10523         a comment about mml-generate-default-type.
10524
10525 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10528         make it default to application/octet-stream when determining the
10529         content type if it is not specified for the external contents.
10530
10531 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10534         segmented parameter but also other parameters might be there.
10535
10536 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * mm-decode.el (mm-display-external): Delete temp file, directory
10539         and buffer immediately if the external process is exited.
10540
10541 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10544         fewer lines than that of scroll-margin.
10545         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10546
10547 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-art.el (gnus-article-next-page): Revert.
10550         (gnus-article-beginning-of-window): New macro.
10551         (gnus-article-next-page-1): Use it.
10552         (gnus-article-prev-page): Ditto.
10553         (gnus-article-edit-part): Use insert-buffer-substring instead of
10554         insert-buffer.
10555         (gnus-article-edit-exit): Ditto.
10556
10557         * gnus-util.el (gnus-beginning-of-window): Remove.
10558         (gnus-end-of-window): Remove.
10559
10560         * lpath.el: Don't bind header-line-format and scroll-margin.
10561
10562 2005-07-25  Simon Josefsson  <jas@extundo.com>
10563
10564         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10565         to have the url package without w3.  Reported by Daiki Ueno
10566         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10567
10568 2005-07-20  Didier Verna  <didier@xemacs.org>
10569
10570         * gnus-diary.el: Remove the description comment (nndiary is now
10571         properly documented in the Gnus manual).
10572         Fix the spelling of "Back End".
10573         * nndiary.el: Ditto.
10574         Fix the copyright notice.
10575
10576 2005-07-18  Romain Francoise  <romain@orebokech.com>
10577
10578         * gnus-sum.el (gnus-summary-to-prefix)
10579         (gnus-summary-newsgroup-prefix): New variables.
10580         (gnus-summary-from-or-to-or-newsgroups): Use them.
10581
10582 2005-07-17  Romain Francoise  <romain@orebokech.com>
10583
10584         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10585         space as it's generally not especially interesting to the user.
10586
10587 2005-07-16  Romain Francoise  <romain@orebokech.com>
10588
10589         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10590         nil to avoid prompting and file modification if one of the
10591         messages at the top of the nnfolder file contains a copyright
10592         notice.
10593         Update copyright notice.
10594
10595         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10596         instead of `current-time-string' as the latter creates a time
10597         string that is not RFC 2822 compliant (it lacks the zone).
10598         Update copyright notice.
10599
10600 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10601
10602         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10603         for text/rtf.  Display default in prompt.  Pass default for M-n.
10604
10605         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10606
10607 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * gnus-msg.el (gnus-button-mailto): Remove
10610         save-selected-window-window hackery because it relies on
10611         save-selected-window internals.
10612
10613 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10616         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10617         (gnus-article-prev-page): Ditto.
10618
10619         * gnus-util.el (gnus-beginning-of-window): New function.
10620         (gnus-end-of-window): New function.
10621
10622         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10623
10624 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10625
10626         * gnus-score.el (gnus-score-edit-all-score): Set
10627         gnus-score-edit-exit-function to gnus-score-edit-done and call
10628         gnus-message.
10629
10630 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * gnus-msg.el (gnus-button-mailto): Remove
10633         save-selected-window-window hackery because it relies on
10634         save-selected-window internals.
10635
10636 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10639         add-minor-mode.
10640         (gnus-binary-mode): Ditto.
10641
10642         * gnus-topic.el (gnus-topic-mode): Ditto.
10643
10644 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10645
10646         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10647         (gnus-article-prev-page): Take scroll-margin into consideration.
10648
10649 2005-07-04  Lute Kamstra  <lute@gnu.org>
10650
10651         Update FSF's address in GPL notices.
10652
10653 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10654
10655         * gnus.el (gnus-exit):
10656         * gnus-group.el (gnus-group-icons):
10657         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10658
10659         * gnus-nocem.el (gnus-nocem):
10660         * message.el (message-various, message-buffers, message-sending)
10661         (message-interface, message-forwarding, message-insertion)
10662         (message-headers, message-news, message-mail):
10663         * pgg-gpg.el (pgg-gpg):
10664         * pgg-parse.el (pgg-parse):
10665         * pgg-pgp.el (pgg-pgp):
10666         * pgg-pgp5.el (pgg-pgp5):
10667         * pop3.el (pop3): Finish `defgroup' description with period.
10668
10669 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * gnus-art.el (article-display-face): Improve the efficiency.
10672         (article-display-x-face): Ditto; remove grey x-face stuff.
10673
10674 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * gnus-art.el (article-display-face): Correct the position in
10677         which Faces are inserted.
10678
10679 2005-06-29  Didier Verna  <didier@xemacs.org>
10680
10681         * gnus-art.el (article-display-face): Display faces in correct
10682         order.
10683
10684 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10687         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10688         (gnus-nocem-check-article): Fetch the Type header.
10689         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10690         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10691         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10692         make sure gnus-nocem-hashtb is initialized.
10693         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10694         (gnus-nocem-unwanted-article-p): Ditto.
10695
10696         * pgg.el (pgg-verify): Return the verification result.
10697
10698 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10699
10700         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10701         is ascii.
10702
10703 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10704
10705         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10706         `show-nonbreak-escape'.
10707
10708 2005-06-23  Lute Kamstra  <lute@gnu.org>
10709
10710         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10711
10712         * dig.el (dig-mode):
10713         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10714
10715 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10716
10717         * nnimap.el (nnimap-split-download-body): Fix spellings.
10718
10719 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10720
10721         * gnus-art.el (gnus-article-encrypt-body):
10722         * gnus-cus.el (gnus-score-customize):
10723         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10724         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10725
10726 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10727
10728         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10729         header by looking for magic "MII" at the beginnig.
10730
10731 2005-06-16  Miles Bader  <miles@gnu.org>
10732
10733         * gnus-xmas.el (gnus-xmas-group-startup-message):
10734         Use renamed gnus-splash face.
10735
10736         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10737         (assistant-field-face): New backward-compatibility alias for renamed
10738         face.
10739         (assistant-render-text): Use renamed assistant-field face.
10740
10741         * spam.el (spam): Remove "-face" suffix from face name.
10742         (spam-face): New backward-compatibility alias for renamed face.
10743         (spam-face, spam-initialize): Use renamed spam face.
10744
10745         * message.el (message-header-to, message-header-cc)
10746         (message-header-subject, message-header-newsgroups)
10747         (message-header-other, message-header-name)
10748         (message-header-xheader, message-separator, message-cited-text)
10749         (message-mml): Remove "-face" suffix from face names.
10750         (message-header-to-face, message-header-cc-face)
10751         (message-header-subject-face, message-header-newsgroups-face)
10752         (message-header-other-face, message-header-name-face)
10753         (message-header-xheader-face, message-separator-face)
10754         (message-cited-text-face, message-mml-face):
10755         New backward-compatibility aliases for renamed faces.
10756         (message-font-lock-keywords): Use renamed message faces.
10757
10758         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10759         (sieve-test-commands, sieve-tagged-arguments):
10760         Remove "-face" suffix from face names.
10761         (sieve-control-commands-face, sieve-action-commands-face)
10762         (sieve-test-commands-face, sieve-tagged-arguments-face):
10763         New backward-compatibility aliases for renamed faces.
10764         (sieve-control-commands-face, sieve-action-commands-face)
10765         (sieve-test-commands-face, sieve-tagged-arguments-face):
10766         Use renamed sieve faces.
10767
10768         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10769         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10770         (gnus-group-news-3-empty, gnus-group-news-4)
10771         (gnus-group-news-4-empty, gnus-group-news-5)
10772         (gnus-group-news-5-empty, gnus-group-news-6)
10773         (gnus-group-news-6-empty, gnus-group-news-low)
10774         (gnus-group-news-low-empty, gnus-group-mail-1)
10775         (gnus-group-mail-1-empty, gnus-group-mail-2)
10776         (gnus-group-mail-2-empty, gnus-group-mail-3)
10777         (gnus-group-mail-3-empty, gnus-group-mail-low)
10778         (gnus-group-mail-low-empty, gnus-summary-selected)
10779         (gnus-summary-cancelled, gnus-summary-high-ticked)
10780         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10781         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10782         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10783         (gnus-summary-low-undownloaded)
10784         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10785         (gnus-summary-low-unread, gnus-summary-normal-unread)
10786         (gnus-summary-high-read, gnus-summary-low-read)
10787         (gnus-summary-normal-read, gnus-splash):
10788         Remove "-face" suffix from face names.
10789         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10790         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10791         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10792         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10793         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10794         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10795         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10796         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10797         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10798         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10799         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10800         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10801         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10802         (gnus-summary-normal-ticked-face)
10803         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10804         (gnus-summary-normal-ancient-face)
10805         (gnus-summary-high-undownloaded-face)
10806         (gnus-summary-low-undownloaded-face)
10807         (gnus-summary-normal-undownloaded-face)
10808         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10809         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10810         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10811         (gnus-splash-face):
10812         New backward-compatibility aliases for renamed faces.
10813         (gnus-group-startup-message): Use renamed gnus faces.
10814
10815         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10816         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10817         (gnus-server-agent): Remove "-face" suffix from face names.
10818         (gnus-server-agent-face, gnus-server-opened-face)
10819         (gnus-server-closed-face, gnus-server-denied-face)
10820         (gnus-server-offline-face):
10821         New backward-compatibility aliases for renamed faces.
10822         (gnus-server-agent-face, gnus-server-opened-face)
10823         (gnus-server-closed-face, gnus-server-denied-face)
10824         (gnus-server-offline-face): Use renamed gnus faces.
10825
10826         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10827         Remove "-face" suffix from face names.
10828         (gnus-picon-xbm-face, gnus-picon-face):
10829         New backward-compatibility aliases for renamed faces.
10830
10831         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10832         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10833         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10834         (gnus-cite-11): Remove "-face" suffix from face names.
10835         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10836         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10837         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10838         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10839         New backward-compatibility aliases for renamed faces.
10840         (gnus-cite-attribution-face, gnus-cite-face-list)
10841         (gnus-article-boring-faces): Use renamed gnus faces.
10842
10843         * gnus-art.el (gnus-signature, gnus-header-from)
10844         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10845         (gnus-header-content): Remove "-face" suffix from face names.
10846         (gnus-signature-face, gnus-header-from-face)
10847         (gnus-header-subject-face, gnus-header-newsgroups-face)
10848         (gnus-header-name-face, gnus-header-content-face):
10849         New backward-compatibility aliases for renamed faces.
10850         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10851
10852         * gnus-sum.el (gnus-summary-selected-face)
10853         (gnus-summary-highlight): Use renamed gnus faces.
10854         * gnus-group.el (gnus-group-highlight): Likewise.
10855
10856 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10857
10858         * gnus-sieve.el (gnus-sieve-article-add-rule):
10859         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10860         * spam-stat.el (spam-stat-buffer-change-to-spam)
10861         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10862
10863         * message.el (message-is-yours-p):
10864         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10865
10866 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * mm-view.el (mm-inline-text): Withdraw the last change.
10869
10870 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10873         executing enriched-decode.
10874
10875 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10878         charset of tar files.
10879
10880 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10881
10882         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10883
10884 2005-06-04  Lute Kamstra  <lute@gnu.org>
10885
10886         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10887         information is never recorded.
10888
10889 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10890
10891         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10892
10893 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * pop3.el (pop3-apop): Run md5 in the binary mode.
10896
10897         * starttls.el (starttls-set-process-query-on-exit-flag):
10898         Use eval-and-compile.
10899
10900 2005-05-31  Simon Josefsson  <jas@extundo.com>
10901
10902         * smime.el (smime-replace-in-string): Define.
10903         (smime-cert-by-ldap-1): Use it.
10904
10905 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-art.el (article-display-x-face): Replace
10908         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10909
10910         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10911         set-process-query-on-exit-flag or process-kill-without-query.
10912
10913         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10914         loop instead of replace-regexp.
10915
10916         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10917         instead of process-kill-without-query if it is available.
10918
10919         * lpath.el: Fbind ldap-search-entries.
10920
10921         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10922         instead of find-file-hooks if it is available.
10923
10924         * mml1991.el: Bind pgg-default-user-id when compiling.
10925
10926         * mml2015.el: Bind pgg-default-user-id when compiling.
10927
10928         * nndraft.el (nndraft-request-associate-buffer):
10929         Use write-contents-functions instead of write-contents-hooks if it is
10930         available.
10931
10932         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10933         instead of find-file-hooks if it is available.
10934
10935         * nntp.el (nntp-open-connection): Replace
10936         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10937         (nntp-open-ssl-stream): Ditto.
10938         (nntp-open-tls-stream): Ditto.
10939
10940         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10941         set-process-query-on-exit-flag or process-kill-without-query.
10942         (starttls-open-stream-gnutls): Use it instead of
10943         process-kill-without-query.
10944         (starttls-open-stream): Ditto.
10945
10946 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10947
10948         * smime.el (smime-cert-by-ldap-1): Don't use
10949         replace-regexp-in-string.
10950
10951 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10952
10953         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10954
10955         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10956         in PEM format.  Adjust to the XEmacs compability.
10957
10958 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10961         by `string-to-number'.
10962         * gnus-agent.el (gnus-agent-regenerate-group)
10963         (gnus-agent-fetch-articles): Ditto.
10964         * gnus-art.el (gnus-button-fetch-group): Ditto.
10965         * gnus-cache.el (gnus-cache-generate-active)
10966         (gnus-cache-articles-in-group): Ditto.
10967         * gnus-group.el (gnus-group-set-current-level)
10968         (gnus-group-insert-group-line): Ditto.
10969         * gnus-score.el (gnus-score-set-expunge-below)
10970         (gnus-score-set-mark-below, gnus-summary-score-effect)
10971         (gnus-summary-score-entry): Ditto.
10972         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10973         (gnus-soup-pack): Ditto.
10974         * gnus-spec.el (gnus-xmas-format): Ditto.
10975         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10976         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10977         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10978         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10979         * nndb.el (nndb-get-remote-expire-response): Ditto.
10980         * nndiary.el (nndiary-parse-schedule-value)
10981         (nndiary-string-to-number, nndiary-request-replace-article)
10982         (nndiary-request-article): Ditto.
10983         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10984         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10985         * nneething.el (nneething-make-head): Ditto.
10986         * nnfolder.el (nnfolder-request-article)
10987         (nnfolder-retrieve-headers): Ditto.
10988         * nnheader.el (nnheader-file-to-number): Ditto.
10989         * nnkiboze.el (nnkiboze-request-article): Ditto.
10990         * nnmail.el (nnmail-process-unix-mail-format)
10991         (nnmail-process-babyl-mail-format): Ditto.
10992         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10993         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10994         (nnmh-request-create-group, nnmh-request-list-1)
10995         (nnmh-request-group, nnmh-request-article): Ditto.
10996         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10997         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10998         * nnsoup.el (nnsoup-make-active): Ditto.
10999         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11000         * nntp.el (nntp-find-group-and-number)
11001         (nntp-retrieve-headers-with-xover): Ditto.
11002         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11003         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11004         (pgg-format-key-identifier): Ditto.
11005         * pop3.el (pop3-last, pop3-stat): Ditto.
11006         * qp.el (quoted-printable-decode-region): Ditto.
11007
11008         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11009         of concat.
11010
11011 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11014
11015         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11016
11017         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11018
11019         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11020
11021         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11022
11023         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11024
11025         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11026         (gnus-carpal-mode): Ditto.
11027
11028         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11029         (gnus-browse-mode): Ditto.
11030
11031         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11032
11033         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11034
11035 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11036
11037         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11038
11039 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-util.el (gnus-run-mode-hooks): New function.
11042
11043         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11044
11045         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11046         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11047
11048 2005-05-27  Lute Kamstra  <lute@gnu.org>
11049
11050         * dns-mode.el (dns-mode): Specify customization group.
11051
11052 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11053
11054         * gnus-agent.el (gnus-agent-make-mode-line-string):
11055         Use mode-line-highlight as mouse-face.
11056
11057 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * canlock.el (canlock): Change the parent group to news.
11060
11061         * deuglify.el (gnus-outlook-deuglify): Add :group.
11062
11063         * dig.el (dig): Add :group.
11064
11065         * dns-mode.el (dns-mode): Add :group.
11066
11067         * encrypt.el (encrypt): Add :group.
11068
11069         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11070         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11071         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11072         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11073         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11074
11075         * gnus-diary.el (gnus-diary): Add :group.
11076
11077         * gnus.el (gnus-group-news-1-face): Add :group.
11078         (gnus-group-news-1-empty-face): Ditto.
11079         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11080         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11081         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11082         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11083         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11084         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11085         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11086         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11087         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11088         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11089         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11090         (gnus-summary-high-ticked-face): Ditto.
11091         (gnus-summary-low-ticked-face): Ditto.
11092         (gnus-summary-normal-ticked-face): Ditto.
11093         (gnus-summary-high-ancient-face): Ditto.
11094         (gnus-summary-low-ancient-face): Ditto.
11095         (gnus-summary-normal-ancient-face): Ditto.
11096         (gnus-summary-high-undownloaded-face): Ditto.
11097         (gnus-summary-low-undownloaded-face): Ditto.
11098         (gnus-summary-normal-undownloaded-face): Ditto.
11099         (gnus-summary-high-unread-face): Ditto.
11100         (gnus-summary-low-unread-face): Ditto.
11101         (gnus-summary-normal-unread-face): Ditto.
11102         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11103         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11104
11105         * hashcash.el (hashcash): New custom group.
11106         (hashcash-default-payment): Add :group.
11107         (hashcash-payment-alist): Ditto.
11108         (hashcash-default-accept-payment): Ditto.
11109         (hashcash-accept-resources): Ditto.
11110         (hashcash-path): Ditto.
11111         (hashcash-extra-generate-parameters): Ditto.
11112         (hashcash-double-spend-database): Ditto.
11113         (hashcash-in-news): Ditto.
11114
11115         * message.el (message-minibuffer-local-map): Add :group.
11116
11117         * netrc.el (netrc): Add :group.
11118
11119         * sieve-manage.el (sieve-manage-log): Add :group.
11120         (sieve-manage-default-user): Diito.
11121         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11122         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11123         (sieve-manage-authenticators): Ditto.
11124         (sieve-manage-authenticator-alist): Ditto.
11125         (sieve-manage-default-port): Ditto.
11126
11127         * sieve-mode.el (sieve-control-commands-face): Add :group.
11128         (sieve-action-commands-face): Ditto.
11129         (sieve-test-commands-face): Ditto.
11130         (sieve-tagged-arguments-face): Ditto.
11131
11132         * smime.el (smime): Add :group.
11133
11134         * spam-report.el (spam-report): Add :group.
11135
11136         * spam.el (spam, spam-face): Add :group.
11137
11138 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139
11140         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11141         return \n.\n.\n at the end of articles.  Protect against that.
11142         (nntp-with-open-group): Allow debugging.
11143
11144         * nnheader.el (mail-header-set-extra): Make into a function
11145         because I just could't understand how to quote the list properly.
11146
11147         * dns.el (query-dns-cached): New function.
11148
11149 2005-05-26  Lute Kamstra  <lute@gnu.org>
11150
11151         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11152
11153 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11156
11157         * gnus-art.el: Don't autoload mail-extract-address-components.
11158
11159         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11160         eval-and-compile to evaluate it.
11161
11162         * hashcash.el: Don't autoload executable-find.
11163
11164         * nndb.el: Don't declare the nndb back end two or more times; don't
11165         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11166
11167         * nntp.el: Autoload format-spec instead of format; use
11168         eval-and-compile to evaluate autoload forms.
11169
11170 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11171
11172         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11173
11174 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * gnus.el (gnus-version-number): Bump version.
11177
11178 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11179
11180         * gnus.el: No Gnus v0.3 is released.
11181
11182 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * lpath.el (featurep): Bind show-nonbreak-escape.
11185
11186 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * gnus-art.el (gnus-article-edit-part): Disable undo.
11189
11190 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11193         gnus-article-date-lapsed-new-header is t if date timer is active;
11194         skip headers in which the original date value is empty.
11195         (gnus-article-save-original-date): Redefine it as a macro.
11196         (gnus-display-mime): Use it.
11197
11198 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11199
11200         * gnus-art.el (article-date-ut): Support converting date in
11201         forwarded parts as well.
11202         (gnus-article-save-original-date): New function.
11203         (gnus-display-mime): Use it.
11204
11205 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11206
11207         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11208         enclosure element of <item>.
11209
11210 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * message.el (message-kill-buffer-query): Renamed from
11213         `message-kill-buffer-query-if-modified'.  Added :version.
11214
11215 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11218         window layout.
11219
11220 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * mml.el: Autoload dnd when compiling.
11223
11224 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11227         x-dnd-*.
11228
11229 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * qp.el (quoted-printable-encode-region): Save excursion.
11232
11233 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11234
11235         * message.el (message-kill-buffer-query-if-modified): Add new variable
11236         so the user can kill a modified message buffer quickly.
11237         (message-kill-buffer): Use it.
11238
11239 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * lpath.el: Fbind display-time-event-handler; don't fbind
11242         string-to-multibyte.
11243
11244         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11245
11246 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11249         contained in text because xml.el decodes entities) with LFs.
11250
11251 2005-04-11  Lute Kamstra  <lute@gnu.org>
11252
11253         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11254         differently.
11255
11256 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11257
11258         * mm-util.el (mm-detect-coding-region): Typo.
11259
11260 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11261
11262         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11263
11264 2005-04-06  Deepak Goel  <deego@gnufans.org>
11265
11266         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11267         user-function allow user modifications of the scores.
11268         (spam-stat-score-buffer-user): New function, to allow
11269         user-computed modifications to the score.
11270         (spam-stat-score-buffer-user-functions): List of additional
11271         scoring functions.
11272         (spam-stat-error-holder): Global temporary error holder.
11273         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11274         variable.
11275
11276 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11277
11278         * gnus-registry.el (gnus-registry-clean-empty-function)
11279         (gnus-registry-trim, gnus-registry-fetch-groups)
11280         (gnus-registry-delete-group): Groups that match
11281         `gnus-registry-ignored-groups' are removed from the registry
11282         entries, not just ignored for splitting.  This helps clean up the
11283         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11284         to get all the groups a message ID is in.
11285
11286         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11287         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11288         (spam-stat-score-buffer-user-functions): Add :number custom type.
11289
11290 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11293         argument in XEmacs.
11294
11295         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11296         (nnrss-request-group): Decode group name first.
11297         (nnrss-request-article): Make a text/plain article if mml-to-mime
11298         failed.
11299         (nnrss-get-encoding): Return a compatible encoding according to
11300         nnrss-compatible-encoding-alist.
11301         (nnrss-find-el): Use consp instead of listp.
11302         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11303
11304 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11307         which Emacs 20 doesn't support.
11308         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11309
11310 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11313         silence the byte compiler inside the defun.
11314
11315         * gnus-demon.el (parse-time-string): Add autoload.
11316
11317         * gnus-delay.el (parse-time-string): Add autoload.
11318
11319         * gnus-art.el (parse-time-string): Add autoload.
11320
11321         * nnultimate.el (parse-time): Require for `parse-time-string'.
11322
11323 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11326
11327         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11328
11329         * smime.el (smime-ldap-host-list): Add :version.
11330
11331 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11334         pass it to `gnus-browse-read-group'.
11335         (gnus-browse-read-group): Add NUMBER argument and pass it to
11336         `gnus-group-read-ephemeral-group'.
11337
11338         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11339         argument and pass it to `gnus-group-read-group'.
11340
11341 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11342
11343         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11344         mm-xemacs-find-mime-charset-1 if we have the mule feature
11345         available at runtime.
11346
11347 2005-03-25  Werner Lemberg  <wl@gnu.org>
11348
11349         * nnmaildir.el: Replace `illegal' with `invalid'.
11350
11351 2005-03-23  Lute Kamstra  <lute@gnu.org>
11352
11353         * time-date.el: Add comment on time value formats.
11354         Don't require parse-time.
11355         (with-decoded-time-value): New macro.
11356         (encode-time-value): New function.
11357         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11358         (days-to-time): Return a valid time value when arg is huge.
11359         (time-since): Use time-subtract.
11360         (time-to-number-of-days): Use time-to-seconds.
11361
11362 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11363
11364         * gnus-start.el (gnus-display-time-event-handler):
11365         Check display-time-timer at runtime rather than only at load time
11366         in case display-time-mode is turned off in the mean time.
11367
11368 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11371         used.
11372
11373         * nneething.el (nneething-map-file-directory): Derive from
11374         `gnus-directory'.
11375
11376         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11377         the To/Cc button.
11378
11379 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * nnmaildir.el (nnmaildir-request-accept-article):
11382         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11383
11384 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11385
11386         * gnus-async.el: Require timer-funcs at compile time when in
11387         XEmacs for `run-with-idle-timer'.
11388
11389 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11390
11391         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11392         autoloaded function.
11393
11394 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11395
11396         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11397
11398 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11399
11400         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11401
11402 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11405         gnus-expert-user to default.
11406
11407 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11408
11409         * nnimap.el (nnimap-open-server): Ditto.
11410
11411         * imap.el (imap-authenticate): Fix typo.
11412
11413 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11414
11415         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11416         buffer (since IMAP server might return FETCH response out of
11417         order, and the nntp buffer must be sorted).
11418
11419 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11420
11421         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11422         comparison on string.
11423
11424         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11425         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11426         (gnus-agent-summary-fetch-series): Modified to protect against
11427         gnus-agent-summary-fetch-group clearing processable flags.
11428         (gnus-agent-synchronize-group-flags): Update live group buffer as
11429         synchronization may occur due to the user toggle the plugged
11430         status.
11431         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11432         successfully downloaded.
11433         (gnus-agent-expire-group-1): Avoid using markers when the overview
11434         is in ascending order; greatly improves performance.
11435         (gnus-agent-regenerate-group): Use
11436         gnus-agent-synchronize-group-flags to reset read status in both
11437         gnus and server.
11438         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11439
11440 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * message.el: Don't autoload former message-utils variables.
11443         (message-strip-subject-trailing-was): Change doc string.
11444
11445         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11446         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11447         (nnweb-google-search): Add "hl=en" here.
11448         (nnweb-google-parse-1, nnweb-google-create-mapping):
11449         Don't hardcode URL.
11450
11451 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * message.el (message-get-reply-headers, message-followup):
11454         Mention related variables `message-use-followup-to' and
11455         `message-use-mail-followup-to', in the information buffer.
11456
11457         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11458         of broken groups(-beta).google.com.
11459
11460 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11461
11462         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11463         parameter to invoked gnus-request-move-article; remove the
11464         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11465         all at once instead of once per article.
11466         (gnus-summary-remove-process-mark): Accept a list of articles as
11467         well as a single article for processing.
11468
11469         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11470         parameter.
11471
11472         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11473
11474         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11475
11476         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11477         parameter.
11478
11479         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11480         parameter.
11481
11482         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11483         parameter and remove the gnus-sum-hint-move-is-internal variable.
11484
11485         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11486         parameter.
11487
11488         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11489         parameter.
11490
11491         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11492         parameter.
11493
11494         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11495
11496         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11497         parameter.
11498
11499         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11500         parameter.
11501
11502 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11503
11504         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11505         a more conservative way.
11506
11507 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11508
11509         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11510         buffer, so it moves the window's cursor.
11511
11512 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11513
11514         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11515         `mm-dissect-multipart' and receive the from field as an (optional)
11516         argument from `mm-dissect-multipart'.
11517         (mm-dissect-multipart): Receive the from field as an argument and
11518         pass it on when we call `mm-dissect-buffer' on MIME parts.
11519         Fixes verification/decryption of signed/encrypted MIME parts.
11520
11521 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11522
11523         * gnus-sum.el (gnus-summary-move-article): Set
11524         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11525         whatever it calls (right now, only nnimap-request-move article
11526         respects it).
11527
11528         * nnimap.el (nnimap-request-move-article): When
11529         gnus-sum-hint-move-is-internal is set, don't do the extra
11530         nnimap-request-article.
11531
11532 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11535
11536         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11537         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11538
11539         * gnus-sum.el (gnus-summary-caesar-message):
11540         Apply `gnus-treat-article' after rotation.
11541
11542         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11543         doc string.
11544
11545 2005-02-22  Simon Josefsson  <jas@extundo.com>
11546
11547         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11548         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11549         <arne@arnested.dk>.
11550         (encrypt): Add password-cache and password-cache-expiry as group
11551         members.
11552
11553 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11554
11555         * smime.el (smime-ldap-host-list): Doc fix.
11556         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11557         cache) password.
11558         (smime-sign-region): Use it.
11559         (smime-decrypt-region): Use it.
11560         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11561         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11562         fails.
11563         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11564         certificate from DER to PEM format rather than calling openssl.
11565
11566         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11567
11568         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11569         for signing/encryption.
11570
11571         * mml.el (mml-parse-1): Use them.
11572
11573 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11574
11575         * nnrss.el (nnrss-verbose): Removed.
11576         (nnrss-request-group): Use `nnheader-message' instead.
11577
11578 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11579
11580         * nnrss.el (nnrss-verbose): New variable.
11581         (nnrss-request-group): Make it say nnrss is requesting a group.
11582
11583 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11586         Handle news URL with given port correctly.
11587
11588 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11591         containing special characters.
11592
11593         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11594
11595         * mml.el (mime-to-mml): Ditto.
11596
11597         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11598         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11599         (rfc2047-decode-region): Quote decoded words containing special
11600         characters when rfc2047-quote-decoded-words-containing-tspecials
11601         is non-nil.
11602
11603 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11604
11605         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11606
11607         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11608
11609 2005-02-15  Simon Josefsson  <jas@extundo.com>
11610
11611         * nnimap.el (nnimap-debug): Doc fix.
11612
11613         * imap.el (imap-debug): Doc fix.
11614
11615 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11618
11619 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11620
11621         * gnus.el (spam-contents): Improve docs for spam-contents
11622         parameter in its variable incarnation.
11623
11624 2005-02-14  Simon Josefsson  <jas@extundo.com>
11625
11626         * smime-ldap.el: Use require instead of load-library for ldap.
11627         (smime-ldap-search): Indent.
11628         (smime-ldap-search-internal): Shorten line.
11629
11630         * smime.el (smime-cert-by-dns): Add doc-string.
11631         (smime-cert-by-ldap-1): Indent.
11632
11633         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11634         mml-smime-get-dns-ldap.
11635         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11636
11637 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11638
11639         * smime.el: Require smime-ldap.
11640         (smime-ldap-host-list): New variable.
11641         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11642
11643         * mml-smime.el (mml-smime-encrypt-query): New function.
11644         (mml-smime-encrypt-query): Use it.
11645
11646         * smime-ldap.el: New file.
11647
11648 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11651
11652 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11655         argument in doc string.  Make query for type more clear.
11656
11657 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * gnus.el (gnus-group-startup-message): Search for gnus images in
11660         etc/images/gnus.
11661         * mm-util.el (mm-image-load-path): Likewise.
11662         * smiley.el (smiley-data-directory): Search for smilies in
11663         etc/images/smilies.
11664
11665 2005-02-09  Kim F. Storm  <storm@cua.dk>
11666
11667         Change Emacs release version from 21.4 to 22.1 throughout.
11668         Change Emacs development version from 21.3.50 to 22.0.50.
11669
11670 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11673
11674         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11675         non-Mule XEmacs as well.
11676         (mm-decompress-buffer): Signal an error intentionally if it does
11677         not decompress compressed data because auto-compression-mode is
11678         disabled.
11679
11680 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11681
11682         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11683         an ID in the registry even if it has no groups.
11684
11685 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11688         merge it into mm-decompress-buffer.
11689         (gnus-mime-copy-part): Use the MIME part charset, the value which
11690         a user specified or gnus-newsgroup-charset for decoding, like
11691         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11692         save-buffer what was used.  Suggested by Kevin Ryde
11693         <user42@zip.com.au>.
11694         (gnus-mime-inline-part): Allow the name parameter as well as the
11695         filename parameter; force decompressing of compressed data; always
11696         display contents being not decoded as unibyte.
11697
11698         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11699         as well as the filename parameter.
11700
11701         * mm-util.el (mm-decompress-buffer): Merge
11702         gnus-mime-jka-compr-maybe-uncompress.
11703         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11704         of compressed data.
11705
11706 2005-02-08  Simon Josefsson  <jas@extundo.com>
11707
11708         * imap.el (imap-log): Doc fix.
11709
11710 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11713         the coding cookies; decompress compressed parts.
11714
11715         * mml.el (mml-generate-mime-1): Add the charset parameter according
11716         to the value which a user specified manually or the coding cookie.
11717
11718         * mm-util.el (mm-string-to-multibyte): New function.
11719         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11720         (mm-coding-system-to-mime-charset): New function.
11721         (mm-decompress-buffer): New function.
11722         (mm-find-buffer-file-coding-system): New function.
11723
11724         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11725         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11726         parts.
11727
11728 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11729
11730         * mm-view.el (mm-display-inline-fontify): Decode a part according
11731         to the charset parameter.
11732
11733 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11736         prefix arg is neither nil nor a number, as info specifies.
11737
11738 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11741         timestamps.
11742
11743 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11744
11745         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11746         groups error checking and notify user.
11747
11748 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11749
11750         * message.el (message-send-mail-function): Check existence of
11751         sendmail-program first before using default value
11752         `message-send-mail-with-sendmail'.  Otherwise use more generic
11753         `smtpmail-send-it'.
11754
11755 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * nntp.el (nntp-request-update-info): Always return nil.
11758
11759 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11760
11761         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11762
11763 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11764
11765         * message.el (message-beginning-of-line): Change the behavior when
11766         invoked between BOL and : so that it first moves backward.
11767
11768 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11771         article buffer when editing of the article is discarded.
11772         (gnus-article-prepare): Revert.
11773
11774 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-art.el (gnus-article-prepare):
11777         Remove message-strip-forbidden-properties from the local hook.
11778
11779 2005-01-27  Simon Josefsson  <jas@extundo.com>
11780
11781         * password.el (password-cache-add): Only start one timer per key.
11782         Reported by Derek Atkins <warlord@MIT.EDU>.
11783
11784 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11785
11786         * run-at-time.el: Removed.  It is no longer needed as
11787         timer-funcs.el in the xemacs-base package has a working version of
11788         `run-at-time'.
11789
11790         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11791
11792         * password.el: Require timer-funcs instead of run-at-time in
11793         XEmacs.
11794         Remove `password-run-at-time' macro.
11795         (password-cache-add): Use `run-at-time' instead of
11796         `password-run-at-time'.
11797
11798         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11799         Remove `nnheader-cancel-function-timers' alias,
11800         `cancel-function-timers' exists in XEmacs in timer-funcs.
11801
11802         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11803         for `run-with-idle-timer'.
11804
11805         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11806         for `run-at-time'.
11807
11808         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11809         for `with-timeout'.
11810
11811         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11812         the same as for XEmacs 21.4.
11813         No need to ignore `run-with-idle-timer', this function exists in
11814         XEmacs now in timer-funcs.el in the xemacs-base package.
11815         (dgnushack-compile): No need to delete
11816         run-at-time.el from the list of files to compile because it
11817         doesn't exist anymore.
11818
11819 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11822         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11823
11824 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11825
11826         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11827         sensitively.
11828
11829 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11830
11831         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11832
11833 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11836         which will be inserted according to the multibyteness of a buffer
11837         rather than the type of contents.  Suggested by ARISAWA Akihiro
11838         <ari@mbf.ocn.ne.jp>.
11839
11840         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11841         of string which old xml.el may return rather than a string.
11842
11843 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11846
11847 2005-01-16  Simon Josefsson  <jas@extundo.com>
11848
11849         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11850         idn/idna.el isn't available.
11851         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11852         <michael@waxrat.com>.
11853
11854         * hashcash.el: Remove non-FSF copyright header.
11855
11856         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11857         (hashcash-generate-payment): Use it.
11858         (hashcash-generate-payment-async): Use it.
11859
11860 2005-01-15  Simon Josefsson  <jas@extundo.com>
11861
11862         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11863         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11864
11865         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11866         gnus-summary-idna-message.
11867         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11868         (gnus-summary-idna-message): New function.
11869
11870 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11873         gnus-novice-user.
11874
11875 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * nnrss.el (nnrss-request-delete-group): Delete entries in
11878         nnrss-group-alist as well.
11879         (nnrss-save-server-data): Insert newline.
11880
11881 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11882
11883         * gnus.el (gnus-user-agent): Use list of symbols instead of
11884         symbols.  Display full version number for (S)XEmacs.  Optionally
11885         display (S)XEmacs codename.
11886
11887         * gnus-util.el (gnus-emacs-version): Update for new
11888         `gnus-user-agent'.
11889
11890         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11891         Gnus version.
11892
11893 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11896         which is unreadable in some setups.
11897
11898 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-spec.el (gnus-update-format-specifications): Flush the
11901         group format spec cache if it doesn't support decoded group names.
11902
11903 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11906         Allow to apply decay on score files matching a regexp.
11907
11908 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11909
11910         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11911         compatibility in %g and %c.
11912
11913 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11916         name for only %g and %c.
11917         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11918         of gnus-tmp-group to decoded group name.
11919         (gnus-group-make-rss-group): Exclude `/'s from group names.
11920
11921 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * nnrss.el (nnrss-get-encoding): Fix regexp.
11924
11925 2004-12-27  Simon Josefsson  <jas@extundo.com>
11926
11927         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11928         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11929         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11930
11931 2004-12-17  Kim F. Storm  <storm@cua.dk>
11932
11933         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11934
11935         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11936
11937 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11938
11939         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11940
11941 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * nnrss.el: Require rfc2047 and mml.
11944         (nnrss-file-coding-system): New variable.
11945         (nnrss-format-string): Redefine it as an inline function.
11946         (nnrss-decode-group-name): New function.
11947         (nnrss-string-as-multibyte): Remove.
11948         (nnrss-retrieve-headers): Decode group name; don't use
11949         nnrss-format-string.
11950         (nnrss-request-group): Decode group name.
11951         (nnrss-request-article): Decode group name; allow a Message-ID as
11952         well as an article number; don't use nnrss-format-string; encode a
11953         Message-ID string which may contain non-ASCII characters; use
11954         mml-to-mime to compose a MIME article.
11955         (nnrss-request-expire-articles): Decode group name.
11956         (nnrss-request-delete-group): Decode group name.
11957         (nnrss-fetch): Clarify error message.
11958         (nnrss-read-server-data): Use insert-file-contents instead of load;
11959         bind file-name-coding-system; use multibyte buffer.
11960         (nnrss-save-server-data): Bind coding-system-for-write to the
11961         value of nnrss-file-coding-system; bind file-name-coding-system;
11962         add coding cookie.
11963         (nnrss-read-group-data): Use insert-file-contents instead of load;
11964         bind file-name-coding-system; use multibyte buffer.
11965         (nnrss-save-group-data): Bind coding-system-for-write to the
11966         value of nnrss-file-coding-system; bind file-name-coding-system.
11967         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11968         make it work with non-ASCII text.
11969         (nnrss-find-el): Make it work with old xml.el as well.
11970
11971 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11972
11973         * nnrss.el (nnrss-get-encoding): New function.
11974         (nnrss-fetch): Use unibyte buffer initially; bind
11975         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11976         decode contents according to the encoding attribute.
11977         (nnrss-save-group-data): Add coding cookie.
11978         (nnrss-mime-encode-string): New function.
11979         (nnrss-check-group): Use it to encode subject and author.
11980
11981 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11982
11983         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11984         imaginary variable.
11985
11986 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11989         correctly even if there are wide characters.
11990
11991 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11992
11993         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11994         downcased symbol names; make a new cache instead of reusing
11995         bbdb-hashtable.
11996
11997 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12000         concatenating segments rather than before concatenating them.
12001         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12002
12003         * message.el (message-get-reply-headers): Bind `extra'.
12004
12005 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12006
12007         * message.el (message-extra-wide-headers): New variable.
12008         (message-get-reply-headers): Use it.
12009
12010 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12013         (gnus-agent-group-pathname): Ditto.
12014
12015         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12016
12017         * gnus-group.el (gnus-group-make-group): Decode group name.
12018         (gnus-group-make-rss-group): Register the group data after opening
12019         the nnrss group.
12020
12021 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12022
12023         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12024         by expiry now get marked as read.
12025
12026 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12029
12030 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12031
12032         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12033         unify Latin characters in XEmacs.
12034         (mm-find-mime-charset-region): Use it.
12035
12036 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12037
12038         * gnus-util.el (gnus-delete-directory): New function.
12039
12040         * gnus-agent.el (gnus-agent-delete-group): Use it.
12041
12042         * gnus-cache.el (gnus-cache-delete-group): Use it.
12043
12044 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12047         names.
12048
12049 2004-12-16  Simon Josefsson  <jas@extundo.com>
12050
12051         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12052
12053 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12056
12057         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12058         (gnus-group-set-current-level): Decode group name.
12059
12060 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12061
12062         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12063         failed.
12064
12065 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus-group.el (gnus-group-delete-group): Decode group name.
12068         (gnus-group-make-rss-group): Encode group name.
12069         (gnus-group-catchup-current): Decode group name.
12070         (gnus-group-kill-group): Decode group name.
12071
12072 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12073
12074         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12075
12076 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-group.el (gnus-group-make-rss-group):
12079         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12080
12081         * gnus-start.el (gnus-setup-news): Honor user's setting to
12082         gnus-message-archive-method.  Suggested by Lute Kamstra
12083         <lute@gnu.org>.
12084
12085 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12086
12087         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12088         global counterparts of the buffer-local variables.
12089
12090 2004-11-16  Romain Francoise  <romain@orebokech.com>
12091
12092         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12093         counterparts of the buffer-local variables.
12094
12095 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * message.el (message-forbidden-properties): Fixed typo in doc
12098         string.
12099
12100 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-util.el (gnus-replace-in-string): Added doc string.
12103
12104         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12105         to avoid problems when splitting mails with many recipients.
12106
12107 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12108
12109         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12110         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12111
12112 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12113
12114         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12115         if there is no hashtable in memory or file modification time is
12116         newer than cached timestamp.
12117
12118 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12121         not-matching option.
12122
12123 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12126         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12127         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12128         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12129         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12130         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12131
12132 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * message.el (message-forward-make-body-mml): Remove headers
12135         according to message-forward-ignored-headers if a message is decoded.
12136
12137 2004-12-02  Romain Francoise  <romain@orebokech.com>
12138
12139         * message.el (message-forward-make-body-plain): Always remove
12140         headers according to message-forward-ignored-headers.
12141
12142 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12143
12144         * spam.el (spam-summary-prepare-exit): Remove the
12145         gnus-summary-limit pop for now, it has problems with ham marks for
12146         me.
12147
12148 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12149
12150         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12151         correctly.
12152
12153 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12154
12155         * format-spec.el (format-spec): Message the char.
12156
12157 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12158
12159         * gnus-art.el (gnus-split-methods): Reformat comments.
12160
12161         * spam.el (spam-summary-prepare-exit): Remove article limits
12162         before exiting the summary buffer.
12163
12164 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12167         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12168
12169         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12170         order to silence the byte compiler.
12171
12172         * spam.el: Fix the way to silence the byte compiler, which
12173         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12174         bbdb-search-simple, spam-BBDB-register-routine,
12175         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12176         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12177         spam-stat-buffer-is-spam, spam-stat-load,
12178         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12179         spam-stat-save and spam-stat-split-fancy.
12180
12181 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12184         which may confuse users.
12185         (canlock-password-for-verify): Ditto.
12186
12187         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12188
12189         * gnus-art.el (gnus-emphasis-alist): Ditto.
12190
12191         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12192
12193         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12194
12195         * gnus-start.el (gnus-save-killed-list): Ditto.
12196
12197         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12198         (gnus-sum-thread-tree-root): Ditto.
12199         (gnus-sum-thread-tree-false-root): Ditto.
12200         (gnus-sum-thread-tree-single-indent): Ditto.
12201
12202         * message.el (message-courtesy-message): Ditto.
12203         (message-archive-note): Ditto.
12204         (message-subscribed-address-file): Ditto.
12205         (message-user-fqdn): Ditto.
12206
12207         * spam-report.el (spam-report-gmane-regex): Ditto.
12208
12209         * spam.el (spam-blackhole-good-server-regex): Ditto.
12210
12211 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * mml.el (mml-preview): Widen the message buffer before copying
12214         the contents to the preview buffer; sort headers before previewing.
12215
12216         * message.el (message-hidden-headers): Fix the way to avoid a bug
12217         in the `repeat' widget in Emacs 21.3 or earlier.
12218
12219 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * message.el (message-hidden-headers): Default to "^References:".
12222         Improve customization type.  Suggested by Reiner Steib
12223         <Reiner.Steib@gmx.de>.
12224
12225 2004-11-25  Romain Francoise  <romain@orebokech.com>
12226
12227         * message.el (message-strip-forbidden-properties): Remove check for
12228         obsolete `message-hidden' text property, hidden headers are not
12229         accessible in the buffer anymore.
12230
12231 2004-11-22  Romain Francoise  <romain@orebokech.com>
12232
12233         * message.el (message-header-format-alist): Add `From' in list
12234         so that it can be sorted.
12235         (message-fix-before-sending): Widen and sort headers before
12236         sending.
12237         (message-hide-headers): Use narrowing to hide headers by moving
12238         them to the top of the buffer and narrowing to the region
12239         underneath.
12240
12241 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12242
12243         * message.el (message-strip-forbidden-properties): Bind
12244         buffer-read-only (etc) to nil.
12245
12246 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12249         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12250
12251 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12252
12253         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12254
12255 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12256
12257         * dns.el (query-dns): Use sit-for to time instead of
12258         accept-process-output, since that doesn't seem to work on udp
12259         sockets.
12260
12261 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12264
12265 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12266
12267         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12268         doc string.  Improve doc string.
12269
12270 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * nntp.el (nntp-request-update-info): Return nil if
12273         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12274         may not call gnus-activate-group which uselessly issues the GROUP
12275         commands for all nntp groups and wastes time.  Reported by Romain
12276         Francoise <romain@orebokech.com>.
12277
12278         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12279
12280 2004-11-15  Simon Josefsson  <jas@extundo.com>
12281
12282         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12283         headers separately.
12284         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12285         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12286
12287 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-start.el (gnus-convert-old-newsrc):
12290         Assign legacy-gnus-agent to 5.10.7.
12291
12292 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12293
12294         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12295         start of the lines.
12296
12297 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12298
12299         * hashcash.el (hashcash-default-payment): Change default to 20.
12300         (hashcash-default-accept-payment): Change default to 20.
12301         (hashcash-process-alist): New variable.
12302         (hashcash-generate-payment-async): Add.
12303         (hashcash-already-paid-p): Add.
12304         (hashcash-insert-payment): Don't generate payments twice.
12305         (hashcash-insert-payment-async): Add.
12306         (hashcash-insert-payment-async-2): Add.
12307         (hashcash-cancel-async): Add.
12308         (hashcash-wait-async): Add.
12309         (hashcash-processes-running-p): Add.
12310         (hashcash-wait-or-cancel): Add.
12311         (mail-add-payment): New optional argument.  Conditionally start
12312         asynchronous calculation.
12313         (mail-add-payment-async): Add.
12314
12315         * message.el (message-send-mail): Wait for asynchronous hashcash
12316         results.  Don't clobber existing X-Hashcash headers.
12317         (message-setup-1): Call mail-add-payment-async when
12318         message-generate-hashcash is non-nil.
12319
12320 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12321
12322         * message.el (message-use-alternative-email-as-from): Examine the
12323         From header as well; use message-make-from in order to include a
12324         user's full name.
12325
12326 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12329         default; improve customization type.
12330         (gnus-emphasis-custom-with-format): New macro.
12331         (gnus-emphasis-custom-value-to-external): New function.
12332         (gnus-emphasis-custom-value-to-internal): New function.
12333
12334 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * dns.el (query-dns): Resolve reverse addresses.
12337
12338 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12339
12340         * gnus-group.el (gnus-group-get-new-news): Use it.
12341
12342         * gnus-start.el (gnus-check-reasonable-setup): New function.
12343
12344 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12347         "Args out of range" error.  Reported by Arnaud Giersch
12348         <arnaud.giersch@free.fr>.
12349
12350 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12351
12352         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12353
12354 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12355
12356         * spam.el (spam group): Add :version.
12357
12358         * pgg-def.el (pgg group): Add :version.
12359
12360 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * gnus-art.el (gnus-article-edit-article): Don't associate the
12363         article buffer with a draft file.  This is a temporary measure
12364         against the 2004-08-22 change to gnus-article-edit-mode.
12365
12366 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12369         (html2text-format-tags): Remove unused variable `attr'.
12370
12371 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12374
12375         * tls.el (tls-process-connection-type, tls-success)
12376         (tls-certtool-program): Add :version.
12377
12378         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12379         (starttls-extra-arguments, starttls-process-connection-type)
12380         (starttls-connect, starttls-failure, starttls-success): Add :version.
12381
12382         * spam-stat.el (spam-stat): Add :version.
12383
12384         * sieve.el (sieve): Add :version.
12385
12386         * sha1.el (sha1): Add :version.
12387         (sha1-use-external): Remove redundant version.
12388
12389         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12390         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12391         (nnmail-split-fancy-match-partial-words)
12392         (nnmail-split-lowercase-expanded): Add :version.
12393
12394         * nndiary.el (nndiary): Add :version.
12395
12396         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12397
12398         * mml-sec.el (mml-default-sign-method)
12399         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12400         Add :version.
12401
12402         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12403
12404         * mm-url.el (mm-url-use-external, mm-url-program)
12405         (mm-url-arguments): Add :version.
12406
12407         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12408         (mm-attachment-file-modes, mm-decrypt-option)
12409         (mm-w3m-safe-url-regexp): Add :version.
12410
12411         * message.el (message-cite-prefix-regexp)
12412         (message-sendmail-envelope-from, message-minibuffer-local-map)
12413         (message-user-fqdn, message-completion-alist): Add :version.
12414
12415         * gnus-win.el (gnus-configure-windows-hook)
12416         (gnus-use-frames-on-any-display): Add :version.
12417
12418         * gnus-art.el (gnus-article-address-banner-alist)
12419         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12420         (gnus-treat-from-picon, gnus-treat-mail-picon)
12421         (gnus-treat-x-pgp-sig): Add :version.
12422
12423         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12424         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12425         (gnus-summary-article-delete-hook)
12426         (gnus-summary-display-while-building): Add :version.
12427
12428         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12429         (gnus-get-top-new-news-hook): Add :version.
12430
12431         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12432         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12433
12434         * gnus-registry.el (gnus-registry): Add :version.
12435
12436         * gnus-spec.el (gnus-use-correct-string-widths)
12437         (gnus-make-format-preserve-properties): Add :version.
12438
12439         * gnus.el (gnus-group-charter-alist)
12440         (gnus-group-fetch-control-use-browse-url)
12441         (gnus-install-group-spam-parameters): Add :version.
12442
12443         * gnus-diary.el (gnus-diary): Add :version.
12444
12445         * gnus-delay.el (gnus-delay): Add :version.
12446
12447         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12448         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12449         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12450         Add :version.
12451
12452         * gnus-agent.el (gnus-agent-max-fetch-size)
12453         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12454         (gnus-agent-prompt-send-queue): Add :version.
12455
12456         * deuglify.el (gnus-outlook-deuglify): Add :version.
12457
12458         * html2text.el: Beautify code.  Improve doc strings.  Some
12459         checkdoc cleanup.
12460         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12461
12462 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12463
12464         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12465
12466 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12467
12468         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12469         when package is loaded.
12470
12471         * spam.el (spam-summary-score-preferred-header): Add global preference
12472         for people who want to override the default SpamAssassin over
12473         Bogofilter preference (when both are set).
12474         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12475         (spam-user-format-function-S): Check
12476         spam-summary-score-preferred-header.
12477         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12478         (spam-user-format-function-S): Format the score correctly.
12479
12480 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12481
12482         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12483         signature file.  Suggested by Manoj Srivastava
12484         <srivasta@golden-gryphon.com>.
12485
12486         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12487         iso-2022-jp even in the Japanese language environment.
12488         Suggested by Jason Rumney <jasonr@gnu.org>.
12489
12490 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12493         use the same characters as the dummy marks; make it free from
12494         getting affected by the language environment.
12495         (gnus-summary-read-group-1): Update mark positions only when the
12496         format spec is updated.
12497
12498         * gnus-spec.el (gnus-update-format-specifications): Return a list
12499         of updated types.
12500
12501 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12504         of boundp to check if display-warning is available.
12505
12506 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12507
12508         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12509
12510 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * nnspool.el (nnspool-spool-directory): Use news-path if the
12513         news-directory variable is not bound.
12514
12515         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12516         function instead of display-warning if it is not available.
12517
12518 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12521         v5-10: Use `point-at-bol'.
12522
12523 2004-10-26  Simon Josefsson  <jas@extundo.com>
12524
12525         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12526         <chenggao@gmail.com>.
12527
12528 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12531         instead.
12532
12533 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12534
12535         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12536         to remove a server from the nnimap-server-buffer-alist.
12537         (nnimap-open-connection, nnimap-close-server): Use it.
12538
12539         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12540
12541 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12544         running the major-mode function.
12545
12546 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12549         dummy marks in the right way.
12550
12551 2004-10-18  David Edmondson  <dme@dme.org>
12552
12553         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12554         excessively.
12555
12556 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12557
12558         * gnus-util.el (gnus-split-references): Accept a nil references
12559         string and go on blissfully.
12560
12561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12562         cases where the references string is non-nil but has no references.
12563
12564         * encrypt.el: Add autoload tags.
12565
12566         * spam.el (spam-resolve-registrations-routine): Remove article
12567         from unregistration list too.  Reported by David Hanak
12568         <dhanak@isis.vanderbilt.edu>
12569
12570 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12573         nil.  Changed custom type.
12574
12575 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12578
12579         * gnus-sum.el (gnus-summary-move-article): Use it.
12580
12581 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12582
12583         * encrypt.el: Add autoload cookies.
12584
12585         * spam.el (spam-backend-article-list-property)
12586         (spam-backend-get-article-todo-list)
12587         (spam-backend-put-article-todo-list)
12588         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12589         Resolve registrations separately.
12590         (spam-register-routine): Format comments.
12591         (spam-unregister-routine, spam-register-routine): Always call with
12592         specific-articles, no default list.
12593         (spam-summary-prepare-exit): Use the spam-classifications function.
12594
12595         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12596         gnus-encrypt.el.
12597
12598         * encrypt.el: Copied from gnus-encrypt.el.
12599
12600         * gnus-encrypt.el: Commented that it's obsolete.
12601
12602 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12603
12604         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12605         (gnus-score-save): Use it.
12606
12607         * message.el (message-bury): Use `window-dedicated-p'.
12608
12609 2004-10-15  Simon Josefsson  <jas@extundo.com>
12610
12611         * pop3.el (top-level): Don't require nnheader.
12612         (pop3-read-timeout): Add.
12613         (pop3-accept-process-output): Add.
12614         (pop3-read-response, pop3-retr): Use it.
12615
12616 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12617
12618         * spam.el (spam-register-routine): Move comment.
12619         (spam-verify-bogofilter): Use 'unknown for the initial
12620         spam-bogofilter-valid state, not 'never.
12621
12622         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12623         for netrc-machine.
12624
12625         * nnimap.el (nnimap-open-connection): Use
12626         netrc-machine-user-or-password.
12627
12628 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12629
12630         * gnus-registry.el (gnus-registry-unload-hook):
12631         Set as a variable with add-hook.
12632
12633         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12634         of news-path.
12635
12636         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12637
12638         * spam.el: Delete duplicate `provide'.
12639         (spam-unload-hook): Set as a variable with add-hook.
12640
12641 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12644         in the doc string.
12645
12646         * message.el (message-ignored-news-headers)
12647         (message-ignored-supersedes-headers)
12648         (message-ignored-resent-headers)
12649         (message-forward-ignored-headers): Improve custom type.
12650
12651 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * message.el (message-tokenize-header): Fix 2004-09-06 change
12654         which used point-min in the wrong place.
12655
12656 2004-10-12  Simon Josefsson  <jas@extundo.com>
12657
12658         * tls.el (tls-certtool-program): New variable.
12659         (tls-certificate-information): New function, based on
12660         ssl-certificate-information.
12661
12662 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * compface.el: Move the version of ELisp-based uncompface program
12665         to the contrib directory because of the copyright problem.
12666
12667 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * message.el (message-kill-buffer): Raise the current frame.
12670
12671 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12674
12675         * gnus.el (message-y-or-n-p): Autoload.
12676
12677         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12678         (pop3-password-required, pop3-authentication-scheme)
12679         (pop3-leave-mail-on-server): Made customizable.
12680         (pop3): New custom group.
12681         (pop3-retr): Remove `sleep-for' statements.
12682         Suggested by Dave Love <fx@gnu.org>.
12683
12684         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12685         Windows/DOS.
12686
12687         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12688         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12689         Dave Love <fx@gnu.org>.
12690
12691         * mml.el (mml-minibuffer-read-disposition): Require match.
12692         Suggested by Dave Love <fx@gnu.org>.
12693
12694 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12697         doc string.
12698
12699 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12702
12703 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12704
12705         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12706         instead of calling `mm-insert-inline', to decode text/* parts
12707         before displaying them.
12708
12709 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * mm-uu.el (mm-uu-text-plain-type): New variable.
12712         (mm-uu-pgp-signed-extract-1): Use it.
12713         (mm-uu-pgp-encrypted-extract-1): Use it.
12714         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12715         bind mm-uu-text-plain-type with that value.
12716         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12717         mm-uu-dissect.
12718
12719 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-group.el (gnus-update-group-mark-positions):
12722         * gnus-sum.el (gnus-update-summary-mark-positions):
12723         * message.el (message-check-news-body-syntax):
12724         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12725         of string-as-multibyte.
12726
12727 2004-10-05  Juri Linkov  <juri@jurta.org>
12728
12729         * gnus-group.el (gnus-update-group-mark-positions):
12730         * gnus-sum.el (gnus-update-summary-mark-positions):
12731         * message.el (message-check-news-body-syntax):
12732         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12733         8-bit unibyte values to a multibyte string for search functions.
12734
12735 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12738         (mm-uu-dissect-text-parts): New function.
12739
12740         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12741         dissect text parts.
12742
12743         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12744         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12745
12746         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12747
12748         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12749         gnus-current-topics instead of gnus-current-topic.
12750
12751 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12752
12753         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12754
12755 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12756
12757         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12758         where approriate.
12759
12760         * nnml.el (nnml-generate-active-info): do.
12761
12762         * nndiary.el (nndiary-generate-active-info): do.
12763
12764         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12765         (gnus-topic-move): do.
12766
12767         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12768         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12769
12770         * gnus-srvr.el (gnus-server-prepare)
12771         (gnus-server-open-all-servers): do.
12772
12773         * gnus-msg.el (gnus-summary-cancel-article)
12774         (gnus-summary-resend-message)
12775         (gnus-summary-mail-crosspost-complaint): do.
12776
12777         * gnus-move.el (gnus-change-server): do.
12778
12779         * gnus-group.el (gnus-group-unmark-all-groups)
12780         (gnus-group-set-current-level): do.
12781
12782 2004-10-04  Simon Josefsson  <jas@extundo.com>
12783
12784         * message.el (message-generate-hashcash): Doc fix.
12785
12786 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12787
12788         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12789         avoid infinite recursion via gnus-get-function.
12790
12791 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12792
12793         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12794
12795         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12796
12797         * nnmail.el (nnmail-split-history): do.
12798
12799         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12800         (nnml-request-delete-group): do.
12801
12802         * nnslashdot.el (nnslashdot-read-groups): do.
12803
12804         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12805         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12806
12807         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12808         (nnspool-sift-nov-with-sed): Use last.
12809         (nnspool-retrieve-headers-with-nov): Use mapc.
12810         (nnspool-request-newgroups): Use dolist.
12811         (nnspool-request-group): Use last.
12812
12813         * nntp.el (nntp-read-server-type): Use dolist.
12814
12815         * nnvirtual.el (nnvirtual-create-mapping)
12816         (nnvirtual-update-read-and-marked): Use dolist.
12817         (nnvirtual-convert-headers): Simplify.
12818
12819 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12820
12821         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12822         support for sync'ing tick marks.
12823
12824 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12827         there's no visible header.
12828
12829 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12830
12831         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12832         necessary, pass full group name to gnus-request-set-marks.
12833
12834 2004-10-01  Simon Josefsson  <jas@extundo.com>
12835
12836         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12837         acroread.
12838
12839 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12840
12841         * spam-report.el (spam-report-gmane): Fix interactive.
12842
12843         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12844
12845         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12846         when writing file.
12847         (gnus-agent-synchronize-flags): Don't default to being
12848         interactive.
12849
12850 2004-09-30  Simon Josefsson  <jas@extundo.com>
12851
12852         * message.el (message-generate-hashcash): Add.
12853         (message-send-mail): Use it, call mail-add-payment.
12854
12855 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12856
12857         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12858
12859 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12860
12861         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12862         gnus-requst-update-info with explicit code to sync the in-memory
12863         info read flags with the marks being sync'd to the backend.
12864
12865         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12866
12867 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12868
12869         * spam.el (spam-verify-bogofilter): Add new function.
12870         (spam-check-bogofilter)
12871         (spam-bogofilter-register-with-bogofilter): Use it.
12872         (spam-verify-bogofilter): Add small fixes.
12873
12874 2004-09-28  Simon Josefsson  <jas@extundo.com>
12875
12876         * hashcash.el (hashcash-generate-payment): Revert.
12877
12878 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12879
12880         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12881         gnus-extract-references instead of gnus-split-references.
12882
12883         * gnus-util.el (gnus-extract-references): Add new function, analogous
12884         to gnus-split-references but extracts only the message-ID without
12885         anything extra.
12886
12887         * hashcash.el (hashcash-generate-payment)
12888         (hashcash-check-payment): Do the right thing if hashcash-path is
12889         nil (because the hashcash program could not be found).
12890
12891         * spam.el (spam-use-hashcash): Remove comment.
12892
12893 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12894
12895         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12896         (gnus-cache-enter-article, gnus-cache-remove-article)
12897         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12898
12899         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12900
12901         * gnus-art.el (article-hide-boring-headers)
12902         (article-translate-strings, article-display-face)
12903         (gnus-article-mime-match-handle-first)
12904         (gnus-article-highlight-headers)
12905         (gnus-article-add-buttons-to-head): do.
12906
12907 2004-09-27  Simon Josefsson  <jas@extundo.com>
12908
12909         * hashcash.el: New version, from
12910         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12911         ../contrib/.
12912
12913 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12916
12917 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12918
12919         * gnus-dup.el (gnus-dup-open): Use mapc.
12920         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12921
12922         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12923         Reported by Stefan Wiens <s.wi@gmx.net>.
12924
12925         * gnus.el (gnus-shutdown): Use dolist.
12926
12927         * gnus-undo.el (gnus-undo): Use mapc.
12928
12929         * nnrss.el (nnrss-generate-active): do.
12930
12931         * message.el (message-cite-original-without-signature)
12932         (message-cite-original): Use mapc.
12933         (message-do-actions, message-make-forward-subject): Use dolist.
12934
12935 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12936
12937         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12938         deletion to remove entire duplicate line.  Fixes merged article
12939         number bug.
12940
12941 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12942
12943         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12944         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12945         first ask if you want to open a server and then, even when you
12946         responded with no, asking if you want to synchronize the server's
12947         flags.
12948         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12949         multi-line expressions.
12950         (gnus-agent-synchronize-group-flags): New internal function.
12951         Updates marks in memory (in the info structure) AND in the
12952         backend.
12953
12954         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12955
12956         * nnagent.el (nnagent-request-set-mark): Use
12957         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12958         method, to ensure that synchronization updates marks in the
12959         backend and in the info (in memory) structure.
12960
12961 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12964         convention fully; don't miss the root article of a thread; make
12965         the X-Draft-From header with correct article numbers.
12966
12967 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12968
12969         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12970         unless plugged.  Disable the agent so that an open failure causes
12971         an error.
12972
12973         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12974         Reverted 2004-09-21 change.  The backend must be opened while
12975         synchronizing flags even when the backend stores the flags
12976         locally.
12977
12978 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12979
12980         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12981         in `header' match.  Reported by Svend Tollak Munkejord.
12982
12983         * message.el (message-cite-original): Fix use of
12984         `message-cite-articles-with-x-no-archive'.
12985
12986 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12989         (gnus-window-to-buffer): Ditto.
12990
12991         * mml.el (mml-preview-buffer): New variable.
12992         (mml-preview): Manage window layout with gnus-buffer-configuration.
12993
12994         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12995         X-Draft-From header even if those articles aren't quoted.
12996
12997 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12998
12999         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13000         (gnus-request-set-mark, gnus-request-update-mark): Use new
13001         g-s-t-u-l-m to decide to use backend even when unplugged.
13002
13003 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13006         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13007
13008 2004-09-20  Simon Josefsson  <jas@extundo.com>
13009
13010         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13011         "utf-16-le".
13012
13013 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13014
13015         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13016
13017 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * uudecode.el (uudecode-use-external): Add :version.
13020
13021         * smime.el (smime-CA-file, smime-encrypt-cipher)
13022         (smime-dns-server): Add :version.
13023
13024         * smiley.el (gnus-smiley-file-types): Add :version.
13025
13026         * sha1.el (sha1-use-external): Add :version.
13027
13028         * pgg-def.el (pgg-query-keyserver): Add :version.
13029
13030         * nnmail.el (nnmail-fancy-expiry-targets)
13031         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13032         Add :version.
13033
13034         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13035         (nnimap-retrieve-groups-asynchronous): Add :version.
13036         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13037
13038         * mml.el (mml-content-disposition-parameters)
13039         (mml-insert-mime-headers-always): Add :version.
13040
13041         * mm-util.el (mm-coding-system-priorities): Add :version.
13042
13043         * mm-decode.el (mm-inline-text-html-with-images)
13044         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13045         (mm-verify-option): Add :version.
13046         (mm-text-html-renderer): Change :version.
13047
13048         * message.el (message-fcc-externalize-attachments)
13049         (message-required-headers, message-draft-headers)
13050         (message-subject-trailing-was-query)
13051         (message-subject-trailing-was-ask-regexp)
13052         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13053         (message-mark-insert-end, message-archive-header)
13054         (message-archive-note, message-cross-post-default)
13055         (message-cross-post-note, message-followup-to-note)
13056         (message-cross-post-note-function, message-use-mail-followup-to)
13057         (message-subscribed-address-functions)
13058         (message-subscribed-address-file, message-subscribed-addresses)
13059         (message-subscribed-regexps, message-allow-no-recipients)
13060         (message-yank-cited-prefix, message-signature-insert-empty-line)
13061         (message-hidden-headers, message-hierarchical-addresses)
13062         (message-mail-user-agent, message-use-idna)
13063         (message-valid-fqdn-regexp)
13064         (message-strip-special-text-properties, message-header-synonyms)
13065         (message-beginning-of-line, message-tab-body-function): Add :version.
13066         (message-insert-canlock, message-wide-reply-confirm-recipients):
13067         Change :version.
13068
13069         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13070         and :version.
13071         (mail-source-delete-old-incoming-confirm)
13072         (mail-source-movemail-program): Add :version.
13073
13074         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13075         (gnus-agent-cache, gnus-agent): Change :version.
13076
13077         * gnus-util.el (gnus-use-byte-compile): Change :version.
13078
13079         * gnus-sum.el (gnus-summary-make-false-root-always)
13080         (gnus-summary-default-high-score)
13081         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13082         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13083         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13084         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13085         (gnus-sum-thread-tree-single-indent)
13086         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13087         (gnus-sum-thread-tree-leaf-with-other)
13088         (gnus-sum-thread-tree-single-leaf): Add :version.
13089         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13090         (gnus-article-loose-mime): Change :version.
13091
13092         * gnus-start.el (gnus-backup-startup-file)
13093         (gnus-save-startup-file-via-temp-buffer): Add :version.
13094
13095         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13096         (gnus-server-offline-face): Add :version.
13097
13098         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13099
13100         * gnus-msg.el (gnus-gcc-externalize-attachments)
13101         (gnus-debug-files, gnus-debug-exclude-variables)
13102         (gnus-discouraged-post-methods): Change :version.
13103         (gnus-confirm-mail-reply-to-news)
13104         (gnus-confirm-treat-mail-like-news): Add :version.
13105
13106         * gnus-int.el (gnus-server-unopen-status): Add :version.
13107
13108         * gnus-group.el (gnus-group-jump-to-group-prompt)
13109         (gnus-large-ephemeral-newsgroup)
13110         (gnus-fetch-old-ephemeral-headers): Add :version.
13111
13112         * gnus-fun.el (gnus-x-face-directory)
13113         (gnus-convert-pbm-to-x-face-command)
13114         (gnus-convert-image-to-x-face-command)
13115         (gnus-convert-image-to-face-command): Add :version.
13116
13117         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13118
13119         * gnus-cite.el (gnus-cite-blank-line-after-header)
13120         (gnus-article-boring-faces): Add :version.
13121
13122         * gnus-art.el (gnus-buttonized-mime-types)
13123         (gnus-inhibit-mime-unbuttonizing)
13124         (gnus-treat-display-face)
13125         (gnus-treat-body-boundary): Change :version.
13126         (gnus-body-boundary-delimiter, gnus-picon-databases)
13127         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13128         (gnus-treat-date-english, gnus-treat-fold-headers)
13129         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13130         (gnus-treat-mail-picon, gnus-treat-wash-html)
13131         (gnus-article-encrypt-protocol)
13132         (gnus-use-idna, gnus-article-over-scroll)
13133         (gnus-mime-display-multipart-alternative-as-mixed)
13134         (gnus-mime-display-multipart-related-as-mixed)
13135         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13136         (gnus-ctan-url, gnus-button-ctan-handler)
13137         (gnus-button-handle-ctan-bogus-regexp)
13138         (gnus-button-ctan-directory-regexp)
13139         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13140         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13141         (gnus-button-man-level, gnus-button-emacs-level)
13142         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13143
13144         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13145         (gnus-agent-go-online): Change :version.
13146         (gnus-agent-expire-unagentized-dirs)
13147         (gnus-agent-auto-agentize-methods): Add :version.
13148
13149         * flow-fill.el (fill-flowed-display-column)
13150         (fill-flowed-encode-column): Add :version.
13151
13152         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13153         (gnus-outlook-deuglify-unwrap-max)
13154         (gnus-outlook-deuglify-cite-marks)
13155         (gnus-outlook-deuglify-unwrap-stop-chars)
13156         (gnus-outlook-deuglify-no-wrap-chars)
13157         (gnus-outlook-deuglify-attrib-cut-regexp)
13158         (gnus-outlook-deuglify-attrib-verb-regexp)
13159         (gnus-outlook-deuglify-attrib-end-regexp)
13160         (gnus-outlook-display-hook): Add :version.
13161
13162         * binhex.el (binhex-use-external): Add :version.
13163
13164 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13167         and `invisible'.
13168
13169 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13170
13171         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13172         in gnus-registry-trim.
13173
13174 2004-09-13  Simon Josefsson  <jas@extundo.com>
13175
13176         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13177
13178         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13179
13180         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13181         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13182         <yamaoka@jpl.org>.
13183         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13184         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13185         <yamaoka@jpl.org>.
13186
13187         * sieve.el (sieve-manage-mode): Ditto.
13188
13189 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13192
13193 2004-09-11  Simon Josefsson  <jas@extundo.com>
13194
13195         * dns-mode.el: Add.
13196
13197         * mm-view.el (mm-display-dns-inline): Add.
13198
13199         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13200         (mm-automatic-display): Ditto.
13201
13202         * mailcap.el (mailcap-mime-data): Add text/dns.
13203         (mailcap-mime-extensions): Map .soa to text/dns.
13204
13205 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13206
13207         * gnus-art.el (article-decode-mime-words, article-babel)
13208         (gnus-article-highlight-signature, gnus-article-add-buttons)
13209         (gnus-signature-toggle): Remove unnecessary bindings of
13210         `inhibit-read-only' inherited from v5.10 merge.
13211
13212 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * nntp.el (nntp): New customization group.
13215         (nntp-authinfo-file): Add customization group.
13216
13217         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13218
13219         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13220
13221         * gnus.el (to-address, to-list, subscribed)
13222         (large-newsgroup-initial): Ditto.
13223
13224         * flow-fill.el (fill-flowed-display-column)
13225         (fill-flowed-encode-column): Ditto.
13226
13227 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13228
13229         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13230         Use point-min rather than 1.
13231         (message-send-mail): Use buffer-size rather than point-max.
13232
13233         * gnus-sum.el (gnus-summary-search-article-forward):
13234         Signal a specific `search-failed' rather than a generic `error'.
13235
13236         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13237         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13238         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13239
13240 2004-09-10  Simon Josefsson  <jas@extundo.com>
13241
13242         * nndb.el (require): Remove tcp and duplicate cl.
13243
13244 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-agent.el (directory-files-and-attributes): Move forward.
13247
13248 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13249
13250         * gnus-agent.el (directory-files-and-attributes): Optionally
13251         defined to support XEmacs.
13252
13253 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13254
13255         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13256         to avoid run-time CL dependencies.
13257         (gnus-agent-unfetch-articles): New function.
13258         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13259         article numbers even when local .overview file is missing.
13260         (gnus-agent-read-article-number): New function.  Only accepts
13261         27-bit article numbers.
13262         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13263         gnus-agent-read-article-number.
13264         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13265         from backend while recognizing that article numbers in .overview
13266         must be valid.
13267         (gnus-agent-update-files-total-fetched-for): Use
13268         directory-files-and-attributes to improve performance.
13269         * gnus-int.el (gnus-request-move-article): Use
13270         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13271         improve performance.
13272
13273         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13274         some users confused by references to .newsrc when they only have a
13275         .newsrc.eld file.
13276         (gnus-convert-mark-converter-prompt)
13277         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13278         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13279         New function.  Used internally to only display 'gnus converting
13280         files' message when actually necessary.
13281
13282         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13283         methods now autoloaded.
13284
13285 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13288         identifiers.
13289
13290 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-picon.el: Fix indentation and closing parenthesis.
13293
13294 2004-09-01  Simon Josefsson  <jas@extundo.com>
13295
13296         * message.el (message-canlock-generate): Require sha1, not
13297         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13298         to require within a function.  Sadly, if sha1.el isn't loaded, the
13299         let binding in m-c-g will hide the defcustom definition, which is
13300         bad.)
13301
13302         * canlock.el: Require sha1, not sha1-el.
13303
13304         * message.el: Don't autoload sha1 (there is a autoload cookie in
13305         sha1.el).
13306
13307         * sha1-el.el: Renamed to sha1.el.
13308
13309 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13310
13311         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13312
13313 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13314
13315         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13316
13317 2004-08-30  Kim F. Storm  <storm@cua.dk>
13318
13319         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13320
13321         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13322         Add :group 'nnimap.
13323
13324 2004-08-30  Andreas Schwab  <schwab@suse.de>
13325
13326         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13327         ?* and ?\;.
13328
13329         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13330         and ?\' to symbol instead of whitespace.
13331
13332 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13335
13336         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13337         instead of re-search-forward.
13338
13339         * gnus-uu.el (gnus-uu-save-article): Ditto.
13340         (gnus-uu-post-encode-uuencode): Ditto.
13341
13342         * html2text.el (html2text-clean-list-items): Ditto.
13343         (html2text-clean-dtdd): Ditto.
13344         (html2text-format-tags): Ditto.
13345
13346         * message.el (message-send-mail-with-sendmail): Fix regexp.
13347         (message-fill-field-general): Use search-forward instead of
13348         re-search-forward.
13349         (unbold-region): Ditto.
13350
13351         * nnrss.el (nnrss-request-article): Ditto.
13352
13353         * nnslashdot.el (nnslashdot-request-article): Ditto.
13354
13355         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13356
13357         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13358         "Unrecognized menu descriptor" error in XEmacs.
13359
13360 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13361
13362         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13363         parent article of a sparse article in the thread hashtb.
13364
13365 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13366
13367         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13368         (nnmail-expand-newtext): Lowercase expanded entries if
13369         nnmail-split-lowercase-expanded is non-nil.
13370
13371 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13374
13375         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13376         of gnus-tmp-news-method into string under XEmacs.  It will be
13377         passed to gnus-correct-length which takes only a string argument.
13378
13379 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-util.el (gnus-bind-print-variables): New macro.
13382         (gnus-prin1): Use it.
13383         (gnus-prin1-to-string): Use it.
13384         (gnus-pp): New function.
13385         (gnus-pp-to-string): New function.
13386
13387         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13388         Replace pp-to-string with gnus-pp-to-string.
13389         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13390         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13391         * gnus-msg.el (gnus-debug): Ditto.
13392         * gnus-score.el (gnus-score-save): Ditto.
13393         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13394         gnus-pp-to-string.
13395         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13396         with gnus-pp.
13397         * score-mode.el (gnus-score-pretty-print): Ditto.
13398         * webmail.el (webmail-debug): Ditto.
13399
13400 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-art.el (article-display-face, article-display-x-face):
13403         Use buffer-read-only.
13404
13405 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (article-hide-list-identifiers):
13408         Bind inhibit-read-only as t.
13409
13410 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13413
13414 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13415
13416         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13417         (gnus-narrow-to-page): Don't assume point-min == 1.
13418         (gnus-article-edit-mode): Derive from message-mode.
13419
13420         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13421         point-min == 1.
13422
13423         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13424         Disable incorrect use of `assert'.
13425
13426         * message.el (message-mode): Set comment-start-skip.
13427
13428
13429 2004-08-22  Sam Steingold  <sds@gnu.org>
13430
13431         * pop3.el (pop3-leave-mail-on-server): New user variable.
13432         (pop3-movemail): Delete mail only when it is nil.
13433
13434 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13437
13438         * mml.el (mml-preview): Use `pop-to-buffer'.
13439
13440         * message.el (message-goto-mail-followup-to): Insert after "To".
13441         (message-carefully-insert-headers): Add comment.
13442
13443         * gnus.el: Remove unused variable `gnus-article-check-size'.
13444
13445         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13446
13447         * gnus-art.el (gnus-button-alist): Improve
13448         `gnus-button-handle-library' entry.
13449
13450 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13451
13452         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13453         downcase, since XEmacs capitalizes error messages differently.
13454
13455 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13456
13457         * nntp.el: Add (require 'gnus) due to reference to
13458         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13459
13460 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13461
13462         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13463         `mm-fill-flowed'.
13464
13465         * mm-decode.el (mm-dissect-singlepart): Check it.
13466
13467 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13468
13469         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13470         'imap' for netrc parsing.
13471
13472 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * mailcap.el (mailcap-mime-data): Mark as risky.
13475
13476 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13479         may be included in the encoded word.
13480         (rfc2047-encode): Don't append a space if the encoded word
13481         includes close parenthesis.
13482
13483 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13486         of text within parentheses.
13487
13488 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13489
13490         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13491         (gnus-encrypt-write-file-contents): Make the password key the file
13492         name PLUS the cipher, not just the cipher.  Also remove failed
13493         passwords from the cache.
13494
13495 2004-08-06  Simon Josefsson  <jas@extundo.com>
13496
13497         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13498         fix.
13499
13500 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13503         LWSP.
13504
13505 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13506
13507         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13508         to append in-reply-to: data to the references: header.
13509
13510         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13511         (netrc-parse): Use gnus-encrypt.el functions.
13512
13513         * gnus-encrypt.el: Add new file for encryption support; currently
13514         does only a few GPG ciphers and an internal XOR cipher.
13515
13516         * password.el: Add comments on using password-read-and-add.
13517         (password-read-and-add): Add function to read and add the
13518         password to the cache at once.
13519
13520 2004-07-28  Simon Josefsson  <jas@extundo.com>
13521
13522         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13523         parameter (but don't use it, for now).
13524
13525         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13526         instead of hard coding to nil.
13527
13528 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13531         as mm-inline-image-xemacs does.
13532
13533 2004-07-26  Simon Josefsson  <jas@extundo.com>
13534
13535         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13536         Revert part of 2004-07-17 change below.
13537
13538 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13541         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13542
13543 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13544
13545         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13546         quotes that actually start with ">" at the beginning of the
13547         lines.
13548
13549 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * rfc2047.el (rfc2047-encode-region): Fix last change.
13552         (rfc2047-encode-parameter): Remove useless concat.
13553
13554 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13557         encode special characters; fix some kind of misconfigured headers;
13558         signal a real error if debug-on-quit or debug-on-error is non-nil.
13559         (rfc2047-encode-max-chars): New variable.
13560         (rfc2047-encode-1): Use it.
13561         (rfc2047-encode-parameter): New function.
13562
13563         * mml.el (mml-insert-parameter): Remove an excessive space.
13564
13565 2004-07-17  Simon Josefsson  <jas@extundo.com>
13566
13567         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13568         Kai Grossjohann <kai@emptydomain.de>.
13569         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13570         (gnus-group-make-menu-bar): Ditto.
13571
13572         * gnus-util.el (gnus-group-server): Add.
13573
13574 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13575
13576         * message.el (message-clone-locals): Clone sendmail and smtp
13577         variables.
13578
13579 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * rfc2047.el (rfc2047-encode-region): Fix last change.
13582
13583 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13586         characters as non-special.
13587
13588 2004-07-09  Simon Josefsson  <jas@extundo.com>
13589
13590         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13591         Users will lose all flag changes made while unplugged with
13592         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13593         good default.  See numerous reports on ding mailing list.
13594
13595 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13598         add generate-head-function and generate-article-function to the
13599         rfc822-forward entry.
13600         (nndoc-rfc822-forward-generate-article): New function.
13601         (nndoc-rfc822-forward-generate-head): New function.
13602
13603         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13604
13605 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13606
13607         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13608         respect display group parameter and gnus-summary-expunge-below.
13609         (gnus-articles-to-read): Remove unused reference to display group
13610         parameter.
13611
13612 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13613
13614         * nnheader.el (nnheader-uniquify-message-id): New experimental
13615         variable.
13616         (nnheader-nov-read-message-id): Use it.
13617
13618         * spam-report.el (spam-report-gmane): Add interactive.
13619
13620 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13623         qp-or-base64 for the application/* types.
13624
13625 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13626
13627         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13628
13629 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13630
13631         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13632         trim value.
13633
13634 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13635
13636         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13637         New macro and function.
13638         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13639
13640 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13643         after-load-alist.
13644
13645 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13646
13647         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13648         update info that isn't there.
13649
13650 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13651
13652         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13653         entry.
13654
13655 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * mm-view.el (mm-inline-render-with-function): Use multibyte
13658         buffer; decode html source by charset.
13659
13660         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13661
13662         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13663         Mule-UCS is loaded under XEmacs.
13664         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13665
13666 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13667
13668         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13669
13670 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * mm-util.el (mm-coding-system-p): Return a coding-system.
13673         (mm-mime-mule-charset-alist): Use shift_jis instead of
13674         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13675         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13676         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13677         instead of japanese-shift-jis and iso-latin-1 respectively in
13678         order to share the default value with both Emacs and XEmacs-mule.
13679         (mm-mule-charset-to-mime-charset): Make
13680         mm-coding-system-priorities effective.
13681         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13682         while predicating of candidates upon the priorities.
13683
13684 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13685
13686         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13687         gnus-uu-invert-processable.
13688
13689         * gnus.el: Autoload gnus-uu-invert-processable.
13690
13691 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * mm-util.el (mm-with-multibyte-buffer): New macro.
13694
13695         * rfc2047.el (rfc2047-encode-string): Use it.
13696         (rfc2047-encode-region): Move point to the end of the region after
13697         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13698
13699 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13702         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13703
13704 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13707         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13708         Karl Chen <quarl@nospam.quarl.org>.
13709
13710 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13711
13712         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13713         invalid addresses.
13714
13715 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13716
13717         * spam.el: Change section markers, revise TODO list.
13718         (spam-backends): Make new master list of all installed backends.
13719         (spam-summary-exit-behavior): Add new variable to determine how
13720         messages moves are done at summary exit.
13721         (spam-move-spam-nonspam-groups-only)
13722         (spam-process-ham-in-nonham-groups)
13723         (spam-process-ham-in-spam-groups): Remove variables, the
13724         spam-summary-exit-behavior variable should be used to manage this
13725         behavior.
13726         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13727         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13728         and spam-old-spam-articles.
13729         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13730         Add empty variables, placeholders for the backends they represent.
13731         (spam-set-difference): Move, unchanged.
13732         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13733         unless the user has a processor variable.
13734         (spam-classifications, spam-classification-valid-p)
13735         (spam-backend-properties, spam-backend-property-valid-p)
13736         (spam-backend-function-type-valid-p)
13737         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13738         (spam-report-articles-gmane, spam-report-articles-resend):
13739         Remove functions, they are not needed.
13740         (spam-install-backend-super, spam-backend-list)
13741         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13742         (spam-backend-function, spam-backend-ham-registration-function)
13743         (spam-backend-spam-registration-function)
13744         (spam-backend-ham-unregistration-function)
13745         (spam-backend-spam-unregistration-function)
13746         (spam-backend-statistical-p, spam-backend-mover-p)
13747         (spam-install-backend-alias, spam-install-checkonly-backend)
13748         (spam-install-mover-backend, spam-install-nocheck-backend)
13749         (spam-install-backend, spam-install-statistical-backend)
13750         (spam-install-statistical-checkonly-backend): Add backend installation
13751         support.
13752         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13753         (spam-group-processor-p): Use the new backend code and respect the
13754         summary exit behavior.
13755         (spam-mark-spam-as-expired-and-move-routine): Remove.
13756         (spam-summary-prepare): Change to use the new spam-old-articles
13757         variable.
13758         (spam-copy-or-move-routine, spam-copy-spam-routine)
13759         (spam-move-spam-routine, spam-copy-ham-routine)
13760         (spam-move-ham-routine): Add code to copy/move ham or spam.
13761         (spam-fetch-field-fast): Improve doc and code, plus allow the
13762         'number request.
13763         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13764         variables.
13765         (spam-split, spam-find-spam): Use the new backend code.
13766         (spam-registration-functions): Remove variable.
13767         (spam-unregister-routine): Add convenience wrapper.
13768         (spam-log-undo-registration, spam-register-routine)
13769         (spam-log-processing-to-registry)
13770         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13771         where possible.
13772         (spam-check-gmane-xref, spam-check-regex-headers)
13773         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13774         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13775         (spam-check-bogofilter-headers, spam-check-spamoracle)
13776         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13777         (spam-check-crm114-headers): Use the spam-split-group that
13778         spam-split prepares, no need to determine it every time.
13779
13780         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13781         to the nnheader-parse-naked-head call.
13782
13783         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13784
13785         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13786         the nnheader-nov-read-message-id call.
13787
13788 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13791         gnus-activate-group twice.  Suggested by Markus Peter
13792         <warp@spin.de>.
13793
13794 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * gnus-art.el (gnus-article-time-format): Exchange the order of
13797         day and month in the default value; fix customization type.
13798         (article-date-ut): Use add-text-properties.
13799         (article-make-date-line): Use message-make-date instead of
13800         current-time-string.
13801
13802         * message.el (message-fetch-field): Don't use set-text-properties.
13803         (message-make-date): Simplify.
13804
13805         * messagexmas.el (message-xmas-make-date): New function.
13806         (message-xmas-redefine): Defalias message-make-date to it.
13807
13808 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13811         (rfc2047-encode-region): Treat text within parentheses as special;
13812         show the original text when error has occurred.
13813
13814         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13815         already-computed method to gnus-activate-group.
13816
13817         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13818         same select-methods identical Lisp objects.
13819
13820         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13821         object when modifying the info.
13822
13823 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13826         gnus-opened-servers since it has never been opened with the new
13827         configuration yet.
13828
13829 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13832         arg to nnheader-generate-fake-message-id.
13833
13834 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13835
13836         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13837         number and build a fake message ID localized to a group and
13838         article number (so it's repeatable from that point on).
13839         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13840         ID format.
13841
13842         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13843         nnheader-generate-fake-message-id with the article number.
13844
13845 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13846
13847         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13848         end-of-buffer.
13849
13850 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * message.el (message-ignored-supersedes-headers): Add Approved.
13853
13854 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13857         goto-char.
13858         (rfc2047-encode): Fold the line before encoding.
13859
13860 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13861
13862         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13863         folding -- not all headers can be folded, and this should be done
13864         by the message composition mode.  Probably.  I think.
13865
13866 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13869         fast.
13870
13871         * gnus-ems.el (gnus-remove-image): Don't use
13872         message-text-with-property; remove only the image found first.
13873
13874         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13875         found first.
13876
13877 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13878
13879         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13880
13881 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * message.el (message-text-with-property): Make it fast and accept
13884         optional arguments.
13885         (message-strip-forbidden-properties): Use it.
13886         (message-fix-before-sending): Follow the m-t-w-p change.
13887
13888         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13889
13890 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-art.el (article-hide-headers): Don't change the buffer
13893         mistakenly when performing mml-preview even if
13894         gnus-single-article-buffer is nil.
13895
13896 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13897
13898         * message.el (message-expand-name-databases): New user option.
13899         (message-expand-name): Use it.
13900
13901 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13902
13903         * spam.el (spam-report-articles-resend)
13904         (spam-report-resend-register-routine): Allow ham reporting.
13905         (spam-report-resend-register-ham-routine): Add wrapper.
13906         (spam-registration-functions): Add ham resending functions.
13907         (spam-list-of-processors): Add ham resend processor.
13908
13909         * gnus.el (ham-resend-to): Add new group parameter.
13910         (spam-process): Add ham resend option.
13911
13912         * spam-report.el (spam-report-resend): Allow reporting ham.
13913         (spam-report-resend-ham): Add wrapper.
13914
13915 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13916
13917         * message.el (message-cite-articles-with-x-no-archive): New
13918         variable.
13919         (message-cite-original): Use it.
13920
13921 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13922
13923         * message.el (message-cite-original): Respect X-No-Archive.
13924
13925 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * gnus-art.el (article-hide-headers): Refer to the values for
13928         gnus-ignored-headers and gnus-visible-headers in the summary
13929         buffer since a user may have set them as group parameters.
13930
13931 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * assistant.el (assistant-node-name): Add convenience function.
13934         (assistant-render-text, assistant-render-node): Add error handling,
13935         plus handle multiple next nodes.
13936         (assistant-find-next-node): Comment out for now.
13937         (assistant-find-next-nodes): Add function, returns list of next
13938         nodes.
13939
13940 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * mail-source.el (mail-source-directory): Fix doc-string.
13943
13944 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13945
13946         * assistant.el (assistant-render-text, assistant-eval): Add :set
13947         widget type, which is different because it takes and returns a
13948         list.  Much hilarity ensues.
13949
13950 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13953
13954         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13955         doc-string.
13956
13957         * gnus-start.el (gnus-activate-group): Added doc-string.
13958
13959 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13962
13963 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * assistant.el (assistant-render-text): Try to add a :set
13966         widget, more to come.
13967
13968         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13969         strings.
13970         (spam-report-articles-resend)
13971         (spam-register-routine): Do registration iff any articles warrant
13972         it.
13973         (spam-summary-prepare-exit): Change log message for nil group
13974         destinations.
13975
13976 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13977
13978         * spam.el (spam-report-resend-register-routine): Allow
13979         spam-report-resend-to to be a group parameter or a global value.
13980
13981 2004-05-26  Simon Josefsson  <jas@extundo.com>
13982
13983         * starttls.el: Merge with my GNUTLS based starttls.el.
13984         (starttls-gnutls-program, starttls-use-gnutls)
13985         (starttls-extra-arguments, starttls-process-connection-type)
13986         (starttls-connect, starttls-failure, starttls-success): New
13987         variables.
13988         (starttls-program, starttls-extra-args): Doc fix.
13989         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13990         functions.
13991         (starttls-negotiate, starttls-open-stream): Check
13992         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13993         function if it is set.
13994
13995 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13998         structured fields.
13999
14000 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14003
14004 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14007         variable.
14008         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14009         assigning the spam-mark to new messages.
14010
14011 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14012
14013         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14014
14015 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14018
14019         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14020         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14021         default.
14022
14023 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14024
14025         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14026         correct data.
14027
14028 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14029
14030         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14031         (spam-group-processor-p): Fix function.
14032         (spam-group-processor-multiple-p)
14033         (spam-group-spam-processor-report-gmane-p)
14034         (spam-group-spam-processor-report-resend-p)
14035         (spam-group-spam-processor-bogofilter-p)
14036         (spam-group-spam-processor-blacklist-p)
14037         (spam-group-spam-processor-ifile-p)
14038         (spam-group-ham-processor-ifile-p)
14039         (spam-group-spam-processor-spamoracle-p)
14040         (spam-group-spam-processor-crm114-p)
14041         (spam-group-ham-processor-bogofilter-p)
14042         (spam-group-spam-processor-stat-p)
14043         (spam-group-ham-processor-stat-p)
14044         (spam-group-ham-processor-whitelist-p)
14045         (spam-group-ham-processor-BBDB-p)
14046         (spam-group-ham-processor-spamoracle-p)
14047         (spam-group-ham-processor-copy-p): Remove functions with some
14048         prejudice against unneeded code.
14049         (spam-report-articles-resend)
14050         (spam-report-resend-register-routine): Allow the group/topic
14051         spam-resend-to value to override spam-report-resend-to.
14052         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14053         properly now.
14054
14055         * gnus.el (spam-resend-to): Add group/topic parameter.
14056         (spam-process): Move the OBSOLETE processors to the end of the
14057         choices.
14058
14059 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14060
14061         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14062         with resend-to set to nil, and then ask the user if necessary.
14063         (spam-report-resend): spam-report-resend takes a list of articles, not
14064         separate article numbers.
14065
14066 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14069         addition to emacs-w3m.
14070
14071 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14072
14073         * assistant.el (assistant-authinfo-data): New function.
14074         (assistant-eval): Eval for entire assistant.
14075
14076         * netrc.el (netrc-services-file): New variable.
14077         (netrc-parse-services): New function.
14078         (netrc-find-service-name): New function.
14079         (netrc-find-service-number): New function.
14080         (netrc-port-equal): New function.
14081         (netrc-machine): Use it.
14082
14083         * nnimap.el (nnimap-open-connection): Use netrc.
14084
14085         * gnus-util.el (gnus-netrc-get): Remove aliases.
14086
14087         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14088
14089         * assistant.el (wid-edit): Fix compilation.
14090
14091         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14092
14093 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14094
14095         * gnus-util.el (gnus-set-file-modes): New function.  (small
14096         patch).
14097
14098 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14099
14100         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14101
14102         * assistant.el (assistant-render-node): Fix up rendering and
14103         read-only text.
14104         (assistant-render-node): Reset.
14105         (assistant-make-read-only): Not sticky.
14106
14107 2004-05-20  Danny Siu  <dsiu@adobe.com>
14108
14109         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14110         centered even when gnus-auto-center-summary is t.
14111
14112 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14113
14114         * dns.el (dns-get-txt-answer): New function.
14115         (dns-read-txt): Ditto.
14116         (query-dns): Use it.
14117
14118 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14121         active for foreign groups even if the group level is higher than
14122         the specified value.
14123
14124 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14125
14126         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14127         non-active groups.
14128
14129         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14130
14131 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14132
14133         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14134
14135 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14136
14137         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14138         (spam-crm114-header, spam-crm114-spam-switch)
14139         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14140         (spam-crm114-positive-spam-header)
14141         (spam-crm114-database-directory, spam-list-of-processors)
14142         (spam-group-spam-processor-crm114-p)
14143         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14144         (spam-generic-score, spam-list-of-checks)
14145         (spam-list-of-statistical-checks, spam-registration-functions)
14146         (spam-check-crm114-headers, spam-crm114-score)
14147         (spam-check-crm114, spam-crm114-register-with-crm114)
14148         (spam-crm114-register-spam-routine)
14149         (spam-crm114-unregister-spam-routine)
14150         (spam-crm114-register-ham-routine)
14151         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14152         asjo@koldfront.dk (Adam Sjøgren).
14153
14154         * gnus.el: Add spam-use-crm114.
14155
14156         * spam.el (spam-list-of-processors, spam-registration-functions):
14157         Add spam-use-resend.
14158         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14159         (spam-report-articles-gmane): Add doc fix.
14160         (spam-report-articles-resend, spam-report-resend-register-routine):
14161         Add wrappers around spam-report-resend-to.
14162
14163         * spam-report.el (spam-report-resend-to, spam-report-resend):
14164         Add support for resending spam.
14165         (spam-report-gmane): Fix line length >80.
14166
14167         * gnus.el (spam-process): Add spam-use-resend.
14168
14169 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14170
14171         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14172         number of processed spam messages.
14173         (spam-ham-copy-or-move-routine): Return the number of processed
14174         ham messages.
14175         (spam-summary-prepare-exit): Use the above values to decide
14176         whether status messages shouled be displayed.
14177
14178 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14181         `rfc2047-encoding-function-alist' in order to avoid conflicting
14182         with the old version.
14183         (rfc2047-encode-region): Concatenate words containing non-ASCII
14184         characters in structured fields; don't encode space-delimited
14185         ASCII words even in unstructured fields; don't break words at
14186         char-category boundaries.
14187         (rfc2047-encode-1): New function.
14188         (rfc2047-encode): Use it; encode text so that it occupies the
14189         maximum width within 76-column; work correctly on Q encoding for
14190         iso-2022-* charsets.
14191         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14192         sure not to break a line just after the header name.
14193         (rfc2047-b-encode-region): Removed.
14194         (rfc2047-b-encode-string): New function.
14195         (rfc2047-q-encode-region): Removed.
14196         (rfc2047-q-encode-string): New function.
14197
14198         * mm-util.el (mm-replace-in-string): New function.
14199
14200 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201
14202         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14203         get it right.
14204         (gnus-inews-make-draft): Really.
14205
14206 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14207
14208         * nnmh.el (nnmh-request-list-1): Don't check the link count
14209         before descending.  (small patch)
14210
14211 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14212
14213         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14214         stuff.
14215
14216         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14217         on real group name.
14218
14219         * gnus-art.el (gnus-signature-limit): Doc fix.
14220
14221         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14222
14223         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14224
14225 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14226
14227         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14228         isn't a string.
14229
14230 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14231
14232         * gnus-draft.el (gnus-draft-send): Bind
14233         rfc2047-encode-encoded-words.
14234
14235         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14236         (rfc2047-encodable-p): Say that =? needs encoding.
14237         (rfc2047-encode-encoded-words): New variable.
14238
14239         * gnus-group.el (gnus-group-select-group): Doc fix.
14240
14241         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14242
14243         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14244         to nil.
14245
14246         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14247
14248         * nnheader.el (nnheader-get-lines-and-char): New function.
14249
14250 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * gnus-msg.el (gnus-summary-followup-with-original): Document
14253         yanking of region when active.
14254
14255 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14258         groups if the group level is higher than the specified value.
14259
14260 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14261
14262         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14263         (gnus-group-jump-to-group): Added prefix argument using
14264         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14265         non-active group.
14266
14267         * compface.el (uncompface): Be verbose when changing
14268         `uncompface-use-external'.
14269
14270         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14271         handle manual section.
14272
14273 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14274
14275         * gnus-art.el (gnus-button-alist): Revert previous change.
14276
14277 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14280
14281 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14282
14283         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14284         whether backend can accept message.
14285
14286         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14287
14288 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14289
14290         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14291         Avoid creating directory when nntp-marks-is-evil is true.
14292         Reported by Reiner Steib.
14293
14294 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * gnus-picon.el (gnus-picon-style): New variable.
14297         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14298         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14299         Jesper Harder <harder@ifa.au.dk>.
14300
14301 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14302
14303         * message.el (message-fill-field): Return point.
14304         (message-generate-headers): Go to end of field.
14305
14306         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14307         stuff for non-living groups.
14308
14309 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14310
14311         * gnus-art.el (gnus-article-followup-with-original)
14312         (gnus-article-reply-with-original): gnus-mark-active-p ->
14313         gnus-region-active-p.
14314
14315 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14316
14317         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14318         only when there is spam or ham to be processed.
14319
14320 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * mail-source.el (mail-source-delete-crash-box): Refactor.
14323         (mail-source-fetch): Use it.
14324         (mail-source-fetch-file): Ditto.
14325         (mail-source-fetch-directory): Run postscript in loop.
14326         (mail-source-fetch-pop): Delete.
14327         (mail-source-fetch-maildir): Ditto.
14328         (mail-source-fetch-imap): Ditto.
14329
14330         * imap.el (imap-authenticators): Comment out sasl.
14331
14332         * message.el (message-skip-to-next-address): New function.
14333         (message-fill-header-address): Refactor.
14334         (message-fill-address): Use it.
14335         (message-delete-address): Use it.
14336         (message-fill-header-general): Refactor.
14337         (message-fill-field-address): Rename.
14338         (message-narrow-to-field): Find the start of the header.
14339         (message-header-format-alist): Don't pre-fill.
14340         (message-fill-header): Removed.
14341         (message-insert-header): New function.
14342         (message-shorten-references): Use it.
14343
14344         * rfc2047.el (rfc2047-field-value): Strip props.
14345
14346         * mail-parse.el (mail-header-make-address): New alias.
14347
14348         * ietf-drums.el (ietf-drums-make-address): New function.
14349
14350         * imap.el: Add compiler directives.
14351
14352         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14353
14354         * gnus-art.el (article-decode-idna-rhs): Don't use
14355         message-idna-inside-rhs-p.
14356
14357 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14358
14359         * message.el (message-idna-inside-rhs-p): Removed.
14360         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14361
14362         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14363         false positives.
14364
14365 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14366
14367         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14368
14369 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14370
14371         * nneething.el (nneething-file-name): Don't create spurious
14372         files.
14373
14374         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14375         (gnus-inews-do-gcc): Remove sleep.
14376
14377         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14378         part under point.
14379
14380         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14381         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14382
14383 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14384
14385         * spam.el (spam-summary-prepare-exit): Fixed (length).
14386
14387 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14388
14389         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14390         as expired without moving it" message when there are spam
14391         messages left.
14392
14393 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14394
14395         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14396         header is not nil.
14397
14398 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14399
14400         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14401         nntp-possibly-create-directory, not nntp-possibly-change-group.
14402         (nntp-marks-changed-p): New arg SERVER.
14403         (nntp-request-update-info): Adjust caller.
14404
14405 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14406
14407         * nntp.el (nntp-save-marks): Pass missing arg.
14408
14409 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14410
14411         * nntp.el: Support marks.
14412         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14413         (nntp-marks-modtime, nntp-marks-directory): New variables.
14414         (nntp-request-set-mark, nntp-request-update-info)
14415         (nntp-possibly-create-directory, nntp-marks-changed-p)
14416         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14417         functions.
14418
14419 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14420
14421         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14422         (gnus-xmas-redefine): Rename.
14423
14424         * gnus-score.el (gnus-score-insert-help): Use
14425         gnus-select-lowest-window.
14426
14427         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14428         appt-select-lowest-window and rename to gnus-select-lowest-window.
14429
14430         * gnus.el: do.
14431
14432 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14433
14434         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14435         encodings of MIME-encoded words, in order to improve
14436         interoperability with several broken MUAs.
14437
14438 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14439
14440         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14441         tags, only when charsets are not specified in headers.
14442         (mm-inline-text-html-render-with-w3m): Ditto.
14443
14444         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14445         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14446
14447 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14448
14449         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14450         instead of MIME-decoded from fields when checking
14451         `gnus-article-address-banner-alist'.
14452
14453 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14454
14455         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14456         description rather than subject.
14457
14458 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14459
14460         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14461
14462 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14463
14464         * gnus.el (gnus-version-number): Bump.
14465
14466 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14467
14468         * gnus.el: No Gnus v0.2 is released.
14469
14470 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14471
14472         * gnus-agent.el (gnus-agent-read-agentview): Inline
14473         gnus-uncompress-range.
14474
14475 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14476
14477         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14478         `exec-installed-p'.
14479
14480 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14481
14482         * gnus.el (spam-process, spam-autodetect-methods): Add
14483         bsfilter and bsfilter-headers.
14484
14485         * spam.el (spam-bsfilter): New customize group.
14486         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14487         (spam-bsfilter-header, spam-bsfilter-probability-header)
14488         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14489         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14490         (spam-bsfilter-database-directory): New options.
14491         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14492         (spam-list-of-statistical-checks, spam-registration-functions):
14493         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14494         (spam-bsfilter-score): New command.
14495         (spam-check-bsfilter-headers, spam-check-bsfilter)
14496         (spam-bsfilter-register-with-bsfilter)
14497         (spam-bsfilter-register-spam-routine)
14498         (spam-bsfilter-unregister-spam-routine)
14499         (spam-bsfilter-register-ham-routine)
14500         (spam-bsfilter-unregister-ham-routine): New functions.
14501         (spam-generic-score): Support bsfilter; Accept an optional argument
14502         to recalcurate spam score even if scoring header has already been
14503         added.
14504         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14505         optional argument to recalcurate spam score even if scoring header
14506         has already been added.
14507
14508 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14509
14510         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14511         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14512         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14513         link is missing.
14514
14515 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14516
14517         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14518         (html2text-get-attr): Rewrite.
14519
14520         * message.el (message-setup-1): Remove redundant put-text-property
14521         on mail-header-separator.
14522
14523 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14524
14525         * gnus-registry.el (gnus-registry-cache-whitespace)
14526         (gnus-registry-action, gnus-registry-spool-action)
14527         (gnus-registry-split-fancy-with-parent): Change message levels
14528         from 5 to 3 or 7, as needed.
14529
14530         * spam.el (spam-summary-prepare-exit)
14531         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14532         (spam-split, spam-find-spam, spam-log-undo-registration)
14533         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14534         level from 5 to 6.
14535
14536 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14539         2004-03-04 change).
14540
14541 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14542
14543         * sieve-manage.el (sieve-manage-open):
14544         * nnweb.el (nnweb-insert-html):
14545         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14546         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14547         * nnspool.el (nnspool-request-group):
14548         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14549         * nnml.el (nnml-request-update-info):
14550         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14551         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14552         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14553         (nnimap-request-set-mark):
14554         * nnfolder.el (nnfolder-request-update-info):
14555         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14556         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14557         * gnus-uu.el (gnus-uu-find-articles-matching):
14558         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14559         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14560         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14561         * gnus-nocem.el (gnus-nocem-scan-groups):
14562         * gnus-int.el (gnus-start-news-server):
14563         * gnus-group.el (gnus-group-make-kiboze-group)
14564         (gnus-group-browse-foreign-server):
14565         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14566         Use mapc when appropriate.
14567
14568 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14569
14570         FIXME: Make separate entries for each person.
14571
14572         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14573         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14574         <shields@msrl.com>:
14575
14576         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14577         may need for spam sorting and scoring.
14578         (spam-user-format-function-S): Add user format function suitable for
14579         general use.
14580         (spam-article-sort-by-spam-status): Add sorting function for summary
14581         sorting.
14582         (spam-extra-header-to-number): Add function to get a score from a
14583         header.
14584         (spam-summary-score): Add function to get a numeric score from the
14585         headers.
14586         (spam-generic-score): Fix function doc, was in wrong place.
14587         (spam-initialize): Take symbols when it's run, and install the
14588         extra headers that spam-necessary-extra-headers thinks we need.
14589
14590 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14591
14592         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14593         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14594
14595 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14596
14597         * gnus-sum.el (gnus-set-global-variables)
14598         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14599         (gnus-article-get-xrefs, gnus-summary-best-group)
14600         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14601         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14602         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14603         Use with-current-buffer.
14604
14605 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14606
14607         * spam.el (spam-summary-prepare-exit): Simplify logic.
14608         (spam-fetch-article-header): Read the article header if it's not
14609         available.
14610         (spam-list-articles): Simplify logic.
14611         (spam-filelist-register-routine): Fix bug with unregister-list.
14612
14613         * gnus-registry.el: Fix comments at beginning.
14614
14615 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14616
14617         * message.el (message-cater-to-broken-inn): Remove.
14618         (message-shorten-references): Make sure the total folded length of
14619         References is shorter than 998 characters to cater to a bug in INN
14620         2.3.  Also, don't pretend that references aren't folded -- this
14621         hasn't worked for a while.
14622
14623 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14624
14625         * gnus-agent.el (gnus-agentize):
14626         gnus-agent-send-mail-real-function no longer set to current value
14627         of message-send-mail-function but rather a lambda that calls
14628         message-send-mail-function.  The change makes the agent real-time
14629         responsive to user changes to message-send-mail-function.
14630
14631 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14632
14633         * legacy-gnus-agent.el
14634         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14635         help from Florian Weimer <fw@deneb.enyo.de>
14636
14637 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * nnmail.el (nnmail-cache-insert): Revert last change.
14640
14641 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * nnmail.el (nnmail-cache-insert): Always check whether
14644         nnmail-cache-ignore-groups matches a group name.
14645
14646 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14647
14648         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14649         (spam-find-spam, spam-log-processing-to-registry)
14650         (spam-log-registered-p, spam-log-unregistration-needed-p)
14651         (spam-log-undo-registration): Use gnus-message instead of
14652         gnus-error, none of these errors are fatal.
14653
14654         * gnus-registry.el (gnus-registry-clean-empty-function)
14655         (gnus-registry-clean-empty): Remove only empty entries without
14656         extra data.
14657
14658 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14659
14660         * spam-stat.el (spam-stat-buffer-change-to-spam)
14661         (spam-stat-buffer-change-to-non-spam): Change (error) to
14662         (gnus-message 8) invocation.
14663
14664 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * nntp.el (nntp-via-netcat-command): New variable.
14667         (nntp-via-netcat-switches): New variable.
14668         (nntp-open-via-rlogin-and-netcat): New function.
14669         (nntp-open-connection-function): Doc fix.
14670         (nntp-telnet-command): Doc fix.
14671         (nntp-end-of-line): Doc fix.
14672         (nntp-via-rlogin-command): Doc fix.
14673         (nntp-via-user-name): Doc fix.
14674         (nntp-via-address): Doc fix.
14675
14676 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14679         error in Emacs 21.1.
14680
14681 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14682
14683         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14684
14685 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14686
14687         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14688         (gnus-agent-with-refreshed-group): New macro.
14689         (gnus-agent-rename-group): New function.
14690         (gnus-agent-delete-group): New function.
14691         (gnus-agent-save-group-info): Use gnus-command-method when
14692         `method' parameter is nil.  Don't write nil entries into the
14693         active file.
14694         (gnus-agent-get-group-info): New function.
14695         (gnus-agent-fetch-articles): Use
14696         gnus-agent-update-files-total-fetched-for to increment disk space
14697         used.
14698         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14699         gnus-agent-update-view-total-fetched-for to increment disk space
14700         used.
14701         (gnus-agent-get-local): Added optional parameters to avoid calling
14702         gnus-group-real-name and gnus-find-method-for-group.
14703         (gnus-agent-set-local): Delete stored entry if either min, or max,
14704         are nil.
14705         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14706         quit, use gnus-agent-regenerate-group to record existance of any
14707         articles fetched to disk before the quit occurred.
14708         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14709         gnus-agent-update-view-total-fetched-for, and
14710         gnus-agent-update-files-total-fetched-for to decrement disk space
14711         used.
14712         (gnus-agent-retrieve-headers): Use
14713         gnus-agent-update-view-total-fetched-for to increment disk space
14714         used.
14715         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14716         with gnus-agent-update-files-total-fetched-for to decrement disk
14717         space and fresh group buffer.
14718         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14719         (gnus-agent-need-update-total-fetched-for): New variable.
14720         (gnus-agent-update-files-total-fetched-for): New function.
14721         (gnus-agent-update-view-total-fetched-for): New function.
14722         (gnus-agent-total-fetched-for): New function.
14723
14724         * gnus-cache.el (gnus-cache-save-buffers): Use
14725         gnus-cache-update-overview-total-fetched-for to change disk space
14726         used by this group.
14727         (gnus-cache-possibly-enter-article): Use
14728         gnus-cache-update-file-total-fetched-for to increment disk space
14729         used by this group.
14730         (gnus-cache-possibly-remove-article): Use
14731         gnus-cache-update-file-total-fetched-for to decrement disk space
14732         used by this group.
14733         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14734         (gnus-cache-rename-group): New function.
14735         (gnus-cache-delete-group): New function.
14736         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14737         (gnus-cache-need-update-total-fetched-for): New variable.
14738         (gnus-cache-with-refreshed-group): New macro.
14739         (gnus-cache-update-file-total-fetched-for): New function.
14740         (gnus-cache-update-overview-total-fetched-for): New function.
14741         (gnus-cache-rename-group-total-fetched-for): New function.
14742         (gnus-cache-delete-group-total-fetched-for): New function.
14743         (gnus-cache-total-fetched-for): New function.
14744
14745         * gnus-group.el: Require gnus-sum and autoload functions to
14746         resolve warnings when gnus-group.el compiled alone.
14747         (gnus-group-line-format): Documented new %F.
14748         (size of Fetched data) group line format; identifies disk space
14749         used by agent and cache.
14750         (gnus-group-line-format-alist): Defined new F format.
14751         (gnus-total-fetched-for): New function.
14752         (gnus-group-delete-group): No longer update
14753         gnus-cache-active-altered as gnus-request-delete-group now keeps
14754         the cache in sync.
14755         (gnus-group-list-active): Let the agent store a server's active
14756         list if currently plugged.
14757
14758         * gnus-int.el (gnus-request-delete-group):
14759         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14760         local disk in sync with the server.
14761         (gnus-request-rename-group):
14762         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14763         local disk in sync with the server.
14764
14765         * gnus-start.el (gnus-get-unread-articles):
14766         Cosmetic simplification to logic.
14767
14768         * gnus-util.el (gnus-rename-file): New function.
14769
14770 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14771
14772         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14773
14774 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14775
14776         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14777         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14778
14779 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14780
14781         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14782         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14783
14784 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14785
14786         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14787
14788 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14789
14790         * spam.el (spam-set-difference): Add function to replace
14791         gnus-set-difference in spam.el.
14792         (spam-summary-prepare-exit): Use spam-set-difference.
14793
14794 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14795
14796         * gnus-registry.el (gnus-registry-cache-file): Update to use
14797         gnus-dribble-directory OR gnus-home-directory OR ~.
14798         (gnus-registry-split-fancy-with-parent): Fix doc.
14799
14800 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * message.el (message-exchange-point-and-mark): Use
14803         message-mark-active-p.  Suggested by Jesper Harder
14804         <harder@ifa.au.dk>.
14805
14806 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * message.el (message-exchange-point-and-mark): Don't activate
14809         region if it was inactive.  Suggested by Hiroshi Fujishima
14810         <pooh@nature.tsukuba.ac.jp>.
14811
14812 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-art.el (article-display-face): Display Faces in the same
14815         order as X-Faces.
14816
14817 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14820
14821 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14824         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14825         (gnus-article-mime-hierarchy): Remove.
14826         (gnus-article-mime-hierarchy-next): Remove.
14827         (gnus-article-mode): Revert 2004-03-19 change.
14828         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14829         (gnus-insert-mime-button): Revert 2004-03-19 change.
14830         (gnus-mime-accumulate-hierarchy): Remove.
14831         (gnus-mime-enter-multipart): Remove.
14832         (gnus-mime-leave-multipart): Remove.
14833         (gnus-mime-display-part): Revert 2004-03-19 change.
14834         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14835
14836         * mml.el (mml-preview): Revert 2004-03-19 change.
14837
14838 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14839
14840         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14841
14842 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14845         t while entering a file name using the mm-with-multibyte macro.
14846         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14847
14848         * mm-util.el (mm-with-multibyte): New macro.
14849
14850 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14853         user option.
14854         (gnus-mime-multipart-functions): Doc and customization fix.
14855         (gnus-article-mime-hierarchy): New variable.
14856         (gnus-article-mime-hierarchy-next): New variable.
14857         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14858         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14859         gnus-article-mime-hierarchy-next to nil.
14860         (gnus-insert-mime-button): Show hierarchy numbers.
14861         (gnus-mime-accumulate-hierarchy): New function.
14862         (gnus-mime-enter-multipart): New function.
14863         (gnus-mime-leave-multipart): New function.
14864         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14865         (gnus-mime-display-alternative): Show hierarchy numbers.
14866
14867         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14868         gnus-article-mime-hierarchy-next to nil.
14869
14870 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14871
14872         * dns.el: Don't require gnus-xmas.
14873
14874 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14875
14876         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14877         inline PGP.
14878         (mml-menu): Disable mml-quote-region if mark is inactive.
14879
14880 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14883         when the group's active is not available.
14884
14885 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14888         error.
14889
14890 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * imap.el (imap-store-password): New variable.
14893         (imap-interactive-login): Use it.
14894         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14895
14896 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14899         window-start and hscroll to summary window.
14900
14901 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14902
14903         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14904         conversion message to newsrc-dribble when an actual conversion is
14905         performed.
14906
14907 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14908
14909         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14910
14911 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * mm-decode.el (mm-complicated-handles): New function reviving
14914         former definition of mm-multiple-handles.
14915
14916         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14917         (gnus-mime-delete-part): Use it.
14918
14919 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14920
14921         * gnus-agent.el (gnus-agent-read-local): Bind
14922         nnheader-file-coding-system to gnus-agent-file-coding-system to
14923         avoid the implicit assumption that they will always be equal.
14924         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14925         coding-system-for-write, as the with-temp-file macro first prints
14926         to a buffer then saves the buffer.
14927
14928 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-art.el (gnus-article-edit-part): New function.
14931         (gnus-mime-save-part-and-strip): Use it; do query instead of
14932         signaling an error; don't use mm-multiple-handles.
14933         (gnus-mime-delete-part): Ditto.
14934
14935 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14936
14937         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14938         old file versions.
14939         (gnus-group-prepare-hook): Removed function that converted list
14940         form of gnus-agent-expire-days to group properties.
14941
14942         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14943         (gnus-request-accept-article): Re-indented.
14944
14945         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14946         converters to handle old agent file formats.  Added logic for a
14947         "backup before upgrading warning".
14948         (gnus-convert-mark-converter-prompt): Developers can mark
14949         functions as needing (default), or not needing,
14950         gnus-convert-old-newsrc's "backup before upgrading warning".
14951         (gnus-convert-converter-needs-prompt): Tests whether the user
14952         should be protected from potentially irreversable changes by the
14953         function.
14954
14955         * legacy-gnus-agent.el: New.  Provides converters that are only
14956         loaded when gnus-convert-old-newsrc needs to call them.
14957
14958 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * mail-source.el (mail-source-touch-pop): Doc fix.
14961
14962         * message.el (message-smtpmail-send-it): Doc fix.
14963
14964 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14965
14966         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14967
14968         * nnmail.el (nnmail-split-fancy): do.
14969
14970         * gnus-kill.el (gnus-kill, gnus-execute): do.
14971
14972 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14973
14974         * gnus-sum.el (gnus-widget-reversible-match)
14975         (gnus-widget-reversible-to-internal)
14976         (gnus-widget-reversible-to-external): New functions.
14977         (gnus-widget-reversible): New widget.
14978         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14979
14980 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14981
14982         * gnus-sum.el (gnus-thread-sort-functions)
14983         (gnus-article-sort-functions): Document `(not F)' items.
14984
14985 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14986
14987         * spam.el (spam-use-gmane-xref): Add new backend.
14988         (spam-gmane-xref-spam-group): Add variable to control the name of the
14989         Gmane spam group.
14990         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14991         (spam-regex-headers-spam, spam-regex-headers-ham)
14992         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14993         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14994         backends and checks.
14995         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14996
14997         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14998         an autodetect method.
14999
15000 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15001
15002         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15003         articles are being added to a group.
15004         (gnus-request-replace-article): Inform the agent that articles
15005         need to be uncached as the cached contents are no longer valid.
15006
15007 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * binhex.el: Don't autoload executable-find.
15010
15011         * canlock.el: Don't autoload mail-fetch-field.
15012
15013         * dgnushack.el: Autoload c-mode for XEmacs.
15014
15015         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15016
15017         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15018         rmail-dont-reply-to and rmail-output.
15019
15020         * gnus-score.el: Don't autoload ffap-string-at-point.
15021
15022         * gnus-setup.el: Don't autoload sc-cite-original.
15023
15024         * imap.el: Don't autoload base64-decode-string,
15025         base64-encode-string and md5.
15026
15027         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15028         and rmail-msg-restore-non-pruned-header.
15029
15030         * mm-decode.el: Don't autoload executable-find.
15031
15032         * mm-url.el: Don't autoload executable-find.
15033
15034         * mm-view.el: Don't autoload diff-mode.
15035
15036         * nndb.el: Don't autoload news-reply-mode, news-setup,
15037         cancel-timer and telnet.
15038
15039         * password.el: Don't autoload run-at-time for Emacs.
15040
15041         * sha1-el.el: Don't autoload executable-find.
15042
15043         * sieve-mode.el: Don't autoload c-mode.
15044
15045         * uudecode.el: Don't autoload executable-find.
15046
15047 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15048
15049         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15050         (gnus-agent-possibly-alter-active): Avoid null in numeric
15051         comparison.
15052         (gnus-agent-set-local): Refuse to save null in local object table.
15053         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15054         list of articles that will be marked as unread.
15055
15056 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15059
15060 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15061
15062         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15063         language tags.
15064
15065 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15066
15067         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15068         Don't bind "obarray".
15069
15070         * gnus-sum.el (gnus-thread-sort-functions): Added
15071         `gnus-thread-sort-by-most-recent-number' and
15072         `gnus-thread-sort-by-most-recent-date'.
15073         Reported by Kai Grossjohann <kai@emptydomain.de>.
15074
15075 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15078
15079 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15080
15081         * gnus-cus.el (gnus-agent-customize-category): Removed
15082         ignore-errors macro reference that required cl to be loaded at
15083         run-time.
15084
15085         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15086         single-interval range of the form (min . max).  Previously the
15087         range had to look like ((min . max)).  Likewise, return
15088         (min . max) rather than ((min . max)).
15089         (gnus-range-map): Use gnus-range-normalize to accept
15090         single-interval range.
15091
15092         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15093         the cache, but not the agent, now appear with their usual face.
15094
15095         * dgnushack.el (loaddir): New variable that is bound to the
15096         directory containing the dgnushack.el file. Use loaddir, rather
15097         than srcdir, to update load-path. Change lets dgnushack compile
15098         code in directories other than GNUS/lisp.
15099
15100 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * lpath.el: Don't bind w3m-safe-url-regexp.
15103
15104         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15105         w3m-safe-url-regexp variable buffer-local.
15106
15107         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15108
15109 2004-02-27  Simon Josefsson  <jas@extundo.com>
15110
15111         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15112         gnus-group-real-prefix.
15113         (gnus-summary-move-article): Use it, instead of
15114         gnus-group-real-prefix.
15115
15116 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * lpath.el: Bind w3m-safe-url-regexp.
15119
15120         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15121         w3m-safe-url-regexp variable buffer-local and set it as the value
15122         of mm-w3m-safe-url-regexp.
15123
15124         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15125
15126         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15127         parsing gnus-posting-styles when the message is not for replying.
15128
15129         * dgnushack.el: Autoload sgml-mode for XEmacs.
15130
15131         * nnrss.el (nnrss-opml-export): Use
15132         mm-set-buffer-file-coding-system instead of
15133         set-buffer-file-coding-system.
15134
15135 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15136
15137         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15138         of checkdoc.el).
15139         * nnrss.el: do.
15140         * gnus-mlspl.el: do.
15141         * gnus-ml.el: do.
15142         * gnus-srvr.el: do.
15143
15144         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15145
15146 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15147
15148         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15149         Corrections to custom-manual links.
15150
15151         * gnus-art.el (gnus-article): Ditto.
15152
15153         * mm-decode.el (mime-display, mime-security): Ditto.
15154
15155 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15156
15157         * flow-fill.el: Typo.
15158
15159 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15160
15161         * spam-wash.el: New file.
15162
15163 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15164
15165         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15166
15167 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15168
15169         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15170         to be run with new-articles as LIST1, not LIST2.
15171         (spam-registration-functions): Add spam-use-ham-copy as a nil
15172         registration backend.
15173
15174 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15175
15176         * spam-stat.el (spam-stat-washing-hook): New option.
15177         (spam-stat-buffer-words): Use it.
15178         (spam-stat-process-directory, spam-stat-test-directory): Use
15179         insert-file-contents-literally.
15180         (spam-stat-coding-system): New variable.
15181         (spam-stat-load, spam-stat-save): Use it.
15182
15183 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * spam-report.el (spam-report-plug-agent): Quote
15186         spam-report-url-to-file and spam-report-url-ping-plain.
15187
15188 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15191         / in mailto URLs.
15192
15193 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15194
15195         * spam-report.el (spam-report-process-queue): Fix interactive use.
15196         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15197         (spam-report-unplug-agent): Doc fixes.
15198         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15199         (spam-report-agentize, spam-report-deagentize): Autoload.
15200
15201 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15204
15205         * message.el (message-setup-fill-variables): Add mml tags to
15206         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15207         <ajk@iu.edu>.
15208         (message-mode): Don't modify paragraph-separate there.
15209
15210 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * compface.el (uncompface-use-external): Default to undecided.
15213         (uncompface-use-external-threshold): New variable.
15214         (uncompface-float-time): New macro.
15215         (uncompface): Determine whether to use the external decoder if
15216         uncompface-use-external is undecided.
15217
15218 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15219
15220         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15221         after images.
15222
15223         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15224
15225 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15226
15227         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15228
15229         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15230
15231         * gnus-sum.el (gnus-summary-limit-to-age)
15232         (gnus-summary-limit-children): do.
15233
15234         * gnus-int.el (gnus-request-scan): do.
15235
15236         * gnus-group.el (gnus-group-suspend): do.
15237
15238         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15239
15240         * gnus-cite.el (gnus-cite-parse-attributions): do.
15241
15242         * gnus-agent.el (gnus-summary-set-agent-mark)
15243         (gnus-agent-regenerate-group): do.
15244
15245         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15246
15247         * binhex.el (binhex-decode-region-internal): do.
15248
15249 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-fun.el (gnus-face-properties-alist): New user option.
15252         (gnus-display-x-face-in-from): Use it.
15253
15254         * gnus-art.el (article-display-face): Ditto.
15255
15256         * compface.el (uncompface-use-external): Default to nil.
15257
15258 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15259
15260         * nntp.el (nntp-erase-buffer): New function.
15261         (nntp-retrieve-data, nntp-send-command)
15262         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15263         (nntp-possibly-change-group): Use it.
15264
15265         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15266         with-current-buffer.
15267
15268 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15269
15270         * compface.el: Merge the ELisp-based uncompface program.
15271         (compface): New customization group.
15272         (uncompface-use-external): New user option.
15273         (uncompface): Call uncompface-internal if uncompface-use-external
15274         is nil.
15275         (uncompface-internal): New function.  Note that there are also
15276         some other functions and variables added for this function.
15277
15278 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15279
15280         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15281         if necessary.
15282
15283 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15284
15285         * spam-report.el (spam-report-unplug-agent)
15286         (spam-report-plug-agent, spam-report-deagentize)
15287         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15288         Add support for the Agent in spam-report: when unplugged, report to a
15289         file; when plugged, submit all the requests.
15290
15291         * spam.el (spam-register-routine): Fix message about
15292         registration.
15293
15294 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15295
15296         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15297         dependencies.
15298         (rfc2047-encode): Use it.
15299
15300         * gnus-art.el (gnus-button-marker-list): Move before first
15301         reference.
15302
15303         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15304         (imap-parse-body): Fix format string mismatch.
15305
15306         * gnus-score.el (gnus-summary-increase-score): do.
15307
15308         * nnrss.el (nnrss-close): New function.
15309
15310 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15311
15312         * nnrss.el (nnrss-make-filename): New function.
15313         (nnrss-request-delete-group, nnrss-read-server-data)
15314         (nnrss-save-server-data, nnrss-read-group-data)
15315         (nnrss-save-group-data): Use it.
15316         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15317         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15318         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15319
15320 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15321
15322         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15323
15324 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15325
15326         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15327         files.
15328
15329         * message.el (message-generate-headers-first): Don't quote nil
15330         and t in docstrings.
15331
15332         * imap.el (imap-id): do.
15333
15334         * gnus-agent.el (gnus-agent-consider-all-articles)
15335         (gnus-agent-queue-mail): do.
15336
15337 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * spam-report.el (spam-report-process-queue): New function.
15340         Process requests from `spam-report-requests-file'.
15341         (spam-report-process-queue): Doc fix.
15342
15343 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * spam.el (spam-register-routine)
15346         (spam-log-processing-to-registry, spam-log-registered-p)
15347         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15348         Change "check" to "spam-check" for semi-clarity.
15349
15350 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15351
15352         * pop3.el: Require nnheader.
15353
15354         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15355
15356         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15357
15358         * gnus-picon.el: Require cl.
15359
15360         * gnus-fun.el: Require gnus-ems and gnus-util.
15361
15362         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15363
15364         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15365
15366         * gnus-art.el (gnus-article-edit-mode): Define before first
15367         reference.
15368
15369 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15370
15371         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15372         (gnus-uu-post-encoded): Use point-at-bol.
15373
15374         * gnus-topic.el (gnus-group-active-topic-p): do.
15375
15376         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15377
15378         * gnus-group.el (gnus-group-kill-region): do.
15379
15380         * gnus-art.el (article-date-ut): do.
15381
15382         * message.el (message-fetch-field): Remove redundant
15383         case-fold-search binding.
15384         (message-narrow-to-field): Simplify.
15385
15386 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15387
15388         * spam.el (spam-directory): Derive from `gnus-directory'.
15389
15390         * spam-report.el (spam-report-url-to-file)
15391         (spam-report-requests-file): New function and variable for offline
15392         reporting.
15393         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15394         and user defined function.
15395         (spam-report-url-ping-mm-url): Remove doubled slash.
15396
15397 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15398
15399         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15400
15401 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15402
15403         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15404         format string mismatch.
15405
15406         * sieve.el (sieve-deactivate-all): do.
15407
15408         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15409
15410         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15411
15412         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15413
15414         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15415
15416 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15417
15418         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15419         the list of checks.
15420
15421 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15422
15423         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15424         padding.
15425
15426 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15427
15428         * mm-view.el (mm-fill-flowed): New variable.
15429         (mm-inline-text): Use it.
15430
15431 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * spam.el (spam-spamassassin-register-ham-routine)
15434         (spam-spamassassin-register-spam-routine): Fix function names.
15435
15436 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus.el (gnus-tmp-grouplens): Remove.
15439         (gnus-summary-line-format): Remove grouplens.
15440
15441         * gnus-group.el (gnus-group-line-format): Ditto.
15442
15443         * gnus-spec.el (gnus-format-specs): Ditto.
15444         (gnus-update-format-specifications): Flush the group format spec
15445         cache if there's the grouplens stuff.
15446         (gnus-parse-simple-format): Replace %l with the empty string.
15447
15448 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15449
15450         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15451         omission.
15452
15453 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15456         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15457
15458 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15459
15460         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15461         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15462         New macros and functions.
15463         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15464         Handle > NLINK_MAX messages.
15465         * nnmaildir.el (nnmaildir-request-set-mark): Use
15466         nnmaildir--emlink-p and nnmaildir--eexist-p.
15467
15468 2004-01-25  Alex Schroeder  <alex@gnu.org>
15469
15470         * spam-stat.el (spam-stat-process-directory-age): New option.
15471         (spam-stat-process-directory): Use it.
15472
15473 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15474
15475         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15476         (spam-stat-save): Accept prefix argument.
15477
15478 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15479
15480         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15481         links" error.
15482
15483 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15486         the rest of the and/or forms.
15487
15488 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15489
15490         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15491         compatibility with old .newsrc.eld files.
15492
15493         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15494
15495         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15496
15497         * gnus-start.el (gnus-1): do.
15498
15499         * gnus-group.el (gnus-group-line-format-alist): do.
15500
15501         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15502
15503         * gnus-gl.el: Remove.
15504
15505 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15506
15507         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15508         marks consisting of a single range {for example, (3 . 5)} rather
15509         than a list of a single range { ((3 . 5)) }.
15510
15511 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15512
15513         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15514         with-current-buffer.
15515         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15516         avoid consing a string.
15517
15518         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15519         Remove obsolete entries for big5 and gb2312.
15520
15521 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15522
15523         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15524         uncompressed list.
15525
15526 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15527
15528         * spam-stat.el (spam-stat-strip-xref): New function.
15529         (spam-stat-process-directory): Use it.
15530
15531         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15532         here -- it's done in message-fetch-field.
15533
15534 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15535
15536         * gnus-agent.el (gnus-agent-queue-mail)
15537         (gnus-agent-prompt-send-queue): New variables.
15538         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15539         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15540         "nndraft:queue" along to gnus-draft-send.  Use
15541         gnus-agent-prompt-send-queue.
15542         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15543         is "nndraft:queue".  Suggested by Gaute Strokkenes
15544         <gs234@srcf.ucam.org>
15545
15546         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15547         (agent-enable-undownloaded-faces): Added.
15548         (gnus-agent-cat-groups): Use eval-and-compile, not
15549         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15550         method of gnus-agent-cat-groups even when the buffer has been
15551         evaled.
15552         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15553         delete gnus-agent-save-active-1.
15554         (gnus-agent-save-groups): Deleted.  Identical to
15555         gnus-agent-save-active.
15556         (gnus-agent-write-active): No longer adjust agent's copy of active
15557         file as agent's adjustments are now stored in their own
15558         file.  Removed optional parameter.
15559         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15560         servers.  Add use of min/max range limits from server's local
15561         file.
15562         (gnus-agent-save-alist): Removed unused optional argument.
15563         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15564         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15565         (gnus-agent-set-local): A per-server file that keeps min/max range
15566         limits for articles known to the agent.  Provides a fast mechanism
15567         for altering many active ranges.
15568         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15569         active file (local makes it unnecessary).
15570         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15571
15572         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15573         (agent-enable-undownloaded-faces): Added.
15574
15575         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15576         disable it when sending to "nndraft:queue".
15577         (gnus-group-send-queue): Add safety check to avoid sending queue
15578         when unplugged.
15579
15580         * gnus-group.el (gnus-group-catchup): Use new
15581         gnus-sequence-of-unread-articles, not
15582         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15583         numbers of articles.  Use gnus-range-map to avoid having to
15584         uncompress the unread list.
15585         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15586         Fixed invalid ange-ftp reference.
15587
15588         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15589         (gnus-sorted-range-intersection): Intersection of two ranges
15590         without requiring that they first be uncompressed.
15591
15592         * gnus-start.el (gnus-activate-group): Unless blocked by the
15593         caller, possibly expand the active range to include both cached
15594         and agentized articles.
15595         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15596         multiple version-dependent converters.
15597         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15598         gnus-agent-save-active.
15599         (gnus-save-newsrc-file): Save dirty agent range limits.
15600
15601         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15602         gnus-agent-possibly-alter-active.
15603         (gnus-adjust-marked-articles): Faster handling of simple lists.
15604
15605 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * spam-stat.el (spam-stat-test-directory): New optional argument
15608         displays a list of files detected.  Suggested by Andrew Cohen
15609         <cohen@andy.bu.edu>.
15610         (spam-stat-buffer-words-with-scores): Don't narrow and change
15611         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15612
15613 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15614
15615         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15616         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15617         (spam-spamassassin-arguments)
15618         (spam-spamassassin-spam-flag-header)
15619         (spam-spamassassin-positive-spam-flag-header)
15620         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15621         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15622         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15623         (spam-list-of-processors, spam-list-of-checks)
15624         (spam-list-of-statistical-checks, spam-registration-functions)
15625         (spam-check-spamassassin-headers, spam-check-spamassassin)
15626         (spam-spamassassin-score)
15627         (spam-spamassassin-register-with-sa-learn)
15628         (spam-spamassassin-register-spam-routine)
15629         (spam-spamassassin-register-ham-routine)
15630         (spam-assassin-register-spam-routine)
15631         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15632         (spam-bogofilter-score): Fix to show article before scoring.
15633
15634 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15635
15636         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15637         default scoring function.
15638         (spam-generic-score): Call spam-spamassassin-score if
15639         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15640         spam-bogofilter-score otherwise.
15641
15642         * gnus.el (spam-process, spam-autodetect-methods): Add
15643         spamassassin and spamassassin-headers.
15644
15645 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15646
15647         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15648         Suppress unnecessary messages.
15649
15650 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15651
15652         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15653         make-hash-table.
15654
15655 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * canlock.el (base64-encode-string): Don't autoload it.
15658
15659 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * run-at-time.el: Remove useless (require 'itimer),
15662         eval-and-compile and (featurep 'xemacs).
15663
15664 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15665
15666         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15667         GROUP is a virtual group.
15668
15669 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15670
15671         * gnus.el: Autoload `message-y-or-n-p'.
15672
15673 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15674
15675         * pgg-parse.el: Remove unnecessary (require 'custom).
15676
15677         * pgg-def.el: do.
15678
15679         * nnmail.el: do.
15680
15681         * gnus-undo.el: do.
15682
15683         * gnus-picon.el: do.
15684
15685         * gnus-util.el: do.
15686
15687 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15690
15691 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15694         handle, as well as a list.
15695
15696         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15697         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15698         (mm-w3m-cid-retrieve): Simplify.
15699
15700 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15701
15702         * message.el (message-kill-to-signature): Allow prefix arg to
15703         specify number of lines to keep before signature.
15704
15705 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15706
15707         * message.el (message-kill-to-signature): Change docstring.
15708
15709 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * canlock.el: Always require sha1-el.
15712         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15713
15714         * message.el: Autoload sha1 only when compiling.
15715
15716         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15717         eudc-expand-inline for XEmacs.
15718
15719 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * message.el (message-canlock-generate): Require sha1-el.
15722
15723 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15724
15725         * message.el (message-expand-name): Silence the byte compiler.
15726
15727         * lpath.el: Add detect-coding-system.
15728
15729         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15730         cus-edit.
15731
15732 2004-01-13  Simon Josefsson  <jas@extundo.com>
15733
15734         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15735         Invoke gnus-score-mode.  Reported by
15736         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15737
15738         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15739         Jim Blandy <jimb@redhat.com> (tiny change).
15740
15741 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15742
15743         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15744
15745 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15746
15747         * spam.el (spam-get-article-as-string): Update to use
15748         gnus-request-article-this-buffer, much simpler.
15749         (spam-get-article-as-buffer): Remove.
15750
15751 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15752
15753         * message.el (message-expand-name): Use EUDC if the user uses that.
15754
15755 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15756
15757         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15758         character for the encoding to avoid consing a string.
15759
15760         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15761         unnecessarily.
15762
15763         * mm-util.el (mm-replace-chars-in-string): Remove.
15764
15765         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15766         of mm-replace-chars-in-string.
15767
15768 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15769
15770         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15771
15772         * mm-util.el (mm-subst-char-in-string): Support inplace.
15773
15774         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15775         a new string in every iteration.  Use shy groups.
15776
15777 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15778
15779         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15780         * gnus-soup.el (gnus-soup-group-brew):
15781         * gnus-msg.el (gnus-put-message):
15782         * gnus-move.el (gnus-group-move-group-to-server):
15783         * gnus-kill.el (gnus-batch-score):
15784         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15785         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15786         (gnus-group-update-group, gnus-group-read-group)
15787         (gnus-group-make-group, gnus-group-make-help-group)
15788         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15789         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15790         (gnus-group-sort-by-unread, gnus-group-catchup)
15791         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15792         (gnus-group-yank-group, gnus-group-set-info)
15793         (gnus-group-list-groups):
15794         * gnus.el (gnus-generate-new-group-name):
15795         * gnus-delay.el (gnus-delay-send-queue):
15796         * nnvirtual.el (nnvirtual-catchup-group):
15797         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15798         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15799         (gnus-group-prepare-topics, gnus-topic-check-topology):
15800         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15801         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15802         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15803         (gnus-group-make-articles-read):
15804         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15805         (gnus-group-change-level, gnus-kill-newsgroup)
15806         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15807         (gnus-get-unread-articles, gnus-make-articles-unread)
15808         (gnus-make-ascending-articles-unread): Use accessor
15809         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15810         to get group information for improved readability.
15811
15812
15813 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15814
15815         * gnus-art.el (article-decode-mime-words, article-babel)
15816         (gnus-article-highlight-signature, gnus-article-add-buttons)
15817         (gnus-signature-toggle): Use gnus-with-article-buffer.
15818
15819         * gnus-art.el (gnus-article-highlight-headers)
15820         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15821
15822         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15823         (gnus-article-set-globals, gnus-request-article-this-buffer)
15824         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15825         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15826         (gnus-mime-display-alternative): Use with-current-buffer.
15827
15828 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15829
15830         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15831         also under 80 char limit, and call gnus-error if needed.
15832         (spam-fetch-article-header): Fix - it was a
15833         buffer-local variable (gnus-newsgroup-data).
15834         (spam-find-spam): Use spam-generate-fake-headers, forget about
15835         spam-insert-fake-headers.
15836         (spam-insert-fake-headers): Remove.
15837
15838 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15839
15840         * deuglify.el (gnus-article-outlook-unwrap-lines)
15841         (gnus-outlook-rearrange-article)
15842         (gnus-outlook-repair-attribution-outlook)
15843         (gnus-outlook-repair-attribution-block)
15844         (gnus-outlook-repair-attribution-other): Remove redundant
15845         save-excursion.
15846
15847 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15848
15849         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15850         (spam-fetch-field-subject-fast)
15851         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15852         (spam-fetch-article-header): Add functions to deal with Gnus
15853         internals for fast retrieval of article header data.
15854         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15855
15856 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15857
15858         * pop3.el (pop3-md5): Remove.
15859         (pop3-apop): Replace pop3-md5 with md5.
15860
15861         * mm-bodies.el: base64 is always built-in.
15862
15863         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15864         with-current-buffer.
15865
15866 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * canlock.el (canlock-insert-header): Remove excessive grouping in
15869         regexp.
15870
15871         * gnus-sum.el (gnus-summary-read-document): Ditto.
15872
15873         * gnus-uu.el (gnus-uu-part-number): Ditto.
15874
15875         * html2text.el (html2text-remove-tags): Ditto.
15876         (html2text-format-tags): Ditto.
15877         (html2text-format-single-elements): Ditto.
15878
15879         * mml.el (mml-parse-1): Ditto.
15880
15881 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15882
15883         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15884
15885         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15886
15887         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15888
15889         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15890
15891 2003-11-15  Simon Josefsson  <jas@extundo.com>
15892
15893         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15894         (pgg-gpg-lookup-key): Use regexp match instead of
15895         split-string (split-string is different between emacs 21.2 and
15896         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15897
15898 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15899
15900         * gnus-art.el (gnus-mime-view-all-parts)
15901         (gnus-article-part-wrapper, gnus-article-view-part): Use
15902         with-current-buffer.
15903
15904 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15905
15906         * spam.el (spam-disable-spam-split-during-ham-respool)
15907         (spam-spamoracle-database, spam-cache-lookups)
15908         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15909         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15910         (spam-group-ham-marks, spam-group-spam-marks)
15911         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15912         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15913         also add spam-use-blackholes to the statistical checks.
15914         (spam-fetch-field-fast): Add interface to fetching fields, may
15915         become a macro.
15916         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15917         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15918         (spam-insert-fake-headers): Fake an article when needed.
15919         (spam-find-spam): Fake article when possible.
15920         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15921         (spam-check-bogofilter-headers): Use message-fetch-field instead
15922         of nnmail-fetch-field.
15923
15924 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15927
15928 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * spam.el (spam-split): Do not require spam-use-CHECK to be
15931         enabled if that check is passed to spam-split explicitly; also
15932         fix so 'spam doesn't get converted to spam-split-group when
15933         spam-split-symbolic-return is t.
15934         (spam-find-spam): Find registrations of the article and use those
15935         instead of re-running spam-split to find the spam/ham
15936         classification of the article.
15937         (spam-log-processing-to-registry, spam-log-registered-p)
15938         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15939         Use gnus-error instead of gnus-message.
15940         (spam-log-registration-type): Add function to determine the
15941         classification of a message based on registry entries; will
15942         return nil if both 'spam and 'ham are found.
15943         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15944         a reasonably fast local cache without the loading errors.
15945         (spam-cache-lookups): Set to t by default.
15946         (spam-find-spam): Don't try to guess spam-cache-lookups.
15947         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15948         spam-caches entry.
15949         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15950         caching of whitelist/blacklist entries.
15951         (spam-check-whitelist, spam-check-blacklist): Invoke
15952         spam-from-listed-p with a type, not a cache variable.
15953         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15954
15955 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15956
15957         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15958
15959         * nnmail.el (nnmail-split-fancy): do.
15960
15961         * mml.el (mml-parse): do.
15962
15963         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15964         (gnus-score-adaptive): do.
15965
15966 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15969         (gnus-mime-button-map): Don't set keymap parent.
15970         (gnus-button-ctan-directory-regexp): Use shy grouping.
15971         (gnus-prev-page-map): Don't set keymap parent.
15972         (gnus-prev-page-map): Remove duplicated one.
15973         (gnus-next-page-map): Don't set keymap parent.
15974         (gnus-mime-security-button-map): Ditto.
15975
15976         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15977         version number.
15978
15979         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15980
15981 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * canlock.el (canlock-sha1-function): Remove.
15984         (canlock-sha1-function-for-verify): Remove.
15985         (canlock-openssl-program): Remove.
15986         (canlock-openssl-args): Remove.
15987         (canlock-ignore-errors): Remove.
15988         (canlock-sha1-with-openssl): Remove.
15989         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15990         (canlock-verify): Don't use canlock-ignore-errors.
15991
15992         * sha1-el.el (sha1-string-external): Make it can return a string
15993         in binary form.
15994         (sha1-region-external): Ditto.
15995         (sha1-string-internal): Ditto.
15996         (sha1-region-internal): Ditto.
15997         (sha1-region): Ditto.
15998         (sha1-string): Ditto.
15999         (sha1): Ditto.
16000
16001 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002
16003         * spam.el (spam-report-articles-gmane): New command.
16004
16005 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16008
16009         * run-at-time.el (run-at-time-saved): Remove.
16010         (run-at-time): Doc fix.
16011
16012 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16013
16014         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16015         (gnus-summary-limit-map): Add it.
16016         (gnus-summary-make-menu-bar): do.
16017
16018 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16019
16020         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16021         Make attempt at some caching support (done for BBDB only now).
16022         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16023         addresses to be checked.
16024         (spam-clear-cache-BBDB): Add function, to be invoked by
16025         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16026         (spam-check-BBDB): Check and use the caches, if
16027         spam-cache-lookups is on, remove superfluous (provide).
16028
16029 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16032
16033 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16034
16035         * run-at-time.el (run-at-time-saved): Move to after the definition
16036         of `run-at-time'.
16037
16038         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16039
16040 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16043         mm-w3m-local-map-property.
16044
16045         * mm-view.el (mm-w3m-mode-map): Remove.
16046         (mm-w3m-local-map-property): Remove.
16047         (mm-inline-text-html-render-with-w3m): Don't use
16048         mm-w3m-local-map-property.
16049
16050 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16051
16052         * run-at-time.el: New file.
16053
16054         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16055         under Emacs.
16056
16057         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16058         of gnus-set-text-properties.
16059
16060         * gnus-uu.el (gnus-uu-save-article): Ditto.
16061
16062         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16063
16064         * gnus-cite.el (gnus-cite-parse): Ditto.
16065
16066         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16067         of gnus-.
16068
16069         * gnus-xmas.el (run-at-time): Require run-at-time.
16070
16071         * gnus.el: Changed calls to nnheader-run-at-time and
16072         password-run-at-time throughout to use run-at-time directly.
16073
16074         * password.el: Removed definition of run-at-time.
16075
16076         * nnheaderxm.el: Remove definition of run-at-time.
16077
16078 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16079
16080         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16081         in prompt.
16082
16083 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16084
16085         * messagexmas.el (message-xmas-redefine): Alias
16086         `message-make-caesar-translation-table' to
16087         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16088         version.
16089
16090         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16091         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16092         `gnus-xmas-set-text-properties'.
16093         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16094         `gnus-xmas-completing-read'.
16095         (gnus-xmas-completing-read): Removed.
16096         (gnus-xmas-open-network-stream): Removed.
16097
16098         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16099         XEmacs version.
16100
16101         * dns.el (dns-make-network-process): Use `open-network-stream'
16102         instead of `gnus-xmas-open-network-stream'.
16103
16104         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16105
16106         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16107
16108 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16109
16110         * gnus-art.el (gnus-mime-display-alternative)
16111         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16112         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16113         Don't use gnus-local-map-property.
16114
16115         * gnus-util.el (gnus-local-map-property): Remove.
16116
16117         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16118         gnus-completing-read-maybe-default with completing-read.
16119
16120         * gnus-util.el (gnus-completing-read): do.
16121         (gnus-completing-read-maybe-default): Remove.
16122
16123 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16124
16125         * password.el: Only autoload `run-at-time' if not XEmacs.
16126         Only autoload the itimer functions if XEmacs.
16127
16128 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16131         XEmacsen.
16132
16133         * dgnushack.el: Autoload executable-find for XEmacs.
16134
16135 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16136
16137         * gnus-art.el (gnus-read-string): Remove.
16138         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16139         read-string.
16140
16141 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16142
16143         * netrc.el: Autoload password-read.
16144         (netrc): Add configuration group.
16145         (netrc-encoding-method, netrc-openssl-path): Add
16146         variables for encoding and decoding of files with symmetric
16147         ciphers.
16148         (netrc-encode): Add assistant function to encode a file with
16149         netrc-encoding-method.
16150         (netrc-parse): Add interactive parameter, added optional
16151         decoding if netrc-encoding-method is non-nil but otherwise
16152         behavior is standard.
16153         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16154         Do s/encode/encrypt/ everywhere.
16155
16156         * spam.el: Remove executable-find autoload.
16157
16158 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16159
16160         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16161
16162         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16163
16164 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16165
16166         * gnus-art.el (gnus-treat-ansi-sequences)
16167         (article-treat-ansi-sequences): New variable and function.
16168         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16169
16170         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16171         Use it.
16172
16173 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16174
16175         * mm-util.el (mm-quote-arg): Remove.
16176
16177         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16178         shell-quote-argument.
16179
16180         * gnus-uu.el (gnus-uu-command): do.
16181
16182         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16183
16184         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16185         with make-char.
16186
16187         * mm-util.el (mm-make-char): Remove.
16188
16189         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16190         add-minor-mode.
16191
16192         * gnus-undo.el (gnus-undo-mode): do.
16193
16194         * gnus-topic.el (gnus-topic-mode): do.
16195
16196         * gnus-sum.el (gnus-dead-summary-mode): do.
16197
16198         * gnus-start.el (gnus-slave-mode): do.
16199
16200         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16201
16202         * gnus-ml.el (gnus-mailing-list-mode): do.
16203
16204         * gnus-gl.el (gnus-grouplens-mode): do.
16205
16206         * gnus-draft.el (gnus-draft-mode): do.
16207
16208         * gnus-dired.el (gnus-dired-mode): do.
16209
16210         * gnus-ems.el (gnus-add-minor-mode): Remove.
16211
16212         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16213         Replace gnus-char-width with char-width.
16214
16215         * gnus-ems.el (gnus-char-width): Remove.
16216
16217         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16218         Replace gnus-char-width with char-width.
16219
16220         * gnus-ems.el (gnus-char-width): Remove.
16221
16222         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16223         definition.
16224         Remove Emacs 20 hash table compatibility code.
16225
16226         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16227         20 compatibility code.
16228
16229         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16230
16231         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16232
16233         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16234         with point-at-{eol,bol}.
16235
16236         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16237
16238         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16239
16240         * flow-fill.el (fill-flowed-point-at-bol)
16241         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16242
16243         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16244         Replace with point-at-{eol,bol} throughout all files.
16245
16246 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * ntlm.el (ntlm-string-as-unibyte): New macro.
16249         (ntlm-build-auth-response): Use it.
16250
16251         Remove Emacs 20 stuff:
16252         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16253         (butlast, mapc, remove): Remove the compiler macros.
16254         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16255         of delq and copy-sequence.
16256         * gnus-art.el (popup-menu): Remove the compiler macro.
16257         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16258         Emacs 20.
16259
16260 2004-01-05  Simon Josefsson  <jas@extundo.com>
16261
16262         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16263         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16264         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16265         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16266         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16267         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16268         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16269         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16270         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16271         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16272         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16273         string-xor into ntlm-string-xor.  Suggested by
16274         Jesper Harder <harder@myrealbox.com>.
16275
16276         * ntlm.el: Don't include poem.
16277
16278         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16279         Jesper Harder <harder@myrealbox.com>.
16280
16281         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16282
16283         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16284         probably breaks emacs with DL patch, but do we care? Is anyone
16285         still using the DL stuff?)
16286
16287         * sieve-manage.el: Use the password package.
16288         (sieve-manage-read-passwd): Remove.
16289         (sieve-manage-interactive-login): Use password.  Re-add
16290         condition-case around loop.
16291
16292         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16293         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16294         the password package.
16295
16296 2003-02-19  Simon Josefsson  <jas@extundo.com>
16297
16298         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16299         token.
16300
16301 2002-08-07  Simon Josefsson  <jas@extundo.com>
16302
16303         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16304         (sieve-manage-authenticators):
16305         (sieve-manage-authenticator-alist): Add some SASL mechs.
16306         (sieve-sasl-auth): New function.
16307         (sieve-manage-cram-md5-auth):
16308         (sieve-manage-plain-auth): Rewrite using SASL library.
16309         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16310         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16311         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16312         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16313
16314 2004-01-05  Simon Josefsson  <jas@extundo.com>
16315
16316         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16317         New files.
16318
16319 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320
16321         * gnus-group.el (gnus-no-groups-message): Update.
16322
16323         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16324
16325 2003-11-09  Simon Josefsson  <jas@extundo.com>
16326
16327         * imap.el: Support for ID IMAP extension (RFC 2971).
16328         (imap-local-variables): Add imap-id.
16329         (imap-id): New variable.
16330         (imap-id): New function.
16331         (imap-parse-response): Parse untagged ID response.
16332         * nnimap.el (nnimap-id): New variable.
16333         (nnimap-open-connection): Use it.
16334
16335 2003-12-28  Simon Josefsson  <jas@extundo.com>
16336
16337         * gnus-score.el (gnus-score-edit-all-score): New.
16338         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16339
16340 2004-01-04  Simon Josefsson  <jas@extundo.com>
16341
16342         * password.el: Add.
16343
16344 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16345
16346         * dns.el (dns-query-types): Fix typo.
16347         (dns-query-types): New function.
16348         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16349         PTR and SOA replies, see RFC 1035.
16350
16351 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16352
16353         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16354
16355         * Moved to Changelog.2.
16356
16357 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16358
16359         * gnus.el (gnus-version-number): Bump version.
16360
16361 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16362
16363         * gnus.el: No Gnus v0.1 is released.
16364
16365 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16366
16367         * gnus.el: No Gnus v0.0 is released.
16368
16369 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16370
16371         * gnus.el (gnus-version-number): Bump.
16372         (gnus-version): No.
16373
16374 See ChangeLog.2 for earlier changes.
16375
16376     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16377       Free Software Foundation, Inc.
16378
16379   This file is part of GNU Emacs.
16380
16381   GNU Emacs is free software: you can redistribute it and/or modify
16382   it under the terms of the GNU General Public License as published by
16383   the Free Software Foundation, either version 3 of the License, or
16384   (at your option) any later version.
16385
16386   GNU Emacs is distributed in the hope that it will be useful,
16387   but WITHOUT ANY WARRANTY; without even the implied warranty of
16388   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16389   GNU General Public License for more details.
16390
16391   You should have received a copy of the GNU General Public License
16392   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16393
16394 ;; Local Variables:
16395 ;; coding: utf-8
16396 ;; fill-column: 79
16397 ;; add-log-time-zone-rule: t
16398 ;; End: