Implement nnimap expiry.
[gnus] / lisp / ChangeLog
1 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-find-expired-articles): New function.
4         (nnimap-process-expiry-targets): New function.
5
6         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7         for oldness in addition to being a predicate.
8
9         * nnimap.el (nnimap-request-group): When we have zero articles, return
10         the right data to Gnus.
11         (nnimap-request-expire-articles): Only delete articles immediately if
12         the target is 'delete.
13
14         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
15         method, this would bug out.
16
17         * gnus-group.el (gnus-group-expunge-group): Renamed from
18         gnus-group-nnimap-expunge, and implemented as a normal interface
19         function.
20
21         * gnus-int.el (gnus-request-expunge-group): New function.
22
23         * nnimap.el (nnimap-request-create-group): Implement.
24         (nnimap-request-expunge-group): New function.
25
26 2010-09-21  Julien Danjou  <julien@danjou.info>
27
28         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
29         (gnus-html-cache-expired): Add new function.
30         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
31         wethever we should display image for fetch it.
32         Compute alt-text earlier to pass it to the fetching function too.
33         (gnus-html-schedule-image-fetching): Change function argument to only
34         get one image at a time, not a list.
35         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
36         cache.
37         (gnus-html-get-image-data): New function to retrieve image data from
38         cache.
39         (gnus-html-put-image): Change buffer argument to use image data rather
40         than file, and place image above region rather than inserting a new
41         one. Do not take alt-text as argument, since it's useless now: we place
42         the image above alt-text.
43         (gnus-html-prune-cache): Remove.
44         (gnus-html-show-images): Start to fetch image when we find one, do not
45         push into a temporary list.
46         (gnus-html-prefetch-images): Only fetch image if they have expired.
47         (gnus-html-browse-image): Fix, use 'gnus-image-url.
48         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
49
50 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
53
54 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
57         spec inser "*" if the group isn't active instead of 0.
58
59         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
60         opening the server.
61         (nnimap-request-delete-group): Implement group deletion.
62         (nnimap-transform-headers): Return the size of the entire message in
63         the Bytes header, not just the size of the first part.
64         (nnimap-request-move-article): When moving an article from nnimap,
65         request the article first so the accepting form has an article to
66         accept.  Reported by Dan Christensen.
67         (nnimap-command): Make sure that the error message doesn't error out.
68
69 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
70
71         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
72         we haven't requested anything.
73
74 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
77         "".  Fix found by Andrew Cohen.
78
79         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
80         instead of -encode-string.
81
82 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
85
86         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
87         by mm-subst-char-in-string.
88
89 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
92         waiting for the connection string.
93
94         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
95         arriving.
96
97         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
98         bogus characters.  This allows selecting certain Gmail groups.
99
100         * nnimap.el (nnimap-find-wanted-parts-1): New function.
101         (nnimap-fetch-partial-articles): New variable.
102         (nnimap-open-connection): When looking for credentials, also use the
103         nnimap-server-port.
104         (nnimap-request-article): Return the group/article number, so that Gnus
105         `^' works as expected.
106         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
107         them.
108
109         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
110         comments.
111         (gnus-methods-sloppily-equal): New function.
112         (gnus): When using the development version of Gnus, load the gnus-load
113         file.
114
115         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
116         `gnus-open-server' on each method before trying to scan them etc.  This
117         ensures that all the backend parameters are set correctly.
118
119         * nnimap.el (nnimap-authenticator): New variable.
120         (nnimap-open-connection): Allow anonymous login.
121         (nnimap-transform-headers): The chars header is called Chars not
122         Bytes.
123         (nnimap-wait-for-response): Don't infloop if the IMAP connection
124         drops.
125
126         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
127         patch, found by Knut Anders Hatlen.
128
129 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
130
131         * gnus-agent.el (gnus-agent-batch-confirmation)
132         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
133         to gnus-message.
134         * gnus-art.el (gnus-article-describe-briefly): Likewise.
135         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
136         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
137         * gnus-int.el (gnus-open-server): Likewise.
138         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
139         (gnus-score-check-syntax): Likewise.
140         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
141         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
142         Likewise.
143         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
144
145 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
148         calling conventions so that prefetch doesn't bug out.
149
150 2010-09-19  Julien Danjou  <julien@danjou.info>
151
152         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
153         rather than `subst-char-in-region' in order to be able to replace ASCII
154         char by UTF-8 ones.
155
156         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
157         than curl.
158         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
159         the right URL and ALT text on images.
160         (gnus-html-wash-tags): Fix tag case.
161         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
162         (gnus-article-html): Add -o display_ins_del=2 option.
163         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
164
165 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
168         the extra mail headers, which sometimes seem to happen for unknown
169         reasons.
170
171         * mail-parse.el (mail-header-encode-parameter): Define as
172         rfc2045-encode-string instead of as rfc2231-encode-string, since some
173         (or most, perhaps?) mail readers don't understand the latter, but do
174         understand the former.
175
176         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
177         to nil, so that no methods are automatically agentized.  I think this
178         is probably what most users want.
179
180         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
181         from url-retrieve, for instance about invalid URLs.
182
183         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
184         groups that have no articles.
185         (nnimap-request-article): Check that we really got an article when we
186         requested one.
187
188         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
189         doesn't exist.
190
191         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
192         nntp buffer so the agent can save it.
193         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
194         that CRLF doesn't get translated to \n.
195         (nnimap-open-connection): Don't make 'shell commands only send \n.
196
197 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
198
199         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
200         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
201         Update var name.
202         (nnml-generate-nov-file): Use dolist.
203         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
204         Use with-current-buffer.
205
206 2010-09-18  Julien Danjou  <julien@danjou.info>
207
208         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
209         parallel.
210
211 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * nnimap.el (nnimap-update-info): When doing partial marks update, get
214         the range update right.
215         (nnimap-request-group): Don't make `M-g' bug out on group with no
216         marks.
217         (nnoo): Required, so that other packages can require nnimap.
218         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
219         command we're looking for.  This helps when the server sends more
220         responses after we've gotten everything we expected.
221         (nnimap): Add a `newlinep' field to keep track of end-of-line
222         conventions.
223         Don't send CRLF to things that don't want it.
224         (nnimap-request-accept-article): Ditto.
225
226 2010-09-18  Julien Danjou  <julien@danjou.info>
227
228         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
229         than curl to retrieve images.
230
231 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * nnimap.el (nnimap-update-info): Extend the info so that we can set
234         the marks.
235         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
236         (nnimap-wait-for-connection): New function.
237         (nnimap-open-connection): If we have PREAUTH, don't query for login
238         credentials.
239         (nnimap-update-info): Fix off-by-one error when concatenating ranges
240         when doing a partial update.
241
242 2010-09-18  Julien Danjou  <julien@danjou.info>
243
244         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
245         tags.
246
247 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * nnimap.el (nnimap-credentials): New function.
250         (nnimap-open-connection): Use the new function to look for credentials
251         also on the numeric equivalents of "imap" and "imaps".
252
253         * gnus-start.el (gnus-activate-group): Send the info to
254         gnus-request-group.
255
256         * nnimap.el (nnimap-request-group): Have the "check" version of the
257         function parse flags and update the info, so that a `M-g' get a total
258         resync of all flags from the group.
259
260         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
261         to allow backends to alter the info on group selection.  Also alter all
262         the backend -request-group functions to take the parameter.
263
264         * nnimap.el (nnimap-store-info): New function.
265         (nnimap-update-info): Store the info for later usage.
266         (nnimap-request-group): Use the stored info for the dont-check case, so
267         that we don't retrieve all marks when we enter a group.
268
269         * nnimap.el: Use deffoo instead of defun for interface functions.
270
271         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
272         update the group info.  This makes the nndraft groups, for instance, go
273         back to their old behaviour.
274
275         * gnus-sum.el (gnus-select-newsgroup): Indent.
276
277         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
278         in.
279         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
280         nothing.
281
282         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
283         from methods that are denied.
284
285         * gnus-int.el (gnus-method-denied-p): New function.
286
287         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
288         store the password instead of netrc.
289         (nnimap-open-connection): Don't error out when we can't make a
290         connections.
291
292         * auth-source.el (auth-source-create): In the password prompt, say what
293         we're querying for.  Also prompt for user name if that hasn't been
294         given.
295
296         * nnimap.el (nnimap-with-process-buffer): Removed.
297
298 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
301         method when we're reading from the agent.
302
303         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
304
305         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
306         that's probably most useful for users.
307
308         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
309         "failed" all the time.
310
311         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
312         ...)) with (with-current-buffer ... ).
313
314         * nntp.el (nntp-open-server): Return whether the open was successful or
315         not.
316
317         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
318         select an unread unseen article first.
319
320         * nnimap.el (nnimap-open-connection): If the user doesn't have a
321         /etc/services, supply some sensible port defaults.
322
323         * dgnushack.el: Define netrc-credentials.
324
325 2010-09-17  Julien Danjou  <julien@danjou.info>
326
327         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
328
329 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
330
331         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
332         doesn't have any parameters.
333
334 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
337         only upcased checks.
338
339         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
340
341         * nnimap.el (nnimap-open-shell-stream): New function.
342         (nnimap-open-connection): Use it.
343         (nnimap-transform-headers): Get the number of lines in each message.
344         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
345         number of lines.
346         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
347         problem.
348
349         * utf7.el (utf7-encode): Autoload.
350
351         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
352         to allow the mail splitting to not return a default group.  This is
353         useful for nnimap, which will leave unmatched mail in the inbox.
354
355         * nnimap.el: Rewritten.
356
357         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
358         nnimap usage.
359
360         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
361         if the move is internal, so that nnimap can do fast internal moves.
362
363         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
364         data.
365         (gnus-read-active-for-groups): Support finishing the early retrieval of
366         data.
367
368         * gnus-range.el (gnus-range-nconcat): New function.
369
370         * gnus-int.el (gnus-finish-retrieve-group-infos)
371         (gnus-retrieve-group-data-early): New functions.
372
373 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
374
375         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
376         (nnrss-retrieve-groups):
377         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
378         (pop3-quit): Use with-current-buffer.
379
380 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
383         instead of nnheader-accept-process-output.
384
385         * dgnushack.el (dgnushack-compile): Add comment.
386
387         * lpath.el: No need to fbind propertize for XEmacs 21.4.
388
389         * gnus-html.el (gnus-html-schedule-image-fetching)
390         (gnus-html-prefetch-images): Replace process-kill-without-query by
391         gnus-set-process-query-on-exit-flag.
392
393 2010-09-16  Romain Francoise  <romain@orebokech.com>
394
395         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
396
397 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * gnus-registry.el (gnus-registry-install-shortcuts): The second
400         parameter to unintern is mandatory-ish in Emacs 24.
401
402         * gnus-html.el (gnus-html-schedule-image-fetching)
403         (gnus-html-prefetch-images): Check for curl before using it.
404
405         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
406         depend on curl, which isn't essential.
407
408         * imap.el: Revert back to version
409         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
410         seem problematic.
411
412 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
413
414         * gnus-registry.el (gnus-registry-install-shortcuts):
415         Explicitly pass `obarray' to `unintern' to avoid a warning.
416
417 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
420         change.
421
422         * nnrss.el (nnrss-request-list): Removed this function and related
423         functions, including the moreover stuff.
424
425 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * nnrss.el (nnrss-retrieve-groups): New function.
428
429 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
430
431         * .dir-locals.el: Add no-byte-compile cookie.
432
433 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * time-date.el (format-seconds): Comment fix.
436
437         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
438         for back end that doesn't support request-scan.
439
440 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
443         then do request scans from the backends.
444
445         * netrc.el (netrc-credentials): New conveniency function.
446
447         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
448         avoid running a hook per line, since this takes a lot of time,
449         profiling shows.
450         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
451         directly if gnus-visual-p is true.
452
453 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
456         groups; replace mapcar with dolist which is a bit faster; pass groups
457         info to gnus-read-active-file-1.
458         (gnus-read-active-file-1): Scan only specified groups if the new
459         optional arg `infos' is given.
460
461 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
464
465         * pop3.el (pop3-movemail): Removed.
466         (pop3-streaming-movemail): Renamed to pop3-movemail.
467
468         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
469         don't restrict end-tag searches to the end of the line.
470
471 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
474         articles of every unchecked group to t, which means unknown since the
475         server has never been opened.
476
477 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-html.el (gnus-html-show-alt-text): New command.
480         (gnus-html-browse-image): Ditto.
481         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
482         to browse the image directly.
483         (gnus-html-wash-tags): Search for images first, so that <a><img> works
484         better.
485
486         * gnus-async.el (gnus-async-article-callback): Call
487         `gnus-html-prefetch-images' unconditionally.
488
489         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
490         before feeding URLs to curl.
491
492 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
495         internal images as deletable by `W D D'.
496
497         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
498         (gnus-async-article-callback): Fix typo.
499
500 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
503         current line to work around bugs in the output from w3m.
504
505         * gnus-async.el (gnus-async-article-callback): Always prefetch images
506         for groups that want that.
507
508         * nntp.el (nntp-wait-for-string): Supply a timeout for
509         accept-process-output to ensure progress.
510
511         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
512         level to get unread articles from, then use that for foreign groups,
513         too.
514
515         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
516         confuses the rest of the function.
517
518         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
519         for the methods that support -retrieve-groups, too.
520
521         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
522
523 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
526         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
527
528         * pop3.el: Require cl when compiling.
529         (pop3-number-of-responses): Search for "+OK", not "+OK ".
530
531 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
534         that aren't going to be activated.
535         (gnus-get-unread-articles): Fix up the last commit.
536
537         * gnus-html.el (gnus-article-html): Allow calling without specifying
538         the handle.  In that case, dissect the buffer first.
539
540         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
541
542         * nnimap.el (nnimap-open-connection): Revert the change that would look
543         into authinfo for imaps instead of imap.
544
545         * gnus-start.el (gnus-activate-group): Take an optional parameter to
546         say that you don't want to call gnus-request-group with don-check, but
547         do check the reponse.  This is for virtual groups only.
548         (gnus-get-unread-articles): Count the archive groups as secondary, so
549         that they're activated the same way as before.
550
551         * imap.el (imap-message-map): Removed optional buffer parameter, since
552         no callers use it.
553         (imap-message-get): Ditto.
554         (imap-message-put): Ditto.
555         (imap-mailbox-map): Ditto.
556         (imap-mailbox-put): Ditto.
557         (imap-mailbox-get): Ditto.
558         (imap-mailbox-get): Revert last change for this function.
559
560         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
561         case-insensitively.
562         (nnimap-debug): Removed.
563
564         * imap.el (imap-fetch-safe): Removed function, and altered all callers
565         to use `imap-fetch' instead.  According to the comments, this should be
566         safe, since all other IMAP clients use the 1:* syntax.
567         (imap-enable-exchange-bug-workaround): Removed.
568         (imap-debug): Removed -- doesn't seem very useful.
569
570         * mail-source.el (mail-source-fetch): Don't message if we're fetching
571         mail from a file, and the file doesn't exist.
572
573         * imap.el (imap-log): New convenience function used throughout instead
574         of repeating the same code all over the place.
575
576         * pop3.el (pop3-streaming-movemail): Return t for success.
577
578         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
579         .authinfo if we're using ssl connection.
580
581         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
582         already have if we're in a main Gnus `g' run.
583
584         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
585
586 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
589
590         * nnmh.el (nnmh-request-list-1): Bind `file'.
591
592         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
593         alias to set-process-query-on-exit-flag or process-kill-without-query.
594         (pop3-open-server): Use it.
595
596 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * mail-source.el (mail-source-delete-crash-box): Always move the crash
599         box to the Incoming file.  Fixes mistake in previous checkin.
600
601         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
602         request loop (for debugging purposes) removed.
603
604         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
605         culprit is more visible.
606         (nnml-save-incremental-nov, nnml-open-incremental-nov)
607         (nnml-add-incremental-nov): New functions to do "incremental" nov
608         updates, where we just append to the end of the existing nov files
609         without reading/writing them in full.
610
611         * mail-source.el (mail-source-delete-crash-box): Really only check the
612         incoming files once in a while.
613
614         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
615
616         * mail-source.el (mail-source-delete-crash-box): Only check the
617         incoming files for deletion once per day to save a lot of file
618         accesses.
619
620         * pop3.el (pop3-logon): Fix up unbound variable typo.
621
622         * mail-source.el (pop3-streaming-movemail): Autoload.
623
624         * pop3.el (pop3-streaming-movemail): Respect
625         pop3-leave-mail-on-server.
626
627         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
628         retrieval.
629
630         * pop3.el (pop3-process-filter): Removed unused function.
631         (pop3-streaming-movemail, pop3-send-streaming-command)
632         (pop3-wait-for-messages, pop3-write-to-file)
633         (pop3-number-of-responses): New functions for streaming pop3
634         retrieval.
635
636         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
637         come from no known methods.
638         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
639         list.
640
641         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
642         message sizes.
643         (pop3-movemail): Use erase-buffer instead of looping and deleting
644         regions, which seems rather odd.
645
646         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
647         file once per `g' run.
648
649         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
650         directories.  This makes the draft queue directory work.
651
652         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
653         data from the backends, so that we only request the list of groups from
654         each method once.  This should speed things up considerably.
655
656         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
657         detect that it's not implemented.
658
659         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
660         we actually do recurse down into the tree, but don't stat all leaf
661         nodes.
662
663         * gnus-html.el (gnus-html-show-images): If there are no images to show,
664         then say so instead of bugging out.
665
666         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
667         files exist before trying to read them.
668
669         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
670         around <pre_int>.
671
672         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
673
674         * nnmh.el (nnmh-request-list-1): Optimize for speed.
675
676 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * mm-util.el (mm-image-load-path): Just return the image directories,
679         not all directories in the path in addition to the image directories.
680         (mm-image-load-path): Maintain a cache of the image directories so that
681         the `g' command in Gnus doesn't have to stat dozens of directories each
682         time.
683
684         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
685         (gnus-html-wash-tags): Add a new `i' command to insert images.
686         (gnus-html-insert-image): New command and keystroke.
687         (gnus-html-redisplay-with-images): New command and keystroke.
688         (gnus-html-show-images): Renamed command.
689         (gnus-html-wash-tags): Remove more white space before <pre_int> image
690         spacers.
691         (gnus-html-wash-tags): Decode entities at the end, so that entities
692         inside the tags don't mess up the rest of the "parsing".
693
694         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
695         so that nnimap methods aren't agentized by default.  There's apparently
696         many problems related to agent/imap behaviour.
697
698         * gnus-art.el (gnus-article-copy-string): New command and key binding.
699
700         * gnus-html.el: Doc fix.
701
702 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
705         specifier-spec-list for Emacs 21.
706
707         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
708         glyph-width and glyph-height instead of display-graphic-p and
709         image-size; make avoidance of displaying small images work for XEmacs.
710
711         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
712         for XEmacs.
713
714         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
715         of symbol that holds plist data.
716         (gnus-process-plist): Remove plist of process after getting it.
717
718 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * message.el (message-generate-hashcash): Change default to
721         'opportunistic if hashcash is installed.
722
723         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
724         (gnus-html-put-image): Only call image-size once, since it's somewhat
725         time-consuming on remote X servers.
726
727 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
730         type on data, not a file name.
731
732         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
733         window-pixel-edges for Emacs 21.
734
735         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
736         decoded contents.
737         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
738
739 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
742         group line format, since it isn't very interesting.
743
744         * gnus-agent.el (gnus-agent-short-article),
745         (gnus-agent-long-article): Increase values for these two variables,
746         since most people are likely to have more network connection and
747         storage than before.
748
749         * gnus.el (gnus-refer-article-method): Change default to 'current.
750         When referring an article, the common behaviour is to refer it from the
751         current select method, not the native select method.  The chances of
752         the native select method having the message in question is rather slim
753         these days.
754
755         * gnus-sum.el (gnus-auto-select-subject): Change default to
756         `unseen-or-unread'.  I think it's likely that most people want to
757         select an unseen article over a previously seen, but unread one.
758
759         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
760         means that in the article buffer none of the minor mode elements will
761         be shown, usually, and this is not desirable in most cases.
762
763         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
764         that commands like `d' (and the like) go to the next line in the
765         buffer, instead of the next unread article.  I think this is the
766         behaviour that is most natural for most users.
767         (gnus-single-article-buffer): Change default to nil, so that people can
768         have as many article buffers open as they have summary buffer.  I think
769         this is the most natural way for the groups to behave.
770
771         * message.el (message-generate-new-buffers): Change default to
772         `unsent', so that all new message buffers start their names with the
773         string "*unsent", and it's easier to find the buffers if you move from
774         them.
775
776 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
779         small.  They're probably tracking images.
780         (gnus-html-wash-tags): Remove all <pre_int> place holders.
781         (gnus-html-rescale-image): Yet another try at getting the image sizing
782         right.
783
784         * nntp.el (nntp-request-set-mark): Refuse to do marks if
785         nntp-marks-file-name is nil.
786
787 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
788
789         * gnus-html.el (gnus-html-wash-tags)
790         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
791         Better logging.
792
793 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
796
797         * gnus-html.el (gnus-html-wash-tags): Check the value of
798         gnus-blocked-images in the summary buffer.
799
800 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
801
802         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
803
804 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
807         like "a", it seems like.
808         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
809         since it needs to be picked from the correct buffer.
810
811         * nnwfm.el: Removed.
812
813         * nnlistserv.el: Removed.
814
815 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
816
817         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
818         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
819
820 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * nnkiboze.el: Removed.
823
824         * nndb.el: Removed.
825
826         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
827         alt text.
828         (gnus-html-rescale-image): Try to get the rescaling logic right for
829         images that are just wide and not tall.
830
831         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
832         overshadow variable bindings.
833
834 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
835
836         * gnus-html.el (gnus-html-wash-tags)
837         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
838         extra logging.
839
840 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
843         (gnus-max-image-proportion): New variable.
844         (gnus-html-rescale-image): New function.
845         (gnus-html-put-image): Rescale images.
846
847 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
848
849         Fix up some byte-compiler warnings.
850         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
851         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
852         (gnus-article-fill-cited-article, gnus-article-hide-citation)
853         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
854         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
855         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
856         (gnus-group-update-group): Use save-excursion and with-current-buffer.
857
858 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * gnus-html.el (gnus-article-html): Decode contents by charset.
861
862 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
865         (gnus-html-frame-width, gnus-blocked-images)
866         * message.el (message-prune-recipient-rules): Add custom version.
867         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
868
869         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
870         functions.
871
872         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
873         gnus-process-get.
874
875 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
876
877         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
878         instead of lsub directly.
879
880 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * nnwarchive.el: Removed.
883
884         * gnus-soup.el: Removed.
885
886         * nnsoup.el: Removed.
887
888         * nnultimate.el: Removed.
889
890         * gnus-html.el (gnus-blocked-images): New variable.
891
892         * message.el (message-prune-recipients): New function.
893         (message-prune-recipient-rules): New variable.
894
895         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
896         guess whether a long line is natural text or not.
897
898         * gnus-html.el (gnus-html-schedule-image-fetching): Use
899         gnus-process-plist and friends for compatibility.
900
901 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
902
903         * gnus-html.el: Require packages that define macros used in this file.
904         (gnus-article-mouse-face): Declare to silence byte-compiler.
905         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
906         process-get.
907         (gnus-html-put-image): Use plist-get to avoid getf.
908         (gnus-html-prefetch-images): Use with-current-buffer.
909
910 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * gnus-ems.el: Provide compatibility functions for
913         gnus-set-process-plist.
914
915         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
916         header-line-format for XEmacs 21.4.
917
918         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
919         * gnus.el (gnus-valid-select-methods)
920         * message.el (message-send-mail-partially-limit)
921         * mm-decode.el (mm-text-html-renderer)
922         * mml.el (mml-insert-mime-headers-always)
923         * smiley.el (smiley-regexp-alist): Bump custom version.
924
925 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * gnus-html.el: require mm-url.
928         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
929         with the url to `url'.
930         (gnus-html-wash-tags): Support cid: URLs/images.
931
932 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
935         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
936         bindings, as they aren't useful at all.  `w' is moved to `W w'.
937
938         * gnus-move.el: Removed file, since it doesn't really work.
939
940         * gnus-html.el (gnus-article-html): Tell w3m that the input is
941         UTF-8.  This seems to fix problems with some German web feeds.
942
943         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
944         at the top so that the proper colours are applied.
945
946         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
947         don't have dots in their names.
948
949         * gnus-art.el (gnus-article-view-part): Doc fix.
950
951         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
952         XEmacs-compatible.
953         (gnus-html-put-image): Don't do images on non-graphic displays.
954
955         * nnslashdot.el: Removed this unused backend.
956
957         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
958         actions.
959         (gnus-undo-register-1): Revert last change.
960
961         * gnus-group.el (gnus-group-completing-read): Protect against not
962         having completion-styles bound.
963
964         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
965         make broken recipients happier.
966
967         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
968
969         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
970         point parameter.
971
972         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
973
974         * gnus-group.el (gnus-group-completing-read): Add 'substring to
975         completion-styles for group selection.
976
977 2009-02-04  Andreas Schwab  <schwab@suse.de>
978
979         * gnus-score.el (gnus-score-string): Fix regex for matching extra
980         headers and regexp-quote the match if necessary.
981
982 2009-03-24  Miles Bader  <miles@gnu.org>
983
984         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
985         the blinking smiley.
986
987 2009-03-24  Simon Josefsson  <simon@josefsson.org>
988
989         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
990         blink smiley.
991
992 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
995         where the dribbel file lives exists.
996
997         * message.el (message-send-mail-partially-limit): Change the default to
998         nil, since most people don't want this.
999
1000         * mm-url.el (mm-url-decode-entities): Also decode entities like
1001         &#x3212.
1002
1003 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1004
1005         * gnus-sum.el (gnus-summary-idna-message):
1006         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1007         Hyperlink urls in docstrings with URL `...'.
1008
1009 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1010
1011         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1012         functions.
1013
1014 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1017         say what the mouseover text should be.
1018
1019         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1020         version of the mm-w3m-safe-url-regexp variable to only download images
1021         in the groups where we want that to happen.
1022
1023         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1024
1025         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1026         easier debugging.
1027         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1028         big pictures in the article buffer.
1029
1030         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1031         gnus-article-html.
1032         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1033         w3m.
1034
1035         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1036
1037 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1040         which doesn't exist.
1041
1042         * message.el (message-inhibit-ecomplete): New variable to allow some
1043         function to inhibit ecomplete address storage.
1044         (message-resend): Disable ecomplete message storage when resending
1045         messages.
1046
1047         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1048
1049 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1052         Save excursion while copying, moving, and deleting articles in order to
1053         prevent the cursor from jumping to unforeseen place.
1054
1055 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * lpath.el: No need to bind bookmark-current-buffer,
1058         bookmark-yank-point and bookmark-make-record-function.
1059
1060 2010-08-17  Glenn Morris  <rgm@gnu.org>
1061
1062         * gnus-sync.el: Require gnus components whose functions are used.
1063
1064         * gnus-art.el (bookmark-make-record-function):
1065         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1066         Declare for compiler.
1067
1068         * mm-url.el (mml-compute-boundary): Autoload.
1069
1070 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1073
1074 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1075
1076         Typo fix "hoo4a" -> "hook".
1077
1078         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1079
1080 2010-08-14  Glenn Morris  <rgm@gnu.org>
1081
1082         * gnus-sync.el (gnus-sync): Fix defgroup version.
1083
1084 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1087
1088         * gnus-sync.el: Fix docs.
1089         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1090         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1091
1092 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         Optimizations for gnus-sync.el.
1095
1096         * gnus-sync.el: Add docs about gnus-sync-backend
1097         possibilities.
1098         (gnus-sync-save): Remove unnecessary message.
1099         (gnus-sync-read): Optimize and show what groups were skipped.
1100
1101 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1102
1103         Minor bug fixes for gnus-sync.el.
1104
1105         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1106         read the sync on get-new-news.
1107
1108         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1109         quiet.
1110
1111         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1112
1113 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1114
1115         Make saving and restoring of hidden threads work with overlays.
1116         Patch applied by Ted Zlatanov.
1117
1118         * gnus-sum.el (gnus-hidden-threads-configuration)
1119         (gnus-restore-hidden-threads-configuration): Update to deal with text
1120         properties, rather than searching for a magic character.
1121
1122 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1123
1124         New gnus-sync.el library for synchronization of marks.
1125
1126         * gnus-sync.el: New library for synchronization of marks.
1127
1128         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1129         renamed from `gnus-registry-grep-in-list'.
1130
1131         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1132
1133         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1134
1135 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1138         determining charset of text fails.
1139
1140 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * nnmail.el (nnmail-get-new-mail-1): Revert.
1143
1144         * nnml.el (nnml-active-number): Make sure names of newly created groups
1145         in nnml-group-alist are encoded.
1146
1147 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1150         containing non-ASCII characters in active file for nnml back end.
1151
1152 2010-07-24  David Engster  <dengste@eml.cc>
1153
1154         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1155         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1156
1157 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1158
1159         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1160         tag (Bug#6654).
1161
1162 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1165         the article buffer, not the summary buffer.
1166
1167 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1170         Emacs 23 as well.
1171
1172 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1175         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1176
1177 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1178
1179         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1180         Patch applied by Karl Fogel.
1181
1182         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1183         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1184
1185 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1186
1187         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1188         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1189         C-w still not working correctly from Article buffers; Thierry's
1190         patch to fix that will be applied after this.
1191
1192         * gnus-art.el (bookmark-make-record-function): New local variable.
1193
1194         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1195         article buffer.
1196         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1197
1198 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1199
1200         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1201         on changes in bookmark.el.
1202
1203 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1206         `no-log' instead of message not to log prompt string.
1207
1208 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1209
1210         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1211         the *other* type of HTML form submission.
1212
1213 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1214
1215         * auth-source.el (auth-source-pick): If choice does not contain a
1216         questioned keyword, set the check to t.
1217
1218 2010-06-12  Romain Francoise  <romain@orebokech.com>
1219
1220         * gnus-util.el (gnus-date-get-time): Move up before first use.
1221
1222 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1225         (gnus-article-edit-part): Bind it to make last part that is substituted
1226         or deleted visible.
1227         (gnus-mime-display-single): Buttonize part of which id equals to
1228         gnus-mime-buttonized-part-id.
1229
1230 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1231
1232         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1233         (gnus-dd-mmm): Use gnus-date-get-time.
1234         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1235         simplify logic.
1236         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1237         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1238
1239 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1240
1241         * auth-source.el (top): Autoload `secrets-list-collections',
1242         `secrets-create-item', `secrets-delete-item'.
1243         (auth-sources): Fix tag string.
1244         (auth-get-source, auth-source-retrieve, auth-source-create)
1245         (auth-source-delete): New defuns.
1246         (auth-source-pick): Rewrite in order to avoid 2 passes.
1247         (auth-source-forget-user-or-password): New parameter USERNAME.
1248         (auth-source-user-or-password): New parameters CREATE-MISSING and
1249         DELETE-EXISTING.  Retrieve password interactively, if needed.
1250
1251 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1252
1253         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1254         deleting unused directories when gnus-expert-user is t.
1255
1256 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1259         for each temp file when gnus-article-browse-delete-temp is ask.
1260
1261 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1262
1263         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1264         Lisp calls to delete-backward-char by calls to delete-char.
1265
1266 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1267
1268         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1269
1270 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1271
1272         * password-cache.el (password-cache-remove): Fix docstring.
1273
1274 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1277         article unless decoding article to be saved.
1278
1279 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1282         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1283         generated within the mm-with-unibyte-current-buffer macro.
1284
1285 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1288         to nil when we're in a mml-preview buffer and no group is selected.
1289
1290 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1291
1292         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1293         when catching the `C-g'.  Reported by "Leo".
1294
1295 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * message.el (message-forward-make-body-plain)
1298         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1299         multibyte-string-p.
1300
1301         * lpath.el: Revert.
1302
1303 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * message.el (message-forward-make-body-mml): Assume original message
1306         is multibyte string; error on unibyte.
1307         (message-forward-make-body-plain): Ditto; don't add excessive newline
1308         in body end.
1309
1310         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1311
1312 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1313
1314         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1315         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1316
1317 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * mm-extern.el (mm-extern-url): Don't use
1320         mm-with-unibyte-current-buffer.
1321         (mm-extern-cache-contents): Use with-current-buffer instead of
1322         save-excursion + set-buffer.
1323
1324 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * mm-util.el (mm-emacs-mule): Remove.
1327
1328 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1329
1330         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1331         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1332         change.
1333
1334 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1337         bind the default value of enable-multibyte-characters to nil.
1338
1339 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * message.el (message-forward-make-body-plain)
1342         (message-forward-make-body-mml):
1343         Don't use mm-with-unibyte-current-buffer.
1344
1345 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1346
1347         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1348
1349 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1350
1351         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1352         (Bug#5592).
1353
1354 2010-05-07  Julien Danjou  <julien@danjou.info>
1355
1356         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1357         it to mm-pipe-part.
1358
1359         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1360         it is given.
1361
1362 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * binhex.el (binhex-decode-region-internal)
1365         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1366         (dns-query)
1367         * nnweb.el (nnweb-gmane-search)
1368         * pgg-parse.el (pgg-parse-armor)
1369         * pgg.el (pgg-verify-region)
1370         * sha1.el (sha1-string-external)
1371         * uudecode.el (uudecode-decode-region-internal)
1372         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1373         XEmacs.
1374
1375         * gnus-art.el (gnus-article-browse-html-parts)
1376         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1377         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1378         make-temp-file.
1379
1380         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1381         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1382         compiling.
1383
1384         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1385         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1386         XEmacs when compiling.
1387
1388         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1389         gnus-pick-mode-off-hook for XEmacs when compiling.
1390         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1391         gnus-binary-mode-off-hook for XEmacs when compiling.
1392
1393         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1394         nil if char-charset is not available.
1395
1396         * imap.el (imap-disable-multibyte)
1397         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1398         macros.
1399
1400         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1401         instead of encode-coding-string.
1402
1403         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1404         'xemacs) instead of mm-emacs-mule to switch function definitions.
1405         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1406
1407         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1408         bind temporary-file-directory for XEmacs;
1409         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1410         timer-set-function for XEmacs 21.4 and SXEmacs;
1411         bind timer-list for XEmacs 21.4 and SXEmacs;
1412         fbind char-charset and find-charset-region for non-Mule XEmacs;
1413         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1414         encode-coding-region and encode-coding-string for XEmacs having no
1415         file-coding feature.
1416
1417 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1418
1419         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1420
1421 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1424         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1425
1426 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1427
1428         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1429         alias `jka-compr-delete-temp-file' no longer exists.
1430
1431 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1432
1433         Use define-minor-mode in Gnus where applicable.
1434         * mml.el (mml-mode): Use define-minor-mode.
1435         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1436         (gnus-undo-mode): Use define-minor-mode.
1437         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1438         (gnus-dead-summary-mode): Use define-minor-mode.
1439         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1440         Initialize in declaration.
1441         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1442         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1443         (gnus-mailing-list-mode): Use define-minor-mode.
1444         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1445         (gnus-draft-mode): Use define-minor-mode.
1446         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1447         (gnus-dired-mode): Use define-minor-mode.
1448
1449 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1450
1451         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1452         handles on recursive mml-to-mime translation and check them for
1453         boundary delimiter collisions.  Reported by Greg Troxel.
1454
1455 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1458
1459 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1460
1461         * mm-util.el (mm-find-buffer-file-coding-system):
1462         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1463
1464 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1465
1466         * message.el (message-generate-headers): Record insertion of optional
1467         headers as well.  Otherwise the check to prevent repeated insertion of
1468         optional headers is a no-op.
1469
1470 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1471
1472         * smime.el: Don't mention CVS.
1473
1474         * nnrss.el (nnrss-fetch): Don't mention CVS.
1475
1476         * nnir.el: Don't mention CVS.
1477
1478 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1479
1480         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1481
1482 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * lpath.el: Fbind bookmark-default-handler,
1485         bookmark-get-bookmark-record, bookmark-make-record-default,
1486         bookmark-prop-get for Emacs <23 and XEmacs.
1487
1488 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1489
1490         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1491         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1492         Use with-current-buffer to silence the byte-compiler.
1493         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1494         bother to require `gnus'.
1495         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1496
1497 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1498
1499         * gnus-sum.el (gnus-summary-bookmark-make-record)
1500         (gnus-summary-bookmark-jump): New functions.
1501         (gnus-summary-mode): Setup bookmark support.
1502
1503 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1504
1505         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1506         if set.
1507
1508 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1511         gnus-article-browse-html-save-cid-image; make it work recursively for
1512         forwarded messages as well.
1513         (gnus-article-browse-html-parts): Work when prefix arg is given.
1514         (gnus-article-browse-html-article): Doc fix.
1515
1516 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1517
1518         * message.el (message-default-mail-headers):
1519         (message-default-headers): Carry the value mail-default-headers over
1520         into message-default-mail-headers, rather than message-default-headers.
1521
1522 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1523
1524         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1525         charset.
1526
1527         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1528         charset into the <meta> tag when the article is encoded to utf-8.
1529
1530 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1533         directories as well.
1534         (gnus-article-browse-html-parts): Work for images that do not specify
1535         file names; delete temp directory when quitting; insert header at the
1536         right place; use file: scheme for image files.
1537
1538 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1539
1540         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1541         (gnus-article-browse-html-parts): Use it to make temporary cid image
1542         files in addition to html file so that browser may display them.
1543
1544 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1547
1548 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1549
1550         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1551
1552 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1553
1554         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1555         about Secret Service API sources.  Improve Customize options.
1556         (auth-source-pick): Change to accept any number of search parameters.
1557         Implement fallbacks iteratively, not recursively.  Add scoring on the
1558         second pass and sort by score.  Call Secret Service API when needed.
1559         (auth-source-user-or-password): Use it.  Call Secret Service API
1560         directly when needed to get the user name and the password.
1561
1562 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1563
1564         * message.el (message-interactive): Doc fix.
1565         (message-qmail-inject-args): Reflow.
1566         (message-kill-to-signature): Fix typo in docstring.
1567
1568         * smiley.el (smiley-buffer): Fix typo in docstring.
1569
1570 2010-03-24  Glenn Morris  <rgm@gnu.org>
1571
1572         * mail-source.el (gnus-message): Declare.
1573         (mail-source-delete-old-incoming): Require gnus-util.
1574
1575 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1578
1579         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1580
1581         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1582         password-cache's default if it is not bound.
1583         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1584         password-cache-expiry's default if it is not bound.
1585
1586         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1587         available in Emacs 21.
1588
1589         * lpath.el: Suppress compiler warnings for:
1590         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1591         XEmacs;
1592         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1593         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1594         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1595
1596 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1597
1598         * auth-source.el (auth-sources): Fix up definition so extra parameters
1599         are always inline.
1600
1601 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1602
1603         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1604         wasn't updated after mismatch.  Clear cached mailbox info correctly
1605         when uidvalidity changes.
1606         (nnimap-group-prefixed-name): New function to avoid some code
1607         duplication.
1608         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1609         (nnimap-request-group): Use it.
1610         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1611         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1612         with many imap folders.  This is done by caching the group status from
1613         the imap server persistently in a group parameter `imap-status'.  (This
1614         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1615         but not persistently, so every Gnus startup was still very slow.)
1616
1617 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1618
1619         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1620         delete the extra newline.  Otherwise editing of :string and :number
1621         types don't work.
1622
1623 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1624
1625         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1626         secrets.el dependency.
1627         (auth-sources): Add optional user name.  Add secrets.el configuration
1628         choice (unused right now).
1629
1630 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1631
1632         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1633         `gnus-registry-install-shortcuts' fill in the functions.
1634
1635         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1636         warnings.
1637         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1638         (gnus-registry-install-shortcuts): Populate and use it in a
1639         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1640
1641 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1642
1643         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1644         In-place substitutions for the group name encoding/decoding.
1645         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1646         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1647         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1648         (nnimap-update-unseen, nnimap-request-list)
1649         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1650         (nnimap-request-set-mark, nnimap-split-to-groups)
1651         (nnimap-split-articles, nnimap-request-newgroups)
1652         (nnimap-request-create-group, nnimap-request-accept-article)
1653         (nnimap-request-delete-group, nnimap-request-rename-group)
1654         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1655         `encoded-mbx' for consistency.
1656         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1657         variable `imap-current-mailbox'.
1658
1659         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1660         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1661
1662 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1663
1664         * pop3.el (pop3-display-message-size-flag): Display message size byte
1665         counts during POP3 download.
1666         (pop3-movemail): Use it.
1667         (pop3-list): Implement listing of available messages.
1668
1669 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1670
1671         * nnir.el (nnir-get-article-nov-override-function): New function to
1672         override the normal NOV retrieval.
1673         (nnir-retrieve-headers): Use it.
1674
1675 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1676
1677         * auth-source.el (netrc-machine-user-or-password): Autoload.
1678
1679 2010-03-19  Glenn Morris  <rgm@gnu.org>
1680
1681         Stop message.el from loading about 40 libraries it doesn't always need.
1682         The general approach is to autoload rather than require, and to
1683         require in the specific functions rather than the file.  (Bug#5642)
1684
1685         * gmm-utils.el: Don't require wid-edit.
1686         (widget-create-child-value, widget-convert, widget-default-get):
1687         Autoload.
1688
1689         * gnus-util.el: Don't require time-date, netrc.
1690         (message-fetch-field, gnus-group-name-decode): Declare rather than
1691         autoloading.
1692         (gnus-fetch-field): Require message.
1693         (gnus-decode-newsgroups): Require gnus-group.
1694
1695         * ietf-drums.el: Don't require time-date.
1696
1697         * message.el: Don't require hashcash, canlock, ecomplete.
1698         Do require mail-utils.  Require nnheader only when compiling.
1699         (smtpmail-default-smtp-server): Remove declaration.
1700         (message-send-mail-function): Check smtpmail-default-smtp-server
1701         is bound rather than requiring smtpmail.
1702         (message-auto-save-directory, message-insert-signature): Use
1703         expand-file-name rather than nnheader-concat.
1704         (nnheader-insert-file-contents): Autoload.
1705         (hashcash-wait-async): Declare.
1706         (message-send-mail): Only call gnus-setup-posting-charset if
1707         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1708         (message-send-mail-with-sendmail): Require sendmail.
1709         (canlock-password, canlock-password-for-verify): Declare.
1710         (message-canlock-password): Require canlock.
1711         (nnheader-get-report): Autoload.
1712         (gnus-setup-posting-charset): Declare.
1713         (message-send-news): Require gnus-msg.
1714         (message-make-references, message-make-in-reply-to): Use mail-header-id
1715         rather than the alias mail-header-message-id.
1716         (ecomplete-add-item, ecomplete-save): Declare.
1717         (message-put-addresses-in-ecomplete): Require ecomplete.
1718         (ecomplete-display-matches): Autoload.
1719
1720         * mm-decode.el: Don't require mailcap, gnus-util.
1721         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1722         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1723         Autoload.
1724         (mailcap-mime-extensions): Declare.
1725
1726         * mm-encode.el: Don't require mailcap.
1727         (mailcap-extension-to-mime): Autoload.
1728
1729         * mml-sec.el: Don't require password-cache.
1730
1731         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1732         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1733         (mml-minibuffer-read-type): Require mailcap.
1734         (mml-preview): Require gnus-msg.
1735
1736         * mml1991.el: Require password-cache.
1737         (password-cache-expiry): Remove declaration.
1738
1739         * mml2015.el: Require password-cache.
1740         (password-cache-expiry): Remove declaration.
1741
1742         * nneething.el (mailcap): Require mailcap.
1743
1744         * nnheader.el (declare-function): Add compatibility stub.
1745         (message-remove-header): Declare rather than autoload.
1746         (nnheader-replace-header): Require message.
1747
1748         * nnimap.el (declare-function): Add compatibility stub.
1749         (netrc-parse, netrc-machine-user-or-password): Declare.
1750         (nnimap-open-connection): Require netrc.
1751
1752         * nntp.el (declare-function): Add compatibility stub.
1753         (netrc-parse, netrc-machine, netrc-get): Declare.
1754         (nntp-send-authinfo): Require netrc.
1755
1756         * rfc2047.el: Don't require qp.
1757         (quoted-printable-encode-region, quoted-printable-decode-string):
1758         Autoload.
1759
1760         * sieve-mode.el: Don't require easymenu.
1761         (easy-menu-add-item): Autoload it.
1762
1763         * spam-stat.el (time-to-number-of-days): Autoload it.
1764
1765 2010-03-19  Glenn Morris  <rgm@gnu.org>
1766
1767         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1768
1769 2010-03-18  Glenn Morris  <rgm@gnu.org>
1770
1771         * hashcash.el (declare-function): Remove duplicate definition.
1772
1773 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1774
1775         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1776         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1777         value if any backslash escapes).
1778
1779 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1782         if it is available.  (bug#5647)
1783
1784         * lpath.el: Suppress compiler warning for coding-system-from-name for
1785         Emacs 21 and XEmacs.
1786
1787 2010-03-14  Juri Linkov  <juri@jurta.org>
1788
1789         * hmac-def.el:
1790         * hmac-md5.el:
1791         * netrc.el: Fix keywords.
1792
1793 2010-02-26  Glenn Morris  <rgm@gnu.org>
1794
1795         * message.el (message-send-mail-function): Change the default, so that
1796         it inherits from a customized send-mail-function.  (Bug#5643)
1797
1798 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1799
1800         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1801         shell-command-to-string signals an error (bug#5299).
1802
1803 2010-02-24  Glenn Morris  <rgm@gnu.org>
1804
1805         * message.el (message-smtpmail-send-it)
1806         (message-send-mail-with-mailclient): Doc fixes.
1807
1808 2010-02-16  Glenn Morris  <rgm@gnu.org>
1809
1810         * message.el (message-default-mail-headers): Change the default value
1811         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1812
1813 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1816         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1817
1818 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1819
1820         * time-date.el (date-to-time): Doc fix (Bug#5408).
1821
1822 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1823
1824         * message.el (message-mail): Just pass yank-action on to message-setup.
1825         (message-setup): Handle (FUN . ARGS) form of yank-action.
1826         (message-with-reply-buffer, message-widen-reply)
1827         (message-yank-original): Handle non-buffer values of
1828         message-reply-buffer (Bug#4080).
1829         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1830
1831 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1832
1833         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1834         Fix typo in docstring.
1835
1836 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1837
1838         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1839         response.
1840
1841 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1844
1845         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1846
1847         * message.el (message-check-news-header-syntax): Protect against a
1848         string that `rfc822-addresses' returns when parsing fails.
1849
1850 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1853         (gnus-previous-char-property-change): New functions.
1854
1855         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1856
1857 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1858
1859         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1860         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1861
1862 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1863
1864         * message.el (message-exchange-point-and-mark): Rework last change to
1865         avoid using optional arg of exchange-point-and-mark, for backward
1866         compatibility.
1867
1868 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1869
1870         * message.el (message-exchange-point-and-mark): Call
1871         exchange-point-and-mark with an argument rather than setting
1872         mark-active by hand (Bug#5175).
1873
1874 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * nntp.el (nntp-service-to-port): Work for service expressed with
1877         numeric string; replace [:digit:] with [0-9] for XEmacs.
1878
1879 2009-12-17  Glenn Morris  <rgm@gnu.org>
1880
1881         * gnus-group.el (gnus-bug-group-download-format-alist):
1882         Change emacs entry to debbugs.gnu.org.  Bump :version.
1883
1884 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1887
1888 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * message.el (message-info): Explain why we use `Info-goto-node'.
1891
1892 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1895
1896 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1897
1898         * message.el (message-completion-in-region): New compatibility function.
1899         (message-expand-group): Use it.
1900
1901 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1904         with no unread article should be listed if the 2nd arg `predicate' is
1905         given.
1906
1907 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1910
1911 2009-11-29  Juri Linkov  <juri@jurta.org>
1912
1913         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1914         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1915         on `gnus-recenter'. (Bug#4698, Bug#4981)
1916
1917 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1918
1919         * sha1.el (sha1-string-external): default-directory "/" in case
1920         otherwise non-existent.  process-connection-type pipe for touch of
1921         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1922
1923 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1924
1925         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1926         it's comms related and sgml-mode.el has "comm" on that basis too.
1927
1928 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1931         containing tspecial characters if they have been already quoted.
1932
1933 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1934
1935         * dns-mode.el (auto-mode-alist): Purecopy string.
1936
1937 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1938
1939         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1940
1941 2009-10-24  Glenn Morris  <rgm@gnu.org>
1942
1943         * gnus-art.el (help-xref-stack-item): Define for compiler.
1944
1945 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1946
1947         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1948
1949 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1952
1953 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1956         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1957
1958 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1961         (gnus-overlays-in): New alias to overlays-in.
1962
1963         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1964         gnus-overlay-get, and gnus-delete-overlay.
1965         (gnus-summary-show-thread): Make it work as well for systems in which
1966         next-single-char-property-change is not available.
1967         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1968
1969         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1970         (gnus-overlay-get): New alias to extent-property.
1971         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1972
1973         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1974         SXEmacs.
1975
1976         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1977         SXEmacs.
1978
1979 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1980
1981         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1982
1983 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1984
1985         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1986         and XEmacs that don't have `remove-overlays'.
1987
1988 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1989
1990         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1991         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1992         selective display.  Use overlays instead.
1993
1994 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1995
1996         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1997
1998 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1999
2000         * spam-stat.el (spam-stat-load): Fix typo in message.
2001
2002 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2003
2004         * dig.el (dig-invoke): Fix typo in docstring.
2005         (query-dig): Reflow docstring.
2006
2007 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2008
2009         * gnus-art.el (gnus-article-encrypt-body):
2010         * message.el (message-check-recipients):
2011         * mm-util.el (mm-codepage-setup):
2012         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2013         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2014
2015 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2016
2017         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2018         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2019         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2020         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2021         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2022
2023 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2024
2025         * dig.el: Add "Keywords: comm", as per net-utils.el.
2026
2027 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2028
2029         * dig.el (dig-mode): Use define-derived-mode.
2030
2031 2009-09-19  Glenn Morris  <rgm@gnu.org>
2032
2033         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2034
2035 2009-09-18  Glenn Morris  <rgm@gnu.org>
2036
2037         * gnus-diary.el (gnus-diary-check-message):
2038         * message.el (message-insert-formatted-citation-line):
2039         * nnbabyl.el (top-level):
2040         * nndiary.el (nndiary-schedule):
2041         Fix typos in condition-case handlers.
2042
2043 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2046         configuration that provides the sole article window in a frame;
2047         position point correctly after deleting a part.
2048
2049 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2050
2051         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2052         (spam-resolve-registrations-routine): Use it to unregister articles
2053         that change status.
2054
2055 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2058         with XEmacs.
2059         (parse-time-string-chars): Use it.
2060
2061 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * imap.el (imap-interactive-login): Better messages.
2064         (imap-open): Fix bug with renamed buffer on reconnect.
2065         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2066         for easier debugging and cleaner code.  On successful (guessed based on
2067         server capabilities) secondary authentication, set imap-state
2068         correctly.
2069         (imap-last-authenticator): Define imap-last-authenticator as a variable
2070         to avoid warnings.
2071
2072 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * nnrss.el (nnrss-request-article): Remove binding of
2075         default-enable-multibyte-characters that has gotten needless by
2076         the 2007-07-13 change in rfc2047-encode-message-header.
2077
2078         * mml.el (mml-insert-multipart): Error on the message header.
2079         (mml-insert-part): Error on the message header; position point at
2080         the end of a MIME tag.
2081
2082 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * time-date.el (autoload): Expand define-obsolete-function-alias into
2085         defalias and make-obsolete for old Emacsen that Gnus supports.
2086         (with-no-warnings): Define it for old Emacsen.
2087         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2088         is available.
2089         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2090         float-time is available; suppress compile warning for time-to-seconds.
2091
2092         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2093         (gnus-float-time): Alias to float-time if it exists.
2094
2095         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2096         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2097         float-time is available; suppress compile warning for time-to-seconds.
2098
2099         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2100         XEmacs.
2101
2102 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * imap.el (imap-message-map): Docstring fix.
2105
2106 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2109         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2110         Add the optional argument `encoding' that overrides the default.
2111
2112         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2113         mm-encode-buffer.
2114
2115 2009-09-04  Glenn Morris  <rgm@gnu.org>
2116
2117         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2118         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2119         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2120         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2121         * mm-util.el (mm-with-unibyte-current-buffer)
2122         (mm-find-buffer-file-coding-system):
2123         * yenc.el (yenc-decode-region): Use default-value rather than
2124         default-enable-multibyte-characters.
2125
2126 2009-09-03  Glenn Morris  <rgm@gnu.org>
2127
2128         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2129         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2130         than default-enable-multibyte-characters.
2131
2132 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2133
2134         * gnus-art.el (gnus-article-read-summary-keys):
2135         Fix gnus-buffer-configuration's value temporarily used.
2136
2137 2009-09-02  Glenn Morris  <rgm@gnu.org>
2138
2139         * gnus-util.el (gnus-float-time): New function.
2140         * gnus-delay.el (gnus-delay-article):
2141         * gnus-sum.el (gnus-thread-latest-date):
2142         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2143         * nnspool.el (nnspool-request-newgroups):
2144         Use gnus-float-time rather than time-to-seconds.
2145         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2146
2147         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2148         (gnus-header-subject-face, gnus-header-newsgroups-face)
2149         (gnus-header-name-face, gnus-header-content-face):
2150         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2151         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2152         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2153         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2154         (gnus-cite-face-11):
2155         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2156         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2157         (gnus-server-closed-face, gnus-server-denied-face)
2158         (gnus-server-offline-face):
2159         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2160         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2161         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2162         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2163         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2164         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2165         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2166         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2167         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2168         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2169         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2170         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2171         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2172         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2173         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2174         (gnus-summary-high-undownloaded-face)
2175         (gnus-summary-low-undownloaded-face)
2176         (gnus-summary-normal-undownloaded-face)
2177         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2178         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2179         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2180         (gnus-splash-face):
2181         * message.el (message-header-to-face, message-header-cc-face)
2182         (message-header-subject-face, message-header-newsgroups-face)
2183         (message-header-other-face, message-header-name-face)
2184         (message-header-xheader-face, message-separator-face)
2185         (message-cited-text-face, message-mml-face):
2186         * sieve-mode.el (sieve-control-commands-face)
2187         (sieve-action-commands-face, sieve-test-commands-face)
2188         (sieve-tagged-arguments-face):
2189         * spam.el (spam-face):
2190         Mark face aliases with "-face" in the name as obsolete.
2191
2192 2009-09-01  Glenn Morris  <rgm@gnu.org>
2193
2194         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2195         than goto-line.
2196
2197 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2200         Don't move point if the command is invoked inside the message header.
2201
2202 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2203
2204         * imap.el (imap-send-command): Simplify.
2205         (imap-wait-for-tag): point-max -> buffer-size.
2206
2207 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2208
2209         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2210         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2211         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2212         * nnir.el (nnir-swish-e-index-file):
2213         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2214         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2215         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2216         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2217         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2218         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2219
2220 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2223         Don't save excursion.
2224
2225 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2226
2227         * nnheader.el (nnheader-find-file-noselect):
2228         * mm-util.el (mm-insert-file-contents):
2229         Use (default-value 'major-mode) instead of default-major-mode.
2230
2231 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2232
2233         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2234
2235 2009-08-26  Glenn Morris  <rgm@gnu.org>
2236
2237         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2238         than placing in files.el.
2239
2240 2009-08-25  Glenn Morris  <rgm@gnu.org>
2241
2242         * nnir.el (top-level): Don't require cl at run-time.
2243         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2244         Replace cl-function substitute with gnus-replace-in-string.
2245         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2246         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2247         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2248         simplified expansions.
2249
2250 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2251
2252         * dig.el (dig): Add autoload cookie.
2253
2254 2009-08-22  Glenn Morris  <rgm@gnu.org>
2255
2256         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2257         goto-line.
2258
2259 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2260
2261         * parse-time.el (parse-time-string-chars): Save match data.
2262
2263 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2264
2265         * parse-time.el (parse-time-string-chars): Compute using character
2266         classes, to handle non-ascii characters (Bug#3190).
2267
2268 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2271
2272         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2273         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2274         (gnus-mm-display-part, gnus-mime-display-single)
2275         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2276         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2277
2278         * gnus-sum.el
2279         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2280         (gnus-summary-move-article): Add expirable mark to articles copied or
2281         moved to group that has auto-expire turned on if the option is non-nil.
2282
2283 2009-07-24  Glenn Morris  <rgm@gnu.org>
2284
2285         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2286         Fix typo.  (Bug#3903)
2287
2288 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2291         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2292         that should not be used for draft articles.
2293         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2294         that has no concern in minor mode keys.
2295         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2296         Abolish.
2297
2298 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2301         article without making inquiry to a user for unknown encoding.
2302
2303         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2304         (nnmaildir--scan): Assume i-node and device number that file-attributes
2305         returns might be cons-cell.
2306
2307         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2308
2309         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2310
2311 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         * auth-source.el: Remove docs now in auth.texi.  Don't use
2314         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2315         `auth-source-hide-passwords' and use them.
2316
2317 2009-07-15  Glenn Morris  <rgm@gnu.org>
2318
2319         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2320
2321 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2324         excessive whitespace from the default values of title and description.
2325
2326 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2329         mail-fetch-field to fetch Content-Description header in order to
2330         exclude newlines.
2331
2332 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2333
2334         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2335         format used by GnuPG 2.0.11.
2336
2337 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2340         to deleted part.
2341
2342 2009-05-30  David Engster  <dengste@eml.cc>
2343
2344         * nnmairix.el: Remove old documentation in the commentary block.
2345         (nnmairix-request-group): Do not update active file for nnml back ends.
2346         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2347         end so that overview files are ignored.
2348         (nnmairix-update-groups): Make updating the groups more robust by using
2349         marks.
2350         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2351         with dollar characters in message-id.
2352
2353 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2354
2355         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2356         2008-12-25 in dns.el.
2357
2358 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2359
2360         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2361         could happen if the text is only composed of spaces and/or tabs.
2362
2363 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2364
2365         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2366         when sending a queued message to avoid extra mml tags.
2367
2368 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2371
2372 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2375         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2376         rmail-toggle-header for XEmacs;
2377         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2378
2379 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-dired.el: Remove autoload for gnus-setup-message.
2382         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2383         displaying Gnus logo; always use compose-mail.
2384
2385 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2388
2389 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2392         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2393         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2394         available.
2395         (gnus-nocem-epg-verify): New function.
2396
2397 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2398
2399         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2400
2401 2009-02-15  Glenn Morris  <rgm@gnu.org>
2402
2403         * gnus-util.el (rmail-insert-rmail-file-header)
2404         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2405         autoloads.
2406         (rmail-default-rmail-file): Remove unnecessary declaration.
2407         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2408
2409 2009-02-14  Glenn Morris  <rgm@gnu.org>
2410
2411         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2412         variable (only used in gnus-util, which declares it anyway).
2413         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2414         which was only needed by gnus-art (changed to not use it any more).
2415         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2416         only used in gnus-util, which autoloads it itself.
2417         (rmail-update-summary): Fix autoload.
2418
2419         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2420         rather than rmail-output-to-rmail-file.
2421
2422 2009-02-07  Glenn Morris  <rgm@gnu.org>
2423
2424         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2425         autoload of function that no longer exists.
2426         (rmail-toggle-header): Declare.
2427         (message-forward-rmail-make-body): Handle mbox Rmail.
2428
2429 2009-01-31  Glenn Morris  <rgm@gnu.org>
2430
2431         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2432         2009-01-09 change.
2433
2434 2009-01-31  Dave Love  <fx@gnu.org>
2435
2436         * imap.el (imap-fetch-safe): Bind debug-on-error.
2437         (imap-debug): Add imap-fetch-safe.
2438
2439 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2440
2441         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2442         (auth-source-forget-all-cached): New convenience function.
2443         (auth-source-user-or-password): Accept list of modes or a single mode.
2444
2445         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2446         auth-source modes.
2447
2448         * netrc.el (netrc-machine-user-or-password): Use list of
2449         auth-source modes.
2450
2451         * nnimap.el (nnimap-open-connection): Use list of
2452         auth-source modes.
2453
2454         * nntp.el (nntp-send-authinfo): Use list of
2455         auth-source modes.
2456
2457 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2458
2459         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2460         now.
2461
2462 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2465         coding system in XEmacs; add a workaround for XEmacs.
2466
2467         * lpath.el: Fbind coding-system-aliasee.
2468
2469 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2472         of current-language-environment.
2473
2474 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2475
2476         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2477         available at runtime.
2478
2479 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2482
2483 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2484
2485         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2486         the greatest positive fixnum value doesn't work under an XEmacs with
2487         bignum support; use the most-positive-fixnum constant instead,
2488         available since Emacs 21.1 with cl and XEmacs 21.1.
2489
2490 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2493         XEmacs gets not to work.
2494
2495 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * mm-util.el (mm-coding-system-priorities): Allow the value like
2498         "Japanese (UTF-8)" of current-language-environment.
2499
2500 2009-01-09  Glenn Morris  <rgm@gnu.org>
2501
2502         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2503         with last-command-event.
2504
2505 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2506
2507         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2508         in the doc string.
2509
2510         * message.el (message-fix-before-sending): Amend comment.
2511
2512 2009-01-08  Dave Love  <fx@gnu.org>
2513
2514         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2515
2516 2009-01-07  David Engster  <dengste@eml.cc>
2517
2518         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2519         simplified server definitions by converting it via
2520         gnus-server-to-method.
2521
2522 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2525         parameter's operands.
2526
2527 2009-01-06  David Engster  <dengste@eml.cc>
2528
2529         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2530         primary select method (for gnus-group-mark-article-as-read).
2531
2532 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2533
2534         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2535         `(gnus)Face', not `(gnus)X-Face'.
2536
2537 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * mm-util.el (mm-ucs-to-char): New function.
2540
2541         * mm-url.el (mm-url-decode-entities): Use it.
2542
2543         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2544         unicode-to-char.
2545
2546 2009-01-05  Dave Love  <fx@gnu.org>
2547
2548         * time-date.el: Require cl for `declare'.
2549
2550 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2551
2552         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2553         Dave Love.
2554
2555 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2556
2557         * message.el (message-fix-before-sending): Add `eight-bit' to
2558         illegible-text check.
2559
2560 2009-01-03  Michael Olson  <mwolson@gnu.org>
2561
2562         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2563         `headers' is nil.  This can occur if the IMAP server does not have
2564         permissions to read messages from a folder, but can write new messages
2565         to the folder.
2566         (nnimap-request-article-part): Do not insert `data' if it is nil.
2567
2568         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2569         characters which will confuse `read', so skip past them.
2570
2571 2009-01-01  Dave Love  <fx@gnu.org>
2572
2573         * imap.el (imap-string-to-integer): Fix typo.
2574         (imap-fetch-safe): New function.
2575         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2576
2577         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2578
2579         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2580         (imap-parse-greeting): Fix doc strings.
2581         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2582         (imap-parse-flag-list): Make messages unique.
2583         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2584
2585         * nnimap.el: Fix author email.
2586         (nnimap-split-rule): Add FIXME comment.
2587         (nnimap-debug): Fix doc string.
2588
2589 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2590
2591         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2592
2593 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2596         nslookup if resolv.conf isn't available.
2597         (dns-query): Rename from query-dns.
2598         (dns-query-cached): Rename from query-dns-cached.
2599
2600 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2603         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2604         to check if those variables exist (first appeared in Emacs 18.50).
2605
2606 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * mm-util.el (mm-line-number-at-pos): New function.
2609
2610         * spam-report.el (spam-report-process-queue): Use it.
2611
2612 2008-12-24  David Engster  <dengste@eml.cc>
2613
2614         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2615         parameters that haven't existed as variables as buffer-local variables.
2616
2617 2008-12-23  Dave Love  <fx@gnu.org>
2618
2619         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2620         cadar.
2621
2622         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2623         imap-starttls-p.
2624         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2625
2626 2008-12-22  Dave Love  <fx@gnu.org>
2627
2628         * imap.el: Fix author email.  Doc fixes.
2629         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2630         reply.
2631
2632 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2633
2634         * spam-report.el (spam-report-gmane-max-requests): New constant.
2635         (spam-report-gmane-wait): New variable.
2636         (spam-report-gmane-ham, spam-report-gmane-spam)
2637         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2638         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2639         the server.
2640
2641         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2642         Add explanations.
2643
2644         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2645         nnheader-accept-process-output and nnheader-read-timeout if available.
2646         (pop3-movemail): Use it.
2647
2648         * message.el (message-check-news-body-syntax): Fix signature check if
2649         there's an attachment.
2650
2651 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * mm-util.el: Add comments to the mm- emulating functions.
2654
2655 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2658         by Stephen Berman <stephen.berman@gmx.net>.
2659
2660 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * mm-util.el (mm-substring-no-properties): New function.
2663         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2664         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2665         (mm-string-to-multibyte): Doc fix.
2666
2667         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2668
2669 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * mml.el (mml-attach-file): Strip text properties from file name.
2672         (Bug#1574)
2673
2674 2008-12-16  Glenn Morris  <rgm@gnu.org>
2675
2676         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2677
2678 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2681         knows since the charset specified might be a bogus alias that
2682         mm-charset-synonym-alist provides.
2683
2684 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2685
2686         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2687         "ISO_8859-1".
2688
2689         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2690
2691 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * mm-util.el (mm-charset-eval-alist):
2694         Define it before mm-charset-to-coding-system.
2695         (mm-charset-to-coding-system): Add optional argument `silent';
2696         define it before mm-charset-override-alist.
2697         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2698         default value if it can be used in Emacs currently running;
2699         silence mm-charset-to-coding-system.
2700
2701 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2704         `allow-override' which says whether to use `mm-charset-override-alist'.
2705         (rfc2047-decode-encoded-words): Use it.
2706
2707         * mm-util.el (mm-charset-override-alist): Fix custom type;
2708         add `(gb2312 . gbk)' to choices.
2709
2710 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2713         fast.
2714
2715         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2716
2717         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2718
2719 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2720
2721         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2722         on links.
2723
2724         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2725
2726 2008-12-03  Lute Kamstra  <lute@gnu.org>
2727
2728         * sha1.el: Remove leading * from docstrings of defcustoms,
2729         deffaces, defconsts and defuns.
2730
2731 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2734         users' addresses that don't have domain parts.
2735         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2736         rather than message-narrow-to-head since there will be the message
2737         header separator.
2738
2739 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2740
2741         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2742         since the result is inserted in a unibyte buffer anyway.
2743         (nnimap-demule-use-string-to-multibyte): Remove.
2744         (nnimap-demule): Alias it to mm-string-to-multibyte.
2745
2746 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2747
2748         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2749         variable for debugging bug#464 and bug#1174.
2750         (nnimap-demule): Use it.
2751
2752 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2753
2754         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2755         score calculation correctly.
2756
2757 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2758
2759         * message.el (message-send-mail): Just set the buffer to unibyte
2760         rather than use mm-with-unibyte-current-buffer which does a lot more.
2761         (message-send-mail-partially): Don't bother with
2762         mm-with-unibyte-current-buffer since it's already been made unibyte by
2763         message-send-mail.
2764
2765 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2766
2767         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2768
2769 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2772
2773 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2776         require itself and to remove `with-no-warnings'.
2777
2778 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         * starttls.el (starttls-any-program-available): Get the name of the
2781         available TLS layer program.
2782         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2783         well as the host name in the "opening" message.
2784
2785         * auth-source.el (auth-source-cache, auth-source-do-cache)
2786         (auth-source-user-or-password): Cache passwords and logins by default,
2787         allow override with `auth-source-do-cache'.
2788         (auth-source-forget-user-or-password): Allow users to remove cache
2789         entries if needed.
2790
2791 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2792
2793         * md4.el (md4-buffer): Fix typo in docstring.
2794         (md4, md4-64): Doc fixes.
2795         (md4-pack-int32): Reflow docstring.
2796
2797 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2798
2799         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2800         condition-case to only the forward-sexp call.
2801
2802 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2803
2804         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2805         quotes contained.  Make it more robust regardless by an extra
2806         condition-case wrapper.
2807
2808 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2811
2812 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * nnml.el (nnml-request-expire-articles): Check if the function set to
2815         `nnmail-expiry-target' returns the symbol `delete'.
2816
2817         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2818
2819         * nnmail.el (nnmail-expiry-target): Fix custom type.
2820
2821 2008-10-02  Glenn Morris  <rgm@gnu.org>
2822
2823         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2824         Silence compiler warning.
2825
2826 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2827
2828         * tls.el (open-tls-stream): Show the actual command being
2829         executed, instead of the format string.
2830
2831 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * lpath.el: Fbind codepage-setup for Emacs 23.
2834
2835 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2836
2837         * mml.el (mml-menu): Don't assume mml2015 is bound.
2838
2839 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2842         exists.
2843
2844 2008-09-27  Glenn Morris  <rgm@gnu.org>
2845
2846         * gnus-util.el (mail-header-remove-comments): Autoload it.
2847
2848 2008-09-27  Andreas Schwab  <schwab@suse.de>
2849
2850         * gnus-util.el (gnus-split-references): Strip comments.
2851         (gnus-parent-id): Likewise.
2852
2853 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * message.el (message-confirm-send): Fix version.
2856
2857 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * message.el (message-idna-to-ascii-rhs-1): Use
2860         mail-extract-address-components rather than mail-header-parse-addresses
2861         that is an alias by default to ietf-drums-parse-addresses that does not
2862         support non-ASCII names in headers' contents.
2863
2864 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2865
2866         * message.el (message-confirm-send): Fixed variable documentation to
2867         avoid the "y/n" wording.
2868
2869 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2870
2871         * message.el (message-set-auto-save-file-name): Save to a different
2872         filename so multiple messages (especially drafts) can be recovered.
2873
2874 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2875
2876         * message.el (message-confirm-send): Add appropriate version.
2877
2878 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2879
2880         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2881         defvar.
2882
2883 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2884
2885         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2886         (mm-pkcs7-enveloped-magic): Ditto.
2887
2888 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2889
2890         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2891         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2892
2893 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2894
2895         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2896         default, it's better.
2897
2898 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2899
2900         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2901         summary line gnus-number property and ignore them (with a warning
2902         message).
2903
2904 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2907         macro caddr in the interactive form since it won't be expanded.
2908
2909 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2912         `charset'; fix name of function called recursively.
2913         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2914
2915 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2918         (gnus-mime-set-charset-parameters): New function.
2919         (gnus-mime-view-part-as-charset): Use it to correctly display part
2920         specifying wrong charset.
2921
2922 2008-09-08  David Engster  <dengste@eml.cc>
2923
2924         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2925         in completing-read for back end server.
2926
2927 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2928
2929         * message.el (message-confirm-send): New variable to confirm sending a
2930         message.
2931         (message-send): Use it.
2932
2933 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2936
2937 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2940
2941 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2942
2943         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2944         prevent tracking too many groups.
2945         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2946         Use it.
2947
2948 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2949
2950         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2951         moving point to the bottom of the window in order to avoid recentering.
2952
2953 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2956
2957         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2958         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2959         (gnus-article-beginning-of-window): Fix calculation.
2960
2961 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * gnus-msg.el (gnus-summary-supersede-article)
2964         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2965         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2966         message header.
2967
2968 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2969
2970         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2971         pending output coming after the status change.
2972
2973 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2974
2975         * message.el:
2976         * gnus-start.el:
2977         * gnus-registry.el: Remove VMS support.
2978
2979 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2982         macro.
2983         (rfc2104-hash): Use it.
2984
2985 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2988         (gnus-summary-sort-by-most-recent-date): New commands.
2989         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2990         and menu entries.
2991
2992 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2995         don't redisplay article for raw contents; remove plural articles stuff.
2996
2997         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2998         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2999         on gnus-summary-save-article; display results properly.
3000
3001 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * lpath.el: No need to fbind ns-focus-frame.
3004
3005 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3008
3009 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3012         gnus-save-all-headers.
3013
3014 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3015
3016         * gnus-util.el (ns-focus-frame): Remove declaration.
3017         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3018         like x.
3019
3020 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3021
3022         * rfc2104.el (rfc2104-zero): Delete defconst.
3023         (rfc2104-hex-alist): Likewise.
3024         (rfc2104-hex-to-int): Delete func.
3025         (rfc2104-hexstring-to-bitstring): Likewise.
3026         (rfc2104-nybbles): New defconst.
3027         (rfc2104-hash): Rewrite for speed.
3028
3029 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * tls.el (open-tls-stream): Make it work with the 2nd argument
3032         BUFFER that is a string but does not exist as a buffer object, as
3033         mentioned in the doc-string.
3034
3035 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3038         SXEmacs.
3039
3040 2008-07-16  Glenn Morris  <rgm@gnu.org>
3041
3042         * gnus-util.el (ns-focus-frame): Declare for compiler.
3043
3044 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3047         set as a group parameter.
3048         (gnus-summary-save-in-pipe): Work when it is called independently.
3049         (gnus-summary-pipe-to-muttprint): Don't modify
3050         gnus-summary-pipe-output-default-command.
3051
3052 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3053
3054         * message.el (message-send-mail-with-sendmail):
3055         Display the error message.
3056
3057 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-art.el (gnus-default-article-saver):
3060         Add gnus-summary-save-in-pipe to choices.
3061         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3062         gnus-summary-pipe-output-default-command as the default command.
3063         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3064         instead of gnus-last-shell-command.
3065
3066         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3067         New user option.
3068         (gnus-summary-muttprint-program): Mention the value will be changed.
3069         (gnus-summary-save-article): Force showing of all headers.
3070         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3071
3072 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3073
3074         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3075
3076 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3077
3078         * nnimap.el (nnimap-id):
3079         * sieve-manage.el (sieve-manage-open): Doc fixes.
3080
3081 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3082
3083         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3084         if available.
3085
3086 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3087
3088         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3089
3090         * nnkiboze.el (nnkiboze-generate-group):
3091         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3092
3093         * nnmairix.el: Require CL.
3094
3095 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * dgnushack.el: Autoload get-display-table and put-display-table for
3098         XEmacs 21.5.
3099
3100         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3101         21.4 and SXEmacs.
3102
3103 2008-06-15  David Engster  <dengste@eml.cc>
3104
3105         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3106
3107 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3108
3109         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3110         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3111         runtime choice under XEmacs.
3112
3113         * gnus-sum.el (gnus-summary-set-display-table):
3114         Use `gnus-put-display-table', `gnus-get-display-table',
3115         `gnus-set-display-table' for the display table, instead of `aset'.
3116
3117         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3118         Use `gnus-put-display-table', `gnus-get-display-table',
3119         `gnus-set-display-table' for the display table.
3120
3121 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3122
3123         * nnmairix.el: Add autoloads.
3124
3125 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * nnmairix.el (nnmairix-delete-recreate-group)
3128         (nnmairix-update-and-clear-marks): Fix error messages.
3129
3130 2008-06-14  David Engster  <dengste@eml.cc>
3131
3132         * nnmairix.el: Upgrade to version 0.6.
3133         (nnmairix-group-toggle-propmarks-this-group)
3134         (nnmairix-group-toggle-readmarks-this-group)
3135         (nnmairix-group-delete-recreate-this-group)
3136         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3137         (nnmairix-remove-tick-mark-original-article): New commands.
3138         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3139         (nnmairix-propagate-marks-to-nnmairix-groups)
3140         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3141         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3142         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3143         functions needed for marks propagation and manipulation of read marks.
3144         (nnmairix-update-groups): New function.
3145         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3146         (nnmairix-determine-original-group-from-registry)
3147         (nnmairix-determine-original-group-from-path)
3148         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3149         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3150         New helper functions.
3151         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3152         keystrokes for new commands.
3153         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3154         (nnmairix-request-group): Check allow-fast group parameter.
3155         (nnmairix-request-create-group): Set allow-fast group parameter if
3156         nnmairix-allowfast-default is set.
3157         (nnmairix-close-group): Propagate marks upon closing if needed.
3158         (nnmairix-group-toggle-threads-this-group): Use new.
3159         nnmairix-group-toggle-parameter helper function.
3160         (nnmairix-search): Better check for empty search result.
3161         (nnmairix-goto-original-article): Use new helper functions for
3162         determining original article.
3163         (nnmairix-show-original-article): Make sure message-id is in brackets.
3164         (nnmairix-call-mairix-binary): Change variable name.
3165         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3166         helper function.
3167         (nnmairix-widget-toggle-activate): Fix doc string.
3168
3169 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * nnir.el: Require edmacro when compiling with XEmacs.
3172         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3173         available in Emacs 21.
3174
3175 2008-06-11  Glenn Morris  <rgm@gnu.org>
3176
3177         * gnus-util.el (x-focus-frame):
3178         * gnus.el (image-size):
3179         * mm-decode.el (image-size): Declare.
3180
3181         * gnus-picon.el (declare-function): Add compat definition.
3182         (image-size): Declare.
3183
3184         * gnus-group.el (tool-bar-map):
3185         * gnus-sum.el (tool-bar-map): Define for compiler.
3186
3187         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3188
3189         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3190
3191         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3192         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3193         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3194         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3195         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3196         * sieve-manage.el, spam-report.el, spam.el:
3197         Remove unnecessary eval-and-compile of autoloads.
3198
3199 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3200
3201         * auth-source.el: Precise Tramp doc.
3202
3203 2008-06-07  Glenn Morris  <rgm@gnu.org>
3204
3205         * nnmairix.el: Remove unnecessary eval-when-compile.
3206
3207 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * lpath.el: Fbind propertize for XEmacs 21.4.
3210
3211 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3212
3213         * nnir.el: Move here from ../contrib.
3214
3215 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3216
3217         * gnus-util.el (gnus-read-shell-command): New function.
3218         * mm-decode.el (mm-pipe-part):
3219         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3220
3221 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3224
3225 2008-06-03  Glenn Morris  <rgm@gnu.org>
3226
3227         * pop3.el (nnheader-accept-process-output): Autoload it.
3228
3229 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3232         are not 2-digit hexadecimal characters that follow `%'s.
3233
3234 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3235
3236         * message.el (message-bogus-recipient-p): Fix type in doc string.
3237         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3238         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3239         Improve custom options.
3240         (message-bogus-recipient-p): Adjust accordingly.
3241
3242 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3243
3244         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3245         long-form month and day names.
3246
3247 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * dgnushack.el: Autoload debug, eudc-expand-inline and
3250         pgg-snarf-keys-region for XEmacs.
3251
3252         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3253
3254         * nnmairix.el: Require edmacro when compiling with XEmacs.
3255
3256 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3257
3258         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3259         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3260
3261 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * auth-source.el: Add more docs.
3264
3265         * netrc.el (netrc-machine): Always match if the port is not given.
3266
3267 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3270         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3271         retrieval faster in some cases, but might make CPU usage larger.  If
3272         this has any bad side effects, we might revert this change.
3273
3274         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3275         seems to make mail retrieval much, much faster.
3276         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3277         unconditionally.
3278
3279         * gnus-draft.el (gnus-group-send-queue): Bind
3280         message-send-mail-partially-limit to nil to avoid being prompted.
3281
3282 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3283
3284         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3285
3286         * message.el (message-bogus-address-regexp): Fix and improve custom
3287         type.
3288         (message-setup-hook): Add message-check-recipients as custom option.
3289
3290 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * message.el (message-cite-function): Remove bogus autoload which crept
3293         in during merge from v5-10.
3294
3295 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3298
3299         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3300
3301         * auth-source.el: Preliminary Tramp docs.
3302         (auth-sources): Change the default auth-sources to use
3303         EPA .gpg files.
3304
3305 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3306
3307         * nntp.el: Autoload `auth-source-user-or-password'.
3308         (nntp-send-authinfo): Use it.
3309
3310         * nnimap.el: Autoload `auth-source-user-or-password'.
3311         (nnimap-open-connection): Use it.
3312
3313         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3314         for the gnus-message function.
3315         (auth-source-user-or-password): Use it.
3316
3317 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3318
3319         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3320         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3321         (rfc2104-hash): Use it.
3322
3323 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3324
3325         * gnus-art.el (gnus-article-toggle-truncate-lines):
3326         Don't use `iff' in docstring.
3327
3328 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3331
3332         * gnus-util.el (gnus-extract-address-component-name)
3333         (gnus-extract-address-component-email): Convenience functions around
3334         `gnus-extract-address-components'.
3335
3336         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3337         Use `gnus-extract-address-component-email' to fix bug of comparing full
3338         sender name to `user-mail-address'.
3339
3340 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3341
3342         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3343         catch/throw to optimize.
3344         (gnus-registry-find-keywords): Just use member to find a keyword.
3345
3346 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3347
3348         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3349         is current before calling gnus-server-prepare.
3350         (gnus-server-setup-buffer, gnus-server-update-server)
3351         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3352
3353 2008-05-04  Juri Linkov  <juri@jurta.org>
3354
3355         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3356         (mailcap-file-default-commands): Use mailcap-replace-in-string
3357         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3358         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3359
3360 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3361
3362         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3363
3364 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3365
3366         * gnus.el: Bump version to 0.11.
3367
3368 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3369
3370         * gnus.el: No Gnus v0.10 is released.
3371
3372 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3375         hooks.
3376         (gnus-update-read-articles): Speed up non-marks-using users.
3377         (gnus-use-marks): Define gnus-use-marks.
3378         (gnus-propagate-marks): Rename variable to something more sensible.
3379
3380 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3381
3382         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3383         (gmm-image-load-path-for-library): Fix typos in docstrings.
3384         (gmm-message): Reflow docstring.
3385
3386 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3387
3388         * mail-source.el (mail-source-set-1, mail-source-bind):
3389         Move auth-source code out of the macro to clean it up and fix bugs.
3390
3391 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3394         by sender if it's equal to user-mail-address, it's likely to be
3395         useless.
3396
3397         * mail-source.el (mail-source-bind): Don't use user or password if they
3398         are not bound.  Unintern them if they are nil.  Don't use server unless
3399         it's bound, and default it to empty string otherwise.
3400
3401 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * mail-source.el: Load auth-source.el.
3404         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3405         get user name or password, if auth-sources is set up.
3406
3407         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3408         strategy of splitting with parent.
3409         (gnus-registry-split-fancy-with-parent)
3410         (gnus-registry-post-process-groups): Use it and fix prior
3411         bug (returning a list as the split result).
3412
3413         * auth-source.el (auth-sources): Remove server parameter.
3414         (auth-source-pick, auth-source-user-or-password)
3415         (auth-source-user-or-password-imap)
3416         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3417         (auth-source-user-or-password-sftp)
3418         (auth-source-user-or-password-smtp): Remove server parameter.
3419
3420 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3421
3422         * smime.el (smime-sign-region, smime-encrypt-region)
3423         (smime-decrypt-region):
3424         Remove redundant calls to `generate-new-buffer-name'.
3425
3426 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3427
3428         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3429         Don't use QP for message/rfc822.
3430         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3431
3432 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3433
3434         * sieve-manage.el (sieve-string-bytes): Remove.
3435         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3436         correct byte-length only if the process's coding-system is the same as
3437         the one used internally by Emacs to represent strings.
3438
3439 2008-04-22  Juri Linkov  <juri@jurta.org>
3440
3441         * mailcap.el (mailcap-file-default-commands): New function.
3442
3443 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3444
3445         * message.el (message-signature-separator, message-cite-function):
3446         Change custom version.
3447
3448 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3449
3450         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3451         commands.
3452         (tls-checktrust): Ditto.
3453
3454 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * mm-decode.el (mm-display-external): Make temp file read-only.
3457
3458 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3459
3460         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3461         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3462         `C-c C-f d'.
3463
3464 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3465
3466         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3467
3468 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * gnus.el: Bump version to 0.9.
3471
3472 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3473
3474         * gnus.el: No Gnus v0.8 is released.
3475
3476 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3477
3478         * mail-source.el (mail-source-value):
3479         Prefer fboundp to functionp so it works with macros as well.
3480
3481 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3482
3483         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3484         Fix last change in case the element is not even a symbol.
3485
3486 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3487
3488         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3489         Prefer fboundp to functionp so it works with macros as well.
3490
3491 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3492
3493         * auth-source.el: Added docs.
3494         (auth-sources): Modify format to support server.
3495         (auth-source-pick, auth-source-user-or-password)
3496         (auth-source-user-or-password-imap)
3497         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3498         (auth-source-user-or-password-sftp)
3499         (auth-source-user-or-password-smtp): Add server parameter.
3500
3501 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * gnus-registry.el: Initialize the registry when gnus-registry-install
3504         is t.
3505
3506 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * compface.el (uncompface): Make buffer unibyte.
3509
3510 2008-04-05  Glenn Morris  <rgm@gnu.org>
3511
3512         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3513
3514 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3515
3516         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3517         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3518
3519         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3520         multibyteness after rather than before erasing it.
3521
3522         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3523         mm-with-multibyte.
3524         (gnus-request-article-this-buffer): Make sure the proper decoding is
3525         used if gnus-original-article-buffer happens to be unibyte.
3526
3527         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3528         default-enable-multibyte-characters.
3529
3530         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3531         default-enable-multibyte-characters.
3532
3533         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3534
3535         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3536
3537 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3538
3539         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3540         (imap-message-copyuid-1): Use it.
3541         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3542         J. Williams in
3543         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3544
3545         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3546         imap-enable-exchange-bug-workaround.
3547         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3548
3549 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3550
3551         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3552         a 100 byte status-checks into a 2-3MB transfer for each group.
3553         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3554         to enable bug workaround or not.
3555         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3556
3557 2008-03-31  Glenn Morris  <rgm@gnu.org>
3558
3559         * message.el (mml2015-use): Declare for compiler.
3560         (message-info): Require mml2015 when appropriate.
3561
3562 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3565         whitespace.
3566
3567 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3568
3569         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3570         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3571         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3572         (nntp-service-to-port): New function.
3573         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3574         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3575         (nntp-open-netcat-stream): New function.
3576         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3577
3578 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3579
3580         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3581
3582 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3583
3584         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3585
3586 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3587
3588         * dns.el (dns-write): Use set-buffer-multibyte.
3589
3590 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3591
3592         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3593
3594 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3595
3596         * message.el (message-signature-separator): Change default.
3597         Improve custom type.
3598         (message-cite-function): Change default to
3599         message-cite-original-without-signature.
3600
3601         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3602         toggle.
3603
3604         * message.el (message-check-news-body-syntax): Fix signature check.
3605         (message-setup-1): Mark buffer as unmodified _after_ running
3606         message-setup-hook and handling message-alternative-emails.
3607         (message-shorten-references): Be more strict when building list of
3608         valid references to comply with GNKSA.
3609
3610         * gnus-group.el (gnus-read-ephemeral-bug-group)
3611         (gnus-read-ephemeral-debian-bug-group)
3612         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3613
3614         * message.el (message-info): Don't use booleanp which isn't supported
3615         in Emacs 21 and XEmacs.
3616
3617 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3620         gnus-group-gmane-group-download-format.
3621         (gnus-group-read-ephemeral-gmane-group): Rename from
3622         gnus-group-read-ephemeral-gmane-group.
3623         (gnus-read-ephemeral-gmane-group-url): Rename from
3624         gnus-group-read-ephemeral-gmane-group-url.
3625         (gnus-bug-group-download-format-alist): New variable.
3626         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3627         (gnus-read-ephemeral-emacs-bug-group): New commands.
3628
3629 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3632         (gnus-visible-headers): Improve custom type.
3633
3634 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * mml.el (mml-menu): Add workarounds for XEmacs.
3637
3638         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3639         X-Boundary header.
3640
3641         * message.el (message-simplify-recipients): Fix previous commit.
3642
3643 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3644
3645         * mm-util.el (mm-set-buffer-multibyte): New function.
3646         * mm-decode.el (mm-copy-to-buffer): Use it.
3647
3648 2008-03-19  Glenn Morris  <rgm@gnu.org>
3649
3650         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3651         Accidentally removed in the sync process with Emacs.
3652
3653 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * message.el (message-alter-recipients-discard-bogus-full-name):
3656         New function.
3657         (message-alter-recipients-function): New variable.
3658         (message-get-reply-headers): Use it.
3659         (message-replace-header): New helper function.
3660         (message-recipients-without-full-name): New variable.
3661         (message-simplify-recipients): New command.
3662
3663         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3664
3665         * message.el (message-info): Handle EasyPG manual.
3666
3667         * mml.el (mml-menu): Add entry for EasyPG.
3668
3669 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3670
3671         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3672         parameter.
3673
3674         * message.el (message-disassociate-draft): Specify drafts group name
3675         fully.
3676
3677 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3678
3679         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3680         unnecessary duplicates from the match list.
3681
3682 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3685
3686         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3687
3688         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3689         args of `how-many' of which the XEmacs version doesn't take; declare
3690         Info-index-next as function.
3691
3692 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3693
3694         * gnus-score.el (gnus-score-headers): Fix handling of
3695         gnus-inhibit-slow-scoring.
3696
3697         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3698         string.
3699         (gnus-button-url-regexp): Improve handling of parenthesis.
3700         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3701         (gnus-button-handle-info-keystrokes): Handle index entries.
3702
3703 2008-03-15  Glenn Morris  <rgm@gnu.org>
3704
3705         * parse-time.el (parse-time-string): Simplify.
3706
3707 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3710         Incoming* files.
3711
3712 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3713
3714         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3715         (auth-source-pick): Use it.
3716
3717 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3718
3719         * binhex.el (binhex-decode-region-internal):
3720         * uudecode.el (uudecode-decode-region-internal):
3721         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3722         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3723         setting default-enable-multibyte-characters.
3724
3725 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3726
3727         * auth-source.el (auth-source-protocols)
3728         (auth-source-protocols-customize, auth-source-choices): Added and
3729         modified variable customizations and defaults.
3730         (auth-source-pick, auth-source-user-or-password)
3731         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3732         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3733         (auth-source-user-or-password-sftp)
3734         (auth-source-user-or-password-smtp): Use new variables and provide an
3735         interface to netrc.el.
3736
3737 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3740         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3741         Make sure the nntp port to specify is a string.
3742
3743 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3744
3745         * nntp.el: Use with-current-buffer.
3746         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3747         dubious mm-with-unibyte-current-buffer.
3748         (nntp-with-open-group-function): New function extracted from
3749         nntp-with-open-group macro.
3750         (nntp-with-open-group): Use the function, so it's easier to debug.
3751         Add indentation and debugging info.
3752         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3753         the use of the netcat alternatives.
3754
3755         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3756         Avoid mm-string-as-multibyte as well.
3757
3758         * nnweb.el (nnweb-insert-html):
3759         Remove use of nnheader-string-as-multibyte.
3760
3761         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3762         (nnheader-string-as-multibyte): Remove.
3763
3764         * mm-view.el: Use inhibit-read-only.
3765         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3766         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3767         or unibyte-string.
3768
3769         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3770         (mm-uu-yenc-extract): Use with-current-buffer.
3771
3772         * gnus-soup.el (gnus-soup-send-packet): Don't use
3773         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3774
3775         * nnmh.el: Use with-current-buffer.
3776         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3777         mm-string-as-multibyte on the output of mm-encode-coding-string.
3778
3779         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3780         (nnimap-request-move-article): Use with-current-buffer.
3781
3782         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3783         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3784         conversion uses string-make-unibyte rather than string-as-unibyte.
3785
3786         * gnus-msg.el: Use with-current-buffer.
3787
3788         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3789
3790 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3791
3792         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3793         string for caching if it is 'PIN.
3794
3795 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * lpath.el: Consider the case without Emacs/W3.
3798
3799 2008-03-08  Glenn Morris  <rgm@gnu.org>
3800
3801         * time-date.el (date-to-time, time-subtract, time-add)
3802         (safe-date-to-time): Doc fixes.
3803
3804 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * mail-source.el (mail-source-delete-old-incoming-confirm):
3807         Change default to nil.
3808         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3809
3810 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * lpath.el: Rearrange.
3813
3814         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3815         (gnus-article-goto-prev-page): Work for articles having ^L's.
3816
3817         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3818
3819         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3820
3821 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3822
3823         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3824         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3825         (gnus-bookmark-jump): Adjust some variable names.
3826
3827 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3828
3829         * auth-source.el: New package.
3830         (auth-source-choices): Add customization entry point variable.
3831
3832         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3833         bug.
3834
3835 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3836
3837         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3838         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3839         (gnus-registry-install-shortcuts): Rename from
3840         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3841         the `gnus-registry-mark-map' keymap dynamically from
3842         `gnus-registry-marks'.  The generated functions update the summary line
3843         when a registry mark is added or deleted, and will call
3844         `gnus-registry-install-p' (see the comments in the code).
3845         (gnus-registry-user-format-function-M): Use concat intelligently.
3846
3847         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3848         the registry mark functions.
3849
3850 2008-03-05  Glenn Morris  <rgm@gnu.org>
3851
3852         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3853         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3854         gnus-art.
3855         (top-level): No need to load own source when compiling.
3856
3857 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3860         Suggested by <chris.anderton@zetnet.co.uk>.
3861
3862 2008-03-04  Glenn Morris  <rgm@gnu.org>
3863
3864         * gnus-sum.el (top-level): No need to require gnus when compiling,
3865         since unconditionally required near start of file.
3866         (gnus-summary-display-while-building): Move definition before use.
3867
3868 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3869
3870         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3871         formatting function.
3872
3873 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3874
3875         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3876         with plists.
3877         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3878         Use new format.
3879
3880 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3883         `where-is-internal' that returns a range of key sequences.
3884
3885 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3886
3887         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3888
3889         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3890         (gnus-summary-jump-to-group): Consider windows on other displayed
3891         frames as well.  Similar changes might be needed elsewhere, but that's
3892         the one I've bumped into during my use.
3893
3894         * nndoc.el (nndoc-oe-dbx-type-p):
3895         * gnus-msg.el (gnus-debug):
3896         * gnus-group.el (gnus-update-group-mark-positions):
3897         Use mm-string-to-multibyte.
3898
3899 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3900
3901         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3902         doesn't handle NotDashEscaped.
3903
3904         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3905         (mml-dnd-attach-options): Fix typo in custom choice.
3906
3907         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3908         nndoc-article-type to mbox.
3909         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3910
3911         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3912         to nil, instead of html2text.
3913
3914         * imap.el (imap-debug): Add `imap-ping-server'.
3915
3916         * gnus-bookmark.el: Add FIXMEs.
3917
3918         * message.el (message-form-letter-separator)
3919         (message-send-form-letter-delay): New variables.
3920         (message-send-form-letter): Use them.  New command to send form
3921         letters.  Requested by Uwe Siart.
3922         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3923
3924 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * Update copyright years.
3927
3928 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         Sync from EMACS_22_BASE.
3931
3932         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3933
3934 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3935
3936         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3937         empty author.
3938
3939 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * gnus-registry.el (gnus-registry-marks): Add variable for
3942         customization of marks and their appearance.
3943         (gnus-registry-read-mark): Use it.
3944         (gnus-registry-do-marks): Add utility function to loop through
3945         `gnus-registry-marks'.
3946         (gnus-registry-install-shortcuts-and-menus): Add function to install
3947         shortcuts and menus.
3948         (gnus-registry-initialize): Use it.
3949         (gnus-registry-default-mark): Clarify documentation.
3950
3951 2008-02-29  Glenn Morris  <rgm@gnu.org>
3952
3953         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3954         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3955         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3956         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3957         Change defcustom :version from 23.0 to 23.1.
3958
3959 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3960
3961         * gnus-registry.el (gnus-registry-follow-group-p)
3962         (gnus-registry-post-process-groups): Add functions to aid registry
3963         splitting and improve logging.  Clarify behavior in function
3964         documentation.
3965         (gnus-registry-split-fancy-with-parent): Use them.
3966
3967 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3968
3969         * gnus-art.el: Use with-current-buffer.
3970
3971 2008-02-27  David Engster  <dengste@eml.cc>
3972
3973         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3974         Express real group name in the response.
3975
3976 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3979         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3980         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3981         autoload gnus-registry-fetch-group when compiling.
3982         (nnmairix-request-group-with-article-number-correction): Remove
3983         unreferenced argument passed to nnmairix-call-backend.
3984
3985 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3988         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3989         Wilde.
3990
3991 2008-02-27  Glenn Morris  <rgm@gnu.org>
3992
3993         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3994         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3995         variables to defconsts.  Convert comments to doc-strings.
3996         (nnmairix-last-server, nnmairix-current-server): Convert from free
3997         variables to defvars.  Convert comments to doc-strings.
3998         (gnus-registry-fetch-group): Autoload.
3999         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4000         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4001         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4002         caddr.
4003         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4004         nnmairix-request-group-with-article-number-correction call.
4005         (nnmairix-fast, nnmairix-group): New, less general names, for free
4006         variables passed from nnmairix-request-group to
4007         nnmairix-request-group-with-article-number-correction.  Declare.
4008         (nnmairix-request-group-with-article-number-correction):
4009         Use nnmairix-fast, nnmairix-group rather than fast, group.
4010
4011 2008-02-26  David Engster  <dengste@eml.cc>
4012
4013         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4014         version 0.5.
4015
4016 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4019         instead of making an extra function call.  Don't add the current group
4020         to articles only when they have the group.  Use
4021         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4022         Reported by David <de_bb@arcor.de>.
4023
4024 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4027         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4028
4029 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * mail-source.el (mail-source-delete-incoming): Change default.
4032         Supplement doc string.
4033
4034         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4035
4036 2008-02-14  Glenn Morris  <rgm@gnu.org>
4037
4038         * time-date.el (format-seconds): New function.
4039
4040 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * nnmail.el (nnmail-message-id-cache-file): Derive from
4043         `gnus-home-directory'.
4044
4045 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4046
4047         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4048         Document negative prefix.
4049
4050         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4051
4052 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * message.el (message-unsent-separator): Add the Exim bounce
4055         separator.
4056
4057 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4058
4059         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4060         list.
4061         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4062         recipient/signer list.
4063
4064 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * Makefile.in (datarootdir): Define.
4067         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4068         name that might contain whitespace.
4069
4070 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4073         fbound (Emacs 23 unicode), signal an error.
4074
4075 2008-02-08  Glenn Morris  <rgm@gnu.org>
4076
4077         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4078
4079 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4080
4081         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4082         ports to the calls to `netrc-machine-user-or-password' in addition to
4083         "imap" and "imaps".
4084
4085 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4086
4087         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4088
4089         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4090
4091 2008-02-01  Kenichi Handa  <handa@m17n.org>
4092
4093         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4094         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4095         (rfc2104-hash): Convert the result of concat to unibyte string.
4096
4097 2008-02-01  Dave Love  <fx@gnu.org>
4098
4099         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4100         coding-system-for-read.
4101         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4102
4103 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4104
4105         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4106         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4107         <hanche@math.ntnu.no>.
4108
4109 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4112
4113         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4114
4115 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4116
4117         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4118         * message.el (message-beginning-of-line): Use featurep instead of bound
4119         tests in order to resolve conditionals at compile time.
4120
4121 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4122
4123         * mail-source.el (mail-sources): Add `group' choice.
4124
4125         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4126         parameter `in-group' to control into which group the articles go.
4127         Add treatment of `group' mail-source.
4128
4129 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4132
4133         * mm-decode.el (mm-dissect-buffer): Decode description.
4134
4135         * mml.el (mml-to-mime): Encode message header first.
4136
4137 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4140         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4141
4142         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4143         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4144
4145 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4148
4149 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4152         prefix keys.
4153         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4154         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4155         gnus-xmas.el.
4156
4157         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4158         (gnus-xmas-article-describe-bindings): New function.
4159         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4160         gnus-xmas-article-describe-bindings.
4161
4162         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4163
4164 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4167         Add new variables for article mark management.
4168         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4169         list of extra data entries which, when present, will indicate that the
4170         article ID should not be trimmed from the registry.
4171         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4172         functions.
4173         (gnus-registry-read-mark): New function to read a mark name from the
4174         user.
4175         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4176         (gnus-registry-set-article-mark-internal): New functions to add and
4177         remove marks.
4178         (gnus-registry-get-article-marks): New function to show the marks for
4179         an article, or retrieve them for further use.
4180
4181 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4184         keys when no argument is given.
4185
4186 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * imap.el (imap-ping-server): New variable.
4189         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4190         (imap-ping-server): Minor doc string fixes.
4191
4192 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4193
4194         * imap.el (imap-ping-server): New function.
4195         (imap-opened): Call imap-ping-server.
4196
4197 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4198
4199         * gnus-sum.el (gnus-article-sort-by-random)
4200         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4201         jidanni@jidanni.org.
4202
4203 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-art.el (gnus-article-describe-bindings): New function.
4206         (gnus-article-read-summary-keys): Use it.
4207         (gnus-article-mode-map): Bind `C-h b' to it.
4208
4209 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4212         XEmacs.
4213         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4214         against non-character events.
4215
4216         * lpath.el: Fbind map-keymap for Emacs 21.
4217
4218 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4221         command.
4222         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4223         instead of END.  Change name of the temp file.
4224         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4225         customizable.
4226
4227 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4230         bind `S W' to gnus-article-wide-reply-with-original; set default
4231         binding to gnus-article-read-summary-send-keys.
4232         (gnus-article-read-summary-keys): Fix the order of keys; display
4233         continuation keys correctly in the echo area; describe bindings
4234         correctly when keys end with `C-h'.
4235         (gnus-article-read-summary-send-keys): New function.
4236         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4237         for gnus-article-read-summary-send-keys; display continuation keys
4238         correctly in the echo area.
4239         (gnus-article-reply-with-original): Ignore prefix argument.
4240         (gnus-article-wide-reply-with-original): New function.
4241
4242         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4243         Emacs 21.
4244
4245 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4248         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4249
4250 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4251
4252         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4253         (gnus-group-read-ephemeral-gmane-group): New command.
4254
4255 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4256
4257         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4258
4259 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * message.el (message-send-mail-function): Increase custom version.
4262
4263         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4264         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4265
4266 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4267
4268         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4269         for the cases where imap-authenticate is called with a nil buffer
4270         parameter.
4271
4272 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4275         html parts correctly; support forwarded messages.
4276         (gnus-article-browse-html-article): Remove work buffers.
4277
4278         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4279         compiling.
4280         (netrc-bound-and-true-p): New macro.
4281         (netrc-parse): Use it instead of bound-and-true-p that is not available
4282         in XEmacs 21.4.
4283
4284 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4285
4286         * gnus-registry.el (gnus-registry-mark-article)
4287         (gnus-registry-article-marks): Add functionality to mark articles
4288         through the Gnus registry.
4289
4290         * encrypt.el: Clarify documentation for the new pgg method.
4291         (encrypt-file-alist): Add PGG option.
4292         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4293         functionality.  Abstract password key and messaging to external
4294         functions.
4295         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4296         (encrypt-message-method-and-cipher): Add new convenience external
4297         functions.
4298         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4299         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4300
4301         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4302         (netrc-parse): Use encrypt-file-alist to determine if
4303         encrypt-find-model or encrypt-insert-file-contents should be used.
4304
4305         * encrypt.el: Clarify documentation.  Load password-cache or
4306         password, whichever one is found first, instead of autoloading.
4307
4308 2007-12-19  Glenn Morris  <rgm@gnu.org>
4309
4310         * mml.el (message-options-set, message-narrow-to-head)
4311         (message-in-body-p, message-mail-p, message-encode-message-body):
4312         Autoload.
4313         (message-remove-header, message-narrow-to-headers-or-head)
4314         (message-subscribed-p, message-make-mail-followup-to)
4315         (message-position-on-field, message-news-p)
4316         (message-options-set-recipient, message-generate-headers)
4317         (message-sort-headers): Declare as functions.
4318
4319 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4322         convention in doc string.
4323
4324 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4327         title to html parts.
4328         (gnus-article-browse-html-article): Pass message header to it.
4329
4330         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4331
4332 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4333
4334         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4335         or password compatible with XEmacs.
4336
4337 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4340         format document.
4341         (gnus-mime-delete-part): Don't write description line if empty.
4342         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4343
4344 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
4345
4346         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4347         (gnus-summary-mark-read-and-unread-as-read)
4348         (gnus-summary-mark-current-read-and-unread-as-read)
4349         (gnus-summary-mark-unread-as-ticked): Doc fix.
4350         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4351
4352 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4355         Christoph Conrad <christoph.conrad@gmx.de>.
4356
4357 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4360         yes-or-no-p.
4361
4362 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * mm-decode.el (mm-add-meta-html-tag): New function.
4365         (mm-save-part-to-file, mm-pipe-part): Use it.
4366
4367         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4368         gnus-y-or-n-p instead of y-or-n-p.
4369         (gnus-article-browse-html-parts): Work with message/external-body; use
4370         mm-add-meta-html-tag.
4371
4372 2007-12-11  Glenn Morris  <rgm@gnu.org>
4373
4374         * gnus-cache.el: Require gnus-sum not just when compiling.
4375
4376         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4377
4378         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4379         definitions before use.
4380
4381         * mm-decode.el: Require gnus-util.
4382         (mm-remove-part): Only call delete-annotation on XEmacs.
4383
4384         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4385
4386         * nnmail.el: Require gnus-int.
4387
4388         * spam.el: Move `require's before `eval-when-compile's.
4389
4390         * gnus-ems.el (gnus-alive-p):
4391         * gnus-fun.el (message-goto-eoh):
4392         * gnus-util.el (gnus-group-name-decode):
4393         * mail-source.el (gnus-compress-sequence):
4394         * message.el (Info-goto-node, format-spec):
4395         * mm-bodies.el (message-options-get):
4396         * mm-decode.el (mm-view-pkcs7):
4397         * mm-util.el (gmm-write-region):
4398         * mml-smime.el (mml-compute-boundary)
4399         (gnus-completing-read-with-default):
4400         * mml.el (widget-button-press, gnus-make-hashtable):
4401         * mml1991.el (mm-decode-content-transfer-encoding)
4402         (mm-encode-content-transfer-encoding)
4403         (message-options-get, message-options-set):
4404         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4405         * nnfolder.el (gnus-request-group):
4406         * nnheader.el (ietf-drums-unfold-fws):
4407         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4408         * smime.el (gnus-run-mode-hooks):
4409         * spam-stat.el (gnus-message): Autoload.
4410
4411         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4412         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4413         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4414         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4415         Add declare-function compatibility definition.
4416
4417         * gnus-cache.el (nnvirtual-find-group-art):
4418         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4419         (gnus-add-image, gnus-add-wash-type):
4420         * gnus-group.el (nnkiboze-score-file):
4421         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4422         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4423         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4424         (message-tokenize-header, gnus-get-buffer-create)
4425         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4426         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4427         * gnus.el (gnus-group-decoded-name):
4428         * mail-source.el (imap-capability):
4429         * mm-bodies.el (message-options-set):
4430         * mm-decode.el (gnus-configure-windows):
4431         * mm-extern.el (message-goto-body):
4432         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4433         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4434         (epg-sub-key-validity, message-options-set):
4435         * mml.el (widget-event-point, gnus-configure-windows):
4436         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4437         * mml2015.el (epg-check-configuration, epg-configuration)
4438         (message-options-set):
4439         * nndb.el (nndb-request-article):
4440         * nnfolder.el (gnus-request-create-group):
4441         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4442         * nnmaildir.el (gnus-group-mark-article-read):
4443         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4444         * rfc1843.el (message-fetch-field):
4445         * spam.el (gnus-extract-address-components):
4446         Declare as functions.
4447
4448 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4451
4452         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4453
4454         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4455         bind show-trailing-whitespace for XEmacs.
4456
4457 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4460         new no-op macro for backward compatibility.
4461
4462         * imap.el (imap-string-to-integer): New function.
4463
4464 2007-12-09  Glenn Morris  <rgm@gnu.org>
4465
4466         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4467
4468         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4469         * message.el, mm-view.el, sieve-manage.el, smime.el:
4470         Add declare-function compatibility definition.
4471
4472         * gnus-art.el (w3-region, w3m-region, Info-menu):
4473         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4474         * gnus-sum.el (gnus-get-predicate):
4475         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4476         * message.el (mail-abbrev-in-expansion-header-p):
4477         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4478         (w3m-detect-meta-charset, w3m-region):
4479         * sieve-manage.el (password-read, password-cache-add)
4480         (password-cache-remove):
4481         * smime.el (password-read-and-add): Declare as functions.
4482
4483 2007-12-08  David Kastrup  <dak@gnu.org>
4484
4485         * gnus-sum.el (gnus-summary-simplify-subject-query):
4486         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4487         `message'.
4488
4489 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4492         it to bind idna-program, installation-directory, defined-colors, and
4493         face-attribute for XEmacs of the version that compiles defcustom forms.
4494
4495 2007-12-07  Glenn Morris  <rgm@gnu.org>
4496
4497         * gnus-art.el (article-make-date-line): Revert previous change.
4498
4499 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4502
4503 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4504
4505         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4506         Call gnus-add-to-range ranges only once with a prepared article-list.
4507
4508 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4509
4510         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4511         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4512         group names with backslashes.  Reported by Tassilo Horn
4513         <tassilo@member.fsf.org>.
4514
4515 2007-12-06  Deepak Goel  <deego3@gmail.com>
4516
4517         * gnus-art.el (article-make-date-line):
4518         * gnus-start.el (gnus-load):
4519         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4520
4521 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-art.el (gnus-use-idna)
4524         * gnus-start.el (gnus-site-init-file)
4525         * message.el (message-use-idna)
4526         * mm-uu.el (mm-uu-hide-markers)
4527         * smiley.el (smiley-style): Revert changes that suppress warnings.
4528
4529 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4532         specify charset to html source.  Reported by Christoph Conrad
4533         <christoph.conrad@gmx.de>.
4534
4535 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4538         idna-program in order to suppress byte compile warning issued by XEmacs
4539         that came to byte compile the default value section of defcustom forms
4540         recently.
4541
4542         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4543         value of installation-directory.
4544
4545         * message.el (message-use-idna): Don't directly refer to the value of
4546         idna-program.
4547
4548         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4549
4550         * smiley.el (smiley-style): Don't directly call face-attribute.
4551
4552 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4553
4554         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4555
4556         * gnus-dired.el: Reduce Gnus dependencies.
4557         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4558         require.  Use autoloads instead.
4559         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4560         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4561         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4562         (gnus-dired-mode): Adjust doc string.
4563         (gnus-dired-mail-mode): New variable.
4564         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4565         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4566         (gnus-dired-mail-buffers): New function.  Return mail or message
4567         composition buffers.
4568         (gnus-dired-attach): Use it.
4569         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4570         NO-DECODE.
4571         (gnus-dired-print): Use `gnus-print-buffer' depending on
4572         `gnus-dired-mail-mode'.
4573
4574 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * rfc2047.el (rfc2047-encoded-word-regexp)
4577         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4578         explaining what regexp patterns are for.
4579
4580 2007-12-04  Glenn Morris  <rgm@gnu.org>
4581
4582         * password.el: Move to password-cache.el.
4583
4584         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4585         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4586         * mml-smime.el (password-read, password-cache-add)
4587         (password-cache-remove):
4588         No need to autoload, since mml-sec requires password.
4589
4590         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4591         * message.el (gnus-extract-address-components):
4592         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4593
4594         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4595         password.
4596
4597 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * mailcap.el: Reduce dependencies.
4600         (mail-header-parse-content-type): Autoload.
4601         (mailcap-delete-duplicates): New alias.
4602         (mailcap-mime-info): Add optional argument NO-DECODE.
4603         (mailcap-mime-types): Use mailcap-delete-duplicates.
4604
4605         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4606
4607 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4608
4609         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4610         (imap-parse-status): Upcase status-att for servers that sends them
4611         lower-case (e.g., MS Exchange 2007).
4612
4613 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4616         function.
4617
4618         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4619         (gnus-uu-yenc-article): New function.
4620
4621         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4622
4623         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4624         buffer.
4625
4626 2007-12-02  Glenn Morris  <rgm@gnu.org>
4627
4628         * binhex.el (binhex): New custom group.
4629         (binhex-decoder-program, binhex-decoder-switches)
4630         (binhex-use-external): Move to the binhex custom group.
4631
4632         * uudecode.el (uudecode): New custom group.
4633         (uudecode-decoder-program, uudecode-decoder-switches)
4634         (uudecode-use-external): Move to the uudecode custom group.
4635
4636         * netrc.el (top-level): Don't load `encrypt' features.
4637         (netrc-parse): Don't use encrypt.
4638         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4639
4640         * encrypt.el: Remove file.
4641
4642 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4643
4644         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4645         matches on patches.
4646
4647         * gnus-art.el (gnus-article-browse-html-article): Mention
4648         `mm-text-html-renderer' in the doc string.
4649
4650         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4651         string.  Add comments.
4652
4653         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4654         if rhs is ASCII.
4655
4656 2007-12-01  Glenn Morris  <rgm@gnu.org>
4657
4658         * mail-source.el (top-level): Require format-spec before
4659         eval-when-compile.
4660
4661 2007-11-30  Glenn Morris  <rgm@gnu.org>
4662
4663         * encrypt.el: Require password, rather than autoloading password-read.
4664
4665 2007-11-29  Glenn Morris  <rgm@gnu.org>
4666
4667         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4668         (sasl-make-client, sasl-next-step, sasl-step-data)
4669         (sasl-step-set-data): Declare as functions.
4670
4671 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4674
4675 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4676
4677         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4678         certs should be verified and what is to be done in the event of a
4679         verification failure.
4680
4681         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4682         caller can indicate whether the cache should be disregarded for this
4683         call.  This way the result of the call is reproducible at all times and
4684         can be considered a canonical server name for the supplied method.
4685         (gnus-agent-method-p): Canonicalize server names by pushing their
4686         method through `gnus-method-to-server' using the no-cache argument.
4687
4688         * gnus-srvr.el (gnus-server-insert-server-line): Call
4689         `gnus-method-to-server' with `no-cache' argument.
4690
4691         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4692         gnus-agent-possibly-synchronize-flags as this should be called when the
4693         server is actually being opened.
4694         (gnus-agent-possibly-synchronize-flags)
4695         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4696         flags file of an agentized server to the latter function.
4697
4698         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4699         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4700         after a connection has been established successfully.
4701
4702 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-art.el (article-display-face): Force to display face if called
4705         interactively; check if gnus-article-x-face-too-ugly matches author.
4706         (article-display-x-face): Display face even if From header is missing
4707         as article-display-face does.
4708
4709 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4710
4711         * hashcash.el (message-narrow-to-headers-or-head)
4712         (message-fetch-field, message-goto-eoh)
4713         (message-narrow-to-headers): Declare as functions.
4714
4715 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * mail-source.el (mail-sources): Default to fetch from file for
4718         compatibility with default of nnmail-spool-file.
4719
4720 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4723         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4724         to look for encoded word that should be encoded again.
4725         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4726         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4727         encoding pattern.
4728         (rfc2047-decode-region): Switch strict regexp and loose one according
4729         to rfc2047-allow-irregular-q-encoded-words.
4730
4731 2007-11-25  Romain Francoise  <romain@orebokech.com>
4732
4733         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4734
4735 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4736
4737         * tls.el (tls-program): Provide more custom choices from
4738         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4739         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4740
4741 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4744         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4745
4746         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4747         `nnmail-spool-file'.
4748
4749         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4750         `nnmail-spool-file'.
4751
4752         * gnus-move.el (gnus-change-server): Ditto.
4753
4754         * gnus-kill.el (gnus-batch-score): Ditto.
4755
4756         * gnus-cache.el (gnus-jog-cache): Ditto.
4757
4758         * gnus-msg.el (gnus-summary-reply):
4759         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4760
4761 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4764         version.  Minor improvement to doc strings.
4765         (tls-program): Add comment.
4766
4767 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4768
4769         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4770         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4771         mismatch between the hostname provided in the certificate and the name
4772         of the host connnecting to.
4773         (open-tls-stream): Use them.  Check certificates against trusted root
4774         certificates.
4775
4776 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * gnus-cache.el (gnus-cache-generate-nov-databases):
4779         Use nnml-generate-nov-databases-directory instead of
4780         nnml-generate-nov-databases-1.
4781
4782 2007-11-24  Glenn Morris  <rgm@gnu.org>
4783
4784         * message.el (message-tool-bar-retro): Update for rename
4785         mail_send.xpm->mail-send.xpm.
4786
4787 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4790         `smime-ldap-search' for Emacs 22 and up.
4791
4792 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4793
4794         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4795
4796         * message.el (message-send-mail-function): Fix error convention.
4797         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4798         (message-widen-reply, message-send-mail, message-talkative-question)
4799         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4800         (message-clone-locals, message-send-news): Use with-current-buffer.
4801         (message-insert-or-toggle-importance): Remove unused var `valid'.
4802         (message-make-references): Remove unused var `new-references'.
4803         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4804
4805 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4806
4807         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4808         (spam-split-symbolic-return-positive): Reflow docstring.
4809         (spam-backends, spam-summary-exit-behavior)
4810         (spam-mark-ham-unread-before-move-from-spam-group)
4811         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4812         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4813         (spam-clear-cache, spam-backend-check, spam-install-backend)
4814         (spam-install-statistical-backend, spam-list-of-processors)
4815         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4816         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4817         (spam-check-crm114, spam-initialize, spam-unload-hook):
4818         Fix typos in docstrings.
4819
4820 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4823         been checked if they have never been read and those group levels are
4824         higher than the one that a user specified.
4825
4826 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4829         foreign groups unless a group level is specified by a user.
4830         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4831
4832 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4833
4834         * message.el (message-send-mail-function): Require sendmail.
4835
4836 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * message.el (message-send-mail-function): Check for smtpmail too.
4839
4840         * utf7.el (utf7-encode, utf7-decode): Use coding system
4841         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4842
4843         * message.el (message-send-mail-function): New function.
4844         (message-send-mail-function): Set default using
4845         message-send-mail-function.  Adjust doc string.
4846         (message-send-mail-with-mailclient): New function.
4847
4848 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4849
4850         * smime.el (from):
4851         * rfc2047.el (message-posting-charset):
4852         * qp.el (mm-use-ultra-safe-encoding):
4853         * pop3.el (parse-time-months):
4854         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4855         * nnml.el (files):
4856         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4857         (jka-compr-compression-info-list, ange-ftp-path-format)
4858         (efs-path-regexp):
4859         * nndiary.el (files):
4860         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4861         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4862         (epg-digest-algorithm-alist, inhibit-redisplay)
4863         (password-cache-expiry):
4864         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4865         (pgg-output-buffer, password-cache-expiry):
4866         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4867         (efs-path-regexp):
4868         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4869         (inhibit-redisplay):
4870         * mm-uu.el (file-name, start-point, end-point, entry)
4871         (gnus-newsgroup-name, gnus-newsgroup-charset):
4872         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4873         (latin-unity-ucs-list):
4874         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4875         (mm-uu-binhex-decode-function):
4876         * message.el (gnus-message-group-art, gnus-list-identifiers)
4877         (rmail-enable-mime-composing, gnus-local-organization)
4878         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4879         (gnus-read-active-file, facemenu-add-face-function)
4880         (facemenu-remove-face-function, gnus-article-decoded-p)
4881         (tool-bar-mode):
4882         * mail-source.el (display-time-mail-function):
4883         * gnus-util.el (nnmail-pathname-coding-system)
4884         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4885         (gnus-original-article-buffer, gnus-user-agent)
4886         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4887         (xemacs-codename, sxemacs-codename, emacs-program-version):
4888         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4889         * gnus-start.el (gnus-agent-covered-methods)
4890         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4891         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4892         (gnus-newsgroup-headers, gnus-group-list-mode)
4893         (gnus-group-mark-positions, gnus-newsgroup-data)
4894         (gnus-newsgroup-unreads, nnoo-state-alist)
4895         (gnus-current-select-method, mail-sources)
4896         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4897         (nnmail-spool-file, gnus-cache-active-hashtb):
4898         * gnus-mh.el (mh-lib-progs):
4899         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4900         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4901         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4902         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4903         (gnus-group-buffer):
4904         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4905         (font-lock-set-defaults):
4906         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4907         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4908         (gnus-summary-post-menu, total-parts, type, condition, length):
4909         * gnus-agent.el (gnus-agent-read-agentview):
4910         * flow-fill.el (show-trailing-whitespace):
4911         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4912         eval-and-compile wrappers for byte compiler pacifiers.
4913
4914         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4915         (mm-display-inline-fontify): Check for featurep 'xemacs not
4916         extent-list.
4917
4918         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4919         itimer-list.
4920         (mm-create-image-xemacs): Only do something for XEmacs.
4921         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4922
4923         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4924
4925         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4926         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4927
4928 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4929
4930         * nnimap.el (nnimap-split-download-body):
4931         * gnus-demon.el (gnus-demon):
4932         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4933
4934 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4937         macros.
4938         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4939         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4940         copy data from unibyte buffer to multibyte current buffer.
4941         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
4942         to copy data from unibyte current buffer to multibyte buffer.
4943         (nntp-make-process-buffer): Make process buffer unibyte.
4944
4945         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4946
4947 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4948
4949         * pop3.el (pop3-open-server): Accept and process data more robustly at
4950         connexion start to avoid spurious "POP SSL connexion failed" errors.
4951
4952 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4955         read group names.
4956
4957 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4960
4961 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4964         (nnmail-save-active): Use a unibyte buffer when saving active file,
4965         which may contain non-ASCII group names.
4966
4967         * nnml.el (nnml-request-group): Decode group names in messages.
4968
4969 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4970
4971         * message.el (message-citation-line-function)
4972         (message-insert-formatted-citation-line): Fix spelling of
4973         `message-insert-formated-citation-line'.
4974
4975 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4976
4977         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4978
4979 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4982         nnmail-pathname-coding-system.
4983
4984         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4985         that a user enters; decode group names in messages.
4986
4987         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4988
4989 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4990
4991         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4992
4993         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4994
4995         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4996         risky local variable.
4997
4998         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4999
5000 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5001
5002         * encrypt.el: Improve documentation to fix function name typo.
5003         Reported by Daiki Ueno <ueno@unixuser.org>.
5004
5005 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5008         even if the point is not in the last page of an article.
5009         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5010         back to the previous page.
5011
5012 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5015
5016 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5019
5020 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5021
5022         * message.el (message-check-news-body-syntax): Avoid
5023         mm-string-as-multibyte.
5024         (message-hide-headers): Don't assume (point-min)==1.
5025
5026 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * message.el (message-remove-blank-cited-lines): Fix if remove is
5029         given.
5030         (message-bogus-address-regexp): New variable.
5031         (message-bogus-recipient-p): New function.
5032         (message-check-recipients): New command.
5033         (message-syntax-checks): Add `bogus-recipient'.
5034         (message-fix-before-sending): Add `bogus-recipient'.
5035
5036         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5037         (gnus-treat-body-boundary): Don't test window-system.
5038
5039 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5040
5041         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5042
5043 2007-10-28  Miles Bader  <miles@gnu.org>
5044
5045         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5046         at compile-time too.
5047
5048 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5049
5050         * gnus-msg.el (gnus-message-setup-hook): Add
5051         `message-remove-blank-cited-lines' to options.
5052
5053 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * message.el (message-remove-blank-cited-lines): New function.
5056         Suggested by Karl Plästerer.
5057
5058 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5061         mapc.
5062
5063         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5064         (top-level): Use mapc to set functions to be traced for debugging.
5065
5066         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5067         called for effect with while loop.
5068
5069         * message.el (message-talkative-question): Replace mapcar called for
5070         effect with mapc.
5071
5072         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5073         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5074         called for effect with dolist.
5075
5076         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5077
5078         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5079         gnus-extra-headers and nnmail-extra-headers.
5080
5081         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5082         called for effect with dolist.
5083         (top-level): Use mapc to set functions to be traced for debugging.
5084
5085         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5086         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5087         dolist.
5088
5089         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5090         Replace mapcar called for effect with mapc.
5091         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5092         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5093         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5094         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5095
5096         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5097         remove-if that's a cl function.
5098
5099         * webmail.el (webmail-debug): Replace mapcar called for effect with
5100         dolist.
5101
5102         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5103         with mapc.
5104
5105 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5108         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5109         with while loop.
5110
5111         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5112         functions from article-* functions.
5113         (gnus-multi-decode-header): Replace mapcar called for effect with
5114         dolist.
5115
5116         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5117         (gnus-bookmark-show-details): Replace mapcar called for effect with
5118         while loop.
5119
5120         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5121         called for effect with while loop.
5122
5123         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5124         with dolist.
5125
5126         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5127         mapcar called for effect with dolist.
5128
5129         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5130
5131         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5132         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5133         Replace mapcar called for effect with dolist.
5134         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5135         mapc.
5136
5137         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5138         Replace mapcar called for effect with dolist.
5139         (gnus-topic-list): Replace mapcar called for effect with mapc.
5140
5141         * gnus.el: Use mapc instead of mapcar to add autoloads.
5142
5143 2007-10-23  Richard Stallman  <rms@gnu.org>
5144
5145         * gnus-group.el (gnus-group-highlight): Mark as risky.
5146
5147 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus.el (gnus-server-to-method): Return method found first in
5150         gnus-newsrc-alist.
5151
5152         * gnus-art.el (gnus-article-highlight-signature)
5153         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5154         button overlay without the front stickiness.
5155
5156 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5157
5158         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5159         overview buffer needed a catch to receive its throw.
5160         (gnus-agent-flush-cache): Declared as interactive to make this function
5161         easier to use.
5162
5163 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5166         `next-line'.
5167
5168 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5171         exclude address matching message-dont-reply-to-names.
5172
5173 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-util.el (gnus-string<): New function.
5176
5177         * gnus-sum.el (gnus-article-sort-by-author)
5178         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5179
5180 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5183         the frame-focus tag is set in gnus-buffer-configuration.
5184
5185 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5188         the front stickiness.
5189
5190 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5193         url pattern; remove duplicate one.
5194         (gnus-article-extend-url-button): New function.
5195         (gnus-article-add-buttons): Use it.
5196         (gnus-button-push): Use concatenated url that it makes.
5197
5198 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5199
5200         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5201
5202 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5203
5204         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5205         Don't hardcode point-min==1.
5206
5207 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5210         Fix comment about "iso8859-1".
5211
5212 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5213
5214         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5215         ones returned from the verify-function.
5216
5217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5218         mml2015-extract-cleartext-signature if extraction failed.
5219
5220 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5221
5222         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5223         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5224         failed.
5225
5226 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5229
5230 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5233         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5234         recommends to use EasyPG instead of PGG.
5235
5236         * pgg.el: Revert to revision 6.23.2.16.
5237
5238         * pgg-def.el: Revert to revision 6.6.2.14.
5239
5240         * pgg-gpg.el: Revert to revision 6.23.2.34.
5241
5242 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5245         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5246         thread for both the null and zero (kill/expire thread) universal prefix
5247         cases.
5248         (gnus-summary-expire-thread): Add new function to expire a thread,
5249         using gnus-summary-kill-thread.
5250         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5251         shortcuts for gnus-summary-expire-thread.
5252         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5253         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5254
5255 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5258         extras value, so an extras entry can be deleted.
5259         (gnus-registry-delete-extra-entry): Use it.
5260         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5261         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5262         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5263         storage through the gnus-registry, and provide an appropriate API for
5264         it.
5265
5266 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5269         Suggested by Leo <sdl.web@gmail.com>.
5270
5271         * gnus.el: Do.
5272
5273 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5276         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5277
5278         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5279
5280         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5281         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5282
5283 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5286         newline.
5287         (nnmbox-request-accept-article): Don't change article in source buffer;
5288         narrow to header to use message-fetch-field rather than
5289         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5290         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5291         as delimiters; make sure article ends with newline.
5292         (nnmbox-delete-mail): Correct last position of article to be deleted;
5293         ignore X-Gnus-Newsgroup header in article body.
5294         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5295         positions; make sure article ends with newline.
5296
5297         * message.el (message-display-abbrev): Don't infloop when a user
5298         inserts SPC in the beginning of header.
5299
5300         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5301         coding-system-for-read and coding-system-for-write for XEmacs having no
5302         file-coding feature.
5303
5304         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5305
5306 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5309         list of groups not followed by default.  Fix type to be regexp.
5310         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5311
5312 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5313
5314         * hmac-def.el (define-hmac-function): Switch from old-style to
5315         new-style backquotes.
5316
5317         * md4.el (md4-make-step): Likewise.
5318
5319 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5322         raw-text coding system when saving .newsrc file, which may contain
5323         non-ASCII group names.
5324
5325 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * gnus-cus.el (gnus-score-extra): New widget.
5328         (gnus-score-extra-convert): New function.
5329         (gnus-score-customize): Use it for Extra.
5330
5331 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5332
5333         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5334         (mml2015-mailcrypt-clear-verify): Use it.
5335         (mml2015-gpg-clear-verify): Use it.
5336         (mml2015-pgg-clear-verify): Use it.
5337         (mml2015-epg-clear-verify): Replace the current part with the output
5338         from GnuPG; don't extract the plaintext by itself.
5339
5340         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5341         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5342         mml2015-clear-verify-function; don't touch the armor headers or
5343         dash-escaped text here.
5344
5345 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5348         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5349         parts, or application/octet-stream as a last resort.
5350         (gnus-mime-view-part-as-type): Don't toggle display.
5351         (gnus-mime-view-part-as-charset): Don't turn off display before
5352         querying charset.
5353
5354         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5355         stuff to undisplayer function in Emacs.
5356         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5357
5358         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5359         text/calendar parts.
5360
5361 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5364         decoding text/calendar parts.
5365
5366         * message.el (message-forward-make-body-mime): Always mark body as
5367         having no illegible text; remove signed-or-encrypted argument.
5368         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5369
5370         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5371         (mml-generate-mime-1): Don't encode body if it is specified to be in
5372         raw form; don't make buffer be unibyte when inserting multibyte string.
5373
5374 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5375
5376         * sha1.el: Fix up comment style.
5377         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5378         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5379
5380         * hex-util.el: Fix up comment style.
5381         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5382
5383         * gnus-salt.el: Use with-current-buffer.
5384         (gnus-pick-setup-message): Fix long-standing typo.
5385
5386 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * imap.el (imap-logout-timeout): New variable.
5389         (imap-logout, imap-logout-wait): New functions.
5390         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5391
5392         * nnimap.el (nnimap-logout-timeout): New server variable.
5393         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5394         nnimap-logout-timeout.
5395
5396         * gnus-art.el (gnus-article-summary-command-nosave)
5397         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5398
5399 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus.el (gnus-maximum-newsgroup): New variable.
5402
5403         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5404         according to gnus-maximum-newsgroup.
5405
5406         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5407         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5408         Limit the range of articles according to gnus-maximum-newsgroup.
5409
5410 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5411
5412         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5413         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5414         Don't perform gnus-configure-windows here; reuse existing sticky
5415         article buffer.
5416
5417         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5418         it doesn't exist in gnus-article-mode.
5419
5420 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5423         (gnus-agent-decoded-group-name): New function.
5424         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5425         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5426
5427 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5428
5429         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5430         Add binding for gnus-sticky-article.
5431         (gnus-summary-exit): Don't kill sticky article buffers.
5432
5433         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5434         article buffer.
5435         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5436         (gnus-kill-sticky-article-buffers): New commands.
5437
5438 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * nntp.el (nntp-xref-number-is-evil): New server variable.
5441         (nntp-find-group-and-number): If it is non-nil, don't trust article
5442         numbers in the Xref header.
5443
5444 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-agent.el (gnus-agent-read-group): New function.
5447         (gnus-agent-flush-group, gnus-agent-expire-group)
5448         (gnus-agent-regenerate-group): Use it.
5449         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5450         nnmail-pathname-coding-system.
5451
5452 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5455
5456         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5457         that are unread as unread, and also as selected so that information of
5458         marks having been changed by a user may be updated when exiting group.
5459
5460 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5463         calculated ignoring signature parts to gnus-treat-article.
5464
5465 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5468         a point here in order to keep the window start.
5469         (gnus-insert-mime-security-button): Make a button overlay without the
5470         front stickiness.
5471         (gnus-mime-display-security): Goto the end of a button.
5472
5473         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5474
5475 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5478         group-name-at-point.
5479         (gnus-group-completing-read): New function that offers decoded
5480         non-ASCII group names for completion.
5481         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5482         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5483         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5484         (gnus-group-fetch-control): Use it.
5485         (gnus-fetch-group): Use group-name-at-point for the initial value
5486         rather than the default value; use gnus-alive-p.
5487
5488         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5489         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5490         (gnus-summary-post-news): Use gnus-group-completing-read.
5491
5492         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5493         (gnus-read-move-group-name): Decode group name for completion.
5494
5495 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5498         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5499         Yamaoka slightly modified the code).
5500
5501 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5504         (nnmail-split-incoming): Bind it.
5505
5506         * nnml.el (nnml-group-name-charset): New function.
5507         (nnml-decoded-group-name): Use it; don't decode group name if
5508         nnmail-group-names-not-encoded-p is non-nil.
5509         (nnml-encoded-group-name): New function.
5510         (nnml-group-pathname): Inline nnml-decoded-group-name.
5511         (nnml-request-expire-articles): Decode group name in message.
5512         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5513         nnmail-pathname-coding-system.
5514         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5515         not decoded ones according to nnmail-group-names-not-encoded-p.
5516         (nnml-generate-active-info): Use nnml-encoded-group-name.
5517
5518 2007-08-08  Glenn Morris  <rgm@gnu.org>
5519
5520         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5521         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5522         doc-strings and comments.
5523
5524 2007-07-25  Glenn Morris  <rgm@gnu.org>
5525
5526         * Relicense all FSF files to GPLv3 or later.
5527
5528 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-sum.el (gnus-summary-move-article): Make
5531         gnus-summary-respool-article work.
5532
5533 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5536         string.
5537
5538 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5539
5540         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5541         that should be ignored when comparing distant RSS articles with local
5542         ones.
5543         (nnrss-make-hash-index): New function.  Create a hash index according
5544         to the ignored fields.
5545         (nnrss-check-group): Use it.
5546
5547 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5550
5551         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5552
5553         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5554         the new optional argument ENCODED is non-nil.
5555         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5556         coding system for encoding group name.
5557         (gnus-group-make-rss-group): Pass un-encoded group name to
5558         gnus-group-make-group.
5559         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5560         encoded.
5561
5562         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5563         Encode group name to which articles are moved or copied.
5564         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5565         coding system for encoding Newsgroup, Followup-To and Xref headers.
5566
5567         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5568         marks; use nnheader-file-coding-system to write a file.
5569         (nnagent-retrieve-headers): Bind file-name-coding-system to
5570         nnmail-pathname-coding-system.
5571
5572         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5573
5574         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5575         (nnml-request-article, nnml-request-create-group)
5576         (nnml-request-rename-group, nnml-find-id)
5577         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5578         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5579         (nnml-save-marks): Use nnml-group-pathname instead of
5580         nnmail-group-pathname.
5581
5582         (nnml-request-create-group, nnml-request-expire-articles)
5583         (nnml-request-move-article, nnml-request-delete-group)
5584         (nnml-deletable-article-p, nnml-possibly-create-directory)
5585         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5586         (nnml-open-marks): Bind file-name-coding-system to
5587         nnmail-pathname-coding-system.
5588
5589         (nnml-request-article): Pass server argument to nnml-find-group-number.
5590         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5591         server argument to nnml-possibly-create-directory.
5592         (nnml-request-accept-article): Pass server argument to
5593         nnml-active-number and nnml-save-mail.
5594         (nnml-find-group-number): Pass server argument to nnml-find-id.
5595         (nnml-request-update-info): Pass server argument to
5596         nnml-marks-changed-p.
5597
5598         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5599         (nnml-save-mail, nnml-active-number): Add server argument.
5600
5601         (nnml-request-delete-group): Warn if group is missing.
5602         (nnml-get-nov-buffer): Decode group name.
5603         (nnml-generate-active-info): Encode group name.
5604         (nnml-open-marks): Decode group name in messages.
5605
5606 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5609         if it is not specified.
5610         (gnus-article-pipe-part, gnus-article-save-part)
5611         (gnus-article-interactively-view-part, gnus-article-copy-part)
5612         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5613         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5614         (gnus-article-replace-part, gnus-article-delete-part)
5615         (gnus-article-view-part-as-type): Pass raw prefix argument to
5616         gnus-article-part-wrapper.
5617
5618 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus-agent.el (gnus-agent-save-active): Bind
5621         nnheader-file-coding-system to gnus-agent-file-coding-system.
5622
5623         * gnus-cache.el (gnus-cache-save-buffers)
5624         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5625         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5626         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5627         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5628         (gnus-cache-generate-active, gnus-cache-rename-group)
5629         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5630         (gnus-cache-update-overview-total-fetched-for): Bind
5631         file-name-coding-system to nnmail-pathname-coding-system.
5632         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5633         variables.
5634         (gnus-cache-decoded-group-name): New function.
5635         (gnus-cache-file-name): Use it.
5636         (gnus-cache-generate-active): Use non-decoded group name for active.
5637
5638         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5639         right place.
5640         (gnus-write-active-file): Don't break non-ASCII group names.
5641
5642         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5643         nnmail-pathname-coding-system.
5644
5645         * lpath.el: Bind default-file-name-coding-system,
5646         file-name-coding-system and language-info-alist for XEmacs.
5647
5648         * gnus-uu.el (gnus-uu-decode-save): Typo.
5649
5650 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5653
5654 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5657         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5658         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5659         (gnus-agent-flush-group, gnus-agent-flush-cache)
5660         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5661         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5662         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5663         (gnus-agent-regenerate-group)
5664         (gnus-agent-update-files-total-fetched-for)
5665         (gnus-agent-update-view-total-fetched-for): Bind
5666         file-name-coding-system to nnmail-pathname-coding-system.
5667         (gnus-agent-group-pathname): Don't encode file names by
5668         nnmail-pathname-coding-system.
5669         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5670         coding-system-for-write instead of buffer-file-coding-system to
5671         gnus-agent-file-coding-system.
5672
5673         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5674         Decode group name.
5675
5676         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5677
5678         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5679         (gnus-read-newsrc-el-file): Make group names unibyte.
5680
5681         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5682         nnmail-pathname-coding-system.
5683
5684         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5685         (nnrss-request-delete-group): Bind file-name-coding-system to
5686         nnmail-pathname-coding-system.
5687         (nnrss-read-server-data, nnrss-read-group-data): Bind
5688         file-name-coding-system correctly.
5689         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5690
5691         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5692         (nntp-server-to-method-cache): New variable.
5693         (nntp-group-pathname): New function that decodes non-ASCII group names.
5694         (nntp-possibly-create-directory, nntp-marks-changed-p)
5695         (nntp-save-marks, nntp-open-marks): Use it.
5696         (nntp-possibly-create-directory, nntp-open-marks):
5697         Bind file-name-coding-system to nnmail-pathname-coding-system.
5698         (nntp-open-marks): Decode group names when bootstrapping marks.
5699
5700         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5701         Newsgroups and Folowup-To headers.
5702
5703 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5706         (gnus-server-closed-face, gnus-server-denied-face)
5707         (gnus-server-offline-face): Remove variable.
5708         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5709
5710         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5711         of modifying message-stack directly for XEmacs.
5712
5713         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5714         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5715         if the coding-system argument is nil for XEmacs.
5716
5717         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5718         mm-charset-override-alist.
5719
5720         * rfc2047.el: Don't require base64; require rfc2045 for the function
5721         rfc2045-encode-string.
5722         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5723         to quote the parameter value.
5724
5725 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5728         form in gnus-group-name-charset-method-alist.
5729
5730         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5731         overrides the default layout edit-form.
5732
5733         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5734
5735         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5736
5737 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5740         as unfetched articles.
5741
5742 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5745
5746 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5749         original back end that keeps marks in the local system.
5750
5751 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5754         arg of pop-to-buffer for XEmacs.
5755         (gnus-article-read-summary-keys): Ditto; don't restore window
5756         configuration if summary command ends up with neither article buffer
5757         nor summary buffer; describe bindings if summary keys end with C-h.
5758
5759 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * message.el (message-fix-before-sending): Skip raw message part to be
5762         forwarded while checking illegible text.
5763         (message-forward-make-body-mime, message-forward-make-body): Mark
5764         signed or encrypted raw message as having no illegible text.
5765
5766 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5769         (gnus-message-with-timestamp-1): New macro.
5770         (gnus-message-with-timestamp): New function.
5771         (gnus-message): Use them.
5772
5773         * nnheader.el (nnheader-message): Use them.
5774
5775 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5778         .newsrc.eld file.
5779
5780 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-agent.el (gnus-agent-fetch-headers)
5783         (gnus-agent-retrieve-headers): Bind
5784         gnus-decode-encoded-address-function to identity.
5785
5786         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5787         available also when the server returns simply a dot.
5788
5789         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5790
5791 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5794
5795 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-ems.el (gnus-x-splash): Make it work.
5798
5799         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5800         from being used.
5801
5802         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5803
5804 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5807         4th and the 5th arguments.
5808
5809         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5810         the front stickiness.
5811         (gnus-article-summary-command-nosave): Correct the order of the
5812         arguments passed to pop-to-buffer.
5813         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5814         summary command ends up with the article buffer.
5815
5816         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5817         the same faces.
5818
5819 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5820
5821         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5822
5823 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5824
5825         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5826         * gnus-sum.el (gnus-summary-highlight):
5827         * pgg.el (pgg-sign-region, pgg-sign):
5828         * mail-source.el (mail-source-delete-old-incoming-confirm):
5829         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5830
5831 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-art.el (gnus-mime-view-part-externally)
5834         (gnus-mime-view-part-internally): Fix predicate function passed to
5835         completing-read.
5836
5837         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5838
5839         * gnus.el (gnus-update-message-archive-method): Add :version.
5840
5841 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus.el (gnus-update-message-archive-method): New variable.
5844
5845         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5846         according to gnus-message-archive-method if
5847         gnus-update-message-archive-method is non-nil.
5848
5849 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5852         by Loic Dachary <loic@dachary.org>.
5853         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5854
5855 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * message.el (message-pop-to-buffer): Add switch-function argument.
5858         (message-mail): Pass switch-function argument to it.
5859
5860 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5863         Improve doc string.
5864
5865 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5868         (gnus-header-content)
5869         * gnus-cite.el (gnus-cite-10)
5870         * gnus-srvr.el (gnus-server-closed)
5871         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5872         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5873         (gnus-group-mail-3-empty, gnus-group-mail-low)
5874         (gnus-group-mail-low-empty, gnus-splash)
5875         * message.el (message-header-to, message-header-cc)
5876         (message-header-subject, message-header-other, message-header-name)
5877         (message-header-xheader, message-separator, message-cited-text)
5878         (message-mml): Lighten colors of faces used for dark background.
5879
5880 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5881
5882         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5883         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5884
5885 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * message.el (message-narrow-to-headers-or-head):
5888         Ignore mail-header-separator in the body.
5889
5890 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5893         same as window size.
5894
5895 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5896
5897         * message.el (message-font-lock-keywords): Use message-header-xheader
5898         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5899         ahead of the anything pattern, to get it recognised.
5900
5901 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5904         spam.el loads uses it in the compiled defadvice form.
5905
5906 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5907
5908         * gnus-sum.el (gnus-articles-to-read)
5909         (gnus-summary-insert-old-articles): Don't truncate group name for
5910         `read-string'.
5911
5912         * gnus-util.el (gnus-limit-string): Delete this function.
5913
5914         * gnus-sum.el (gnus-simplify-subject-fully): Use
5915         `truncate-string-to-width' instead.
5916
5917 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5918
5919         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5920         if, on summary exit, the next group has to be selected.
5921         (gnus-summary-exit): Use it.
5922
5923 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5926         non-break space.
5927
5928 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5931         Check if group is not a directory.
5932         (nnfolder-request-expire-articles): Don't delete articles if the target
5933         group is not available.
5934
5935         * nnml.el (nnml-request-create-group): Properly check if group is not a
5936         file.
5937         (nnml-request-expire-articles): Don't delete articles if the target
5938         group is not available.
5939
5940         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5941         Don't quote characters that are within parentheses.
5942
5943 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5946         (gnus-handle-ephemeral-exit): Select article according to it.
5947
5948 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * message.el (message-insert-formated-citation-line): Remove newline.
5951         (message-citation-line-format): Add final \n here so that the user can
5952         avoid a blank line.
5953
5954 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5955
5956         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5957         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5958         Update lanl/arXiv support.
5959
5960 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * gnus.el: Bump version number.
5963
5964 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus.el (gnus-version-number): Bump version.
5967
5968 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5969
5970         * gnus.el: No Gnus v0.6 is released.
5971
5972 2007-04-27  Didier Verna  <didier@xemacs.org>
5973
5974         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5975         * gmm-utils.el (gmm-regexp-concat): here.
5976         * message.el: Don't require 'gnus-util.
5977         (message-dont-reply-to-names): Handle name change above.
5978         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5979
5980 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5983         since the initial value varies according to the system.
5984
5985 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5988
5989 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5990
5991         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5992
5993 2007-04-24  Didier Verna  <didier@xemacs.org>
5994
5995         Improve the type of gnus-ignored-from-addresses.
5996         * gnus-util.el (gnus-orify-regexp): New function.
5997         * message.el (gnus-util): Require it.
5998         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5999         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6000         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6001
6002 2007-04-24  Didier Verna  <didier@xemacs.org>
6003
6004         * gnus-sum.el:
6005         * gnus-utils.el: Fix some trailing whitespaces.
6006
6007 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6010         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6011         article's Message-ID; refer parent article in summary buffer.
6012
6013         * message.el (message-bounce): Call mime-to-mml.
6014
6015         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6016         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6017         optimize and/or forms properly.
6018
6019 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6022         URL.
6023
6024 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6027
6028 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6031         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6032         displayed of multipart/alternative part if it is invoked from summary
6033         buffer.
6034
6035         * mm-view.el (mm-inline-text-html-render-with-w3m)
6036         (mm-inline-text-html-render-with-w3m-standalone)
6037         (mm-inline-render-with-function): Use mail-parse-charset by default.
6038
6039 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6040
6041         * parse-time.el (parse-time-string-chars): Check if CHAR
6042         is less than the length of parse-time-syntax.
6043
6044 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6047         from gnus-newsgroup-processable.
6048
6049 2007-04-16  Didier Verna  <didier@xemacs.org>
6050
6051         * gnus-msg.el (gnus-configure-posting-styles): Handle
6052         message-signature-directory properly with :file syntax.  Reported by
6053         "Leo".
6054
6055 2007-04-11  Didier Verna  <didier@xemacs.org>
6056
6057         New user option: message-signature-directory.
6058         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6059         * message.el (message-insert-signature): Ditto.
6060         * message.el (message-signature-file): Doc update.
6061         * message.el (message-signature-directory): New.
6062
6063 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-msg.el (gnus-inews-yank-articles): Use
6066         message-exchange-point-and-mark instead of exchange-point-and-mark.
6067
6068 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * message.el (message-yank-original): Make sure cited text ends with
6071         newline; don't exchange point and mark.
6072
6073 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6074
6075         * tls.el (open-tls-stream): Properly handle case where there
6076         is no associated buffer.
6077
6078 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6079
6080         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6081         message-yank-original, make sure (< mark TEXT point).
6082
6083 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * message.el (message-fill-column): New variable.
6086         (message-mode): Use it.  Add comment on a possible new hook.
6087
6088         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6089         (nnmail-get-new-mail): Reformat.
6090
6091         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6092
6093         * gmm-utils.el: Fix Commentary.
6094         (gmm-tool-bar-from-list): Fix typo in doc string.
6095
6096 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6097
6098         * message.el (message-yank-original): Don't switch point and mark
6099         unnecessarily to put point and mark as documented.
6100
6101 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6104         from the message heads.
6105
6106 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6107
6108         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6109         article buffer does not have a window.  This may not be the best
6110         solution but is certainly better than setting the start of the null,
6111         that is the current, window.
6112
6113 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6114
6115         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6116         (gnus-draft-setup): Run it.
6117
6118         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6119         gnus-score-fast-scoring.  Allow regexp.
6120         (gnus-score-headers): Use it.
6121
6122         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6123         XEmacs.
6124
6125         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6126         string.
6127         (gnus-button-alist): Also catch `<f1> k ...'.
6128         (gnus-treat-display-x-face): Fix doc string.
6129
6130 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6131
6132         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6133         evaluation of gnus-extended-version to ensure correct generation of the
6134         User-Agent header when message-generate-headers-first is used.
6135
6136 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6137
6138         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6139         hashcash-path is nil.  Don't call callback with incorrect number of
6140         parameters if val is 0.
6141
6142 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6143
6144         * message.el (message-required-news-headers):
6145         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6146
6147 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6148
6149         * tls.el (open-tls-stream): In handshake-waiting loop,
6150         don't wait more if there is output available to process.
6151
6152 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6153
6154         * tls.el (tls-program): Doc fix.
6155
6156 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * message.el (message-generate-new-buffers): Change the meaning of the
6159         nil value; add `standard' to the choices; treat t as `unique'; improve
6160         doc string.
6161         (gnus-select-frame-set-input-focus): Autoload.
6162         (message-buffer-name): Search for the existing message buffer if
6163         message-generate-new-buffers is nil or `standard'; treat the value t of
6164         message-generate-new-buffers as `unique'.
6165         (message-pop-to-buffer): Raise the frame already displaying the message
6166         buffer; clear the echo area after querying.
6167         (message-setup): Pass the `continue' argument to compose-mail.
6168         (message-mail): Prefer `switch-function' if it is given; search for the
6169         existing message buffer if the `continue' argument is non-nil; pass
6170         continue and switch-function arguments to compose-mail by way of
6171         message-setup.
6172         (message-mail-other-window): Adjust argument of message-setup.
6173         (message-mail-other-frame): Ditto.
6174
6175 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6178         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6179         to turn font-lock on when turning gnus-message-citation-mode on.
6180
6181 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6182
6183         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6184         (mml-smime-function-alist): New variable; add epg as the backend.
6185         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6186         mml-smime- functions instead.
6187         * mm-view.el: Require smime.
6188
6189 2007-03-05  Didier Verna  <didier@xemacs.org>
6190
6191         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6192         instead of just inheritance for posting styles.
6193         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6194
6195 2007-02-24  Chris Moore  <dooglus@gmail.com>
6196
6197         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6198         * pgg-pgp.el (pgg-pgp-encrypt-region):
6199         * pgg-gpg.el (pgg-gpg-encrypt-region):
6200         Check pgg-encrypt-for-me if no other recipients.
6201
6202 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6203
6204         * tls.el (tls-certtool-program): Fix custom type.
6205
6206 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6209         and point-at-eol instead of line-(beginning|end)-position.
6210
6211         * assistant.el (assistant-parse-buffer): Ditto.
6212
6213         * netrc.el (netrc-parse-services): Ditto.
6214
6215 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6216
6217         * mml2015.el (mml2015-epg-find-usable-key): New function.
6218         (mml2015-epg-sign): Use it.
6219         (mml2015-epg-encrypt): Use it.
6220
6221 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * message.el (message-make-in-reply-to): Quote name containing
6224         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6225         if there are special characters.  Reported by NAKAJI Hiroyuki
6226         <nakaji@jp.freebsd.org>.
6227
6228 2007-02-27  Didier Verna  <didier@xemacs.org>
6229
6230         Include the group parameters as well as the topic ones in the
6231         inheritance filter process.
6232         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6233         argument GROUP-PARAMS-LIST.
6234         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6235
6236 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * nntp.el (nntp-never-echoes-commands)
6239         (nntp-open-connection-functions-never-echo-commands): New variables.
6240         (nntp-send-command): Use them.
6241
6242 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6243
6244         * mml2015.el (mml2015-epg-verify): Simplified.
6245
6246 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * mml.el (mml-content-disposition-alist): New user option.
6249         (mml-content-disposition): New function.
6250         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6251         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6252
6253 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6254
6255         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6256         verification.
6257
6258 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6259
6260         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6261         articles posted in the last 24 hours.
6262
6263 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6264
6265         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6266
6267 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6268
6269         * nntp.el (nntp-send-command): Don't wait for echoes when
6270         nntp-open-ssl-stream is used.
6271
6272 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6275         (gnus-message-add-citation-keywords)
6276         (gnus-message-remove-citation-keywords): Remove.
6277         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6278         directly, make the variables in font-lock-defaults buffer-local, add
6279         gnus-message-citation-keywords to them and then update the value of
6280         font-lock-keywords.
6281
6282 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * message.el (message-cite-original-1): Don't call
6285         gnus-article-highlight-citation.
6286
6287         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6288         citations; fix line count.
6289
6290 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6293         (gnus-message-add-citation-keywords)
6294         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6295         versions of font-lock-add-keywords and font-lock-remove-keywords to
6296         work with XEmacs correctly.
6297
6298 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-cite.el (gnus-cite-face-list): Set the values of
6301         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6302         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6303         (gnus-message-cite-prefix-regexp): New variable.
6304         (gnus-message-search-citation-line): Use it; protect against long
6305         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6306         the 0th match data for Emacs.
6307         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6308         (gnus-message-add-citation-keywords): Append keywords rather than
6309         prepending; emulate font-lock-add-keywords if it is not available.
6310         (gnus-message-remove-citation-keywords): Emulate
6311         font-lock-remove-keywords if it is not available.
6312
6313         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6314
6315         * message.el (message-cite-prefix-regexp): Set the value of
6316         gnus-message-cite-prefix-regexp.
6317
6318 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6319
6320         * nnweb.el (nnweb-google-parse-1): Update parser.
6321
6322 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6323
6324         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6325
6326 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6327
6328         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6329         regexp.
6330
6331 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6334         string-to-multibyte.
6335         (uudecode-decode-region-internal): Use it.
6336
6337         * lpath.el: Fbind string-as-multibyte for XEmacs.
6338
6339 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6342         custom choice.
6343
6344         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6345
6346 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6347
6348         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6349
6350         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6351         `write-region' to respect `mm-inhibit-file-name-handlers'.
6352
6353 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6354
6355         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6356         Use gnus-home-directory instead of "~/" or "$HOME".
6357
6358 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6361         to mention filename.
6362         Add comments at beginning regarding usage.
6363         (encrypt-write-file-contents): Change interactive so a string is
6364         acceptable.  If the file has no associated model, show an error instead
6365         of a nonsense prompt.
6366
6367 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6368
6369         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6370         Thanks to Yoshihiko Yamada for kind notification of this typo.
6371
6372 2007-01-12  Kenichi Handa  <handa@m17n.org>
6373
6374         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6375         multibyte buffer.
6376
6377 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gnus-score.el (gnus-score-fast-scoring): New variable.
6380         (gnus-score-headers): Use it.
6381
6382         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6383
6384         * message.el (message-cite-original-1): Call
6385         gnus-article-highlight-citation if requested.
6386         (message-make-from): Allow name and address as optional arguments.
6387
6388         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6389
6390         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6391         bugs to doc string.
6392         (gnus-button-alist): Add mid\\|message-id.
6393         (gnus-button-fetch-group): Extend for use in
6394         `browse-url-browser-function'.
6395         (gnus-button-url-regexp): Try to catch paired parentheses like in
6396         Wikipedia URLs.
6397
6398         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6399         Suggested by Simon Krahnke <overlord@gmx.li>.
6400
6401 2007-01-13  Romain Francoise  <romain@orebokech.com>
6402
6403         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6404         Update copyright.
6405
6406 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6407
6408         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6409
6410 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6411
6412         * gnus-registry.el (gnus-registry-unfollowed-groups)
6413         (gnus-registry-split-fancy-with-parent): Fix documentation.
6414
6415 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6418         from nnweb groups.
6419
6420 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421
6422         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6423         Xref urls.  Erase buffer before requesting head.
6424
6425 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6428         customizable.
6429
6430 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6431
6432         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6433         no signing key is found.
6434         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6435         no encrypting and/or signing key is found.
6436
6437 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6440
6441 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6442
6443         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6444         headers read from disk with the ones newly found in the current search.
6445         This should no longer cause problems, because the article numbers in
6446         Gmane's `nov.php' output are ignored since the previous change.
6447
6448 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6449
6450         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6451
6452 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6455         replace-regexp-in-string; bind url-version; fbind display-images-p and
6456         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6457         find-face and set-itimer-function for Emacs; bind itimer-list for
6458         Emacs.
6459
6460         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6461
6462 2007-01-01  Romain Francoise  <romain@orebokech.com>
6463
6464         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6465
6466 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6467
6468         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6469         `define-minor-mode' macro definition expanded properly.
6470         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6471         exclude it there.
6472
6473         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6474         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6475         `fboundp' test.
6476         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6477         This is OK to autoload in (S)XEmacs now.
6478
6479 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480
6481         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6482         keystroke.
6483         (gnus-summary-limit-to-singletons): Fix typo.
6484
6485         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6486         else fails.
6487
6488 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6489
6490         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6491         docstring.
6492
6493         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6494         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6495         (gnus-summary-insert-dormant-articles): Fix typo in message.
6496
6497 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6500         nil for XEmacs.
6501         (gnus-message-citation-mode): Don't autoload in XEmacs.
6502
6503         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6504
6505 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6506
6507         * nnimap.el (nnimap-expunge-search-string): Mention
6508         nnimap-search-uids-not-since-is-evil in docstring.
6509
6510 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * spam.el: Revert to make-obsolete-variable because
6513         define-obsolete-variable-alias is not supported in Emacs 21.
6514
6515         * spam.el (spam-ifile-path, spam-ifile-database-path)
6516         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6517         make-obsolete-variable.
6518         (spam-bsfilter-path, spam-bsfilter-program)
6519         (spam-spamassassin-path, spam-spamassassin-program)
6520         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6521         use "path" inappropriately.
6522         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6523         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6524         variable names.
6525
6526 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6527
6528         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6529         summary buffer.
6530
6531         * password.el (password-cache-remove): Use clear-string to burn
6532         password, if available.
6533
6534 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6537
6538         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6539
6540         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6541         (gnus-message-highlight-citation): Move defcustom here from
6542         gnus-cite.el.
6543         (gnus-message-citation-mode): Autoload.
6544
6545         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6546         checks to make it compile with XEmacs.
6547         (gnus-message-citation-mode): New minor mode.
6548         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6549         (gnus-message-highlight-citation): New variables.
6550         (gnus-message-search-citation-line)
6551         (gnus-message-add-citation-keywords)
6552         (gnus-message-remove-citation-keywords)
6553         (turn-on-gnus-message-citation-mode)
6554         (turn-off-gnus-message-citation-mode): New functions.
6555
6556 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6557
6558         * gnus-cite.el: Enable highlighting of different citation levels in
6559         message-mode.
6560
6561 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * message.el (message-make-fqdn): Fix comment.
6564         (message-bogus-system-names): Add ".local".
6565
6566         * spam.el (spam-ifile-path, spam-ifile-program)
6567         (spam-ifile-database-path, spam-ifile-database)
6568         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6569         Don't use "path" inappropriately.
6570         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6571         strings.
6572         (spam-check-ifile, spam-ifile-register-with-ifile)
6573         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6574         new variable names.
6575
6576         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6577         (gnus-treat-display-smileys): Simplify using
6578         gnus-image-type-available-p.
6579
6580         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6581         available.
6582
6583         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6584         `display-images-p' if available.
6585
6586 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6589         one after turning on the buffer's multibyteness instead of decoding
6590         them directly in the unibyte buffer that causes unexpected conversion
6591         in Emacs 23 (unicode).
6592
6593 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6594
6595         * message.el (message-generate-hashcash): Fix custom type.
6596
6597 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6600
6601 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6604         disconnect icons.  Add help text.
6605
6606 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6609         negated to be consistent with the others we handle.
6610
6611 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6614         version of gnus-summary-buffer to something, so that we can use two
6615         article buffers at the same time.
6616
6617 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6620         trigger all the extra headers.
6621         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6622         sorting.
6623
6624 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6625
6626         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6627         solid groups.
6628
6629 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6630
6631         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6632
6633 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * legacy-gnus-agent.el: Add Copyright notice.
6636
6637 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6638
6639         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6640
6641 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6642
6643         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6644
6645         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6646         to make it work reliably in CVS Emacs.
6647         (gnus-summary-limit-strange-charsets-predicate)
6648         (gnus-summary-limit-to-predicate): New functions.
6649
6650 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6651
6652         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6653         specifying array size.
6654         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6655         array if it is too small.
6656         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6657         (gnus-sort-threads-loop): New function.
6658
6659 2006-12-06  Chris Moore  <dooglus@gmail.com>
6660
6661         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6662         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6663
6664 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6665
6666         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6667         options.
6668
6669 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6672         DOS-ing the recipient.
6673
6674         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6675         the headers when creating the mapping to avoid mismappings.
6676         (nnweb-gmane-create-mapping): Always nix out old mapping.
6677
6678 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6681         and mm-verify-option to never.
6682
6683 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * message.el (message-signed-or-encrypted-p): New function.
6686         (message-forward-make-body): Use it.
6687
6688         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6689         Replace encode-coding-string with mm-encode-coding-string.
6690
6691 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * nneething.el (nneething-decode-file-name): Replace
6694         decode-coding-string with mm-decode-coding-string.
6695
6696         * gnus-int.el (gnus-open-server): Say failed server's name.
6697
6698 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6699
6700         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6701         strings to a single string.  Quote `errors-file-name'.
6702         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6703         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6704         Adjust calls.  Use `shell-quote-argument'.
6705
6706 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6707
6708         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6709         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6710
6711         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6712         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6713         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6714         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6715         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6716         (gnus-subscribe-newsgroup, gnus-1):
6717         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6718         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6719         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6720         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6721
6722 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6725         keystroke.
6726         (gnus-summary-limit-to-bodies): Implement headersp.
6727
6728 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6731
6732 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6735
6736 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * message.el (message-generate-hashcash): Expand range of values to
6739         include `opportunistic'.
6740         (message-send-mail): Use it.
6741
6742 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6743
6744         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6745         and comment it.
6746
6747         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6748
6749 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * gnus-util.el (gnus-extract-address-components): Improve comment.
6752
6753 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-util.el (gnus-extract-address-components): Work with address in
6756         which the name portion contains @.
6757
6758         * lpath.el: Fbind custom-autoload.
6759
6760 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * gnus.el (gnus-start): Move custom group up.
6763         (gnus-select-method): Don't autoload, but make it available for
6764         `customize-variable'.
6765         (gnus-getenv-nntpserver): Don't autoload.
6766
6767 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6770
6771 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * message.el (message-sendmail-extra-arguments): New variable.
6774         (message-send-mail-with-sendmail): Use it.
6775
6776 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6779         mm-with-unibyte-current-buffer to make string unibyte.
6780
6781         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6782         mm-string-as-multibyte.
6783
6784 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6785
6786         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6787         Reported by Werner Koch <wk@gnupg.org>.
6788
6789 2006-11-14  Daiki Ueno  <ueno@p360>
6790
6791         * mml2015.el: Autoload epa-select-keys when compiling.
6792
6793 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6794
6795         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6796         message-options.
6797         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6798
6799 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6800
6801         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6802         EasyPG (< 0.0.6).
6803         (mml2015-always-trust): New user option.
6804         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6805         prompt.
6806
6807 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * nntp.el (nntp-authinfo-force): New variable.
6810         (nntp-send-authinfo): Use it.
6811
6812 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6815         decode encoded words.  Improve prompt.  Add comment about forwarding.
6816         (message-replacement-char): Move up.
6817
6818 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6819
6820         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6821         instead of gnus-intersection because arguments of gnus-sorted-nunion
6822         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6823
6824 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6827         (message-simplify-subject-functions): Enable
6828         message-strip-subject-encoded-words by default.
6829
6830 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * message.el (message-strip-subject-encoded-words): New function.
6833         (message-simplify-subject-functions): New variable.
6834         (message-simplify-subject): Use it.  Fix typo in doc string.
6835         Support message-strip-subject-encoded-words.
6836
6837 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6838
6839         * gnus-diary.el (gnus-diary-delay-format-function):
6840         * nndiary.el (nndiary-reminders):
6841         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6842
6843 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6844
6845         * gnus-art.el (article-hide-boring-headers): Fetch date from
6846         gnus-original-article-buffer to avoid problems with localized date
6847         strings.
6848
6849 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6852
6853 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6856         New variables.
6857         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6858         (mm-charset-synonym-alist): Move some entries to
6859         mm-codepage-iso-8859-list.
6860         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6861         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6862
6863 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6866
6867 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6870         with Emacs 21 and XEmacs.
6871
6872 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6873
6874         * spam.el (spam-parse-address): New function for better parsing,
6875         catching errors, etc.
6876         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6877
6878 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * mm-view.el: Add interactive arg to html2text autoload.
6881
6882 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6885
6886 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6887
6888         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6889         variables.
6890         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6891         (mm-charset-synonym-alist): Move some entries to
6892         mm-codepage-iso-8859-list.
6893
6894         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6895
6896 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * message.el (message-citation-line-format)
6899         (message-insert-formated-citation-line): Fix implementation of %E, %N
6900         and %n according to the doc string.
6901
6902 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6905         car-safe to avoid bad parses.
6906
6907 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6910         names.
6911
6912         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6913
6914 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6917         header.
6918
6919         * message.el (message-draft-headers): Add Date.
6920         (message-headers-to-generate): Fix typo in docstring.
6921
6922         * nndraft.el (nndraft-required-headers): New variable.
6923         (nndraft-generate-headers): Use it.
6924
6925         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6926
6927 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * gnus-registry.el (gnus-registry-wash-for-keywords)
6930         (gnus-registry-find-keywords): New functions to allow easy searching of
6931         articles that are in the registry.
6932
6933 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6936         ietf-drums-parse-address instead of gnus-extract-address-components.
6937         Reported by Damien Elmes <damien@repose.cx>.
6938
6939 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus.el (gnus-mime): Remove unused custom group.
6942
6943 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6944
6945         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6946         "blank line" when searching for end of armor headers.
6947
6948 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gmm-utils.el (gmm-write-region): Fix variable name.
6951
6952 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * gmm-utils.el (gmm-write-region): New function based on compatibility
6955         code from `mm-make-temp-file'.
6956
6957         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6958
6959         * nnmaildir.el (nnmaildir--update-nov)
6960         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6961         Use `gmm-write-region'.
6962
6963 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6966         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6967
6968         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6969
6970         * message.el (message-replacement-char): New variable.
6971         (message-fix-before-sending): Use it.
6972         (message-simplify-subject): New function to remove duplicate code.
6973         (message-reply, message-followup): Use it.
6974
6975         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6976         gnus-summary-limit-to-articles.
6977
6978 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-util.el (gnus-with-local-quit): New macro.
6981
6982         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6983
6984 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6985
6986         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6987         ignore non-string data.
6988
6989 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6992         non-string data (needs to be done in the registry too).
6993
6994 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6997         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6998         (gnus-registry-split-fancy-with-parent)
6999         (gnus-registry-fetch-simplified-message-subject-fast)
7000         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7001         Remove text properties on ingress into the registry and when it's saved.
7002         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7003         registry from entries with no groups.
7004
7005 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7008         function to remove string properties.
7009
7010 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * gmm-utils.el (gmm): Adjust custom version.
7013
7014         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7015         custom version.
7016
7017         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7018
7019 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * gnus-art.el (gnus-insert-prev-page-button)
7022         (gnus-insert-next-page-button): Simplify.  Reformat.
7023
7024 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7025
7026         * gnus-art.el (gnus-insert-prev-page-button)
7027         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7028
7029 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7030
7031         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7032
7033 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7034
7035         * gnus-art.el (gnus-insert-mime-button)
7036         (gnus-insert-mime-security-button):
7037         Apply gnus-article-button-face to MIME and security buttons.
7038
7039 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7042         readable.
7043
7044 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7047
7048 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7049
7050         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7051         `browse-url-of-file' instead of `browse-url'.
7052
7053 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7054
7055         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7056         regexp.  Articles containing quotation were cut prematurely.
7057
7058 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * message.el (message-cite-original-1): Use nobody by default for the
7061         value of From header.
7062         (message-reply): Ditto.
7063
7064 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7065
7066         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7067         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7068         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7069
7070 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7073         mails in the doc string.  Add some URLs in comment.
7074         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7075
7076 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7079         backslashes handling and the way to find boundaries of quoted strings.
7080
7081 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7082
7083         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7084         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7085         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7086         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7087
7088 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7091         doc string.
7092         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7093
7094 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * lpath.el: Fbind epg-check-configuration.
7097
7098 2006-09-06  Simon Josefsson  <jas@extundo.com>
7099
7100         * mml2015.el (mml2015-use): Doc fix, mention epg.
7101
7102 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7103
7104         * mml2015.el (mml2015-use): Default to epg, if available.
7105
7106 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7107
7108         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7109         message-sender.
7110         (mml1991-epg-encrypt): Ditto.
7111         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7112         message-sender.
7113         (mml2015-epg-encrypt): Ditto.
7114
7115 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7116
7117         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7118         several common directories.
7119
7120 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7121
7122         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7123         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7124
7125 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-art.el (article-decode-encoded-words): Make it fast.
7128
7129 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7132
7133         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7134         in quoted string into `\'.
7135
7136 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7139         Use standard-syntax-table.
7140
7141 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-art.el (gnus-decode-address-function): New variable.
7144         (article-decode-encoded-words): Use it to decode headers which are
7145         assumed to contain addresses.
7146         (gnus-mime-delete-part): Remove useless `or'.
7147
7148         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7149         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7150         (gnus-nov-parse-line): Use it to decode From header.
7151         (gnus-get-newsgroup-headers): Ditto.
7152         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7153
7154         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7155         (mail-decode-encoded-address-string): New alias.
7156
7157         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7158         New function.
7159         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7160         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7161         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7162         (rfc2047-decode-string): Ditto.
7163         (rfc2047-decode-address-region): New function.
7164         (rfc2047-decode-address-string): New function.
7165
7166 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * message.el (message-caesar-buffer-body): Allow rotating headers.
7169
7170         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7171
7172         * message.el (message-insert-formated-citation-line): Fix %f.
7173         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7174
7175 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7178         (gnus-bookmark-mouse-available-p): New macro.
7179         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7180         (gnus-bookmark-bmenu-show-infos): Use it.
7181         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7182         (gnus-bookmark-bmenu-hide-infos): Ditto.
7183         (gnus-bookmark-remove-properties): New function.
7184         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7185         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7186         (gnus-bookmark-write-file): Bind coding-system-for-write.
7187         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7188         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7189         group before selecting it.
7190         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7191         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7192         quit-window if it is not available; use gnus-mouse-2 and bind it to
7193         gnus-bookmark-bmenu-select-by-mouse.
7194         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7195         (gnus-bookmark-bmenu-select-by-mouse): New function.
7196
7197 2006-08-13  Romain Francoise  <romain@orebokech.com>
7198
7199         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7200         space.
7201
7202 2006-08-10  Romain Francoise  <romain@orebokech.com>
7203
7204         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7205         (dns-mode-soa-auto-increment-serial): New user option.
7206         (dns-mode-soa-maybe-increment-serial): New function.
7207         (dns-mode): Add the latter to `write-contents-functions'.
7208
7209 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * compface.el (uncompface): Use binary rather than raw-text-unix.
7212
7213 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * compface.el (uncompface): Make sure the eol conversion doesn't take
7216         place when communicating with the external programs.  Reported by
7217         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7218
7219 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7222
7223 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7224
7225         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7226         Make it more robust by parsing author and date independently.
7227
7228 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7231
7232 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7233
7234         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7235         first matching secret key.
7236         (mml2015-epg-encrypt): Ditto.
7237
7238         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7239         first matching secret key.
7240         (mml1991-epg-encrypt): Ditto.
7241
7242         * mml2015.el (mml2015-encrypt-to-self): New user option.
7243         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7244         mml2015-epg-encrypt-to-self is set.
7245
7246         * mml1991.el (mml1991-encrypt-to-self): New variable.
7247         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7248         mml1991-epg-encrypt-to-self is set.
7249
7250         * mml2015.el (mml2015-signers): New user option.
7251         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7252         (mml2015-epg-encrypt): Allow to select signing keys.
7253
7254         * mml1991.el (mml1991-signers): New variable.
7255         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7256         (mml1991-epg-encrypt): Allow to select signing keys.
7257
7258 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * nnheader.el (nnheader-insert-head): Make it work even if the file
7261         uses CRLF for the line-break code.
7262
7263 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7264
7265         * mml2015.el: Require mml-sec instead of password.
7266         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7267         (mml2015-cache-passphrase): Inherit the default value from
7268         mml-secure-cache-passphrase.
7269         (mml2015-passphrase-cache-expiry): Inherit the default value from
7270         mml-secure-passphrase-cache-expiry.
7271
7272         * mml1991.el: Require mml-sec instead of password.
7273         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7274         (mml1991-cache-passphrase): Inherit the default value from
7275         mml-secure-cache-passphrase.
7276         (mml1991-passphrase-cache-expiry): Inherit the default value from
7277         mml-secure-passphrase-cache-expiry.
7278
7279         * mml-sec.el: Require password.
7280         (mml-secure-verbose): New user option.
7281         (mml-secure-cache-passphrase): New user option.
7282         (mml-secure-passphrase-cache-expiry): New user option.
7283
7284 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7285
7286         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7287         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7288         andreas@altroot.de (Andreas Vögele).
7289
7290         FIXME: Use `tiny change'?
7291
7292 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7293
7294         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7295         workaround for the url package included with Emacs.
7296
7297         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7298
7299 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7302         correctly.  This fixes a bug caused by the 2006-05-12 change.
7303
7304 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7305
7306         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7307         some information about the error when saying that the `bogus' mail
7308         group will be used.
7309
7310 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7313         string.
7314
7315 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7316
7317         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7318
7319 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7320
7321         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7322
7323 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7324
7325         * mml1991.el (mml1991-function-alist): Add epg.
7326         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7327         (mml1991-epg-encrypt): New functions.
7328
7329 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7330
7331         * mml2015.el (mml2015-verbose): New variable.
7332         (mml2015-cache-passphrase): Ditto.
7333         (mml2015-passphrase-cache-expiry): Ditto.
7334         (mml2015-function-alist): Add epg.
7335         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7336         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7337         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7338         functions.
7339
7340 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7341
7342         * message.el (message-cite-original-1): Preserve region when removing
7343         quoted text due to X-No-Archive in order to avoid bogus attribution
7344         when citing multiple messages.
7345
7346 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7347
7348         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7349         Kenneth Jacker <khj@be.cs.appstate.edu>.
7350
7351 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * gnus-diary.el (gnus-user-format-function-d)
7354         (gnus-user-format-function-D): Autoload.
7355
7356         * imap.el (Commentary): Fix typo.
7357
7358         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7359         2006-04-22 contribution.
7360
7361 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7362
7363         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7364         It didn't really fix the bogosity I'm seeing with solid web groups.
7365
7366 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7367
7368         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7369         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7370         created using server names.  If we use the feature without declaring
7371         it, Gnus does not properly manage server and group state.
7372
7373         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7374         bound.
7375
7376 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7377
7378         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7379         looking up the method using GROUP's prefix before inventing a new one.
7380         It is used on killed/unknown groups in various places where returning
7381         an all-new method isn't expected by the caller.
7382
7383         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7384         and match semantics of gnus-group-real-prefix.
7385
7386 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * nnmail.el (nnmail-broken-references-mailers): New variable.
7389         (nnmail-ignore-broken-references): New function generalizing
7390         nnmail-fix-eudora-headers.
7391         (nnmail-fix-eudora-headers): Now obsolete.
7392
7393         * gnus-art.el (gnus-button-handle-custom): Support
7394         `customize-apropos*'.
7395
7396 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7399
7400         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7401         articles.
7402
7403 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * message.el (message-cite-reply-above): New variable.
7406         (message-yank-original): Use it.
7407
7408 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7411
7412 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7415         as read.
7416
7417         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7418
7419 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7422         (gnus-bookmark-default-file): Use gnus-directory.
7423         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7424         Remove "*" in doc string.
7425         (gnus-bookmark-write-file): Simplify.
7426         (gnus-bookmark-maybe-sort-alist): Use `when'.
7427         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7428         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7429         FIXME about Emacs 21 and XEmacs compatibility.
7430         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7431         compatibility.
7432         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7433         compatibility.
7434         (gnus-bookmark-menu-heading): Fix version.
7435
7436 2006-06-19  Bastien Guerry  <bzg@altern.org>
7437
7438         * gnus-bookmark.el: New file.
7439
7440 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * message.el (message-syntax-checks): Doc fix.
7443
7444 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7445
7446         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7447         unsubscribed groups as if they were killed ones.  It causes duplicate
7448         entries in gnus-newsrc-alist.
7449
7450 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * message.el (message-syntax-checks): Doc fix.
7453         (message-send-mail): Add check for continuation headers.
7454         (message-check-news-header-syntax): Fix regexp used to check for
7455         continuation headers.
7456
7457 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7460
7461 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7464
7465 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7468         default-truncate-lines.
7469
7470 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7473         to fill the utf-8 entry.
7474
7475         * lpath.el: Fbind unicode-precedence-list.
7476
7477 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7478
7479         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7480
7481 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7482
7483         * gnus-agent.el (directory-files-and-attributes): Move all the way
7484         forward (the third and final move).
7485         (gnus-agent-read-agentview): Trap reconstruction errors due to
7486         nonexistant directory.  Handle by returning nil.
7487
7488 2006-05-30  Didier Verna  <didier@xemacs.org>
7489
7490         * message.el (message-dont-reply-to-names): Update the custom type.
7491         * message.el (message-dont-reply-to-names): New defsubst: potentially
7492         convert a list of regexps into a single one.
7493         * message.el (message-get-reply-headers): Use it.
7494         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7495
7496 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-agent.el (directory-files-and-attributes): Move forward.
7499
7500 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * gnus-ml.el (gnus-mailing-list-subscribe)
7503         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7504         (gnus-mailing-list-message): Fix doc strings.
7505
7506 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7507
7508         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7509         of doing it manually.
7510
7511 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7514         comment.
7515
7516 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7517
7518         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7519         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7520         (gnus-agent-read-local): All symbols allocated in my-obarray.
7521         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7522         (gnus-agent-regenerate-group): Check numeric names to see if they are
7523         messages or groups.
7524         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7525         better way of do this...)
7526
7527         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7528         'dummy.group' (there should be a better way of do this...)
7529
7530 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7533         (gnus-saved-headers): Ditto.
7534         (gnus-default-article-saver): Mention functions may have properties.
7535         (gnus-article-save): Override gnus-save-all-headers and
7536         gnus-saved-headers by :headers property which saver function may have.
7537         (gnus-summary-save-in-file): Add :headers property.
7538         (gnus-summary-write-to-file): Ditto.
7539
7540         * gnus-sum.el (gnus-summary-save-article): Bind
7541         gnus-prompt-before-saving to t when saving many articles in a file;
7542         always show all headers.
7543
7544         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7545
7546 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7549         marks.
7550
7551         * message.el (message-indent-citation): Add optional arguments to allow
7552         using it outside of message buffers.
7553
7554         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7555         (gnus-article-treat-unfold-headers): Use it.
7556         (gnus-article-truncate-lines): New variable.
7557         (gnus-article-mode): Use it.
7558         (gnus-article-toggle-truncate-lines): New function.
7559
7560         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7561         gnus-article-toggle-truncate-lines.
7562
7563         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7564         coding system in XEmacs, use binary.
7565
7566 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7569         after-load-alist.
7570
7571         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7572         this function should save decoded articles.
7573         (gnus-summary-write-to-file): Use property to specify this function
7574         should save decoded articles and specify gnus-summary-save-in-file
7575         should be used to save articles other than the first one when saving
7576         many articles.
7577         (gnus-summary-save-body-in-file): Use property to specify this
7578         function should save decoded articles.
7579         (gnus-summary-write-body-to-file): Use property to specify this
7580         function should save decoded articles and specify
7581         gnus-summary-save-body-in-file should be used to save articles other
7582         than the first one when saving many articles.
7583
7584         * gnus-sum.el (gnus-summary-save-article): Simplify.
7585
7586 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-art.el (gnus-default-article-saver): Add
7589         gnus-summary-write-body-to-file.
7590         (gnus-article-save-coding-system): Don't use coding system object
7591         in XEmacs.
7592         (gnus-read-save-file-name): Add optional `dir-var' argument which
7593         specifies directory in which files are saved; work even if optional
7594         `variable' argument is not specified.
7595         (gnus-summary-write-to-file): Read file name.
7596         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7597         (gnus-summary-write-body-to-file): New function.
7598
7599         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7600         (gnus-summary-local-variables): Add it.
7601         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7602         (gnus-summary-save-article): Remove optional `decode' argument;
7603         determine whether to decode articles by the value of
7604         gnus-default-article-saver; when saving many files using
7605         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7606         it first and use gnus-summary-save-in-file or
7607         gnus-summary-save-body-in-file thereafter unless
7608         gnus-prompt-before-saving is always; move point to article which
7609         will be saved.
7610         (gnus-summary-save-article-file): Revert.
7611         (gnus-summary-write-article-file): Revert.
7612         (gnus-summary-save-article-body-file): Revert.
7613         (gnus-summary-write-article-body-file): New function.
7614
7615 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-art.el (gnus-default-article-saver): Doc fix.
7618         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7619         from gnus-summary-save-article-coding-system, and default to a
7620         certain coding system.
7621         (gnus-output-to-file): Add coding cookie and encode text according
7622         to gnus-article-save-coding-system; don't use mm-append-to-file.
7623
7624         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7625         gnus-art.el and rename to gnus-article-save-coding-system.
7626         (gnus-summary-save-article): Require gnus-art; don't show all
7627         headers if it decodes articles; don't add coding cookie here;
7628         don't bind mm-text-coding-system-for-write.
7629         (gnus-summary-save-article-file): Save decoded articles.
7630         (gnus-summary-write-article-file): When saving many files, use
7631         gnus-summary-write-to-file first and gnus-summary-save-in-file
7632         thereafter unless gnus-prompt-before-saving is always.
7633         (gnus-summary-save-article-body-file): Save decoded articles.
7634
7635         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7636
7637 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7638
7639         * nnrss.el (nnrss-check-group): Bind hash-index.
7640
7641 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7642
7643         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7644         its hash index.  Store this hash in `nnrss-group-data'.
7645         (nnrss-read-group-data): Update accordingly.
7646
7647 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7650         entry.
7651
7652         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7653         gnus-article-browse-html-article.
7654
7655 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7656
7657         * gnus-sum.el (gnus-summary-mime-map): Add
7658         gnus-article-browse-html-article.
7659
7660         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7661
7662 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7665         suitable coding systems in customize.
7666
7667 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * mail-source.el (mail-sources): Fix custom type.
7670
7671 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7674         (gnus-summary-expire-articles-now): Shorten prompt.
7675
7676         * gmm-utils.el (wid-edit): Require.
7677         (defun-gmm): Renamed from `gmm-defun-compat'.
7678         (gmm-image-search-load-path): Use it.
7679         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7680
7681 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7684         variable.
7685         (gnus-summary-save-article): Add optional `decode' argument.  If
7686         it is set and gnus-summary-save-article-coding-system is non-nil,
7687         save decoded article.
7688         (gnus-summary-write-article-file): Save decoded article if
7689         gnus-summary-save-article-coding-system is non-nil.
7690
7691         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7692         type.
7693
7694 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7697
7698 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7701         first to test gnus-single-article-buffer which may be buffer-local.
7702
7703         * gnus-sum.el (gnus-summary-setup-buffer): Make
7704         gnus-single-article-buffer buffer-local and nil in ephemeral
7705         group; make gnus-article-buffer, gnus-article-current, and
7706         gnus-original-article-buffer always buffer-local.
7707         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7708         group.
7709         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7710
7711 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * nnml.el (nnml-request-compact-group): Compressed files might not
7714         have .gz extension.
7715
7716 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7717
7718         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7719         (mm-copy-to-buffer): Use with-current-buffer.
7720         (mm-display-part): Simplify.
7721         (mm-inlinable-p): Add optional arg `type'.
7722
7723 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7724
7725         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7726         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7727         Try harder to show the attachment internally or externally using
7728         gnus-mime-view-part-as-type.
7729
7730 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * message.el (message-from-style, message-signature-separator)
7733         (message-user-organization-file, message-send-mail-function)
7734         (message-citation-line-function, message-yank-prefix)
7735         (message-indent-citation-function, message-signature)
7736         (message-signature-file, message-signature-insert-empty-line):
7737         Remove autoloads.
7738
7739         * gnus-art.el (gnus-buttonized-mime-types): Remove
7740         "multipart/signed".  Revert 2006-04-26 change.
7741
7742 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7743
7744         * gnus.el (gnus-version-number): Bump version.
7745
7746 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7747
7748         * gnus.el: No Gnus v0.5 is released.
7749
7750 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7751
7752         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7753         fetching articles by message-id.
7754
7755 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * message.el (hashcash): Require hashcash as normal.
7758
7759         * ecomplete.el (ecomplete-highlight-match-line): Use
7760         point-at-eol.
7761         (ecomplete-highlight-match-line): Use `highlight', because that
7762         face exists in both Emacs and XEmacs.
7763
7764         * message.el (message-display-abbrev): Use point-at-bol.
7765
7766         * mail-source.el: Don't require timer/timer-funcs.
7767
7768         * gnus-async.el: Ditto.
7769
7770         * password.el: Ditto.
7771
7772         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7773
7774         * mm-url.el: Ditto.
7775
7776         * gnus-xmas.el: Don't require timer-funcs.
7777
7778         * mm-util.el: Require timer/timer-funcs.
7779
7780 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7781
7782         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7783         Close.
7784
7785 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7788         unibyte after clear-decrypt function runs.
7789
7790         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7791         returns as a unibyte string.
7792
7793 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * lpath.el: Revert.
7796
7797         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7798         (pgg-gpg-process-sentinel): Revert.
7799
7800         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7801         (pgg-pgp-lookup-key): Revert.
7802
7803         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7804         (pgg-pgp5-lookup-key): Revert.
7805
7806         * pgg.el (pgg-fetch-key): Revert.
7807
7808 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * lpath.el: Fbind string-as-multibyte for XEmacs.
7811
7812         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7813         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7814         (mml1991-pgg-encrypt): Ditto.
7815
7816         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7817         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7818         a multibyte buffer.
7819
7820         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7821         (pgg-pgp-lookup-key): Ditto.
7822
7823         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7824         (pgg-pgp5-lookup-key): Ditto.
7825
7826         * pgg.el (pgg-fetch-key): Ditto.
7827
7828 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * message.el (message-user-organization-file): Check several
7831         locations of the organization file.
7832
7833         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7834         Add gnus-article-view-part-as-type.
7835
7836         * gnus-art.el (gnus-article-view-part-as-type): New function.
7837
7838         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7839         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7840
7841         * mml.el: Simplify autoload.
7842         (mml-mode): defvar dnd-protocol-alist instead of using
7843         symbol-value.
7844         (mml-default-directory): New variable.
7845         (mml-minibuffer-read-file): Use it.
7846         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7847
7848         * message.el (message-citation-line-format): New variable.
7849         (message-insert-formated-citation-line): New function.
7850         (message-citation-line-function): Add
7851         `message-insert-formated-citation-line' to custom type.
7852
7853         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7854         to doc string.
7855
7856         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7857         depending on mm-verify-option.
7858
7859 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7862         binding pgg-* variables; reimplement the section which prevents
7863         MIME header from being signed.
7864         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7865         pgg-text-mode; remove a blank line at the top of body.
7866
7867         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7868         lines at the top of body; use gnus-newsgroup-charset if there's no
7869         Charset header.
7870
7871 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * message.el (message-self-insert-commands): Doc fix.
7874
7875         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7876         (mm-uu-pgp-encrypted-test): Ditto.
7877         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7878         between header and body; return application/pgp-encrypted handle
7879         if decryption failed; decode decrypted body by charset.
7880
7881         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7882         element match to application/pgp-*.
7883
7884 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7885
7886         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7887         HTML.
7888
7889 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * mail-source.el (mail-source-call-script): Message the error
7892         string.
7893
7894 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895
7896         * gnus-util.el (gnus-byte-compile): Use it.
7897
7898 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7899
7900         * gnus-util.el (kill-empty-logs): New function.
7901
7902 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * message.el (message-mail-alias-type): Doc fix.
7905         (message-mail-alias-type-p): New function.
7906         (message-send): Use it.
7907         (message-mode): Ditto.
7908         (message-strip-forbidden-properties): Ditto.
7909
7910         * ecomplete.el (ecomplete-database-file-coding-system): New
7911         variable.
7912         (ecomplete-save): Use it.
7913         (ecomplete-setup): Use it.
7914
7915 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * message.el (message-self-insert-commands): New variable.
7918         (message-strip-forbidden-properties): Use it.
7919
7920 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7923         that doesn't make XEmacs choke.
7924
7925 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * gnus-util.el (gnus-replace-in-string):
7928         Prefer replace-regexp-in-string over of replace-in-string.
7929
7930 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-util.el (gnus-select-frame-set-input-focus):
7933         Use select-frame-set-input-focus if it is available in XEmacs; use
7934         definition defined in Emacs 22 for old Emacsen.
7935
7936         * dgnushack.el: Autoload unmorse-region for XEmacs.
7937
7938         * lpath.el: Bind cursor-in-non-selected-windows and
7939         select-frame-set-input-focus for XEmacs.
7940
7941 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7944
7945 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * gnus-registry.el (gnus-registry-cache-save): Remove text
7948         properties when saving via the temp buffer.
7949
7950 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * message.el (message-generate-hashcash): Honor custom type.
7953
7954 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955
7956         * message.el (message-generate-hashcash): Default to non-nil when
7957         hashcash is found.
7958
7959         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7960         (gnus-refer-thread-limit): Increase default to 500.
7961
7962         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7963
7964         * flow-fill.el (fill-flowed): Allow delete-space.
7965
7966 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7969         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7970         Remove autoloads.
7971
7972 2006-04-18  Simon Josefsson  <jas@extundo.com>
7973
7974         * message.el (message-generate-hashcash): Default to.
7975
7976 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7979         concatenating segments rather than before concatenating them.
7980
7981 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7984
7985 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986
7987         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7988
7989         * message.el (message-forward-make-body-plain): Allow
7990         message-forward-ignored-headers to be a list.
7991         (message-remove-ignored-headers): Factor out into function.
7992         (message-forward-make-body-mml): Use it.
7993
7994         * imap.el (imap-quote-specials): New function.
7995         (imap-login-auth): Quote specials.
7996
7997         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7998         (rfc2231-parse-string): Allow concatanation of parameters that
7999         aren't contiguous.  The test case is
8000           (mail-header-parse-content-type "message/external-body;
8001             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8002             access-type=LOCAL-FILE;
8003             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8004
8005 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8006
8007         * nntp.el (nntp-accept-process-output): Return the value of
8008         `nnheader-accept-process-output'.
8009
8010 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8013         (gnus-button-alist): Recognize more diff formats.
8014         (gnus-button-patch): Strip directory.
8015
8016 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8019         Emacs 22 when setting focus.
8020
8021 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8022
8023         * gnus-art.el (gnus-article-treat-types): Do treatment of
8024         text/x-verbatim parts.
8025         (gnus-button-patch): New command.
8026
8027         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8028         addresses that contain invalid characters.
8029
8030 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * message.el (message-put-addresses-in-ecomplete): Use
8033         gnus-replace-in-string.
8034         (message-is-yours-p): Use the more correct
8035         mail-header-parse-address instead of
8036         mail-extract-address-components.
8037         (message-put-addresses-in-ecomplete): Fix typo.
8038
8039         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8040         keystroke.
8041
8042         * gnus-art.el (gnus-treatment-function-alist): Change order of
8043         newsgroups/generic header folding to avoid double-folding.
8044
8045         * message.el (message-hidden-headers): Add X-Draft-From.
8046
8047         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8048         command.
8049         (gnus-summary-repeat-search-article-backward): New command.
8050
8051         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8052         groups in the parent topic.
8053
8054 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8055
8056         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8057         (spam-extra-header-to-number): Return the CRM114 number as a
8058         number instead of a string.
8059
8060 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8061
8062         * gnus-art.el (gnus-face-properties-alist): Moved here from
8063         gnus-fun.
8064
8065         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8066
8067 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * message.el (message-strip-forbidden-properties): Only display on
8070         self-insert-command.
8071
8072         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8073         reindent.
8074         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8075
8076 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8077
8078         * smiley.el (smiley-style): Fix typo.
8079
8080 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8081
8082         * hashcash.el (hashcash-insert-payment-async-2): Use
8083         message-goto-eoh instead of doing it manually.
8084         (mail-add-payment): Use message-narrow-to-header instead of trying
8085         to do the same itself.
8086
8087         * message.el (message-hidden-headers): Add Face.
8088
8089         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8090         reparenting code.
8091         (gnus-summary-reparent-children): Refactored out code.
8092         (gnus-summary-thread-map): New keystroke.
8093         (gnus-summary-reparent-children): Make into command.
8094
8095         * smiley.el (smiley-style): Default to `medium' if using a large
8096         font.
8097
8098         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8099         does it itself.
8100
8101         * message.el (message-point-in-header-p): Simplify definition.
8102
8103 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * nnagent.el (nnagent-request-set-mark): Silence log file
8106         writing.
8107         (nnagent-request-set-mark): Use write-region instead of
8108         append-to-file.
8109
8110         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8111         strange select method.
8112
8113         * ecomplete.el (ecomplete-display-matches): Get highlightling
8114         right.
8115         (ecomplete-display-matches): Use literals.
8116         (ecomplete-display-matches): Disable message logging.
8117
8118         * message.el (message-display-abbrev): Small optimization.
8119
8120         * ecomplete.el (ecomplete-display-matches): Allow automatic
8121         display.
8122
8123         * message.el (message-strip-forbidden-properties): Display
8124         abbrevs.
8125         (message-display-abbrev): Get automatic display right.
8126
8127         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8128         keystrokes.
8129
8130 2006-04-13  Romain Francoise  <romain@orebokech.com>
8131
8132         TODO: Backport to v5-10!
8133
8134         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8135         Moved here (and renamed) from gnus-registry.el.
8136
8137         * gnus-registry.el: Require gnus-util.
8138         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8139
8140 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * gnus-group.el (gnus-group-catchup-current): Change
8143         if-then-else-if-then-else into cond.
8144         (gnus-group-catchup): Indent.
8145         (group-name-at-point): New function.
8146         (gnus-fetch-group): Provide default from thing at point.
8147
8148 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8149
8150         * message.el (message-display-abbrev): Fix regexp.
8151
8152         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8153         choosing.
8154         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8155         dead variables.
8156
8157         * message.el (message-newline-and-indent): Remove debugging.
8158         (message-display-abbrev): Use new implementation.
8159
8160 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * gnus-art.el (gnus-article-mode): Set
8163         cursor-in-non-selected-windows to nil.
8164
8165         * smiley.el: Revert previous change.
8166         (smiley-data-directory): defvar it before using it in the
8167         defcustom of `smiley-style'.
8168
8169 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * message.el (message-newline-and-indent): New function.
8172
8173         * ecomplete.el: Implement more bits.
8174
8175         * message.el (message-put-addresses-in-ecomplete): Clean up the
8176         string.
8177
8178         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8179
8180         * gnus-sum.el (gnus-summary-save-parts): Bind
8181         gnus-summary-save-parts-counter and use it to make unique file
8182         names.
8183
8184         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8185
8186         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8187         parameter to say whether to actually parse the individual
8188         addresses.
8189
8190         * message.el (message-put-addresses-in-ecomplete): New function.
8191         (ecomplete): Require.
8192         (message-mail-alias-type): Add ecomplete as an option.
8193
8194 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8195
8196         * flow-fill.el (fill-flowed): Remove trailing space from blank
8197         quoted lines.
8198
8199 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * smiley.el (smiley-style): Move definition later to avoid a
8202         compilation warning.
8203
8204 2006-04-12  Kenichi Handa  <handa@m17n.org>
8205
8206         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8207         buffer and then decode the buffer text if necessary.
8208         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8209         first, and after mm-encode-body, change the buffer to unibyte.
8210         Use mm-disable-multibyte instead of set-buffer-multibyte.
8211
8212 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8215         Content-Type header instead of Content-Disposition header.
8216         (gnus-mime-inline-part): Ditto.
8217         (gnus-mime-view-part-as-charset): Ignore charset that the part
8218         specifies.
8219
8220         * mm-decode.el (mm-display-part): Work with external parts and
8221         usual parts similarly.
8222
8223         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8224         instead of gnus-display-mime.
8225
8226         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8227         instead of with-temp-buffer.
8228
8229         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8230         tag to summarized topics part in order to encode non-ASCII text.
8231
8232 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8233
8234         * smiley.el (smiley-style): New variable.
8235         (smiley-directory): New function.
8236         (smiley-data-directory): Derive from `smiley-style' using
8237         `smiley-directory'.
8238         (smiley-regexp-alist): Add new entries.
8239
8240         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8241         (gnus-article-browse-delete-temp): Add :version.
8242
8243 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8244
8245         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8246         the sieve region.
8247
8248 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * gnus.el (gnus-version-number): Bump version.
8251
8252 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8253
8254         * gnus.el: No Gnus v0.4 is released.
8255
8256 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8259         layout.
8260
8261         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8262         unknown charset.
8263
8264         * message.el (message-header-synonyms): Add Original-To to the
8265         default.
8266
8267         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8268         optional parameter.
8269
8270 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * gnus-fun.el (gnus): Require it for gnus-directory.
8273
8274 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8277
8278 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8279
8280         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8281
8282 2006-04-05  Simon Josefsson  <jas@extundo.com>
8283
8284         * password.el (password-reset): New function.
8285
8286 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8287
8288         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8289         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8290
8291 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8292
8293         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8294         Some whitespace was matched into the url, which broke browsing hits
8295         > 100 when mm-url-use-external was nil.
8296
8297 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8300         gnus-extra-headers for 'Newsgroups.
8301
8302         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8303         bound.
8304
8305 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8306
8307         * pgg-gpg.el: Clean up process buffers every time gpg processes
8308         complete.
8309
8310 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8313         doc string.
8314
8315 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8316
8317         * pgg-gpg.el (pgg-gpg-process-filter)
8318         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8319
8320         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8321         lines, temporary fix.
8322
8323 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8326
8327 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8328
8329         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8330         default-enable-multibyte-characters.  This reverts the change from
8331         revision 6.17 which is no longer necessary because the passphrase
8332         is sent separately now.  GnuPG messages are unreadable under
8333         multibyte locales with default-enable-multibyte-characters set to
8334         nil.
8335
8336 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * message.el (message-tool-bar-gnome): Move "spell".
8339
8340 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8343         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8344         instead.
8345
8346 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8347
8348         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8349         newsgroups handling for NNTP overviews which don't include
8350         Newsgroups.
8351
8352 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8353
8354         * message.el (message-resend): Bind message-generate-hashcash to nil.
8355
8356 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8357
8358         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8359         when searching for already-paid recipients.
8360
8361 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8362
8363         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8364         passphrases when it is not needed.
8365         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8366         passphrase stuff from gpg, should only be necessary when you use
8367         gpg with a smartcard.
8368
8369 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * mml.el (mml-insert-mime): Ignore cached contents of
8372         message/external-body part.
8373
8374         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8375         (mm-insert-part): Ditto.
8376
8377 2006-03-23  Simon Josefsson  <jas@extundo.com>
8378
8379         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8380         Reiner.
8381         (pgg-gpg-use-agent-p): Use it again.
8382
8383 2006-03-23  Simon Josefsson  <jas@extundo.com>
8384
8385         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8386         older emacsen.
8387         (pgg-gpg-use-agent-p): Don't use it.
8388
8389 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8392         if we can.
8393
8394 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8395
8396         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8397         (pgg-gpg-update-agent): New function.
8398         (pgg-gpg-use-agent-p): New function.
8399         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8400         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8401         (pgg-gpg-sign-region): Use it.
8402
8403 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8406         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8407
8408 2006-03-21  Simon Josefsson  <jas@extundo.com>
8409
8410         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8411         <wilde@sha-bang.de>.
8412         (pgg-gpg-use-agent): New variable.
8413         (pgg-gpg-process-region): Use it.
8414         (pgg-gpg-encrypt-region): Likewise.
8415         (pgg-gpg-encrypt-symmetric-region): Likewise.
8416         (pgg-gpg-decrypt-region): Likewise.
8417         (pgg-gpg-sign-region): Likewise.
8418         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8419
8420 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8421
8422         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8423
8424         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8425         Add comment on version.
8426
8427 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8428
8429         * smiley.el: Add missing test smiley.
8430
8431 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * mm-decode.el (mm-with-part): New macro.
8434         (mm-get-part): Use it; work with message/external-body as well.
8435         (mm-save-part): Treat name and filename equally.
8436
8437         * mm-extern.el (mm-extern-cache-contents): New function.
8438         (mm-inline-external-body): Use it; force the part to be displayed;
8439         move undisplayer added to the cached handle to the parent.
8440
8441         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8442         (gnus-mime-view-part-as-type): Work with message/external-body.
8443
8444         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8445
8446 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8449         images in image-load-path.  [Sync with image.el, revision 1.60, in
8450         Emacs.]
8451
8452 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8455         path rather than symbol.  Always return list of directories.
8456         Guarantee that image directory comes first.  [Sync with image.el,
8457         revision 1.59, in Emacs.]
8458
8459         * message.el (message-make-tool-bar): Adjust to new API of
8460         `gmm-image-load-path-for-library'.
8461
8462         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8463
8464         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8465
8466 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8467
8468         * gnus-art.el (gnus-article-only-boring-p):
8469         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8470         intangible text.
8471         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8472
8473 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8476         `defun' instead of `gmm-defun-compat'.
8477
8478 2006-03-14  Simon Josefsson  <jas@extundo.com>
8479
8480         * message.el (message-unique-id): Don't use message-number-base36
8481         if (user-uid) is a float.
8482         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8483
8484 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8487
8488         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8489         empty line between a part and a message part.
8490
8491 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * smiley.el: Add more test smileys.
8494         (smiley-data-directory, smiley-regexp-alist)
8495         (gnus-smiley-file-types): Fix doc strings.
8496         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8497         adding new elements.
8498         (smiley-mouse-map): Unused code.  Make it a comment.
8499
8500 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8503         scan latest NoCeM messages instead of old ones.
8504         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8505         delimiters that are recently used.
8506         (gnus-nocem-load-cache): Add autoload cookie.
8507
8508         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8509
8510         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8511         level which is larger than gnus-use-nocem is specified.
8512
8513         * gnus-group.el (gnus-group-get-new-news): Ditto.
8514
8515 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * gnus-util.el (gnus-tool-bar-update): New function.
8518
8519         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8520         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8521
8522         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8523
8524         * gnus-group.el (gnus-group-redraw-when-idle)
8525         (gnus-group-redraw-check): Remove.
8526         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8527
8528 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8531         if optional last element is specified in splits (FIELD VALUE...).
8532
8533 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8536         to gmm-image-load-path-for-library.  Call with no-error argument.
8537         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8538
8539         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8540
8541         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8542
8543         * gmm-utils.el (gmm-image-load-path): Remove alias.
8544
8545 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8546
8547         * gmm-utils.el (gmm-image-load-path): Add alias.
8548
8549         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8550         nnml-generate-nov-databases-1.
8551         (nnml-generate-nov-databases): Use it.
8552         (nnml-generate-nov-databases-directory): Document no-active
8553         argument.
8554
8555         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8556         directory if path is t.  Add no-error.
8557
8558         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8559         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8560
8561         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8562         resetting gnus-article-browse-html-temp-list.
8563
8564         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8565         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8566         Add example to docstring.  Rename local variables.  Move error
8567         checks to default case in cond and simplify.
8568
8569 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8572         handle is multipart when calling it recursively.
8573         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8574
8575 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8576
8577         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8578         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8579
8580 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8583         is loaded.
8584
8585         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8586         loaded.
8587
8588 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8589
8590         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8591         to "Emacs 23 (unicode)" in doc string.
8592
8593         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8594         "Emacs 23 (unicode)" in comment.
8595
8596 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8599
8600         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8601         characters 160 through 255 in Emacs 23.
8602
8603 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8606         gnus-article-browse-html-temp.
8607         (gnus-article-browse-delete-temp): Make it customizable.  Add
8608         `file'.  Adjust doc string.
8609         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8610         query for each file.  Adjust doc string.
8611         (gnus-article-browse-html-parts): Add
8612         `gnus-article-browse-delete-temp-files' to
8613         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8614
8615 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8616
8617         * gnus-art.el (gnus-article-browse-html-temp)
8618         (gnus-article-browse-delete-temp): New variables.
8619         (gnus-article-browse-delete-temp-files): New function.
8620         (gnus-article-browse-html-parts): Use it.
8621
8622 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8625
8626         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8627         string.
8628
8629         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8630         gnus-summary-insert-new-articles when unplugged.  Remove
8631         gnus-summary-search-article-forward.
8632
8633         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8634         display-visual-class instead of display-color-cells.
8635
8636 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * dgnushack.el: Autoload customize-group for XEmacs.
8639
8640         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8641         message/* containing non-ASCII text properly.
8642
8643 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * message.el: Require gmm-utils, remove autoloads.
8646         (message-tool-bar): Set default based on
8647         gmm-tool-bar-style.
8648         (message-tool-bar-gnome): Add gmm-customize-mode.
8649
8650         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8651         gmm-tool-bar-style.
8652         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8653
8654         * gnus-group.el (gnus-group-tool-bar): Set default based on
8655         gmm-tool-bar-style.
8656         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8657
8658         * gmm-utils.el (gmm-image-directory): Rename variable from
8659         gmm-image-load-path.
8660         (gmm-image-load-path): Use gmm-image-directory.
8661         (gmm-customize-mode): New function.
8662         (gmm-tool-bar-style): New variable.
8663
8664         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8665         gnus-group-redraw-line-number.
8666         (gnus-group-redraw-check): Simplify.
8667         (gnus-group-tool-bar-update): Remove redraw check.
8668         (gnus-group-make-tool-bar): Add redraw check.
8669
8670 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8671
8672         * gnus-art.el (gnus-button): Add missing parentheses.
8673
8674 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * lpath.el: Fbind line-number-at-pos.
8677
8678 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8681
8682 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * gnus-art.el (gnus-button): New face.
8685         (gnus-article-button-face): Use it.
8686
8687         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8688         gnus-summary-next-page.  Re-order.
8689
8690         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8691         next-node are now included.
8692         (gnus-group-redraw-line-number): New internal variable.
8693         (gnus-group-redraw-check): Helper function for updating the tool
8694         bar.
8695         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8696
8697         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8698
8699         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8700         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8701         Use it to match format of Spamassassin 3.0 and later.  Reported by
8702         IRIE Tetsuya <irie@t.email.ne.jp>.
8703         (spam-check-bogofilter)
8704         (spam-bogofilter-register-with-bogofilter): Fix args of
8705         `gnus-error' calls.
8706
8707 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8710         unnecessary interaction when sending queued mails.  Reported by
8711         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8712
8713 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8716         first or last are nil.
8717
8718 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8719
8720         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8721
8722 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8723
8724         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8725
8726 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * dns.el (query-dns): Protect more against buggy tcp output.
8729
8730 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8733         nov.php.
8734
8735 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8736
8737         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8738         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8739         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8740         output on the server side.
8741         (nnweb-google-create-mapping): Update regexps and add some
8742         progress indication.
8743
8744 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8747         gnus-agent-toggle-plugged.  Re-order icons.
8748         (gnus-group-tool-bar-gnome): Add
8749         gnus-group-{prev,next}-unread-group.
8750         (gnus-group-tool-bar-gnome): Re-order icons.
8751
8752         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8753         gnus-summary-insert-new-articles.
8754
8755         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8756         comments.
8757
8758         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8759         also available in Emacs 21.3.
8760
8761         * message.el (message-fix-before-sending): Change "Emacs 22" to
8762         "Emacs 23 (unicode)" in comment.
8763
8764         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8765         "Emacs 23 (unicode)" in comment.
8766
8767         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8768         comment.
8769         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8770
8771         * mm-view.el (mm-fill-flowed): Add :version.
8772
8773 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8776         and load-path.
8777
8778 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * message.el: Autoload gmm-image-load-path.
8781         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8782         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8783         consitency.
8784
8785         * gmm-utils.el (gmm-image-load-path): Also search in
8786         "../etc/images".  Don't set gmm-image-load-path if we don't find
8787         the image.
8788
8789 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * gmm-utils.el (gmm-image-load-path): Don't make
8792         `gmm-image-load-path' include subdirectories which the second arg
8793         `image' might specify.
8794
8795         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8796         subdirectory to icon file names.
8797
8798         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8799
8800 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8801
8802         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8803         gmm-image-load-path calls.
8804
8805         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8806
8807         * message.el (message-make-tool-bar): Ditto.
8808
8809         * mml.el (mml-preview): Added comment concerning tool bar icons.
8810
8811         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8812         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8813
8814         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8815         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8816
8817         * message.el (message-tool-bar-gnome): Use new icon names.
8818         (message-make-tool-bar): Use `gmm-image-load-path'.
8819
8820         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8821         functions from MH-E.
8822         (gmm-image-load-path): New variable from MH-E.
8823         (gmm-image-load-path): New function from MH-E.  Added arguments
8824         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8825         *-image-load-path-called-flag.
8826
8827 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8828
8829         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8830
8831 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8832
8833         * nnimap.el (nnimap-request-move-article): Change folder back to
8834         source group before deleting.
8835
8836 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8839
8840         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8841         mm-url.
8842
8843         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8844
8845 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8848         coding system which mm-charset-to-coding-system returns for a
8849         given charset is valid.
8850
8851 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8852
8853         * html2text.el (html2text-remove-tag-list):
8854         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8855
8856 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8857
8858         * gnus-cus.el: Revert 2005-10-17 change.
8859
8860 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-art.el (article-strip-banner): Call
8863         article-really-strip-banner only when the regexp match is made.
8864
8865 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-art.el (article-strip-banner): Use
8868         gnus-extract-address-components instead of
8869         mail-header-parse-addresses to make it work with non-ASCII text;
8870         remove mail-encode-encoded-word-string.
8871
8872         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8873         values which are surrounded with \"...\"; make it never cause a
8874         Lisp error; give up parsing of parameters if it failed in
8875         extracting type.
8876
8877 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8878
8879         * smime.el (smime-cert-by-ldap-1): Fix bug where
8880         `smime-ldap-search' returns results without userCertificates.
8881
8882 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8885
8886 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8887
8888         * spam.el (spam-check-spamassassin-headers): Adapt format for
8889         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8890         <ari@mbf.ocn.ne.jp>.
8891         (spam-list-of-processors): Add spam-use-gmane.
8892
8893 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8896         make-temp-file; make it work with XEmacs as well.
8897
8898         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8899         mm-make-temp-file.
8900
8901         * mm-decode.el (mm-display-external): Use the 3rd arg of
8902         mm-make-temp-file.
8903         (mm-create-image-xemacs): Ditto.
8904
8905 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8908         with message-narrow-to-headers.
8909         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8910         (gnus-draft-check-draft-articles): New function.
8911         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8912
8913 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * gnus-art.el (gnus-article-browse-html-parts):
8916         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8917         Don't use suffix argument for mm-make-temp-file for Emacs 21
8918         compatibility.  Remove useless `format'.
8919
8920 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8921
8922         * nnweb.el (nnweb-google-wash-article): Update regexps.
8923         (nnweb-group-alist): Use defvoo instead of defvar.
8924
8925 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8928         re-loading nn* modules.
8929
8930 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8933         for `tool-bar-mode' and don't check it's default-value.
8934
8935         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8936
8937         * message.el (message-make-tool-bar): Ditto.
8938
8939         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8940         `substring'.  Shorten tmp-file name.
8941
8942         * gnus.el: Remove bogus comment.
8943
8944 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8945
8946         * gnus-art.el (gnus-article-browse-html-parts): New function.
8947         (gnus-article-browse-html-article): New function for viewing html
8948         articles with a browser.
8949
8950 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8951
8952         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8953         in elisp.
8954         (pgg-gpg-encrypt-symmetric-region): Ditto.
8955         (pgg-gpg-sign-region): Ditto.
8956
8957         * pgg-def.el (pgg-text-mode): New variable.
8958
8959         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8960         (mml2015-pgg-encrypt): Ditto.
8961
8962         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8963         (mml1991-pgg-encrypt): Ditto.
8964
8965 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8968         message-make-date instead of current-time-string.
8969
8970         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8971         to gnus-decoded which mm-uu might set.
8972
8973 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8976         don't decode quoted parameters; remove misimported Emacs code.
8977         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8978         (rfc2231-decode-encoded-string): Don't use split-string which
8979         behaves differently according to Emacs version; use
8980         mm-decode-coding-region to convert charset to coding-system.
8981         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8982         (rfc2231-encode-string): Remove misimported Emacs code.
8983
8984 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8987         when calling mail-header-parse-content-type.
8988         (article-de-quoted-unreadable): Ditto.
8989         (article-de-base64-unreadable): Ditto.
8990         (article-wash-html): Ditto.
8991
8992         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8993         calling mail-header-parse-content-type and
8994         mail-header-parse-content-disposition.
8995         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8996         mail-header-parse-content-type.
8997
8998         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8999         insert charset and format parameters; encode description after
9000         inserting it to buffer.
9001         (mml-insert-parameter): Fold lines properly even if a parameter is
9002         segmented into two or more lines; change the max column to 76.
9003
9004         * rfc1843.el (rfc1843-decode-article-body): Don't use
9005         ignore-errors when calling mail-header-parse-content-type.
9006
9007         * rfc2231.el (rfc2231-parse-string): Return at least type if
9008         possible; don't cause an error even if it fails in parsing of
9009         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9010         (rfc2231-encode-string): Don't break lines at the beginning, leave
9011         it to mml-insert-parameter.
9012
9013         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9014         calling mail-header-parse-content-type.
9015
9016 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * spam-report.el (spam-report-gmane-use-article-number):
9019         Improve doc string.
9020         (spam-report-gmane-internal): Check if a suitable header was found
9021         in the article.
9022
9023 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9026         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9027
9028 2006-02-05  Romain Francoise  <romain@orebokech.com>
9029
9030         Update copyright notices of all files in the gnus directory.
9031
9032 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9033
9034         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9035
9036 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9039         segmented lines of parameter value to cope with Thunderbird 1.5
9040         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9041         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9042         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9043
9044 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9045
9046         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9047         parts.
9048
9049 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9050
9051         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9052         there's only one active file for all servers.
9053         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9054         solid groups.  Gnus might have used a FAST request to select the group.
9055         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9056         and nnweb-search redundantly in the active file.
9057         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9058         (nnweb-request-create-group): Don't use ARGS.
9059         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9060         initialisations.  Let nnoo do the work.
9061
9062 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9065         Say the part has been decoded.
9066
9067         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9068
9069 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9070
9071         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9072         mailcap-viewer-test-cache when there's no 'test clause, since that
9073         will invert the meaning of a "nil" test previously determined by
9074         mailcap-mailcap-entry-passes-test.
9075
9076 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9079         compiling.
9080
9081         * gnus-sum.el: Ditto.
9082
9083         * message.el: Don't bind tool-bar-map when compiling.
9084
9085 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9088
9089 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9090
9091         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9092         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9093         current Google Groups.
9094
9095 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9098         and tool-bar-mode.
9099
9100         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9101         and tool-bar-mode.
9102
9103         * message.el (message-tool-bar-update): Simplify.
9104         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9105
9106         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9107         gnus-summary-buffer.
9108         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9109         gnus-summary-reply.
9110
9111         * gmm-utils.el (gmm): Add :version.
9112
9113 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * Makefile.in (clean): New rule.
9116         (distclean): Use it.
9117
9118 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9119
9120         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9121         autoload.
9122
9123 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * gmm-utils.el (gmm-verbose): Add :group.
9126
9127 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9128
9129         * message.el: Change some comments WRT tool-bars.
9130
9131         * gnus-sum.el (gnus-summary-tool-bar)
9132         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9133         (gnus-summary-tool-bar-zap-list): New variables.
9134         (gnus-summary-make-tool-bar): Complete rewrite using
9135         `gmm-tool-bar-from-list'.
9136
9137         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9138         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9139         variables.
9140         (gnus-group-make-tool-bar): Complete rewrite using
9141         `gmm-tool-bar-from-list'.
9142         (gnus-group-tool-bar-update): New function.
9143
9144         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9145
9146 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9149         is dissected into a single part of which the type is the same as
9150         the given one; decode charset.
9151
9152 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9153
9154         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9155         into alists as symbol not string, since that's what
9156         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9157         look for.
9158
9159 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9162         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9163
9164         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9165
9166 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9169         (gnus-xmas-mime-security-button-menu): New function.
9170
9171         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9172         (gnus-mime-security-button-menu): New definition.
9173         (gnus-mime-security-button-map): Use them.
9174         (gnus-mime-security-button-menu): New function.
9175         (gnus-insert-mime-security-button): Addition to help echo.
9176         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9177         (gnus-mime-security-pipe-part): New functions.
9178
9179         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9180         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9181
9182         * mm-decode.el (mm-handle-set-disposition): Remove.
9183         (mm-handle-set-description): Remove.
9184
9185 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9188         (mm-w3m-standalone-supports-m17n-p): New function.
9189         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9190         w3m usage.
9191
9192         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9193         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9194
9195 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * message.el (message-tool-bar-zap-list): Use
9198         gmm-tool-bar-zap-list as custom type.
9199         (message-tool-bar-update): New function.
9200         (message-tool-bar, message-tool-bar-gnome)
9201         (message-tool-bar-retro): Add message-tool-bar-update.
9202         (message-tool-bar-gnome): Add flyspell-buffer.
9203
9204         * gnus-util.el (gnus-error): Describe `args'.
9205
9206         * gmm-utils.el (gmm-error): Describe `args'.
9207         (gmm-tool-bar-zap-list): New widget.
9208         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9209
9210 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9213         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9214         the number of recursive calls.
9215
9216         * mm-decode.el (mm-handle-set-disposition): New macro.
9217         (mm-handle-set-description): New macro.
9218
9219 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9222         encoding.
9223
9224 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * message.el (message-tool-bar-zap-list, message-tool-bar)
9227         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9228         (message-tool-bar-local-item-from-menu): Remove.
9229         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9230         (message-make-tool-bar): New function.
9231         (message-mode): Use `message-make-tool-bar'.
9232
9233         * gmm-utils.el: New file.
9234         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9235         (gmm-lazy): New widget copied from `nnmail.el'.
9236         (gmm-tool-bar-from-list): New function for creating customizable
9237         tool bars.
9238         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9239         output.
9240         (gmm): Add :prefix to defgroup.
9241
9242 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9243
9244         * gmm-utils.el (gmm-widget-p): New function.
9245
9246 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9247
9248         * mml.el (mml-attach-file): Describe `description' in doc string.
9249         (mml-menu): Add Emacs MIME manual and PGG manual.
9250
9251 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9252
9253         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9254
9255 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9256
9257         * nntp.el (nntp-end-of-line): Doc fix.
9258
9259 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9260
9261         * imap.el (imap-open): Handle case where buffer is a buffer
9262         object.
9263
9264 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9265
9266         * gnus-delay.el (gnus-delay): Don't autoload.
9267         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9268         to be re-loaded when customizing the `gnus-delay' group.
9269
9270 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9271
9272         * message.el (message-insert-citation-line): Use newlines.
9273
9274 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9275
9276         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9277         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9278         these routines, so the passphrase can be managed externally and
9279         passed in to the system.
9280         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9281         pgg-add-passphrase-to-cache function.
9282
9283         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9284         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9285         these routines, so the passphrase can be managed externally and
9286         passed in to the system.
9287         (pgg-pgp5-sign-region): Use new name of
9288         pgg-add-passphrase-to-cache function.
9289
9290 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9291
9292         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9293         part of the decoded armor to find the key-identifier.
9294         (pgg-gpg-lookup-key-owner): New function to return the
9295         human-readable identifier of a key owner.
9296         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9297         itself.
9298         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9299         the key value) if we have a key and can match it against a secret
9300         key.  Also, added a note pointing out fact that the prompt only
9301         indicates the first matching key.
9302
9303         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9304         pgg-decrypt-region.
9305         (pgg-add-passphrase-to-cache): Rename from
9306         `pgg-add-passphrase-cache' to reduce confusion (all callers
9307         changed).
9308         (pgg-remove-passphrase-from-cache): Rename from
9309         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9310         changed).
9311         (pgg-read-passphrase, pgg-add-passphrase-cache)
9312         (pgg-remove-passphrase-cache): Add informative docstrings.
9313         (pgg-decrypt): Convey provided passphrase in subordinate call to
9314         pgg-decrypt-region.
9315
9316 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9317
9318         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9319         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9320         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9321         'passphrase' argument, so the passphrase can be managed externally
9322         and then passed in to the system.
9323
9324         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9325         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9326         so the passphrase cache can be used reliably with identifiers
9327         besides a pgp packet's key id.
9328
9329         * pgg-gpg.el (pgg-gpg-encrypt-region)
9330         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9331         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9332         these routines, so the passphrase can be managed externally and
9333         passed in to the system.
9334
9335         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9336         'notruncate' argument, so the passphrase cache can be used
9337         reliably with identifiers besides a pgp packet's key id.
9338
9339 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9340
9341         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9342         symmetric encryption.
9343         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9344         encrypted session key.
9345         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9346         message ask for the passphrase in a proper way.
9347
9348         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9349         New user commands for symmetric encryption.
9350
9351 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9354
9355         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9356
9357 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9358
9359         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9360
9361 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * mm-decode.el (mm-inlined-types): Add application/pgp.
9364         (mm-automatic-display): Ditto.
9365
9366         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9367         part as text.
9368
9369 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * nnrss.el: Update copyright.
9372         (nnrss-opml-import): Query whether to subscribe to each entry.
9373
9374         * gnus-art.el:
9375         * gnus-sum.el:
9376         * gnus-xmas.el:
9377         * messagexmas.el:
9378         * mm-uu.el:
9379         * mm-view.el: Update copyright.
9380
9381 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * message.el (message-info): New function.
9384         (message-mode-menu): Add it.
9385         Update copyright.
9386
9387         * ChangeLog: Fix and update copyright.
9388
9389 2006-01-13  Romain Francoise  <romain@orebokech.com>
9390
9391         * message.el (message-forward-subject-name-subject): Prefer the
9392         address to 'nowhere' if the sender has no name.
9393         Fix typo.  Update copyright year.
9394
9395 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-art.el (article-wash-html): Use
9398         gnus-summary-show-article-charset-alist if a numeric arg is given.
9399         (gnus-article-wash-html-with-w3m-standalone): New function.
9400
9401         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9402         mm-inline-text-html-render-with-w3m-standalone.
9403         (mm-text-html-washer-alist): Map w3m-standalone to
9404         gnus-article-wash-html-with-w3m-standalone.
9405         (mm-inline-text-html-render-with-w3m-standalone): New function.
9406
9407 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9410         Improve LaTeX.
9411
9412 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9415         (nnrss-request-article): Render text/plain parts as HTML.
9416
9417         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9418         the buffer.
9419
9420 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9423         custom definition of `gnus-posting-styles'.
9424
9425         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9426         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9427
9428 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9431         Use nntp for bug archive.
9432
9433 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9436         parts.
9437         (nnrss-normalize-date): New function converts ISO 8601 date into
9438         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9439         (nnrss-check-group): Use it.
9440
9441 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9444
9445         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9446         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9447         (nnrss-insert-w3): Ditto.
9448
9449 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9452         the articles to be forwarded including the case where neither a
9453         number of articles nor a region is specified.
9454
9455 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * nnrss.el (nnrss-request-article): Fix last change; fill
9458         text/plain parts.
9459
9460 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9463         in text/plain part.
9464         (nnrss-check-group): Don't add excessive newline to dc:subject.
9465
9466 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9467
9468         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9469         article.
9470
9471 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9474         (nnml-use-compressed-files, nnml-save-mail): Support other
9475         comression programs such as bzip2.
9476
9477 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * dns.el (query-dns): Make sure we check the buffer size before
9480         removing tcp headers.
9481
9482 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9485         remove MIME buttons associated with multipart/alternative parts.
9486         (gnus-mime-display-alternative): Tag buttons using `article-type'
9487         text property.
9488
9489         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9490         associated with multipart/alternative parts.
9491
9492         * gnus-art.el (gnus-signature-separator): Fix custom type.
9493
9494         * mm-decode.el (mm-inlined-types): Fix custom type.
9495         (mm-keep-viewer-alive-types): Ditto.
9496         (mm-automatic-display): Ditto.
9497         (mm-attachment-override-types): Ditto.
9498         (mm-inline-override-types): Ditto.
9499         (mm-automatic-external-display): Ditto.
9500
9501 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * spam-report.el (spam-report-user-mail-address)
9504         (spam-report-user-agent): New variables.
9505         (spam-report-url-ping-plain): Use spam-report-user-agent.
9506
9507 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9508
9509         * gnus-art.el (gnus-button-handle-custom): Do not just use
9510         `customize-apropos' for any "M-x customize-*" button but the
9511         function called for.  Accept both the function name and its
9512         argument in order to achieve this.
9513         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9514         function name to `gnus-button-handle-custom' in case of "M-x
9515         customize-*" buttons.
9516
9517 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9520         multipart/alternative and add xref to mm-discouraged-alternatives
9521         in doc string.
9522
9523         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9524         gnus-buttonized-mime-types in doc string.
9525
9526 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9529         Suggest image/.* in the doc string.
9530
9531 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9534         message-marks (Debian bug #342521).
9535
9536 2005-12-12  Simon Josefsson  <jas@extundo.com>
9537
9538         * password.el (password-read-from-cache): Add.
9539         (password-read): Use it.
9540
9541 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9544         us-ascii as a MIME charset.
9545
9546         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9547         against the case where the 2nd arg TYPE is nil.
9548
9549 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * pop3.el (pop3-stream-type): Fix custom version.
9552
9553         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9554
9555 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9556
9557         * mm-decode.el (mm-display-external): Add missing cdr.
9558
9559 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9562         RFC1524) if it is in mailcap or add a suffix according to
9563         mailcap-mime-extensions when generating a temp filename; postpone
9564         deleting a temp file for 2 seconds for some wrappers, shell
9565         scripts, and so on, which might exit right after having started a
9566         viewer command as a background job.
9567
9568 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * nntp.el (nntp-marks-directory): Fix custom group.
9571
9572         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9573         steps when < 10.
9574
9575         * gnus-start.el (gnus-no-server-1): Mention
9576         `gnus-level-default-subscribed' in doc string.
9577
9578 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9579
9580         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9581         parens.
9582
9583 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-xmas.el (gnus-use-toolbar): Revert.
9586         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9587         gnus-use-toolbar is default.
9588
9589         * messagexmas.el (message-use-toolbar): Revert.
9590         (message-setup-toolbar): Use global default-toolbar if
9591         message-use-toolbar is default.
9592
9593 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9596         according to default-toolbar-visible-p.
9597
9598         * messagexmas.el (message-use-toolbar): Ditto.
9599
9600 2005-11-26  Dave Love  <fx@gnu.org>
9601
9602         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9603         (tls-program, tls-success): Provide openssl alternative.
9604
9605         * starttls.el: Doc fixes.
9606         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9607         SERVICE to PORT.
9608
9609         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9610         port null or service name.
9611         (starttls-negotiate): Autoload.
9612
9613 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * message.el (message-kill-to-signature): Fix interactive spec.
9616
9617 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * pop3.el (pop3-open-server): Recognize a string as a service name.
9620
9621 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9622
9623         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9624
9625 2005-11-23  Dave Love  <fx@gnu.org>
9626
9627         Add pop3s, pop3/starttls.
9628
9629         * pop3.el (pop3-authentication-scheme): Clarify doc.
9630         (open-tls-stream, starttls-open-stream): Autoload.
9631         (pop3-stream-type): New.
9632         (pop3-open-server): Use it.
9633
9634         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9635         for POP.
9636         (mail-source-keyword-map): Add :stream for POP.
9637         (mail-source-fetch-pop): Use pop3-stream-type.
9638
9639 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9642         of current-time-string.
9643
9644 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9645
9646         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9647         date header.
9648
9649 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9650
9651         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9652         it can seriously impact performance as it bypasses the agent's
9653         local caches.
9654
9655 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9656
9657         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9658         must be explicitly online rather than "not explicitly offline" for
9659         its flags to be synchronized.
9660
9661         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9662         that gnus-uu-unmark-thread will function correctly.
9663
9664         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9665         1024K is instead displayed as 1M.
9666
9667 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9670
9671 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9672
9673         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9674
9675 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9676
9677         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9678         error message to display actual error condition.
9679         (gnus-agent-save-local): Avoid saving symbols that are bound to
9680         nil as they simply result in a warning message in
9681         gnus-agent-read-local.
9682
9683 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9686         rather than make-variable-buffer-local for file-precious-flag.
9687
9688 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9689
9690         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9691         for duplicates which are removed.  The invalid sort check then
9692         triggers a rescan after the sort as sorting may have moved
9693         duplicate entries such that they can be cheaply detected.
9694
9695 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9698
9699 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9700
9701         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9702         internal variable to a custom variable.  Changed default value
9703         from compressed(2) to uncompressed(1).
9704         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9705         support for uncompressed agentview files.  Taken together, reading
9706         the agentview file should now be 6-7 times faster.
9707
9708 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9709
9710         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9711         as a buffer-local variable.  This avoids creating truncated
9712         dribble files as a result of a hang up, eg.
9713
9714 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9715
9716         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9717         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9718         XEmacs.
9719
9720 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * gnus-start.el (gnus-start-draft-setup): Enforce
9723         `gnus-draft-mode' for nndraft:drafts at startup.
9724
9725         * gnus.el (gnus-splash): Change custom group.
9726         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9727         allow-list argument.
9728
9729         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9730         string.
9731
9732 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * gnus-art.el (gnus-default-article-saver): Add user-defined
9735         `function' to custom type.
9736
9737 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9738
9739         * imap.el (imap-open): Handle case where buffer is a buffer
9740         object.
9741
9742 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9745         long lines.
9746         (gnus-cache-delete-group): Wrap doc strings.
9747
9748         * gnus-agent.el (gnus-agent-rename-group)
9749         (gnus-agent-delete-group): Wrap doc strings.
9750
9751 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * messagexmas.el (message-use-toolbar): Change the valid values
9754         into default, top, bottom, left, and right.
9755         (message-toolbar-thickness): New variable.
9756         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9757         well.
9758         (message-setup-toolbar): Make it work.
9759
9760         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9761         (gnus-use-toolbar): Change the valid values into default, top,
9762         bottom, left, and right.
9763         (gnus-toolbar-thickness): New variable.
9764         (gnus-xmas-setup-toolbar): New function.
9765         (gnus-xmas-setup-group-toolbar): Use it.
9766         (gnus-xmas-setup-summary-toolbar): Use it.
9767
9768 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769
9770         * gnus-start.el (gnus-1): Add "native" to
9771         gnus-predefined-server-alist.
9772
9773         * gnus.el (gnus-method-to-server): Don't add "native" to the
9774         lists here, because that leads to problems when
9775         gnus-select-method is bound.
9776
9777 2005-11-09  Simon Josefsson  <jas@extundo.com>
9778
9779         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9780         use (not sort-by-date) instead.
9781
9782 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9783
9784         * gnus-delay.el (gnus-delay-group): Don't autoload.
9785         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9786         to be re-loaded when customizing the `gnus-delay' group.
9787
9788 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9789
9790         * message.el: Revert last changes.
9791         (message-insert-citation-line): Use newlines.
9792
9793 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9794
9795         * message.el (message-courtesy-message)
9796         (message-mark-insert-begin, message-mark-insert-end)
9797         (message-elide-ellipsis, message-cancel-message)
9798         (message-add-header, message-change-subject)
9799         (message-cross-post-followup-to-header)
9800         (message-cross-post-insert-note, message-reduce-to-to-cc)
9801         (message-widen-reply, message-delete-not-region)
9802         (message-kill-to-signature, message-insert-signature)
9803         (message-insert-importance-high, message-insert-importance-low)
9804         (message-insert-or-toggle-importance)
9805         (message-insert-disposition-notification-to)
9806         (message-indent-citation, message-yank-original)
9807         (message-cite-original-without-signature, message-cite-original)
9808         (message-insert-citation-line, message-position-on-field)
9809         (message-fix-before-sending, message-send-mail-partially)
9810         (message-send-mail, message-send-mail-with-sendmail)
9811         (message-send-mail-with-qmail, message-send-news)
9812         (message-check-news-header-syntax, message-generate-headers)
9813         (message-insert-courtesy-copy, message-fill-address)
9814         (message-fill-header, message-shorten-references)
9815         (message-setup-1, message-cancel-news)
9816         (message-forward-make-body-plain, message-forward-make-body-mime)
9817         (message-forward-make-body-mml, message-encode-message-body)
9818         (message-forward-make-body-digest-plain)
9819         (message-forward-make-body-digest-mime)
9820         (message-use-alternative-email-as-from): Insert `hard-newline'
9821         instead of ordinary newlines.
9822
9823 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * message.el (message-generate-headers): Downcase the argument
9826         given to message-check-element.
9827
9828 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9829
9830         * nntp.el (nntp-authinfo-rejected): New error condition.
9831         (nntp-wait-for): Use new error condition to signal authentication
9832         error.
9833         (nntp-retrieve-data): Rethrow new error condition to break out of
9834         recursive call to nntp-send-authinfo.
9835
9836 2005-11-08  Romain Francoise  <romain@orebokech.com>
9837
9838         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9839         (gnus-summary-exit-map): Bind to `Z p'.
9840         (gnus-summary-make-menu-bar): Add menu item.
9841
9842 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9845         (gnus-treat-*): Add `first' in all doc strings.
9846
9847         * gnus-group.el (gnus-group-compact-group): Fix typo.
9848
9849 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus.el (gnus-parameters-case-fold-search): New variable.
9852         (gnus-parameters-get-parameter): Use it.
9853
9854         * gnus-score.el (gnus-home-score-file): Doc fix.
9855
9856 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9857
9858         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9859
9860 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * mm-util.el (mm-special-display-p): New function.
9863
9864         * mml.el (mml-preview): Use it; doc fix.
9865
9866 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9867
9868         * imap.el (imap-open): Handle case where buffer is a buffer object.
9869
9870 2005-10-29  Romain Francoise  <romain@orebokech.com>
9871
9872         * message.el (message-fix-before-sending): Fix comment.
9873
9874 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9875
9876         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9877
9878 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9879
9880         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9881         Used in gnus-score.el.
9882
9883 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9886
9887 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9890         whitespace removed in revision 7.8.  Use concatenated string to
9891         protect trailing whitespace.
9892
9893 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9894
9895         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9896         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9897         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9898         Courier IMAP ("some version from 2004").  Mostly based on similar
9899         code in the same function.
9900
9901 2005-10-26  Didier Verna  <didier@xemacs.org>
9902
9903         * gnus-group.el (gnus-group-compact-group): Invalidate original
9904         article buffer.
9905         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9906         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9907         NOV database and in article itself.
9908         Invalidate article backlog.
9909
9910 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9913
9914 2005-10-26  Simon Josefsson  <jas@extundo.com>
9915
9916         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9917         part of 2004-07-25 change.
9918
9919 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * message.el (message-display-completion-list): New function.
9922         (message-expand-group): Use it; make sure the Completions buffer
9923         is modifiable.
9924 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9925
9926         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9927         user-mail-name is an empty string.
9928
9929 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9932         depending on gnus-score-decay-constant.
9933
9934         * encrypt.el (encrypt-insert-file-contents)
9935         (encrypt-write-file-contents): Don't use `gnus-message'.
9936
9937         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9938         arguments.
9939         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9940         arguments to mm-uu-verbatim-marks-extract.
9941         (mm-uu-hide-markers): New variable.
9942         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9943
9944         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9945         (gnus-convert-image-to-face-command): Use "convert" by default to
9946         allow other input image formats.
9947         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9948         accordingly.
9949
9950 2005-10-23  Simon Josefsson  <jas@extundo.com>
9951
9952         * imap.el (imap-gssapi-program): Align command line parameters
9953         with latest GNU SASL.
9954         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9955
9956 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9957
9958         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9959         HTML.
9960         (nnslashdot-request-article): Ditto.
9961
9962         * lpath.el (featurep): Add nobreak-char-display.
9963
9964 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9965
9966         * mail-source.el (mail-source-fetch-pop): Require pop3.
9967         (mail-source-check-pop): Ditto.
9968
9969 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9972         errors.
9973
9974 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9977         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9978
9979         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9980
9981         * mm-bodies.el (mm-decode-string): Call
9982         `mm-charset-to-coding-system' with allow-override argument.
9983
9984 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9987         (rfc2047-charset-to-coding-system): New function.
9988         (rfc2047-decode-encoded-words): New function.
9989         (rfc2047-decode-region): Use them.
9990         (rfc2047-decode-cte): Remove.
9991         (rfc2047-parse-and-decode): Remove.
9992         (rfc2047-decode): Remove.
9993
9994 2005-10-15  Kenichi Handa  <handa@m17n.org>
9995
9996         * rfc2047.el (rfc2047-decode-cte): New function.
9997         (rfc2047-decode-region): Change the way to decode successive
9998         encoded-words: decode B- or Q-encoding in each encoded-word,
9999         concatenate them, and decode it as charset.
10000
10001 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * lpath.el: Fbind codepage-setup for XEmacs.
10004
10005 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10006
10007         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10008         widget-move-and-invoke.
10009         (gnus-custom-mode): Use gnus-custom-map.
10010
10011 2005-10-15  Bill Wohler  <wohler@newt.com>
10012
10013         * message.el (message-tool-bar-map): Renamed image file from
10014         mail_send to mail/send.
10015
10016 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10017
10018         * message.el (message-expand-group): Pass the common
10019         prefix substring of completion to `display-completion-list'.
10020
10021 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * mml-sec.el (mml-secure-method): New internal variable.
10024         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10025         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10026         functions using mml-secure-method.
10027
10028         * mml.el (mml-mode-map): Add key bindings for those functions.
10029         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10030         Harder <harder@myrealbox.com>.
10031         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10032         end of message if point is the headers of the message.
10033
10034         * message.el (message-in-body-p): New function.
10035
10036         * assistant.el: Autoload gnus-util and netrc.
10037
10038         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10039         Use `mm-charset-override-alist' only when decoding.
10040
10041         * mm-bodies.el (mm-decode-body): Call
10042         `mm-charset-to-coding-system' with allow-override argument.
10043
10044         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10045         `filename' from Content-Disposition if Content-Type doesn't
10046         provide `name'.
10047         (gnus-mime-view-part-as-type): Set default instead of
10048         initial-input.
10049
10050 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10051
10052         * format-spec.el (format-spec): Propagate text properties of % spec.
10053
10054 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus-art.el (gnus-treat-predicate): Add `first'.
10057
10058 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10061         (mm-charset-override-alist): New variable.
10062         (mm-charset-to-coding-system): Use it.
10063         (mm-codepage-setup): New helper function.
10064         (mm-charset-eval-alist): New variable.
10065         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10066         about unknown charsets.
10067
10068         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10069
10070 2005-10-04  David Hansen  <david.hansen@gmx.net>
10071
10072         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10073         (nnrss-check-group): Ditto.
10074
10075 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10078         Rename x-gnus-verbatim to x-verbatim.
10079         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10080
10081         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10082         x-verbatim.
10083
10084         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10085
10086         * gnus-util.el (gnus-remove-duplicates): Remove.
10087
10088         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10089         instead of gnus-remove-duplicates.
10090
10091         * message.el (message-remove-duplicates): Remove.
10092         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10093         message-remove-duplicates.
10094
10095         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10096         available, else use implementation from `delete-dups'.
10097
10098         * message.el (message-insert-expires): New function.
10099         (message-mode-map): Add key binding.
10100         (message-mode-field-menu): Add menu entry.
10101         (message-mode): Document it.
10102         (message-make-expires-date): Use `message-make-date'.
10103
10104 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10105
10106         * message.el (message-make-expires-date): New function.
10107
10108 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * Makefile.in (list-installed-shadows): New entry.
10111         (install): Use it.
10112         (remove-installed-shadows): New entry.
10113
10114         * dgnushack.el (dgnushack-default-load-path): New variable.
10115         (dgnushack-find-lisp-shadows): New function.
10116         (dgnushack-remove-lisp-shadows): New function.
10117
10118 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * Makefile.in (install-el-elc): New entry.
10121         (install): Use it so that .el files are necessarily installed.
10122
10123 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10126
10127 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10128
10129         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10130         function rather than the diff-mode.el package.
10131         (mm-display-external): Use with-current-buffer.
10132         (mm-viewer-completion-map, mm-viewer-completion-map):
10133         Move initialization inside declaration.
10134
10135 2005-09-29  Simon Josefsson  <jas@extundo.com>
10136
10137         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10138         autoload mail-check-payment.
10139         (spam-check-hashcash): Define unconditionally, since hashcash.el
10140         is part of Gnus now.  Ignore errors from payment checking.
10141
10142 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * message.el (message-bold-region, message-unbold-region): Rename
10145         from `bold-region' and `unbold-region'.
10146
10147         * message.el: Remove useless autoloads.
10148
10149 2005-09-28  Simon Josefsson  <jas@extundo.com>
10150
10151         * message.el (message-use-idna): Default to t.
10152         (message-use-idna): Test whether encoding works too.  Doc fix.
10153
10154 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * nntp.el (nntp-warn-about-losing-connection): Remove.
10157
10158 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10161         customizable.  Change default value.
10162         (mm-uu-diff-groups-regexp): Change default value.
10163         (mm-uu-type-alist): Add doc string.
10164         (mm-uu-configure): Add doc string.  Make it interactive.
10165         (mm-uu-tex-groups-regexp): New variable.
10166         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10167         (mm-uu-type-alist): Add LaTeX documents.
10168         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10169         of "text/verbatim".
10170         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10171
10172         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10173         instead of "text/verbatim".
10174
10175         * message.el (message-mark-inserted-region)
10176         (message-mark-insert-file): Use slrn style marks when called with
10177         prefix argument.
10178
10179 2005-09-27  Simon Josefsson  <jas@extundo.com>
10180
10181         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10182
10183 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10184
10185         * message.el (message-remove-duplicates): New function.
10186         Implementation borrowed from `gnus-remove-duplicates'.
10187         (message-idna-to-ascii-rhs): Also encode idna addresses in
10188         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10189         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10190         only ask about the same idna domain once per header and also tell
10191         in what header to replace the idna domain.
10192
10193         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10194         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10195         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10196         a header is decoded and not just the last one.
10197
10198 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10201         has been decoded.
10202
10203         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10204         (mm-insert-part): Don't modify text if it has been decoded.
10205
10206         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10207         decoded.
10208
10209         * mm-view.el (mm-inline-text): Don't strip text props unless
10210         decoding enriched or richtext parts.
10211
10212 2005-09-25  Romain Francoise  <romain@orebokech.com>
10213
10214         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10215         * gnus-start.el (gnus-subscribe-interactively):
10216         * gnus-uu.el (gnus-uu-grab-articles):
10217         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10218         space.
10219
10220 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10221
10222         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10223         * mm-view.el (mm-view-pkcs7-decrypt):
10224         * gnus-sum.el (gnus-summary-limit-to-extra)
10225         (gnus-summary-respool-article, gnus-read-move-group-name):
10226         * gnus-score.el (gnus-summary-increase-score):
10227         * gnus-util.el (gnus-completing-read-with-default):
10228         * gnus-art.el (gnus-read-save-file-name)
10229         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10230         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10231         * message.el (message-check-news-header-syntax):
10232         Follow convention for reading with the minibuffer.
10233
10234 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * spam-report.el (spam-report-url-ping-plain):
10237         Use gnus-extended-version as User-Agent.
10238
10239         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10240         default value is nil.
10241
10242         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10243         (mm-uu-verbatim-marks-extract): New function.
10244         (mm-uu-extract): New face.
10245         (mm-uu-copy-to-buffer): Use it.
10246
10247         * spam-report.el (spam-report-gmane-ham): Renamed from
10248         `spam-report-gmane-unspam'.
10249         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10250         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10251
10252         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10253         Autoload.
10254         (spam-report-gmane-unregister-routine): Renamed
10255         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10256
10257 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10258
10259         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10260         (spam-report-gmane-unregister-routine): Add support for gmane
10261         unregistration.
10262
10263         * spam-report.el (spam-report-gmane-unspam)
10264         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10265         (spam-report-gmane): Change to take a single article and do unspam
10266         registration.
10267
10268 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * mm-url.el (mm-url-decode-entities): Fix regexp.
10271
10272 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273
10274         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10275         default to nil, to be able to use Gnus at all.  If the default
10276         switches to something else, then the function should be fixed not
10277         be exceedingly slow.
10278
10279 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10280
10281         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10282         fail hard.
10283
10284         * spam-report.el: Add better Keywords line.
10285
10286         * spam.el: Add Maintainer and better Keywords line.
10287
10288 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * gnus-art.el (gnus-article-replace-part)
10291         (gnus-mime-replace-part): New functions.
10292         (gnus-mime-action-alist, gnus-mime-button-commands)
10293         (gnus-mime-save-part-and-strip): Added file argument.
10294         (gnus-article-part-wrapper): Added interactive argument.
10295
10296         * gnus-sum.el (gnus-summary-mime-map): Add
10297         `gnus-article-replace-part'.
10298
10299 2005-09-19  Didier Verna  <didier@xemacs.org>
10300
10301         The nnml compaction feature:
10302         * nnml.el (nnml-request-compact-group): New function.
10303         * nnml.el (nnml-request-compact): New function.
10304         * gnus-int.el (gnus-request-compact-group): New function.
10305         * gnus-int.el (gnus-request-compact): New function.
10306         * gnus-group.el (gnus-group-compact-group): New function.
10307         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10308         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10309         * gnus-srvr.el (gnus-server-compact-server): New function.
10310         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10311         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10312
10313 2005-09-18  Deepak Goel  <deego@gnufans.org>
10314
10315         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10316         format spec.
10317
10318 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10321
10322 2005-09-15  Romain Francoise  <romain@orebokech.com>
10323
10324         * message.el (message-fill-paragraph): Clarify docstring.
10325
10326 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * gnus-art.el (gnus-mime-display-part): Protect against broken
10329         MIME messages.
10330
10331 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10334         before parsing header.
10335
10336 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10337
10338         * html2text.el (html2text-replace-list): Add new entities.
10339
10340 2005-09-11  Romain Francoise  <romain@orebokech.com>
10341
10342         * message.el (message-alternative-emails): Improve docstring.
10343         (message-setup-1): Call `message-use-alternative-email-as-from'
10344         after `message-setup-hook' to give it precedence over posting
10345         styles, etc.
10346         (message-use-alternative-email-as-from): Add docstring.  Remove
10347         the original From header if present.
10348
10349         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10350         (nnml-save-mail): Use it.
10351
10352         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10353         articles.  Add new argument `silent'.
10354         (gnus-uu-mark-all): Report the total number of marked articles.
10355
10356 2005-09-10  Romain Francoise  <romain@orebokech.com>
10357
10358         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10359         (gnus-uu-mark-series): Likewise.
10360
10361 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10362
10363         * spam-report.el (spam-report-gmane): Fix generation of spam
10364         report URL.
10365
10366 2005-09-10  Simon Josefsson  <jas@extundo.com>
10367
10368         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10369         t, based on discussion on the ding list with Robert Epprecht
10370         <epprecht@solnet.ch>.
10371
10372 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * spam-report.el (spam-report-gmane): Make it work without
10375         X-Report-Spam header.  Gmane now only provides Archived-At.
10376         This is only used if `spam-report-gmane-use-article-number' is nil.
10377         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10378
10379         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10380         make `gnus-summary-sort-by-recipient' work with threading.
10381
10382         * nnweb.el (nnweb-google-wash-article): Print a message if article
10383         is not available.
10384
10385 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10386
10387         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10388         change.  Decode text/* parts content before displaying.
10389
10390 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10393
10394 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10397
10398         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10399         url-package-name, url-package-version,
10400         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10401         w3m-display-inline-images, and w3m-minor-mode-map.
10402
10403 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * message.el (message-tab-body-function): Fix mismatched custom type.
10406
10407         * gnus.el (gnus-group-change-level-function): Ditto.
10408
10409         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10410
10411         * gnus-art.el (gnus-signature-limit)
10412         (gnus-article-mime-part-function): Ditto.
10413
10414 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * mml.el (mml-mode): Silence the byte compiler.
10417
10418         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10419         using `(sit-for 0)' before moving the point to the specified part;
10420         skip unbuttonized parts.
10421         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10422         return to the summary window if gnus-auto-select-part is non-nil.
10423
10424 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10427         variables.
10428         (mml-dnd-attach-file, mml-mode): Use them.
10429
10430         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10431         Make fetching article by MID work again for Google Groups.  Added
10432         FIXME concerning gnus-group-make-web-group.
10433
10434         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10435         Don't depend on Gnus by using mail-extract-address-components if
10436         gnus-extract-address-components is not bound.
10437
10438 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10439
10440         * gnus-art.el (gnus-mime-display-security): Don't display the
10441         signature, but only the signed part.
10442
10443 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10446
10447         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10448         list, not listp.
10449
10450 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10451
10452         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10453         when encoding.
10454
10455         * mm-bodies.el (mm-decode-content-transfer-encoding):
10456         De-canonicalize CRLF for all text content types, not just
10457         text/plain.
10458
10459 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10462         valid article; point arrow and cursor at the MIME button.
10463
10464 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10467         Suggested by Dan Christensen <jdc@uwo.ca>.
10468
10469         * mm-decode.el (mm-save-part): Enable change of prompt.
10470
10471 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10472
10473         * gnus-msg.el (gnus-inews-add-send-actions): Made
10474         `message-post-method' lambda parameter ARG `&optional'.
10475
10476 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-sum.el (gnus-summary-mime-map): Added
10479         gnus-article-save-part-and-strip, gnus-article-delete-part and
10480         gnus-article-jump-to-part.
10481
10482         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10483         (gnus-article-edit-part): Use it.
10484         (gnus-article-part-wrapper): Added no-handle argument.
10485         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10486         functions.
10487
10488 2005-08-29  Romain Francoise  <romain@orebokech.com>
10489
10490         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10491         docstring.
10492         (gnus-face-from-file): Likewise.
10493
10494 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10497         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10498         non-nil.
10499         (gnus-auto-select-part): New variable.
10500         (gnus-article-jump-to-part): New function.
10501         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10502         (gnus-mime-delete-part): Allow selecting specified part after
10503         deleting or stripping parts.
10504         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10505         part if argument is bogus.
10506
10507 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10508
10509         * gnus-art.el (w3m-minor-mode-map):
10510         * gnus-spec.el (gnus-newsrc-file-version):
10511         * gnus-util.el (nnmail-active-file-coding-system)
10512         (gnus-original-article-buffer, gnus-user-agent):
10513         * gnus.el (gnus-ham-process-destinations)
10514         (gnus-parameter-ham-marks-alist)
10515         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10516         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10517         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10518         * mm-decode.el (gnus-current-window-configuration):
10519         * mm-extern.el (gnus-article-mime-handles):
10520         * mm-url.el (url-current-object, url-package-name)
10521         (url-package-version):
10522         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10523         (smime-keys, w3m-cid-retrieve-function-alist)
10524         (w3m-current-buffer, w3m-display-inline-images)
10525         (w3m-minor-mode-map):
10526         * mml-smime.el (gnus-extract-address-components):
10527         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10528         (gnus-newsrc-hashtb, message-default-charset)
10529         (message-deletable-headers, message-options)
10530         (message-posting-charset, message-required-mail-headers)
10531         (message-required-news-headers):
10532         * mml1991.el (mc-pgp-always-sign):
10533         * mml2015.el (mc-pgp-always-sign):
10534         * nnheader.el (nnmail-extra-headers):
10535         * rfc1843.el (gnus-decode-encoded-word-function)
10536         (gnus-decode-header-function, gnus-newsgroup-name):
10537         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10538
10539 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10540
10541         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10542         the end of the date treatments.
10543
10544 2005-08-15  Simon Josefsson  <jas@extundo.com>
10545
10546         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10547         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10548         Capello and Romain Francoise.
10549         (pgg-fetch-key-function): Removed, not used?
10550         (pgg-insert-url-with-w3): Require url, to get
10551         url-insert-file-contents regardless of where it is defined.
10552
10553 2005-08-13  Romain Francoise  <romain@orebokech.com>
10554
10555         * message.el (message-cite-original-1): New function.
10556         (message-cite-original): Use it.
10557         (message-cite-original-without-signature): Ditto.
10558
10559 2005-08-08  Romain Francoise  <romain@orebokech.com>
10560
10561         * message.el (message-yank-empty-prefix): New variable.
10562         (message-indent-citation): Use it.
10563         (message-cite-original-without-signature): Respect X-No-Archive.
10564
10565 2005-08-08  Simon Josefsson  <jas@extundo.com>
10566
10567         * pgg.el: Autoload url-insert-file-contents instead of loading
10568         w3/url.
10569         (pgg-insert-url-with-w3): Don't load url here.
10570
10571 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10572
10573         * message.el (message-kill-to-signature): Don't insert newline at
10574         bol.
10575         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10576
10577 2005-08-06  Romain Francoise  <romain@orebokech.com>
10578
10579         * message.el (message-user-fqdn): Fix typo in docstring.
10580
10581 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10582
10583         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10584
10585         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10586
10587 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * mm-bodies.el (mm-encode-body): Use coding system rather than
10590         charset to encode text.
10591
10592         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10593         number of charsets if utf-8 is available (XEmacs).
10594
10595 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10598         taken from `gnus-button-mid-or-mail-regexp'.
10599         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10600         (gnus-button-alist): Improve regexp for domain part of the MIDs
10601         for news:localpart@domain buttons.
10602         (gnus-button-ctan-directory-regexp): Update.
10603
10604 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * sieve-manage.el (sieve-manage-interactive-login): Use
10607         make-local-variable rather than make-variable-buffer-local.
10608         (sieve-manage-open): Ditto.
10609         (sieve-manage-authenticate): Ditto.
10610
10611         * mml.el (mml-generate-mime-1): Make the content type default to
10612         text/plain if the filename is not specified.
10613
10614 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10617         instead of insert-buffer.
10618
10619         * message.el (message-yank-original): Ditto; set the mark at the
10620         end of the yanked message.
10621
10622 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10625         lines to scroll rather than to stop it.
10626
10627         * mml.el (mml-generate-default-type): Add doc string.
10628         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10629         default to application/octet-stream when determining the content
10630         type if it is not specified for the part or the mml contents; add
10631         a comment about mml-generate-default-type.
10632
10633 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10636         make it default to application/octet-stream when determining the
10637         content type if it is not specified for the external contents.
10638
10639 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10642         segmented parameter but also other parameters might be there.
10643
10644 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * mm-decode.el (mm-display-external): Delete temp file, directory
10647         and buffer immediately if the external process is exited.
10648
10649 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10652         fewer lines than that of scroll-margin.
10653         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10654
10655 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * gnus-art.el (gnus-article-next-page): Revert.
10658         (gnus-article-beginning-of-window): New macro.
10659         (gnus-article-next-page-1): Use it.
10660         (gnus-article-prev-page): Ditto.
10661         (gnus-article-edit-part): Use insert-buffer-substring instead of
10662         insert-buffer.
10663         (gnus-article-edit-exit): Ditto.
10664
10665         * gnus-util.el (gnus-beginning-of-window): Remove.
10666         (gnus-end-of-window): Remove.
10667
10668         * lpath.el: Don't bind header-line-format and scroll-margin.
10669
10670 2005-07-25  Simon Josefsson  <jas@extundo.com>
10671
10672         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10673         to have the url package without w3.  Reported by Daiki Ueno
10674         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10675
10676 2005-07-20  Didier Verna  <didier@xemacs.org>
10677
10678         * gnus-diary.el: Remove the description comment (nndiary is now
10679         properly documented in the Gnus manual).
10680         Fix the spelling of "Back End".
10681         * nndiary.el: Ditto.
10682         Fix the copyright notice.
10683
10684 2005-07-18  Romain Francoise  <romain@orebokech.com>
10685
10686         * gnus-sum.el (gnus-summary-to-prefix)
10687         (gnus-summary-newsgroup-prefix): New variables.
10688         (gnus-summary-from-or-to-or-newsgroups): Use them.
10689
10690 2005-07-17  Romain Francoise  <romain@orebokech.com>
10691
10692         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10693         space as it's generally not especially interesting to the user.
10694
10695 2005-07-16  Romain Francoise  <romain@orebokech.com>
10696
10697         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10698         nil to avoid prompting and file modification if one of the
10699         messages at the top of the nnfolder file contains a copyright
10700         notice.
10701         Update copyright notice.
10702
10703         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10704         instead of `current-time-string' as the latter creates a time
10705         string that is not RFC 2822 compliant (it lacks the zone).
10706         Update copyright notice.
10707
10708 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10709
10710         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10711         for text/rtf.  Display default in prompt.  Pass default for M-n.
10712
10713         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10714
10715 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * gnus-msg.el (gnus-button-mailto): Remove
10718         save-selected-window-window hackery because it relies on
10719         save-selected-window internals.
10720
10721 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10724         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10725         (gnus-article-prev-page): Ditto.
10726
10727         * gnus-util.el (gnus-beginning-of-window): New function.
10728         (gnus-end-of-window): New function.
10729
10730         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10731
10732 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10733
10734         * gnus-score.el (gnus-score-edit-all-score): Set
10735         gnus-score-edit-exit-function to gnus-score-edit-done and call
10736         gnus-message.
10737
10738 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus-msg.el (gnus-button-mailto): Remove
10741         save-selected-window-window hackery because it relies on
10742         save-selected-window internals.
10743
10744 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10747         add-minor-mode.
10748         (gnus-binary-mode): Ditto.
10749
10750         * gnus-topic.el (gnus-topic-mode): Ditto.
10751
10752 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10753
10754         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10755         (gnus-article-prev-page): Take scroll-margin into consideration.
10756
10757 2005-07-04  Lute Kamstra  <lute@gnu.org>
10758
10759         Update FSF's address in GPL notices.
10760
10761 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10762
10763         * gnus.el (gnus-exit):
10764         * gnus-group.el (gnus-group-icons):
10765         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10766
10767         * gnus-nocem.el (gnus-nocem):
10768         * message.el (message-various, message-buffers, message-sending)
10769         (message-interface, message-forwarding, message-insertion)
10770         (message-headers, message-news, message-mail):
10771         * pgg-gpg.el (pgg-gpg):
10772         * pgg-parse.el (pgg-parse):
10773         * pgg-pgp.el (pgg-pgp):
10774         * pgg-pgp5.el (pgg-pgp5):
10775         * pop3.el (pop3): Finish `defgroup' description with period.
10776
10777 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * gnus-art.el (article-display-face): Improve the efficiency.
10780         (article-display-x-face): Ditto; remove grey x-face stuff.
10781
10782 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-art.el (article-display-face): Correct the position in
10785         which Faces are inserted.
10786
10787 2005-06-29  Didier Verna  <didier@xemacs.org>
10788
10789         * gnus-art.el (article-display-face): Display faces in correct
10790         order.
10791
10792 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10795         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10796         (gnus-nocem-check-article): Fetch the Type header.
10797         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10798         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10799         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10800         make sure gnus-nocem-hashtb is initialized.
10801         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10802         (gnus-nocem-unwanted-article-p): Ditto.
10803
10804         * pgg.el (pgg-verify): Return the verification result.
10805
10806 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10809         is ascii.
10810
10811 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10812
10813         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10814         `show-nonbreak-escape'.
10815
10816 2005-06-23  Lute Kamstra  <lute@gnu.org>
10817
10818         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10819
10820         * dig.el (dig-mode):
10821         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10822
10823 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10824
10825         * nnimap.el (nnimap-split-download-body): Fix spellings.
10826
10827 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10828
10829         * gnus-art.el (gnus-article-encrypt-body):
10830         * gnus-cus.el (gnus-score-customize):
10831         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10832         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10833
10834 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10835
10836         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10837         header by looking for magic "MII" at the beginnig.
10838
10839 2005-06-16  Miles Bader  <miles@gnu.org>
10840
10841         * gnus-xmas.el (gnus-xmas-group-startup-message):
10842         Use renamed gnus-splash face.
10843
10844         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10845         (assistant-field-face): New backward-compatibility alias for renamed
10846         face.
10847         (assistant-render-text): Use renamed assistant-field face.
10848
10849         * spam.el (spam): Remove "-face" suffix from face name.
10850         (spam-face): New backward-compatibility alias for renamed face.
10851         (spam-face, spam-initialize): Use renamed spam face.
10852
10853         * message.el (message-header-to, message-header-cc)
10854         (message-header-subject, message-header-newsgroups)
10855         (message-header-other, message-header-name)
10856         (message-header-xheader, message-separator, message-cited-text)
10857         (message-mml): Remove "-face" suffix from face names.
10858         (message-header-to-face, message-header-cc-face)
10859         (message-header-subject-face, message-header-newsgroups-face)
10860         (message-header-other-face, message-header-name-face)
10861         (message-header-xheader-face, message-separator-face)
10862         (message-cited-text-face, message-mml-face):
10863         New backward-compatibility aliases for renamed faces.
10864         (message-font-lock-keywords): Use renamed message faces.
10865
10866         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10867         (sieve-test-commands, sieve-tagged-arguments):
10868         Remove "-face" suffix from face names.
10869         (sieve-control-commands-face, sieve-action-commands-face)
10870         (sieve-test-commands-face, sieve-tagged-arguments-face):
10871         New backward-compatibility aliases for renamed faces.
10872         (sieve-control-commands-face, sieve-action-commands-face)
10873         (sieve-test-commands-face, sieve-tagged-arguments-face):
10874         Use renamed sieve faces.
10875
10876         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10877         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10878         (gnus-group-news-3-empty, gnus-group-news-4)
10879         (gnus-group-news-4-empty, gnus-group-news-5)
10880         (gnus-group-news-5-empty, gnus-group-news-6)
10881         (gnus-group-news-6-empty, gnus-group-news-low)
10882         (gnus-group-news-low-empty, gnus-group-mail-1)
10883         (gnus-group-mail-1-empty, gnus-group-mail-2)
10884         (gnus-group-mail-2-empty, gnus-group-mail-3)
10885         (gnus-group-mail-3-empty, gnus-group-mail-low)
10886         (gnus-group-mail-low-empty, gnus-summary-selected)
10887         (gnus-summary-cancelled, gnus-summary-high-ticked)
10888         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10889         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10890         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10891         (gnus-summary-low-undownloaded)
10892         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10893         (gnus-summary-low-unread, gnus-summary-normal-unread)
10894         (gnus-summary-high-read, gnus-summary-low-read)
10895         (gnus-summary-normal-read, gnus-splash):
10896         Remove "-face" suffix from face names.
10897         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10898         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10899         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10900         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10901         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10902         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10903         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10904         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10905         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10906         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10907         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10908         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10909         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10910         (gnus-summary-normal-ticked-face)
10911         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10912         (gnus-summary-normal-ancient-face)
10913         (gnus-summary-high-undownloaded-face)
10914         (gnus-summary-low-undownloaded-face)
10915         (gnus-summary-normal-undownloaded-face)
10916         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10917         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10918         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10919         (gnus-splash-face):
10920         New backward-compatibility aliases for renamed faces.
10921         (gnus-group-startup-message): Use renamed gnus faces.
10922
10923         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10924         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10925         (gnus-server-agent): Remove "-face" suffix from face names.
10926         (gnus-server-agent-face, gnus-server-opened-face)
10927         (gnus-server-closed-face, gnus-server-denied-face)
10928         (gnus-server-offline-face):
10929         New backward-compatibility aliases for renamed faces.
10930         (gnus-server-agent-face, gnus-server-opened-face)
10931         (gnus-server-closed-face, gnus-server-denied-face)
10932         (gnus-server-offline-face): Use renamed gnus faces.
10933
10934         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10935         Remove "-face" suffix from face names.
10936         (gnus-picon-xbm-face, gnus-picon-face):
10937         New backward-compatibility aliases for renamed faces.
10938
10939         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10940         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10941         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10942         (gnus-cite-11): Remove "-face" suffix from face names.
10943         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10944         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10945         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10946         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10947         New backward-compatibility aliases for renamed faces.
10948         (gnus-cite-attribution-face, gnus-cite-face-list)
10949         (gnus-article-boring-faces): Use renamed gnus faces.
10950
10951         * gnus-art.el (gnus-signature, gnus-header-from)
10952         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10953         (gnus-header-content): Remove "-face" suffix from face names.
10954         (gnus-signature-face, gnus-header-from-face)
10955         (gnus-header-subject-face, gnus-header-newsgroups-face)
10956         (gnus-header-name-face, gnus-header-content-face):
10957         New backward-compatibility aliases for renamed faces.
10958         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10959
10960         * gnus-sum.el (gnus-summary-selected-face)
10961         (gnus-summary-highlight): Use renamed gnus faces.
10962         * gnus-group.el (gnus-group-highlight): Likewise.
10963
10964 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10965
10966         * gnus-sieve.el (gnus-sieve-article-add-rule):
10967         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10968         * spam-stat.el (spam-stat-buffer-change-to-spam)
10969         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10970
10971         * message.el (message-is-yours-p):
10972         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10973
10974 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * mm-view.el (mm-inline-text): Withdraw the last change.
10977
10978 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10981         executing enriched-decode.
10982
10983 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10986         charset of tar files.
10987
10988 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10989
10990         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10991
10992 2005-06-04  Lute Kamstra  <lute@gnu.org>
10993
10994         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10995         information is never recorded.
10996
10997 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10998
10999         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11000
11001 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * pop3.el (pop3-apop): Run md5 in the binary mode.
11004
11005         * starttls.el (starttls-set-process-query-on-exit-flag):
11006         Use eval-and-compile.
11007
11008 2005-05-31  Simon Josefsson  <jas@extundo.com>
11009
11010         * smime.el (smime-replace-in-string): Define.
11011         (smime-cert-by-ldap-1): Use it.
11012
11013 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-art.el (article-display-x-face): Replace
11016         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11017
11018         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11019         set-process-query-on-exit-flag or process-kill-without-query.
11020
11021         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11022         loop instead of replace-regexp.
11023
11024         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11025         instead of process-kill-without-query if it is available.
11026
11027         * lpath.el: Fbind ldap-search-entries.
11028
11029         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11030         instead of find-file-hooks if it is available.
11031
11032         * mml1991.el: Bind pgg-default-user-id when compiling.
11033
11034         * mml2015.el: Bind pgg-default-user-id when compiling.
11035
11036         * nndraft.el (nndraft-request-associate-buffer):
11037         Use write-contents-functions instead of write-contents-hooks if it is
11038         available.
11039
11040         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11041         instead of find-file-hooks if it is available.
11042
11043         * nntp.el (nntp-open-connection): Replace
11044         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11045         (nntp-open-ssl-stream): Ditto.
11046         (nntp-open-tls-stream): Ditto.
11047
11048         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11049         set-process-query-on-exit-flag or process-kill-without-query.
11050         (starttls-open-stream-gnutls): Use it instead of
11051         process-kill-without-query.
11052         (starttls-open-stream): Ditto.
11053
11054 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11055
11056         * smime.el (smime-cert-by-ldap-1): Don't use
11057         replace-regexp-in-string.
11058
11059 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11060
11061         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11062
11063         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11064         in PEM format.  Adjust to the XEmacs compability.
11065
11066 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11069         by `string-to-number'.
11070         * gnus-agent.el (gnus-agent-regenerate-group)
11071         (gnus-agent-fetch-articles): Ditto.
11072         * gnus-art.el (gnus-button-fetch-group): Ditto.
11073         * gnus-cache.el (gnus-cache-generate-active)
11074         (gnus-cache-articles-in-group): Ditto.
11075         * gnus-group.el (gnus-group-set-current-level)
11076         (gnus-group-insert-group-line): Ditto.
11077         * gnus-score.el (gnus-score-set-expunge-below)
11078         (gnus-score-set-mark-below, gnus-summary-score-effect)
11079         (gnus-summary-score-entry): Ditto.
11080         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11081         (gnus-soup-pack): Ditto.
11082         * gnus-spec.el (gnus-xmas-format): Ditto.
11083         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11084         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11085         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11086         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11087         * nndb.el (nndb-get-remote-expire-response): Ditto.
11088         * nndiary.el (nndiary-parse-schedule-value)
11089         (nndiary-string-to-number, nndiary-request-replace-article)
11090         (nndiary-request-article): Ditto.
11091         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11092         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11093         * nneething.el (nneething-make-head): Ditto.
11094         * nnfolder.el (nnfolder-request-article)
11095         (nnfolder-retrieve-headers): Ditto.
11096         * nnheader.el (nnheader-file-to-number): Ditto.
11097         * nnkiboze.el (nnkiboze-request-article): Ditto.
11098         * nnmail.el (nnmail-process-unix-mail-format)
11099         (nnmail-process-babyl-mail-format): Ditto.
11100         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11101         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11102         (nnmh-request-create-group, nnmh-request-list-1)
11103         (nnmh-request-group, nnmh-request-article): Ditto.
11104         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11105         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11106         * nnsoup.el (nnsoup-make-active): Ditto.
11107         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11108         * nntp.el (nntp-find-group-and-number)
11109         (nntp-retrieve-headers-with-xover): Ditto.
11110         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11111         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11112         (pgg-format-key-identifier): Ditto.
11113         * pop3.el (pop3-last, pop3-stat): Ditto.
11114         * qp.el (quoted-printable-decode-region): Ditto.
11115
11116         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11117         of concat.
11118
11119 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11122
11123         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11124
11125         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11126
11127         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11128
11129         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11130
11131         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11132
11133         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11134         (gnus-carpal-mode): Ditto.
11135
11136         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11137         (gnus-browse-mode): Ditto.
11138
11139         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11140
11141         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11142
11143 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11144
11145         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11146
11147 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-util.el (gnus-run-mode-hooks): New function.
11150
11151         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11152
11153         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11154         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11155
11156 2005-05-27  Lute Kamstra  <lute@gnu.org>
11157
11158         * dns-mode.el (dns-mode): Specify customization group.
11159
11160 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11161
11162         * gnus-agent.el (gnus-agent-make-mode-line-string):
11163         Use mode-line-highlight as mouse-face.
11164
11165 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * canlock.el (canlock): Change the parent group to news.
11168
11169         * deuglify.el (gnus-outlook-deuglify): Add :group.
11170
11171         * dig.el (dig): Add :group.
11172
11173         * dns-mode.el (dns-mode): Add :group.
11174
11175         * encrypt.el (encrypt): Add :group.
11176
11177         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11178         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11179         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11180         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11181         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11182
11183         * gnus-diary.el (gnus-diary): Add :group.
11184
11185         * gnus.el (gnus-group-news-1-face): Add :group.
11186         (gnus-group-news-1-empty-face): Ditto.
11187         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11188         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11189         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11190         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11191         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11192         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11193         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11194         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11195         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11196         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11197         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11198         (gnus-summary-high-ticked-face): Ditto.
11199         (gnus-summary-low-ticked-face): Ditto.
11200         (gnus-summary-normal-ticked-face): Ditto.
11201         (gnus-summary-high-ancient-face): Ditto.
11202         (gnus-summary-low-ancient-face): Ditto.
11203         (gnus-summary-normal-ancient-face): Ditto.
11204         (gnus-summary-high-undownloaded-face): Ditto.
11205         (gnus-summary-low-undownloaded-face): Ditto.
11206         (gnus-summary-normal-undownloaded-face): Ditto.
11207         (gnus-summary-high-unread-face): Ditto.
11208         (gnus-summary-low-unread-face): Ditto.
11209         (gnus-summary-normal-unread-face): Ditto.
11210         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11211         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11212
11213         * hashcash.el (hashcash): New custom group.
11214         (hashcash-default-payment): Add :group.
11215         (hashcash-payment-alist): Ditto.
11216         (hashcash-default-accept-payment): Ditto.
11217         (hashcash-accept-resources): Ditto.
11218         (hashcash-path): Ditto.
11219         (hashcash-extra-generate-parameters): Ditto.
11220         (hashcash-double-spend-database): Ditto.
11221         (hashcash-in-news): Ditto.
11222
11223         * message.el (message-minibuffer-local-map): Add :group.
11224
11225         * netrc.el (netrc): Add :group.
11226
11227         * sieve-manage.el (sieve-manage-log): Add :group.
11228         (sieve-manage-default-user): Diito.
11229         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11230         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11231         (sieve-manage-authenticators): Ditto.
11232         (sieve-manage-authenticator-alist): Ditto.
11233         (sieve-manage-default-port): Ditto.
11234
11235         * sieve-mode.el (sieve-control-commands-face): Add :group.
11236         (sieve-action-commands-face): Ditto.
11237         (sieve-test-commands-face): Ditto.
11238         (sieve-tagged-arguments-face): Ditto.
11239
11240         * smime.el (smime): Add :group.
11241
11242         * spam-report.el (spam-report): Add :group.
11243
11244         * spam.el (spam, spam-face): Add :group.
11245
11246 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11249         return \n.\n.\n at the end of articles.  Protect against that.
11250         (nntp-with-open-group): Allow debugging.
11251
11252         * nnheader.el (mail-header-set-extra): Make into a function
11253         because I just could't understand how to quote the list properly.
11254
11255         * dns.el (query-dns-cached): New function.
11256
11257 2005-05-26  Lute Kamstra  <lute@gnu.org>
11258
11259         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11260
11261 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11264
11265         * gnus-art.el: Don't autoload mail-extract-address-components.
11266
11267         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11268         eval-and-compile to evaluate it.
11269
11270         * hashcash.el: Don't autoload executable-find.
11271
11272         * nndb.el: Don't declare the nndb back end two or more times; don't
11273         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11274
11275         * nntp.el: Autoload format-spec instead of format; use
11276         eval-and-compile to evaluate autoload forms.
11277
11278 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11279
11280         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11281
11282 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * gnus.el (gnus-version-number): Bump version.
11285
11286 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11287
11288         * gnus.el: No Gnus v0.3 is released.
11289
11290 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291
11292         * lpath.el (featurep): Bind show-nonbreak-escape.
11293
11294 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gnus-art.el (gnus-article-edit-part): Disable undo.
11297
11298 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11301         gnus-article-date-lapsed-new-header is t if date timer is active;
11302         skip headers in which the original date value is empty.
11303         (gnus-article-save-original-date): Redefine it as a macro.
11304         (gnus-display-mime): Use it.
11305
11306 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-art.el (article-date-ut): Support converting date in
11309         forwarded parts as well.
11310         (gnus-article-save-original-date): New function.
11311         (gnus-display-mime): Use it.
11312
11313 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11314
11315         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11316         enclosure element of <item>.
11317
11318 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * message.el (message-kill-buffer-query): Renamed from
11321         `message-kill-buffer-query-if-modified'.  Added :version.
11322
11323 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11326         window layout.
11327
11328 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * mml.el: Autoload dnd when compiling.
11331
11332 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11335         x-dnd-*.
11336
11337 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * qp.el (quoted-printable-encode-region): Save excursion.
11340
11341 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11342
11343         * message.el (message-kill-buffer-query-if-modified): Add new variable
11344         so the user can kill a modified message buffer quickly.
11345         (message-kill-buffer): Use it.
11346
11347 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * lpath.el: Fbind display-time-event-handler; don't fbind
11350         string-to-multibyte.
11351
11352         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11353
11354 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11357         contained in text because xml.el decodes entities) with LFs.
11358
11359 2005-04-11  Lute Kamstra  <lute@gnu.org>
11360
11361         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11362         differently.
11363
11364 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11365
11366         * mm-util.el (mm-detect-coding-region): Typo.
11367
11368 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11371
11372 2005-04-06  Deepak Goel  <deego@gnufans.org>
11373
11374         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11375         user-function allow user modifications of the scores.
11376         (spam-stat-score-buffer-user): New function, to allow
11377         user-computed modifications to the score.
11378         (spam-stat-score-buffer-user-functions): List of additional
11379         scoring functions.
11380         (spam-stat-error-holder): Global temporary error holder.
11381         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11382         variable.
11383
11384 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11385
11386         * gnus-registry.el (gnus-registry-clean-empty-function)
11387         (gnus-registry-trim, gnus-registry-fetch-groups)
11388         (gnus-registry-delete-group): Groups that match
11389         `gnus-registry-ignored-groups' are removed from the registry
11390         entries, not just ignored for splitting.  This helps clean up the
11391         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11392         to get all the groups a message ID is in.
11393
11394         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11395         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11396         (spam-stat-score-buffer-user-functions): Add :number custom type.
11397
11398 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11401         argument in XEmacs.
11402
11403         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11404         (nnrss-request-group): Decode group name first.
11405         (nnrss-request-article): Make a text/plain article if mml-to-mime
11406         failed.
11407         (nnrss-get-encoding): Return a compatible encoding according to
11408         nnrss-compatible-encoding-alist.
11409         (nnrss-find-el): Use consp instead of listp.
11410         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11411
11412 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11415         which Emacs 20 doesn't support.
11416         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11417
11418 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11421         silence the byte compiler inside the defun.
11422
11423         * gnus-demon.el (parse-time-string): Add autoload.
11424
11425         * gnus-delay.el (parse-time-string): Add autoload.
11426
11427         * gnus-art.el (parse-time-string): Add autoload.
11428
11429         * nnultimate.el (parse-time): Require for `parse-time-string'.
11430
11431 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11434
11435         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11436
11437         * smime.el (smime-ldap-host-list): Add :version.
11438
11439 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11442         pass it to `gnus-browse-read-group'.
11443         (gnus-browse-read-group): Add NUMBER argument and pass it to
11444         `gnus-group-read-ephemeral-group'.
11445
11446         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11447         argument and pass it to `gnus-group-read-group'.
11448
11449 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11450
11451         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11452         mm-xemacs-find-mime-charset-1 if we have the mule feature
11453         available at runtime.
11454
11455 2005-03-25  Werner Lemberg  <wl@gnu.org>
11456
11457         * nnmaildir.el: Replace `illegal' with `invalid'.
11458
11459 2005-03-23  Lute Kamstra  <lute@gnu.org>
11460
11461         * time-date.el: Add comment on time value formats.
11462         Don't require parse-time.
11463         (with-decoded-time-value): New macro.
11464         (encode-time-value): New function.
11465         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11466         (days-to-time): Return a valid time value when arg is huge.
11467         (time-since): Use time-subtract.
11468         (time-to-number-of-days): Use time-to-seconds.
11469
11470 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11471
11472         * gnus-start.el (gnus-display-time-event-handler):
11473         Check display-time-timer at runtime rather than only at load time
11474         in case display-time-mode is turned off in the mean time.
11475
11476 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11479         used.
11480
11481         * nneething.el (nneething-map-file-directory): Derive from
11482         `gnus-directory'.
11483
11484         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11485         the To/Cc button.
11486
11487 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * nnmaildir.el (nnmaildir-request-accept-article):
11490         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11491
11492 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11493
11494         * gnus-async.el: Require timer-funcs at compile time when in
11495         XEmacs for `run-with-idle-timer'.
11496
11497 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11498
11499         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11500         autoloaded function.
11501
11502 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11503
11504         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11505
11506 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11507
11508         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11509
11510 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11511
11512         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11513         gnus-expert-user to default.
11514
11515 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11516
11517         * nnimap.el (nnimap-open-server): Ditto.
11518
11519         * imap.el (imap-authenticate): Fix typo.
11520
11521 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11522
11523         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11524         buffer (since IMAP server might return FETCH response out of
11525         order, and the nntp buffer must be sorted).
11526
11527 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11528
11529         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11530         comparison on string.
11531
11532         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11533         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11534         (gnus-agent-summary-fetch-series): Modified to protect against
11535         gnus-agent-summary-fetch-group clearing processable flags.
11536         (gnus-agent-synchronize-group-flags): Update live group buffer as
11537         synchronization may occur due to the user toggle the plugged
11538         status.
11539         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11540         successfully downloaded.
11541         (gnus-agent-expire-group-1): Avoid using markers when the overview
11542         is in ascending order; greatly improves performance.
11543         (gnus-agent-regenerate-group): Use
11544         gnus-agent-synchronize-group-flags to reset read status in both
11545         gnus and server.
11546         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11547
11548 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * message.el: Don't autoload former message-utils variables.
11551         (message-strip-subject-trailing-was): Change doc string.
11552
11553         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11554         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11555         (nnweb-google-search): Add "hl=en" here.
11556         (nnweb-google-parse-1, nnweb-google-create-mapping):
11557         Don't hardcode URL.
11558
11559 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * message.el (message-get-reply-headers, message-followup):
11562         Mention related variables `message-use-followup-to' and
11563         `message-use-mail-followup-to', in the information buffer.
11564
11565         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11566         of broken groups(-beta).google.com.
11567
11568 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11569
11570         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11571         parameter to invoked gnus-request-move-article; remove the
11572         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11573         all at once instead of once per article.
11574         (gnus-summary-remove-process-mark): Accept a list of articles as
11575         well as a single article for processing.
11576
11577         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11578         parameter.
11579
11580         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11581
11582         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11583
11584         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11585         parameter.
11586
11587         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11588         parameter.
11589
11590         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11591         parameter and remove the gnus-sum-hint-move-is-internal variable.
11592
11593         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11594         parameter.
11595
11596         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11597         parameter.
11598
11599         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11600         parameter.
11601
11602         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11603
11604         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11605         parameter.
11606
11607         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11608         parameter.
11609
11610 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11611
11612         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11613         a more conservative way.
11614
11615 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11616
11617         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11618         buffer, so it moves the window's cursor.
11619
11620 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11621
11622         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11623         `mm-dissect-multipart' and receive the from field as an (optional)
11624         argument from `mm-dissect-multipart'.
11625         (mm-dissect-multipart): Receive the from field as an argument and
11626         pass it on when we call `mm-dissect-buffer' on MIME parts.
11627         Fixes verification/decryption of signed/encrypted MIME parts.
11628
11629 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11630
11631         * gnus-sum.el (gnus-summary-move-article): Set
11632         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11633         whatever it calls (right now, only nnimap-request-move article
11634         respects it).
11635
11636         * nnimap.el (nnimap-request-move-article): When
11637         gnus-sum-hint-move-is-internal is set, don't do the extra
11638         nnimap-request-article.
11639
11640 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11643
11644         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11645         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11646
11647         * gnus-sum.el (gnus-summary-caesar-message):
11648         Apply `gnus-treat-article' after rotation.
11649
11650         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11651         doc string.
11652
11653 2005-02-22  Simon Josefsson  <jas@extundo.com>
11654
11655         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11656         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11657         <arne@arnested.dk>.
11658         (encrypt): Add password-cache and password-cache-expiry as group
11659         members.
11660
11661 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11662
11663         * smime.el (smime-ldap-host-list): Doc fix.
11664         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11665         cache) password.
11666         (smime-sign-region): Use it.
11667         (smime-decrypt-region): Use it.
11668         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11669         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11670         fails.
11671         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11672         certificate from DER to PEM format rather than calling openssl.
11673
11674         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11675
11676         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11677         for signing/encryption.
11678
11679         * mml.el (mml-parse-1): Use them.
11680
11681 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11682
11683         * nnrss.el (nnrss-verbose): Removed.
11684         (nnrss-request-group): Use `nnheader-message' instead.
11685
11686 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11687
11688         * nnrss.el (nnrss-verbose): New variable.
11689         (nnrss-request-group): Make it say nnrss is requesting a group.
11690
11691 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11692
11693         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11694         Handle news URL with given port correctly.
11695
11696 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11699         containing special characters.
11700
11701         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11702
11703         * mml.el (mime-to-mml): Ditto.
11704
11705         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11706         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11707         (rfc2047-decode-region): Quote decoded words containing special
11708         characters when rfc2047-quote-decoded-words-containing-tspecials
11709         is non-nil.
11710
11711 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11712
11713         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11714
11715         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11716
11717 2005-02-15  Simon Josefsson  <jas@extundo.com>
11718
11719         * nnimap.el (nnimap-debug): Doc fix.
11720
11721         * imap.el (imap-debug): Doc fix.
11722
11723 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11726
11727 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11728
11729         * gnus.el (spam-contents): Improve docs for spam-contents
11730         parameter in its variable incarnation.
11731
11732 2005-02-14  Simon Josefsson  <jas@extundo.com>
11733
11734         * smime-ldap.el: Use require instead of load-library for ldap.
11735         (smime-ldap-search): Indent.
11736         (smime-ldap-search-internal): Shorten line.
11737
11738         * smime.el (smime-cert-by-dns): Add doc-string.
11739         (smime-cert-by-ldap-1): Indent.
11740
11741         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11742         mml-smime-get-dns-ldap.
11743         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11744
11745 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11746
11747         * smime.el: Require smime-ldap.
11748         (smime-ldap-host-list): New variable.
11749         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11750
11751         * mml-smime.el (mml-smime-encrypt-query): New function.
11752         (mml-smime-encrypt-query): Use it.
11753
11754         * smime-ldap.el: New file.
11755
11756 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11759
11760 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11761
11762         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11763         argument in doc string.  Make query for type more clear.
11764
11765 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * gnus.el (gnus-group-startup-message): Search for gnus images in
11768         etc/images/gnus.
11769         * mm-util.el (mm-image-load-path): Likewise.
11770         * smiley.el (smiley-data-directory): Search for smilies in
11771         etc/images/smilies.
11772
11773 2005-02-09  Kim F. Storm  <storm@cua.dk>
11774
11775         Change Emacs release version from 21.4 to 22.1 throughout.
11776         Change Emacs development version from 21.3.50 to 22.0.50.
11777
11778 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11781
11782         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11783         non-Mule XEmacs as well.
11784         (mm-decompress-buffer): Signal an error intentionally if it does
11785         not decompress compressed data because auto-compression-mode is
11786         disabled.
11787
11788 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11789
11790         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11791         an ID in the registry even if it has no groups.
11792
11793 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11796         merge it into mm-decompress-buffer.
11797         (gnus-mime-copy-part): Use the MIME part charset, the value which
11798         a user specified or gnus-newsgroup-charset for decoding, like
11799         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11800         save-buffer what was used.  Suggested by Kevin Ryde
11801         <user42@zip.com.au>.
11802         (gnus-mime-inline-part): Allow the name parameter as well as the
11803         filename parameter; force decompressing of compressed data; always
11804         display contents being not decoded as unibyte.
11805
11806         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11807         as well as the filename parameter.
11808
11809         * mm-util.el (mm-decompress-buffer): Merge
11810         gnus-mime-jka-compr-maybe-uncompress.
11811         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11812         of compressed data.
11813
11814 2005-02-08  Simon Josefsson  <jas@extundo.com>
11815
11816         * imap.el (imap-log): Doc fix.
11817
11818 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11821         the coding cookies; decompress compressed parts.
11822
11823         * mml.el (mml-generate-mime-1): Add the charset parameter according
11824         to the value which a user specified manually or the coding cookie.
11825
11826         * mm-util.el (mm-string-to-multibyte): New function.
11827         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11828         (mm-coding-system-to-mime-charset): New function.
11829         (mm-decompress-buffer): New function.
11830         (mm-find-buffer-file-coding-system): New function.
11831
11832         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11833         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11834         parts.
11835
11836 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11837
11838         * mm-view.el (mm-display-inline-fontify): Decode a part according
11839         to the charset parameter.
11840
11841 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11844         prefix arg is neither nil nor a number, as info specifies.
11845
11846 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11849         timestamps.
11850
11851 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11852
11853         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11854         groups error checking and notify user.
11855
11856 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11857
11858         * message.el (message-send-mail-function): Check existence of
11859         sendmail-program first before using default value
11860         `message-send-mail-with-sendmail'.  Otherwise use more generic
11861         `smtpmail-send-it'.
11862
11863 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * nntp.el (nntp-request-update-info): Always return nil.
11866
11867 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11868
11869         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11870
11871 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11872
11873         * message.el (message-beginning-of-line): Change the behavior when
11874         invoked between BOL and : so that it first moves backward.
11875
11876 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11879         article buffer when editing of the article is discarded.
11880         (gnus-article-prepare): Revert.
11881
11882 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-art.el (gnus-article-prepare):
11885         Remove message-strip-forbidden-properties from the local hook.
11886
11887 2005-01-27  Simon Josefsson  <jas@extundo.com>
11888
11889         * password.el (password-cache-add): Only start one timer per key.
11890         Reported by Derek Atkins <warlord@MIT.EDU>.
11891
11892 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11893
11894         * run-at-time.el: Removed.  It is no longer needed as
11895         timer-funcs.el in the xemacs-base package has a working version of
11896         `run-at-time'.
11897
11898         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11899
11900         * password.el: Require timer-funcs instead of run-at-time in
11901         XEmacs.
11902         Remove `password-run-at-time' macro.
11903         (password-cache-add): Use `run-at-time' instead of
11904         `password-run-at-time'.
11905
11906         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11907         Remove `nnheader-cancel-function-timers' alias,
11908         `cancel-function-timers' exists in XEmacs in timer-funcs.
11909
11910         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11911         for `run-with-idle-timer'.
11912
11913         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11914         for `run-at-time'.
11915
11916         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11917         for `with-timeout'.
11918
11919         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11920         the same as for XEmacs 21.4.
11921         No need to ignore `run-with-idle-timer', this function exists in
11922         XEmacs now in timer-funcs.el in the xemacs-base package.
11923         (dgnushack-compile): No need to delete
11924         run-at-time.el from the list of files to compile because it
11925         doesn't exist anymore.
11926
11927 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11930         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11931
11932 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11933
11934         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11935         sensitively.
11936
11937 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11938
11939         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11940
11941 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11944         which will be inserted according to the multibyteness of a buffer
11945         rather than the type of contents.  Suggested by ARISAWA Akihiro
11946         <ari@mbf.ocn.ne.jp>.
11947
11948         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11949         of string which old xml.el may return rather than a string.
11950
11951 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11954
11955 2005-01-16  Simon Josefsson  <jas@extundo.com>
11956
11957         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11958         idn/idna.el isn't available.
11959         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11960         <michael@waxrat.com>.
11961
11962         * hashcash.el: Remove non-FSF copyright header.
11963
11964         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11965         (hashcash-generate-payment): Use it.
11966         (hashcash-generate-payment-async): Use it.
11967
11968 2005-01-15  Simon Josefsson  <jas@extundo.com>
11969
11970         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11971         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11972
11973         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11974         gnus-summary-idna-message.
11975         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11976         (gnus-summary-idna-message): New function.
11977
11978 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11981         gnus-novice-user.
11982
11983 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * nnrss.el (nnrss-request-delete-group): Delete entries in
11986         nnrss-group-alist as well.
11987         (nnrss-save-server-data): Insert newline.
11988
11989 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * gnus.el (gnus-user-agent): Use list of symbols instead of
11992         symbols.  Display full version number for (S)XEmacs.  Optionally
11993         display (S)XEmacs codename.
11994
11995         * gnus-util.el (gnus-emacs-version): Update for new
11996         `gnus-user-agent'.
11997
11998         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11999         Gnus version.
12000
12001 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12004         which is unreadable in some setups.
12005
12006 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * gnus-spec.el (gnus-update-format-specifications): Flush the
12009         group format spec cache if it doesn't support decoded group names.
12010
12011 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12014         Allow to apply decay on score files matching a regexp.
12015
12016 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12019         compatibility in %g and %c.
12020
12021 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12024         name for only %g and %c.
12025         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12026         of gnus-tmp-group to decoded group name.
12027         (gnus-group-make-rss-group): Exclude `/'s from group names.
12028
12029 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * nnrss.el (nnrss-get-encoding): Fix regexp.
12032
12033 2004-12-27  Simon Josefsson  <jas@extundo.com>
12034
12035         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12036         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12037         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12038
12039 2004-12-17  Kim F. Storm  <storm@cua.dk>
12040
12041         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12042
12043         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12044
12045 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12046
12047         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12048
12049 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * nnrss.el: Require rfc2047 and mml.
12052         (nnrss-file-coding-system): New variable.
12053         (nnrss-format-string): Redefine it as an inline function.
12054         (nnrss-decode-group-name): New function.
12055         (nnrss-string-as-multibyte): Remove.
12056         (nnrss-retrieve-headers): Decode group name; don't use
12057         nnrss-format-string.
12058         (nnrss-request-group): Decode group name.
12059         (nnrss-request-article): Decode group name; allow a Message-ID as
12060         well as an article number; don't use nnrss-format-string; encode a
12061         Message-ID string which may contain non-ASCII characters; use
12062         mml-to-mime to compose a MIME article.
12063         (nnrss-request-expire-articles): Decode group name.
12064         (nnrss-request-delete-group): Decode group name.
12065         (nnrss-fetch): Clarify error message.
12066         (nnrss-read-server-data): Use insert-file-contents instead of load;
12067         bind file-name-coding-system; use multibyte buffer.
12068         (nnrss-save-server-data): Bind coding-system-for-write to the
12069         value of nnrss-file-coding-system; bind file-name-coding-system;
12070         add coding cookie.
12071         (nnrss-read-group-data): Use insert-file-contents instead of load;
12072         bind file-name-coding-system; use multibyte buffer.
12073         (nnrss-save-group-data): Bind coding-system-for-write to the
12074         value of nnrss-file-coding-system; bind file-name-coding-system.
12075         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12076         make it work with non-ASCII text.
12077         (nnrss-find-el): Make it work with old xml.el as well.
12078
12079 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12080
12081         * nnrss.el (nnrss-get-encoding): New function.
12082         (nnrss-fetch): Use unibyte buffer initially; bind
12083         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12084         decode contents according to the encoding attribute.
12085         (nnrss-save-group-data): Add coding cookie.
12086         (nnrss-mime-encode-string): New function.
12087         (nnrss-check-group): Use it to encode subject and author.
12088
12089 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12090
12091         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12092         imaginary variable.
12093
12094 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12097         correctly even if there are wide characters.
12098
12099 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12100
12101         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12102         downcased symbol names; make a new cache instead of reusing
12103         bbdb-hashtable.
12104
12105 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12108         concatenating segments rather than before concatenating them.
12109         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12110
12111         * message.el (message-get-reply-headers): Bind `extra'.
12112
12113 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12114
12115         * message.el (message-extra-wide-headers): New variable.
12116         (message-get-reply-headers): Use it.
12117
12118 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12121         (gnus-agent-group-pathname): Ditto.
12122
12123         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12124
12125         * gnus-group.el (gnus-group-make-group): Decode group name.
12126         (gnus-group-make-rss-group): Register the group data after opening
12127         the nnrss group.
12128
12129 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12130
12131         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12132         by expiry now get marked as read.
12133
12134 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12137
12138 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12139
12140         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12141         unify Latin characters in XEmacs.
12142         (mm-find-mime-charset-region): Use it.
12143
12144 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-util.el (gnus-delete-directory): New function.
12147
12148         * gnus-agent.el (gnus-agent-delete-group): Use it.
12149
12150         * gnus-cache.el (gnus-cache-delete-group): Use it.
12151
12152 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12155         names.
12156
12157 2004-12-16  Simon Josefsson  <jas@extundo.com>
12158
12159         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12160
12161 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12164
12165         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12166         (gnus-group-set-current-level): Decode group name.
12167
12168 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12169
12170         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12171         failed.
12172
12173 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-group.el (gnus-group-delete-group): Decode group name.
12176         (gnus-group-make-rss-group): Encode group name.
12177         (gnus-group-catchup-current): Decode group name.
12178         (gnus-group-kill-group): Decode group name.
12179
12180 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12181
12182         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12183
12184 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-group.el (gnus-group-make-rss-group):
12187         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12188
12189         * gnus-start.el (gnus-setup-news): Honor user's setting to
12190         gnus-message-archive-method.  Suggested by Lute Kamstra
12191         <lute@gnu.org>.
12192
12193 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12194
12195         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12196         global counterparts of the buffer-local variables.
12197
12198 2004-11-16  Romain Francoise  <romain@orebokech.com>
12199
12200         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12201         counterparts of the buffer-local variables.
12202
12203 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * message.el (message-forbidden-properties): Fixed typo in doc
12206         string.
12207
12208 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * gnus-util.el (gnus-replace-in-string): Added doc string.
12211
12212         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12213         to avoid problems when splitting mails with many recipients.
12214
12215 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12216
12217         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12218         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12219
12220 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12221
12222         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12223         if there is no hashtable in memory or file modification time is
12224         newer than cached timestamp.
12225
12226 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12229         not-matching option.
12230
12231 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12232
12233         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12234         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12235         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12236         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12237         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12238         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12239
12240 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * message.el (message-forward-make-body-mml): Remove headers
12243         according to message-forward-ignored-headers if a message is decoded.
12244
12245 2004-12-02  Romain Francoise  <romain@orebokech.com>
12246
12247         * message.el (message-forward-make-body-plain): Always remove
12248         headers according to message-forward-ignored-headers.
12249
12250 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12251
12252         * spam.el (spam-summary-prepare-exit): Remove the
12253         gnus-summary-limit pop for now, it has problems with ham marks for
12254         me.
12255
12256 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12257
12258         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12259         correctly.
12260
12261 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12262
12263         * format-spec.el (format-spec): Message the char.
12264
12265 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12266
12267         * gnus-art.el (gnus-split-methods): Reformat comments.
12268
12269         * spam.el (spam-summary-prepare-exit): Remove article limits
12270         before exiting the summary buffer.
12271
12272 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12275         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12276
12277         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12278         order to silence the byte compiler.
12279
12280         * spam.el: Fix the way to silence the byte compiler, which
12281         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12282         bbdb-search-simple, spam-BBDB-register-routine,
12283         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12284         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12285         spam-stat-buffer-is-spam, spam-stat-load,
12286         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12287         spam-stat-save and spam-stat-split-fancy.
12288
12289 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12292         which may confuse users.
12293         (canlock-password-for-verify): Ditto.
12294
12295         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12296
12297         * gnus-art.el (gnus-emphasis-alist): Ditto.
12298
12299         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12300
12301         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12302
12303         * gnus-start.el (gnus-save-killed-list): Ditto.
12304
12305         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12306         (gnus-sum-thread-tree-root): Ditto.
12307         (gnus-sum-thread-tree-false-root): Ditto.
12308         (gnus-sum-thread-tree-single-indent): Ditto.
12309
12310         * message.el (message-courtesy-message): Ditto.
12311         (message-archive-note): Ditto.
12312         (message-subscribed-address-file): Ditto.
12313         (message-user-fqdn): Ditto.
12314
12315         * spam-report.el (spam-report-gmane-regex): Ditto.
12316
12317         * spam.el (spam-blackhole-good-server-regex): Ditto.
12318
12319 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * mml.el (mml-preview): Widen the message buffer before copying
12322         the contents to the preview buffer; sort headers before previewing.
12323
12324         * message.el (message-hidden-headers): Fix the way to avoid a bug
12325         in the `repeat' widget in Emacs 21.3 or earlier.
12326
12327 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * message.el (message-hidden-headers): Default to "^References:".
12330         Improve customization type.  Suggested by Reiner Steib
12331         <Reiner.Steib@gmx.de>.
12332
12333 2004-11-25  Romain Francoise  <romain@orebokech.com>
12334
12335         * message.el (message-strip-forbidden-properties): Remove check for
12336         obsolete `message-hidden' text property, hidden headers are not
12337         accessible in the buffer anymore.
12338
12339 2004-11-22  Romain Francoise  <romain@orebokech.com>
12340
12341         * message.el (message-header-format-alist): Add `From' in list
12342         so that it can be sorted.
12343         (message-fix-before-sending): Widen and sort headers before
12344         sending.
12345         (message-hide-headers): Use narrowing to hide headers by moving
12346         them to the top of the buffer and narrowing to the region
12347         underneath.
12348
12349 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * message.el (message-strip-forbidden-properties): Bind
12352         buffer-read-only (etc) to nil.
12353
12354 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12357         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12358
12359 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12360
12361         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12362
12363 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * dns.el (query-dns): Use sit-for to time instead of
12366         accept-process-output, since that doesn't seem to work on udp
12367         sockets.
12368
12369 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12372
12373 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12374
12375         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12376         doc string.  Improve doc string.
12377
12378 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * nntp.el (nntp-request-update-info): Return nil if
12381         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12382         may not call gnus-activate-group which uselessly issues the GROUP
12383         commands for all nntp groups and wastes time.  Reported by Romain
12384         Francoise <romain@orebokech.com>.
12385
12386         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12387
12388 2004-11-15  Simon Josefsson  <jas@extundo.com>
12389
12390         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12391         headers separately.
12392         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12393         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12394
12395 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * gnus-start.el (gnus-convert-old-newsrc):
12398         Assign legacy-gnus-agent to 5.10.7.
12399
12400 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12401
12402         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12403         start of the lines.
12404
12405 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12406
12407         * hashcash.el (hashcash-default-payment): Change default to 20.
12408         (hashcash-default-accept-payment): Change default to 20.
12409         (hashcash-process-alist): New variable.
12410         (hashcash-generate-payment-async): Add.
12411         (hashcash-already-paid-p): Add.
12412         (hashcash-insert-payment): Don't generate payments twice.
12413         (hashcash-insert-payment-async): Add.
12414         (hashcash-insert-payment-async-2): Add.
12415         (hashcash-cancel-async): Add.
12416         (hashcash-wait-async): Add.
12417         (hashcash-processes-running-p): Add.
12418         (hashcash-wait-or-cancel): Add.
12419         (mail-add-payment): New optional argument.  Conditionally start
12420         asynchronous calculation.
12421         (mail-add-payment-async): Add.
12422
12423         * message.el (message-send-mail): Wait for asynchronous hashcash
12424         results.  Don't clobber existing X-Hashcash headers.
12425         (message-setup-1): Call mail-add-payment-async when
12426         message-generate-hashcash is non-nil.
12427
12428 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12429
12430         * message.el (message-use-alternative-email-as-from): Examine the
12431         From header as well; use message-make-from in order to include a
12432         user's full name.
12433
12434 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12437         default; improve customization type.
12438         (gnus-emphasis-custom-with-format): New macro.
12439         (gnus-emphasis-custom-value-to-external): New function.
12440         (gnus-emphasis-custom-value-to-internal): New function.
12441
12442 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12443
12444         * dns.el (query-dns): Resolve reverse addresses.
12445
12446 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * gnus-group.el (gnus-group-get-new-news): Use it.
12449
12450         * gnus-start.el (gnus-check-reasonable-setup): New function.
12451
12452 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12455         "Args out of range" error.  Reported by Arnaud Giersch
12456         <arnaud.giersch@free.fr>.
12457
12458 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12459
12460         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12461
12462 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12463
12464         * spam.el (spam group): Add :version.
12465
12466         * pgg-def.el (pgg group): Add :version.
12467
12468 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-art.el (gnus-article-edit-article): Don't associate the
12471         article buffer with a draft file.  This is a temporary measure
12472         against the 2004-08-22 change to gnus-article-edit-mode.
12473
12474 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12477         (html2text-format-tags): Remove unused variable `attr'.
12478
12479 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12482
12483         * tls.el (tls-process-connection-type, tls-success)
12484         (tls-certtool-program): Add :version.
12485
12486         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12487         (starttls-extra-arguments, starttls-process-connection-type)
12488         (starttls-connect, starttls-failure, starttls-success): Add :version.
12489
12490         * spam-stat.el (spam-stat): Add :version.
12491
12492         * sieve.el (sieve): Add :version.
12493
12494         * sha1.el (sha1): Add :version.
12495         (sha1-use-external): Remove redundant version.
12496
12497         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12498         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12499         (nnmail-split-fancy-match-partial-words)
12500         (nnmail-split-lowercase-expanded): Add :version.
12501
12502         * nndiary.el (nndiary): Add :version.
12503
12504         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12505
12506         * mml-sec.el (mml-default-sign-method)
12507         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12508         Add :version.
12509
12510         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12511
12512         * mm-url.el (mm-url-use-external, mm-url-program)
12513         (mm-url-arguments): Add :version.
12514
12515         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12516         (mm-attachment-file-modes, mm-decrypt-option)
12517         (mm-w3m-safe-url-regexp): Add :version.
12518
12519         * message.el (message-cite-prefix-regexp)
12520         (message-sendmail-envelope-from, message-minibuffer-local-map)
12521         (message-user-fqdn, message-completion-alist): Add :version.
12522
12523         * gnus-win.el (gnus-configure-windows-hook)
12524         (gnus-use-frames-on-any-display): Add :version.
12525
12526         * gnus-art.el (gnus-article-address-banner-alist)
12527         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12528         (gnus-treat-from-picon, gnus-treat-mail-picon)
12529         (gnus-treat-x-pgp-sig): Add :version.
12530
12531         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12532         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12533         (gnus-summary-article-delete-hook)
12534         (gnus-summary-display-while-building): Add :version.
12535
12536         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12537         (gnus-get-top-new-news-hook): Add :version.
12538
12539         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12540         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12541
12542         * gnus-registry.el (gnus-registry): Add :version.
12543
12544         * gnus-spec.el (gnus-use-correct-string-widths)
12545         (gnus-make-format-preserve-properties): Add :version.
12546
12547         * gnus.el (gnus-group-charter-alist)
12548         (gnus-group-fetch-control-use-browse-url)
12549         (gnus-install-group-spam-parameters): Add :version.
12550
12551         * gnus-diary.el (gnus-diary): Add :version.
12552
12553         * gnus-delay.el (gnus-delay): Add :version.
12554
12555         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12556         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12557         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12558         Add :version.
12559
12560         * gnus-agent.el (gnus-agent-max-fetch-size)
12561         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12562         (gnus-agent-prompt-send-queue): Add :version.
12563
12564         * deuglify.el (gnus-outlook-deuglify): Add :version.
12565
12566         * html2text.el: Beautify code.  Improve doc strings.  Some
12567         checkdoc cleanup.
12568         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12569
12570 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12571
12572         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12573
12574 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12577         when package is loaded.
12578
12579         * spam.el (spam-summary-score-preferred-header): Add global preference
12580         for people who want to override the default SpamAssassin over
12581         Bogofilter preference (when both are set).
12582         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12583         (spam-user-format-function-S): Check
12584         spam-summary-score-preferred-header.
12585         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12586         (spam-user-format-function-S): Format the score correctly.
12587
12588 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12591         signature file.  Suggested by Manoj Srivastava
12592         <srivasta@golden-gryphon.com>.
12593
12594         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12595         iso-2022-jp even in the Japanese language environment.
12596         Suggested by Jason Rumney <jasonr@gnu.org>.
12597
12598 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12601         use the same characters as the dummy marks; make it free from
12602         getting affected by the language environment.
12603         (gnus-summary-read-group-1): Update mark positions only when the
12604         format spec is updated.
12605
12606         * gnus-spec.el (gnus-update-format-specifications): Return a list
12607         of updated types.
12608
12609 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12612         of boundp to check if display-warning is available.
12613
12614 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12615
12616         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12617
12618 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * nnspool.el (nnspool-spool-directory): Use news-path if the
12621         news-directory variable is not bound.
12622
12623         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12624         function instead of display-warning if it is not available.
12625
12626 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12629         v5-10: Use `point-at-bol'.
12630
12631 2004-10-26  Simon Josefsson  <jas@extundo.com>
12632
12633         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12634         <chenggao@gmail.com>.
12635
12636 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12639         instead.
12640
12641 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12642
12643         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12644         to remove a server from the nnimap-server-buffer-alist.
12645         (nnimap-open-connection, nnimap-close-server): Use it.
12646
12647         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12648
12649 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12652         running the major-mode function.
12653
12654 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12657         dummy marks in the right way.
12658
12659 2004-10-18  David Edmondson  <dme@dme.org>
12660
12661         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12662         excessively.
12663
12664 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12665
12666         * gnus-util.el (gnus-split-references): Accept a nil references
12667         string and go on blissfully.
12668
12669         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12670         cases where the references string is non-nil but has no references.
12671
12672         * encrypt.el: Add autoload tags.
12673
12674         * spam.el (spam-resolve-registrations-routine): Remove article
12675         from unregistration list too.  Reported by David Hanak
12676         <dhanak@isis.vanderbilt.edu>
12677
12678 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12681         nil.  Changed custom type.
12682
12683 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12686
12687         * gnus-sum.el (gnus-summary-move-article): Use it.
12688
12689 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12690
12691         * encrypt.el: Add autoload cookies.
12692
12693         * spam.el (spam-backend-article-list-property)
12694         (spam-backend-get-article-todo-list)
12695         (spam-backend-put-article-todo-list)
12696         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12697         Resolve registrations separately.
12698         (spam-register-routine): Format comments.
12699         (spam-unregister-routine, spam-register-routine): Always call with
12700         specific-articles, no default list.
12701         (spam-summary-prepare-exit): Use the spam-classifications function.
12702
12703         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12704         gnus-encrypt.el.
12705
12706         * encrypt.el: Copied from gnus-encrypt.el.
12707
12708         * gnus-encrypt.el: Commented that it's obsolete.
12709
12710 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12713         (gnus-score-save): Use it.
12714
12715         * message.el (message-bury): Use `window-dedicated-p'.
12716
12717 2004-10-15  Simon Josefsson  <jas@extundo.com>
12718
12719         * pop3.el (top-level): Don't require nnheader.
12720         (pop3-read-timeout): Add.
12721         (pop3-accept-process-output): Add.
12722         (pop3-read-response, pop3-retr): Use it.
12723
12724 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12725
12726         * spam.el (spam-register-routine): Move comment.
12727         (spam-verify-bogofilter): Use 'unknown for the initial
12728         spam-bogofilter-valid state, not 'never.
12729
12730         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12731         for netrc-machine.
12732
12733         * nnimap.el (nnimap-open-connection): Use
12734         netrc-machine-user-or-password.
12735
12736 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12737
12738         * gnus-registry.el (gnus-registry-unload-hook):
12739         Set as a variable with add-hook.
12740
12741         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12742         of news-path.
12743
12744         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12745
12746         * spam.el: Delete duplicate `provide'.
12747         (spam-unload-hook): Set as a variable with add-hook.
12748
12749 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12752         in the doc string.
12753
12754         * message.el (message-ignored-news-headers)
12755         (message-ignored-supersedes-headers)
12756         (message-ignored-resent-headers)
12757         (message-forward-ignored-headers): Improve custom type.
12758
12759 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12760
12761         * message.el (message-tokenize-header): Fix 2004-09-06 change
12762         which used point-min in the wrong place.
12763
12764 2004-10-12  Simon Josefsson  <jas@extundo.com>
12765
12766         * tls.el (tls-certtool-program): New variable.
12767         (tls-certificate-information): New function, based on
12768         ssl-certificate-information.
12769
12770 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * compface.el: Move the version of ELisp-based uncompface program
12773         to the contrib directory because of the copyright problem.
12774
12775 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * message.el (message-kill-buffer): Raise the current frame.
12778
12779 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12782
12783         * gnus.el (message-y-or-n-p): Autoload.
12784
12785         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12786         (pop3-password-required, pop3-authentication-scheme)
12787         (pop3-leave-mail-on-server): Made customizable.
12788         (pop3): New custom group.
12789         (pop3-retr): Remove `sleep-for' statements.
12790         Suggested by Dave Love <fx@gnu.org>.
12791
12792         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12793         Windows/DOS.
12794
12795         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12796         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12797         Dave Love <fx@gnu.org>.
12798
12799         * mml.el (mml-minibuffer-read-disposition): Require match.
12800         Suggested by Dave Love <fx@gnu.org>.
12801
12802 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12805         doc string.
12806
12807 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12810
12811 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12812
12813         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12814         instead of calling `mm-insert-inline', to decode text/* parts
12815         before displaying them.
12816
12817 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * mm-uu.el (mm-uu-text-plain-type): New variable.
12820         (mm-uu-pgp-signed-extract-1): Use it.
12821         (mm-uu-pgp-encrypted-extract-1): Use it.
12822         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12823         bind mm-uu-text-plain-type with that value.
12824         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12825         mm-uu-dissect.
12826
12827 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-group.el (gnus-update-group-mark-positions):
12830         * gnus-sum.el (gnus-update-summary-mark-positions):
12831         * message.el (message-check-news-body-syntax):
12832         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12833         of string-as-multibyte.
12834
12835 2004-10-05  Juri Linkov  <juri@jurta.org>
12836
12837         * gnus-group.el (gnus-update-group-mark-positions):
12838         * gnus-sum.el (gnus-update-summary-mark-positions):
12839         * message.el (message-check-news-body-syntax):
12840         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12841         8-bit unibyte values to a multibyte string for search functions.
12842
12843 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12846         (mm-uu-dissect-text-parts): New function.
12847
12848         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12849         dissect text parts.
12850
12851         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12852         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12853
12854         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12855
12856         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12857         gnus-current-topics instead of gnus-current-topic.
12858
12859 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12860
12861         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12862
12863 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12864
12865         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12866         where approriate.
12867
12868         * nnml.el (nnml-generate-active-info): do.
12869
12870         * nndiary.el (nndiary-generate-active-info): do.
12871
12872         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12873         (gnus-topic-move): do.
12874
12875         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12876         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12877
12878         * gnus-srvr.el (gnus-server-prepare)
12879         (gnus-server-open-all-servers): do.
12880
12881         * gnus-msg.el (gnus-summary-cancel-article)
12882         (gnus-summary-resend-message)
12883         (gnus-summary-mail-crosspost-complaint): do.
12884
12885         * gnus-move.el (gnus-change-server): do.
12886
12887         * gnus-group.el (gnus-group-unmark-all-groups)
12888         (gnus-group-set-current-level): do.
12889
12890 2004-10-04  Simon Josefsson  <jas@extundo.com>
12891
12892         * message.el (message-generate-hashcash): Doc fix.
12893
12894 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12895
12896         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12897         avoid infinite recursion via gnus-get-function.
12898
12899 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12900
12901         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12902
12903         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12904
12905         * nnmail.el (nnmail-split-history): do.
12906
12907         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12908         (nnml-request-delete-group): do.
12909
12910         * nnslashdot.el (nnslashdot-read-groups): do.
12911
12912         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12913         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12914
12915         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12916         (nnspool-sift-nov-with-sed): Use last.
12917         (nnspool-retrieve-headers-with-nov): Use mapc.
12918         (nnspool-request-newgroups): Use dolist.
12919         (nnspool-request-group): Use last.
12920
12921         * nntp.el (nntp-read-server-type): Use dolist.
12922
12923         * nnvirtual.el (nnvirtual-create-mapping)
12924         (nnvirtual-update-read-and-marked): Use dolist.
12925         (nnvirtual-convert-headers): Simplify.
12926
12927 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12928
12929         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12930         support for sync'ing tick marks.
12931
12932 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12935         there's no visible header.
12936
12937 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12938
12939         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12940         necessary, pass full group name to gnus-request-set-marks.
12941
12942 2004-10-01  Simon Josefsson  <jas@extundo.com>
12943
12944         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12945         acroread.
12946
12947 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12948
12949         * spam-report.el (spam-report-gmane): Fix interactive.
12950
12951         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12952
12953         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12954         when writing file.
12955         (gnus-agent-synchronize-flags): Don't default to being
12956         interactive.
12957
12958 2004-09-30  Simon Josefsson  <jas@extundo.com>
12959
12960         * message.el (message-generate-hashcash): Add.
12961         (message-send-mail): Use it, call mail-add-payment.
12962
12963 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12964
12965         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12966
12967 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12968
12969         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12970         gnus-requst-update-info with explicit code to sync the in-memory
12971         info read flags with the marks being sync'd to the backend.
12972
12973         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12974
12975 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12976
12977         * spam.el (spam-verify-bogofilter): Add new function.
12978         (spam-check-bogofilter)
12979         (spam-bogofilter-register-with-bogofilter): Use it.
12980         (spam-verify-bogofilter): Add small fixes.
12981
12982 2004-09-28  Simon Josefsson  <jas@extundo.com>
12983
12984         * hashcash.el (hashcash-generate-payment): Revert.
12985
12986 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12987
12988         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12989         gnus-extract-references instead of gnus-split-references.
12990
12991         * gnus-util.el (gnus-extract-references): Add new function, analogous
12992         to gnus-split-references but extracts only the message-ID without
12993         anything extra.
12994
12995         * hashcash.el (hashcash-generate-payment)
12996         (hashcash-check-payment): Do the right thing if hashcash-path is
12997         nil (because the hashcash program could not be found).
12998
12999         * spam.el (spam-use-hashcash): Remove comment.
13000
13001 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13002
13003         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13004         (gnus-cache-enter-article, gnus-cache-remove-article)
13005         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13006
13007         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13008
13009         * gnus-art.el (article-hide-boring-headers)
13010         (article-translate-strings, article-display-face)
13011         (gnus-article-mime-match-handle-first)
13012         (gnus-article-highlight-headers)
13013         (gnus-article-add-buttons-to-head): do.
13014
13015 2004-09-27  Simon Josefsson  <jas@extundo.com>
13016
13017         * hashcash.el: New version, from
13018         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13019         ../contrib/.
13020
13021 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13024
13025 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13026
13027         * gnus-dup.el (gnus-dup-open): Use mapc.
13028         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13029
13030         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13031         Reported by Stefan Wiens <s.wi@gmx.net>.
13032
13033         * gnus.el (gnus-shutdown): Use dolist.
13034
13035         * gnus-undo.el (gnus-undo): Use mapc.
13036
13037         * nnrss.el (nnrss-generate-active): do.
13038
13039         * message.el (message-cite-original-without-signature)
13040         (message-cite-original): Use mapc.
13041         (message-do-actions, message-make-forward-subject): Use dolist.
13042
13043 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13044
13045         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13046         deletion to remove entire duplicate line.  Fixes merged article
13047         number bug.
13048
13049 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13050
13051         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13052         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13053         first ask if you want to open a server and then, even when you
13054         responded with no, asking if you want to synchronize the server's
13055         flags.
13056         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13057         multi-line expressions.
13058         (gnus-agent-synchronize-group-flags): New internal function.
13059         Updates marks in memory (in the info structure) AND in the
13060         backend.
13061
13062         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13063
13064         * nnagent.el (nnagent-request-set-mark): Use
13065         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13066         method, to ensure that synchronization updates marks in the
13067         backend and in the info (in memory) structure.
13068
13069 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13072         convention fully; don't miss the root article of a thread; make
13073         the X-Draft-From header with correct article numbers.
13074
13075 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13076
13077         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13078         unless plugged.  Disable the agent so that an open failure causes
13079         an error.
13080
13081         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13082         Reverted 2004-09-21 change.  The backend must be opened while
13083         synchronizing flags even when the backend stores the flags
13084         locally.
13085
13086 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13089         in `header' match.  Reported by Svend Tollak Munkejord.
13090
13091         * message.el (message-cite-original): Fix use of
13092         `message-cite-articles-with-x-no-archive'.
13093
13094 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13097         (gnus-window-to-buffer): Ditto.
13098
13099         * mml.el (mml-preview-buffer): New variable.
13100         (mml-preview): Manage window layout with gnus-buffer-configuration.
13101
13102         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13103         X-Draft-From header even if those articles aren't quoted.
13104
13105 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13106
13107         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13108         (gnus-request-set-mark, gnus-request-update-mark): Use new
13109         g-s-t-u-l-m to decide to use backend even when unplugged.
13110
13111 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13114         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13115
13116 2004-09-20  Simon Josefsson  <jas@extundo.com>
13117
13118         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13119         "utf-16-le".
13120
13121 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13122
13123         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13124
13125 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * uudecode.el (uudecode-use-external): Add :version.
13128
13129         * smime.el (smime-CA-file, smime-encrypt-cipher)
13130         (smime-dns-server): Add :version.
13131
13132         * smiley.el (gnus-smiley-file-types): Add :version.
13133
13134         * sha1.el (sha1-use-external): Add :version.
13135
13136         * pgg-def.el (pgg-query-keyserver): Add :version.
13137
13138         * nnmail.el (nnmail-fancy-expiry-targets)
13139         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13140         Add :version.
13141
13142         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13143         (nnimap-retrieve-groups-asynchronous): Add :version.
13144         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13145
13146         * mml.el (mml-content-disposition-parameters)
13147         (mml-insert-mime-headers-always): Add :version.
13148
13149         * mm-util.el (mm-coding-system-priorities): Add :version.
13150
13151         * mm-decode.el (mm-inline-text-html-with-images)
13152         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13153         (mm-verify-option): Add :version.
13154         (mm-text-html-renderer): Change :version.
13155
13156         * message.el (message-fcc-externalize-attachments)
13157         (message-required-headers, message-draft-headers)
13158         (message-subject-trailing-was-query)
13159         (message-subject-trailing-was-ask-regexp)
13160         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13161         (message-mark-insert-end, message-archive-header)
13162         (message-archive-note, message-cross-post-default)
13163         (message-cross-post-note, message-followup-to-note)
13164         (message-cross-post-note-function, message-use-mail-followup-to)
13165         (message-subscribed-address-functions)
13166         (message-subscribed-address-file, message-subscribed-addresses)
13167         (message-subscribed-regexps, message-allow-no-recipients)
13168         (message-yank-cited-prefix, message-signature-insert-empty-line)
13169         (message-hidden-headers, message-hierarchical-addresses)
13170         (message-mail-user-agent, message-use-idna)
13171         (message-valid-fqdn-regexp)
13172         (message-strip-special-text-properties, message-header-synonyms)
13173         (message-beginning-of-line, message-tab-body-function): Add :version.
13174         (message-insert-canlock, message-wide-reply-confirm-recipients):
13175         Change :version.
13176
13177         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13178         and :version.
13179         (mail-source-delete-old-incoming-confirm)
13180         (mail-source-movemail-program): Add :version.
13181
13182         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13183         (gnus-agent-cache, gnus-agent): Change :version.
13184
13185         * gnus-util.el (gnus-use-byte-compile): Change :version.
13186
13187         * gnus-sum.el (gnus-summary-make-false-root-always)
13188         (gnus-summary-default-high-score)
13189         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13190         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13191         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13192         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13193         (gnus-sum-thread-tree-single-indent)
13194         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13195         (gnus-sum-thread-tree-leaf-with-other)
13196         (gnus-sum-thread-tree-single-leaf): Add :version.
13197         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13198         (gnus-article-loose-mime): Change :version.
13199
13200         * gnus-start.el (gnus-backup-startup-file)
13201         (gnus-save-startup-file-via-temp-buffer): Add :version.
13202
13203         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13204         (gnus-server-offline-face): Add :version.
13205
13206         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13207
13208         * gnus-msg.el (gnus-gcc-externalize-attachments)
13209         (gnus-debug-files, gnus-debug-exclude-variables)
13210         (gnus-discouraged-post-methods): Change :version.
13211         (gnus-confirm-mail-reply-to-news)
13212         (gnus-confirm-treat-mail-like-news): Add :version.
13213
13214         * gnus-int.el (gnus-server-unopen-status): Add :version.
13215
13216         * gnus-group.el (gnus-group-jump-to-group-prompt)
13217         (gnus-large-ephemeral-newsgroup)
13218         (gnus-fetch-old-ephemeral-headers): Add :version.
13219
13220         * gnus-fun.el (gnus-x-face-directory)
13221         (gnus-convert-pbm-to-x-face-command)
13222         (gnus-convert-image-to-x-face-command)
13223         (gnus-convert-image-to-face-command): Add :version.
13224
13225         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13226
13227         * gnus-cite.el (gnus-cite-blank-line-after-header)
13228         (gnus-article-boring-faces): Add :version.
13229
13230         * gnus-art.el (gnus-buttonized-mime-types)
13231         (gnus-inhibit-mime-unbuttonizing)
13232         (gnus-treat-display-face)
13233         (gnus-treat-body-boundary): Change :version.
13234         (gnus-body-boundary-delimiter, gnus-picon-databases)
13235         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13236         (gnus-treat-date-english, gnus-treat-fold-headers)
13237         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13238         (gnus-treat-mail-picon, gnus-treat-wash-html)
13239         (gnus-article-encrypt-protocol)
13240         (gnus-use-idna, gnus-article-over-scroll)
13241         (gnus-mime-display-multipart-alternative-as-mixed)
13242         (gnus-mime-display-multipart-related-as-mixed)
13243         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13244         (gnus-ctan-url, gnus-button-ctan-handler)
13245         (gnus-button-handle-ctan-bogus-regexp)
13246         (gnus-button-ctan-directory-regexp)
13247         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13248         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13249         (gnus-button-man-level, gnus-button-emacs-level)
13250         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13251
13252         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13253         (gnus-agent-go-online): Change :version.
13254         (gnus-agent-expire-unagentized-dirs)
13255         (gnus-agent-auto-agentize-methods): Add :version.
13256
13257         * flow-fill.el (fill-flowed-display-column)
13258         (fill-flowed-encode-column): Add :version.
13259
13260         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13261         (gnus-outlook-deuglify-unwrap-max)
13262         (gnus-outlook-deuglify-cite-marks)
13263         (gnus-outlook-deuglify-unwrap-stop-chars)
13264         (gnus-outlook-deuglify-no-wrap-chars)
13265         (gnus-outlook-deuglify-attrib-cut-regexp)
13266         (gnus-outlook-deuglify-attrib-verb-regexp)
13267         (gnus-outlook-deuglify-attrib-end-regexp)
13268         (gnus-outlook-display-hook): Add :version.
13269
13270         * binhex.el (binhex-use-external): Add :version.
13271
13272 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13275         and `invisible'.
13276
13277 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13278
13279         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13280         in gnus-registry-trim.
13281
13282 2004-09-13  Simon Josefsson  <jas@extundo.com>
13283
13284         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13285
13286         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13287
13288         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13289         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13290         <yamaoka@jpl.org>.
13291         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13292         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13293         <yamaoka@jpl.org>.
13294
13295         * sieve.el (sieve-manage-mode): Ditto.
13296
13297 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13298
13299         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13300
13301 2004-09-11  Simon Josefsson  <jas@extundo.com>
13302
13303         * dns-mode.el: Add.
13304
13305         * mm-view.el (mm-display-dns-inline): Add.
13306
13307         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13308         (mm-automatic-display): Ditto.
13309
13310         * mailcap.el (mailcap-mime-data): Add text/dns.
13311         (mailcap-mime-extensions): Map .soa to text/dns.
13312
13313 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13314
13315         * gnus-art.el (article-decode-mime-words, article-babel)
13316         (gnus-article-highlight-signature, gnus-article-add-buttons)
13317         (gnus-signature-toggle): Remove unnecessary bindings of
13318         `inhibit-read-only' inherited from v5.10 merge.
13319
13320 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * nntp.el (nntp): New customization group.
13323         (nntp-authinfo-file): Add customization group.
13324
13325         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13326
13327         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13328
13329         * gnus.el (to-address, to-list, subscribed)
13330         (large-newsgroup-initial): Ditto.
13331
13332         * flow-fill.el (fill-flowed-display-column)
13333         (fill-flowed-encode-column): Ditto.
13334
13335 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13336
13337         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13338         Use point-min rather than 1.
13339         (message-send-mail): Use buffer-size rather than point-max.
13340
13341         * gnus-sum.el (gnus-summary-search-article-forward):
13342         Signal a specific `search-failed' rather than a generic `error'.
13343
13344         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13345         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13346         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13347
13348 2004-09-10  Simon Josefsson  <jas@extundo.com>
13349
13350         * nndb.el (require): Remove tcp and duplicate cl.
13351
13352 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-agent.el (directory-files-and-attributes): Move forward.
13355
13356 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13357
13358         * gnus-agent.el (directory-files-and-attributes): Optionally
13359         defined to support XEmacs.
13360
13361 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13362
13363         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13364         to avoid run-time CL dependencies.
13365         (gnus-agent-unfetch-articles): New function.
13366         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13367         article numbers even when local .overview file is missing.
13368         (gnus-agent-read-article-number): New function.  Only accepts
13369         27-bit article numbers.
13370         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13371         gnus-agent-read-article-number.
13372         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13373         from backend while recognizing that article numbers in .overview
13374         must be valid.
13375         (gnus-agent-update-files-total-fetched-for): Use
13376         directory-files-and-attributes to improve performance.
13377         * gnus-int.el (gnus-request-move-article): Use
13378         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13379         improve performance.
13380
13381         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13382         some users confused by references to .newsrc when they only have a
13383         .newsrc.eld file.
13384         (gnus-convert-mark-converter-prompt)
13385         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13386         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13387         New function.  Used internally to only display 'gnus converting
13388         files' message when actually necessary.
13389
13390         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13391         methods now autoloaded.
13392
13393 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13396         identifiers.
13397
13398 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-picon.el: Fix indentation and closing parenthesis.
13401
13402 2004-09-01  Simon Josefsson  <jas@extundo.com>
13403
13404         * message.el (message-canlock-generate): Require sha1, not
13405         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13406         to require within a function.  Sadly, if sha1.el isn't loaded, the
13407         let binding in m-c-g will hide the defcustom definition, which is
13408         bad.)
13409
13410         * canlock.el: Require sha1, not sha1-el.
13411
13412         * message.el: Don't autoload sha1 (there is a autoload cookie in
13413         sha1.el).
13414
13415         * sha1-el.el: Renamed to sha1.el.
13416
13417 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13418
13419         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13420
13421 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13422
13423         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13424
13425 2004-08-30  Kim F. Storm  <storm@cua.dk>
13426
13427         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13428
13429         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13430         Add :group 'nnimap.
13431
13432 2004-08-30  Andreas Schwab  <schwab@suse.de>
13433
13434         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13435         ?* and ?\;.
13436
13437         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13438         and ?\' to symbol instead of whitespace.
13439
13440 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13443
13444         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13445         instead of re-search-forward.
13446
13447         * gnus-uu.el (gnus-uu-save-article): Ditto.
13448         (gnus-uu-post-encode-uuencode): Ditto.
13449
13450         * html2text.el (html2text-clean-list-items): Ditto.
13451         (html2text-clean-dtdd): Ditto.
13452         (html2text-format-tags): Ditto.
13453
13454         * message.el (message-send-mail-with-sendmail): Fix regexp.
13455         (message-fill-field-general): Use search-forward instead of
13456         re-search-forward.
13457         (unbold-region): Ditto.
13458
13459         * nnrss.el (nnrss-request-article): Ditto.
13460
13461         * nnslashdot.el (nnslashdot-request-article): Ditto.
13462
13463         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13464
13465         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13466         "Unrecognized menu descriptor" error in XEmacs.
13467
13468 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13469
13470         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13471         parent article of a sparse article in the thread hashtb.
13472
13473 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13474
13475         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13476         (nnmail-expand-newtext): Lowercase expanded entries if
13477         nnmail-split-lowercase-expanded is non-nil.
13478
13479 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13482
13483         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13484         of gnus-tmp-news-method into string under XEmacs.  It will be
13485         passed to gnus-correct-length which takes only a string argument.
13486
13487 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-util.el (gnus-bind-print-variables): New macro.
13490         (gnus-prin1): Use it.
13491         (gnus-prin1-to-string): Use it.
13492         (gnus-pp): New function.
13493         (gnus-pp-to-string): New function.
13494
13495         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13496         Replace pp-to-string with gnus-pp-to-string.
13497         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13498         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13499         * gnus-msg.el (gnus-debug): Ditto.
13500         * gnus-score.el (gnus-score-save): Ditto.
13501         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13502         gnus-pp-to-string.
13503         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13504         with gnus-pp.
13505         * score-mode.el (gnus-score-pretty-print): Ditto.
13506         * webmail.el (webmail-debug): Ditto.
13507
13508 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-art.el (article-display-face, article-display-x-face):
13511         Use buffer-read-only.
13512
13513 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * gnus-art.el (article-hide-list-identifiers):
13516         Bind inhibit-read-only as t.
13517
13518 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13521
13522 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13523
13524         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13525         (gnus-narrow-to-page): Don't assume point-min == 1.
13526         (gnus-article-edit-mode): Derive from message-mode.
13527
13528         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13529         point-min == 1.
13530
13531         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13532         Disable incorrect use of `assert'.
13533
13534         * message.el (message-mode): Set comment-start-skip.
13535
13536
13537 2004-08-22  Sam Steingold  <sds@gnu.org>
13538
13539         * pop3.el (pop3-leave-mail-on-server): New user variable.
13540         (pop3-movemail): Delete mail only when it is nil.
13541
13542 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13545
13546         * mml.el (mml-preview): Use `pop-to-buffer'.
13547
13548         * message.el (message-goto-mail-followup-to): Insert after "To".
13549         (message-carefully-insert-headers): Add comment.
13550
13551         * gnus.el: Remove unused variable `gnus-article-check-size'.
13552
13553         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13554
13555         * gnus-art.el (gnus-button-alist): Improve
13556         `gnus-button-handle-library' entry.
13557
13558 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13559
13560         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13561         downcase, since XEmacs capitalizes error messages differently.
13562
13563 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13564
13565         * nntp.el: Add (require 'gnus) due to reference to
13566         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13567
13568 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13569
13570         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13571         `mm-fill-flowed'.
13572
13573         * mm-decode.el (mm-dissect-singlepart): Check it.
13574
13575 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13576
13577         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13578         'imap' for netrc parsing.
13579
13580 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * mailcap.el (mailcap-mime-data): Mark as risky.
13583
13584 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13587         may be included in the encoded word.
13588         (rfc2047-encode): Don't append a space if the encoded word
13589         includes close parenthesis.
13590
13591 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13594         of text within parentheses.
13595
13596 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13597
13598         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13599         (gnus-encrypt-write-file-contents): Make the password key the file
13600         name PLUS the cipher, not just the cipher.  Also remove failed
13601         passwords from the cache.
13602
13603 2004-08-06  Simon Josefsson  <jas@extundo.com>
13604
13605         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13606         fix.
13607
13608 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13611         LWSP.
13612
13613 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13614
13615         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13616         to append in-reply-to: data to the references: header.
13617
13618         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13619         (netrc-parse): Use gnus-encrypt.el functions.
13620
13621         * gnus-encrypt.el: Add new file for encryption support; currently
13622         does only a few GPG ciphers and an internal XOR cipher.
13623
13624         * password.el: Add comments on using password-read-and-add.
13625         (password-read-and-add): Add function to read and add the
13626         password to the cache at once.
13627
13628 2004-07-28  Simon Josefsson  <jas@extundo.com>
13629
13630         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13631         parameter (but don't use it, for now).
13632
13633         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13634         instead of hard coding to nil.
13635
13636 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13639         as mm-inline-image-xemacs does.
13640
13641 2004-07-26  Simon Josefsson  <jas@extundo.com>
13642
13643         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13644         Revert part of 2004-07-17 change below.
13645
13646 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13649         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13650
13651 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13652
13653         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13654         quotes that actually start with ">" at the beginning of the
13655         lines.
13656
13657 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * rfc2047.el (rfc2047-encode-region): Fix last change.
13660         (rfc2047-encode-parameter): Remove useless concat.
13661
13662 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13665         encode special characters; fix some kind of misconfigured headers;
13666         signal a real error if debug-on-quit or debug-on-error is non-nil.
13667         (rfc2047-encode-max-chars): New variable.
13668         (rfc2047-encode-1): Use it.
13669         (rfc2047-encode-parameter): New function.
13670
13671         * mml.el (mml-insert-parameter): Remove an excessive space.
13672
13673 2004-07-17  Simon Josefsson  <jas@extundo.com>
13674
13675         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13676         Kai Grossjohann <kai@emptydomain.de>.
13677         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13678         (gnus-group-make-menu-bar): Ditto.
13679
13680         * gnus-util.el (gnus-group-server): Add.
13681
13682 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13683
13684         * message.el (message-clone-locals): Clone sendmail and smtp
13685         variables.
13686
13687 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * rfc2047.el (rfc2047-encode-region): Fix last change.
13690
13691 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13694         characters as non-special.
13695
13696 2004-07-09  Simon Josefsson  <jas@extundo.com>
13697
13698         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13699         Users will lose all flag changes made while unplugged with
13700         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13701         good default.  See numerous reports on ding mailing list.
13702
13703 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13706         add generate-head-function and generate-article-function to the
13707         rfc822-forward entry.
13708         (nndoc-rfc822-forward-generate-article): New function.
13709         (nndoc-rfc822-forward-generate-head): New function.
13710
13711         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13712
13713 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13714
13715         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13716         respect display group parameter and gnus-summary-expunge-below.
13717         (gnus-articles-to-read): Remove unused reference to display group
13718         parameter.
13719
13720 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13721
13722         * nnheader.el (nnheader-uniquify-message-id): New experimental
13723         variable.
13724         (nnheader-nov-read-message-id): Use it.
13725
13726         * spam-report.el (spam-report-gmane): Add interactive.
13727
13728 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13731         qp-or-base64 for the application/* types.
13732
13733 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13734
13735         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13736
13737 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13738
13739         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13740         trim value.
13741
13742 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13743
13744         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13745         New macro and function.
13746         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13747
13748 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13751         after-load-alist.
13752
13753 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13754
13755         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13756         update info that isn't there.
13757
13758 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13759
13760         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13761         entry.
13762
13763 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * mm-view.el (mm-inline-render-with-function): Use multibyte
13766         buffer; decode html source by charset.
13767
13768         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13769
13770         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13771         Mule-UCS is loaded under XEmacs.
13772         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13773
13774 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13775
13776         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13777
13778 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * mm-util.el (mm-coding-system-p): Return a coding-system.
13781         (mm-mime-mule-charset-alist): Use shift_jis instead of
13782         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13783         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13784         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13785         instead of japanese-shift-jis and iso-latin-1 respectively in
13786         order to share the default value with both Emacs and XEmacs-mule.
13787         (mm-mule-charset-to-mime-charset): Make
13788         mm-coding-system-priorities effective.
13789         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13790         while predicating of candidates upon the priorities.
13791
13792 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13793
13794         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13795         gnus-uu-invert-processable.
13796
13797         * gnus.el: Autoload gnus-uu-invert-processable.
13798
13799 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * mm-util.el (mm-with-multibyte-buffer): New macro.
13802
13803         * rfc2047.el (rfc2047-encode-string): Use it.
13804         (rfc2047-encode-region): Move point to the end of the region after
13805         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13806
13807 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13810         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13811
13812 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13815         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13816         Karl Chen <quarl@nospam.quarl.org>.
13817
13818 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13819
13820         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13821         invalid addresses.
13822
13823 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13824
13825         * spam.el: Change section markers, revise TODO list.
13826         (spam-backends): Make new master list of all installed backends.
13827         (spam-summary-exit-behavior): Add new variable to determine how
13828         messages moves are done at summary exit.
13829         (spam-move-spam-nonspam-groups-only)
13830         (spam-process-ham-in-nonham-groups)
13831         (spam-process-ham-in-spam-groups): Remove variables, the
13832         spam-summary-exit-behavior variable should be used to manage this
13833         behavior.
13834         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13835         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13836         and spam-old-spam-articles.
13837         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13838         Add empty variables, placeholders for the backends they represent.
13839         (spam-set-difference): Move, unchanged.
13840         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13841         unless the user has a processor variable.
13842         (spam-classifications, spam-classification-valid-p)
13843         (spam-backend-properties, spam-backend-property-valid-p)
13844         (spam-backend-function-type-valid-p)
13845         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13846         (spam-report-articles-gmane, spam-report-articles-resend):
13847         Remove functions, they are not needed.
13848         (spam-install-backend-super, spam-backend-list)
13849         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13850         (spam-backend-function, spam-backend-ham-registration-function)
13851         (spam-backend-spam-registration-function)
13852         (spam-backend-ham-unregistration-function)
13853         (spam-backend-spam-unregistration-function)
13854         (spam-backend-statistical-p, spam-backend-mover-p)
13855         (spam-install-backend-alias, spam-install-checkonly-backend)
13856         (spam-install-mover-backend, spam-install-nocheck-backend)
13857         (spam-install-backend, spam-install-statistical-backend)
13858         (spam-install-statistical-checkonly-backend): Add backend installation
13859         support.
13860         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13861         (spam-group-processor-p): Use the new backend code and respect the
13862         summary exit behavior.
13863         (spam-mark-spam-as-expired-and-move-routine): Remove.
13864         (spam-summary-prepare): Change to use the new spam-old-articles
13865         variable.
13866         (spam-copy-or-move-routine, spam-copy-spam-routine)
13867         (spam-move-spam-routine, spam-copy-ham-routine)
13868         (spam-move-ham-routine): Add code to copy/move ham or spam.
13869         (spam-fetch-field-fast): Improve doc and code, plus allow the
13870         'number request.
13871         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13872         variables.
13873         (spam-split, spam-find-spam): Use the new backend code.
13874         (spam-registration-functions): Remove variable.
13875         (spam-unregister-routine): Add convenience wrapper.
13876         (spam-log-undo-registration, spam-register-routine)
13877         (spam-log-processing-to-registry)
13878         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13879         where possible.
13880         (spam-check-gmane-xref, spam-check-regex-headers)
13881         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13882         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13883         (spam-check-bogofilter-headers, spam-check-spamoracle)
13884         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13885         (spam-check-crm114-headers): Use the spam-split-group that
13886         spam-split prepares, no need to determine it every time.
13887
13888         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13889         to the nnheader-parse-naked-head call.
13890
13891         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13892
13893         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13894         the nnheader-nov-read-message-id call.
13895
13896 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13899         gnus-activate-group twice.  Suggested by Markus Peter
13900         <warp@spin.de>.
13901
13902 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-art.el (gnus-article-time-format): Exchange the order of
13905         day and month in the default value; fix customization type.
13906         (article-date-ut): Use add-text-properties.
13907         (article-make-date-line): Use message-make-date instead of
13908         current-time-string.
13909
13910         * message.el (message-fetch-field): Don't use set-text-properties.
13911         (message-make-date): Simplify.
13912
13913         * messagexmas.el (message-xmas-make-date): New function.
13914         (message-xmas-redefine): Defalias message-make-date to it.
13915
13916 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13919         (rfc2047-encode-region): Treat text within parentheses as special;
13920         show the original text when error has occurred.
13921
13922         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13923         already-computed method to gnus-activate-group.
13924
13925         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13926         same select-methods identical Lisp objects.
13927
13928         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13929         object when modifying the info.
13930
13931 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13934         gnus-opened-servers since it has never been opened with the new
13935         configuration yet.
13936
13937 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13940         arg to nnheader-generate-fake-message-id.
13941
13942 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13943
13944         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13945         number and build a fake message ID localized to a group and
13946         article number (so it's repeatable from that point on).
13947         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13948         ID format.
13949
13950         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13951         nnheader-generate-fake-message-id with the article number.
13952
13953 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13954
13955         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13956         end-of-buffer.
13957
13958 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13959
13960         * message.el (message-ignored-supersedes-headers): Add Approved.
13961
13962 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13965         goto-char.
13966         (rfc2047-encode): Fold the line before encoding.
13967
13968 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13969
13970         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13971         folding -- not all headers can be folded, and this should be done
13972         by the message composition mode.  Probably.  I think.
13973
13974 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13977         fast.
13978
13979         * gnus-ems.el (gnus-remove-image): Don't use
13980         message-text-with-property; remove only the image found first.
13981
13982         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13983         found first.
13984
13985 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13986
13987         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13988
13989 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * message.el (message-text-with-property): Make it fast and accept
13992         optional arguments.
13993         (message-strip-forbidden-properties): Use it.
13994         (message-fix-before-sending): Follow the m-t-w-p change.
13995
13996         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13997
13998 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-art.el (article-hide-headers): Don't change the buffer
14001         mistakenly when performing mml-preview even if
14002         gnus-single-article-buffer is nil.
14003
14004 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14005
14006         * message.el (message-expand-name-databases): New user option.
14007         (message-expand-name): Use it.
14008
14009 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14010
14011         * spam.el (spam-report-articles-resend)
14012         (spam-report-resend-register-routine): Allow ham reporting.
14013         (spam-report-resend-register-ham-routine): Add wrapper.
14014         (spam-registration-functions): Add ham resending functions.
14015         (spam-list-of-processors): Add ham resend processor.
14016
14017         * gnus.el (ham-resend-to): Add new group parameter.
14018         (spam-process): Add ham resend option.
14019
14020         * spam-report.el (spam-report-resend): Allow reporting ham.
14021         (spam-report-resend-ham): Add wrapper.
14022
14023 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14024
14025         * message.el (message-cite-articles-with-x-no-archive): New
14026         variable.
14027         (message-cite-original): Use it.
14028
14029 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14030
14031         * message.el (message-cite-original): Respect X-No-Archive.
14032
14033 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (article-hide-headers): Refer to the values for
14036         gnus-ignored-headers and gnus-visible-headers in the summary
14037         buffer since a user may have set them as group parameters.
14038
14039 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * assistant.el (assistant-node-name): Add convenience function.
14042         (assistant-render-text, assistant-render-node): Add error handling,
14043         plus handle multiple next nodes.
14044         (assistant-find-next-node): Comment out for now.
14045         (assistant-find-next-nodes): Add function, returns list of next
14046         nodes.
14047
14048 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * mail-source.el (mail-source-directory): Fix doc-string.
14051
14052 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * assistant.el (assistant-render-text, assistant-eval): Add :set
14055         widget type, which is different because it takes and returns a
14056         list.  Much hilarity ensues.
14057
14058 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14061
14062         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14063         doc-string.
14064
14065         * gnus-start.el (gnus-activate-group): Added doc-string.
14066
14067 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14070
14071 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14072
14073         * assistant.el (assistant-render-text): Try to add a :set
14074         widget, more to come.
14075
14076         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14077         strings.
14078         (spam-report-articles-resend)
14079         (spam-register-routine): Do registration iff any articles warrant
14080         it.
14081         (spam-summary-prepare-exit): Change log message for nil group
14082         destinations.
14083
14084 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14085
14086         * spam.el (spam-report-resend-register-routine): Allow
14087         spam-report-resend-to to be a group parameter or a global value.
14088
14089 2004-05-26  Simon Josefsson  <jas@extundo.com>
14090
14091         * starttls.el: Merge with my GNUTLS based starttls.el.
14092         (starttls-gnutls-program, starttls-use-gnutls)
14093         (starttls-extra-arguments, starttls-process-connection-type)
14094         (starttls-connect, starttls-failure, starttls-success): New
14095         variables.
14096         (starttls-program, starttls-extra-args): Doc fix.
14097         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14098         functions.
14099         (starttls-negotiate, starttls-open-stream): Check
14100         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14101         function if it is set.
14102
14103 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14106         structured fields.
14107
14108 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14111
14112 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14113
14114         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14115         variable.
14116         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14117         assigning the spam-mark to new messages.
14118
14119 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14120
14121         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14122
14123 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14126
14127         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14128         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14129         default.
14130
14131 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14132
14133         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14134         correct data.
14135
14136 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14137
14138         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14139         (spam-group-processor-p): Fix function.
14140         (spam-group-processor-multiple-p)
14141         (spam-group-spam-processor-report-gmane-p)
14142         (spam-group-spam-processor-report-resend-p)
14143         (spam-group-spam-processor-bogofilter-p)
14144         (spam-group-spam-processor-blacklist-p)
14145         (spam-group-spam-processor-ifile-p)
14146         (spam-group-ham-processor-ifile-p)
14147         (spam-group-spam-processor-spamoracle-p)
14148         (spam-group-spam-processor-crm114-p)
14149         (spam-group-ham-processor-bogofilter-p)
14150         (spam-group-spam-processor-stat-p)
14151         (spam-group-ham-processor-stat-p)
14152         (spam-group-ham-processor-whitelist-p)
14153         (spam-group-ham-processor-BBDB-p)
14154         (spam-group-ham-processor-spamoracle-p)
14155         (spam-group-ham-processor-copy-p): Remove functions with some
14156         prejudice against unneeded code.
14157         (spam-report-articles-resend)
14158         (spam-report-resend-register-routine): Allow the group/topic
14159         spam-resend-to value to override spam-report-resend-to.
14160         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14161         properly now.
14162
14163         * gnus.el (spam-resend-to): Add group/topic parameter.
14164         (spam-process): Move the OBSOLETE processors to the end of the
14165         choices.
14166
14167 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14168
14169         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14170         with resend-to set to nil, and then ask the user if necessary.
14171         (spam-report-resend): spam-report-resend takes a list of articles, not
14172         separate article numbers.
14173
14174 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14177         addition to emacs-w3m.
14178
14179 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14180
14181         * assistant.el (assistant-authinfo-data): New function.
14182         (assistant-eval): Eval for entire assistant.
14183
14184         * netrc.el (netrc-services-file): New variable.
14185         (netrc-parse-services): New function.
14186         (netrc-find-service-name): New function.
14187         (netrc-find-service-number): New function.
14188         (netrc-port-equal): New function.
14189         (netrc-machine): Use it.
14190
14191         * nnimap.el (nnimap-open-connection): Use netrc.
14192
14193         * gnus-util.el (gnus-netrc-get): Remove aliases.
14194
14195         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14196
14197         * assistant.el (wid-edit): Fix compilation.
14198
14199         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14200
14201 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14202
14203         * gnus-util.el (gnus-set-file-modes): New function.  (small
14204         patch).
14205
14206 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14207
14208         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14209
14210         * assistant.el (assistant-render-node): Fix up rendering and
14211         read-only text.
14212         (assistant-render-node): Reset.
14213         (assistant-make-read-only): Not sticky.
14214
14215 2004-05-20  Danny Siu  <dsiu@adobe.com>
14216
14217         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14218         centered even when gnus-auto-center-summary is t.
14219
14220 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * dns.el (dns-get-txt-answer): New function.
14223         (dns-read-txt): Ditto.
14224         (query-dns): Use it.
14225
14226 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14229         active for foreign groups even if the group level is higher than
14230         the specified value.
14231
14232 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14233
14234         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14235         non-active groups.
14236
14237         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14238
14239 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14240
14241         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14242
14243 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14244
14245         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14246         (spam-crm114-header, spam-crm114-spam-switch)
14247         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14248         (spam-crm114-positive-spam-header)
14249         (spam-crm114-database-directory, spam-list-of-processors)
14250         (spam-group-spam-processor-crm114-p)
14251         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14252         (spam-generic-score, spam-list-of-checks)
14253         (spam-list-of-statistical-checks, spam-registration-functions)
14254         (spam-check-crm114-headers, spam-crm114-score)
14255         (spam-check-crm114, spam-crm114-register-with-crm114)
14256         (spam-crm114-register-spam-routine)
14257         (spam-crm114-unregister-spam-routine)
14258         (spam-crm114-register-ham-routine)
14259         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14260         asjo@koldfront.dk (Adam Sjøgren).
14261
14262         * gnus.el: Add spam-use-crm114.
14263
14264         * spam.el (spam-list-of-processors, spam-registration-functions):
14265         Add spam-use-resend.
14266         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14267         (spam-report-articles-gmane): Add doc fix.
14268         (spam-report-articles-resend, spam-report-resend-register-routine):
14269         Add wrappers around spam-report-resend-to.
14270
14271         * spam-report.el (spam-report-resend-to, spam-report-resend):
14272         Add support for resending spam.
14273         (spam-report-gmane): Fix line length >80.
14274
14275         * gnus.el (spam-process): Add spam-use-resend.
14276
14277 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14278
14279         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14280         number of processed spam messages.
14281         (spam-ham-copy-or-move-routine): Return the number of processed
14282         ham messages.
14283         (spam-summary-prepare-exit): Use the above values to decide
14284         whether status messages shouled be displayed.
14285
14286 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14289         `rfc2047-encoding-function-alist' in order to avoid conflicting
14290         with the old version.
14291         (rfc2047-encode-region): Concatenate words containing non-ASCII
14292         characters in structured fields; don't encode space-delimited
14293         ASCII words even in unstructured fields; don't break words at
14294         char-category boundaries.
14295         (rfc2047-encode-1): New function.
14296         (rfc2047-encode): Use it; encode text so that it occupies the
14297         maximum width within 76-column; work correctly on Q encoding for
14298         iso-2022-* charsets.
14299         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14300         sure not to break a line just after the header name.
14301         (rfc2047-b-encode-region): Removed.
14302         (rfc2047-b-encode-string): New function.
14303         (rfc2047-q-encode-region): Removed.
14304         (rfc2047-q-encode-string): New function.
14305
14306         * mm-util.el (mm-replace-in-string): New function.
14307
14308 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14309
14310         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14311         get it right.
14312         (gnus-inews-make-draft): Really.
14313
14314 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14315
14316         * nnmh.el (nnmh-request-list-1): Don't check the link count
14317         before descending.  (small patch)
14318
14319 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14320
14321         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14322         stuff.
14323
14324         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14325         on real group name.
14326
14327         * gnus-art.el (gnus-signature-limit): Doc fix.
14328
14329         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14330
14331         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14332
14333 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14334
14335         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14336         isn't a string.
14337
14338 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14339
14340         * gnus-draft.el (gnus-draft-send): Bind
14341         rfc2047-encode-encoded-words.
14342
14343         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14344         (rfc2047-encodable-p): Say that =? needs encoding.
14345         (rfc2047-encode-encoded-words): New variable.
14346
14347         * gnus-group.el (gnus-group-select-group): Doc fix.
14348
14349         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14350
14351         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14352         to nil.
14353
14354         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14355
14356         * nnheader.el (nnheader-get-lines-and-char): New function.
14357
14358 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus-msg.el (gnus-summary-followup-with-original): Document
14361         yanking of region when active.
14362
14363 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14366         groups if the group level is higher than the specified value.
14367
14368 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14371         (gnus-group-jump-to-group): Added prefix argument using
14372         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14373         non-active group.
14374
14375         * compface.el (uncompface): Be verbose when changing
14376         `uncompface-use-external'.
14377
14378         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14379         handle manual section.
14380
14381 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14382
14383         * gnus-art.el (gnus-button-alist): Revert previous change.
14384
14385 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14388
14389 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14390
14391         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14392         whether backend can accept message.
14393
14394         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14395
14396 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14397
14398         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14399         Avoid creating directory when nntp-marks-is-evil is true.
14400         Reported by Reiner Steib.
14401
14402 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * gnus-picon.el (gnus-picon-style): New variable.
14405         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14406         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14407         Jesper Harder <harder@ifa.au.dk>.
14408
14409 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14410
14411         * message.el (message-fill-field): Return point.
14412         (message-generate-headers): Go to end of field.
14413
14414         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14415         stuff for non-living groups.
14416
14417 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14418
14419         * gnus-art.el (gnus-article-followup-with-original)
14420         (gnus-article-reply-with-original): gnus-mark-active-p ->
14421         gnus-region-active-p.
14422
14423 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14424
14425         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14426         only when there is spam or ham to be processed.
14427
14428 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14429
14430         * mail-source.el (mail-source-delete-crash-box): Refactor.
14431         (mail-source-fetch): Use it.
14432         (mail-source-fetch-file): Ditto.
14433         (mail-source-fetch-directory): Run postscript in loop.
14434         (mail-source-fetch-pop): Delete.
14435         (mail-source-fetch-maildir): Ditto.
14436         (mail-source-fetch-imap): Ditto.
14437
14438         * imap.el (imap-authenticators): Comment out sasl.
14439
14440         * message.el (message-skip-to-next-address): New function.
14441         (message-fill-header-address): Refactor.
14442         (message-fill-address): Use it.
14443         (message-delete-address): Use it.
14444         (message-fill-header-general): Refactor.
14445         (message-fill-field-address): Rename.
14446         (message-narrow-to-field): Find the start of the header.
14447         (message-header-format-alist): Don't pre-fill.
14448         (message-fill-header): Removed.
14449         (message-insert-header): New function.
14450         (message-shorten-references): Use it.
14451
14452         * rfc2047.el (rfc2047-field-value): Strip props.
14453
14454         * mail-parse.el (mail-header-make-address): New alias.
14455
14456         * ietf-drums.el (ietf-drums-make-address): New function.
14457
14458         * imap.el: Add compiler directives.
14459
14460         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14461
14462         * gnus-art.el (article-decode-idna-rhs): Don't use
14463         message-idna-inside-rhs-p.
14464
14465 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14466
14467         * message.el (message-idna-inside-rhs-p): Removed.
14468         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14469
14470         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14471         false positives.
14472
14473 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14474
14475         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14476
14477 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14478
14479         * nneething.el (nneething-file-name): Don't create spurious
14480         files.
14481
14482         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14483         (gnus-inews-do-gcc): Remove sleep.
14484
14485         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14486         part under point.
14487
14488         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14489         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14490
14491 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * spam.el (spam-summary-prepare-exit): Fixed (length).
14494
14495 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14496
14497         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14498         as expired without moving it" message when there are spam
14499         messages left.
14500
14501 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14502
14503         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14504         header is not nil.
14505
14506 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14507
14508         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14509         nntp-possibly-create-directory, not nntp-possibly-change-group.
14510         (nntp-marks-changed-p): New arg SERVER.
14511         (nntp-request-update-info): Adjust caller.
14512
14513 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14514
14515         * nntp.el (nntp-save-marks): Pass missing arg.
14516
14517 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14518
14519         * nntp.el: Support marks.
14520         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14521         (nntp-marks-modtime, nntp-marks-directory): New variables.
14522         (nntp-request-set-mark, nntp-request-update-info)
14523         (nntp-possibly-create-directory, nntp-marks-changed-p)
14524         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14525         functions.
14526
14527 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14528
14529         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14530         (gnus-xmas-redefine): Rename.
14531
14532         * gnus-score.el (gnus-score-insert-help): Use
14533         gnus-select-lowest-window.
14534
14535         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14536         appt-select-lowest-window and rename to gnus-select-lowest-window.
14537
14538         * gnus.el: do.
14539
14540 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14541
14542         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14543         encodings of MIME-encoded words, in order to improve
14544         interoperability with several broken MUAs.
14545
14546 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14547
14548         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14549         tags, only when charsets are not specified in headers.
14550         (mm-inline-text-html-render-with-w3m): Ditto.
14551
14552         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14553         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14554
14555 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14556
14557         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14558         instead of MIME-decoded from fields when checking
14559         `gnus-article-address-banner-alist'.
14560
14561 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14562
14563         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14564         description rather than subject.
14565
14566 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14567
14568         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14569
14570 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14571
14572         * gnus.el (gnus-version-number): Bump.
14573
14574 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14575
14576         * gnus.el: No Gnus v0.2 is released.
14577
14578 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14579
14580         * gnus-agent.el (gnus-agent-read-agentview): Inline
14581         gnus-uncompress-range.
14582
14583 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14584
14585         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14586         `exec-installed-p'.
14587
14588 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14589
14590         * gnus.el (spam-process, spam-autodetect-methods): Add
14591         bsfilter and bsfilter-headers.
14592
14593         * spam.el (spam-bsfilter): New customize group.
14594         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14595         (spam-bsfilter-header, spam-bsfilter-probability-header)
14596         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14597         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14598         (spam-bsfilter-database-directory): New options.
14599         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14600         (spam-list-of-statistical-checks, spam-registration-functions):
14601         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14602         (spam-bsfilter-score): New command.
14603         (spam-check-bsfilter-headers, spam-check-bsfilter)
14604         (spam-bsfilter-register-with-bsfilter)
14605         (spam-bsfilter-register-spam-routine)
14606         (spam-bsfilter-unregister-spam-routine)
14607         (spam-bsfilter-register-ham-routine)
14608         (spam-bsfilter-unregister-ham-routine): New functions.
14609         (spam-generic-score): Support bsfilter; Accept an optional argument
14610         to recalcurate spam score even if scoring header has already been
14611         added.
14612         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14613         optional argument to recalcurate spam score even if scoring header
14614         has already been added.
14615
14616 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14617
14618         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14619         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14620         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14621         link is missing.
14622
14623 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14624
14625         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14626         (html2text-get-attr): Rewrite.
14627
14628         * message.el (message-setup-1): Remove redundant put-text-property
14629         on mail-header-separator.
14630
14631 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14632
14633         * gnus-registry.el (gnus-registry-cache-whitespace)
14634         (gnus-registry-action, gnus-registry-spool-action)
14635         (gnus-registry-split-fancy-with-parent): Change message levels
14636         from 5 to 3 or 7, as needed.
14637
14638         * spam.el (spam-summary-prepare-exit)
14639         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14640         (spam-split, spam-find-spam, spam-log-undo-registration)
14641         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14642         level from 5 to 6.
14643
14644 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14647         2004-03-04 change).
14648
14649 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14650
14651         * sieve-manage.el (sieve-manage-open):
14652         * nnweb.el (nnweb-insert-html):
14653         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14654         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14655         * nnspool.el (nnspool-request-group):
14656         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14657         * nnml.el (nnml-request-update-info):
14658         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14659         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14660         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14661         (nnimap-request-set-mark):
14662         * nnfolder.el (nnfolder-request-update-info):
14663         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14664         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14665         * gnus-uu.el (gnus-uu-find-articles-matching):
14666         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14667         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14668         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14669         * gnus-nocem.el (gnus-nocem-scan-groups):
14670         * gnus-int.el (gnus-start-news-server):
14671         * gnus-group.el (gnus-group-make-kiboze-group)
14672         (gnus-group-browse-foreign-server):
14673         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14674         Use mapc when appropriate.
14675
14676 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14677
14678         FIXME: Make separate entries for each person.
14679
14680         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14681         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14682         <shields@msrl.com>:
14683
14684         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14685         may need for spam sorting and scoring.
14686         (spam-user-format-function-S): Add user format function suitable for
14687         general use.
14688         (spam-article-sort-by-spam-status): Add sorting function for summary
14689         sorting.
14690         (spam-extra-header-to-number): Add function to get a score from a
14691         header.
14692         (spam-summary-score): Add function to get a numeric score from the
14693         headers.
14694         (spam-generic-score): Fix function doc, was in wrong place.
14695         (spam-initialize): Take symbols when it's run, and install the
14696         extra headers that spam-necessary-extra-headers thinks we need.
14697
14698 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14699
14700         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14701         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14702
14703 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14704
14705         * gnus-sum.el (gnus-set-global-variables)
14706         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14707         (gnus-article-get-xrefs, gnus-summary-best-group)
14708         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14709         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14710         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14711         Use with-current-buffer.
14712
14713 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14714
14715         * spam.el (spam-summary-prepare-exit): Simplify logic.
14716         (spam-fetch-article-header): Read the article header if it's not
14717         available.
14718         (spam-list-articles): Simplify logic.
14719         (spam-filelist-register-routine): Fix bug with unregister-list.
14720
14721         * gnus-registry.el: Fix comments at beginning.
14722
14723 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14724
14725         * message.el (message-cater-to-broken-inn): Remove.
14726         (message-shorten-references): Make sure the total folded length of
14727         References is shorter than 998 characters to cater to a bug in INN
14728         2.3.  Also, don't pretend that references aren't folded -- this
14729         hasn't worked for a while.
14730
14731 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14732
14733         * gnus-agent.el (gnus-agentize):
14734         gnus-agent-send-mail-real-function no longer set to current value
14735         of message-send-mail-function but rather a lambda that calls
14736         message-send-mail-function.  The change makes the agent real-time
14737         responsive to user changes to message-send-mail-function.
14738
14739 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14740
14741         * legacy-gnus-agent.el
14742         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14743         help from Florian Weimer <fw@deneb.enyo.de>
14744
14745 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * nnmail.el (nnmail-cache-insert): Revert last change.
14748
14749 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * nnmail.el (nnmail-cache-insert): Always check whether
14752         nnmail-cache-ignore-groups matches a group name.
14753
14754 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14757         (spam-find-spam, spam-log-processing-to-registry)
14758         (spam-log-registered-p, spam-log-unregistration-needed-p)
14759         (spam-log-undo-registration): Use gnus-message instead of
14760         gnus-error, none of these errors are fatal.
14761
14762         * gnus-registry.el (gnus-registry-clean-empty-function)
14763         (gnus-registry-clean-empty): Remove only empty entries without
14764         extra data.
14765
14766 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14767
14768         * spam-stat.el (spam-stat-buffer-change-to-spam)
14769         (spam-stat-buffer-change-to-non-spam): Change (error) to
14770         (gnus-message 8) invocation.
14771
14772 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * nntp.el (nntp-via-netcat-command): New variable.
14775         (nntp-via-netcat-switches): New variable.
14776         (nntp-open-via-rlogin-and-netcat): New function.
14777         (nntp-open-connection-function): Doc fix.
14778         (nntp-telnet-command): Doc fix.
14779         (nntp-end-of-line): Doc fix.
14780         (nntp-via-rlogin-command): Doc fix.
14781         (nntp-via-user-name): Doc fix.
14782         (nntp-via-address): Doc fix.
14783
14784 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14787         error in Emacs 21.1.
14788
14789 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14792
14793 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14794
14795         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14796         (gnus-agent-with-refreshed-group): New macro.
14797         (gnus-agent-rename-group): New function.
14798         (gnus-agent-delete-group): New function.
14799         (gnus-agent-save-group-info): Use gnus-command-method when
14800         `method' parameter is nil.  Don't write nil entries into the
14801         active file.
14802         (gnus-agent-get-group-info): New function.
14803         (gnus-agent-fetch-articles): Use
14804         gnus-agent-update-files-total-fetched-for to increment disk space
14805         used.
14806         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14807         gnus-agent-update-view-total-fetched-for to increment disk space
14808         used.
14809         (gnus-agent-get-local): Added optional parameters to avoid calling
14810         gnus-group-real-name and gnus-find-method-for-group.
14811         (gnus-agent-set-local): Delete stored entry if either min, or max,
14812         are nil.
14813         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14814         quit, use gnus-agent-regenerate-group to record existance of any
14815         articles fetched to disk before the quit occurred.
14816         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14817         gnus-agent-update-view-total-fetched-for, and
14818         gnus-agent-update-files-total-fetched-for to decrement disk space
14819         used.
14820         (gnus-agent-retrieve-headers): Use
14821         gnus-agent-update-view-total-fetched-for to increment disk space
14822         used.
14823         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14824         with gnus-agent-update-files-total-fetched-for to decrement disk
14825         space and fresh group buffer.
14826         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14827         (gnus-agent-need-update-total-fetched-for): New variable.
14828         (gnus-agent-update-files-total-fetched-for): New function.
14829         (gnus-agent-update-view-total-fetched-for): New function.
14830         (gnus-agent-total-fetched-for): New function.
14831
14832         * gnus-cache.el (gnus-cache-save-buffers): Use
14833         gnus-cache-update-overview-total-fetched-for to change disk space
14834         used by this group.
14835         (gnus-cache-possibly-enter-article): Use
14836         gnus-cache-update-file-total-fetched-for to increment disk space
14837         used by this group.
14838         (gnus-cache-possibly-remove-article): Use
14839         gnus-cache-update-file-total-fetched-for to decrement disk space
14840         used by this group.
14841         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14842         (gnus-cache-rename-group): New function.
14843         (gnus-cache-delete-group): New function.
14844         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14845         (gnus-cache-need-update-total-fetched-for): New variable.
14846         (gnus-cache-with-refreshed-group): New macro.
14847         (gnus-cache-update-file-total-fetched-for): New function.
14848         (gnus-cache-update-overview-total-fetched-for): New function.
14849         (gnus-cache-rename-group-total-fetched-for): New function.
14850         (gnus-cache-delete-group-total-fetched-for): New function.
14851         (gnus-cache-total-fetched-for): New function.
14852
14853         * gnus-group.el: Require gnus-sum and autoload functions to
14854         resolve warnings when gnus-group.el compiled alone.
14855         (gnus-group-line-format): Documented new %F.
14856         (size of Fetched data) group line format; identifies disk space
14857         used by agent and cache.
14858         (gnus-group-line-format-alist): Defined new F format.
14859         (gnus-total-fetched-for): New function.
14860         (gnus-group-delete-group): No longer update
14861         gnus-cache-active-altered as gnus-request-delete-group now keeps
14862         the cache in sync.
14863         (gnus-group-list-active): Let the agent store a server's active
14864         list if currently plugged.
14865
14866         * gnus-int.el (gnus-request-delete-group):
14867         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14868         local disk in sync with the server.
14869         (gnus-request-rename-group):
14870         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14871         local disk in sync with the server.
14872
14873         * gnus-start.el (gnus-get-unread-articles):
14874         Cosmetic simplification to logic.
14875
14876         * gnus-util.el (gnus-rename-file): New function.
14877
14878 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14879
14880         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14881
14882 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14883
14884         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14885         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14886
14887 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14888
14889         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14890         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14891
14892 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14893
14894         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14895
14896 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14897
14898         * spam.el (spam-set-difference): Add function to replace
14899         gnus-set-difference in spam.el.
14900         (spam-summary-prepare-exit): Use spam-set-difference.
14901
14902 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14903
14904         * gnus-registry.el (gnus-registry-cache-file): Update to use
14905         gnus-dribble-directory OR gnus-home-directory OR ~.
14906         (gnus-registry-split-fancy-with-parent): Fix doc.
14907
14908 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * message.el (message-exchange-point-and-mark): Use
14911         message-mark-active-p.  Suggested by Jesper Harder
14912         <harder@ifa.au.dk>.
14913
14914 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * message.el (message-exchange-point-and-mark): Don't activate
14917         region if it was inactive.  Suggested by Hiroshi Fujishima
14918         <pooh@nature.tsukuba.ac.jp>.
14919
14920 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-art.el (article-display-face): Display Faces in the same
14923         order as X-Faces.
14924
14925 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14928
14929 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14932         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14933         (gnus-article-mime-hierarchy): Remove.
14934         (gnus-article-mime-hierarchy-next): Remove.
14935         (gnus-article-mode): Revert 2004-03-19 change.
14936         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14937         (gnus-insert-mime-button): Revert 2004-03-19 change.
14938         (gnus-mime-accumulate-hierarchy): Remove.
14939         (gnus-mime-enter-multipart): Remove.
14940         (gnus-mime-leave-multipart): Remove.
14941         (gnus-mime-display-part): Revert 2004-03-19 change.
14942         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14943
14944         * mml.el (mml-preview): Revert 2004-03-19 change.
14945
14946 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14947
14948         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14949
14950 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14953         t while entering a file name using the mm-with-multibyte macro.
14954         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14955
14956         * mm-util.el (mm-with-multibyte): New macro.
14957
14958 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14961         user option.
14962         (gnus-mime-multipart-functions): Doc and customization fix.
14963         (gnus-article-mime-hierarchy): New variable.
14964         (gnus-article-mime-hierarchy-next): New variable.
14965         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14966         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14967         gnus-article-mime-hierarchy-next to nil.
14968         (gnus-insert-mime-button): Show hierarchy numbers.
14969         (gnus-mime-accumulate-hierarchy): New function.
14970         (gnus-mime-enter-multipart): New function.
14971         (gnus-mime-leave-multipart): New function.
14972         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14973         (gnus-mime-display-alternative): Show hierarchy numbers.
14974
14975         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14976         gnus-article-mime-hierarchy-next to nil.
14977
14978 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14979
14980         * dns.el: Don't require gnus-xmas.
14981
14982 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14983
14984         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14985         inline PGP.
14986         (mml-menu): Disable mml-quote-region if mark is inactive.
14987
14988 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14991         when the group's active is not available.
14992
14993 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14996         error.
14997
14998 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * imap.el (imap-store-password): New variable.
15001         (imap-interactive-login): Use it.
15002         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15003
15004 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15007         window-start and hscroll to summary window.
15008
15009 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15010
15011         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15012         conversion message to newsrc-dribble when an actual conversion is
15013         performed.
15014
15015 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15016
15017         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15018
15019 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * mm-decode.el (mm-complicated-handles): New function reviving
15022         former definition of mm-multiple-handles.
15023
15024         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15025         (gnus-mime-delete-part): Use it.
15026
15027 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15028
15029         * gnus-agent.el (gnus-agent-read-local): Bind
15030         nnheader-file-coding-system to gnus-agent-file-coding-system to
15031         avoid the implicit assumption that they will always be equal.
15032         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15033         coding-system-for-write, as the with-temp-file macro first prints
15034         to a buffer then saves the buffer.
15035
15036 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-art.el (gnus-article-edit-part): New function.
15039         (gnus-mime-save-part-and-strip): Use it; do query instead of
15040         signaling an error; don't use mm-multiple-handles.
15041         (gnus-mime-delete-part): Ditto.
15042
15043 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15044
15045         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15046         old file versions.
15047         (gnus-group-prepare-hook): Removed function that converted list
15048         form of gnus-agent-expire-days to group properties.
15049
15050         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15051         (gnus-request-accept-article): Re-indented.
15052
15053         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15054         converters to handle old agent file formats.  Added logic for a
15055         "backup before upgrading warning".
15056         (gnus-convert-mark-converter-prompt): Developers can mark
15057         functions as needing (default), or not needing,
15058         gnus-convert-old-newsrc's "backup before upgrading warning".
15059         (gnus-convert-converter-needs-prompt): Tests whether the user
15060         should be protected from potentially irreversable changes by the
15061         function.
15062
15063         * legacy-gnus-agent.el: New.  Provides converters that are only
15064         loaded when gnus-convert-old-newsrc needs to call them.
15065
15066 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * mail-source.el (mail-source-touch-pop): Doc fix.
15069
15070         * message.el (message-smtpmail-send-it): Doc fix.
15071
15072 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15073
15074         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15075
15076         * nnmail.el (nnmail-split-fancy): do.
15077
15078         * gnus-kill.el (gnus-kill, gnus-execute): do.
15079
15080 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15081
15082         * gnus-sum.el (gnus-widget-reversible-match)
15083         (gnus-widget-reversible-to-internal)
15084         (gnus-widget-reversible-to-external): New functions.
15085         (gnus-widget-reversible): New widget.
15086         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15087
15088 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15089
15090         * gnus-sum.el (gnus-thread-sort-functions)
15091         (gnus-article-sort-functions): Document `(not F)' items.
15092
15093 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15094
15095         * spam.el (spam-use-gmane-xref): Add new backend.
15096         (spam-gmane-xref-spam-group): Add variable to control the name of the
15097         Gmane spam group.
15098         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15099         (spam-regex-headers-spam, spam-regex-headers-ham)
15100         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15101         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15102         backends and checks.
15103         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15104
15105         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15106         an autodetect method.
15107
15108 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15109
15110         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15111         articles are being added to a group.
15112         (gnus-request-replace-article): Inform the agent that articles
15113         need to be uncached as the cached contents are no longer valid.
15114
15115 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * binhex.el: Don't autoload executable-find.
15118
15119         * canlock.el: Don't autoload mail-fetch-field.
15120
15121         * dgnushack.el: Autoload c-mode for XEmacs.
15122
15123         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15124
15125         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15126         rmail-dont-reply-to and rmail-output.
15127
15128         * gnus-score.el: Don't autoload ffap-string-at-point.
15129
15130         * gnus-setup.el: Don't autoload sc-cite-original.
15131
15132         * imap.el: Don't autoload base64-decode-string,
15133         base64-encode-string and md5.
15134
15135         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15136         and rmail-msg-restore-non-pruned-header.
15137
15138         * mm-decode.el: Don't autoload executable-find.
15139
15140         * mm-url.el: Don't autoload executable-find.
15141
15142         * mm-view.el: Don't autoload diff-mode.
15143
15144         * nndb.el: Don't autoload news-reply-mode, news-setup,
15145         cancel-timer and telnet.
15146
15147         * password.el: Don't autoload run-at-time for Emacs.
15148
15149         * sha1-el.el: Don't autoload executable-find.
15150
15151         * sieve-mode.el: Don't autoload c-mode.
15152
15153         * uudecode.el: Don't autoload executable-find.
15154
15155 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15156
15157         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15158         (gnus-agent-possibly-alter-active): Avoid null in numeric
15159         comparison.
15160         (gnus-agent-set-local): Refuse to save null in local object table.
15161         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15162         list of articles that will be marked as unread.
15163
15164 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15167
15168 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15169
15170         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15171         language tags.
15172
15173 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15174
15175         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15176         Don't bind "obarray".
15177
15178         * gnus-sum.el (gnus-thread-sort-functions): Added
15179         `gnus-thread-sort-by-most-recent-number' and
15180         `gnus-thread-sort-by-most-recent-date'.
15181         Reported by Kai Grossjohann <kai@emptydomain.de>.
15182
15183 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15186
15187 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15188
15189         * gnus-cus.el (gnus-agent-customize-category): Removed
15190         ignore-errors macro reference that required cl to be loaded at
15191         run-time.
15192
15193         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15194         single-interval range of the form (min . max).  Previously the
15195         range had to look like ((min . max)).  Likewise, return
15196         (min . max) rather than ((min . max)).
15197         (gnus-range-map): Use gnus-range-normalize to accept
15198         single-interval range.
15199
15200         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15201         the cache, but not the agent, now appear with their usual face.
15202
15203         * dgnushack.el (loaddir): New variable that is bound to the
15204         directory containing the dgnushack.el file. Use loaddir, rather
15205         than srcdir, to update load-path. Change lets dgnushack compile
15206         code in directories other than GNUS/lisp.
15207
15208 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * lpath.el: Don't bind w3m-safe-url-regexp.
15211
15212         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15213         w3m-safe-url-regexp variable buffer-local.
15214
15215         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15216
15217 2004-02-27  Simon Josefsson  <jas@extundo.com>
15218
15219         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15220         gnus-group-real-prefix.
15221         (gnus-summary-move-article): Use it, instead of
15222         gnus-group-real-prefix.
15223
15224 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * lpath.el: Bind w3m-safe-url-regexp.
15227
15228         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15229         w3m-safe-url-regexp variable buffer-local and set it as the value
15230         of mm-w3m-safe-url-regexp.
15231
15232         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15233
15234         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15235         parsing gnus-posting-styles when the message is not for replying.
15236
15237         * dgnushack.el: Autoload sgml-mode for XEmacs.
15238
15239         * nnrss.el (nnrss-opml-export): Use
15240         mm-set-buffer-file-coding-system instead of
15241         set-buffer-file-coding-system.
15242
15243 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15244
15245         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15246         of checkdoc.el).
15247         * nnrss.el: do.
15248         * gnus-mlspl.el: do.
15249         * gnus-ml.el: do.
15250         * gnus-srvr.el: do.
15251
15252         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15253
15254 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15255
15256         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15257         Corrections to custom-manual links.
15258
15259         * gnus-art.el (gnus-article): Ditto.
15260
15261         * mm-decode.el (mime-display, mime-security): Ditto.
15262
15263 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15264
15265         * flow-fill.el: Typo.
15266
15267 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15268
15269         * spam-wash.el: New file.
15270
15271 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15272
15273         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15274
15275 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15278         to be run with new-articles as LIST1, not LIST2.
15279         (spam-registration-functions): Add spam-use-ham-copy as a nil
15280         registration backend.
15281
15282 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15283
15284         * spam-stat.el (spam-stat-washing-hook): New option.
15285         (spam-stat-buffer-words): Use it.
15286         (spam-stat-process-directory, spam-stat-test-directory): Use
15287         insert-file-contents-literally.
15288         (spam-stat-coding-system): New variable.
15289         (spam-stat-load, spam-stat-save): Use it.
15290
15291 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * spam-report.el (spam-report-plug-agent): Quote
15294         spam-report-url-to-file and spam-report-url-ping-plain.
15295
15296 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15299         / in mailto URLs.
15300
15301 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15302
15303         * spam-report.el (spam-report-process-queue): Fix interactive use.
15304         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15305         (spam-report-unplug-agent): Doc fixes.
15306         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15307         (spam-report-agentize, spam-report-deagentize): Autoload.
15308
15309 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15312
15313         * message.el (message-setup-fill-variables): Add mml tags to
15314         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15315         <ajk@iu.edu>.
15316         (message-mode): Don't modify paragraph-separate there.
15317
15318 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * compface.el (uncompface-use-external): Default to undecided.
15321         (uncompface-use-external-threshold): New variable.
15322         (uncompface-float-time): New macro.
15323         (uncompface): Determine whether to use the external decoder if
15324         uncompface-use-external is undecided.
15325
15326 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15327
15328         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15329         after images.
15330
15331         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15332
15333 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15334
15335         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15336
15337         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15338
15339         * gnus-sum.el (gnus-summary-limit-to-age)
15340         (gnus-summary-limit-children): do.
15341
15342         * gnus-int.el (gnus-request-scan): do.
15343
15344         * gnus-group.el (gnus-group-suspend): do.
15345
15346         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15347
15348         * gnus-cite.el (gnus-cite-parse-attributions): do.
15349
15350         * gnus-agent.el (gnus-summary-set-agent-mark)
15351         (gnus-agent-regenerate-group): do.
15352
15353         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15354
15355         * binhex.el (binhex-decode-region-internal): do.
15356
15357 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-fun.el (gnus-face-properties-alist): New user option.
15360         (gnus-display-x-face-in-from): Use it.
15361
15362         * gnus-art.el (article-display-face): Ditto.
15363
15364         * compface.el (uncompface-use-external): Default to nil.
15365
15366 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15367
15368         * nntp.el (nntp-erase-buffer): New function.
15369         (nntp-retrieve-data, nntp-send-command)
15370         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15371         (nntp-possibly-change-group): Use it.
15372
15373         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15374         with-current-buffer.
15375
15376 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15377
15378         * compface.el: Merge the ELisp-based uncompface program.
15379         (compface): New customization group.
15380         (uncompface-use-external): New user option.
15381         (uncompface): Call uncompface-internal if uncompface-use-external
15382         is nil.
15383         (uncompface-internal): New function.  Note that there are also
15384         some other functions and variables added for this function.
15385
15386 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15389         if necessary.
15390
15391 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * spam-report.el (spam-report-unplug-agent)
15394         (spam-report-plug-agent, spam-report-deagentize)
15395         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15396         Add support for the Agent in spam-report: when unplugged, report to a
15397         file; when plugged, submit all the requests.
15398
15399         * spam.el (spam-register-routine): Fix message about
15400         registration.
15401
15402 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15403
15404         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15405         dependencies.
15406         (rfc2047-encode): Use it.
15407
15408         * gnus-art.el (gnus-button-marker-list): Move before first
15409         reference.
15410
15411         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15412         (imap-parse-body): Fix format string mismatch.
15413
15414         * gnus-score.el (gnus-summary-increase-score): do.
15415
15416         * nnrss.el (nnrss-close): New function.
15417
15418 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15419
15420         * nnrss.el (nnrss-make-filename): New function.
15421         (nnrss-request-delete-group, nnrss-read-server-data)
15422         (nnrss-save-server-data, nnrss-read-group-data)
15423         (nnrss-save-group-data): Use it.
15424         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15425         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15426         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15427
15428 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15429
15430         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15431
15432 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15433
15434         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15435         files.
15436
15437         * message.el (message-generate-headers-first): Don't quote nil
15438         and t in docstrings.
15439
15440         * imap.el (imap-id): do.
15441
15442         * gnus-agent.el (gnus-agent-consider-all-articles)
15443         (gnus-agent-queue-mail): do.
15444
15445 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15446
15447         * spam-report.el (spam-report-process-queue): New function.
15448         Process requests from `spam-report-requests-file'.
15449         (spam-report-process-queue): Doc fix.
15450
15451 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15452
15453         * spam.el (spam-register-routine)
15454         (spam-log-processing-to-registry, spam-log-registered-p)
15455         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15456         Change "check" to "spam-check" for semi-clarity.
15457
15458 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15459
15460         * pop3.el: Require nnheader.
15461
15462         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15463
15464         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15465
15466         * gnus-picon.el: Require cl.
15467
15468         * gnus-fun.el: Require gnus-ems and gnus-util.
15469
15470         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15471
15472         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15473
15474         * gnus-art.el (gnus-article-edit-mode): Define before first
15475         reference.
15476
15477 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15478
15479         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15480         (gnus-uu-post-encoded): Use point-at-bol.
15481
15482         * gnus-topic.el (gnus-group-active-topic-p): do.
15483
15484         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15485
15486         * gnus-group.el (gnus-group-kill-region): do.
15487
15488         * gnus-art.el (article-date-ut): do.
15489
15490         * message.el (message-fetch-field): Remove redundant
15491         case-fold-search binding.
15492         (message-narrow-to-field): Simplify.
15493
15494 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15495
15496         * spam.el (spam-directory): Derive from `gnus-directory'.
15497
15498         * spam-report.el (spam-report-url-to-file)
15499         (spam-report-requests-file): New function and variable for offline
15500         reporting.
15501         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15502         and user defined function.
15503         (spam-report-url-ping-mm-url): Remove doubled slash.
15504
15505 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15508
15509 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15510
15511         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15512         format string mismatch.
15513
15514         * sieve.el (sieve-deactivate-all): do.
15515
15516         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15517
15518         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15519
15520         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15521
15522         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15523
15524 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15525
15526         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15527         the list of checks.
15528
15529 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15530
15531         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15532         padding.
15533
15534 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15535
15536         * mm-view.el (mm-fill-flowed): New variable.
15537         (mm-inline-text): Use it.
15538
15539 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15540
15541         * spam.el (spam-spamassassin-register-ham-routine)
15542         (spam-spamassassin-register-spam-routine): Fix function names.
15543
15544 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * gnus.el (gnus-tmp-grouplens): Remove.
15547         (gnus-summary-line-format): Remove grouplens.
15548
15549         * gnus-group.el (gnus-group-line-format): Ditto.
15550
15551         * gnus-spec.el (gnus-format-specs): Ditto.
15552         (gnus-update-format-specifications): Flush the group format spec
15553         cache if there's the grouplens stuff.
15554         (gnus-parse-simple-format): Replace %l with the empty string.
15555
15556 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15557
15558         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15559         omission.
15560
15561 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15564         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15565
15566 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15567
15568         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15569         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15570         New macros and functions.
15571         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15572         Handle > NLINK_MAX messages.
15573         * nnmaildir.el (nnmaildir-request-set-mark): Use
15574         nnmaildir--emlink-p and nnmaildir--eexist-p.
15575
15576 2004-01-25  Alex Schroeder  <alex@gnu.org>
15577
15578         * spam-stat.el (spam-stat-process-directory-age): New option.
15579         (spam-stat-process-directory): Use it.
15580
15581 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15582
15583         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15584         (spam-stat-save): Accept prefix argument.
15585
15586 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15587
15588         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15589         links" error.
15590
15591 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15594         the rest of the and/or forms.
15595
15596 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15597
15598         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15599         compatibility with old .newsrc.eld files.
15600
15601         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15602
15603         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15604
15605         * gnus-start.el (gnus-1): do.
15606
15607         * gnus-group.el (gnus-group-line-format-alist): do.
15608
15609         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15610
15611         * gnus-gl.el: Remove.
15612
15613 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15614
15615         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15616         marks consisting of a single range {for example, (3 . 5)} rather
15617         than a list of a single range { ((3 . 5)) }.
15618
15619 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15620
15621         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15622         with-current-buffer.
15623         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15624         avoid consing a string.
15625
15626         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15627         Remove obsolete entries for big5 and gb2312.
15628
15629 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15630
15631         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15632         uncompressed list.
15633
15634 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15635
15636         * spam-stat.el (spam-stat-strip-xref): New function.
15637         (spam-stat-process-directory): Use it.
15638
15639         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15640         here -- it's done in message-fetch-field.
15641
15642 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15643
15644         * gnus-agent.el (gnus-agent-queue-mail)
15645         (gnus-agent-prompt-send-queue): New variables.
15646         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15647         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15648         "nndraft:queue" along to gnus-draft-send.  Use
15649         gnus-agent-prompt-send-queue.
15650         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15651         is "nndraft:queue".  Suggested by Gaute Strokkenes
15652         <gs234@srcf.ucam.org>
15653
15654         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15655         (agent-enable-undownloaded-faces): Added.
15656         (gnus-agent-cat-groups): Use eval-and-compile, not
15657         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15658         method of gnus-agent-cat-groups even when the buffer has been
15659         evaled.
15660         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15661         delete gnus-agent-save-active-1.
15662         (gnus-agent-save-groups): Deleted.  Identical to
15663         gnus-agent-save-active.
15664         (gnus-agent-write-active): No longer adjust agent's copy of active
15665         file as agent's adjustments are now stored in their own
15666         file.  Removed optional parameter.
15667         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15668         servers.  Add use of min/max range limits from server's local
15669         file.
15670         (gnus-agent-save-alist): Removed unused optional argument.
15671         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15672         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15673         (gnus-agent-set-local): A per-server file that keeps min/max range
15674         limits for articles known to the agent.  Provides a fast mechanism
15675         for altering many active ranges.
15676         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15677         active file (local makes it unnecessary).
15678         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15679
15680         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15681         (agent-enable-undownloaded-faces): Added.
15682
15683         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15684         disable it when sending to "nndraft:queue".
15685         (gnus-group-send-queue): Add safety check to avoid sending queue
15686         when unplugged.
15687
15688         * gnus-group.el (gnus-group-catchup): Use new
15689         gnus-sequence-of-unread-articles, not
15690         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15691         numbers of articles.  Use gnus-range-map to avoid having to
15692         uncompress the unread list.
15693         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15694         Fixed invalid ange-ftp reference.
15695
15696         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15697         (gnus-sorted-range-intersection): Intersection of two ranges
15698         without requiring that they first be uncompressed.
15699
15700         * gnus-start.el (gnus-activate-group): Unless blocked by the
15701         caller, possibly expand the active range to include both cached
15702         and agentized articles.
15703         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15704         multiple version-dependent converters.
15705         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15706         gnus-agent-save-active.
15707         (gnus-save-newsrc-file): Save dirty agent range limits.
15708
15709         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15710         gnus-agent-possibly-alter-active.
15711         (gnus-adjust-marked-articles): Faster handling of simple lists.
15712
15713 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15714
15715         * spam-stat.el (spam-stat-test-directory): New optional argument
15716         displays a list of files detected.  Suggested by Andrew Cohen
15717         <cohen@andy.bu.edu>.
15718         (spam-stat-buffer-words-with-scores): Don't narrow and change
15719         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15720
15721 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15722
15723         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15724         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15725         (spam-spamassassin-arguments)
15726         (spam-spamassassin-spam-flag-header)
15727         (spam-spamassassin-positive-spam-flag-header)
15728         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15729         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15730         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15731         (spam-list-of-processors, spam-list-of-checks)
15732         (spam-list-of-statistical-checks, spam-registration-functions)
15733         (spam-check-spamassassin-headers, spam-check-spamassassin)
15734         (spam-spamassassin-score)
15735         (spam-spamassassin-register-with-sa-learn)
15736         (spam-spamassassin-register-spam-routine)
15737         (spam-spamassassin-register-ham-routine)
15738         (spam-assassin-register-spam-routine)
15739         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15740         (spam-bogofilter-score): Fix to show article before scoring.
15741
15742 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15745         default scoring function.
15746         (spam-generic-score): Call spam-spamassassin-score if
15747         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15748         spam-bogofilter-score otherwise.
15749
15750         * gnus.el (spam-process, spam-autodetect-methods): Add
15751         spamassassin and spamassassin-headers.
15752
15753 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15754
15755         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15756         Suppress unnecessary messages.
15757
15758 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15759
15760         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15761         make-hash-table.
15762
15763 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15764
15765         * canlock.el (base64-encode-string): Don't autoload it.
15766
15767 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15768
15769         * run-at-time.el: Remove useless (require 'itimer),
15770         eval-and-compile and (featurep 'xemacs).
15771
15772 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15773
15774         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15775         GROUP is a virtual group.
15776
15777 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15778
15779         * gnus.el: Autoload `message-y-or-n-p'.
15780
15781 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15782
15783         * pgg-parse.el: Remove unnecessary (require 'custom).
15784
15785         * pgg-def.el: do.
15786
15787         * nnmail.el: do.
15788
15789         * gnus-undo.el: do.
15790
15791         * gnus-picon.el: do.
15792
15793         * gnus-util.el: do.
15794
15795 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15798
15799 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15802         handle, as well as a list.
15803
15804         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15805         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15806         (mm-w3m-cid-retrieve): Simplify.
15807
15808 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15809
15810         * message.el (message-kill-to-signature): Allow prefix arg to
15811         specify number of lines to keep before signature.
15812
15813 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15814
15815         * message.el (message-kill-to-signature): Change docstring.
15816
15817 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * canlock.el: Always require sha1-el.
15820         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15821
15822         * message.el: Autoload sha1 only when compiling.
15823
15824         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15825         eudc-expand-inline for XEmacs.
15826
15827 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * message.el (message-canlock-generate): Require sha1-el.
15830
15831 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15832
15833         * message.el (message-expand-name): Silence the byte compiler.
15834
15835         * lpath.el: Add detect-coding-system.
15836
15837         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15838         cus-edit.
15839
15840 2004-01-13  Simon Josefsson  <jas@extundo.com>
15841
15842         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15843         Invoke gnus-score-mode.  Reported by
15844         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15845
15846         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15847         Jim Blandy <jimb@redhat.com> (tiny change).
15848
15849 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15850
15851         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15852
15853 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15854
15855         * spam.el (spam-get-article-as-string): Update to use
15856         gnus-request-article-this-buffer, much simpler.
15857         (spam-get-article-as-buffer): Remove.
15858
15859 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15860
15861         * message.el (message-expand-name): Use EUDC if the user uses that.
15862
15863 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15864
15865         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15866         character for the encoding to avoid consing a string.
15867
15868         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15869         unnecessarily.
15870
15871         * mm-util.el (mm-replace-chars-in-string): Remove.
15872
15873         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15874         of mm-replace-chars-in-string.
15875
15876 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15879
15880         * mm-util.el (mm-subst-char-in-string): Support inplace.
15881
15882         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15883         a new string in every iteration.  Use shy groups.
15884
15885 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15886
15887         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15888         * gnus-soup.el (gnus-soup-group-brew):
15889         * gnus-msg.el (gnus-put-message):
15890         * gnus-move.el (gnus-group-move-group-to-server):
15891         * gnus-kill.el (gnus-batch-score):
15892         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15893         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15894         (gnus-group-update-group, gnus-group-read-group)
15895         (gnus-group-make-group, gnus-group-make-help-group)
15896         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15897         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15898         (gnus-group-sort-by-unread, gnus-group-catchup)
15899         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15900         (gnus-group-yank-group, gnus-group-set-info)
15901         (gnus-group-list-groups):
15902         * gnus.el (gnus-generate-new-group-name):
15903         * gnus-delay.el (gnus-delay-send-queue):
15904         * nnvirtual.el (nnvirtual-catchup-group):
15905         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15906         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15907         (gnus-group-prepare-topics, gnus-topic-check-topology):
15908         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15909         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15910         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15911         (gnus-group-make-articles-read):
15912         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15913         (gnus-group-change-level, gnus-kill-newsgroup)
15914         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15915         (gnus-get-unread-articles, gnus-make-articles-unread)
15916         (gnus-make-ascending-articles-unread): Use accessor
15917         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15918         to get group information for improved readability.
15919
15920
15921 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15922
15923         * gnus-art.el (article-decode-mime-words, article-babel)
15924         (gnus-article-highlight-signature, gnus-article-add-buttons)
15925         (gnus-signature-toggle): Use gnus-with-article-buffer.
15926
15927         * gnus-art.el (gnus-article-highlight-headers)
15928         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15929
15930         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15931         (gnus-article-set-globals, gnus-request-article-this-buffer)
15932         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15933         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15934         (gnus-mime-display-alternative): Use with-current-buffer.
15935
15936 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15939         also under 80 char limit, and call gnus-error if needed.
15940         (spam-fetch-article-header): Fix - it was a
15941         buffer-local variable (gnus-newsgroup-data).
15942         (spam-find-spam): Use spam-generate-fake-headers, forget about
15943         spam-insert-fake-headers.
15944         (spam-insert-fake-headers): Remove.
15945
15946 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15947
15948         * deuglify.el (gnus-article-outlook-unwrap-lines)
15949         (gnus-outlook-rearrange-article)
15950         (gnus-outlook-repair-attribution-outlook)
15951         (gnus-outlook-repair-attribution-block)
15952         (gnus-outlook-repair-attribution-other): Remove redundant
15953         save-excursion.
15954
15955 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15956
15957         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15958         (spam-fetch-field-subject-fast)
15959         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15960         (spam-fetch-article-header): Add functions to deal with Gnus
15961         internals for fast retrieval of article header data.
15962         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15963
15964 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15965
15966         * pop3.el (pop3-md5): Remove.
15967         (pop3-apop): Replace pop3-md5 with md5.
15968
15969         * mm-bodies.el: base64 is always built-in.
15970
15971         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15972         with-current-buffer.
15973
15974 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * canlock.el (canlock-insert-header): Remove excessive grouping in
15977         regexp.
15978
15979         * gnus-sum.el (gnus-summary-read-document): Ditto.
15980
15981         * gnus-uu.el (gnus-uu-part-number): Ditto.
15982
15983         * html2text.el (html2text-remove-tags): Ditto.
15984         (html2text-format-tags): Ditto.
15985         (html2text-format-single-elements): Ditto.
15986
15987         * mml.el (mml-parse-1): Ditto.
15988
15989 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15990
15991         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15992
15993         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15994
15995         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15996
15997         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15998
15999 2003-11-15  Simon Josefsson  <jas@extundo.com>
16000
16001         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16002         (pgg-gpg-lookup-key): Use regexp match instead of
16003         split-string (split-string is different between emacs 21.2 and
16004         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16005
16006 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16007
16008         * gnus-art.el (gnus-mime-view-all-parts)
16009         (gnus-article-part-wrapper, gnus-article-view-part): Use
16010         with-current-buffer.
16011
16012 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16013
16014         * spam.el (spam-disable-spam-split-during-ham-respool)
16015         (spam-spamoracle-database, spam-cache-lookups)
16016         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16017         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16018         (spam-group-ham-marks, spam-group-spam-marks)
16019         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16020         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16021         also add spam-use-blackholes to the statistical checks.
16022         (spam-fetch-field-fast): Add interface to fetching fields, may
16023         become a macro.
16024         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16025         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16026         (spam-insert-fake-headers): Fake an article when needed.
16027         (spam-find-spam): Fake article when possible.
16028         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16029         (spam-check-bogofilter-headers): Use message-fetch-field instead
16030         of nnmail-fetch-field.
16031
16032 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16033
16034         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16035
16036 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16037
16038         * spam.el (spam-split): Do not require spam-use-CHECK to be
16039         enabled if that check is passed to spam-split explicitly; also
16040         fix so 'spam doesn't get converted to spam-split-group when
16041         spam-split-symbolic-return is t.
16042         (spam-find-spam): Find registrations of the article and use those
16043         instead of re-running spam-split to find the spam/ham
16044         classification of the article.
16045         (spam-log-processing-to-registry, spam-log-registered-p)
16046         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16047         Use gnus-error instead of gnus-message.
16048         (spam-log-registration-type): Add function to determine the
16049         classification of a message based on registry entries; will
16050         return nil if both 'spam and 'ham are found.
16051         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16052         a reasonably fast local cache without the loading errors.
16053         (spam-cache-lookups): Set to t by default.
16054         (spam-find-spam): Don't try to guess spam-cache-lookups.
16055         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16056         spam-caches entry.
16057         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16058         caching of whitelist/blacklist entries.
16059         (spam-check-whitelist, spam-check-blacklist): Invoke
16060         spam-from-listed-p with a type, not a cache variable.
16061         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16062
16063 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16064
16065         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16066
16067         * nnmail.el (nnmail-split-fancy): do.
16068
16069         * mml.el (mml-parse): do.
16070
16071         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16072         (gnus-score-adaptive): do.
16073
16074 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16077         (gnus-mime-button-map): Don't set keymap parent.
16078         (gnus-button-ctan-directory-regexp): Use shy grouping.
16079         (gnus-prev-page-map): Don't set keymap parent.
16080         (gnus-prev-page-map): Remove duplicated one.
16081         (gnus-next-page-map): Don't set keymap parent.
16082         (gnus-mime-security-button-map): Ditto.
16083
16084         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16085         version number.
16086
16087         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16088
16089 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * canlock.el (canlock-sha1-function): Remove.
16092         (canlock-sha1-function-for-verify): Remove.
16093         (canlock-openssl-program): Remove.
16094         (canlock-openssl-args): Remove.
16095         (canlock-ignore-errors): Remove.
16096         (canlock-sha1-with-openssl): Remove.
16097         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16098         (canlock-verify): Don't use canlock-ignore-errors.
16099
16100         * sha1-el.el (sha1-string-external): Make it can return a string
16101         in binary form.
16102         (sha1-region-external): Ditto.
16103         (sha1-string-internal): Ditto.
16104         (sha1-region-internal): Ditto.
16105         (sha1-region): Ditto.
16106         (sha1-string): Ditto.
16107         (sha1): Ditto.
16108
16109 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16110
16111         * spam.el (spam-report-articles-gmane): New command.
16112
16113 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16116
16117         * run-at-time.el (run-at-time-saved): Remove.
16118         (run-at-time): Doc fix.
16119
16120 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16121
16122         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16123         (gnus-summary-limit-map): Add it.
16124         (gnus-summary-make-menu-bar): do.
16125
16126 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16129         Make attempt at some caching support (done for BBDB only now).
16130         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16131         addresses to be checked.
16132         (spam-clear-cache-BBDB): Add function, to be invoked by
16133         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16134         (spam-check-BBDB): Check and use the caches, if
16135         spam-cache-lookups is on, remove superfluous (provide).
16136
16137 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16140
16141 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16142
16143         * run-at-time.el (run-at-time-saved): Move to after the definition
16144         of `run-at-time'.
16145
16146         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16147
16148 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16151         mm-w3m-local-map-property.
16152
16153         * mm-view.el (mm-w3m-mode-map): Remove.
16154         (mm-w3m-local-map-property): Remove.
16155         (mm-inline-text-html-render-with-w3m): Don't use
16156         mm-w3m-local-map-property.
16157
16158 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16159
16160         * run-at-time.el: New file.
16161
16162         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16163         under Emacs.
16164
16165         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16166         of gnus-set-text-properties.
16167
16168         * gnus-uu.el (gnus-uu-save-article): Ditto.
16169
16170         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16171
16172         * gnus-cite.el (gnus-cite-parse): Ditto.
16173
16174         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16175         of gnus-.
16176
16177         * gnus-xmas.el (run-at-time): Require run-at-time.
16178
16179         * gnus.el: Changed calls to nnheader-run-at-time and
16180         password-run-at-time throughout to use run-at-time directly.
16181
16182         * password.el: Removed definition of run-at-time.
16183
16184         * nnheaderxm.el: Remove definition of run-at-time.
16185
16186 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16187
16188         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16189         in prompt.
16190
16191 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16192
16193         * messagexmas.el (message-xmas-redefine): Alias
16194         `message-make-caesar-translation-table' to
16195         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16196         version.
16197
16198         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16199         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16200         `gnus-xmas-set-text-properties'.
16201         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16202         `gnus-xmas-completing-read'.
16203         (gnus-xmas-completing-read): Removed.
16204         (gnus-xmas-open-network-stream): Removed.
16205
16206         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16207         XEmacs version.
16208
16209         * dns.el (dns-make-network-process): Use `open-network-stream'
16210         instead of `gnus-xmas-open-network-stream'.
16211
16212         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16213
16214         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16215
16216 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16217
16218         * gnus-art.el (gnus-mime-display-alternative)
16219         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16220         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16221         Don't use gnus-local-map-property.
16222
16223         * gnus-util.el (gnus-local-map-property): Remove.
16224
16225         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16226         gnus-completing-read-maybe-default with completing-read.
16227
16228         * gnus-util.el (gnus-completing-read): do.
16229         (gnus-completing-read-maybe-default): Remove.
16230
16231 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16232
16233         * password.el: Only autoload `run-at-time' if not XEmacs.
16234         Only autoload the itimer functions if XEmacs.
16235
16236 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16239         XEmacsen.
16240
16241         * dgnushack.el: Autoload executable-find for XEmacs.
16242
16243 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16244
16245         * gnus-art.el (gnus-read-string): Remove.
16246         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16247         read-string.
16248
16249 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16250
16251         * netrc.el: Autoload password-read.
16252         (netrc): Add configuration group.
16253         (netrc-encoding-method, netrc-openssl-path): Add
16254         variables for encoding and decoding of files with symmetric
16255         ciphers.
16256         (netrc-encode): Add assistant function to encode a file with
16257         netrc-encoding-method.
16258         (netrc-parse): Add interactive parameter, added optional
16259         decoding if netrc-encoding-method is non-nil but otherwise
16260         behavior is standard.
16261         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16262         Do s/encode/encrypt/ everywhere.
16263
16264         * spam.el: Remove executable-find autoload.
16265
16266 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16267
16268         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16269
16270         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16271
16272 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16273
16274         * gnus-art.el (gnus-treat-ansi-sequences)
16275         (article-treat-ansi-sequences): New variable and function.
16276         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16277
16278         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16279         Use it.
16280
16281 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16282
16283         * mm-util.el (mm-quote-arg): Remove.
16284
16285         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16286         shell-quote-argument.
16287
16288         * gnus-uu.el (gnus-uu-command): do.
16289
16290         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16291
16292         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16293         with make-char.
16294
16295         * mm-util.el (mm-make-char): Remove.
16296
16297         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16298         add-minor-mode.
16299
16300         * gnus-undo.el (gnus-undo-mode): do.
16301
16302         * gnus-topic.el (gnus-topic-mode): do.
16303
16304         * gnus-sum.el (gnus-dead-summary-mode): do.
16305
16306         * gnus-start.el (gnus-slave-mode): do.
16307
16308         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16309
16310         * gnus-ml.el (gnus-mailing-list-mode): do.
16311
16312         * gnus-gl.el (gnus-grouplens-mode): do.
16313
16314         * gnus-draft.el (gnus-draft-mode): do.
16315
16316         * gnus-dired.el (gnus-dired-mode): do.
16317
16318         * gnus-ems.el (gnus-add-minor-mode): Remove.
16319
16320         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16321         Replace gnus-char-width with char-width.
16322
16323         * gnus-ems.el (gnus-char-width): Remove.
16324
16325         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16326         Replace gnus-char-width with char-width.
16327
16328         * gnus-ems.el (gnus-char-width): Remove.
16329
16330         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16331         definition.
16332         Remove Emacs 20 hash table compatibility code.
16333
16334         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16335         20 compatibility code.
16336
16337         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16338
16339         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16340
16341         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16342         with point-at-{eol,bol}.
16343
16344         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16345
16346         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16347
16348         * flow-fill.el (fill-flowed-point-at-bol)
16349         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16350
16351         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16352         Replace with point-at-{eol,bol} throughout all files.
16353
16354 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * ntlm.el (ntlm-string-as-unibyte): New macro.
16357         (ntlm-build-auth-response): Use it.
16358
16359         Remove Emacs 20 stuff:
16360         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16361         (butlast, mapc, remove): Remove the compiler macros.
16362         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16363         of delq and copy-sequence.
16364         * gnus-art.el (popup-menu): Remove the compiler macro.
16365         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16366         Emacs 20.
16367
16368 2004-01-05  Simon Josefsson  <jas@extundo.com>
16369
16370         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16371         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16372         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16373         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16374         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16375         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16376         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16377         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16378         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16379         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16380         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16381         string-xor into ntlm-string-xor.  Suggested by
16382         Jesper Harder <harder@myrealbox.com>.
16383
16384         * ntlm.el: Don't include poem.
16385
16386         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16387         Jesper Harder <harder@myrealbox.com>.
16388
16389         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16390
16391         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16392         probably breaks emacs with DL patch, but do we care? Is anyone
16393         still using the DL stuff?)
16394
16395         * sieve-manage.el: Use the password package.
16396         (sieve-manage-read-passwd): Remove.
16397         (sieve-manage-interactive-login): Use password.  Re-add
16398         condition-case around loop.
16399
16400         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16401         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16402         the password package.
16403
16404 2003-02-19  Simon Josefsson  <jas@extundo.com>
16405
16406         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16407         token.
16408
16409 2002-08-07  Simon Josefsson  <jas@extundo.com>
16410
16411         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16412         (sieve-manage-authenticators):
16413         (sieve-manage-authenticator-alist): Add some SASL mechs.
16414         (sieve-sasl-auth): New function.
16415         (sieve-manage-cram-md5-auth):
16416         (sieve-manage-plain-auth): Rewrite using SASL library.
16417         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16418         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16419         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16420         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16421
16422 2004-01-05  Simon Josefsson  <jas@extundo.com>
16423
16424         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16425         New files.
16426
16427 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16428
16429         * gnus-group.el (gnus-no-groups-message): Update.
16430
16431         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16432
16433 2003-11-09  Simon Josefsson  <jas@extundo.com>
16434
16435         * imap.el: Support for ID IMAP extension (RFC 2971).
16436         (imap-local-variables): Add imap-id.
16437         (imap-id): New variable.
16438         (imap-id): New function.
16439         (imap-parse-response): Parse untagged ID response.
16440         * nnimap.el (nnimap-id): New variable.
16441         (nnimap-open-connection): Use it.
16442
16443 2003-12-28  Simon Josefsson  <jas@extundo.com>
16444
16445         * gnus-score.el (gnus-score-edit-all-score): New.
16446         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16447
16448 2004-01-04  Simon Josefsson  <jas@extundo.com>
16449
16450         * password.el: Add.
16451
16452 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16453
16454         * dns.el (dns-query-types): Fix typo.
16455         (dns-query-types): New function.
16456         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16457         PTR and SOA replies, see RFC 1035.
16458
16459 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16462
16463         * Moved to Changelog.2.
16464
16465 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16466
16467         * gnus.el (gnus-version-number): Bump version.
16468
16469 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16470
16471         * gnus.el: No Gnus v0.1 is released.
16472
16473 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16474
16475         * gnus.el: No Gnus v0.0 is released.
16476
16477 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * gnus.el (gnus-version-number): Bump.
16480         (gnus-version): No.
16481
16482 See ChangeLog.2 for earlier changes.
16483
16484     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16485       Free Software Foundation, Inc.
16486
16487   This file is part of GNU Emacs.
16488
16489   GNU Emacs is free software: you can redistribute it and/or modify
16490   it under the terms of the GNU General Public License as published by
16491   the Free Software Foundation, either version 3 of the License, or
16492   (at your option) any later version.
16493
16494   GNU Emacs is distributed in the hope that it will be useful,
16495   but WITHOUT ANY WARRANTY; without even the implied warranty of
16496   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16497   GNU General Public License for more details.
16498
16499   You should have received a copy of the GNU General Public License
16500   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16501
16502 ;; Local Variables:
16503 ;; coding: utf-8
16504 ;; fill-column: 79
16505 ;; add-log-time-zone-rule: t
16506 ;; End: