Make gnus-group-add-icon work
[gnus] / lisp / ChangeLog
1 2010-09-22  Julien Danjou  <julien@danjou.info>
2
3         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4         default.
5         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6
7         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8         images alt-text.
9         (gnus-html-put-image): Put alt-text as help-echo.
10
11 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
14         * mm-util.el (mm-decompress-buffer)
15         * nnir.el (nnir-run-find-grep)
16         * pop3.el (pop3-list): Use 3rd arg of split-string.
17
18         * time-date.el (format-seconds): Comment fix.
19
20         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
21         and byte-optimize-form-code-walker.
22         (dgnushack-make-auto-load): Don't advise make-autoload.
23
24         * lpath.el: Remove Emacs 21 stuff.
25
26 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
29         previous patch.
30
31         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
32
33 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
34
35         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
36
37 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-int.el (gnus-open-server): Give a better error message in the
40         "go offline" case.
41
42         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
43         marks for nnimap, which is seldom the right thing to do.
44
45         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
46         (gnus-same-method-different-name): New function.
47
48         * nnimap.el (parse-time): Require.
49
50         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
51         method in the presence of many similar methods.
52
53         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
54
55         * nnimap.el (nnimap-find-expired-articles): Don't refer to
56         nnml-inhibit-expiry.
57
58         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
59         find out whether methods are equal.
60
61         * nnimap.el (nnimap-find-expired-articles): New function.
62         (nnimap-process-expiry-targets): New function.
63         (nnimap-request-move-article): Request the article before looking at
64         what the Message-ID is.  Fix found by Andrew Cohen.
65         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
66
67         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
68         for oldness in addition to being a predicate.
69
70         * nnimap.el (nnimap-request-group): When we have zero articles, return
71         the right data to Gnus.
72         (nnimap-request-expire-articles): Only delete articles immediately if
73         the target is 'delete.
74
75         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
76         method, this would bug out.
77
78         * gnus-group.el (gnus-group-expunge-group): Renamed from
79         gnus-group-nnimap-expunge, and implemented as a normal interface
80         function.
81
82         * gnus-int.el (gnus-request-expunge-group): New function.
83
84         * nnimap.el (nnimap-request-create-group): Implement.
85         (nnimap-request-expunge-group): New function.
86
87 2010-09-21  Julien Danjou  <julien@danjou.info>
88
89         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
90         (gnus-html-cache-expired): Add new function.
91         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
92         wethever we should display image for fetch it.
93         Compute alt-text earlier to pass it to the fetching function too.
94         (gnus-html-schedule-image-fetching): Change function argument to only
95         get one image at a time, not a list.
96         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
97         cache.
98         (gnus-html-get-image-data): New function to retrieve image data from
99         cache.
100         (gnus-html-put-image): Change buffer argument to use image data rather
101         than file, and place image above region rather than inserting a new
102         one. Do not take alt-text as argument, since it's useless now: we place
103         the image above alt-text.
104         (gnus-html-prune-cache): Remove.
105         (gnus-html-show-images): Start to fetch image when we find one, do not
106         push into a temporary list.
107         (gnus-html-prefetch-images): Only fetch image if they have expired.
108         (gnus-html-browse-image): Fix, use 'gnus-image-url.
109         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
110
111 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
114
115 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
118         spec inser "*" if the group isn't active instead of 0.
119
120         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
121         opening the server.
122         (nnimap-request-delete-group): Implement group deletion.
123         (nnimap-transform-headers): Return the size of the entire message in
124         the Bytes header, not just the size of the first part.
125         (nnimap-request-move-article): When moving an article from nnimap,
126         request the article first so the accepting form has an article to
127         accept.  Reported by Dan Christensen.
128         (nnimap-command): Make sure that the error message doesn't error out.
129
130 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
131
132         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
133         we haven't requested anything.
134
135 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
138         "".  Fix found by Andrew Cohen.
139
140         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
141         instead of -encode-string.
142
143 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
146
147         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
148         by mm-subst-char-in-string.
149
150 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
153         waiting for the connection string.
154
155         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
156         arriving.
157
158         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
159         bogus characters.  This allows selecting certain Gmail groups.
160
161         * nnimap.el (nnimap-find-wanted-parts-1): New function.
162         (nnimap-fetch-partial-articles): New variable.
163         (nnimap-open-connection): When looking for credentials, also use the
164         nnimap-server-port.
165         (nnimap-request-article): Return the group/article number, so that Gnus
166         `^' works as expected.
167         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
168         them.
169
170         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
171         comments.
172         (gnus-methods-sloppily-equal): New function.
173         (gnus): When using the development version of Gnus, load the gnus-load
174         file.
175
176         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
177         `gnus-open-server' on each method before trying to scan them etc.  This
178         ensures that all the backend parameters are set correctly.
179
180         * nnimap.el (nnimap-authenticator): New variable.
181         (nnimap-open-connection): Allow anonymous login.
182         (nnimap-transform-headers): The chars header is called Chars not
183         Bytes.
184         (nnimap-wait-for-response): Don't infloop if the IMAP connection
185         drops.
186
187         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
188         patch, found by Knut Anders Hatlen.
189
190 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
191
192         * gnus-agent.el (gnus-agent-batch-confirmation)
193         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
194         to gnus-message.
195         * gnus-art.el (gnus-article-describe-briefly): Likewise.
196         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
197         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
198         * gnus-int.el (gnus-open-server): Likewise.
199         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
200         (gnus-score-check-syntax): Likewise.
201         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
202         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
203         Likewise.
204         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
205
206 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
209         calling conventions so that prefetch doesn't bug out.
210
211 2010-09-19  Julien Danjou  <julien@danjou.info>
212
213         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
214         rather than `subst-char-in-region' in order to be able to replace ASCII
215         char by UTF-8 ones.
216
217         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
218         than curl.
219         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
220         the right URL and ALT text on images.
221         (gnus-html-wash-tags): Fix tag case.
222         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
223         (gnus-article-html): Add -o display_ins_del=2 option.
224         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
225
226 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
229         the extra mail headers, which sometimes seem to happen for unknown
230         reasons.
231
232         * mail-parse.el (mail-header-encode-parameter): Define as
233         rfc2045-encode-string instead of as rfc2231-encode-string, since some
234         (or most, perhaps?) mail readers don't understand the latter, but do
235         understand the former.
236
237         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
238         to nil, so that no methods are automatically agentized.  I think this
239         is probably what most users want.
240
241         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
242         from url-retrieve, for instance about invalid URLs.
243
244         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
245         groups that have no articles.
246         (nnimap-request-article): Check that we really got an article when we
247         requested one.
248
249         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
250         doesn't exist.
251
252         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
253         nntp buffer so the agent can save it.
254         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
255         that CRLF doesn't get translated to \n.
256         (nnimap-open-connection): Don't make 'shell commands only send \n.
257
258 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
259
260         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
261         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
262         Update var name.
263         (nnml-generate-nov-file): Use dolist.
264         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
265         Use with-current-buffer.
266
267 2010-09-18  Julien Danjou  <julien@danjou.info>
268
269         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
270         parallel.
271
272 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * nnimap.el (nnimap-update-info): When doing partial marks update, get
275         the range update right.
276         (nnimap-request-group): Don't make `M-g' bug out on group with no
277         marks.
278         (nnoo): Required, so that other packages can require nnimap.
279         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
280         command we're looking for.  This helps when the server sends more
281         responses after we've gotten everything we expected.
282         (nnimap): Add a `newlinep' field to keep track of end-of-line
283         conventions.
284         Don't send CRLF to things that don't want it.
285         (nnimap-request-accept-article): Ditto.
286
287 2010-09-18  Julien Danjou  <julien@danjou.info>
288
289         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
290         than curl to retrieve images.
291
292 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * nnimap.el (nnimap-update-info): Extend the info so that we can set
295         the marks.
296         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
297         (nnimap-wait-for-connection): New function.
298         (nnimap-open-connection): If we have PREAUTH, don't query for login
299         credentials.
300         (nnimap-update-info): Fix off-by-one error when concatenating ranges
301         when doing a partial update.
302
303 2010-09-18  Julien Danjou  <julien@danjou.info>
304
305         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
306         tags.
307
308 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * nnimap.el (nnimap-credentials): New function.
311         (nnimap-open-connection): Use the new function to look for credentials
312         also on the numeric equivalents of "imap" and "imaps".
313
314         * gnus-start.el (gnus-activate-group): Send the info to
315         gnus-request-group.
316
317         * nnimap.el (nnimap-request-group): Have the "check" version of the
318         function parse flags and update the info, so that a `M-g' get a total
319         resync of all flags from the group.
320
321         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
322         to allow backends to alter the info on group selection.  Also alter all
323         the backend -request-group functions to take the parameter.
324
325         * nnimap.el (nnimap-store-info): New function.
326         (nnimap-update-info): Store the info for later usage.
327         (nnimap-request-group): Use the stored info for the dont-check case, so
328         that we don't retrieve all marks when we enter a group.
329
330         * nnimap.el: Use deffoo instead of defun for interface functions.
331
332         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
333         update the group info.  This makes the nndraft groups, for instance, go
334         back to their old behaviour.
335
336         * gnus-sum.el (gnus-select-newsgroup): Indent.
337
338         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
339         in.
340         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
341         nothing.
342
343         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
344         from methods that are denied.
345
346         * gnus-int.el (gnus-method-denied-p): New function.
347
348         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
349         store the password instead of netrc.
350         (nnimap-open-connection): Don't error out when we can't make a
351         connections.
352
353         * auth-source.el (auth-source-create): In the password prompt, say what
354         we're querying for.  Also prompt for user name if that hasn't been
355         given.
356
357         * nnimap.el (nnimap-with-process-buffer): Removed.
358
359 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
362         method when we're reading from the agent.
363
364         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
365
366         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
367         that's probably most useful for users.
368
369         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
370         "failed" all the time.
371
372         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
373         ...)) with (with-current-buffer ... ).
374
375         * nntp.el (nntp-open-server): Return whether the open was successful or
376         not.
377
378         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
379         select an unread unseen article first.
380
381         * nnimap.el (nnimap-open-connection): If the user doesn't have a
382         /etc/services, supply some sensible port defaults.
383
384         * dgnushack.el: Define netrc-credentials.
385
386 2010-09-17  Julien Danjou  <julien@danjou.info>
387
388         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
389
390 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
391
392         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
393         doesn't have any parameters.
394
395 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
398         only upcased checks.
399
400         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
401
402         * nnimap.el (nnimap-open-shell-stream): New function.
403         (nnimap-open-connection): Use it.
404         (nnimap-transform-headers): Get the number of lines in each message.
405         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
406         number of lines.
407         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
408         problem.
409
410         * utf7.el (utf7-encode): Autoload.
411
412         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
413         to allow the mail splitting to not return a default group.  This is
414         useful for nnimap, which will leave unmatched mail in the inbox.
415
416         * nnimap.el: Rewritten.
417
418         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
419         nnimap usage.
420
421         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
422         if the move is internal, so that nnimap can do fast internal moves.
423
424         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
425         data.
426         (gnus-read-active-for-groups): Support finishing the early retrieval of
427         data.
428
429         * gnus-range.el (gnus-range-nconcat): New function.
430
431         * gnus-int.el (gnus-finish-retrieve-group-infos)
432         (gnus-retrieve-group-data-early): New functions.
433
434 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
435
436         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
437         (nnrss-retrieve-groups):
438         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
439         (pop3-quit): Use with-current-buffer.
440
441 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
444         instead of nnheader-accept-process-output.
445
446         * dgnushack.el (dgnushack-compile): Add comment.
447
448         * lpath.el: No need to fbind propertize for XEmacs 21.4.
449
450         * gnus-html.el (gnus-html-schedule-image-fetching)
451         (gnus-html-prefetch-images): Replace process-kill-without-query by
452         gnus-set-process-query-on-exit-flag.
453
454 2010-09-16  Romain Francoise  <romain@orebokech.com>
455
456         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
457
458 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-registry.el (gnus-registry-install-shortcuts): The second
461         parameter to unintern is mandatory-ish in Emacs 24.
462
463         * gnus-html.el (gnus-html-schedule-image-fetching)
464         (gnus-html-prefetch-images): Check for curl before using it.
465
466         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
467         depend on curl, which isn't essential.
468
469         * imap.el: Revert back to version
470         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
471         seem problematic.
472
473 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
474
475         * gnus-registry.el (gnus-registry-install-shortcuts):
476         Explicitly pass `obarray' to `unintern' to avoid a warning.
477
478 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
481         change.
482
483         * nnrss.el (nnrss-request-list): Removed this function and related
484         functions, including the moreover stuff.
485
486 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * nnrss.el (nnrss-retrieve-groups): New function.
489
490 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
491
492         * .dir-locals.el: Add no-byte-compile cookie.
493
494 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * time-date.el (format-seconds): Comment fix.
497
498         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
499         for back end that doesn't support request-scan.
500
501 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
504         then do request scans from the backends.
505
506         * netrc.el (netrc-credentials): New conveniency function.
507
508         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
509         avoid running a hook per line, since this takes a lot of time,
510         profiling shows.
511         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
512         directly if gnus-visual-p is true.
513
514 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
517         groups; replace mapcar with dolist which is a bit faster; pass groups
518         info to gnus-read-active-file-1.
519         (gnus-read-active-file-1): Scan only specified groups if the new
520         optional arg `infos' is given.
521
522 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
525
526         * pop3.el (pop3-movemail): Removed.
527         (pop3-streaming-movemail): Renamed to pop3-movemail.
528
529         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
530         don't restrict end-tag searches to the end of the line.
531
532 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
535         articles of every unchecked group to t, which means unknown since the
536         server has never been opened.
537
538 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus-html.el (gnus-html-show-alt-text): New command.
541         (gnus-html-browse-image): Ditto.
542         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
543         to browse the image directly.
544         (gnus-html-wash-tags): Search for images first, so that <a><img> works
545         better.
546
547         * gnus-async.el (gnus-async-article-callback): Call
548         `gnus-html-prefetch-images' unconditionally.
549
550         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
551         before feeding URLs to curl.
552
553 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
556         internal images as deletable by `W D D'.
557
558         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
559         (gnus-async-article-callback): Fix typo.
560
561 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
564         current line to work around bugs in the output from w3m.
565
566         * gnus-async.el (gnus-async-article-callback): Always prefetch images
567         for groups that want that.
568
569         * nntp.el (nntp-wait-for-string): Supply a timeout for
570         accept-process-output to ensure progress.
571
572         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
573         level to get unread articles from, then use that for foreign groups,
574         too.
575
576         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
577         confuses the rest of the function.
578
579         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
580         for the methods that support -retrieve-groups, too.
581
582         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
583
584 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
587         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
588
589         * pop3.el: Require cl when compiling.
590         (pop3-number-of-responses): Search for "+OK", not "+OK ".
591
592 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
595         that aren't going to be activated.
596         (gnus-get-unread-articles): Fix up the last commit.
597
598         * gnus-html.el (gnus-article-html): Allow calling without specifying
599         the handle.  In that case, dissect the buffer first.
600
601         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
602
603         * nnimap.el (nnimap-open-connection): Revert the change that would look
604         into authinfo for imaps instead of imap.
605
606         * gnus-start.el (gnus-activate-group): Take an optional parameter to
607         say that you don't want to call gnus-request-group with don-check, but
608         do check the reponse.  This is for virtual groups only.
609         (gnus-get-unread-articles): Count the archive groups as secondary, so
610         that they're activated the same way as before.
611
612         * imap.el (imap-message-map): Removed optional buffer parameter, since
613         no callers use it.
614         (imap-message-get): Ditto.
615         (imap-message-put): Ditto.
616         (imap-mailbox-map): Ditto.
617         (imap-mailbox-put): Ditto.
618         (imap-mailbox-get): Ditto.
619         (imap-mailbox-get): Revert last change for this function.
620
621         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
622         case-insensitively.
623         (nnimap-debug): Removed.
624
625         * imap.el (imap-fetch-safe): Removed function, and altered all callers
626         to use `imap-fetch' instead.  According to the comments, this should be
627         safe, since all other IMAP clients use the 1:* syntax.
628         (imap-enable-exchange-bug-workaround): Removed.
629         (imap-debug): Removed -- doesn't seem very useful.
630
631         * mail-source.el (mail-source-fetch): Don't message if we're fetching
632         mail from a file, and the file doesn't exist.
633
634         * imap.el (imap-log): New convenience function used throughout instead
635         of repeating the same code all over the place.
636
637         * pop3.el (pop3-streaming-movemail): Return t for success.
638
639         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
640         .authinfo if we're using ssl connection.
641
642         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
643         already have if we're in a main Gnus `g' run.
644
645         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
646
647 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
650
651         * nnmh.el (nnmh-request-list-1): Bind `file'.
652
653         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
654         alias to set-process-query-on-exit-flag or process-kill-without-query.
655         (pop3-open-server): Use it.
656
657 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * mail-source.el (mail-source-delete-crash-box): Always move the crash
660         box to the Incoming file.  Fixes mistake in previous checkin.
661
662         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
663         request loop (for debugging purposes) removed.
664
665         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
666         culprit is more visible.
667         (nnml-save-incremental-nov, nnml-open-incremental-nov)
668         (nnml-add-incremental-nov): New functions to do "incremental" nov
669         updates, where we just append to the end of the existing nov files
670         without reading/writing them in full.
671
672         * mail-source.el (mail-source-delete-crash-box): Really only check the
673         incoming files once in a while.
674
675         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
676
677         * mail-source.el (mail-source-delete-crash-box): Only check the
678         incoming files for deletion once per day to save a lot of file
679         accesses.
680
681         * pop3.el (pop3-logon): Fix up unbound variable typo.
682
683         * mail-source.el (pop3-streaming-movemail): Autoload.
684
685         * pop3.el (pop3-streaming-movemail): Respect
686         pop3-leave-mail-on-server.
687
688         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
689         retrieval.
690
691         * pop3.el (pop3-process-filter): Removed unused function.
692         (pop3-streaming-movemail, pop3-send-streaming-command)
693         (pop3-wait-for-messages, pop3-write-to-file)
694         (pop3-number-of-responses): New functions for streaming pop3
695         retrieval.
696
697         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
698         come from no known methods.
699         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
700         list.
701
702         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
703         message sizes.
704         (pop3-movemail): Use erase-buffer instead of looping and deleting
705         regions, which seems rather odd.
706
707         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
708         file once per `g' run.
709
710         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
711         directories.  This makes the draft queue directory work.
712
713         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
714         data from the backends, so that we only request the list of groups from
715         each method once.  This should speed things up considerably.
716
717         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
718         detect that it's not implemented.
719
720         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
721         we actually do recurse down into the tree, but don't stat all leaf
722         nodes.
723
724         * gnus-html.el (gnus-html-show-images): If there are no images to show,
725         then say so instead of bugging out.
726
727         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
728         files exist before trying to read them.
729
730         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
731         around <pre_int>.
732
733         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
734
735         * nnmh.el (nnmh-request-list-1): Optimize for speed.
736
737 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * mm-util.el (mm-image-load-path): Just return the image directories,
740         not all directories in the path in addition to the image directories.
741         (mm-image-load-path): Maintain a cache of the image directories so that
742         the `g' command in Gnus doesn't have to stat dozens of directories each
743         time.
744
745         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
746         (gnus-html-wash-tags): Add a new `i' command to insert images.
747         (gnus-html-insert-image): New command and keystroke.
748         (gnus-html-redisplay-with-images): New command and keystroke.
749         (gnus-html-show-images): Renamed command.
750         (gnus-html-wash-tags): Remove more white space before <pre_int> image
751         spacers.
752         (gnus-html-wash-tags): Decode entities at the end, so that entities
753         inside the tags don't mess up the rest of the "parsing".
754
755         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
756         so that nnimap methods aren't agentized by default.  There's apparently
757         many problems related to agent/imap behaviour.
758
759         * gnus-art.el (gnus-article-copy-string): New command and key binding.
760
761         * gnus-html.el: Doc fix.
762
763 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
766         specifier-spec-list for Emacs 21.
767
768         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
769         glyph-width and glyph-height instead of display-graphic-p and
770         image-size; make avoidance of displaying small images work for XEmacs.
771
772         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
773         for XEmacs.
774
775         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
776         of symbol that holds plist data.
777         (gnus-process-plist): Remove plist of process after getting it.
778
779 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * message.el (message-generate-hashcash): Change default to
782         'opportunistic if hashcash is installed.
783
784         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
785         (gnus-html-put-image): Only call image-size once, since it's somewhat
786         time-consuming on remote X servers.
787
788 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
791         type on data, not a file name.
792
793         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
794         window-pixel-edges for Emacs 21.
795
796         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
797         decoded contents.
798         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
799
800 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
803         group line format, since it isn't very interesting.
804
805         * gnus-agent.el (gnus-agent-short-article),
806         (gnus-agent-long-article): Increase values for these two variables,
807         since most people are likely to have more network connection and
808         storage than before.
809
810         * gnus.el (gnus-refer-article-method): Change default to 'current.
811         When referring an article, the common behaviour is to refer it from the
812         current select method, not the native select method.  The chances of
813         the native select method having the message in question is rather slim
814         these days.
815
816         * gnus-sum.el (gnus-auto-select-subject): Change default to
817         `unseen-or-unread'.  I think it's likely that most people want to
818         select an unseen article over a previously seen, but unread one.
819
820         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
821         means that in the article buffer none of the minor mode elements will
822         be shown, usually, and this is not desirable in most cases.
823
824         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
825         that commands like `d' (and the like) go to the next line in the
826         buffer, instead of the next unread article.  I think this is the
827         behaviour that is most natural for most users.
828         (gnus-single-article-buffer): Change default to nil, so that people can
829         have as many article buffers open as they have summary buffer.  I think
830         this is the most natural way for the groups to behave.
831
832         * message.el (message-generate-new-buffers): Change default to
833         `unsent', so that all new message buffers start their names with the
834         string "*unsent", and it's easier to find the buffers if you move from
835         them.
836
837 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
840         small.  They're probably tracking images.
841         (gnus-html-wash-tags): Remove all <pre_int> place holders.
842         (gnus-html-rescale-image): Yet another try at getting the image sizing
843         right.
844
845         * nntp.el (nntp-request-set-mark): Refuse to do marks if
846         nntp-marks-file-name is nil.
847
848 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
849
850         * gnus-html.el (gnus-html-wash-tags)
851         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
852         Better logging.
853
854 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
857
858         * gnus-html.el (gnus-html-wash-tags): Check the value of
859         gnus-blocked-images in the summary buffer.
860
861 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
862
863         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
864
865 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
868         like "a", it seems like.
869         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
870         since it needs to be picked from the correct buffer.
871
872         * nnwfm.el: Removed.
873
874         * nnlistserv.el: Removed.
875
876 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
879         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
880
881 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * nnkiboze.el: Removed.
884
885         * nndb.el: Removed.
886
887         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
888         alt text.
889         (gnus-html-rescale-image): Try to get the rescaling logic right for
890         images that are just wide and not tall.
891
892         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
893         overshadow variable bindings.
894
895 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
896
897         * gnus-html.el (gnus-html-wash-tags)
898         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
899         extra logging.
900
901 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
904         (gnus-max-image-proportion): New variable.
905         (gnus-html-rescale-image): New function.
906         (gnus-html-put-image): Rescale images.
907
908 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
909
910         Fix up some byte-compiler warnings.
911         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
912         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
913         (gnus-article-fill-cited-article, gnus-article-hide-citation)
914         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
915         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
916         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
917         (gnus-group-update-group): Use save-excursion and with-current-buffer.
918
919 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-html.el (gnus-article-html): Decode contents by charset.
922
923 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
926         (gnus-html-frame-width, gnus-blocked-images)
927         * message.el (message-prune-recipient-rules): Add custom version.
928         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
929
930         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
931         functions.
932
933         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
934         gnus-process-get.
935
936 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
937
938         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
939         instead of lsub directly.
940
941 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * nnwarchive.el: Removed.
944
945         * gnus-soup.el: Removed.
946
947         * nnsoup.el: Removed.
948
949         * nnultimate.el: Removed.
950
951         * gnus-html.el (gnus-blocked-images): New variable.
952
953         * message.el (message-prune-recipients): New function.
954         (message-prune-recipient-rules): New variable.
955
956         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
957         guess whether a long line is natural text or not.
958
959         * gnus-html.el (gnus-html-schedule-image-fetching): Use
960         gnus-process-plist and friends for compatibility.
961
962 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
963
964         * gnus-html.el: Require packages that define macros used in this file.
965         (gnus-article-mouse-face): Declare to silence byte-compiler.
966         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
967         process-get.
968         (gnus-html-put-image): Use plist-get to avoid getf.
969         (gnus-html-prefetch-images): Use with-current-buffer.
970
971 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * gnus-ems.el: Provide compatibility functions for
974         gnus-set-process-plist.
975
976         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
977         header-line-format for XEmacs 21.4.
978
979         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
980         * gnus.el (gnus-valid-select-methods)
981         * message.el (message-send-mail-partially-limit)
982         * mm-decode.el (mm-text-html-renderer)
983         * mml.el (mml-insert-mime-headers-always)
984         * smiley.el (smiley-regexp-alist): Bump custom version.
985
986 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-html.el: require mm-url.
989         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
990         with the url to `url'.
991         (gnus-html-wash-tags): Support cid: URLs/images.
992
993 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
996         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
997         bindings, as they aren't useful at all.  `w' is moved to `W w'.
998
999         * gnus-move.el: Removed file, since it doesn't really work.
1000
1001         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1002         UTF-8.  This seems to fix problems with some German web feeds.
1003
1004         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1005         at the top so that the proper colours are applied.
1006
1007         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1008         don't have dots in their names.
1009
1010         * gnus-art.el (gnus-article-view-part): Doc fix.
1011
1012         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1013         XEmacs-compatible.
1014         (gnus-html-put-image): Don't do images on non-graphic displays.
1015
1016         * nnslashdot.el: Removed this unused backend.
1017
1018         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1019         actions.
1020         (gnus-undo-register-1): Revert last change.
1021
1022         * gnus-group.el (gnus-group-completing-read): Protect against not
1023         having completion-styles bound.
1024
1025         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1026         make broken recipients happier.
1027
1028         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1029
1030         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1031         point parameter.
1032
1033         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1034
1035         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1036         completion-styles for group selection.
1037
1038 2009-02-04  Andreas Schwab  <schwab@suse.de>
1039
1040         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1041         headers and regexp-quote the match if necessary.
1042
1043 2009-03-24  Miles Bader  <miles@gnu.org>
1044
1045         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1046         the blinking smiley.
1047
1048 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1049
1050         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1051         blink smiley.
1052
1053 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1056         where the dribbel file lives exists.
1057
1058         * message.el (message-send-mail-partially-limit): Change the default to
1059         nil, since most people don't want this.
1060
1061         * mm-url.el (mm-url-decode-entities): Also decode entities like
1062         &#x3212.
1063
1064 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1065
1066         * gnus-sum.el (gnus-summary-idna-message):
1067         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1068         Hyperlink urls in docstrings with URL `...'.
1069
1070 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1071
1072         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1073         functions.
1074
1075 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1078         say what the mouseover text should be.
1079
1080         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1081         version of the mm-w3m-safe-url-regexp variable to only download images
1082         in the groups where we want that to happen.
1083
1084         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1085
1086         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1087         easier debugging.
1088         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1089         big pictures in the article buffer.
1090
1091         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1092         gnus-article-html.
1093         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1094         w3m.
1095
1096         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1097
1098 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1101         which doesn't exist.
1102
1103         * message.el (message-inhibit-ecomplete): New variable to allow some
1104         function to inhibit ecomplete address storage.
1105         (message-resend): Disable ecomplete message storage when resending
1106         messages.
1107
1108         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1109
1110 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1113         Save excursion while copying, moving, and deleting articles in order to
1114         prevent the cursor from jumping to unforeseen place.
1115
1116 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * lpath.el: No need to bind bookmark-current-buffer,
1119         bookmark-yank-point and bookmark-make-record-function.
1120
1121 2010-08-17  Glenn Morris  <rgm@gnu.org>
1122
1123         * gnus-sync.el: Require gnus components whose functions are used.
1124
1125         * gnus-art.el (bookmark-make-record-function):
1126         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1127         Declare for compiler.
1128
1129         * mm-url.el (mml-compute-boundary): Autoload.
1130
1131 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1134
1135 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1136
1137         Typo fix "hoo4a" -> "hook".
1138
1139         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1140
1141 2010-08-14  Glenn Morris  <rgm@gnu.org>
1142
1143         * gnus-sync.el (gnus-sync): Fix defgroup version.
1144
1145 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1146
1147         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1148
1149         * gnus-sync.el: Fix docs.
1150         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1151         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1152
1153 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1154
1155         Optimizations for gnus-sync.el.
1156
1157         * gnus-sync.el: Add docs about gnus-sync-backend
1158         possibilities.
1159         (gnus-sync-save): Remove unnecessary message.
1160         (gnus-sync-read): Optimize and show what groups were skipped.
1161
1162 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         Minor bug fixes for gnus-sync.el.
1165
1166         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1167         read the sync on get-new-news.
1168
1169         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1170         quiet.
1171
1172         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1173
1174 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1175
1176         Make saving and restoring of hidden threads work with overlays.
1177         Patch applied by Ted Zlatanov.
1178
1179         * gnus-sum.el (gnus-hidden-threads-configuration)
1180         (gnus-restore-hidden-threads-configuration): Update to deal with text
1181         properties, rather than searching for a magic character.
1182
1183 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         New gnus-sync.el library for synchronization of marks.
1186
1187         * gnus-sync.el: New library for synchronization of marks.
1188
1189         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1190         renamed from `gnus-registry-grep-in-list'.
1191
1192         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1193
1194         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1195
1196 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1199         determining charset of text fails.
1200
1201 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1202
1203         * nnmail.el (nnmail-get-new-mail-1): Revert.
1204
1205         * nnml.el (nnml-active-number): Make sure names of newly created groups
1206         in nnml-group-alist are encoded.
1207
1208 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1211         containing non-ASCII characters in active file for nnml back end.
1212
1213 2010-07-24  David Engster  <dengste@eml.cc>
1214
1215         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1216         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1217
1218 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1219
1220         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1221         tag (Bug#6654).
1222
1223 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1226         the article buffer, not the summary buffer.
1227
1228 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1231         Emacs 23 as well.
1232
1233 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1236         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1237
1238 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1239
1240         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1241         Patch applied by Karl Fogel.
1242
1243         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1244         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1245
1246 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1247
1248         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1249         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1250         C-w still not working correctly from Article buffers; Thierry's
1251         patch to fix that will be applied after this.
1252
1253         * gnus-art.el (bookmark-make-record-function): New local variable.
1254
1255         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1256         article buffer.
1257         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1258
1259 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1260
1261         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1262         on changes in bookmark.el.
1263
1264 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1267         `no-log' instead of message not to log prompt string.
1268
1269 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1270
1271         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1272         the *other* type of HTML form submission.
1273
1274 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1275
1276         * auth-source.el (auth-source-pick): If choice does not contain a
1277         questioned keyword, set the check to t.
1278
1279 2010-06-12  Romain Francoise  <romain@orebokech.com>
1280
1281         * gnus-util.el (gnus-date-get-time): Move up before first use.
1282
1283 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1286         (gnus-article-edit-part): Bind it to make last part that is substituted
1287         or deleted visible.
1288         (gnus-mime-display-single): Buttonize part of which id equals to
1289         gnus-mime-buttonized-part-id.
1290
1291 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1292
1293         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1294         (gnus-dd-mmm): Use gnus-date-get-time.
1295         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1296         simplify logic.
1297         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1298         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1299
1300 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1301
1302         * auth-source.el (top): Autoload `secrets-list-collections',
1303         `secrets-create-item', `secrets-delete-item'.
1304         (auth-sources): Fix tag string.
1305         (auth-get-source, auth-source-retrieve, auth-source-create)
1306         (auth-source-delete): New defuns.
1307         (auth-source-pick): Rewrite in order to avoid 2 passes.
1308         (auth-source-forget-user-or-password): New parameter USERNAME.
1309         (auth-source-user-or-password): New parameters CREATE-MISSING and
1310         DELETE-EXISTING.  Retrieve password interactively, if needed.
1311
1312 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1313
1314         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1315         deleting unused directories when gnus-expert-user is t.
1316
1317 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1320         for each temp file when gnus-article-browse-delete-temp is ask.
1321
1322 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1323
1324         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1325         Lisp calls to delete-backward-char by calls to delete-char.
1326
1327 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1328
1329         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1330
1331 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1332
1333         * password-cache.el (password-cache-remove): Fix docstring.
1334
1335 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1338         article unless decoding article to be saved.
1339
1340 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1343         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1344         generated within the mm-with-unibyte-current-buffer macro.
1345
1346 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1349         to nil when we're in a mml-preview buffer and no group is selected.
1350
1351 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1352
1353         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1354         when catching the `C-g'.  Reported by "Leo".
1355
1356 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * message.el (message-forward-make-body-plain)
1359         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1360         multibyte-string-p.
1361
1362         * lpath.el: Revert.
1363
1364 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * message.el (message-forward-make-body-mml): Assume original message
1367         is multibyte string; error on unibyte.
1368         (message-forward-make-body-plain): Ditto; don't add excessive newline
1369         in body end.
1370
1371         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1372
1373 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1374
1375         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1376         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1377
1378 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * mm-extern.el (mm-extern-url): Don't use
1381         mm-with-unibyte-current-buffer.
1382         (mm-extern-cache-contents): Use with-current-buffer instead of
1383         save-excursion + set-buffer.
1384
1385 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * mm-util.el (mm-emacs-mule): Remove.
1388
1389 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1390
1391         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1392         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1393         change.
1394
1395 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1398         bind the default value of enable-multibyte-characters to nil.
1399
1400 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * message.el (message-forward-make-body-plain)
1403         (message-forward-make-body-mml):
1404         Don't use mm-with-unibyte-current-buffer.
1405
1406 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1407
1408         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1409
1410 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1411
1412         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1413         (Bug#5592).
1414
1415 2010-05-07  Julien Danjou  <julien@danjou.info>
1416
1417         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1418         it to mm-pipe-part.
1419
1420         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1421         it is given.
1422
1423 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * binhex.el (binhex-decode-region-internal)
1426         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1427         (dns-query)
1428         * nnweb.el (nnweb-gmane-search)
1429         * pgg-parse.el (pgg-parse-armor)
1430         * pgg.el (pgg-verify-region)
1431         * sha1.el (sha1-string-external)
1432         * uudecode.el (uudecode-decode-region-internal)
1433         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1434         XEmacs.
1435
1436         * gnus-art.el (gnus-article-browse-html-parts)
1437         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1438         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1439         make-temp-file.
1440
1441         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1442         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1443         compiling.
1444
1445         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1446         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1447         XEmacs when compiling.
1448
1449         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1450         gnus-pick-mode-off-hook for XEmacs when compiling.
1451         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1452         gnus-binary-mode-off-hook for XEmacs when compiling.
1453
1454         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1455         nil if char-charset is not available.
1456
1457         * imap.el (imap-disable-multibyte)
1458         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1459         macros.
1460
1461         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1462         instead of encode-coding-string.
1463
1464         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1465         'xemacs) instead of mm-emacs-mule to switch function definitions.
1466         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1467
1468         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1469         bind temporary-file-directory for XEmacs;
1470         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1471         timer-set-function for XEmacs 21.4 and SXEmacs;
1472         bind timer-list for XEmacs 21.4 and SXEmacs;
1473         fbind char-charset and find-charset-region for non-Mule XEmacs;
1474         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1475         encode-coding-region and encode-coding-string for XEmacs having no
1476         file-coding feature.
1477
1478 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1479
1480         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1481
1482 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1485         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1486
1487 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1488
1489         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1490         alias `jka-compr-delete-temp-file' no longer exists.
1491
1492 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1493
1494         Use define-minor-mode in Gnus where applicable.
1495         * mml.el (mml-mode): Use define-minor-mode.
1496         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1497         (gnus-undo-mode): Use define-minor-mode.
1498         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1499         (gnus-dead-summary-mode): Use define-minor-mode.
1500         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1501         Initialize in declaration.
1502         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1503         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1504         (gnus-mailing-list-mode): Use define-minor-mode.
1505         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1506         (gnus-draft-mode): Use define-minor-mode.
1507         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1508         (gnus-dired-mode): Use define-minor-mode.
1509
1510 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1511
1512         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1513         handles on recursive mml-to-mime translation and check them for
1514         boundary delimiter collisions.  Reported by Greg Troxel.
1515
1516 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1519
1520 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1521
1522         * mm-util.el (mm-find-buffer-file-coding-system):
1523         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1524
1525 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1526
1527         * message.el (message-generate-headers): Record insertion of optional
1528         headers as well.  Otherwise the check to prevent repeated insertion of
1529         optional headers is a no-op.
1530
1531 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1532
1533         * smime.el: Don't mention CVS.
1534
1535         * nnrss.el (nnrss-fetch): Don't mention CVS.
1536
1537         * nnir.el: Don't mention CVS.
1538
1539 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1540
1541         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1542
1543 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * lpath.el: Fbind bookmark-default-handler,
1546         bookmark-get-bookmark-record, bookmark-make-record-default,
1547         bookmark-prop-get for Emacs <23 and XEmacs.
1548
1549 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1550
1551         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1552         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1553         Use with-current-buffer to silence the byte-compiler.
1554         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1555         bother to require `gnus'.
1556         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1557
1558 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1559
1560         * gnus-sum.el (gnus-summary-bookmark-make-record)
1561         (gnus-summary-bookmark-jump): New functions.
1562         (gnus-summary-mode): Setup bookmark support.
1563
1564 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1565
1566         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1567         if set.
1568
1569 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1572         gnus-article-browse-html-save-cid-image; make it work recursively for
1573         forwarded messages as well.
1574         (gnus-article-browse-html-parts): Work when prefix arg is given.
1575         (gnus-article-browse-html-article): Doc fix.
1576
1577 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1578
1579         * message.el (message-default-mail-headers):
1580         (message-default-headers): Carry the value mail-default-headers over
1581         into message-default-mail-headers, rather than message-default-headers.
1582
1583 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1584
1585         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1586         charset.
1587
1588         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1589         charset into the <meta> tag when the article is encoded to utf-8.
1590
1591 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1594         directories as well.
1595         (gnus-article-browse-html-parts): Work for images that do not specify
1596         file names; delete temp directory when quitting; insert header at the
1597         right place; use file: scheme for image files.
1598
1599 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1600
1601         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1602         (gnus-article-browse-html-parts): Use it to make temporary cid image
1603         files in addition to html file so that browser may display them.
1604
1605 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1608
1609 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1610
1611         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1612
1613 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1616         about Secret Service API sources.  Improve Customize options.
1617         (auth-source-pick): Change to accept any number of search parameters.
1618         Implement fallbacks iteratively, not recursively.  Add scoring on the
1619         second pass and sort by score.  Call Secret Service API when needed.
1620         (auth-source-user-or-password): Use it.  Call Secret Service API
1621         directly when needed to get the user name and the password.
1622
1623 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1624
1625         * message.el (message-interactive): Doc fix.
1626         (message-qmail-inject-args): Reflow.
1627         (message-kill-to-signature): Fix typo in docstring.
1628
1629         * smiley.el (smiley-buffer): Fix typo in docstring.
1630
1631 2010-03-24  Glenn Morris  <rgm@gnu.org>
1632
1633         * mail-source.el (gnus-message): Declare.
1634         (mail-source-delete-old-incoming): Require gnus-util.
1635
1636 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1639
1640         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1641
1642         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1643         password-cache's default if it is not bound.
1644         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1645         password-cache-expiry's default if it is not bound.
1646
1647         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1648         available in Emacs 21.
1649
1650         * lpath.el: Suppress compiler warnings for:
1651         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1652         XEmacs;
1653         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1654         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1655         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1656
1657 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * auth-source.el (auth-sources): Fix up definition so extra parameters
1660         are always inline.
1661
1662 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1663
1664         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1665         wasn't updated after mismatch.  Clear cached mailbox info correctly
1666         when uidvalidity changes.
1667         (nnimap-group-prefixed-name): New function to avoid some code
1668         duplication.
1669         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1670         (nnimap-request-group): Use it.
1671         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1672         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1673         with many imap folders.  This is done by caching the group status from
1674         the imap server persistently in a group parameter `imap-status'.  (This
1675         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1676         but not persistently, so every Gnus startup was still very slow.)
1677
1678 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1681         delete the extra newline.  Otherwise editing of :string and :number
1682         types don't work.
1683
1684 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1687         secrets.el dependency.
1688         (auth-sources): Add optional user name.  Add secrets.el configuration
1689         choice (unused right now).
1690
1691 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1692
1693         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1694         `gnus-registry-install-shortcuts' fill in the functions.
1695
1696         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1697         warnings.
1698         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1699         (gnus-registry-install-shortcuts): Populate and use it in a
1700         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1701
1702 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1703
1704         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1705         In-place substitutions for the group name encoding/decoding.
1706         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1707         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1708         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1709         (nnimap-update-unseen, nnimap-request-list)
1710         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1711         (nnimap-request-set-mark, nnimap-split-to-groups)
1712         (nnimap-split-articles, nnimap-request-newgroups)
1713         (nnimap-request-create-group, nnimap-request-accept-article)
1714         (nnimap-request-delete-group, nnimap-request-rename-group)
1715         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1716         `encoded-mbx' for consistency.
1717         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1718         variable `imap-current-mailbox'.
1719
1720         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1721         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1722
1723 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1724
1725         * pop3.el (pop3-display-message-size-flag): Display message size byte
1726         counts during POP3 download.
1727         (pop3-movemail): Use it.
1728         (pop3-list): Implement listing of available messages.
1729
1730 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1731
1732         * nnir.el (nnir-get-article-nov-override-function): New function to
1733         override the normal NOV retrieval.
1734         (nnir-retrieve-headers): Use it.
1735
1736 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1737
1738         * auth-source.el (netrc-machine-user-or-password): Autoload.
1739
1740 2010-03-19  Glenn Morris  <rgm@gnu.org>
1741
1742         Stop message.el from loading about 40 libraries it doesn't always need.
1743         The general approach is to autoload rather than require, and to
1744         require in the specific functions rather than the file.  (Bug#5642)
1745
1746         * gmm-utils.el: Don't require wid-edit.
1747         (widget-create-child-value, widget-convert, widget-default-get):
1748         Autoload.
1749
1750         * gnus-util.el: Don't require time-date, netrc.
1751         (message-fetch-field, gnus-group-name-decode): Declare rather than
1752         autoloading.
1753         (gnus-fetch-field): Require message.
1754         (gnus-decode-newsgroups): Require gnus-group.
1755
1756         * ietf-drums.el: Don't require time-date.
1757
1758         * message.el: Don't require hashcash, canlock, ecomplete.
1759         Do require mail-utils.  Require nnheader only when compiling.
1760         (smtpmail-default-smtp-server): Remove declaration.
1761         (message-send-mail-function): Check smtpmail-default-smtp-server
1762         is bound rather than requiring smtpmail.
1763         (message-auto-save-directory, message-insert-signature): Use
1764         expand-file-name rather than nnheader-concat.
1765         (nnheader-insert-file-contents): Autoload.
1766         (hashcash-wait-async): Declare.
1767         (message-send-mail): Only call gnus-setup-posting-charset if
1768         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1769         (message-send-mail-with-sendmail): Require sendmail.
1770         (canlock-password, canlock-password-for-verify): Declare.
1771         (message-canlock-password): Require canlock.
1772         (nnheader-get-report): Autoload.
1773         (gnus-setup-posting-charset): Declare.
1774         (message-send-news): Require gnus-msg.
1775         (message-make-references, message-make-in-reply-to): Use mail-header-id
1776         rather than the alias mail-header-message-id.
1777         (ecomplete-add-item, ecomplete-save): Declare.
1778         (message-put-addresses-in-ecomplete): Require ecomplete.
1779         (ecomplete-display-matches): Autoload.
1780
1781         * mm-decode.el: Don't require mailcap, gnus-util.
1782         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1783         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1784         Autoload.
1785         (mailcap-mime-extensions): Declare.
1786
1787         * mm-encode.el: Don't require mailcap.
1788         (mailcap-extension-to-mime): Autoload.
1789
1790         * mml-sec.el: Don't require password-cache.
1791
1792         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1793         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1794         (mml-minibuffer-read-type): Require mailcap.
1795         (mml-preview): Require gnus-msg.
1796
1797         * mml1991.el: Require password-cache.
1798         (password-cache-expiry): Remove declaration.
1799
1800         * mml2015.el: Require password-cache.
1801         (password-cache-expiry): Remove declaration.
1802
1803         * nneething.el (mailcap): Require mailcap.
1804
1805         * nnheader.el (declare-function): Add compatibility stub.
1806         (message-remove-header): Declare rather than autoload.
1807         (nnheader-replace-header): Require message.
1808
1809         * nnimap.el (declare-function): Add compatibility stub.
1810         (netrc-parse, netrc-machine-user-or-password): Declare.
1811         (nnimap-open-connection): Require netrc.
1812
1813         * nntp.el (declare-function): Add compatibility stub.
1814         (netrc-parse, netrc-machine, netrc-get): Declare.
1815         (nntp-send-authinfo): Require netrc.
1816
1817         * rfc2047.el: Don't require qp.
1818         (quoted-printable-encode-region, quoted-printable-decode-string):
1819         Autoload.
1820
1821         * sieve-mode.el: Don't require easymenu.
1822         (easy-menu-add-item): Autoload it.
1823
1824         * spam-stat.el (time-to-number-of-days): Autoload it.
1825
1826 2010-03-19  Glenn Morris  <rgm@gnu.org>
1827
1828         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1829
1830 2010-03-18  Glenn Morris  <rgm@gnu.org>
1831
1832         * hashcash.el (declare-function): Remove duplicate definition.
1833
1834 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1835
1836         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1837         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1838         value if any backslash escapes).
1839
1840 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1843         if it is available.  (bug#5647)
1844
1845         * lpath.el: Suppress compiler warning for coding-system-from-name for
1846         Emacs 21 and XEmacs.
1847
1848 2010-03-14  Juri Linkov  <juri@jurta.org>
1849
1850         * hmac-def.el:
1851         * hmac-md5.el:
1852         * netrc.el: Fix keywords.
1853
1854 2010-02-26  Glenn Morris  <rgm@gnu.org>
1855
1856         * message.el (message-send-mail-function): Change the default, so that
1857         it inherits from a customized send-mail-function.  (Bug#5643)
1858
1859 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1860
1861         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1862         shell-command-to-string signals an error (bug#5299).
1863
1864 2010-02-24  Glenn Morris  <rgm@gnu.org>
1865
1866         * message.el (message-smtpmail-send-it)
1867         (message-send-mail-with-mailclient): Doc fixes.
1868
1869 2010-02-16  Glenn Morris  <rgm@gnu.org>
1870
1871         * message.el (message-default-mail-headers): Change the default value
1872         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1873
1874 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1877         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1878
1879 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1880
1881         * time-date.el (date-to-time): Doc fix (Bug#5408).
1882
1883 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1884
1885         * message.el (message-mail): Just pass yank-action on to message-setup.
1886         (message-setup): Handle (FUN . ARGS) form of yank-action.
1887         (message-with-reply-buffer, message-widen-reply)
1888         (message-yank-original): Handle non-buffer values of
1889         message-reply-buffer (Bug#4080).
1890         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1891
1892 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1893
1894         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1895         Fix typo in docstring.
1896
1897 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1898
1899         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1900         response.
1901
1902 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1905
1906         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1907
1908         * message.el (message-check-news-header-syntax): Protect against a
1909         string that `rfc822-addresses' returns when parsing fails.
1910
1911 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1914         (gnus-previous-char-property-change): New functions.
1915
1916         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1917
1918 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1919
1920         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1921         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1922
1923 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1924
1925         * message.el (message-exchange-point-and-mark): Rework last change to
1926         avoid using optional arg of exchange-point-and-mark, for backward
1927         compatibility.
1928
1929 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1930
1931         * message.el (message-exchange-point-and-mark): Call
1932         exchange-point-and-mark with an argument rather than setting
1933         mark-active by hand (Bug#5175).
1934
1935 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * nntp.el (nntp-service-to-port): Work for service expressed with
1938         numeric string; replace [:digit:] with [0-9] for XEmacs.
1939
1940 2009-12-17  Glenn Morris  <rgm@gnu.org>
1941
1942         * gnus-group.el (gnus-bug-group-download-format-alist):
1943         Change emacs entry to debbugs.gnu.org.  Bump :version.
1944
1945 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1946
1947         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1948
1949 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1950
1951         * message.el (message-info): Explain why we use `Info-goto-node'.
1952
1953 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1956
1957 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1958
1959         * message.el (message-completion-in-region): New compatibility function.
1960         (message-expand-group): Use it.
1961
1962 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1965         with no unread article should be listed if the 2nd arg `predicate' is
1966         given.
1967
1968 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1969
1970         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1971
1972 2009-11-29  Juri Linkov  <juri@jurta.org>
1973
1974         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1975         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1976         on `gnus-recenter'. (Bug#4698, Bug#4981)
1977
1978 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1979
1980         * sha1.el (sha1-string-external): default-directory "/" in case
1981         otherwise non-existent.  process-connection-type pipe for touch of
1982         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1983
1984 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1985
1986         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1987         it's comms related and sgml-mode.el has "comm" on that basis too.
1988
1989 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1992         containing tspecial characters if they have been already quoted.
1993
1994 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1995
1996         * dns-mode.el (auto-mode-alist): Purecopy string.
1997
1998 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1999
2000         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2001
2002 2009-10-24  Glenn Morris  <rgm@gnu.org>
2003
2004         * gnus-art.el (help-xref-stack-item): Define for compiler.
2005
2006 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2007
2008         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2009
2010 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2013
2014 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2017         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2018
2019 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2022         (gnus-overlays-in): New alias to overlays-in.
2023
2024         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2025         gnus-overlay-get, and gnus-delete-overlay.
2026         (gnus-summary-show-thread): Make it work as well for systems in which
2027         next-single-char-property-change is not available.
2028         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2029
2030         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2031         (gnus-overlay-get): New alias to extent-property.
2032         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2033
2034         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2035         SXEmacs.
2036
2037         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2038         SXEmacs.
2039
2040 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2041
2042         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2043
2044 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2045
2046         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2047         and XEmacs that don't have `remove-overlays'.
2048
2049 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2050
2051         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2052         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2053         selective display.  Use overlays instead.
2054
2055 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2056
2057         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2058
2059 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2060
2061         * spam-stat.el (spam-stat-load): Fix typo in message.
2062
2063 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2064
2065         * dig.el (dig-invoke): Fix typo in docstring.
2066         (query-dig): Reflow docstring.
2067
2068 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2069
2070         * gnus-art.el (gnus-article-encrypt-body):
2071         * message.el (message-check-recipients):
2072         * mm-util.el (mm-codepage-setup):
2073         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2074         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2075
2076 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2077
2078         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2079         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2080         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2081         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2082         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2083
2084 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2085
2086         * dig.el: Add "Keywords: comm", as per net-utils.el.
2087
2088 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2089
2090         * dig.el (dig-mode): Use define-derived-mode.
2091
2092 2009-09-19  Glenn Morris  <rgm@gnu.org>
2093
2094         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2095
2096 2009-09-18  Glenn Morris  <rgm@gnu.org>
2097
2098         * gnus-diary.el (gnus-diary-check-message):
2099         * message.el (message-insert-formatted-citation-line):
2100         * nnbabyl.el (top-level):
2101         * nndiary.el (nndiary-schedule):
2102         Fix typos in condition-case handlers.
2103
2104 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2107         configuration that provides the sole article window in a frame;
2108         position point correctly after deleting a part.
2109
2110 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2111
2112         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2113         (spam-resolve-registrations-routine): Use it to unregister articles
2114         that change status.
2115
2116 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2119         with XEmacs.
2120         (parse-time-string-chars): Use it.
2121
2122 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         * imap.el (imap-interactive-login): Better messages.
2125         (imap-open): Fix bug with renamed buffer on reconnect.
2126         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2127         for easier debugging and cleaner code.  On successful (guessed based on
2128         server capabilities) secondary authentication, set imap-state
2129         correctly.
2130         (imap-last-authenticator): Define imap-last-authenticator as a variable
2131         to avoid warnings.
2132
2133 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * nnrss.el (nnrss-request-article): Remove binding of
2136         default-enable-multibyte-characters that has gotten needless by
2137         the 2007-07-13 change in rfc2047-encode-message-header.
2138
2139         * mml.el (mml-insert-multipart): Error on the message header.
2140         (mml-insert-part): Error on the message header; position point at
2141         the end of a MIME tag.
2142
2143 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * time-date.el (autoload): Expand define-obsolete-function-alias into
2146         defalias and make-obsolete for old Emacsen that Gnus supports.
2147         (with-no-warnings): Define it for old Emacsen.
2148         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2149         is available.
2150         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2151         float-time is available; suppress compile warning for time-to-seconds.
2152
2153         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2154         (gnus-float-time): Alias to float-time if it exists.
2155
2156         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2157         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2158         float-time is available; suppress compile warning for time-to-seconds.
2159
2160         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2161         XEmacs.
2162
2163 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * imap.el (imap-message-map): Docstring fix.
2166
2167 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2170         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2171         Add the optional argument `encoding' that overrides the default.
2172
2173         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2174         mm-encode-buffer.
2175
2176 2009-09-04  Glenn Morris  <rgm@gnu.org>
2177
2178         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2179         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2180         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2181         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2182         * mm-util.el (mm-with-unibyte-current-buffer)
2183         (mm-find-buffer-file-coding-system):
2184         * yenc.el (yenc-decode-region): Use default-value rather than
2185         default-enable-multibyte-characters.
2186
2187 2009-09-03  Glenn Morris  <rgm@gnu.org>
2188
2189         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2190         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2191         than default-enable-multibyte-characters.
2192
2193 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2194
2195         * gnus-art.el (gnus-article-read-summary-keys):
2196         Fix gnus-buffer-configuration's value temporarily used.
2197
2198 2009-09-02  Glenn Morris  <rgm@gnu.org>
2199
2200         * gnus-util.el (gnus-float-time): New function.
2201         * gnus-delay.el (gnus-delay-article):
2202         * gnus-sum.el (gnus-thread-latest-date):
2203         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2204         * nnspool.el (nnspool-request-newgroups):
2205         Use gnus-float-time rather than time-to-seconds.
2206         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2207
2208         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2209         (gnus-header-subject-face, gnus-header-newsgroups-face)
2210         (gnus-header-name-face, gnus-header-content-face):
2211         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2212         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2213         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2214         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2215         (gnus-cite-face-11):
2216         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2217         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2218         (gnus-server-closed-face, gnus-server-denied-face)
2219         (gnus-server-offline-face):
2220         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2221         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2222         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2223         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2224         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2225         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2226         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2227         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2228         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2229         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2230         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2231         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2232         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2233         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2234         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2235         (gnus-summary-high-undownloaded-face)
2236         (gnus-summary-low-undownloaded-face)
2237         (gnus-summary-normal-undownloaded-face)
2238         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2239         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2240         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2241         (gnus-splash-face):
2242         * message.el (message-header-to-face, message-header-cc-face)
2243         (message-header-subject-face, message-header-newsgroups-face)
2244         (message-header-other-face, message-header-name-face)
2245         (message-header-xheader-face, message-separator-face)
2246         (message-cited-text-face, message-mml-face):
2247         * sieve-mode.el (sieve-control-commands-face)
2248         (sieve-action-commands-face, sieve-test-commands-face)
2249         (sieve-tagged-arguments-face):
2250         * spam.el (spam-face):
2251         Mark face aliases with "-face" in the name as obsolete.
2252
2253 2009-09-01  Glenn Morris  <rgm@gnu.org>
2254
2255         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2256         than goto-line.
2257
2258 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2261         Don't move point if the command is invoked inside the message header.
2262
2263 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2264
2265         * imap.el (imap-send-command): Simplify.
2266         (imap-wait-for-tag): point-max -> buffer-size.
2267
2268 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2269
2270         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2271         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2272         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2273         * nnir.el (nnir-swish-e-index-file):
2274         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2275         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2276         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2277         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2278         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2279         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2280
2281 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2284         Don't save excursion.
2285
2286 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2287
2288         * nnheader.el (nnheader-find-file-noselect):
2289         * mm-util.el (mm-insert-file-contents):
2290         Use (default-value 'major-mode) instead of default-major-mode.
2291
2292 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2293
2294         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2295
2296 2009-08-26  Glenn Morris  <rgm@gnu.org>
2297
2298         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2299         than placing in files.el.
2300
2301 2009-08-25  Glenn Morris  <rgm@gnu.org>
2302
2303         * nnir.el (top-level): Don't require cl at run-time.
2304         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2305         Replace cl-function substitute with gnus-replace-in-string.
2306         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2307         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2308         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2309         simplified expansions.
2310
2311 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2312
2313         * dig.el (dig): Add autoload cookie.
2314
2315 2009-08-22  Glenn Morris  <rgm@gnu.org>
2316
2317         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2318         goto-line.
2319
2320 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2321
2322         * parse-time.el (parse-time-string-chars): Save match data.
2323
2324 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2325
2326         * parse-time.el (parse-time-string-chars): Compute using character
2327         classes, to handle non-ascii characters (Bug#3190).
2328
2329 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2332
2333         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2334         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2335         (gnus-mm-display-part, gnus-mime-display-single)
2336         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2337         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2338
2339         * gnus-sum.el
2340         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2341         (gnus-summary-move-article): Add expirable mark to articles copied or
2342         moved to group that has auto-expire turned on if the option is non-nil.
2343
2344 2009-07-24  Glenn Morris  <rgm@gnu.org>
2345
2346         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2347         Fix typo.  (Bug#3903)
2348
2349 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2352         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2353         that should not be used for draft articles.
2354         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2355         that has no concern in minor mode keys.
2356         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2357         Abolish.
2358
2359 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2362         article without making inquiry to a user for unknown encoding.
2363
2364         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2365         (nnmaildir--scan): Assume i-node and device number that file-attributes
2366         returns might be cons-cell.
2367
2368         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2369
2370         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2371
2372 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2373
2374         * auth-source.el: Remove docs now in auth.texi.  Don't use
2375         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2376         `auth-source-hide-passwords' and use them.
2377
2378 2009-07-15  Glenn Morris  <rgm@gnu.org>
2379
2380         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2381
2382 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2385         excessive whitespace from the default values of title and description.
2386
2387 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2390         mail-fetch-field to fetch Content-Description header in order to
2391         exclude newlines.
2392
2393 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2394
2395         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2396         format used by GnuPG 2.0.11.
2397
2398 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2401         to deleted part.
2402
2403 2009-05-30  David Engster  <dengste@eml.cc>
2404
2405         * nnmairix.el: Remove old documentation in the commentary block.
2406         (nnmairix-request-group): Do not update active file for nnml back ends.
2407         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2408         end so that overview files are ignored.
2409         (nnmairix-update-groups): Make updating the groups more robust by using
2410         marks.
2411         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2412         with dollar characters in message-id.
2413
2414 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2415
2416         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2417         2008-12-25 in dns.el.
2418
2419 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2420
2421         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2422         could happen if the text is only composed of spaces and/or tabs.
2423
2424 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2425
2426         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2427         when sending a queued message to avoid extra mml tags.
2428
2429 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2432
2433 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2436         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2437         rmail-toggle-header for XEmacs;
2438         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2439
2440 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-dired.el: Remove autoload for gnus-setup-message.
2443         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2444         displaying Gnus logo; always use compose-mail.
2445
2446 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2449
2450 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2453         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2454         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2455         available.
2456         (gnus-nocem-epg-verify): New function.
2457
2458 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2459
2460         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2461
2462 2009-02-15  Glenn Morris  <rgm@gnu.org>
2463
2464         * gnus-util.el (rmail-insert-rmail-file-header)
2465         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2466         autoloads.
2467         (rmail-default-rmail-file): Remove unnecessary declaration.
2468         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2469
2470 2009-02-14  Glenn Morris  <rgm@gnu.org>
2471
2472         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2473         variable (only used in gnus-util, which declares it anyway).
2474         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2475         which was only needed by gnus-art (changed to not use it any more).
2476         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2477         only used in gnus-util, which autoloads it itself.
2478         (rmail-update-summary): Fix autoload.
2479
2480         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2481         rather than rmail-output-to-rmail-file.
2482
2483 2009-02-07  Glenn Morris  <rgm@gnu.org>
2484
2485         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2486         autoload of function that no longer exists.
2487         (rmail-toggle-header): Declare.
2488         (message-forward-rmail-make-body): Handle mbox Rmail.
2489
2490 2009-01-31  Glenn Morris  <rgm@gnu.org>
2491
2492         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2493         2009-01-09 change.
2494
2495 2009-01-31  Dave Love  <fx@gnu.org>
2496
2497         * imap.el (imap-fetch-safe): Bind debug-on-error.
2498         (imap-debug): Add imap-fetch-safe.
2499
2500 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2501
2502         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2503         (auth-source-forget-all-cached): New convenience function.
2504         (auth-source-user-or-password): Accept list of modes or a single mode.
2505
2506         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2507         auth-source modes.
2508
2509         * netrc.el (netrc-machine-user-or-password): Use list of
2510         auth-source modes.
2511
2512         * nnimap.el (nnimap-open-connection): Use list of
2513         auth-source modes.
2514
2515         * nntp.el (nntp-send-authinfo): Use list of
2516         auth-source modes.
2517
2518 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2519
2520         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2521         now.
2522
2523 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2526         coding system in XEmacs; add a workaround for XEmacs.
2527
2528         * lpath.el: Fbind coding-system-aliasee.
2529
2530 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2533         of current-language-environment.
2534
2535 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2536
2537         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2538         available at runtime.
2539
2540 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2543
2544 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2545
2546         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2547         the greatest positive fixnum value doesn't work under an XEmacs with
2548         bignum support; use the most-positive-fixnum constant instead,
2549         available since Emacs 21.1 with cl and XEmacs 21.1.
2550
2551 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2554         XEmacs gets not to work.
2555
2556 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * mm-util.el (mm-coding-system-priorities): Allow the value like
2559         "Japanese (UTF-8)" of current-language-environment.
2560
2561 2009-01-09  Glenn Morris  <rgm@gnu.org>
2562
2563         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2564         with last-command-event.
2565
2566 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2567
2568         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2569         in the doc string.
2570
2571         * message.el (message-fix-before-sending): Amend comment.
2572
2573 2009-01-08  Dave Love  <fx@gnu.org>
2574
2575         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2576
2577 2009-01-07  David Engster  <dengste@eml.cc>
2578
2579         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2580         simplified server definitions by converting it via
2581         gnus-server-to-method.
2582
2583 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2586         parameter's operands.
2587
2588 2009-01-06  David Engster  <dengste@eml.cc>
2589
2590         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2591         primary select method (for gnus-group-mark-article-as-read).
2592
2593 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2594
2595         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2596         `(gnus)Face', not `(gnus)X-Face'.
2597
2598 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * mm-util.el (mm-ucs-to-char): New function.
2601
2602         * mm-url.el (mm-url-decode-entities): Use it.
2603
2604         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2605         unicode-to-char.
2606
2607 2009-01-05  Dave Love  <fx@gnu.org>
2608
2609         * time-date.el: Require cl for `declare'.
2610
2611 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2612
2613         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2614         Dave Love.
2615
2616 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2617
2618         * message.el (message-fix-before-sending): Add `eight-bit' to
2619         illegible-text check.
2620
2621 2009-01-03  Michael Olson  <mwolson@gnu.org>
2622
2623         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2624         `headers' is nil.  This can occur if the IMAP server does not have
2625         permissions to read messages from a folder, but can write new messages
2626         to the folder.
2627         (nnimap-request-article-part): Do not insert `data' if it is nil.
2628
2629         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2630         characters which will confuse `read', so skip past them.
2631
2632 2009-01-01  Dave Love  <fx@gnu.org>
2633
2634         * imap.el (imap-string-to-integer): Fix typo.
2635         (imap-fetch-safe): New function.
2636         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2637
2638         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2639
2640         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2641         (imap-parse-greeting): Fix doc strings.
2642         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2643         (imap-parse-flag-list): Make messages unique.
2644         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2645
2646         * nnimap.el: Fix author email.
2647         (nnimap-split-rule): Add FIXME comment.
2648         (nnimap-debug): Fix doc string.
2649
2650 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2651
2652         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2653
2654 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2655
2656         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2657         nslookup if resolv.conf isn't available.
2658         (dns-query): Rename from query-dns.
2659         (dns-query-cached): Rename from query-dns-cached.
2660
2661 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2664         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2665         to check if those variables exist (first appeared in Emacs 18.50).
2666
2667 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * mm-util.el (mm-line-number-at-pos): New function.
2670
2671         * spam-report.el (spam-report-process-queue): Use it.
2672
2673 2008-12-24  David Engster  <dengste@eml.cc>
2674
2675         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2676         parameters that haven't existed as variables as buffer-local variables.
2677
2678 2008-12-23  Dave Love  <fx@gnu.org>
2679
2680         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2681         cadar.
2682
2683         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2684         imap-starttls-p.
2685         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2686
2687 2008-12-22  Dave Love  <fx@gnu.org>
2688
2689         * imap.el: Fix author email.  Doc fixes.
2690         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2691         reply.
2692
2693 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2694
2695         * spam-report.el (spam-report-gmane-max-requests): New constant.
2696         (spam-report-gmane-wait): New variable.
2697         (spam-report-gmane-ham, spam-report-gmane-spam)
2698         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2699         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2700         the server.
2701
2702         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2703         Add explanations.
2704
2705         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2706         nnheader-accept-process-output and nnheader-read-timeout if available.
2707         (pop3-movemail): Use it.
2708
2709         * message.el (message-check-news-body-syntax): Fix signature check if
2710         there's an attachment.
2711
2712 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * mm-util.el: Add comments to the mm- emulating functions.
2715
2716 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2719         by Stephen Berman <stephen.berman@gmx.net>.
2720
2721 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * mm-util.el (mm-substring-no-properties): New function.
2724         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2725         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2726         (mm-string-to-multibyte): Doc fix.
2727
2728         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2729
2730 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2731
2732         * mml.el (mml-attach-file): Strip text properties from file name.
2733         (Bug#1574)
2734
2735 2008-12-16  Glenn Morris  <rgm@gnu.org>
2736
2737         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2738
2739 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2742         knows since the charset specified might be a bogus alias that
2743         mm-charset-synonym-alist provides.
2744
2745 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2746
2747         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2748         "ISO_8859-1".
2749
2750         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2751
2752 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * mm-util.el (mm-charset-eval-alist):
2755         Define it before mm-charset-to-coding-system.
2756         (mm-charset-to-coding-system): Add optional argument `silent';
2757         define it before mm-charset-override-alist.
2758         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2759         default value if it can be used in Emacs currently running;
2760         silence mm-charset-to-coding-system.
2761
2762 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2765         `allow-override' which says whether to use `mm-charset-override-alist'.
2766         (rfc2047-decode-encoded-words): Use it.
2767
2768         * mm-util.el (mm-charset-override-alist): Fix custom type;
2769         add `(gb2312 . gbk)' to choices.
2770
2771 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2774         fast.
2775
2776         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2777
2778         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2779
2780 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2781
2782         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2783         on links.
2784
2785         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2786
2787 2008-12-03  Lute Kamstra  <lute@gnu.org>
2788
2789         * sha1.el: Remove leading * from docstrings of defcustoms,
2790         deffaces, defconsts and defuns.
2791
2792 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2795         users' addresses that don't have domain parts.
2796         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2797         rather than message-narrow-to-head since there will be the message
2798         header separator.
2799
2800 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2801
2802         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2803         since the result is inserted in a unibyte buffer anyway.
2804         (nnimap-demule-use-string-to-multibyte): Remove.
2805         (nnimap-demule): Alias it to mm-string-to-multibyte.
2806
2807 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2808
2809         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2810         variable for debugging bug#464 and bug#1174.
2811         (nnimap-demule): Use it.
2812
2813 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2814
2815         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2816         score calculation correctly.
2817
2818 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2819
2820         * message.el (message-send-mail): Just set the buffer to unibyte
2821         rather than use mm-with-unibyte-current-buffer which does a lot more.
2822         (message-send-mail-partially): Don't bother with
2823         mm-with-unibyte-current-buffer since it's already been made unibyte by
2824         message-send-mail.
2825
2826 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2829
2830 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2833
2834 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2837         require itself and to remove `with-no-warnings'.
2838
2839 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2840
2841         * starttls.el (starttls-any-program-available): Get the name of the
2842         available TLS layer program.
2843         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2844         well as the host name in the "opening" message.
2845
2846         * auth-source.el (auth-source-cache, auth-source-do-cache)
2847         (auth-source-user-or-password): Cache passwords and logins by default,
2848         allow override with `auth-source-do-cache'.
2849         (auth-source-forget-user-or-password): Allow users to remove cache
2850         entries if needed.
2851
2852 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2853
2854         * md4.el (md4-buffer): Fix typo in docstring.
2855         (md4, md4-64): Doc fixes.
2856         (md4-pack-int32): Reflow docstring.
2857
2858 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2861         condition-case to only the forward-sexp call.
2862
2863 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2864
2865         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2866         quotes contained.  Make it more robust regardless by an extra
2867         condition-case wrapper.
2868
2869 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2872
2873 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * nnml.el (nnml-request-expire-articles): Check if the function set to
2876         `nnmail-expiry-target' returns the symbol `delete'.
2877
2878         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2879
2880         * nnmail.el (nnmail-expiry-target): Fix custom type.
2881
2882 2008-10-02  Glenn Morris  <rgm@gnu.org>
2883
2884         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2885         Silence compiler warning.
2886
2887 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2888
2889         * tls.el (open-tls-stream): Show the actual command being
2890         executed, instead of the format string.
2891
2892 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * lpath.el: Fbind codepage-setup for Emacs 23.
2895
2896 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2897
2898         * mml.el (mml-menu): Don't assume mml2015 is bound.
2899
2900 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2903         exists.
2904
2905 2008-09-27  Glenn Morris  <rgm@gnu.org>
2906
2907         * gnus-util.el (mail-header-remove-comments): Autoload it.
2908
2909 2008-09-27  Andreas Schwab  <schwab@suse.de>
2910
2911         * gnus-util.el (gnus-split-references): Strip comments.
2912         (gnus-parent-id): Likewise.
2913
2914 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * message.el (message-confirm-send): Fix version.
2917
2918 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * message.el (message-idna-to-ascii-rhs-1): Use
2921         mail-extract-address-components rather than mail-header-parse-addresses
2922         that is an alias by default to ietf-drums-parse-addresses that does not
2923         support non-ASCII names in headers' contents.
2924
2925 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2926
2927         * message.el (message-confirm-send): Fixed variable documentation to
2928         avoid the "y/n" wording.
2929
2930 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2931
2932         * message.el (message-set-auto-save-file-name): Save to a different
2933         filename so multiple messages (especially drafts) can be recovered.
2934
2935 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         * message.el (message-confirm-send): Add appropriate version.
2938
2939 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2940
2941         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2942         defvar.
2943
2944 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2945
2946         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2947         (mm-pkcs7-enveloped-magic): Ditto.
2948
2949 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2950
2951         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2952         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2953
2954 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2955
2956         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2957         default, it's better.
2958
2959 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2960
2961         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2962         summary line gnus-number property and ignore them (with a warning
2963         message).
2964
2965 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2968         macro caddr in the interactive form since it won't be expanded.
2969
2970 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2973         `charset'; fix name of function called recursively.
2974         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2975
2976 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2979         (gnus-mime-set-charset-parameters): New function.
2980         (gnus-mime-view-part-as-charset): Use it to correctly display part
2981         specifying wrong charset.
2982
2983 2008-09-08  David Engster  <dengste@eml.cc>
2984
2985         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2986         in completing-read for back end server.
2987
2988 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2989
2990         * message.el (message-confirm-send): New variable to confirm sending a
2991         message.
2992         (message-send): Use it.
2993
2994 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2997
2998 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3001
3002 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3005         prevent tracking too many groups.
3006         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3007         Use it.
3008
3009 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3010
3011         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3012         moving point to the bottom of the window in order to avoid recentering.
3013
3014 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3017
3018         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3019         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3020         (gnus-article-beginning-of-window): Fix calculation.
3021
3022 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * gnus-msg.el (gnus-summary-supersede-article)
3025         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3026         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3027         message header.
3028
3029 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3030
3031         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3032         pending output coming after the status change.
3033
3034 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3035
3036         * message.el:
3037         * gnus-start.el:
3038         * gnus-registry.el: Remove VMS support.
3039
3040 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3043         macro.
3044         (rfc2104-hash): Use it.
3045
3046 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3047
3048         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3049         (gnus-summary-sort-by-most-recent-date): New commands.
3050         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3051         and menu entries.
3052
3053 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3056         don't redisplay article for raw contents; remove plural articles stuff.
3057
3058         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3059         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3060         on gnus-summary-save-article; display results properly.
3061
3062 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * lpath.el: No need to fbind ns-focus-frame.
3065
3066 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3069
3070 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3073         gnus-save-all-headers.
3074
3075 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3076
3077         * gnus-util.el (ns-focus-frame): Remove declaration.
3078         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3079         like x.
3080
3081 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3082
3083         * rfc2104.el (rfc2104-zero): Delete defconst.
3084         (rfc2104-hex-alist): Likewise.
3085         (rfc2104-hex-to-int): Delete func.
3086         (rfc2104-hexstring-to-bitstring): Likewise.
3087         (rfc2104-nybbles): New defconst.
3088         (rfc2104-hash): Rewrite for speed.
3089
3090 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * tls.el (open-tls-stream): Make it work with the 2nd argument
3093         BUFFER that is a string but does not exist as a buffer object, as
3094         mentioned in the doc-string.
3095
3096 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3099         SXEmacs.
3100
3101 2008-07-16  Glenn Morris  <rgm@gnu.org>
3102
3103         * gnus-util.el (ns-focus-frame): Declare for compiler.
3104
3105 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3108         set as a group parameter.
3109         (gnus-summary-save-in-pipe): Work when it is called independently.
3110         (gnus-summary-pipe-to-muttprint): Don't modify
3111         gnus-summary-pipe-output-default-command.
3112
3113 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3114
3115         * message.el (message-send-mail-with-sendmail):
3116         Display the error message.
3117
3118 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-art.el (gnus-default-article-saver):
3121         Add gnus-summary-save-in-pipe to choices.
3122         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3123         gnus-summary-pipe-output-default-command as the default command.
3124         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3125         instead of gnus-last-shell-command.
3126
3127         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3128         New user option.
3129         (gnus-summary-muttprint-program): Mention the value will be changed.
3130         (gnus-summary-save-article): Force showing of all headers.
3131         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3132
3133 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3134
3135         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3136
3137 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3138
3139         * nnimap.el (nnimap-id):
3140         * sieve-manage.el (sieve-manage-open): Doc fixes.
3141
3142 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3143
3144         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3145         if available.
3146
3147 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3148
3149         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3150
3151         * nnkiboze.el (nnkiboze-generate-group):
3152         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3153
3154         * nnmairix.el: Require CL.
3155
3156 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * dgnushack.el: Autoload get-display-table and put-display-table for
3159         XEmacs 21.5.
3160
3161         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3162         21.4 and SXEmacs.
3163
3164 2008-06-15  David Engster  <dengste@eml.cc>
3165
3166         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3167
3168 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3169
3170         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3171         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3172         runtime choice under XEmacs.
3173
3174         * gnus-sum.el (gnus-summary-set-display-table):
3175         Use `gnus-put-display-table', `gnus-get-display-table',
3176         `gnus-set-display-table' for the display table, instead of `aset'.
3177
3178         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3179         Use `gnus-put-display-table', `gnus-get-display-table',
3180         `gnus-set-display-table' for the display table.
3181
3182 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * nnmairix.el: Add autoloads.
3185
3186 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3187
3188         * nnmairix.el (nnmairix-delete-recreate-group)
3189         (nnmairix-update-and-clear-marks): Fix error messages.
3190
3191 2008-06-14  David Engster  <dengste@eml.cc>
3192
3193         * nnmairix.el: Upgrade to version 0.6.
3194         (nnmairix-group-toggle-propmarks-this-group)
3195         (nnmairix-group-toggle-readmarks-this-group)
3196         (nnmairix-group-delete-recreate-this-group)
3197         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3198         (nnmairix-remove-tick-mark-original-article): New commands.
3199         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3200         (nnmairix-propagate-marks-to-nnmairix-groups)
3201         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3202         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3203         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3204         functions needed for marks propagation and manipulation of read marks.
3205         (nnmairix-update-groups): New function.
3206         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3207         (nnmairix-determine-original-group-from-registry)
3208         (nnmairix-determine-original-group-from-path)
3209         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3210         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3211         New helper functions.
3212         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3213         keystrokes for new commands.
3214         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3215         (nnmairix-request-group): Check allow-fast group parameter.
3216         (nnmairix-request-create-group): Set allow-fast group parameter if
3217         nnmairix-allowfast-default is set.
3218         (nnmairix-close-group): Propagate marks upon closing if needed.
3219         (nnmairix-group-toggle-threads-this-group): Use new.
3220         nnmairix-group-toggle-parameter helper function.
3221         (nnmairix-search): Better check for empty search result.
3222         (nnmairix-goto-original-article): Use new helper functions for
3223         determining original article.
3224         (nnmairix-show-original-article): Make sure message-id is in brackets.
3225         (nnmairix-call-mairix-binary): Change variable name.
3226         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3227         helper function.
3228         (nnmairix-widget-toggle-activate): Fix doc string.
3229
3230 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * nnir.el: Require edmacro when compiling with XEmacs.
3233         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3234         available in Emacs 21.
3235
3236 2008-06-11  Glenn Morris  <rgm@gnu.org>
3237
3238         * gnus-util.el (x-focus-frame):
3239         * gnus.el (image-size):
3240         * mm-decode.el (image-size): Declare.
3241
3242         * gnus-picon.el (declare-function): Add compat definition.
3243         (image-size): Declare.
3244
3245         * gnus-group.el (tool-bar-map):
3246         * gnus-sum.el (tool-bar-map): Define for compiler.
3247
3248         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3249
3250         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3251
3252         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3253         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3254         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3255         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3256         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3257         * sieve-manage.el, spam-report.el, spam.el:
3258         Remove unnecessary eval-and-compile of autoloads.
3259
3260 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3261
3262         * auth-source.el: Precise Tramp doc.
3263
3264 2008-06-07  Glenn Morris  <rgm@gnu.org>
3265
3266         * nnmairix.el: Remove unnecessary eval-when-compile.
3267
3268 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * lpath.el: Fbind propertize for XEmacs 21.4.
3271
3272 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * nnir.el: Move here from ../contrib.
3275
3276 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3277
3278         * gnus-util.el (gnus-read-shell-command): New function.
3279         * mm-decode.el (mm-pipe-part):
3280         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3281
3282 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3285
3286 2008-06-03  Glenn Morris  <rgm@gnu.org>
3287
3288         * pop3.el (nnheader-accept-process-output): Autoload it.
3289
3290 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3293         are not 2-digit hexadecimal characters that follow `%'s.
3294
3295 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * message.el (message-bogus-recipient-p): Fix type in doc string.
3298         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3299         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3300         Improve custom options.
3301         (message-bogus-recipient-p): Adjust accordingly.
3302
3303 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3304
3305         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3306         long-form month and day names.
3307
3308 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * dgnushack.el: Autoload debug, eudc-expand-inline and
3311         pgg-snarf-keys-region for XEmacs.
3312
3313         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3314
3315         * nnmairix.el: Require edmacro when compiling with XEmacs.
3316
3317 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3320         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3321
3322 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * auth-source.el: Add more docs.
3325
3326         * netrc.el (netrc-machine): Always match if the port is not given.
3327
3328 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329
3330         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3331         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3332         retrieval faster in some cases, but might make CPU usage larger.  If
3333         this has any bad side effects, we might revert this change.
3334
3335         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3336         seems to make mail retrieval much, much faster.
3337         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3338         unconditionally.
3339
3340         * gnus-draft.el (gnus-group-send-queue): Bind
3341         message-send-mail-partially-limit to nil to avoid being prompted.
3342
3343 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3344
3345         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3346
3347         * message.el (message-bogus-address-regexp): Fix and improve custom
3348         type.
3349         (message-setup-hook): Add message-check-recipients as custom option.
3350
3351 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3352
3353         * message.el (message-cite-function): Remove bogus autoload which crept
3354         in during merge from v5-10.
3355
3356 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3357
3358         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3359
3360         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3361
3362         * auth-source.el: Preliminary Tramp docs.
3363         (auth-sources): Change the default auth-sources to use
3364         EPA .gpg files.
3365
3366 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3367
3368         * nntp.el: Autoload `auth-source-user-or-password'.
3369         (nntp-send-authinfo): Use it.
3370
3371         * nnimap.el: Autoload `auth-source-user-or-password'.
3372         (nnimap-open-connection): Use it.
3373
3374         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3375         for the gnus-message function.
3376         (auth-source-user-or-password): Use it.
3377
3378 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3379
3380         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3381         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3382         (rfc2104-hash): Use it.
3383
3384 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3385
3386         * gnus-art.el (gnus-article-toggle-truncate-lines):
3387         Don't use `iff' in docstring.
3388
3389 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3390
3391         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3392
3393         * gnus-util.el (gnus-extract-address-component-name)
3394         (gnus-extract-address-component-email): Convenience functions around
3395         `gnus-extract-address-components'.
3396
3397         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3398         Use `gnus-extract-address-component-email' to fix bug of comparing full
3399         sender name to `user-mail-address'.
3400
3401 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3404         catch/throw to optimize.
3405         (gnus-registry-find-keywords): Just use member to find a keyword.
3406
3407 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3408
3409         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3410         is current before calling gnus-server-prepare.
3411         (gnus-server-setup-buffer, gnus-server-update-server)
3412         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3413
3414 2008-05-04  Juri Linkov  <juri@jurta.org>
3415
3416         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3417         (mailcap-file-default-commands): Use mailcap-replace-in-string
3418         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3419         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3420
3421 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3422
3423         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3424
3425 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3426
3427         * gnus.el: Bump version to 0.11.
3428
3429 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3430
3431         * gnus.el: No Gnus v0.10 is released.
3432
3433 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3436         hooks.
3437         (gnus-update-read-articles): Speed up non-marks-using users.
3438         (gnus-use-marks): Define gnus-use-marks.
3439         (gnus-propagate-marks): Rename variable to something more sensible.
3440
3441 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3442
3443         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3444         (gmm-image-load-path-for-library): Fix typos in docstrings.
3445         (gmm-message): Reflow docstring.
3446
3447 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3448
3449         * mail-source.el (mail-source-set-1, mail-source-bind):
3450         Move auth-source code out of the macro to clean it up and fix bugs.
3451
3452 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3453
3454         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3455         by sender if it's equal to user-mail-address, it's likely to be
3456         useless.
3457
3458         * mail-source.el (mail-source-bind): Don't use user or password if they
3459         are not bound.  Unintern them if they are nil.  Don't use server unless
3460         it's bound, and default it to empty string otherwise.
3461
3462 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3463
3464         * mail-source.el: Load auth-source.el.
3465         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3466         get user name or password, if auth-sources is set up.
3467
3468         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3469         strategy of splitting with parent.
3470         (gnus-registry-split-fancy-with-parent)
3471         (gnus-registry-post-process-groups): Use it and fix prior
3472         bug (returning a list as the split result).
3473
3474         * auth-source.el (auth-sources): Remove server parameter.
3475         (auth-source-pick, auth-source-user-or-password)
3476         (auth-source-user-or-password-imap)
3477         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3478         (auth-source-user-or-password-sftp)
3479         (auth-source-user-or-password-smtp): Remove server parameter.
3480
3481 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3482
3483         * smime.el (smime-sign-region, smime-encrypt-region)
3484         (smime-decrypt-region):
3485         Remove redundant calls to `generate-new-buffer-name'.
3486
3487 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3488
3489         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3490         Don't use QP for message/rfc822.
3491         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3492
3493 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3494
3495         * sieve-manage.el (sieve-string-bytes): Remove.
3496         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3497         correct byte-length only if the process's coding-system is the same as
3498         the one used internally by Emacs to represent strings.
3499
3500 2008-04-22  Juri Linkov  <juri@jurta.org>
3501
3502         * mailcap.el (mailcap-file-default-commands): New function.
3503
3504 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3505
3506         * message.el (message-signature-separator, message-cite-function):
3507         Change custom version.
3508
3509 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3510
3511         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3512         commands.
3513         (tls-checktrust): Ditto.
3514
3515 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3516
3517         * mm-decode.el (mm-display-external): Make temp file read-only.
3518
3519 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3520
3521         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3522         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3523         `C-c C-f d'.
3524
3525 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3526
3527         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3528
3529 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * gnus.el: Bump version to 0.9.
3532
3533 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * gnus.el: No Gnus v0.8 is released.
3536
3537 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3538
3539         * mail-source.el (mail-source-value):
3540         Prefer fboundp to functionp so it works with macros as well.
3541
3542 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3543
3544         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3545         Fix last change in case the element is not even a symbol.
3546
3547 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3548
3549         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3550         Prefer fboundp to functionp so it works with macros as well.
3551
3552 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * auth-source.el: Added docs.
3555         (auth-sources): Modify format to support server.
3556         (auth-source-pick, auth-source-user-or-password)
3557         (auth-source-user-or-password-imap)
3558         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3559         (auth-source-user-or-password-sftp)
3560         (auth-source-user-or-password-smtp): Add server parameter.
3561
3562 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3563
3564         * gnus-registry.el: Initialize the registry when gnus-registry-install
3565         is t.
3566
3567 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * compface.el (uncompface): Make buffer unibyte.
3570
3571 2008-04-05  Glenn Morris  <rgm@gnu.org>
3572
3573         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3574
3575 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3576
3577         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3578         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3579
3580         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3581         multibyteness after rather than before erasing it.
3582
3583         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3584         mm-with-multibyte.
3585         (gnus-request-article-this-buffer): Make sure the proper decoding is
3586         used if gnus-original-article-buffer happens to be unibyte.
3587
3588         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3589         default-enable-multibyte-characters.
3590
3591         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3592         default-enable-multibyte-characters.
3593
3594         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3595
3596         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3597
3598 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3599
3600         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3601         (imap-message-copyuid-1): Use it.
3602         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3603         J. Williams in
3604         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3605
3606         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3607         imap-enable-exchange-bug-workaround.
3608         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3609
3610 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3611
3612         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3613         a 100 byte status-checks into a 2-3MB transfer for each group.
3614         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3615         to enable bug workaround or not.
3616         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3617
3618 2008-03-31  Glenn Morris  <rgm@gnu.org>
3619
3620         * message.el (mml2015-use): Declare for compiler.
3621         (message-info): Require mml2015 when appropriate.
3622
3623 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3626         whitespace.
3627
3628 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3629
3630         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3631         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3632         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3633         (nntp-service-to-port): New function.
3634         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3635         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3636         (nntp-open-netcat-stream): New function.
3637         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3638
3639 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3640
3641         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3642
3643 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3644
3645         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3646
3647 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3648
3649         * dns.el (dns-write): Use set-buffer-multibyte.
3650
3651 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3652
3653         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3654
3655 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3656
3657         * message.el (message-signature-separator): Change default.
3658         Improve custom type.
3659         (message-cite-function): Change default to
3660         message-cite-original-without-signature.
3661
3662         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3663         toggle.
3664
3665         * message.el (message-check-news-body-syntax): Fix signature check.
3666         (message-setup-1): Mark buffer as unmodified _after_ running
3667         message-setup-hook and handling message-alternative-emails.
3668         (message-shorten-references): Be more strict when building list of
3669         valid references to comply with GNKSA.
3670
3671         * gnus-group.el (gnus-read-ephemeral-bug-group)
3672         (gnus-read-ephemeral-debian-bug-group)
3673         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3674
3675         * message.el (message-info): Don't use booleanp which isn't supported
3676         in Emacs 21 and XEmacs.
3677
3678 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3681         gnus-group-gmane-group-download-format.
3682         (gnus-group-read-ephemeral-gmane-group): Rename from
3683         gnus-group-read-ephemeral-gmane-group.
3684         (gnus-read-ephemeral-gmane-group-url): Rename from
3685         gnus-group-read-ephemeral-gmane-group-url.
3686         (gnus-bug-group-download-format-alist): New variable.
3687         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3688         (gnus-read-ephemeral-emacs-bug-group): New commands.
3689
3690 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3691
3692         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3693         (gnus-visible-headers): Improve custom type.
3694
3695 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * mml.el (mml-menu): Add workarounds for XEmacs.
3698
3699         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3700         X-Boundary header.
3701
3702         * message.el (message-simplify-recipients): Fix previous commit.
3703
3704 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3705
3706         * mm-util.el (mm-set-buffer-multibyte): New function.
3707         * mm-decode.el (mm-copy-to-buffer): Use it.
3708
3709 2008-03-19  Glenn Morris  <rgm@gnu.org>
3710
3711         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3712         Accidentally removed in the sync process with Emacs.
3713
3714 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3715
3716         * message.el (message-alter-recipients-discard-bogus-full-name):
3717         New function.
3718         (message-alter-recipients-function): New variable.
3719         (message-get-reply-headers): Use it.
3720         (message-replace-header): New helper function.
3721         (message-recipients-without-full-name): New variable.
3722         (message-simplify-recipients): New command.
3723
3724         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3725
3726         * message.el (message-info): Handle EasyPG manual.
3727
3728         * mml.el (mml-menu): Add entry for EasyPG.
3729
3730 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3731
3732         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3733         parameter.
3734
3735         * message.el (message-disassociate-draft): Specify drafts group name
3736         fully.
3737
3738 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3739
3740         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3741         unnecessary duplicates from the match list.
3742
3743 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3746
3747         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3748
3749         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3750         args of `how-many' of which the XEmacs version doesn't take; declare
3751         Info-index-next as function.
3752
3753 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3754
3755         * gnus-score.el (gnus-score-headers): Fix handling of
3756         gnus-inhibit-slow-scoring.
3757
3758         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3759         string.
3760         (gnus-button-url-regexp): Improve handling of parenthesis.
3761         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3762         (gnus-button-handle-info-keystrokes): Handle index entries.
3763
3764 2008-03-15  Glenn Morris  <rgm@gnu.org>
3765
3766         * parse-time.el (parse-time-string): Simplify.
3767
3768 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3771         Incoming* files.
3772
3773 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3774
3775         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3776         (auth-source-pick): Use it.
3777
3778 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3779
3780         * binhex.el (binhex-decode-region-internal):
3781         * uudecode.el (uudecode-decode-region-internal):
3782         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3783         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3784         setting default-enable-multibyte-characters.
3785
3786 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3787
3788         * auth-source.el (auth-source-protocols)
3789         (auth-source-protocols-customize, auth-source-choices): Added and
3790         modified variable customizations and defaults.
3791         (auth-source-pick, auth-source-user-or-password)
3792         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3793         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3794         (auth-source-user-or-password-sftp)
3795         (auth-source-user-or-password-smtp): Use new variables and provide an
3796         interface to netrc.el.
3797
3798 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3801         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3802         Make sure the nntp port to specify is a string.
3803
3804 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3805
3806         * nntp.el: Use with-current-buffer.
3807         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3808         dubious mm-with-unibyte-current-buffer.
3809         (nntp-with-open-group-function): New function extracted from
3810         nntp-with-open-group macro.
3811         (nntp-with-open-group): Use the function, so it's easier to debug.
3812         Add indentation and debugging info.
3813         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3814         the use of the netcat alternatives.
3815
3816         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3817         Avoid mm-string-as-multibyte as well.
3818
3819         * nnweb.el (nnweb-insert-html):
3820         Remove use of nnheader-string-as-multibyte.
3821
3822         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3823         (nnheader-string-as-multibyte): Remove.
3824
3825         * mm-view.el: Use inhibit-read-only.
3826         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3827         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3828         or unibyte-string.
3829
3830         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3831         (mm-uu-yenc-extract): Use with-current-buffer.
3832
3833         * gnus-soup.el (gnus-soup-send-packet): Don't use
3834         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3835
3836         * nnmh.el: Use with-current-buffer.
3837         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3838         mm-string-as-multibyte on the output of mm-encode-coding-string.
3839
3840         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3841         (nnimap-request-move-article): Use with-current-buffer.
3842
3843         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3844         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3845         conversion uses string-make-unibyte rather than string-as-unibyte.
3846
3847         * gnus-msg.el: Use with-current-buffer.
3848
3849         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3850
3851 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3852
3853         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3854         string for caching if it is 'PIN.
3855
3856 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * lpath.el: Consider the case without Emacs/W3.
3859
3860 2008-03-08  Glenn Morris  <rgm@gnu.org>
3861
3862         * time-date.el (date-to-time, time-subtract, time-add)
3863         (safe-date-to-time): Doc fixes.
3864
3865 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * mail-source.el (mail-source-delete-old-incoming-confirm):
3868         Change default to nil.
3869         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3870
3871 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * lpath.el: Rearrange.
3874
3875         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3876         (gnus-article-goto-prev-page): Work for articles having ^L's.
3877
3878         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3879
3880         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3881
3882 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3883
3884         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3885         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3886         (gnus-bookmark-jump): Adjust some variable names.
3887
3888 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         * auth-source.el: New package.
3891         (auth-source-choices): Add customization entry point variable.
3892
3893         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3894         bug.
3895
3896 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3899         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3900         (gnus-registry-install-shortcuts): Rename from
3901         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3902         the `gnus-registry-mark-map' keymap dynamically from
3903         `gnus-registry-marks'.  The generated functions update the summary line
3904         when a registry mark is added or deleted, and will call
3905         `gnus-registry-install-p' (see the comments in the code).
3906         (gnus-registry-user-format-function-M): Use concat intelligently.
3907
3908         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3909         the registry mark functions.
3910
3911 2008-03-05  Glenn Morris  <rgm@gnu.org>
3912
3913         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3914         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3915         gnus-art.
3916         (top-level): No need to load own source when compiling.
3917
3918 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3921         Suggested by <chris.anderton@zetnet.co.uk>.
3922
3923 2008-03-04  Glenn Morris  <rgm@gnu.org>
3924
3925         * gnus-sum.el (top-level): No need to require gnus when compiling,
3926         since unconditionally required near start of file.
3927         (gnus-summary-display-while-building): Move definition before use.
3928
3929 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3930
3931         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3932         formatting function.
3933
3934 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3935
3936         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3937         with plists.
3938         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3939         Use new format.
3940
3941 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3944         `where-is-internal' that returns a range of key sequences.
3945
3946 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3947
3948         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3949
3950         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3951         (gnus-summary-jump-to-group): Consider windows on other displayed
3952         frames as well.  Similar changes might be needed elsewhere, but that's
3953         the one I've bumped into during my use.
3954
3955         * nndoc.el (nndoc-oe-dbx-type-p):
3956         * gnus-msg.el (gnus-debug):
3957         * gnus-group.el (gnus-update-group-mark-positions):
3958         Use mm-string-to-multibyte.
3959
3960 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3963         doesn't handle NotDashEscaped.
3964
3965         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3966         (mml-dnd-attach-options): Fix typo in custom choice.
3967
3968         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3969         nndoc-article-type to mbox.
3970         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3971
3972         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3973         to nil, instead of html2text.
3974
3975         * imap.el (imap-debug): Add `imap-ping-server'.
3976
3977         * gnus-bookmark.el: Add FIXMEs.
3978
3979         * message.el (message-form-letter-separator)
3980         (message-send-form-letter-delay): New variables.
3981         (message-send-form-letter): Use them.  New command to send form
3982         letters.  Requested by Uwe Siart.
3983         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3984
3985 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * Update copyright years.
3988
3989 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3990
3991         Sync from EMACS_22_BASE.
3992
3993         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3994
3995 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3996
3997         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3998         empty author.
3999
4000 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4001
4002         * gnus-registry.el (gnus-registry-marks): Add variable for
4003         customization of marks and their appearance.
4004         (gnus-registry-read-mark): Use it.
4005         (gnus-registry-do-marks): Add utility function to loop through
4006         `gnus-registry-marks'.
4007         (gnus-registry-install-shortcuts-and-menus): Add function to install
4008         shortcuts and menus.
4009         (gnus-registry-initialize): Use it.
4010         (gnus-registry-default-mark): Clarify documentation.
4011
4012 2008-02-29  Glenn Morris  <rgm@gnu.org>
4013
4014         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4015         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4016         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4017         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4018         Change defcustom :version from 23.0 to 23.1.
4019
4020 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4021
4022         * gnus-registry.el (gnus-registry-follow-group-p)
4023         (gnus-registry-post-process-groups): Add functions to aid registry
4024         splitting and improve logging.  Clarify behavior in function
4025         documentation.
4026         (gnus-registry-split-fancy-with-parent): Use them.
4027
4028 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4029
4030         * gnus-art.el: Use with-current-buffer.
4031
4032 2008-02-27  David Engster  <dengste@eml.cc>
4033
4034         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4035         Express real group name in the response.
4036
4037 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4040         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4041         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4042         autoload gnus-registry-fetch-group when compiling.
4043         (nnmairix-request-group-with-article-number-correction): Remove
4044         unreferenced argument passed to nnmairix-call-backend.
4045
4046 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4047
4048         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4049         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4050         Wilde.
4051
4052 2008-02-27  Glenn Morris  <rgm@gnu.org>
4053
4054         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4055         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4056         variables to defconsts.  Convert comments to doc-strings.
4057         (nnmairix-last-server, nnmairix-current-server): Convert from free
4058         variables to defvars.  Convert comments to doc-strings.
4059         (gnus-registry-fetch-group): Autoload.
4060         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4061         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4062         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4063         caddr.
4064         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4065         nnmairix-request-group-with-article-number-correction call.
4066         (nnmairix-fast, nnmairix-group): New, less general names, for free
4067         variables passed from nnmairix-request-group to
4068         nnmairix-request-group-with-article-number-correction.  Declare.
4069         (nnmairix-request-group-with-article-number-correction):
4070         Use nnmairix-fast, nnmairix-group rather than fast, group.
4071
4072 2008-02-26  David Engster  <dengste@eml.cc>
4073
4074         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4075         version 0.5.
4076
4077 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4078
4079         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4080         instead of making an extra function call.  Don't add the current group
4081         to articles only when they have the group.  Use
4082         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4083         Reported by David <de_bb@arcor.de>.
4084
4085 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4088         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4089
4090 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4091
4092         * mail-source.el (mail-source-delete-incoming): Change default.
4093         Supplement doc string.
4094
4095         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4096
4097 2008-02-14  Glenn Morris  <rgm@gnu.org>
4098
4099         * time-date.el (format-seconds): New function.
4100
4101 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * nnmail.el (nnmail-message-id-cache-file): Derive from
4104         `gnus-home-directory'.
4105
4106 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4109         Document negative prefix.
4110
4111         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4112
4113 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * message.el (message-unsent-separator): Add the Exim bounce
4116         separator.
4117
4118 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4119
4120         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4121         list.
4122         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4123         recipient/signer list.
4124
4125 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * Makefile.in (datarootdir): Define.
4128         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4129         name that might contain whitespace.
4130
4131 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4134         fbound (Emacs 23 unicode), signal an error.
4135
4136 2008-02-08  Glenn Morris  <rgm@gnu.org>
4137
4138         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4139
4140 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4141
4142         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4143         ports to the calls to `netrc-machine-user-or-password' in addition to
4144         "imap" and "imaps".
4145
4146 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4147
4148         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4149
4150         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4151
4152 2008-02-01  Kenichi Handa  <handa@m17n.org>
4153
4154         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4155         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4156         (rfc2104-hash): Convert the result of concat to unibyte string.
4157
4158 2008-02-01  Dave Love  <fx@gnu.org>
4159
4160         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4161         coding-system-for-read.
4162         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4163
4164 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4167         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4168         <hanche@math.ntnu.no>.
4169
4170 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4173
4174         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4175
4176 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4177
4178         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4179         * message.el (message-beginning-of-line): Use featurep instead of bound
4180         tests in order to resolve conditionals at compile time.
4181
4182 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4183
4184         * mail-source.el (mail-sources): Add `group' choice.
4185
4186         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4187         parameter `in-group' to control into which group the articles go.
4188         Add treatment of `group' mail-source.
4189
4190 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4193
4194         * mm-decode.el (mm-dissect-buffer): Decode description.
4195
4196         * mml.el (mml-to-mime): Encode message header first.
4197
4198 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4201         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4202
4203         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4204         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4205
4206 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4209
4210 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4213         prefix keys.
4214         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4215         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4216         gnus-xmas.el.
4217
4218         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4219         (gnus-xmas-article-describe-bindings): New function.
4220         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4221         gnus-xmas-article-describe-bindings.
4222
4223         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4224
4225 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4226
4227         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4228         Add new variables for article mark management.
4229         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4230         list of extra data entries which, when present, will indicate that the
4231         article ID should not be trimmed from the registry.
4232         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4233         functions.
4234         (gnus-registry-read-mark): New function to read a mark name from the
4235         user.
4236         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4237         (gnus-registry-set-article-mark-internal): New functions to add and
4238         remove marks.
4239         (gnus-registry-get-article-marks): New function to show the marks for
4240         an article, or retrieve them for further use.
4241
4242 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4245         keys when no argument is given.
4246
4247 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * imap.el (imap-ping-server): New variable.
4250         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4251         (imap-ping-server): Minor doc string fixes.
4252
4253 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4254
4255         * imap.el (imap-ping-server): New function.
4256         (imap-opened): Call imap-ping-server.
4257
4258 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4259
4260         * gnus-sum.el (gnus-article-sort-by-random)
4261         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4262         jidanni@jidanni.org.
4263
4264 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-art.el (gnus-article-describe-bindings): New function.
4267         (gnus-article-read-summary-keys): Use it.
4268         (gnus-article-mode-map): Bind `C-h b' to it.
4269
4270 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4273         XEmacs.
4274         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4275         against non-character events.
4276
4277         * lpath.el: Fbind map-keymap for Emacs 21.
4278
4279 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4282         command.
4283         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4284         instead of END.  Change name of the temp file.
4285         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4286         customizable.
4287
4288 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4291         bind `S W' to gnus-article-wide-reply-with-original; set default
4292         binding to gnus-article-read-summary-send-keys.
4293         (gnus-article-read-summary-keys): Fix the order of keys; display
4294         continuation keys correctly in the echo area; describe bindings
4295         correctly when keys end with `C-h'.
4296         (gnus-article-read-summary-send-keys): New function.
4297         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4298         for gnus-article-read-summary-send-keys; display continuation keys
4299         correctly in the echo area.
4300         (gnus-article-reply-with-original): Ignore prefix argument.
4301         (gnus-article-wide-reply-with-original): New function.
4302
4303         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4304         Emacs 21.
4305
4306 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4309         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4310
4311 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4314         (gnus-group-read-ephemeral-gmane-group): New command.
4315
4316 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4317
4318         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4319
4320 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * message.el (message-send-mail-function): Increase custom version.
4323
4324         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4325         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4326
4327 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4330         for the cases where imap-authenticate is called with a nil buffer
4331         parameter.
4332
4333 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4336         html parts correctly; support forwarded messages.
4337         (gnus-article-browse-html-article): Remove work buffers.
4338
4339         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4340         compiling.
4341         (netrc-bound-and-true-p): New macro.
4342         (netrc-parse): Use it instead of bound-and-true-p that is not available
4343         in XEmacs 21.4.
4344
4345 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4346
4347         * gnus-registry.el (gnus-registry-mark-article)
4348         (gnus-registry-article-marks): Add functionality to mark articles
4349         through the Gnus registry.
4350
4351         * encrypt.el: Clarify documentation for the new pgg method.
4352         (encrypt-file-alist): Add PGG option.
4353         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4354         functionality.  Abstract password key and messaging to external
4355         functions.
4356         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4357         (encrypt-message-method-and-cipher): Add new convenience external
4358         functions.
4359         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4360         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4361
4362         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4363         (netrc-parse): Use encrypt-file-alist to determine if
4364         encrypt-find-model or encrypt-insert-file-contents should be used.
4365
4366         * encrypt.el: Clarify documentation.  Load password-cache or
4367         password, whichever one is found first, instead of autoloading.
4368
4369 2007-12-19  Glenn Morris  <rgm@gnu.org>
4370
4371         * mml.el (message-options-set, message-narrow-to-head)
4372         (message-in-body-p, message-mail-p, message-encode-message-body):
4373         Autoload.
4374         (message-remove-header, message-narrow-to-headers-or-head)
4375         (message-subscribed-p, message-make-mail-followup-to)
4376         (message-position-on-field, message-news-p)
4377         (message-options-set-recipient, message-generate-headers)
4378         (message-sort-headers): Declare as functions.
4379
4380 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4381
4382         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4383         convention in doc string.
4384
4385 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4388         title to html parts.
4389         (gnus-article-browse-html-article): Pass message header to it.
4390
4391         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4392
4393 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4396         or password compatible with XEmacs.
4397
4398 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4401         format document.
4402         (gnus-mime-delete-part): Don't write description line if empty.
4403         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4404
4405 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4406
4407         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4408         (gnus-summary-mark-read-and-unread-as-read)
4409         (gnus-summary-mark-current-read-and-unread-as-read)
4410         (gnus-summary-mark-unread-as-ticked): Doc fix.
4411         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4412
4413 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4414
4415         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4416         Christoph Conrad <christoph.conrad@gmx.de>.
4417
4418 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4419
4420         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4421         yes-or-no-p.
4422
4423 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * mm-decode.el (mm-add-meta-html-tag): New function.
4426         (mm-save-part-to-file, mm-pipe-part): Use it.
4427
4428         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4429         gnus-y-or-n-p instead of y-or-n-p.
4430         (gnus-article-browse-html-parts): Work with message/external-body; use
4431         mm-add-meta-html-tag.
4432
4433 2007-12-11  Glenn Morris  <rgm@gnu.org>
4434
4435         * gnus-cache.el: Require gnus-sum not just when compiling.
4436
4437         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4438
4439         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4440         definitions before use.
4441
4442         * mm-decode.el: Require gnus-util.
4443         (mm-remove-part): Only call delete-annotation on XEmacs.
4444
4445         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4446
4447         * nnmail.el: Require gnus-int.
4448
4449         * spam.el: Move `require's before `eval-when-compile's.
4450
4451         * gnus-ems.el (gnus-alive-p):
4452         * gnus-fun.el (message-goto-eoh):
4453         * gnus-util.el (gnus-group-name-decode):
4454         * mail-source.el (gnus-compress-sequence):
4455         * message.el (Info-goto-node, format-spec):
4456         * mm-bodies.el (message-options-get):
4457         * mm-decode.el (mm-view-pkcs7):
4458         * mm-util.el (gmm-write-region):
4459         * mml-smime.el (mml-compute-boundary)
4460         (gnus-completing-read-with-default):
4461         * mml.el (widget-button-press, gnus-make-hashtable):
4462         * mml1991.el (mm-decode-content-transfer-encoding)
4463         (mm-encode-content-transfer-encoding)
4464         (message-options-get, message-options-set):
4465         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4466         * nnfolder.el (gnus-request-group):
4467         * nnheader.el (ietf-drums-unfold-fws):
4468         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4469         * smime.el (gnus-run-mode-hooks):
4470         * spam-stat.el (gnus-message): Autoload.
4471
4472         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4473         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4474         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4475         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4476         Add declare-function compatibility definition.
4477
4478         * gnus-cache.el (nnvirtual-find-group-art):
4479         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4480         (gnus-add-image, gnus-add-wash-type):
4481         * gnus-group.el (nnkiboze-score-file):
4482         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4483         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4484         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4485         (message-tokenize-header, gnus-get-buffer-create)
4486         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4487         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4488         * gnus.el (gnus-group-decoded-name):
4489         * mail-source.el (imap-capability):
4490         * mm-bodies.el (message-options-set):
4491         * mm-decode.el (gnus-configure-windows):
4492         * mm-extern.el (message-goto-body):
4493         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4494         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4495         (epg-sub-key-validity, message-options-set):
4496         * mml.el (widget-event-point, gnus-configure-windows):
4497         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4498         * mml2015.el (epg-check-configuration, epg-configuration)
4499         (message-options-set):
4500         * nndb.el (nndb-request-article):
4501         * nnfolder.el (gnus-request-create-group):
4502         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4503         * nnmaildir.el (gnus-group-mark-article-read):
4504         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4505         * rfc1843.el (message-fetch-field):
4506         * spam.el (gnus-extract-address-components):
4507         Declare as functions.
4508
4509 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4512
4513         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4514
4515         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4516         bind show-trailing-whitespace for XEmacs.
4517
4518 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4521         new no-op macro for backward compatibility.
4522
4523         * imap.el (imap-string-to-integer): New function.
4524
4525 2007-12-09  Glenn Morris  <rgm@gnu.org>
4526
4527         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4528
4529         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4530         * message.el, mm-view.el, sieve-manage.el, smime.el:
4531         Add declare-function compatibility definition.
4532
4533         * gnus-art.el (w3-region, w3m-region, Info-menu):
4534         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4535         * gnus-sum.el (gnus-get-predicate):
4536         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4537         * message.el (mail-abbrev-in-expansion-header-p):
4538         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4539         (w3m-detect-meta-charset, w3m-region):
4540         * sieve-manage.el (password-read, password-cache-add)
4541         (password-cache-remove):
4542         * smime.el (password-read-and-add): Declare as functions.
4543
4544 2007-12-08  David Kastrup  <dak@gnu.org>
4545
4546         * gnus-sum.el (gnus-summary-simplify-subject-query):
4547         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4548         `message'.
4549
4550 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4553         it to bind idna-program, installation-directory, defined-colors, and
4554         face-attribute for XEmacs of the version that compiles defcustom forms.
4555
4556 2007-12-07  Glenn Morris  <rgm@gnu.org>
4557
4558         * gnus-art.el (article-make-date-line): Revert previous change.
4559
4560 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4563
4564 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4565
4566         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4567         Call gnus-add-to-range ranges only once with a prepared article-list.
4568
4569 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4570
4571         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4572         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4573         group names with backslashes.  Reported by Tassilo Horn
4574         <tassilo@member.fsf.org>.
4575
4576 2007-12-06  Deepak Goel  <deego3@gmail.com>
4577
4578         * gnus-art.el (article-make-date-line):
4579         * gnus-start.el (gnus-load):
4580         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4581
4582 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gnus-art.el (gnus-use-idna)
4585         * gnus-start.el (gnus-site-init-file)
4586         * message.el (message-use-idna)
4587         * mm-uu.el (mm-uu-hide-markers)
4588         * smiley.el (smiley-style): Revert changes that suppress warnings.
4589
4590 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4593         specify charset to html source.  Reported by Christoph Conrad
4594         <christoph.conrad@gmx.de>.
4595
4596 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4599         idna-program in order to suppress byte compile warning issued by XEmacs
4600         that came to byte compile the default value section of defcustom forms
4601         recently.
4602
4603         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4604         value of installation-directory.
4605
4606         * message.el (message-use-idna): Don't directly refer to the value of
4607         idna-program.
4608
4609         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4610
4611         * smiley.el (smiley-style): Don't directly call face-attribute.
4612
4613 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4614
4615         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4616
4617         * gnus-dired.el: Reduce Gnus dependencies.
4618         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4619         require.  Use autoloads instead.
4620         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4621         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4622         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4623         (gnus-dired-mode): Adjust doc string.
4624         (gnus-dired-mail-mode): New variable.
4625         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4626         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4627         (gnus-dired-mail-buffers): New function.  Return mail or message
4628         composition buffers.
4629         (gnus-dired-attach): Use it.
4630         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4631         NO-DECODE.
4632         (gnus-dired-print): Use `gnus-print-buffer' depending on
4633         `gnus-dired-mail-mode'.
4634
4635 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * rfc2047.el (rfc2047-encoded-word-regexp)
4638         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4639         explaining what regexp patterns are for.
4640
4641 2007-12-04  Glenn Morris  <rgm@gnu.org>
4642
4643         * password.el: Move to password-cache.el.
4644
4645         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4646         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4647         * mml-smime.el (password-read, password-cache-add)
4648         (password-cache-remove):
4649         No need to autoload, since mml-sec requires password.
4650
4651         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4652         * message.el (gnus-extract-address-components):
4653         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4654
4655         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4656         password.
4657
4658 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * mailcap.el: Reduce dependencies.
4661         (mail-header-parse-content-type): Autoload.
4662         (mailcap-delete-duplicates): New alias.
4663         (mailcap-mime-info): Add optional argument NO-DECODE.
4664         (mailcap-mime-types): Use mailcap-delete-duplicates.
4665
4666         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4667
4668 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4669
4670         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4671         (imap-parse-status): Upcase status-att for servers that sends them
4672         lower-case (e.g., MS Exchange 2007).
4673
4674 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4677         function.
4678
4679         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4680         (gnus-uu-yenc-article): New function.
4681
4682         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4683
4684         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4685         buffer.
4686
4687 2007-12-02  Glenn Morris  <rgm@gnu.org>
4688
4689         * binhex.el (binhex): New custom group.
4690         (binhex-decoder-program, binhex-decoder-switches)
4691         (binhex-use-external): Move to the binhex custom group.
4692
4693         * uudecode.el (uudecode): New custom group.
4694         (uudecode-decoder-program, uudecode-decoder-switches)
4695         (uudecode-use-external): Move to the uudecode custom group.
4696
4697         * netrc.el (top-level): Don't load `encrypt' features.
4698         (netrc-parse): Don't use encrypt.
4699         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4700
4701         * encrypt.el: Remove file.
4702
4703 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4704
4705         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4706         matches on patches.
4707
4708         * gnus-art.el (gnus-article-browse-html-article): Mention
4709         `mm-text-html-renderer' in the doc string.
4710
4711         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4712         string.  Add comments.
4713
4714         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4715         if rhs is ASCII.
4716
4717 2007-12-01  Glenn Morris  <rgm@gnu.org>
4718
4719         * mail-source.el (top-level): Require format-spec before
4720         eval-when-compile.
4721
4722 2007-11-30  Glenn Morris  <rgm@gnu.org>
4723
4724         * encrypt.el: Require password, rather than autoloading password-read.
4725
4726 2007-11-29  Glenn Morris  <rgm@gnu.org>
4727
4728         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4729         (sasl-make-client, sasl-next-step, sasl-step-data)
4730         (sasl-step-set-data): Declare as functions.
4731
4732 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4735
4736 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4737
4738         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4739         certs should be verified and what is to be done in the event of a
4740         verification failure.
4741
4742         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4743         caller can indicate whether the cache should be disregarded for this
4744         call.  This way the result of the call is reproducible at all times and
4745         can be considered a canonical server name for the supplied method.
4746         (gnus-agent-method-p): Canonicalize server names by pushing their
4747         method through `gnus-method-to-server' using the no-cache argument.
4748
4749         * gnus-srvr.el (gnus-server-insert-server-line): Call
4750         `gnus-method-to-server' with `no-cache' argument.
4751
4752         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4753         gnus-agent-possibly-synchronize-flags as this should be called when the
4754         server is actually being opened.
4755         (gnus-agent-possibly-synchronize-flags)
4756         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4757         flags file of an agentized server to the latter function.
4758
4759         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4760         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4761         after a connection has been established successfully.
4762
4763 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-art.el (article-display-face): Force to display face if called
4766         interactively; check if gnus-article-x-face-too-ugly matches author.
4767         (article-display-x-face): Display face even if From header is missing
4768         as article-display-face does.
4769
4770 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4771
4772         * hashcash.el (message-narrow-to-headers-or-head)
4773         (message-fetch-field, message-goto-eoh)
4774         (message-narrow-to-headers): Declare as functions.
4775
4776 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4777
4778         * mail-source.el (mail-sources): Default to fetch from file for
4779         compatibility with default of nnmail-spool-file.
4780
4781 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4784         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4785         to look for encoded word that should be encoded again.
4786         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4787         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4788         encoding pattern.
4789         (rfc2047-decode-region): Switch strict regexp and loose one according
4790         to rfc2047-allow-irregular-q-encoded-words.
4791
4792 2007-11-25  Romain Francoise  <romain@orebokech.com>
4793
4794         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4795
4796 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4797
4798         * tls.el (tls-program): Provide more custom choices from
4799         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4800         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4801
4802 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4803
4804         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4805         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4806
4807         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4808         `nnmail-spool-file'.
4809
4810         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4811         `nnmail-spool-file'.
4812
4813         * gnus-move.el (gnus-change-server): Ditto.
4814
4815         * gnus-kill.el (gnus-batch-score): Ditto.
4816
4817         * gnus-cache.el (gnus-jog-cache): Ditto.
4818
4819         * gnus-msg.el (gnus-summary-reply):
4820         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4821
4822 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4823
4824         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4825         version.  Minor improvement to doc strings.
4826         (tls-program): Add comment.
4827
4828 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4829
4830         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4831         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4832         mismatch between the hostname provided in the certificate and the name
4833         of the host connnecting to.
4834         (open-tls-stream): Use them.  Check certificates against trusted root
4835         certificates.
4836
4837 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4838
4839         * gnus-cache.el (gnus-cache-generate-nov-databases):
4840         Use nnml-generate-nov-databases-directory instead of
4841         nnml-generate-nov-databases-1.
4842
4843 2007-11-24  Glenn Morris  <rgm@gnu.org>
4844
4845         * message.el (message-tool-bar-retro): Update for rename
4846         mail_send.xpm->mail-send.xpm.
4847
4848 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4851         `smime-ldap-search' for Emacs 22 and up.
4852
4853 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4854
4855         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4856
4857         * message.el (message-send-mail-function): Fix error convention.
4858         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4859         (message-widen-reply, message-send-mail, message-talkative-question)
4860         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4861         (message-clone-locals, message-send-news): Use with-current-buffer.
4862         (message-insert-or-toggle-importance): Remove unused var `valid'.
4863         (message-make-references): Remove unused var `new-references'.
4864         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4865
4866 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4867
4868         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4869         (spam-split-symbolic-return-positive): Reflow docstring.
4870         (spam-backends, spam-summary-exit-behavior)
4871         (spam-mark-ham-unread-before-move-from-spam-group)
4872         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4873         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4874         (spam-clear-cache, spam-backend-check, spam-install-backend)
4875         (spam-install-statistical-backend, spam-list-of-processors)
4876         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4877         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4878         (spam-check-crm114, spam-initialize, spam-unload-hook):
4879         Fix typos in docstrings.
4880
4881 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4884         been checked if they have never been read and those group levels are
4885         higher than the one that a user specified.
4886
4887 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4890         foreign groups unless a group level is specified by a user.
4891         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4892
4893 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * message.el (message-send-mail-function): Require sendmail.
4896
4897 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * message.el (message-send-mail-function): Check for smtpmail too.
4900
4901         * utf7.el (utf7-encode, utf7-decode): Use coding system
4902         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4903
4904         * message.el (message-send-mail-function): New function.
4905         (message-send-mail-function): Set default using
4906         message-send-mail-function.  Adjust doc string.
4907         (message-send-mail-with-mailclient): New function.
4908
4909 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4910
4911         * smime.el (from):
4912         * rfc2047.el (message-posting-charset):
4913         * qp.el (mm-use-ultra-safe-encoding):
4914         * pop3.el (parse-time-months):
4915         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4916         * nnml.el (files):
4917         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4918         (jka-compr-compression-info-list, ange-ftp-path-format)
4919         (efs-path-regexp):
4920         * nndiary.el (files):
4921         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4922         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4923         (epg-digest-algorithm-alist, inhibit-redisplay)
4924         (password-cache-expiry):
4925         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4926         (pgg-output-buffer, password-cache-expiry):
4927         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4928         (efs-path-regexp):
4929         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4930         (inhibit-redisplay):
4931         * mm-uu.el (file-name, start-point, end-point, entry)
4932         (gnus-newsgroup-name, gnus-newsgroup-charset):
4933         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4934         (latin-unity-ucs-list):
4935         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4936         (mm-uu-binhex-decode-function):
4937         * message.el (gnus-message-group-art, gnus-list-identifiers)
4938         (rmail-enable-mime-composing, gnus-local-organization)
4939         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4940         (gnus-read-active-file, facemenu-add-face-function)
4941         (facemenu-remove-face-function, gnus-article-decoded-p)
4942         (tool-bar-mode):
4943         * mail-source.el (display-time-mail-function):
4944         * gnus-util.el (nnmail-pathname-coding-system)
4945         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4946         (gnus-original-article-buffer, gnus-user-agent)
4947         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4948         (xemacs-codename, sxemacs-codename, emacs-program-version):
4949         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4950         * gnus-start.el (gnus-agent-covered-methods)
4951         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4952         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4953         (gnus-newsgroup-headers, gnus-group-list-mode)
4954         (gnus-group-mark-positions, gnus-newsgroup-data)
4955         (gnus-newsgroup-unreads, nnoo-state-alist)
4956         (gnus-current-select-method, mail-sources)
4957         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4958         (nnmail-spool-file, gnus-cache-active-hashtb):
4959         * gnus-mh.el (mh-lib-progs):
4960         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4961         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4962         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4963         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4964         (gnus-group-buffer):
4965         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4966         (font-lock-set-defaults):
4967         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4968         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4969         (gnus-summary-post-menu, total-parts, type, condition, length):
4970         * gnus-agent.el (gnus-agent-read-agentview):
4971         * flow-fill.el (show-trailing-whitespace):
4972         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4973         eval-and-compile wrappers for byte compiler pacifiers.
4974
4975         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4976         (mm-display-inline-fontify): Check for featurep 'xemacs not
4977         extent-list.
4978
4979         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4980         itimer-list.
4981         (mm-create-image-xemacs): Only do something for XEmacs.
4982         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4983
4984         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4985
4986         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4987         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4988
4989 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4990
4991         * nnimap.el (nnimap-split-download-body):
4992         * gnus-demon.el (gnus-demon):
4993         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4994
4995 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4998         macros.
4999         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5000         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5001         copy data from unibyte buffer to multibyte current buffer.
5002         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5003         to copy data from unibyte current buffer to multibyte buffer.
5004         (nntp-make-process-buffer): Make process buffer unibyte.
5005
5006         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5007
5008 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5009
5010         * pop3.el (pop3-open-server): Accept and process data more robustly at
5011         connexion start to avoid spurious "POP SSL connexion failed" errors.
5012
5013 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5016         read group names.
5017
5018 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5019
5020         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5021
5022 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5025         (nnmail-save-active): Use a unibyte buffer when saving active file,
5026         which may contain non-ASCII group names.
5027
5028         * nnml.el (nnml-request-group): Decode group names in messages.
5029
5030 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * message.el (message-citation-line-function)
5033         (message-insert-formatted-citation-line): Fix spelling of
5034         `message-insert-formated-citation-line'.
5035
5036 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5039
5040 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5043         nnmail-pathname-coding-system.
5044
5045         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5046         that a user enters; decode group names in messages.
5047
5048         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5049
5050 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5053
5054         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5055
5056         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5057         risky local variable.
5058
5059         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5060
5061 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5062
5063         * encrypt.el: Improve documentation to fix function name typo.
5064         Reported by Daiki Ueno <ueno@unixuser.org>.
5065
5066 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5069         even if the point is not in the last page of an article.
5070         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5071         back to the previous page.
5072
5073 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5076
5077 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5080
5081 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5082
5083         * message.el (message-check-news-body-syntax): Avoid
5084         mm-string-as-multibyte.
5085         (message-hide-headers): Don't assume (point-min)==1.
5086
5087 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5088
5089         * message.el (message-remove-blank-cited-lines): Fix if remove is
5090         given.
5091         (message-bogus-address-regexp): New variable.
5092         (message-bogus-recipient-p): New function.
5093         (message-check-recipients): New command.
5094         (message-syntax-checks): Add `bogus-recipient'.
5095         (message-fix-before-sending): Add `bogus-recipient'.
5096
5097         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5098         (gnus-treat-body-boundary): Don't test window-system.
5099
5100 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5101
5102         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5103
5104 2007-10-28  Miles Bader  <miles@gnu.org>
5105
5106         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5107         at compile-time too.
5108
5109 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * gnus-msg.el (gnus-message-setup-hook): Add
5112         `message-remove-blank-cited-lines' to options.
5113
5114 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * message.el (message-remove-blank-cited-lines): New function.
5117         Suggested by Karl Plästerer.
5118
5119 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5122         mapc.
5123
5124         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5125         (top-level): Use mapc to set functions to be traced for debugging.
5126
5127         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5128         called for effect with while loop.
5129
5130         * message.el (message-talkative-question): Replace mapcar called for
5131         effect with mapc.
5132
5133         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5134         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5135         called for effect with dolist.
5136
5137         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5138
5139         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5140         gnus-extra-headers and nnmail-extra-headers.
5141
5142         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5143         called for effect with dolist.
5144         (top-level): Use mapc to set functions to be traced for debugging.
5145
5146         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5147         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5148         dolist.
5149
5150         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5151         Replace mapcar called for effect with mapc.
5152         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5153         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5154         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5155         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5156
5157         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5158         remove-if that's a cl function.
5159
5160         * webmail.el (webmail-debug): Replace mapcar called for effect with
5161         dolist.
5162
5163         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5164         with mapc.
5165
5166 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5169         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5170         with while loop.
5171
5172         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5173         functions from article-* functions.
5174         (gnus-multi-decode-header): Replace mapcar called for effect with
5175         dolist.
5176
5177         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5178         (gnus-bookmark-show-details): Replace mapcar called for effect with
5179         while loop.
5180
5181         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5182         called for effect with while loop.
5183
5184         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5185         with dolist.
5186
5187         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5188         mapcar called for effect with dolist.
5189
5190         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5191
5192         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5193         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5194         Replace mapcar called for effect with dolist.
5195         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5196         mapc.
5197
5198         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5199         Replace mapcar called for effect with dolist.
5200         (gnus-topic-list): Replace mapcar called for effect with mapc.
5201
5202         * gnus.el: Use mapc instead of mapcar to add autoloads.
5203
5204 2007-10-23  Richard Stallman  <rms@gnu.org>
5205
5206         * gnus-group.el (gnus-group-highlight): Mark as risky.
5207
5208 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus.el (gnus-server-to-method): Return method found first in
5211         gnus-newsrc-alist.
5212
5213         * gnus-art.el (gnus-article-highlight-signature)
5214         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5215         button overlay without the front stickiness.
5216
5217 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5218
5219         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5220         overview buffer needed a catch to receive its throw.
5221         (gnus-agent-flush-cache): Declared as interactive to make this function
5222         easier to use.
5223
5224 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5225
5226         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5227         `next-line'.
5228
5229 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5232         exclude address matching message-dont-reply-to-names.
5233
5234 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-util.el (gnus-string<): New function.
5237
5238         * gnus-sum.el (gnus-article-sort-by-author)
5239         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5240
5241 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5244         the frame-focus tag is set in gnus-buffer-configuration.
5245
5246 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5249         the front stickiness.
5250
5251 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5254         url pattern; remove duplicate one.
5255         (gnus-article-extend-url-button): New function.
5256         (gnus-article-add-buttons): Use it.
5257         (gnus-button-push): Use concatenated url that it makes.
5258
5259 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5260
5261         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5262
5263 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5264
5265         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5266         Don't hardcode point-min==1.
5267
5268 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5271         Fix comment about "iso8859-1".
5272
5273 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5274
5275         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5276         ones returned from the verify-function.
5277
5278         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5279         mml2015-extract-cleartext-signature if extraction failed.
5280
5281 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5282
5283         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5284         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5285         failed.
5286
5287 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5290
5291 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5294         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5295         recommends to use EasyPG instead of PGG.
5296
5297         * pgg.el: Revert to revision 6.23.2.16.
5298
5299         * pgg-def.el: Revert to revision 6.6.2.14.
5300
5301         * pgg-gpg.el: Revert to revision 6.23.2.34.
5302
5303 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5304
5305         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5306         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5307         thread for both the null and zero (kill/expire thread) universal prefix
5308         cases.
5309         (gnus-summary-expire-thread): Add new function to expire a thread,
5310         using gnus-summary-kill-thread.
5311         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5312         shortcuts for gnus-summary-expire-thread.
5313         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5314         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5315
5316 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5319         extras value, so an extras entry can be deleted.
5320         (gnus-registry-delete-extra-entry): Use it.
5321         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5322         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5323         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5324         storage through the gnus-registry, and provide an appropriate API for
5325         it.
5326
5327 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5330         Suggested by Leo <sdl.web@gmail.com>.
5331
5332         * gnus.el: Do.
5333
5334 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5337         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5338
5339         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5340
5341         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5342         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5343
5344 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5347         newline.
5348         (nnmbox-request-accept-article): Don't change article in source buffer;
5349         narrow to header to use message-fetch-field rather than
5350         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5351         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5352         as delimiters; make sure article ends with newline.
5353         (nnmbox-delete-mail): Correct last position of article to be deleted;
5354         ignore X-Gnus-Newsgroup header in article body.
5355         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5356         positions; make sure article ends with newline.
5357
5358         * message.el (message-display-abbrev): Don't infloop when a user
5359         inserts SPC in the beginning of header.
5360
5361         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5362         coding-system-for-read and coding-system-for-write for XEmacs having no
5363         file-coding feature.
5364
5365         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5366
5367 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5370         list of groups not followed by default.  Fix type to be regexp.
5371         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5372
5373 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5374
5375         * hmac-def.el (define-hmac-function): Switch from old-style to
5376         new-style backquotes.
5377
5378         * md4.el (md4-make-step): Likewise.
5379
5380 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5383         raw-text coding system when saving .newsrc file, which may contain
5384         non-ASCII group names.
5385
5386 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * gnus-cus.el (gnus-score-extra): New widget.
5389         (gnus-score-extra-convert): New function.
5390         (gnus-score-customize): Use it for Extra.
5391
5392 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5393
5394         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5395         (mml2015-mailcrypt-clear-verify): Use it.
5396         (mml2015-gpg-clear-verify): Use it.
5397         (mml2015-pgg-clear-verify): Use it.
5398         (mml2015-epg-clear-verify): Replace the current part with the output
5399         from GnuPG; don't extract the plaintext by itself.
5400
5401         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5402         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5403         mml2015-clear-verify-function; don't touch the armor headers or
5404         dash-escaped text here.
5405
5406 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5409         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5410         parts, or application/octet-stream as a last resort.
5411         (gnus-mime-view-part-as-type): Don't toggle display.
5412         (gnus-mime-view-part-as-charset): Don't turn off display before
5413         querying charset.
5414
5415         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5416         stuff to undisplayer function in Emacs.
5417         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5418
5419         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5420         text/calendar parts.
5421
5422 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5425         decoding text/calendar parts.
5426
5427         * message.el (message-forward-make-body-mime): Always mark body as
5428         having no illegible text; remove signed-or-encrypted argument.
5429         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5430
5431         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5432         (mml-generate-mime-1): Don't encode body if it is specified to be in
5433         raw form; don't make buffer be unibyte when inserting multibyte string.
5434
5435 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5436
5437         * sha1.el: Fix up comment style.
5438         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5439         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5440
5441         * hex-util.el: Fix up comment style.
5442         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5443
5444         * gnus-salt.el: Use with-current-buffer.
5445         (gnus-pick-setup-message): Fix long-standing typo.
5446
5447 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * imap.el (imap-logout-timeout): New variable.
5450         (imap-logout, imap-logout-wait): New functions.
5451         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5452
5453         * nnimap.el (nnimap-logout-timeout): New server variable.
5454         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5455         nnimap-logout-timeout.
5456
5457         * gnus-art.el (gnus-article-summary-command-nosave)
5458         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5459
5460 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * gnus.el (gnus-maximum-newsgroup): New variable.
5463
5464         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5465         according to gnus-maximum-newsgroup.
5466
5467         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5468         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5469         Limit the range of articles according to gnus-maximum-newsgroup.
5470
5471 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5472
5473         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5474         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5475         Don't perform gnus-configure-windows here; reuse existing sticky
5476         article buffer.
5477
5478         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5479         it doesn't exist in gnus-article-mode.
5480
5481 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5484         (gnus-agent-decoded-group-name): New function.
5485         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5486         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5487
5488 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5489
5490         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5491         Add binding for gnus-sticky-article.
5492         (gnus-summary-exit): Don't kill sticky article buffers.
5493
5494         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5495         article buffer.
5496         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5497         (gnus-kill-sticky-article-buffers): New commands.
5498
5499 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * nntp.el (nntp-xref-number-is-evil): New server variable.
5502         (nntp-find-group-and-number): If it is non-nil, don't trust article
5503         numbers in the Xref header.
5504
5505 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-agent.el (gnus-agent-read-group): New function.
5508         (gnus-agent-flush-group, gnus-agent-expire-group)
5509         (gnus-agent-regenerate-group): Use it.
5510         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5511         nnmail-pathname-coding-system.
5512
5513 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5516
5517         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5518         that are unread as unread, and also as selected so that information of
5519         marks having been changed by a user may be updated when exiting group.
5520
5521 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5524         calculated ignoring signature parts to gnus-treat-article.
5525
5526 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5529         a point here in order to keep the window start.
5530         (gnus-insert-mime-security-button): Make a button overlay without the
5531         front stickiness.
5532         (gnus-mime-display-security): Goto the end of a button.
5533
5534         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5535
5536 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5539         group-name-at-point.
5540         (gnus-group-completing-read): New function that offers decoded
5541         non-ASCII group names for completion.
5542         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5543         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5544         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5545         (gnus-group-fetch-control): Use it.
5546         (gnus-fetch-group): Use group-name-at-point for the initial value
5547         rather than the default value; use gnus-alive-p.
5548
5549         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5550         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5551         (gnus-summary-post-news): Use gnus-group-completing-read.
5552
5553         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5554         (gnus-read-move-group-name): Decode group name for completion.
5555
5556 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5559         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5560         Yamaoka slightly modified the code).
5561
5562 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5565         (nnmail-split-incoming): Bind it.
5566
5567         * nnml.el (nnml-group-name-charset): New function.
5568         (nnml-decoded-group-name): Use it; don't decode group name if
5569         nnmail-group-names-not-encoded-p is non-nil.
5570         (nnml-encoded-group-name): New function.
5571         (nnml-group-pathname): Inline nnml-decoded-group-name.
5572         (nnml-request-expire-articles): Decode group name in message.
5573         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5574         nnmail-pathname-coding-system.
5575         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5576         not decoded ones according to nnmail-group-names-not-encoded-p.
5577         (nnml-generate-active-info): Use nnml-encoded-group-name.
5578
5579 2007-08-08  Glenn Morris  <rgm@gnu.org>
5580
5581         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5582         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5583         doc-strings and comments.
5584
5585 2007-07-25  Glenn Morris  <rgm@gnu.org>
5586
5587         * Relicense all FSF files to GPLv3 or later.
5588
5589 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-sum.el (gnus-summary-move-article): Make
5592         gnus-summary-respool-article work.
5593
5594 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5597         string.
5598
5599 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5600
5601         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5602         that should be ignored when comparing distant RSS articles with local
5603         ones.
5604         (nnrss-make-hash-index): New function.  Create a hash index according
5605         to the ignored fields.
5606         (nnrss-check-group): Use it.
5607
5608 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5611
5612         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5613
5614         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5615         the new optional argument ENCODED is non-nil.
5616         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5617         coding system for encoding group name.
5618         (gnus-group-make-rss-group): Pass un-encoded group name to
5619         gnus-group-make-group.
5620         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5621         encoded.
5622
5623         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5624         Encode group name to which articles are moved or copied.
5625         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5626         coding system for encoding Newsgroup, Followup-To and Xref headers.
5627
5628         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5629         marks; use nnheader-file-coding-system to write a file.
5630         (nnagent-retrieve-headers): Bind file-name-coding-system to
5631         nnmail-pathname-coding-system.
5632
5633         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5634
5635         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5636         (nnml-request-article, nnml-request-create-group)
5637         (nnml-request-rename-group, nnml-find-id)
5638         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5639         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5640         (nnml-save-marks): Use nnml-group-pathname instead of
5641         nnmail-group-pathname.
5642
5643         (nnml-request-create-group, nnml-request-expire-articles)
5644         (nnml-request-move-article, nnml-request-delete-group)
5645         (nnml-deletable-article-p, nnml-possibly-create-directory)
5646         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5647         (nnml-open-marks): Bind file-name-coding-system to
5648         nnmail-pathname-coding-system.
5649
5650         (nnml-request-article): Pass server argument to nnml-find-group-number.
5651         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5652         server argument to nnml-possibly-create-directory.
5653         (nnml-request-accept-article): Pass server argument to
5654         nnml-active-number and nnml-save-mail.
5655         (nnml-find-group-number): Pass server argument to nnml-find-id.
5656         (nnml-request-update-info): Pass server argument to
5657         nnml-marks-changed-p.
5658
5659         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5660         (nnml-save-mail, nnml-active-number): Add server argument.
5661
5662         (nnml-request-delete-group): Warn if group is missing.
5663         (nnml-get-nov-buffer): Decode group name.
5664         (nnml-generate-active-info): Encode group name.
5665         (nnml-open-marks): Decode group name in messages.
5666
5667 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5670         if it is not specified.
5671         (gnus-article-pipe-part, gnus-article-save-part)
5672         (gnus-article-interactively-view-part, gnus-article-copy-part)
5673         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5674         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5675         (gnus-article-replace-part, gnus-article-delete-part)
5676         (gnus-article-view-part-as-type): Pass raw prefix argument to
5677         gnus-article-part-wrapper.
5678
5679 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-agent.el (gnus-agent-save-active): Bind
5682         nnheader-file-coding-system to gnus-agent-file-coding-system.
5683
5684         * gnus-cache.el (gnus-cache-save-buffers)
5685         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5686         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5687         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5688         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5689         (gnus-cache-generate-active, gnus-cache-rename-group)
5690         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5691         (gnus-cache-update-overview-total-fetched-for): Bind
5692         file-name-coding-system to nnmail-pathname-coding-system.
5693         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5694         variables.
5695         (gnus-cache-decoded-group-name): New function.
5696         (gnus-cache-file-name): Use it.
5697         (gnus-cache-generate-active): Use non-decoded group name for active.
5698
5699         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5700         right place.
5701         (gnus-write-active-file): Don't break non-ASCII group names.
5702
5703         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5704         nnmail-pathname-coding-system.
5705
5706         * lpath.el: Bind default-file-name-coding-system,
5707         file-name-coding-system and language-info-alist for XEmacs.
5708
5709         * gnus-uu.el (gnus-uu-decode-save): Typo.
5710
5711 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5714
5715 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5718         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5719         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5720         (gnus-agent-flush-group, gnus-agent-flush-cache)
5721         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5722         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5723         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5724         (gnus-agent-regenerate-group)
5725         (gnus-agent-update-files-total-fetched-for)
5726         (gnus-agent-update-view-total-fetched-for): Bind
5727         file-name-coding-system to nnmail-pathname-coding-system.
5728         (gnus-agent-group-pathname): Don't encode file names by
5729         nnmail-pathname-coding-system.
5730         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5731         coding-system-for-write instead of buffer-file-coding-system to
5732         gnus-agent-file-coding-system.
5733
5734         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5735         Decode group name.
5736
5737         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5738
5739         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5740         (gnus-read-newsrc-el-file): Make group names unibyte.
5741
5742         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5743         nnmail-pathname-coding-system.
5744
5745         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5746         (nnrss-request-delete-group): Bind file-name-coding-system to
5747         nnmail-pathname-coding-system.
5748         (nnrss-read-server-data, nnrss-read-group-data): Bind
5749         file-name-coding-system correctly.
5750         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5751
5752         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5753         (nntp-server-to-method-cache): New variable.
5754         (nntp-group-pathname): New function that decodes non-ASCII group names.
5755         (nntp-possibly-create-directory, nntp-marks-changed-p)
5756         (nntp-save-marks, nntp-open-marks): Use it.
5757         (nntp-possibly-create-directory, nntp-open-marks):
5758         Bind file-name-coding-system to nnmail-pathname-coding-system.
5759         (nntp-open-marks): Decode group names when bootstrapping marks.
5760
5761         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5762         Newsgroups and Folowup-To headers.
5763
5764 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5767         (gnus-server-closed-face, gnus-server-denied-face)
5768         (gnus-server-offline-face): Remove variable.
5769         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5770
5771         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5772         of modifying message-stack directly for XEmacs.
5773
5774         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5775         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5776         if the coding-system argument is nil for XEmacs.
5777
5778         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5779         mm-charset-override-alist.
5780
5781         * rfc2047.el: Don't require base64; require rfc2045 for the function
5782         rfc2045-encode-string.
5783         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5784         to quote the parameter value.
5785
5786 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5789         form in gnus-group-name-charset-method-alist.
5790
5791         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5792         overrides the default layout edit-form.
5793
5794         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5795
5796         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5797
5798 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5801         as unfetched articles.
5802
5803 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5804
5805         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5806
5807 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5810         original back end that keeps marks in the local system.
5811
5812 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5815         arg of pop-to-buffer for XEmacs.
5816         (gnus-article-read-summary-keys): Ditto; don't restore window
5817         configuration if summary command ends up with neither article buffer
5818         nor summary buffer; describe bindings if summary keys end with C-h.
5819
5820 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * message.el (message-fix-before-sending): Skip raw message part to be
5823         forwarded while checking illegible text.
5824         (message-forward-make-body-mime, message-forward-make-body): Mark
5825         signed or encrypted raw message as having no illegible text.
5826
5827 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5830         (gnus-message-with-timestamp-1): New macro.
5831         (gnus-message-with-timestamp): New function.
5832         (gnus-message): Use them.
5833
5834         * nnheader.el (nnheader-message): Use them.
5835
5836 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5837
5838         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5839         .newsrc.eld file.
5840
5841 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-agent.el (gnus-agent-fetch-headers)
5844         (gnus-agent-retrieve-headers): Bind
5845         gnus-decode-encoded-address-function to identity.
5846
5847         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5848         available also when the server returns simply a dot.
5849
5850         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5851
5852 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5855
5856 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-ems.el (gnus-x-splash): Make it work.
5859
5860         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5861         from being used.
5862
5863         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5864
5865 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5868         4th and the 5th arguments.
5869
5870         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5871         the front stickiness.
5872         (gnus-article-summary-command-nosave): Correct the order of the
5873         arguments passed to pop-to-buffer.
5874         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5875         summary command ends up with the article buffer.
5876
5877         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5878         the same faces.
5879
5880 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5881
5882         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5883
5884 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5885
5886         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5887         * gnus-sum.el (gnus-summary-highlight):
5888         * pgg.el (pgg-sign-region, pgg-sign):
5889         * mail-source.el (mail-source-delete-old-incoming-confirm):
5890         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5891
5892 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-mime-view-part-externally)
5895         (gnus-mime-view-part-internally): Fix predicate function passed to
5896         completing-read.
5897
5898         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5899
5900         * gnus.el (gnus-update-message-archive-method): Add :version.
5901
5902 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus.el (gnus-update-message-archive-method): New variable.
5905
5906         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5907         according to gnus-message-archive-method if
5908         gnus-update-message-archive-method is non-nil.
5909
5910 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5913         by Loic Dachary <loic@dachary.org>.
5914         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5915
5916 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * message.el (message-pop-to-buffer): Add switch-function argument.
5919         (message-mail): Pass switch-function argument to it.
5920
5921 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5924         Improve doc string.
5925
5926 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5929         (gnus-header-content)
5930         * gnus-cite.el (gnus-cite-10)
5931         * gnus-srvr.el (gnus-server-closed)
5932         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5933         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5934         (gnus-group-mail-3-empty, gnus-group-mail-low)
5935         (gnus-group-mail-low-empty, gnus-splash)
5936         * message.el (message-header-to, message-header-cc)
5937         (message-header-subject, message-header-other, message-header-name)
5938         (message-header-xheader, message-separator, message-cited-text)
5939         (message-mml): Lighten colors of faces used for dark background.
5940
5941 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5942
5943         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5944         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5945
5946 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * message.el (message-narrow-to-headers-or-head):
5949         Ignore mail-header-separator in the body.
5950
5951 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5954         same as window size.
5955
5956 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5957
5958         * message.el (message-font-lock-keywords): Use message-header-xheader
5959         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5960         ahead of the anything pattern, to get it recognised.
5961
5962 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5965         spam.el loads uses it in the compiled defadvice form.
5966
5967 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5968
5969         * gnus-sum.el (gnus-articles-to-read)
5970         (gnus-summary-insert-old-articles): Don't truncate group name for
5971         `read-string'.
5972
5973         * gnus-util.el (gnus-limit-string): Delete this function.
5974
5975         * gnus-sum.el (gnus-simplify-subject-fully): Use
5976         `truncate-string-to-width' instead.
5977
5978 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5979
5980         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5981         if, on summary exit, the next group has to be selected.
5982         (gnus-summary-exit): Use it.
5983
5984 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5985
5986         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5987         non-break space.
5988
5989 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5992         Check if group is not a directory.
5993         (nnfolder-request-expire-articles): Don't delete articles if the target
5994         group is not available.
5995
5996         * nnml.el (nnml-request-create-group): Properly check if group is not a
5997         file.
5998         (nnml-request-expire-articles): Don't delete articles if the target
5999         group is not available.
6000
6001         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6002         Don't quote characters that are within parentheses.
6003
6004 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6007         (gnus-handle-ephemeral-exit): Select article according to it.
6008
6009 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * message.el (message-insert-formated-citation-line): Remove newline.
6012         (message-citation-line-format): Add final \n here so that the user can
6013         avoid a blank line.
6014
6015 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6016
6017         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6018         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6019         Update lanl/arXiv support.
6020
6021 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * gnus.el: Bump version number.
6024
6025 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus.el (gnus-version-number): Bump version.
6028
6029 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6030
6031         * gnus.el: No Gnus v0.6 is released.
6032
6033 2007-04-27  Didier Verna  <didier@xemacs.org>
6034
6035         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6036         * gmm-utils.el (gmm-regexp-concat): here.
6037         * message.el: Don't require 'gnus-util.
6038         (message-dont-reply-to-names): Handle name change above.
6039         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6040
6041 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6044         since the initial value varies according to the system.
6045
6046 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6049
6050 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6051
6052         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6053
6054 2007-04-24  Didier Verna  <didier@xemacs.org>
6055
6056         Improve the type of gnus-ignored-from-addresses.
6057         * gnus-util.el (gnus-orify-regexp): New function.
6058         * message.el (gnus-util): Require it.
6059         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6060         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6061         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6062
6063 2007-04-24  Didier Verna  <didier@xemacs.org>
6064
6065         * gnus-sum.el:
6066         * gnus-utils.el: Fix some trailing whitespaces.
6067
6068 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6071         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6072         article's Message-ID; refer parent article in summary buffer.
6073
6074         * message.el (message-bounce): Call mime-to-mml.
6075
6076         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6077         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6078         optimize and/or forms properly.
6079
6080 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6083         URL.
6084
6085 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6088
6089 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6092         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6093         displayed of multipart/alternative part if it is invoked from summary
6094         buffer.
6095
6096         * mm-view.el (mm-inline-text-html-render-with-w3m)
6097         (mm-inline-text-html-render-with-w3m-standalone)
6098         (mm-inline-render-with-function): Use mail-parse-charset by default.
6099
6100 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6101
6102         * parse-time.el (parse-time-string-chars): Check if CHAR
6103         is less than the length of parse-time-syntax.
6104
6105 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6108         from gnus-newsgroup-processable.
6109
6110 2007-04-16  Didier Verna  <didier@xemacs.org>
6111
6112         * gnus-msg.el (gnus-configure-posting-styles): Handle
6113         message-signature-directory properly with :file syntax.  Reported by
6114         "Leo".
6115
6116 2007-04-11  Didier Verna  <didier@xemacs.org>
6117
6118         New user option: message-signature-directory.
6119         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6120         * message.el (message-insert-signature): Ditto.
6121         * message.el (message-signature-file): Doc update.
6122         * message.el (message-signature-directory): New.
6123
6124 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * gnus-msg.el (gnus-inews-yank-articles): Use
6127         message-exchange-point-and-mark instead of exchange-point-and-mark.
6128
6129 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * message.el (message-yank-original): Make sure cited text ends with
6132         newline; don't exchange point and mark.
6133
6134 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6135
6136         * tls.el (open-tls-stream): Properly handle case where there
6137         is no associated buffer.
6138
6139 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6140
6141         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6142         message-yank-original, make sure (< mark TEXT point).
6143
6144 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6145
6146         * message.el (message-fill-column): New variable.
6147         (message-mode): Use it.  Add comment on a possible new hook.
6148
6149         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6150         (nnmail-get-new-mail): Reformat.
6151
6152         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6153
6154         * gmm-utils.el: Fix Commentary.
6155         (gmm-tool-bar-from-list): Fix typo in doc string.
6156
6157 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6158
6159         * message.el (message-yank-original): Don't switch point and mark
6160         unnecessarily to put point and mark as documented.
6161
6162 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6163
6164         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6165         from the message heads.
6166
6167 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6168
6169         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6170         article buffer does not have a window.  This may not be the best
6171         solution but is certainly better than setting the start of the null,
6172         that is the current, window.
6173
6174 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6177         (gnus-draft-setup): Run it.
6178
6179         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6180         gnus-score-fast-scoring.  Allow regexp.
6181         (gnus-score-headers): Use it.
6182
6183         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6184         XEmacs.
6185
6186         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6187         string.
6188         (gnus-button-alist): Also catch `<f1> k ...'.
6189         (gnus-treat-display-x-face): Fix doc string.
6190
6191 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6192
6193         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6194         evaluation of gnus-extended-version to ensure correct generation of the
6195         User-Agent header when message-generate-headers-first is used.
6196
6197 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6198
6199         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6200         hashcash-path is nil.  Don't call callback with incorrect number of
6201         parameters if val is 0.
6202
6203 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6204
6205         * message.el (message-required-news-headers):
6206         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6207
6208 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6209
6210         * tls.el (open-tls-stream): In handshake-waiting loop,
6211         don't wait more if there is output available to process.
6212
6213 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6214
6215         * tls.el (tls-program): Doc fix.
6216
6217 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * message.el (message-generate-new-buffers): Change the meaning of the
6220         nil value; add `standard' to the choices; treat t as `unique'; improve
6221         doc string.
6222         (gnus-select-frame-set-input-focus): Autoload.
6223         (message-buffer-name): Search for the existing message buffer if
6224         message-generate-new-buffers is nil or `standard'; treat the value t of
6225         message-generate-new-buffers as `unique'.
6226         (message-pop-to-buffer): Raise the frame already displaying the message
6227         buffer; clear the echo area after querying.
6228         (message-setup): Pass the `continue' argument to compose-mail.
6229         (message-mail): Prefer `switch-function' if it is given; search for the
6230         existing message buffer if the `continue' argument is non-nil; pass
6231         continue and switch-function arguments to compose-mail by way of
6232         message-setup.
6233         (message-mail-other-window): Adjust argument of message-setup.
6234         (message-mail-other-frame): Ditto.
6235
6236 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6239         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6240         to turn font-lock on when turning gnus-message-citation-mode on.
6241
6242 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6243
6244         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6245         (mml-smime-function-alist): New variable; add epg as the backend.
6246         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6247         mml-smime- functions instead.
6248         * mm-view.el: Require smime.
6249
6250 2007-03-05  Didier Verna  <didier@xemacs.org>
6251
6252         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6253         instead of just inheritance for posting styles.
6254         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6255
6256 2007-02-24  Chris Moore  <dooglus@gmail.com>
6257
6258         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6259         * pgg-pgp.el (pgg-pgp-encrypt-region):
6260         * pgg-gpg.el (pgg-gpg-encrypt-region):
6261         Check pgg-encrypt-for-me if no other recipients.
6262
6263 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6264
6265         * tls.el (tls-certtool-program): Fix custom type.
6266
6267 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6270         and point-at-eol instead of line-(beginning|end)-position.
6271
6272         * assistant.el (assistant-parse-buffer): Ditto.
6273
6274         * netrc.el (netrc-parse-services): Ditto.
6275
6276 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6277
6278         * mml2015.el (mml2015-epg-find-usable-key): New function.
6279         (mml2015-epg-sign): Use it.
6280         (mml2015-epg-encrypt): Use it.
6281
6282 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * message.el (message-make-in-reply-to): Quote name containing
6285         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6286         if there are special characters.  Reported by NAKAJI Hiroyuki
6287         <nakaji@jp.freebsd.org>.
6288
6289 2007-02-27  Didier Verna  <didier@xemacs.org>
6290
6291         Include the group parameters as well as the topic ones in the
6292         inheritance filter process.
6293         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6294         argument GROUP-PARAMS-LIST.
6295         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6296
6297 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * nntp.el (nntp-never-echoes-commands)
6300         (nntp-open-connection-functions-never-echo-commands): New variables.
6301         (nntp-send-command): Use them.
6302
6303 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6304
6305         * mml2015.el (mml2015-epg-verify): Simplified.
6306
6307 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * mml.el (mml-content-disposition-alist): New user option.
6310         (mml-content-disposition): New function.
6311         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6312         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6313
6314 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6315
6316         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6317         verification.
6318
6319 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6320
6321         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6322         articles posted in the last 24 hours.
6323
6324 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6325
6326         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6327
6328 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6329
6330         * nntp.el (nntp-send-command): Don't wait for echoes when
6331         nntp-open-ssl-stream is used.
6332
6333 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6336         (gnus-message-add-citation-keywords)
6337         (gnus-message-remove-citation-keywords): Remove.
6338         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6339         directly, make the variables in font-lock-defaults buffer-local, add
6340         gnus-message-citation-keywords to them and then update the value of
6341         font-lock-keywords.
6342
6343 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * message.el (message-cite-original-1): Don't call
6346         gnus-article-highlight-citation.
6347
6348         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6349         citations; fix line count.
6350
6351 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6354         (gnus-message-add-citation-keywords)
6355         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6356         versions of font-lock-add-keywords and font-lock-remove-keywords to
6357         work with XEmacs correctly.
6358
6359 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-cite.el (gnus-cite-face-list): Set the values of
6362         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6363         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6364         (gnus-message-cite-prefix-regexp): New variable.
6365         (gnus-message-search-citation-line): Use it; protect against long
6366         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6367         the 0th match data for Emacs.
6368         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6369         (gnus-message-add-citation-keywords): Append keywords rather than
6370         prepending; emulate font-lock-add-keywords if it is not available.
6371         (gnus-message-remove-citation-keywords): Emulate
6372         font-lock-remove-keywords if it is not available.
6373
6374         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6375
6376         * message.el (message-cite-prefix-regexp): Set the value of
6377         gnus-message-cite-prefix-regexp.
6378
6379 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6380
6381         * nnweb.el (nnweb-google-parse-1): Update parser.
6382
6383 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6384
6385         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6386
6387 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6388
6389         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6390         regexp.
6391
6392 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6395         string-to-multibyte.
6396         (uudecode-decode-region-internal): Use it.
6397
6398         * lpath.el: Fbind string-as-multibyte for XEmacs.
6399
6400 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6403         custom choice.
6404
6405         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6406
6407 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6408
6409         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6410
6411         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6412         `write-region' to respect `mm-inhibit-file-name-handlers'.
6413
6414 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6417         Use gnus-home-directory instead of "~/" or "$HOME".
6418
6419 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6420
6421         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6422         to mention filename.
6423         Add comments at beginning regarding usage.
6424         (encrypt-write-file-contents): Change interactive so a string is
6425         acceptable.  If the file has no associated model, show an error instead
6426         of a nonsense prompt.
6427
6428 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6429
6430         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6431         Thanks to Yoshihiko Yamada for kind notification of this typo.
6432
6433 2007-01-12  Kenichi Handa  <handa@m17n.org>
6434
6435         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6436         multibyte buffer.
6437
6438 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * gnus-score.el (gnus-score-fast-scoring): New variable.
6441         (gnus-score-headers): Use it.
6442
6443         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6444
6445         * message.el (message-cite-original-1): Call
6446         gnus-article-highlight-citation if requested.
6447         (message-make-from): Allow name and address as optional arguments.
6448
6449         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6450
6451         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6452         bugs to doc string.
6453         (gnus-button-alist): Add mid\\|message-id.
6454         (gnus-button-fetch-group): Extend for use in
6455         `browse-url-browser-function'.
6456         (gnus-button-url-regexp): Try to catch paired parentheses like in
6457         Wikipedia URLs.
6458
6459         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6460         Suggested by Simon Krahnke <overlord@gmx.li>.
6461
6462 2007-01-13  Romain Francoise  <romain@orebokech.com>
6463
6464         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6465         Update copyright.
6466
6467 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6468
6469         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6470
6471 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6472
6473         * gnus-registry.el (gnus-registry-unfollowed-groups)
6474         (gnus-registry-split-fancy-with-parent): Fix documentation.
6475
6476 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6479         from nnweb groups.
6480
6481 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6482
6483         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6484         Xref urls.  Erase buffer before requesting head.
6485
6486 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6489         customizable.
6490
6491 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6492
6493         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6494         no signing key is found.
6495         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6496         no encrypting and/or signing key is found.
6497
6498 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6501
6502 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6503
6504         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6505         headers read from disk with the ones newly found in the current search.
6506         This should no longer cause problems, because the article numbers in
6507         Gmane's `nov.php' output are ignored since the previous change.
6508
6509 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6510
6511         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6512
6513 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6516         replace-regexp-in-string; bind url-version; fbind display-images-p and
6517         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6518         find-face and set-itimer-function for Emacs; bind itimer-list for
6519         Emacs.
6520
6521         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6522
6523 2007-01-01  Romain Francoise  <romain@orebokech.com>
6524
6525         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6526
6527 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6528
6529         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6530         `define-minor-mode' macro definition expanded properly.
6531         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6532         exclude it there.
6533
6534         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6535         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6536         `fboundp' test.
6537         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6538         This is OK to autoload in (S)XEmacs now.
6539
6540 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6543         keystroke.
6544         (gnus-summary-limit-to-singletons): Fix typo.
6545
6546         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6547         else fails.
6548
6549 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6550
6551         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6552         docstring.
6553
6554         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6555         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6556         (gnus-summary-insert-dormant-articles): Fix typo in message.
6557
6558 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6559
6560         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6561         nil for XEmacs.
6562         (gnus-message-citation-mode): Don't autoload in XEmacs.
6563
6564         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6565
6566 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6567
6568         * nnimap.el (nnimap-expunge-search-string): Mention
6569         nnimap-search-uids-not-since-is-evil in docstring.
6570
6571 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * spam.el: Revert to make-obsolete-variable because
6574         define-obsolete-variable-alias is not supported in Emacs 21.
6575
6576         * spam.el (spam-ifile-path, spam-ifile-database-path)
6577         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6578         make-obsolete-variable.
6579         (spam-bsfilter-path, spam-bsfilter-program)
6580         (spam-spamassassin-path, spam-spamassassin-program)
6581         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6582         use "path" inappropriately.
6583         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6584         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6585         variable names.
6586
6587 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6588
6589         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6590         summary buffer.
6591
6592         * password.el (password-cache-remove): Use clear-string to burn
6593         password, if available.
6594
6595 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6596
6597         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6598
6599         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6600
6601         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6602         (gnus-message-highlight-citation): Move defcustom here from
6603         gnus-cite.el.
6604         (gnus-message-citation-mode): Autoload.
6605
6606         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6607         checks to make it compile with XEmacs.
6608         (gnus-message-citation-mode): New minor mode.
6609         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6610         (gnus-message-highlight-citation): New variables.
6611         (gnus-message-search-citation-line)
6612         (gnus-message-add-citation-keywords)
6613         (gnus-message-remove-citation-keywords)
6614         (turn-on-gnus-message-citation-mode)
6615         (turn-off-gnus-message-citation-mode): New functions.
6616
6617 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6618
6619         * gnus-cite.el: Enable highlighting of different citation levels in
6620         message-mode.
6621
6622 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * message.el (message-make-fqdn): Fix comment.
6625         (message-bogus-system-names): Add ".local".
6626
6627         * spam.el (spam-ifile-path, spam-ifile-program)
6628         (spam-ifile-database-path, spam-ifile-database)
6629         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6630         Don't use "path" inappropriately.
6631         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6632         strings.
6633         (spam-check-ifile, spam-ifile-register-with-ifile)
6634         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6635         new variable names.
6636
6637         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6638         (gnus-treat-display-smileys): Simplify using
6639         gnus-image-type-available-p.
6640
6641         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6642         available.
6643
6644         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6645         `display-images-p' if available.
6646
6647 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6650         one after turning on the buffer's multibyteness instead of decoding
6651         them directly in the unibyte buffer that causes unexpected conversion
6652         in Emacs 23 (unicode).
6653
6654 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6655
6656         * message.el (message-generate-hashcash): Fix custom type.
6657
6658 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6661
6662 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6665         disconnect icons.  Add help text.
6666
6667 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6668
6669         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6670         negated to be consistent with the others we handle.
6671
6672 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673
6674         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6675         version of gnus-summary-buffer to something, so that we can use two
6676         article buffers at the same time.
6677
6678 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6681         trigger all the extra headers.
6682         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6683         sorting.
6684
6685 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6686
6687         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6688         solid groups.
6689
6690 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6691
6692         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6693
6694 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * legacy-gnus-agent.el: Add Copyright notice.
6697
6698 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6699
6700         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6701
6702 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6703
6704         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6705
6706         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6707         to make it work reliably in CVS Emacs.
6708         (gnus-summary-limit-strange-charsets-predicate)
6709         (gnus-summary-limit-to-predicate): New functions.
6710
6711 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6712
6713         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6714         specifying array size.
6715         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6716         array if it is too small.
6717         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6718         (gnus-sort-threads-loop): New function.
6719
6720 2006-12-06  Chris Moore  <dooglus@gmail.com>
6721
6722         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6723         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6724
6725 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6726
6727         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6728         options.
6729
6730 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6731
6732         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6733         DOS-ing the recipient.
6734
6735         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6736         the headers when creating the mapping to avoid mismappings.
6737         (nnweb-gmane-create-mapping): Always nix out old mapping.
6738
6739 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6742         and mm-verify-option to never.
6743
6744 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * message.el (message-signed-or-encrypted-p): New function.
6747         (message-forward-make-body): Use it.
6748
6749         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6750         Replace encode-coding-string with mm-encode-coding-string.
6751
6752 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * nneething.el (nneething-decode-file-name): Replace
6755         decode-coding-string with mm-decode-coding-string.
6756
6757         * gnus-int.el (gnus-open-server): Say failed server's name.
6758
6759 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6760
6761         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6762         strings to a single string.  Quote `errors-file-name'.
6763         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6764         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6765         Adjust calls.  Use `shell-quote-argument'.
6766
6767 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6768
6769         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6770         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6771
6772         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6773         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6774         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6775         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6776         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6777         (gnus-subscribe-newsgroup, gnus-1):
6778         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6779         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6780         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6781         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6782
6783 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6784
6785         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6786         keystroke.
6787         (gnus-summary-limit-to-bodies): Implement headersp.
6788
6789 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6790
6791         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6792
6793 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6796
6797 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798
6799         * message.el (message-generate-hashcash): Expand range of values to
6800         include `opportunistic'.
6801         (message-send-mail): Use it.
6802
6803 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6804
6805         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6806         and comment it.
6807
6808         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6809
6810 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * gnus-util.el (gnus-extract-address-components): Improve comment.
6813
6814 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-util.el (gnus-extract-address-components): Work with address in
6817         which the name portion contains @.
6818
6819         * lpath.el: Fbind custom-autoload.
6820
6821 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus.el (gnus-start): Move custom group up.
6824         (gnus-select-method): Don't autoload, but make it available for
6825         `customize-variable'.
6826         (gnus-getenv-nntpserver): Don't autoload.
6827
6828 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6831
6832 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6833
6834         * message.el (message-sendmail-extra-arguments): New variable.
6835         (message-send-mail-with-sendmail): Use it.
6836
6837 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6840         mm-with-unibyte-current-buffer to make string unibyte.
6841
6842         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6843         mm-string-as-multibyte.
6844
6845 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6846
6847         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6848         Reported by Werner Koch <wk@gnupg.org>.
6849
6850 2006-11-14  Daiki Ueno  <ueno@p360>
6851
6852         * mml2015.el: Autoload epa-select-keys when compiling.
6853
6854 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6855
6856         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6857         message-options.
6858         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6859
6860 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6861
6862         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6863         EasyPG (< 0.0.6).
6864         (mml2015-always-trust): New user option.
6865         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6866         prompt.
6867
6868 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * nntp.el (nntp-authinfo-force): New variable.
6871         (nntp-send-authinfo): Use it.
6872
6873 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6876         decode encoded words.  Improve prompt.  Add comment about forwarding.
6877         (message-replacement-char): Move up.
6878
6879 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6880
6881         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6882         instead of gnus-intersection because arguments of gnus-sorted-nunion
6883         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6884
6885 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6888         (message-simplify-subject-functions): Enable
6889         message-strip-subject-encoded-words by default.
6890
6891 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * message.el (message-strip-subject-encoded-words): New function.
6894         (message-simplify-subject-functions): New variable.
6895         (message-simplify-subject): Use it.  Fix typo in doc string.
6896         Support message-strip-subject-encoded-words.
6897
6898 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6899
6900         * gnus-diary.el (gnus-diary-delay-format-function):
6901         * nndiary.el (nndiary-reminders):
6902         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6903
6904 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * gnus-art.el (article-hide-boring-headers): Fetch date from
6907         gnus-original-article-buffer to avoid problems with localized date
6908         strings.
6909
6910 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6913
6914 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6917         New variables.
6918         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6919         (mm-charset-synonym-alist): Move some entries to
6920         mm-codepage-iso-8859-list.
6921         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6922         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6923
6924 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6927
6928 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6931         with Emacs 21 and XEmacs.
6932
6933 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * spam.el (spam-parse-address): New function for better parsing,
6936         catching errors, etc.
6937         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6938
6939 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * mm-view.el: Add interactive arg to html2text autoload.
6942
6943 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6946
6947 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6950         variables.
6951         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6952         (mm-charset-synonym-alist): Move some entries to
6953         mm-codepage-iso-8859-list.
6954
6955         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6956
6957 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * message.el (message-citation-line-format)
6960         (message-insert-formated-citation-line): Fix implementation of %E, %N
6961         and %n according to the doc string.
6962
6963 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6966         car-safe to avoid bad parses.
6967
6968 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6971         names.
6972
6973         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6974
6975 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6978         header.
6979
6980         * message.el (message-draft-headers): Add Date.
6981         (message-headers-to-generate): Fix typo in docstring.
6982
6983         * nndraft.el (nndraft-required-headers): New variable.
6984         (nndraft-generate-headers): Use it.
6985
6986         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6987
6988 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         * gnus-registry.el (gnus-registry-wash-for-keywords)
6991         (gnus-registry-find-keywords): New functions to allow easy searching of
6992         articles that are in the registry.
6993
6994 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6997         ietf-drums-parse-address instead of gnus-extract-address-components.
6998         Reported by Damien Elmes <damien@repose.cx>.
6999
7000 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * gnus.el (gnus-mime): Remove unused custom group.
7003
7004 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7005
7006         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7007         "blank line" when searching for end of armor headers.
7008
7009 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gmm-utils.el (gmm-write-region): Fix variable name.
7012
7013 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * gmm-utils.el (gmm-write-region): New function based on compatibility
7016         code from `mm-make-temp-file'.
7017
7018         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7019
7020         * nnmaildir.el (nnmaildir--update-nov)
7021         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7022         Use `gmm-write-region'.
7023
7024 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7027         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7028
7029         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7030
7031         * message.el (message-replacement-char): New variable.
7032         (message-fix-before-sending): Use it.
7033         (message-simplify-subject): New function to remove duplicate code.
7034         (message-reply, message-followup): Use it.
7035
7036         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7037         gnus-summary-limit-to-articles.
7038
7039 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-util.el (gnus-with-local-quit): New macro.
7042
7043         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7044
7045 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7046
7047         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7048         ignore non-string data.
7049
7050 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7051
7052         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7053         non-string data (needs to be done in the registry too).
7054
7055 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7058         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7059         (gnus-registry-split-fancy-with-parent)
7060         (gnus-registry-fetch-simplified-message-subject-fast)
7061         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7062         Remove text properties on ingress into the registry and when it's saved.
7063         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7064         registry from entries with no groups.
7065
7066 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7067
7068         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7069         function to remove string properties.
7070
7071 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * gmm-utils.el (gmm): Adjust custom version.
7074
7075         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7076         custom version.
7077
7078         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7079
7080 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * gnus-art.el (gnus-insert-prev-page-button)
7083         (gnus-insert-next-page-button): Simplify.  Reformat.
7084
7085 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7086
7087         * gnus-art.el (gnus-insert-prev-page-button)
7088         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7089
7090 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7091
7092         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7093
7094 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7095
7096         * gnus-art.el (gnus-insert-mime-button)
7097         (gnus-insert-mime-security-button):
7098         Apply gnus-article-button-face to MIME and security buttons.
7099
7100 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7103         readable.
7104
7105 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7108
7109 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7110
7111         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7112         `browse-url-of-file' instead of `browse-url'.
7113
7114 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7115
7116         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7117         regexp.  Articles containing quotation were cut prematurely.
7118
7119 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * message.el (message-cite-original-1): Use nobody by default for the
7122         value of From header.
7123         (message-reply): Ditto.
7124
7125 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7126
7127         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7128         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7129         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7130
7131 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7134         mails in the doc string.  Add some URLs in comment.
7135         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7136
7137 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7140         backslashes handling and the way to find boundaries of quoted strings.
7141
7142 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7143
7144         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7145         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7146         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7147         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7148
7149 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7152         doc string.
7153         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7154
7155 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * lpath.el: Fbind epg-check-configuration.
7158
7159 2006-09-06  Simon Josefsson  <jas@extundo.com>
7160
7161         * mml2015.el (mml2015-use): Doc fix, mention epg.
7162
7163 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7164
7165         * mml2015.el (mml2015-use): Default to epg, if available.
7166
7167 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7168
7169         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7170         message-sender.
7171         (mml1991-epg-encrypt): Ditto.
7172         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7173         message-sender.
7174         (mml2015-epg-encrypt): Ditto.
7175
7176 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7177
7178         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7179         several common directories.
7180
7181 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7182
7183         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7184         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7185
7186 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-art.el (article-decode-encoded-words): Make it fast.
7189
7190 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7193
7194         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7195         in quoted string into `\'.
7196
7197 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7200         Use standard-syntax-table.
7201
7202 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-art.el (gnus-decode-address-function): New variable.
7205         (article-decode-encoded-words): Use it to decode headers which are
7206         assumed to contain addresses.
7207         (gnus-mime-delete-part): Remove useless `or'.
7208
7209         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7210         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7211         (gnus-nov-parse-line): Use it to decode From header.
7212         (gnus-get-newsgroup-headers): Ditto.
7213         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7214
7215         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7216         (mail-decode-encoded-address-string): New alias.
7217
7218         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7219         New function.
7220         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7221         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7222         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7223         (rfc2047-decode-string): Ditto.
7224         (rfc2047-decode-address-region): New function.
7225         (rfc2047-decode-address-string): New function.
7226
7227 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * message.el (message-caesar-buffer-body): Allow rotating headers.
7230
7231         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7232
7233         * message.el (message-insert-formated-citation-line): Fix %f.
7234         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7235
7236 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7239         (gnus-bookmark-mouse-available-p): New macro.
7240         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7241         (gnus-bookmark-bmenu-show-infos): Use it.
7242         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7243         (gnus-bookmark-bmenu-hide-infos): Ditto.
7244         (gnus-bookmark-remove-properties): New function.
7245         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7246         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7247         (gnus-bookmark-write-file): Bind coding-system-for-write.
7248         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7249         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7250         group before selecting it.
7251         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7252         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7253         quit-window if it is not available; use gnus-mouse-2 and bind it to
7254         gnus-bookmark-bmenu-select-by-mouse.
7255         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7256         (gnus-bookmark-bmenu-select-by-mouse): New function.
7257
7258 2006-08-13  Romain Francoise  <romain@orebokech.com>
7259
7260         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7261         space.
7262
7263 2006-08-10  Romain Francoise  <romain@orebokech.com>
7264
7265         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7266         (dns-mode-soa-auto-increment-serial): New user option.
7267         (dns-mode-soa-maybe-increment-serial): New function.
7268         (dns-mode): Add the latter to `write-contents-functions'.
7269
7270 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * compface.el (uncompface): Use binary rather than raw-text-unix.
7273
7274 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * compface.el (uncompface): Make sure the eol conversion doesn't take
7277         place when communicating with the external programs.  Reported by
7278         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7279
7280 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7283
7284 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7285
7286         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7287         Make it more robust by parsing author and date independently.
7288
7289 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7292
7293 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7294
7295         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7296         first matching secret key.
7297         (mml2015-epg-encrypt): Ditto.
7298
7299         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7300         first matching secret key.
7301         (mml1991-epg-encrypt): Ditto.
7302
7303         * mml2015.el (mml2015-encrypt-to-self): New user option.
7304         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7305         mml2015-epg-encrypt-to-self is set.
7306
7307         * mml1991.el (mml1991-encrypt-to-self): New variable.
7308         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7309         mml1991-epg-encrypt-to-self is set.
7310
7311         * mml2015.el (mml2015-signers): New user option.
7312         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7313         (mml2015-epg-encrypt): Allow to select signing keys.
7314
7315         * mml1991.el (mml1991-signers): New variable.
7316         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7317         (mml1991-epg-encrypt): Allow to select signing keys.
7318
7319 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * nnheader.el (nnheader-insert-head): Make it work even if the file
7322         uses CRLF for the line-break code.
7323
7324 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7325
7326         * mml2015.el: Require mml-sec instead of password.
7327         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7328         (mml2015-cache-passphrase): Inherit the default value from
7329         mml-secure-cache-passphrase.
7330         (mml2015-passphrase-cache-expiry): Inherit the default value from
7331         mml-secure-passphrase-cache-expiry.
7332
7333         * mml1991.el: Require mml-sec instead of password.
7334         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7335         (mml1991-cache-passphrase): Inherit the default value from
7336         mml-secure-cache-passphrase.
7337         (mml1991-passphrase-cache-expiry): Inherit the default value from
7338         mml-secure-passphrase-cache-expiry.
7339
7340         * mml-sec.el: Require password.
7341         (mml-secure-verbose): New user option.
7342         (mml-secure-cache-passphrase): New user option.
7343         (mml-secure-passphrase-cache-expiry): New user option.
7344
7345 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7346
7347         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7348         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7349         andreas@altroot.de (Andreas Vögele).
7350
7351         FIXME: Use `tiny change'?
7352
7353 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7354
7355         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7356         workaround for the url package included with Emacs.
7357
7358         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7359
7360 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7363         correctly.  This fixes a bug caused by the 2006-05-12 change.
7364
7365 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7366
7367         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7368         some information about the error when saying that the `bogus' mail
7369         group will be used.
7370
7371 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7374         string.
7375
7376 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7377
7378         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7379
7380 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7381
7382         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7383
7384 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7385
7386         * mml1991.el (mml1991-function-alist): Add epg.
7387         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7388         (mml1991-epg-encrypt): New functions.
7389
7390 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7391
7392         * mml2015.el (mml2015-verbose): New variable.
7393         (mml2015-cache-passphrase): Ditto.
7394         (mml2015-passphrase-cache-expiry): Ditto.
7395         (mml2015-function-alist): Add epg.
7396         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7397         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7398         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7399         functions.
7400
7401 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7402
7403         * message.el (message-cite-original-1): Preserve region when removing
7404         quoted text due to X-No-Archive in order to avoid bogus attribution
7405         when citing multiple messages.
7406
7407 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7408
7409         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7410         Kenneth Jacker <khj@be.cs.appstate.edu>.
7411
7412 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-diary.el (gnus-user-format-function-d)
7415         (gnus-user-format-function-D): Autoload.
7416
7417         * imap.el (Commentary): Fix typo.
7418
7419         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7420         2006-04-22 contribution.
7421
7422 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7423
7424         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7425         It didn't really fix the bogosity I'm seeing with solid web groups.
7426
7427 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7428
7429         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7430         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7431         created using server names.  If we use the feature without declaring
7432         it, Gnus does not properly manage server and group state.
7433
7434         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7435         bound.
7436
7437 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7438
7439         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7440         looking up the method using GROUP's prefix before inventing a new one.
7441         It is used on killed/unknown groups in various places where returning
7442         an all-new method isn't expected by the caller.
7443
7444         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7445         and match semantics of gnus-group-real-prefix.
7446
7447 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * nnmail.el (nnmail-broken-references-mailers): New variable.
7450         (nnmail-ignore-broken-references): New function generalizing
7451         nnmail-fix-eudora-headers.
7452         (nnmail-fix-eudora-headers): Now obsolete.
7453
7454         * gnus-art.el (gnus-button-handle-custom): Support
7455         `customize-apropos*'.
7456
7457 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7460
7461         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7462         articles.
7463
7464 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * message.el (message-cite-reply-above): New variable.
7467         (message-yank-original): Use it.
7468
7469 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7472
7473 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7476         as read.
7477
7478         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7479
7480 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7483         (gnus-bookmark-default-file): Use gnus-directory.
7484         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7485         Remove "*" in doc string.
7486         (gnus-bookmark-write-file): Simplify.
7487         (gnus-bookmark-maybe-sort-alist): Use `when'.
7488         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7489         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7490         FIXME about Emacs 21 and XEmacs compatibility.
7491         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7492         compatibility.
7493         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7494         compatibility.
7495         (gnus-bookmark-menu-heading): Fix version.
7496
7497 2006-06-19  Bastien Guerry  <bzg@altern.org>
7498
7499         * gnus-bookmark.el: New file.
7500
7501 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * message.el (message-syntax-checks): Doc fix.
7504
7505 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7506
7507         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7508         unsubscribed groups as if they were killed ones.  It causes duplicate
7509         entries in gnus-newsrc-alist.
7510
7511 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * message.el (message-syntax-checks): Doc fix.
7514         (message-send-mail): Add check for continuation headers.
7515         (message-check-news-header-syntax): Fix regexp used to check for
7516         continuation headers.
7517
7518 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7521
7522 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7525
7526 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7529         default-truncate-lines.
7530
7531 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7534         to fill the utf-8 entry.
7535
7536         * lpath.el: Fbind unicode-precedence-list.
7537
7538 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7539
7540         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7541
7542 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7543
7544         * gnus-agent.el (directory-files-and-attributes): Move all the way
7545         forward (the third and final move).
7546         (gnus-agent-read-agentview): Trap reconstruction errors due to
7547         nonexistant directory.  Handle by returning nil.
7548
7549 2006-05-30  Didier Verna  <didier@xemacs.org>
7550
7551         * message.el (message-dont-reply-to-names): Update the custom type.
7552         * message.el (message-dont-reply-to-names): New defsubst: potentially
7553         convert a list of regexps into a single one.
7554         * message.el (message-get-reply-headers): Use it.
7555         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7556
7557 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-agent.el (directory-files-and-attributes): Move forward.
7560
7561 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * gnus-ml.el (gnus-mailing-list-subscribe)
7564         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7565         (gnus-mailing-list-message): Fix doc strings.
7566
7567 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7568
7569         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7570         of doing it manually.
7571
7572 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7575         comment.
7576
7577 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7578
7579         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7580         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7581         (gnus-agent-read-local): All symbols allocated in my-obarray.
7582         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7583         (gnus-agent-regenerate-group): Check numeric names to see if they are
7584         messages or groups.
7585         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7586         better way of do this...)
7587
7588         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7589         'dummy.group' (there should be a better way of do this...)
7590
7591 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7594         (gnus-saved-headers): Ditto.
7595         (gnus-default-article-saver): Mention functions may have properties.
7596         (gnus-article-save): Override gnus-save-all-headers and
7597         gnus-saved-headers by :headers property which saver function may have.
7598         (gnus-summary-save-in-file): Add :headers property.
7599         (gnus-summary-write-to-file): Ditto.
7600
7601         * gnus-sum.el (gnus-summary-save-article): Bind
7602         gnus-prompt-before-saving to t when saving many articles in a file;
7603         always show all headers.
7604
7605         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7606
7607 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7610         marks.
7611
7612         * message.el (message-indent-citation): Add optional arguments to allow
7613         using it outside of message buffers.
7614
7615         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7616         (gnus-article-treat-unfold-headers): Use it.
7617         (gnus-article-truncate-lines): New variable.
7618         (gnus-article-mode): Use it.
7619         (gnus-article-toggle-truncate-lines): New function.
7620
7621         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7622         gnus-article-toggle-truncate-lines.
7623
7624         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7625         coding system in XEmacs, use binary.
7626
7627 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7630         after-load-alist.
7631
7632         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7633         this function should save decoded articles.
7634         (gnus-summary-write-to-file): Use property to specify this function
7635         should save decoded articles and specify gnus-summary-save-in-file
7636         should be used to save articles other than the first one when saving
7637         many articles.
7638         (gnus-summary-save-body-in-file): Use property to specify this
7639         function should save decoded articles.
7640         (gnus-summary-write-body-to-file): Use property to specify this
7641         function should save decoded articles and specify
7642         gnus-summary-save-body-in-file should be used to save articles other
7643         than the first one when saving many articles.
7644
7645         * gnus-sum.el (gnus-summary-save-article): Simplify.
7646
7647 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-art.el (gnus-default-article-saver): Add
7650         gnus-summary-write-body-to-file.
7651         (gnus-article-save-coding-system): Don't use coding system object
7652         in XEmacs.
7653         (gnus-read-save-file-name): Add optional `dir-var' argument which
7654         specifies directory in which files are saved; work even if optional
7655         `variable' argument is not specified.
7656         (gnus-summary-write-to-file): Read file name.
7657         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7658         (gnus-summary-write-body-to-file): New function.
7659
7660         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7661         (gnus-summary-local-variables): Add it.
7662         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7663         (gnus-summary-save-article): Remove optional `decode' argument;
7664         determine whether to decode articles by the value of
7665         gnus-default-article-saver; when saving many files using
7666         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7667         it first and use gnus-summary-save-in-file or
7668         gnus-summary-save-body-in-file thereafter unless
7669         gnus-prompt-before-saving is always; move point to article which
7670         will be saved.
7671         (gnus-summary-save-article-file): Revert.
7672         (gnus-summary-write-article-file): Revert.
7673         (gnus-summary-save-article-body-file): Revert.
7674         (gnus-summary-write-article-body-file): New function.
7675
7676 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * gnus-art.el (gnus-default-article-saver): Doc fix.
7679         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7680         from gnus-summary-save-article-coding-system, and default to a
7681         certain coding system.
7682         (gnus-output-to-file): Add coding cookie and encode text according
7683         to gnus-article-save-coding-system; don't use mm-append-to-file.
7684
7685         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7686         gnus-art.el and rename to gnus-article-save-coding-system.
7687         (gnus-summary-save-article): Require gnus-art; don't show all
7688         headers if it decodes articles; don't add coding cookie here;
7689         don't bind mm-text-coding-system-for-write.
7690         (gnus-summary-save-article-file): Save decoded articles.
7691         (gnus-summary-write-article-file): When saving many files, use
7692         gnus-summary-write-to-file first and gnus-summary-save-in-file
7693         thereafter unless gnus-prompt-before-saving is always.
7694         (gnus-summary-save-article-body-file): Save decoded articles.
7695
7696         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7697
7698 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7699
7700         * nnrss.el (nnrss-check-group): Bind hash-index.
7701
7702 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7703
7704         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7705         its hash index.  Store this hash in `nnrss-group-data'.
7706         (nnrss-read-group-data): Update accordingly.
7707
7708 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7711         entry.
7712
7713         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7714         gnus-article-browse-html-article.
7715
7716 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7717
7718         * gnus-sum.el (gnus-summary-mime-map): Add
7719         gnus-article-browse-html-article.
7720
7721         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7722
7723 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7726         suitable coding systems in customize.
7727
7728 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * mail-source.el (mail-sources): Fix custom type.
7731
7732 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7735         (gnus-summary-expire-articles-now): Shorten prompt.
7736
7737         * gmm-utils.el (wid-edit): Require.
7738         (defun-gmm): Renamed from `gmm-defun-compat'.
7739         (gmm-image-search-load-path): Use it.
7740         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7741
7742 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7745         variable.
7746         (gnus-summary-save-article): Add optional `decode' argument.  If
7747         it is set and gnus-summary-save-article-coding-system is non-nil,
7748         save decoded article.
7749         (gnus-summary-write-article-file): Save decoded article if
7750         gnus-summary-save-article-coding-system is non-nil.
7751
7752         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7753         type.
7754
7755 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7758
7759 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7762         first to test gnus-single-article-buffer which may be buffer-local.
7763
7764         * gnus-sum.el (gnus-summary-setup-buffer): Make
7765         gnus-single-article-buffer buffer-local and nil in ephemeral
7766         group; make gnus-article-buffer, gnus-article-current, and
7767         gnus-original-article-buffer always buffer-local.
7768         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7769         group.
7770         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7771
7772 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * nnml.el (nnml-request-compact-group): Compressed files might not
7775         have .gz extension.
7776
7777 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7778
7779         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7780         (mm-copy-to-buffer): Use with-current-buffer.
7781         (mm-display-part): Simplify.
7782         (mm-inlinable-p): Add optional arg `type'.
7783
7784 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7785
7786         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7787         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7788         Try harder to show the attachment internally or externally using
7789         gnus-mime-view-part-as-type.
7790
7791 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * message.el (message-from-style, message-signature-separator)
7794         (message-user-organization-file, message-send-mail-function)
7795         (message-citation-line-function, message-yank-prefix)
7796         (message-indent-citation-function, message-signature)
7797         (message-signature-file, message-signature-insert-empty-line):
7798         Remove autoloads.
7799
7800         * gnus-art.el (gnus-buttonized-mime-types): Remove
7801         "multipart/signed".  Revert 2006-04-26 change.
7802
7803 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * gnus.el (gnus-version-number): Bump version.
7806
7807 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7808
7809         * gnus.el: No Gnus v0.5 is released.
7810
7811 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7812
7813         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7814         fetching articles by message-id.
7815
7816 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7817
7818         * message.el (hashcash): Require hashcash as normal.
7819
7820         * ecomplete.el (ecomplete-highlight-match-line): Use
7821         point-at-eol.
7822         (ecomplete-highlight-match-line): Use `highlight', because that
7823         face exists in both Emacs and XEmacs.
7824
7825         * message.el (message-display-abbrev): Use point-at-bol.
7826
7827         * mail-source.el: Don't require timer/timer-funcs.
7828
7829         * gnus-async.el: Ditto.
7830
7831         * password.el: Ditto.
7832
7833         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7834
7835         * mm-url.el: Ditto.
7836
7837         * gnus-xmas.el: Don't require timer-funcs.
7838
7839         * mm-util.el: Require timer/timer-funcs.
7840
7841 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7842
7843         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7844         Close.
7845
7846 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7849         unibyte after clear-decrypt function runs.
7850
7851         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7852         returns as a unibyte string.
7853
7854 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * lpath.el: Revert.
7857
7858         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7859         (pgg-gpg-process-sentinel): Revert.
7860
7861         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7862         (pgg-pgp-lookup-key): Revert.
7863
7864         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7865         (pgg-pgp5-lookup-key): Revert.
7866
7867         * pgg.el (pgg-fetch-key): Revert.
7868
7869 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * lpath.el: Fbind string-as-multibyte for XEmacs.
7872
7873         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7874         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7875         (mml1991-pgg-encrypt): Ditto.
7876
7877         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7878         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7879         a multibyte buffer.
7880
7881         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7882         (pgg-pgp-lookup-key): Ditto.
7883
7884         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7885         (pgg-pgp5-lookup-key): Ditto.
7886
7887         * pgg.el (pgg-fetch-key): Ditto.
7888
7889 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * message.el (message-user-organization-file): Check several
7892         locations of the organization file.
7893
7894         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7895         Add gnus-article-view-part-as-type.
7896
7897         * gnus-art.el (gnus-article-view-part-as-type): New function.
7898
7899         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7900         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7901
7902         * mml.el: Simplify autoload.
7903         (mml-mode): defvar dnd-protocol-alist instead of using
7904         symbol-value.
7905         (mml-default-directory): New variable.
7906         (mml-minibuffer-read-file): Use it.
7907         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7908
7909         * message.el (message-citation-line-format): New variable.
7910         (message-insert-formated-citation-line): New function.
7911         (message-citation-line-function): Add
7912         `message-insert-formated-citation-line' to custom type.
7913
7914         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7915         to doc string.
7916
7917         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7918         depending on mm-verify-option.
7919
7920 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7923         binding pgg-* variables; reimplement the section which prevents
7924         MIME header from being signed.
7925         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7926         pgg-text-mode; remove a blank line at the top of body.
7927
7928         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7929         lines at the top of body; use gnus-newsgroup-charset if there's no
7930         Charset header.
7931
7932 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * message.el (message-self-insert-commands): Doc fix.
7935
7936         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7937         (mm-uu-pgp-encrypted-test): Ditto.
7938         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7939         between header and body; return application/pgp-encrypted handle
7940         if decryption failed; decode decrypted body by charset.
7941
7942         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7943         element match to application/pgp-*.
7944
7945 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7946
7947         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7948         HTML.
7949
7950 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * mail-source.el (mail-source-call-script): Message the error
7953         string.
7954
7955 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * gnus-util.el (gnus-byte-compile): Use it.
7958
7959 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7960
7961         * gnus-util.el (kill-empty-logs): New function.
7962
7963 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * message.el (message-mail-alias-type): Doc fix.
7966         (message-mail-alias-type-p): New function.
7967         (message-send): Use it.
7968         (message-mode): Ditto.
7969         (message-strip-forbidden-properties): Ditto.
7970
7971         * ecomplete.el (ecomplete-database-file-coding-system): New
7972         variable.
7973         (ecomplete-save): Use it.
7974         (ecomplete-setup): Use it.
7975
7976 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * message.el (message-self-insert-commands): New variable.
7979         (message-strip-forbidden-properties): Use it.
7980
7981 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7982
7983         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7984         that doesn't make XEmacs choke.
7985
7986 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-util.el (gnus-replace-in-string):
7989         Prefer replace-regexp-in-string over of replace-in-string.
7990
7991 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-util.el (gnus-select-frame-set-input-focus):
7994         Use select-frame-set-input-focus if it is available in XEmacs; use
7995         definition defined in Emacs 22 for old Emacsen.
7996
7997         * dgnushack.el: Autoload unmorse-region for XEmacs.
7998
7999         * lpath.el: Bind cursor-in-non-selected-windows and
8000         select-frame-set-input-focus for XEmacs.
8001
8002 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8005
8006 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * gnus-registry.el (gnus-registry-cache-save): Remove text
8009         properties when saving via the temp buffer.
8010
8011 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * message.el (message-generate-hashcash): Honor custom type.
8014
8015 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8016
8017         * message.el (message-generate-hashcash): Default to non-nil when
8018         hashcash is found.
8019
8020         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8021         (gnus-refer-thread-limit): Increase default to 500.
8022
8023         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8024
8025         * flow-fill.el (fill-flowed): Allow delete-space.
8026
8027 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8030         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8031         Remove autoloads.
8032
8033 2006-04-18  Simon Josefsson  <jas@extundo.com>
8034
8035         * message.el (message-generate-hashcash): Default to.
8036
8037 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8040         concatenating segments rather than before concatenating them.
8041
8042 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8045
8046 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047
8048         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8049
8050         * message.el (message-forward-make-body-plain): Allow
8051         message-forward-ignored-headers to be a list.
8052         (message-remove-ignored-headers): Factor out into function.
8053         (message-forward-make-body-mml): Use it.
8054
8055         * imap.el (imap-quote-specials): New function.
8056         (imap-login-auth): Quote specials.
8057
8058         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8059         (rfc2231-parse-string): Allow concatanation of parameters that
8060         aren't contiguous.  The test case is
8061           (mail-header-parse-content-type "message/external-body;
8062             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8063             access-type=LOCAL-FILE;
8064             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8065
8066 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8067
8068         * nntp.el (nntp-accept-process-output): Return the value of
8069         `nnheader-accept-process-output'.
8070
8071 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8074         (gnus-button-alist): Recognize more diff formats.
8075         (gnus-button-patch): Strip directory.
8076
8077 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8078
8079         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8080         Emacs 22 when setting focus.
8081
8082 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * gnus-art.el (gnus-article-treat-types): Do treatment of
8085         text/x-verbatim parts.
8086         (gnus-button-patch): New command.
8087
8088         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8089         addresses that contain invalid characters.
8090
8091 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * message.el (message-put-addresses-in-ecomplete): Use
8094         gnus-replace-in-string.
8095         (message-is-yours-p): Use the more correct
8096         mail-header-parse-address instead of
8097         mail-extract-address-components.
8098         (message-put-addresses-in-ecomplete): Fix typo.
8099
8100         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8101         keystroke.
8102
8103         * gnus-art.el (gnus-treatment-function-alist): Change order of
8104         newsgroups/generic header folding to avoid double-folding.
8105
8106         * message.el (message-hidden-headers): Add X-Draft-From.
8107
8108         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8109         command.
8110         (gnus-summary-repeat-search-article-backward): New command.
8111
8112         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8113         groups in the parent topic.
8114
8115 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8116
8117         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8118         (spam-extra-header-to-number): Return the CRM114 number as a
8119         number instead of a string.
8120
8121 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * gnus-art.el (gnus-face-properties-alist): Moved here from
8124         gnus-fun.
8125
8126         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8127
8128 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * message.el (message-strip-forbidden-properties): Only display on
8131         self-insert-command.
8132
8133         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8134         reindent.
8135         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8136
8137 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8138
8139         * smiley.el (smiley-style): Fix typo.
8140
8141 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8142
8143         * hashcash.el (hashcash-insert-payment-async-2): Use
8144         message-goto-eoh instead of doing it manually.
8145         (mail-add-payment): Use message-narrow-to-header instead of trying
8146         to do the same itself.
8147
8148         * message.el (message-hidden-headers): Add Face.
8149
8150         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8151         reparenting code.
8152         (gnus-summary-reparent-children): Refactored out code.
8153         (gnus-summary-thread-map): New keystroke.
8154         (gnus-summary-reparent-children): Make into command.
8155
8156         * smiley.el (smiley-style): Default to `medium' if using a large
8157         font.
8158
8159         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8160         does it itself.
8161
8162         * message.el (message-point-in-header-p): Simplify definition.
8163
8164 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * nnagent.el (nnagent-request-set-mark): Silence log file
8167         writing.
8168         (nnagent-request-set-mark): Use write-region instead of
8169         append-to-file.
8170
8171         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8172         strange select method.
8173
8174         * ecomplete.el (ecomplete-display-matches): Get highlightling
8175         right.
8176         (ecomplete-display-matches): Use literals.
8177         (ecomplete-display-matches): Disable message logging.
8178
8179         * message.el (message-display-abbrev): Small optimization.
8180
8181         * ecomplete.el (ecomplete-display-matches): Allow automatic
8182         display.
8183
8184         * message.el (message-strip-forbidden-properties): Display
8185         abbrevs.
8186         (message-display-abbrev): Get automatic display right.
8187
8188         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8189         keystrokes.
8190
8191 2006-04-13  Romain Francoise  <romain@orebokech.com>
8192
8193         TODO: Backport to v5-10!
8194
8195         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8196         Moved here (and renamed) from gnus-registry.el.
8197
8198         * gnus-registry.el: Require gnus-util.
8199         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8200
8201 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202
8203         * gnus-group.el (gnus-group-catchup-current): Change
8204         if-then-else-if-then-else into cond.
8205         (gnus-group-catchup): Indent.
8206         (group-name-at-point): New function.
8207         (gnus-fetch-group): Provide default from thing at point.
8208
8209 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8210
8211         * message.el (message-display-abbrev): Fix regexp.
8212
8213         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8214         choosing.
8215         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8216         dead variables.
8217
8218         * message.el (message-newline-and-indent): Remove debugging.
8219         (message-display-abbrev): Use new implementation.
8220
8221 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * gnus-art.el (gnus-article-mode): Set
8224         cursor-in-non-selected-windows to nil.
8225
8226         * smiley.el: Revert previous change.
8227         (smiley-data-directory): defvar it before using it in the
8228         defcustom of `smiley-style'.
8229
8230 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231
8232         * message.el (message-newline-and-indent): New function.
8233
8234         * ecomplete.el: Implement more bits.
8235
8236         * message.el (message-put-addresses-in-ecomplete): Clean up the
8237         string.
8238
8239         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8240
8241         * gnus-sum.el (gnus-summary-save-parts): Bind
8242         gnus-summary-save-parts-counter and use it to make unique file
8243         names.
8244
8245         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8246
8247         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8248         parameter to say whether to actually parse the individual
8249         addresses.
8250
8251         * message.el (message-put-addresses-in-ecomplete): New function.
8252         (ecomplete): Require.
8253         (message-mail-alias-type): Add ecomplete as an option.
8254
8255 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8256
8257         * flow-fill.el (fill-flowed): Remove trailing space from blank
8258         quoted lines.
8259
8260 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * smiley.el (smiley-style): Move definition later to avoid a
8263         compilation warning.
8264
8265 2006-04-12  Kenichi Handa  <handa@m17n.org>
8266
8267         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8268         buffer and then decode the buffer text if necessary.
8269         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8270         first, and after mm-encode-body, change the buffer to unibyte.
8271         Use mm-disable-multibyte instead of set-buffer-multibyte.
8272
8273 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8276         Content-Type header instead of Content-Disposition header.
8277         (gnus-mime-inline-part): Ditto.
8278         (gnus-mime-view-part-as-charset): Ignore charset that the part
8279         specifies.
8280
8281         * mm-decode.el (mm-display-part): Work with external parts and
8282         usual parts similarly.
8283
8284         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8285         instead of gnus-display-mime.
8286
8287         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8288         instead of with-temp-buffer.
8289
8290         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8291         tag to summarized topics part in order to encode non-ASCII text.
8292
8293 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * smiley.el (smiley-style): New variable.
8296         (smiley-directory): New function.
8297         (smiley-data-directory): Derive from `smiley-style' using
8298         `smiley-directory'.
8299         (smiley-regexp-alist): Add new entries.
8300
8301         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8302         (gnus-article-browse-delete-temp): Add :version.
8303
8304 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8305
8306         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8307         the sieve region.
8308
8309 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * gnus.el (gnus-version-number): Bump version.
8312
8313 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * gnus.el: No Gnus v0.4 is released.
8316
8317 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8320         layout.
8321
8322         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8323         unknown charset.
8324
8325         * message.el (message-header-synonyms): Add Original-To to the
8326         default.
8327
8328         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8329         optional parameter.
8330
8331 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * gnus-fun.el (gnus): Require it for gnus-directory.
8334
8335 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8338
8339 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8340
8341         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8342
8343 2006-04-05  Simon Josefsson  <jas@extundo.com>
8344
8345         * password.el (password-reset): New function.
8346
8347 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8348
8349         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8350         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8351
8352 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8353
8354         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8355         Some whitespace was matched into the url, which broke browsing hits
8356         > 100 when mm-url-use-external was nil.
8357
8358 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8361         gnus-extra-headers for 'Newsgroups.
8362
8363         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8364         bound.
8365
8366 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8367
8368         * pgg-gpg.el: Clean up process buffers every time gpg processes
8369         complete.
8370
8371 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8374         doc string.
8375
8376 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8377
8378         * pgg-gpg.el (pgg-gpg-process-filter)
8379         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8380
8381         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8382         lines, temporary fix.
8383
8384 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8387
8388 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8389
8390         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8391         default-enable-multibyte-characters.  This reverts the change from
8392         revision 6.17 which is no longer necessary because the passphrase
8393         is sent separately now.  GnuPG messages are unreadable under
8394         multibyte locales with default-enable-multibyte-characters set to
8395         nil.
8396
8397 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8398
8399         * message.el (message-tool-bar-gnome): Move "spell".
8400
8401 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8404         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8405         instead.
8406
8407 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8408
8409         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8410         newsgroups handling for NNTP overviews which don't include
8411         Newsgroups.
8412
8413 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8414
8415         * message.el (message-resend): Bind message-generate-hashcash to nil.
8416
8417 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8418
8419         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8420         when searching for already-paid recipients.
8421
8422 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8423
8424         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8425         passphrases when it is not needed.
8426         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8427         passphrase stuff from gpg, should only be necessary when you use
8428         gpg with a smartcard.
8429
8430 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * mml.el (mml-insert-mime): Ignore cached contents of
8433         message/external-body part.
8434
8435         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8436         (mm-insert-part): Ditto.
8437
8438 2006-03-23  Simon Josefsson  <jas@extundo.com>
8439
8440         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8441         Reiner.
8442         (pgg-gpg-use-agent-p): Use it again.
8443
8444 2006-03-23  Simon Josefsson  <jas@extundo.com>
8445
8446         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8447         older emacsen.
8448         (pgg-gpg-use-agent-p): Don't use it.
8449
8450 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8453         if we can.
8454
8455 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8456
8457         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8458         (pgg-gpg-update-agent): New function.
8459         (pgg-gpg-use-agent-p): New function.
8460         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8461         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8462         (pgg-gpg-sign-region): Use it.
8463
8464 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8467         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8468
8469 2006-03-21  Simon Josefsson  <jas@extundo.com>
8470
8471         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8472         <wilde@sha-bang.de>.
8473         (pgg-gpg-use-agent): New variable.
8474         (pgg-gpg-process-region): Use it.
8475         (pgg-gpg-encrypt-region): Likewise.
8476         (pgg-gpg-encrypt-symmetric-region): Likewise.
8477         (pgg-gpg-decrypt-region): Likewise.
8478         (pgg-gpg-sign-region): Likewise.
8479         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8480
8481 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8484
8485         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8486         Add comment on version.
8487
8488 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * smiley.el: Add missing test smiley.
8491
8492 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * mm-decode.el (mm-with-part): New macro.
8495         (mm-get-part): Use it; work with message/external-body as well.
8496         (mm-save-part): Treat name and filename equally.
8497
8498         * mm-extern.el (mm-extern-cache-contents): New function.
8499         (mm-inline-external-body): Use it; force the part to be displayed;
8500         move undisplayer added to the cached handle to the parent.
8501
8502         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8503         (gnus-mime-view-part-as-type): Work with message/external-body.
8504
8505         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8506
8507 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8510         images in image-load-path.  [Sync with image.el, revision 1.60, in
8511         Emacs.]
8512
8513 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8516         path rather than symbol.  Always return list of directories.
8517         Guarantee that image directory comes first.  [Sync with image.el,
8518         revision 1.59, in Emacs.]
8519
8520         * message.el (message-make-tool-bar): Adjust to new API of
8521         `gmm-image-load-path-for-library'.
8522
8523         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8524
8525         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8526
8527 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8528
8529         * gnus-art.el (gnus-article-only-boring-p):
8530         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8531         intangible text.
8532         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8533
8534 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8537         `defun' instead of `gmm-defun-compat'.
8538
8539 2006-03-14  Simon Josefsson  <jas@extundo.com>
8540
8541         * message.el (message-unique-id): Don't use message-number-base36
8542         if (user-uid) is a float.
8543         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8544
8545 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8548
8549         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8550         empty line between a part and a message part.
8551
8552 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * smiley.el: Add more test smileys.
8555         (smiley-data-directory, smiley-regexp-alist)
8556         (gnus-smiley-file-types): Fix doc strings.
8557         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8558         adding new elements.
8559         (smiley-mouse-map): Unused code.  Make it a comment.
8560
8561 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8564         scan latest NoCeM messages instead of old ones.
8565         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8566         delimiters that are recently used.
8567         (gnus-nocem-load-cache): Add autoload cookie.
8568
8569         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8570
8571         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8572         level which is larger than gnus-use-nocem is specified.
8573
8574         * gnus-group.el (gnus-group-get-new-news): Ditto.
8575
8576 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * gnus-util.el (gnus-tool-bar-update): New function.
8579
8580         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8581         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8582
8583         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8584
8585         * gnus-group.el (gnus-group-redraw-when-idle)
8586         (gnus-group-redraw-check): Remove.
8587         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8588
8589 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8592         if optional last element is specified in splits (FIELD VALUE...).
8593
8594 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8597         to gmm-image-load-path-for-library.  Call with no-error argument.
8598         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8599
8600         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8601
8602         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8603
8604         * gmm-utils.el (gmm-image-load-path): Remove alias.
8605
8606 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * gmm-utils.el (gmm-image-load-path): Add alias.
8609
8610         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8611         nnml-generate-nov-databases-1.
8612         (nnml-generate-nov-databases): Use it.
8613         (nnml-generate-nov-databases-directory): Document no-active
8614         argument.
8615
8616         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8617         directory if path is t.  Add no-error.
8618
8619         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8620         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8621
8622         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8623         resetting gnus-article-browse-html-temp-list.
8624
8625         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8626         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8627         Add example to docstring.  Rename local variables.  Move error
8628         checks to default case in cond and simplify.
8629
8630 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8633         handle is multipart when calling it recursively.
8634         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8635
8636 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8637
8638         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8639         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8640
8641 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8644         is loaded.
8645
8646         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8647         loaded.
8648
8649 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8652         to "Emacs 23 (unicode)" in doc string.
8653
8654         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8655         "Emacs 23 (unicode)" in comment.
8656
8657 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8660
8661         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8662         characters 160 through 255 in Emacs 23.
8663
8664 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8667         gnus-article-browse-html-temp.
8668         (gnus-article-browse-delete-temp): Make it customizable.  Add
8669         `file'.  Adjust doc string.
8670         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8671         query for each file.  Adjust doc string.
8672         (gnus-article-browse-html-parts): Add
8673         `gnus-article-browse-delete-temp-files' to
8674         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8675
8676 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8677
8678         * gnus-art.el (gnus-article-browse-html-temp)
8679         (gnus-article-browse-delete-temp): New variables.
8680         (gnus-article-browse-delete-temp-files): New function.
8681         (gnus-article-browse-html-parts): Use it.
8682
8683 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8686
8687         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8688         string.
8689
8690         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8691         gnus-summary-insert-new-articles when unplugged.  Remove
8692         gnus-summary-search-article-forward.
8693
8694         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8695         display-visual-class instead of display-color-cells.
8696
8697 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * dgnushack.el: Autoload customize-group for XEmacs.
8700
8701         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8702         message/* containing non-ASCII text properly.
8703
8704 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * message.el: Require gmm-utils, remove autoloads.
8707         (message-tool-bar): Set default based on
8708         gmm-tool-bar-style.
8709         (message-tool-bar-gnome): Add gmm-customize-mode.
8710
8711         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8712         gmm-tool-bar-style.
8713         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8714
8715         * gnus-group.el (gnus-group-tool-bar): Set default based on
8716         gmm-tool-bar-style.
8717         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8718
8719         * gmm-utils.el (gmm-image-directory): Rename variable from
8720         gmm-image-load-path.
8721         (gmm-image-load-path): Use gmm-image-directory.
8722         (gmm-customize-mode): New function.
8723         (gmm-tool-bar-style): New variable.
8724
8725         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8726         gnus-group-redraw-line-number.
8727         (gnus-group-redraw-check): Simplify.
8728         (gnus-group-tool-bar-update): Remove redraw check.
8729         (gnus-group-make-tool-bar): Add redraw check.
8730
8731 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8732
8733         * gnus-art.el (gnus-button): Add missing parentheses.
8734
8735 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * lpath.el: Fbind line-number-at-pos.
8738
8739 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8742
8743 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * gnus-art.el (gnus-button): New face.
8746         (gnus-article-button-face): Use it.
8747
8748         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8749         gnus-summary-next-page.  Re-order.
8750
8751         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8752         next-node are now included.
8753         (gnus-group-redraw-line-number): New internal variable.
8754         (gnus-group-redraw-check): Helper function for updating the tool
8755         bar.
8756         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8757
8758         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8759
8760         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8761         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8762         Use it to match format of Spamassassin 3.0 and later.  Reported by
8763         IRIE Tetsuya <irie@t.email.ne.jp>.
8764         (spam-check-bogofilter)
8765         (spam-bogofilter-register-with-bogofilter): Fix args of
8766         `gnus-error' calls.
8767
8768 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8771         unnecessary interaction when sending queued mails.  Reported by
8772         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8773
8774 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8777         first or last are nil.
8778
8779 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8780
8781         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8782
8783 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8786
8787 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * dns.el (query-dns): Protect more against buggy tcp output.
8790
8791 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8794         nov.php.
8795
8796 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8797
8798         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8799         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8800         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8801         output on the server side.
8802         (nnweb-google-create-mapping): Update regexps and add some
8803         progress indication.
8804
8805 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8808         gnus-agent-toggle-plugged.  Re-order icons.
8809         (gnus-group-tool-bar-gnome): Add
8810         gnus-group-{prev,next}-unread-group.
8811         (gnus-group-tool-bar-gnome): Re-order icons.
8812
8813         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8814         gnus-summary-insert-new-articles.
8815
8816         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8817         comments.
8818
8819         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8820         also available in Emacs 21.3.
8821
8822         * message.el (message-fix-before-sending): Change "Emacs 22" to
8823         "Emacs 23 (unicode)" in comment.
8824
8825         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8826         "Emacs 23 (unicode)" in comment.
8827
8828         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8829         comment.
8830         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8831
8832         * mm-view.el (mm-fill-flowed): Add :version.
8833
8834 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8837         and load-path.
8838
8839 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * message.el: Autoload gmm-image-load-path.
8842         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8843         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8844         consitency.
8845
8846         * gmm-utils.el (gmm-image-load-path): Also search in
8847         "../etc/images".  Don't set gmm-image-load-path if we don't find
8848         the image.
8849
8850 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gmm-utils.el (gmm-image-load-path): Don't make
8853         `gmm-image-load-path' include subdirectories which the second arg
8854         `image' might specify.
8855
8856         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8857         subdirectory to icon file names.
8858
8859         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8860
8861 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8864         gmm-image-load-path calls.
8865
8866         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8867
8868         * message.el (message-make-tool-bar): Ditto.
8869
8870         * mml.el (mml-preview): Added comment concerning tool bar icons.
8871
8872         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8873         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8874
8875         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8876         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8877
8878         * message.el (message-tool-bar-gnome): Use new icon names.
8879         (message-make-tool-bar): Use `gmm-image-load-path'.
8880
8881         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8882         functions from MH-E.
8883         (gmm-image-load-path): New variable from MH-E.
8884         (gmm-image-load-path): New function from MH-E.  Added arguments
8885         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8886         *-image-load-path-called-flag.
8887
8888 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8889
8890         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8891
8892 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8893
8894         * nnimap.el (nnimap-request-move-article): Change folder back to
8895         source group before deleting.
8896
8897 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8900
8901         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8902         mm-url.
8903
8904         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8905
8906 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8909         coding system which mm-charset-to-coding-system returns for a
8910         given charset is valid.
8911
8912 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8913
8914         * html2text.el (html2text-remove-tag-list):
8915         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8916
8917 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8918
8919         * gnus-cus.el: Revert 2005-10-17 change.
8920
8921 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-art.el (article-strip-banner): Call
8924         article-really-strip-banner only when the regexp match is made.
8925
8926 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-art.el (article-strip-banner): Use
8929         gnus-extract-address-components instead of
8930         mail-header-parse-addresses to make it work with non-ASCII text;
8931         remove mail-encode-encoded-word-string.
8932
8933         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8934         values which are surrounded with \"...\"; make it never cause a
8935         Lisp error; give up parsing of parameters if it failed in
8936         extracting type.
8937
8938 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8939
8940         * smime.el (smime-cert-by-ldap-1): Fix bug where
8941         `smime-ldap-search' returns results without userCertificates.
8942
8943 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8946
8947 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * spam.el (spam-check-spamassassin-headers): Adapt format for
8950         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8951         <ari@mbf.ocn.ne.jp>.
8952         (spam-list-of-processors): Add spam-use-gmane.
8953
8954 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8957         make-temp-file; make it work with XEmacs as well.
8958
8959         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8960         mm-make-temp-file.
8961
8962         * mm-decode.el (mm-display-external): Use the 3rd arg of
8963         mm-make-temp-file.
8964         (mm-create-image-xemacs): Ditto.
8965
8966 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8969         with message-narrow-to-headers.
8970         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8971         (gnus-draft-check-draft-articles): New function.
8972         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8973
8974 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-art.el (gnus-article-browse-html-parts):
8977         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8978         Don't use suffix argument for mm-make-temp-file for Emacs 21
8979         compatibility.  Remove useless `format'.
8980
8981 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8982
8983         * nnweb.el (nnweb-google-wash-article): Update regexps.
8984         (nnweb-group-alist): Use defvoo instead of defvar.
8985
8986 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8989         re-loading nn* modules.
8990
8991 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8994         for `tool-bar-mode' and don't check it's default-value.
8995
8996         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8997
8998         * message.el (message-make-tool-bar): Ditto.
8999
9000         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9001         `substring'.  Shorten tmp-file name.
9002
9003         * gnus.el: Remove bogus comment.
9004
9005 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9006
9007         * gnus-art.el (gnus-article-browse-html-parts): New function.
9008         (gnus-article-browse-html-article): New function for viewing html
9009         articles with a browser.
9010
9011 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9012
9013         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9014         in elisp.
9015         (pgg-gpg-encrypt-symmetric-region): Ditto.
9016         (pgg-gpg-sign-region): Ditto.
9017
9018         * pgg-def.el (pgg-text-mode): New variable.
9019
9020         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9021         (mml2015-pgg-encrypt): Ditto.
9022
9023         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9024         (mml1991-pgg-encrypt): Ditto.
9025
9026 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9029         message-make-date instead of current-time-string.
9030
9031         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9032         to gnus-decoded which mm-uu might set.
9033
9034 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9037         don't decode quoted parameters; remove misimported Emacs code.
9038         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9039         (rfc2231-decode-encoded-string): Don't use split-string which
9040         behaves differently according to Emacs version; use
9041         mm-decode-coding-region to convert charset to coding-system.
9042         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9043         (rfc2231-encode-string): Remove misimported Emacs code.
9044
9045 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9048         when calling mail-header-parse-content-type.
9049         (article-de-quoted-unreadable): Ditto.
9050         (article-de-base64-unreadable): Ditto.
9051         (article-wash-html): Ditto.
9052
9053         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9054         calling mail-header-parse-content-type and
9055         mail-header-parse-content-disposition.
9056         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9057         mail-header-parse-content-type.
9058
9059         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9060         insert charset and format parameters; encode description after
9061         inserting it to buffer.
9062         (mml-insert-parameter): Fold lines properly even if a parameter is
9063         segmented into two or more lines; change the max column to 76.
9064
9065         * rfc1843.el (rfc1843-decode-article-body): Don't use
9066         ignore-errors when calling mail-header-parse-content-type.
9067
9068         * rfc2231.el (rfc2231-parse-string): Return at least type if
9069         possible; don't cause an error even if it fails in parsing of
9070         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9071         (rfc2231-encode-string): Don't break lines at the beginning, leave
9072         it to mml-insert-parameter.
9073
9074         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9075         calling mail-header-parse-content-type.
9076
9077 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * spam-report.el (spam-report-gmane-use-article-number):
9080         Improve doc string.
9081         (spam-report-gmane-internal): Check if a suitable header was found
9082         in the article.
9083
9084 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9087         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9088
9089 2006-02-05  Romain Francoise  <romain@orebokech.com>
9090
9091         Update copyright notices of all files in the gnus directory.
9092
9093 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9094
9095         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9096
9097 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9100         segmented lines of parameter value to cope with Thunderbird 1.5
9101         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9102         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9103         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9104
9105 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9106
9107         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9108         parts.
9109
9110 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9111
9112         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9113         there's only one active file for all servers.
9114         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9115         solid groups.  Gnus might have used a FAST request to select the group.
9116         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9117         and nnweb-search redundantly in the active file.
9118         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9119         (nnweb-request-create-group): Don't use ARGS.
9120         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9121         initialisations.  Let nnoo do the work.
9122
9123 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9126         Say the part has been decoded.
9127
9128         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9129
9130 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9131
9132         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9133         mailcap-viewer-test-cache when there's no 'test clause, since that
9134         will invert the meaning of a "nil" test previously determined by
9135         mailcap-mailcap-entry-passes-test.
9136
9137 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9140         compiling.
9141
9142         * gnus-sum.el: Ditto.
9143
9144         * message.el: Don't bind tool-bar-map when compiling.
9145
9146 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9149
9150 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9151
9152         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9153         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9154         current Google Groups.
9155
9156 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9159         and tool-bar-mode.
9160
9161         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9162         and tool-bar-mode.
9163
9164         * message.el (message-tool-bar-update): Simplify.
9165         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9166
9167         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9168         gnus-summary-buffer.
9169         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9170         gnus-summary-reply.
9171
9172         * gmm-utils.el (gmm): Add :version.
9173
9174 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * Makefile.in (clean): New rule.
9177         (distclean): Use it.
9178
9179 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9180
9181         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9182         autoload.
9183
9184 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gmm-utils.el (gmm-verbose): Add :group.
9187
9188 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * message.el: Change some comments WRT tool-bars.
9191
9192         * gnus-sum.el (gnus-summary-tool-bar)
9193         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9194         (gnus-summary-tool-bar-zap-list): New variables.
9195         (gnus-summary-make-tool-bar): Complete rewrite using
9196         `gmm-tool-bar-from-list'.
9197
9198         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9199         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9200         variables.
9201         (gnus-group-make-tool-bar): Complete rewrite using
9202         `gmm-tool-bar-from-list'.
9203         (gnus-group-tool-bar-update): New function.
9204
9205         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9206
9207 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9210         is dissected into a single part of which the type is the same as
9211         the given one; decode charset.
9212
9213 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9214
9215         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9216         into alists as symbol not string, since that's what
9217         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9218         look for.
9219
9220 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9223         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9224
9225         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9226
9227 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9230         (gnus-xmas-mime-security-button-menu): New function.
9231
9232         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9233         (gnus-mime-security-button-menu): New definition.
9234         (gnus-mime-security-button-map): Use them.
9235         (gnus-mime-security-button-menu): New function.
9236         (gnus-insert-mime-security-button): Addition to help echo.
9237         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9238         (gnus-mime-security-pipe-part): New functions.
9239
9240         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9241         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9242
9243         * mm-decode.el (mm-handle-set-disposition): Remove.
9244         (mm-handle-set-description): Remove.
9245
9246 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9249         (mm-w3m-standalone-supports-m17n-p): New function.
9250         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9251         w3m usage.
9252
9253         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9254         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9255
9256 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * message.el (message-tool-bar-zap-list): Use
9259         gmm-tool-bar-zap-list as custom type.
9260         (message-tool-bar-update): New function.
9261         (message-tool-bar, message-tool-bar-gnome)
9262         (message-tool-bar-retro): Add message-tool-bar-update.
9263         (message-tool-bar-gnome): Add flyspell-buffer.
9264
9265         * gnus-util.el (gnus-error): Describe `args'.
9266
9267         * gmm-utils.el (gmm-error): Describe `args'.
9268         (gmm-tool-bar-zap-list): New widget.
9269         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9270
9271 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9274         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9275         the number of recursive calls.
9276
9277         * mm-decode.el (mm-handle-set-disposition): New macro.
9278         (mm-handle-set-description): New macro.
9279
9280 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9283         encoding.
9284
9285 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * message.el (message-tool-bar-zap-list, message-tool-bar)
9288         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9289         (message-tool-bar-local-item-from-menu): Remove.
9290         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9291         (message-make-tool-bar): New function.
9292         (message-mode): Use `message-make-tool-bar'.
9293
9294         * gmm-utils.el: New file.
9295         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9296         (gmm-lazy): New widget copied from `nnmail.el'.
9297         (gmm-tool-bar-from-list): New function for creating customizable
9298         tool bars.
9299         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9300         output.
9301         (gmm): Add :prefix to defgroup.
9302
9303 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9304
9305         * gmm-utils.el (gmm-widget-p): New function.
9306
9307 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * mml.el (mml-attach-file): Describe `description' in doc string.
9310         (mml-menu): Add Emacs MIME manual and PGG manual.
9311
9312 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9313
9314         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9315
9316 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9317
9318         * nntp.el (nntp-end-of-line): Doc fix.
9319
9320 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9321
9322         * imap.el (imap-open): Handle case where buffer is a buffer
9323         object.
9324
9325 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9326
9327         * gnus-delay.el (gnus-delay): Don't autoload.
9328         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9329         to be re-loaded when customizing the `gnus-delay' group.
9330
9331 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9332
9333         * message.el (message-insert-citation-line): Use newlines.
9334
9335 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9336
9337         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9338         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9339         these routines, so the passphrase can be managed externally and
9340         passed in to the system.
9341         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9342         pgg-add-passphrase-to-cache function.
9343
9344         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9345         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9346         these routines, so the passphrase can be managed externally and
9347         passed in to the system.
9348         (pgg-pgp5-sign-region): Use new name of
9349         pgg-add-passphrase-to-cache function.
9350
9351 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9352
9353         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9354         part of the decoded armor to find the key-identifier.
9355         (pgg-gpg-lookup-key-owner): New function to return the
9356         human-readable identifier of a key owner.
9357         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9358         itself.
9359         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9360         the key value) if we have a key and can match it against a secret
9361         key.  Also, added a note pointing out fact that the prompt only
9362         indicates the first matching key.
9363
9364         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9365         pgg-decrypt-region.
9366         (pgg-add-passphrase-to-cache): Rename from
9367         `pgg-add-passphrase-cache' to reduce confusion (all callers
9368         changed).
9369         (pgg-remove-passphrase-from-cache): Rename from
9370         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9371         changed).
9372         (pgg-read-passphrase, pgg-add-passphrase-cache)
9373         (pgg-remove-passphrase-cache): Add informative docstrings.
9374         (pgg-decrypt): Convey provided passphrase in subordinate call to
9375         pgg-decrypt-region.
9376
9377 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9378
9379         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9380         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9381         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9382         'passphrase' argument, so the passphrase can be managed externally
9383         and then passed in to the system.
9384
9385         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9386         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9387         so the passphrase cache can be used reliably with identifiers
9388         besides a pgp packet's key id.
9389
9390         * pgg-gpg.el (pgg-gpg-encrypt-region)
9391         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9392         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9393         these routines, so the passphrase can be managed externally and
9394         passed in to the system.
9395
9396         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9397         'notruncate' argument, so the passphrase cache can be used
9398         reliably with identifiers besides a pgp packet's key id.
9399
9400 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9401
9402         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9403         symmetric encryption.
9404         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9405         encrypted session key.
9406         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9407         message ask for the passphrase in a proper way.
9408
9409         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9410         New user commands for symmetric encryption.
9411
9412 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9415
9416         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9417
9418 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9419
9420         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9421
9422 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * mm-decode.el (mm-inlined-types): Add application/pgp.
9425         (mm-automatic-display): Ditto.
9426
9427         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9428         part as text.
9429
9430 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * nnrss.el: Update copyright.
9433         (nnrss-opml-import): Query whether to subscribe to each entry.
9434
9435         * gnus-art.el:
9436         * gnus-sum.el:
9437         * gnus-xmas.el:
9438         * messagexmas.el:
9439         * mm-uu.el:
9440         * mm-view.el: Update copyright.
9441
9442 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * message.el (message-info): New function.
9445         (message-mode-menu): Add it.
9446         Update copyright.
9447
9448         * ChangeLog: Fix and update copyright.
9449
9450 2006-01-13  Romain Francoise  <romain@orebokech.com>
9451
9452         * message.el (message-forward-subject-name-subject): Prefer the
9453         address to 'nowhere' if the sender has no name.
9454         Fix typo.  Update copyright year.
9455
9456 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-art.el (article-wash-html): Use
9459         gnus-summary-show-article-charset-alist if a numeric arg is given.
9460         (gnus-article-wash-html-with-w3m-standalone): New function.
9461
9462         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9463         mm-inline-text-html-render-with-w3m-standalone.
9464         (mm-text-html-washer-alist): Map w3m-standalone to
9465         gnus-article-wash-html-with-w3m-standalone.
9466         (mm-inline-text-html-render-with-w3m-standalone): New function.
9467
9468 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9471         Improve LaTeX.
9472
9473 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9476         (nnrss-request-article): Render text/plain parts as HTML.
9477
9478         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9479         the buffer.
9480
9481 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9484         custom definition of `gnus-posting-styles'.
9485
9486         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9487         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9488
9489 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9492         Use nntp for bug archive.
9493
9494 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9497         parts.
9498         (nnrss-normalize-date): New function converts ISO 8601 date into
9499         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9500         (nnrss-check-group): Use it.
9501
9502 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9505
9506         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9507         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9508         (nnrss-insert-w3): Ditto.
9509
9510 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9513         the articles to be forwarded including the case where neither a
9514         number of articles nor a region is specified.
9515
9516 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * nnrss.el (nnrss-request-article): Fix last change; fill
9519         text/plain parts.
9520
9521 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9524         in text/plain part.
9525         (nnrss-check-group): Don't add excessive newline to dc:subject.
9526
9527 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9528
9529         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9530         article.
9531
9532 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9535         (nnml-use-compressed-files, nnml-save-mail): Support other
9536         comression programs such as bzip2.
9537
9538 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * dns.el (query-dns): Make sure we check the buffer size before
9541         removing tcp headers.
9542
9543 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9546         remove MIME buttons associated with multipart/alternative parts.
9547         (gnus-mime-display-alternative): Tag buttons using `article-type'
9548         text property.
9549
9550         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9551         associated with multipart/alternative parts.
9552
9553         * gnus-art.el (gnus-signature-separator): Fix custom type.
9554
9555         * mm-decode.el (mm-inlined-types): Fix custom type.
9556         (mm-keep-viewer-alive-types): Ditto.
9557         (mm-automatic-display): Ditto.
9558         (mm-attachment-override-types): Ditto.
9559         (mm-inline-override-types): Ditto.
9560         (mm-automatic-external-display): Ditto.
9561
9562 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * spam-report.el (spam-report-user-mail-address)
9565         (spam-report-user-agent): New variables.
9566         (spam-report-url-ping-plain): Use spam-report-user-agent.
9567
9568 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9569
9570         * gnus-art.el (gnus-button-handle-custom): Do not just use
9571         `customize-apropos' for any "M-x customize-*" button but the
9572         function called for.  Accept both the function name and its
9573         argument in order to achieve this.
9574         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9575         function name to `gnus-button-handle-custom' in case of "M-x
9576         customize-*" buttons.
9577
9578 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9581         multipart/alternative and add xref to mm-discouraged-alternatives
9582         in doc string.
9583
9584         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9585         gnus-buttonized-mime-types in doc string.
9586
9587 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9590         Suggest image/.* in the doc string.
9591
9592 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9593
9594         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9595         message-marks (Debian bug #342521).
9596
9597 2005-12-12  Simon Josefsson  <jas@extundo.com>
9598
9599         * password.el (password-read-from-cache): Add.
9600         (password-read): Use it.
9601
9602 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9605         us-ascii as a MIME charset.
9606
9607         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9608         against the case where the 2nd arg TYPE is nil.
9609
9610 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * pop3.el (pop3-stream-type): Fix custom version.
9613
9614         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9615
9616 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9617
9618         * mm-decode.el (mm-display-external): Add missing cdr.
9619
9620 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9623         RFC1524) if it is in mailcap or add a suffix according to
9624         mailcap-mime-extensions when generating a temp filename; postpone
9625         deleting a temp file for 2 seconds for some wrappers, shell
9626         scripts, and so on, which might exit right after having started a
9627         viewer command as a background job.
9628
9629 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * nntp.el (nntp-marks-directory): Fix custom group.
9632
9633         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9634         steps when < 10.
9635
9636         * gnus-start.el (gnus-no-server-1): Mention
9637         `gnus-level-default-subscribed' in doc string.
9638
9639 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9640
9641         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9642         parens.
9643
9644 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-xmas.el (gnus-use-toolbar): Revert.
9647         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9648         gnus-use-toolbar is default.
9649
9650         * messagexmas.el (message-use-toolbar): Revert.
9651         (message-setup-toolbar): Use global default-toolbar if
9652         message-use-toolbar is default.
9653
9654 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9657         according to default-toolbar-visible-p.
9658
9659         * messagexmas.el (message-use-toolbar): Ditto.
9660
9661 2005-11-26  Dave Love  <fx@gnu.org>
9662
9663         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9664         (tls-program, tls-success): Provide openssl alternative.
9665
9666         * starttls.el: Doc fixes.
9667         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9668         SERVICE to PORT.
9669
9670         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9671         port null or service name.
9672         (starttls-negotiate): Autoload.
9673
9674 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * message.el (message-kill-to-signature): Fix interactive spec.
9677
9678 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9679
9680         * pop3.el (pop3-open-server): Recognize a string as a service name.
9681
9682 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9683
9684         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9685
9686 2005-11-23  Dave Love  <fx@gnu.org>
9687
9688         Add pop3s, pop3/starttls.
9689
9690         * pop3.el (pop3-authentication-scheme): Clarify doc.
9691         (open-tls-stream, starttls-open-stream): Autoload.
9692         (pop3-stream-type): New.
9693         (pop3-open-server): Use it.
9694
9695         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9696         for POP.
9697         (mail-source-keyword-map): Add :stream for POP.
9698         (mail-source-fetch-pop): Use pop3-stream-type.
9699
9700 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9703         of current-time-string.
9704
9705 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9706
9707         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9708         date header.
9709
9710 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9711
9712         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9713         it can seriously impact performance as it bypasses the agent's
9714         local caches.
9715
9716 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9717
9718         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9719         must be explicitly online rather than "not explicitly offline" for
9720         its flags to be synchronized.
9721
9722         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9723         that gnus-uu-unmark-thread will function correctly.
9724
9725         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9726         1024K is instead displayed as 1M.
9727
9728 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9731
9732 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9733
9734         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9735
9736 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9737
9738         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9739         error message to display actual error condition.
9740         (gnus-agent-save-local): Avoid saving symbols that are bound to
9741         nil as they simply result in a warning message in
9742         gnus-agent-read-local.
9743
9744 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9747         rather than make-variable-buffer-local for file-precious-flag.
9748
9749 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9750
9751         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9752         for duplicates which are removed.  The invalid sort check then
9753         triggers a rescan after the sort as sorting may have moved
9754         duplicate entries such that they can be cheaply detected.
9755
9756 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9759
9760 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9761
9762         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9763         internal variable to a custom variable.  Changed default value
9764         from compressed(2) to uncompressed(1).
9765         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9766         support for uncompressed agentview files.  Taken together, reading
9767         the agentview file should now be 6-7 times faster.
9768
9769 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9772         as a buffer-local variable.  This avoids creating truncated
9773         dribble files as a result of a hang up, eg.
9774
9775 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9776
9777         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9778         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9779         XEmacs.
9780
9781 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-start.el (gnus-start-draft-setup): Enforce
9784         `gnus-draft-mode' for nndraft:drafts at startup.
9785
9786         * gnus.el (gnus-splash): Change custom group.
9787         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9788         allow-list argument.
9789
9790         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9791         string.
9792
9793 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * gnus-art.el (gnus-default-article-saver): Add user-defined
9796         `function' to custom type.
9797
9798 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9799
9800         * imap.el (imap-open): Handle case where buffer is a buffer
9801         object.
9802
9803 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9806         long lines.
9807         (gnus-cache-delete-group): Wrap doc strings.
9808
9809         * gnus-agent.el (gnus-agent-rename-group)
9810         (gnus-agent-delete-group): Wrap doc strings.
9811
9812 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * messagexmas.el (message-use-toolbar): Change the valid values
9815         into default, top, bottom, left, and right.
9816         (message-toolbar-thickness): New variable.
9817         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9818         well.
9819         (message-setup-toolbar): Make it work.
9820
9821         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9822         (gnus-use-toolbar): Change the valid values into default, top,
9823         bottom, left, and right.
9824         (gnus-toolbar-thickness): New variable.
9825         (gnus-xmas-setup-toolbar): New function.
9826         (gnus-xmas-setup-group-toolbar): Use it.
9827         (gnus-xmas-setup-summary-toolbar): Use it.
9828
9829 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * gnus-start.el (gnus-1): Add "native" to
9832         gnus-predefined-server-alist.
9833
9834         * gnus.el (gnus-method-to-server): Don't add "native" to the
9835         lists here, because that leads to problems when
9836         gnus-select-method is bound.
9837
9838 2005-11-09  Simon Josefsson  <jas@extundo.com>
9839
9840         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9841         use (not sort-by-date) instead.
9842
9843 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9844
9845         * gnus-delay.el (gnus-delay-group): Don't autoload.
9846         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9847         to be re-loaded when customizing the `gnus-delay' group.
9848
9849 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9850
9851         * message.el: Revert last changes.
9852         (message-insert-citation-line): Use newlines.
9853
9854 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9855
9856         * message.el (message-courtesy-message)
9857         (message-mark-insert-begin, message-mark-insert-end)
9858         (message-elide-ellipsis, message-cancel-message)
9859         (message-add-header, message-change-subject)
9860         (message-cross-post-followup-to-header)
9861         (message-cross-post-insert-note, message-reduce-to-to-cc)
9862         (message-widen-reply, message-delete-not-region)
9863         (message-kill-to-signature, message-insert-signature)
9864         (message-insert-importance-high, message-insert-importance-low)
9865         (message-insert-or-toggle-importance)
9866         (message-insert-disposition-notification-to)
9867         (message-indent-citation, message-yank-original)
9868         (message-cite-original-without-signature, message-cite-original)
9869         (message-insert-citation-line, message-position-on-field)
9870         (message-fix-before-sending, message-send-mail-partially)
9871         (message-send-mail, message-send-mail-with-sendmail)
9872         (message-send-mail-with-qmail, message-send-news)
9873         (message-check-news-header-syntax, message-generate-headers)
9874         (message-insert-courtesy-copy, message-fill-address)
9875         (message-fill-header, message-shorten-references)
9876         (message-setup-1, message-cancel-news)
9877         (message-forward-make-body-plain, message-forward-make-body-mime)
9878         (message-forward-make-body-mml, message-encode-message-body)
9879         (message-forward-make-body-digest-plain)
9880         (message-forward-make-body-digest-mime)
9881         (message-use-alternative-email-as-from): Insert `hard-newline'
9882         instead of ordinary newlines.
9883
9884 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * message.el (message-generate-headers): Downcase the argument
9887         given to message-check-element.
9888
9889 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9890
9891         * nntp.el (nntp-authinfo-rejected): New error condition.
9892         (nntp-wait-for): Use new error condition to signal authentication
9893         error.
9894         (nntp-retrieve-data): Rethrow new error condition to break out of
9895         recursive call to nntp-send-authinfo.
9896
9897 2005-11-08  Romain Francoise  <romain@orebokech.com>
9898
9899         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9900         (gnus-summary-exit-map): Bind to `Z p'.
9901         (gnus-summary-make-menu-bar): Add menu item.
9902
9903 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9906         (gnus-treat-*): Add `first' in all doc strings.
9907
9908         * gnus-group.el (gnus-group-compact-group): Fix typo.
9909
9910 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus.el (gnus-parameters-case-fold-search): New variable.
9913         (gnus-parameters-get-parameter): Use it.
9914
9915         * gnus-score.el (gnus-home-score-file): Doc fix.
9916
9917 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9918
9919         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9920
9921 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * mm-util.el (mm-special-display-p): New function.
9924
9925         * mml.el (mml-preview): Use it; doc fix.
9926
9927 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9928
9929         * imap.el (imap-open): Handle case where buffer is a buffer object.
9930
9931 2005-10-29  Romain Francoise  <romain@orebokech.com>
9932
9933         * message.el (message-fix-before-sending): Fix comment.
9934
9935 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9936
9937         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9938
9939 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9940
9941         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9942         Used in gnus-score.el.
9943
9944 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9947
9948 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9951         whitespace removed in revision 7.8.  Use concatenated string to
9952         protect trailing whitespace.
9953
9954 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9955
9956         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9957         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9958         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9959         Courier IMAP ("some version from 2004").  Mostly based on similar
9960         code in the same function.
9961
9962 2005-10-26  Didier Verna  <didier@xemacs.org>
9963
9964         * gnus-group.el (gnus-group-compact-group): Invalidate original
9965         article buffer.
9966         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9967         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9968         NOV database and in article itself.
9969         Invalidate article backlog.
9970
9971 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9972
9973         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9974
9975 2005-10-26  Simon Josefsson  <jas@extundo.com>
9976
9977         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9978         part of 2004-07-25 change.
9979
9980 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * message.el (message-display-completion-list): New function.
9983         (message-expand-group): Use it; make sure the Completions buffer
9984         is modifiable.
9985 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9986
9987         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9988         user-mail-name is an empty string.
9989
9990 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9993         depending on gnus-score-decay-constant.
9994
9995         * encrypt.el (encrypt-insert-file-contents)
9996         (encrypt-write-file-contents): Don't use `gnus-message'.
9997
9998         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9999         arguments.
10000         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10001         arguments to mm-uu-verbatim-marks-extract.
10002         (mm-uu-hide-markers): New variable.
10003         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10004
10005         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10006         (gnus-convert-image-to-face-command): Use "convert" by default to
10007         allow other input image formats.
10008         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10009         accordingly.
10010
10011 2005-10-23  Simon Josefsson  <jas@extundo.com>
10012
10013         * imap.el (imap-gssapi-program): Align command line parameters
10014         with latest GNU SASL.
10015         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10016
10017 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10020         HTML.
10021         (nnslashdot-request-article): Ditto.
10022
10023         * lpath.el (featurep): Add nobreak-char-display.
10024
10025 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10026
10027         * mail-source.el (mail-source-fetch-pop): Require pop3.
10028         (mail-source-check-pop): Ditto.
10029
10030 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10033         errors.
10034
10035 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10038         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10039
10040         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10041
10042         * mm-bodies.el (mm-decode-string): Call
10043         `mm-charset-to-coding-system' with allow-override argument.
10044
10045 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10048         (rfc2047-charset-to-coding-system): New function.
10049         (rfc2047-decode-encoded-words): New function.
10050         (rfc2047-decode-region): Use them.
10051         (rfc2047-decode-cte): Remove.
10052         (rfc2047-parse-and-decode): Remove.
10053         (rfc2047-decode): Remove.
10054
10055 2005-10-15  Kenichi Handa  <handa@m17n.org>
10056
10057         * rfc2047.el (rfc2047-decode-cte): New function.
10058         (rfc2047-decode-region): Change the way to decode successive
10059         encoded-words: decode B- or Q-encoding in each encoded-word,
10060         concatenate them, and decode it as charset.
10061
10062 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * lpath.el: Fbind codepage-setup for XEmacs.
10065
10066 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10067
10068         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10069         widget-move-and-invoke.
10070         (gnus-custom-mode): Use gnus-custom-map.
10071
10072 2005-10-15  Bill Wohler  <wohler@newt.com>
10073
10074         * message.el (message-tool-bar-map): Renamed image file from
10075         mail_send to mail/send.
10076
10077 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10078
10079         * message.el (message-expand-group): Pass the common
10080         prefix substring of completion to `display-completion-list'.
10081
10082 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * mml-sec.el (mml-secure-method): New internal variable.
10085         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10086         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10087         functions using mml-secure-method.
10088
10089         * mml.el (mml-mode-map): Add key bindings for those functions.
10090         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10091         Harder <harder@myrealbox.com>.
10092         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10093         end of message if point is the headers of the message.
10094
10095         * message.el (message-in-body-p): New function.
10096
10097         * assistant.el: Autoload gnus-util and netrc.
10098
10099         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10100         Use `mm-charset-override-alist' only when decoding.
10101
10102         * mm-bodies.el (mm-decode-body): Call
10103         `mm-charset-to-coding-system' with allow-override argument.
10104
10105         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10106         `filename' from Content-Disposition if Content-Type doesn't
10107         provide `name'.
10108         (gnus-mime-view-part-as-type): Set default instead of
10109         initial-input.
10110
10111 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10112
10113         * format-spec.el (format-spec): Propagate text properties of % spec.
10114
10115 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-art.el (gnus-treat-predicate): Add `first'.
10118
10119 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10122         (mm-charset-override-alist): New variable.
10123         (mm-charset-to-coding-system): Use it.
10124         (mm-codepage-setup): New helper function.
10125         (mm-charset-eval-alist): New variable.
10126         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10127         about unknown charsets.
10128
10129         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10130
10131 2005-10-04  David Hansen  <david.hansen@gmx.net>
10132
10133         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10134         (nnrss-check-group): Ditto.
10135
10136 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10139         Rename x-gnus-verbatim to x-verbatim.
10140         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10141
10142         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10143         x-verbatim.
10144
10145         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10146
10147         * gnus-util.el (gnus-remove-duplicates): Remove.
10148
10149         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10150         instead of gnus-remove-duplicates.
10151
10152         * message.el (message-remove-duplicates): Remove.
10153         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10154         message-remove-duplicates.
10155
10156         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10157         available, else use implementation from `delete-dups'.
10158
10159         * message.el (message-insert-expires): New function.
10160         (message-mode-map): Add key binding.
10161         (message-mode-field-menu): Add menu entry.
10162         (message-mode): Document it.
10163         (message-make-expires-date): Use `message-make-date'.
10164
10165 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10166
10167         * message.el (message-make-expires-date): New function.
10168
10169 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * Makefile.in (list-installed-shadows): New entry.
10172         (install): Use it.
10173         (remove-installed-shadows): New entry.
10174
10175         * dgnushack.el (dgnushack-default-load-path): New variable.
10176         (dgnushack-find-lisp-shadows): New function.
10177         (dgnushack-remove-lisp-shadows): New function.
10178
10179 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * Makefile.in (install-el-elc): New entry.
10182         (install): Use it so that .el files are necessarily installed.
10183
10184 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10187
10188 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10189
10190         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10191         function rather than the diff-mode.el package.
10192         (mm-display-external): Use with-current-buffer.
10193         (mm-viewer-completion-map, mm-viewer-completion-map):
10194         Move initialization inside declaration.
10195
10196 2005-09-29  Simon Josefsson  <jas@extundo.com>
10197
10198         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10199         autoload mail-check-payment.
10200         (spam-check-hashcash): Define unconditionally, since hashcash.el
10201         is part of Gnus now.  Ignore errors from payment checking.
10202
10203 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * message.el (message-bold-region, message-unbold-region): Rename
10206         from `bold-region' and `unbold-region'.
10207
10208         * message.el: Remove useless autoloads.
10209
10210 2005-09-28  Simon Josefsson  <jas@extundo.com>
10211
10212         * message.el (message-use-idna): Default to t.
10213         (message-use-idna): Test whether encoding works too.  Doc fix.
10214
10215 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * nntp.el (nntp-warn-about-losing-connection): Remove.
10218
10219 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10222         customizable.  Change default value.
10223         (mm-uu-diff-groups-regexp): Change default value.
10224         (mm-uu-type-alist): Add doc string.
10225         (mm-uu-configure): Add doc string.  Make it interactive.
10226         (mm-uu-tex-groups-regexp): New variable.
10227         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10228         (mm-uu-type-alist): Add LaTeX documents.
10229         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10230         of "text/verbatim".
10231         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10232
10233         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10234         instead of "text/verbatim".
10235
10236         * message.el (message-mark-inserted-region)
10237         (message-mark-insert-file): Use slrn style marks when called with
10238         prefix argument.
10239
10240 2005-09-27  Simon Josefsson  <jas@extundo.com>
10241
10242         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10243
10244 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10245
10246         * message.el (message-remove-duplicates): New function.
10247         Implementation borrowed from `gnus-remove-duplicates'.
10248         (message-idna-to-ascii-rhs): Also encode idna addresses in
10249         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10250         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10251         only ask about the same idna domain once per header and also tell
10252         in what header to replace the idna domain.
10253
10254         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10255         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10256         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10257         a header is decoded and not just the last one.
10258
10259 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10262         has been decoded.
10263
10264         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10265         (mm-insert-part): Don't modify text if it has been decoded.
10266
10267         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10268         decoded.
10269
10270         * mm-view.el (mm-inline-text): Don't strip text props unless
10271         decoding enriched or richtext parts.
10272
10273 2005-09-25  Romain Francoise  <romain@orebokech.com>
10274
10275         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10276         * gnus-start.el (gnus-subscribe-interactively):
10277         * gnus-uu.el (gnus-uu-grab-articles):
10278         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10279         space.
10280
10281 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10282
10283         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10284         * mm-view.el (mm-view-pkcs7-decrypt):
10285         * gnus-sum.el (gnus-summary-limit-to-extra)
10286         (gnus-summary-respool-article, gnus-read-move-group-name):
10287         * gnus-score.el (gnus-summary-increase-score):
10288         * gnus-util.el (gnus-completing-read-with-default):
10289         * gnus-art.el (gnus-read-save-file-name)
10290         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10291         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10292         * message.el (message-check-news-header-syntax):
10293         Follow convention for reading with the minibuffer.
10294
10295 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * spam-report.el (spam-report-url-ping-plain):
10298         Use gnus-extended-version as User-Agent.
10299
10300         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10301         default value is nil.
10302
10303         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10304         (mm-uu-verbatim-marks-extract): New function.
10305         (mm-uu-extract): New face.
10306         (mm-uu-copy-to-buffer): Use it.
10307
10308         * spam-report.el (spam-report-gmane-ham): Renamed from
10309         `spam-report-gmane-unspam'.
10310         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10311         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10312
10313         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10314         Autoload.
10315         (spam-report-gmane-unregister-routine): Renamed
10316         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10317
10318 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10319
10320         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10321         (spam-report-gmane-unregister-routine): Add support for gmane
10322         unregistration.
10323
10324         * spam-report.el (spam-report-gmane-unspam)
10325         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10326         (spam-report-gmane): Change to take a single article and do unspam
10327         registration.
10328
10329 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * mm-url.el (mm-url-decode-entities): Fix regexp.
10332
10333 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334
10335         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10336         default to nil, to be able to use Gnus at all.  If the default
10337         switches to something else, then the function should be fixed not
10338         be exceedingly slow.
10339
10340 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10341
10342         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10343         fail hard.
10344
10345         * spam-report.el: Add better Keywords line.
10346
10347         * spam.el: Add Maintainer and better Keywords line.
10348
10349 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * gnus-art.el (gnus-article-replace-part)
10352         (gnus-mime-replace-part): New functions.
10353         (gnus-mime-action-alist, gnus-mime-button-commands)
10354         (gnus-mime-save-part-and-strip): Added file argument.
10355         (gnus-article-part-wrapper): Added interactive argument.
10356
10357         * gnus-sum.el (gnus-summary-mime-map): Add
10358         `gnus-article-replace-part'.
10359
10360 2005-09-19  Didier Verna  <didier@xemacs.org>
10361
10362         The nnml compaction feature:
10363         * nnml.el (nnml-request-compact-group): New function.
10364         * nnml.el (nnml-request-compact): New function.
10365         * gnus-int.el (gnus-request-compact-group): New function.
10366         * gnus-int.el (gnus-request-compact): New function.
10367         * gnus-group.el (gnus-group-compact-group): New function.
10368         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10369         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10370         * gnus-srvr.el (gnus-server-compact-server): New function.
10371         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10372         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10373
10374 2005-09-18  Deepak Goel  <deego@gnufans.org>
10375
10376         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10377         format spec.
10378
10379 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10382
10383 2005-09-15  Romain Francoise  <romain@orebokech.com>
10384
10385         * message.el (message-fill-paragraph): Clarify docstring.
10386
10387 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-art.el (gnus-mime-display-part): Protect against broken
10390         MIME messages.
10391
10392 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10395         before parsing header.
10396
10397 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10398
10399         * html2text.el (html2text-replace-list): Add new entities.
10400
10401 2005-09-11  Romain Francoise  <romain@orebokech.com>
10402
10403         * message.el (message-alternative-emails): Improve docstring.
10404         (message-setup-1): Call `message-use-alternative-email-as-from'
10405         after `message-setup-hook' to give it precedence over posting
10406         styles, etc.
10407         (message-use-alternative-email-as-from): Add docstring.  Remove
10408         the original From header if present.
10409
10410         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10411         (nnml-save-mail): Use it.
10412
10413         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10414         articles.  Add new argument `silent'.
10415         (gnus-uu-mark-all): Report the total number of marked articles.
10416
10417 2005-09-10  Romain Francoise  <romain@orebokech.com>
10418
10419         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10420         (gnus-uu-mark-series): Likewise.
10421
10422 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * spam-report.el (spam-report-gmane): Fix generation of spam
10425         report URL.
10426
10427 2005-09-10  Simon Josefsson  <jas@extundo.com>
10428
10429         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10430         t, based on discussion on the ding list with Robert Epprecht
10431         <epprecht@solnet.ch>.
10432
10433 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * spam-report.el (spam-report-gmane): Make it work without
10436         X-Report-Spam header.  Gmane now only provides Archived-At.
10437         This is only used if `spam-report-gmane-use-article-number' is nil.
10438         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10439
10440         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10441         make `gnus-summary-sort-by-recipient' work with threading.
10442
10443         * nnweb.el (nnweb-google-wash-article): Print a message if article
10444         is not available.
10445
10446 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10447
10448         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10449         change.  Decode text/* parts content before displaying.
10450
10451 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10454
10455 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10458
10459         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10460         url-package-name, url-package-version,
10461         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10462         w3m-display-inline-images, and w3m-minor-mode-map.
10463
10464 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * message.el (message-tab-body-function): Fix mismatched custom type.
10467
10468         * gnus.el (gnus-group-change-level-function): Ditto.
10469
10470         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10471
10472         * gnus-art.el (gnus-signature-limit)
10473         (gnus-article-mime-part-function): Ditto.
10474
10475 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * mml.el (mml-mode): Silence the byte compiler.
10478
10479         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10480         using `(sit-for 0)' before moving the point to the specified part;
10481         skip unbuttonized parts.
10482         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10483         return to the summary window if gnus-auto-select-part is non-nil.
10484
10485 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10488         variables.
10489         (mml-dnd-attach-file, mml-mode): Use them.
10490
10491         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10492         Make fetching article by MID work again for Google Groups.  Added
10493         FIXME concerning gnus-group-make-web-group.
10494
10495         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10496         Don't depend on Gnus by using mail-extract-address-components if
10497         gnus-extract-address-components is not bound.
10498
10499 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * gnus-art.el (gnus-mime-display-security): Don't display the
10502         signature, but only the signed part.
10503
10504 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10507
10508         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10509         list, not listp.
10510
10511 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10512
10513         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10514         when encoding.
10515
10516         * mm-bodies.el (mm-decode-content-transfer-encoding):
10517         De-canonicalize CRLF for all text content types, not just
10518         text/plain.
10519
10520 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10523         valid article; point arrow and cursor at the MIME button.
10524
10525 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10528         Suggested by Dan Christensen <jdc@uwo.ca>.
10529
10530         * mm-decode.el (mm-save-part): Enable change of prompt.
10531
10532 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10533
10534         * gnus-msg.el (gnus-inews-add-send-actions): Made
10535         `message-post-method' lambda parameter ARG `&optional'.
10536
10537 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * gnus-sum.el (gnus-summary-mime-map): Added
10540         gnus-article-save-part-and-strip, gnus-article-delete-part and
10541         gnus-article-jump-to-part.
10542
10543         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10544         (gnus-article-edit-part): Use it.
10545         (gnus-article-part-wrapper): Added no-handle argument.
10546         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10547         functions.
10548
10549 2005-08-29  Romain Francoise  <romain@orebokech.com>
10550
10551         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10552         docstring.
10553         (gnus-face-from-file): Likewise.
10554
10555 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10558         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10559         non-nil.
10560         (gnus-auto-select-part): New variable.
10561         (gnus-article-jump-to-part): New function.
10562         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10563         (gnus-mime-delete-part): Allow selecting specified part after
10564         deleting or stripping parts.
10565         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10566         part if argument is bogus.
10567
10568 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10569
10570         * gnus-art.el (w3m-minor-mode-map):
10571         * gnus-spec.el (gnus-newsrc-file-version):
10572         * gnus-util.el (nnmail-active-file-coding-system)
10573         (gnus-original-article-buffer, gnus-user-agent):
10574         * gnus.el (gnus-ham-process-destinations)
10575         (gnus-parameter-ham-marks-alist)
10576         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10577         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10578         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10579         * mm-decode.el (gnus-current-window-configuration):
10580         * mm-extern.el (gnus-article-mime-handles):
10581         * mm-url.el (url-current-object, url-package-name)
10582         (url-package-version):
10583         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10584         (smime-keys, w3m-cid-retrieve-function-alist)
10585         (w3m-current-buffer, w3m-display-inline-images)
10586         (w3m-minor-mode-map):
10587         * mml-smime.el (gnus-extract-address-components):
10588         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10589         (gnus-newsrc-hashtb, message-default-charset)
10590         (message-deletable-headers, message-options)
10591         (message-posting-charset, message-required-mail-headers)
10592         (message-required-news-headers):
10593         * mml1991.el (mc-pgp-always-sign):
10594         * mml2015.el (mc-pgp-always-sign):
10595         * nnheader.el (nnmail-extra-headers):
10596         * rfc1843.el (gnus-decode-encoded-word-function)
10597         (gnus-decode-header-function, gnus-newsgroup-name):
10598         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10599
10600 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10601
10602         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10603         the end of the date treatments.
10604
10605 2005-08-15  Simon Josefsson  <jas@extundo.com>
10606
10607         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10608         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10609         Capello and Romain Francoise.
10610         (pgg-fetch-key-function): Removed, not used?
10611         (pgg-insert-url-with-w3): Require url, to get
10612         url-insert-file-contents regardless of where it is defined.
10613
10614 2005-08-13  Romain Francoise  <romain@orebokech.com>
10615
10616         * message.el (message-cite-original-1): New function.
10617         (message-cite-original): Use it.
10618         (message-cite-original-without-signature): Ditto.
10619
10620 2005-08-08  Romain Francoise  <romain@orebokech.com>
10621
10622         * message.el (message-yank-empty-prefix): New variable.
10623         (message-indent-citation): Use it.
10624         (message-cite-original-without-signature): Respect X-No-Archive.
10625
10626 2005-08-08  Simon Josefsson  <jas@extundo.com>
10627
10628         * pgg.el: Autoload url-insert-file-contents instead of loading
10629         w3/url.
10630         (pgg-insert-url-with-w3): Don't load url here.
10631
10632 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10633
10634         * message.el (message-kill-to-signature): Don't insert newline at
10635         bol.
10636         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10637
10638 2005-08-06  Romain Francoise  <romain@orebokech.com>
10639
10640         * message.el (message-user-fqdn): Fix typo in docstring.
10641
10642 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10643
10644         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10645
10646         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10647
10648 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * mm-bodies.el (mm-encode-body): Use coding system rather than
10651         charset to encode text.
10652
10653         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10654         number of charsets if utf-8 is available (XEmacs).
10655
10656 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10659         taken from `gnus-button-mid-or-mail-regexp'.
10660         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10661         (gnus-button-alist): Improve regexp for domain part of the MIDs
10662         for news:localpart@domain buttons.
10663         (gnus-button-ctan-directory-regexp): Update.
10664
10665 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * sieve-manage.el (sieve-manage-interactive-login): Use
10668         make-local-variable rather than make-variable-buffer-local.
10669         (sieve-manage-open): Ditto.
10670         (sieve-manage-authenticate): Ditto.
10671
10672         * mml.el (mml-generate-mime-1): Make the content type default to
10673         text/plain if the filename is not specified.
10674
10675 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10678         instead of insert-buffer.
10679
10680         * message.el (message-yank-original): Ditto; set the mark at the
10681         end of the yanked message.
10682
10683 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10686         lines to scroll rather than to stop it.
10687
10688         * mml.el (mml-generate-default-type): Add doc string.
10689         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10690         default to application/octet-stream when determining the content
10691         type if it is not specified for the part or the mml contents; add
10692         a comment about mml-generate-default-type.
10693
10694 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10697         make it default to application/octet-stream when determining the
10698         content type if it is not specified for the external contents.
10699
10700 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10703         segmented parameter but also other parameters might be there.
10704
10705 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * mm-decode.el (mm-display-external): Delete temp file, directory
10708         and buffer immediately if the external process is exited.
10709
10710 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10713         fewer lines than that of scroll-margin.
10714         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10715
10716 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * gnus-art.el (gnus-article-next-page): Revert.
10719         (gnus-article-beginning-of-window): New macro.
10720         (gnus-article-next-page-1): Use it.
10721         (gnus-article-prev-page): Ditto.
10722         (gnus-article-edit-part): Use insert-buffer-substring instead of
10723         insert-buffer.
10724         (gnus-article-edit-exit): Ditto.
10725
10726         * gnus-util.el (gnus-beginning-of-window): Remove.
10727         (gnus-end-of-window): Remove.
10728
10729         * lpath.el: Don't bind header-line-format and scroll-margin.
10730
10731 2005-07-25  Simon Josefsson  <jas@extundo.com>
10732
10733         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10734         to have the url package without w3.  Reported by Daiki Ueno
10735         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10736
10737 2005-07-20  Didier Verna  <didier@xemacs.org>
10738
10739         * gnus-diary.el: Remove the description comment (nndiary is now
10740         properly documented in the Gnus manual).
10741         Fix the spelling of "Back End".
10742         * nndiary.el: Ditto.
10743         Fix the copyright notice.
10744
10745 2005-07-18  Romain Francoise  <romain@orebokech.com>
10746
10747         * gnus-sum.el (gnus-summary-to-prefix)
10748         (gnus-summary-newsgroup-prefix): New variables.
10749         (gnus-summary-from-or-to-or-newsgroups): Use them.
10750
10751 2005-07-17  Romain Francoise  <romain@orebokech.com>
10752
10753         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10754         space as it's generally not especially interesting to the user.
10755
10756 2005-07-16  Romain Francoise  <romain@orebokech.com>
10757
10758         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10759         nil to avoid prompting and file modification if one of the
10760         messages at the top of the nnfolder file contains a copyright
10761         notice.
10762         Update copyright notice.
10763
10764         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10765         instead of `current-time-string' as the latter creates a time
10766         string that is not RFC 2822 compliant (it lacks the zone).
10767         Update copyright notice.
10768
10769 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10770
10771         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10772         for text/rtf.  Display default in prompt.  Pass default for M-n.
10773
10774         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10775
10776 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * gnus-msg.el (gnus-button-mailto): Remove
10779         save-selected-window-window hackery because it relies on
10780         save-selected-window internals.
10781
10782 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10785         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10786         (gnus-article-prev-page): Ditto.
10787
10788         * gnus-util.el (gnus-beginning-of-window): New function.
10789         (gnus-end-of-window): New function.
10790
10791         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10792
10793 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10794
10795         * gnus-score.el (gnus-score-edit-all-score): Set
10796         gnus-score-edit-exit-function to gnus-score-edit-done and call
10797         gnus-message.
10798
10799 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * gnus-msg.el (gnus-button-mailto): Remove
10802         save-selected-window-window hackery because it relies on
10803         save-selected-window internals.
10804
10805 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10808         add-minor-mode.
10809         (gnus-binary-mode): Ditto.
10810
10811         * gnus-topic.el (gnus-topic-mode): Ditto.
10812
10813 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10814
10815         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10816         (gnus-article-prev-page): Take scroll-margin into consideration.
10817
10818 2005-07-04  Lute Kamstra  <lute@gnu.org>
10819
10820         Update FSF's address in GPL notices.
10821
10822 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10823
10824         * gnus.el (gnus-exit):
10825         * gnus-group.el (gnus-group-icons):
10826         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10827
10828         * gnus-nocem.el (gnus-nocem):
10829         * message.el (message-various, message-buffers, message-sending)
10830         (message-interface, message-forwarding, message-insertion)
10831         (message-headers, message-news, message-mail):
10832         * pgg-gpg.el (pgg-gpg):
10833         * pgg-parse.el (pgg-parse):
10834         * pgg-pgp.el (pgg-pgp):
10835         * pgg-pgp5.el (pgg-pgp5):
10836         * pop3.el (pop3): Finish `defgroup' description with period.
10837
10838 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-art.el (article-display-face): Improve the efficiency.
10841         (article-display-x-face): Ditto; remove grey x-face stuff.
10842
10843 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-art.el (article-display-face): Correct the position in
10846         which Faces are inserted.
10847
10848 2005-06-29  Didier Verna  <didier@xemacs.org>
10849
10850         * gnus-art.el (article-display-face): Display faces in correct
10851         order.
10852
10853 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10856         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10857         (gnus-nocem-check-article): Fetch the Type header.
10858         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10859         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10860         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10861         make sure gnus-nocem-hashtb is initialized.
10862         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10863         (gnus-nocem-unwanted-article-p): Ditto.
10864
10865         * pgg.el (pgg-verify): Return the verification result.
10866
10867 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10870         is ascii.
10871
10872 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10873
10874         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10875         `show-nonbreak-escape'.
10876
10877 2005-06-23  Lute Kamstra  <lute@gnu.org>
10878
10879         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10880
10881         * dig.el (dig-mode):
10882         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10883
10884 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10885
10886         * nnimap.el (nnimap-split-download-body): Fix spellings.
10887
10888 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10889
10890         * gnus-art.el (gnus-article-encrypt-body):
10891         * gnus-cus.el (gnus-score-customize):
10892         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10893         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10894
10895 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10896
10897         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10898         header by looking for magic "MII" at the beginnig.
10899
10900 2005-06-16  Miles Bader  <miles@gnu.org>
10901
10902         * gnus-xmas.el (gnus-xmas-group-startup-message):
10903         Use renamed gnus-splash face.
10904
10905         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10906         (assistant-field-face): New backward-compatibility alias for renamed
10907         face.
10908         (assistant-render-text): Use renamed assistant-field face.
10909
10910         * spam.el (spam): Remove "-face" suffix from face name.
10911         (spam-face): New backward-compatibility alias for renamed face.
10912         (spam-face, spam-initialize): Use renamed spam face.
10913
10914         * message.el (message-header-to, message-header-cc)
10915         (message-header-subject, message-header-newsgroups)
10916         (message-header-other, message-header-name)
10917         (message-header-xheader, message-separator, message-cited-text)
10918         (message-mml): Remove "-face" suffix from face names.
10919         (message-header-to-face, message-header-cc-face)
10920         (message-header-subject-face, message-header-newsgroups-face)
10921         (message-header-other-face, message-header-name-face)
10922         (message-header-xheader-face, message-separator-face)
10923         (message-cited-text-face, message-mml-face):
10924         New backward-compatibility aliases for renamed faces.
10925         (message-font-lock-keywords): Use renamed message faces.
10926
10927         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10928         (sieve-test-commands, sieve-tagged-arguments):
10929         Remove "-face" suffix from face names.
10930         (sieve-control-commands-face, sieve-action-commands-face)
10931         (sieve-test-commands-face, sieve-tagged-arguments-face):
10932         New backward-compatibility aliases for renamed faces.
10933         (sieve-control-commands-face, sieve-action-commands-face)
10934         (sieve-test-commands-face, sieve-tagged-arguments-face):
10935         Use renamed sieve faces.
10936
10937         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10938         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10939         (gnus-group-news-3-empty, gnus-group-news-4)
10940         (gnus-group-news-4-empty, gnus-group-news-5)
10941         (gnus-group-news-5-empty, gnus-group-news-6)
10942         (gnus-group-news-6-empty, gnus-group-news-low)
10943         (gnus-group-news-low-empty, gnus-group-mail-1)
10944         (gnus-group-mail-1-empty, gnus-group-mail-2)
10945         (gnus-group-mail-2-empty, gnus-group-mail-3)
10946         (gnus-group-mail-3-empty, gnus-group-mail-low)
10947         (gnus-group-mail-low-empty, gnus-summary-selected)
10948         (gnus-summary-cancelled, gnus-summary-high-ticked)
10949         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10950         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10951         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10952         (gnus-summary-low-undownloaded)
10953         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10954         (gnus-summary-low-unread, gnus-summary-normal-unread)
10955         (gnus-summary-high-read, gnus-summary-low-read)
10956         (gnus-summary-normal-read, gnus-splash):
10957         Remove "-face" suffix from face names.
10958         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10959         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10960         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10961         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10962         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10963         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10964         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10965         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10966         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10967         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10968         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10969         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10970         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10971         (gnus-summary-normal-ticked-face)
10972         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10973         (gnus-summary-normal-ancient-face)
10974         (gnus-summary-high-undownloaded-face)
10975         (gnus-summary-low-undownloaded-face)
10976         (gnus-summary-normal-undownloaded-face)
10977         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10978         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10979         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10980         (gnus-splash-face):
10981         New backward-compatibility aliases for renamed faces.
10982         (gnus-group-startup-message): Use renamed gnus faces.
10983
10984         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10985         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10986         (gnus-server-agent): Remove "-face" suffix from face names.
10987         (gnus-server-agent-face, gnus-server-opened-face)
10988         (gnus-server-closed-face, gnus-server-denied-face)
10989         (gnus-server-offline-face):
10990         New backward-compatibility aliases for renamed faces.
10991         (gnus-server-agent-face, gnus-server-opened-face)
10992         (gnus-server-closed-face, gnus-server-denied-face)
10993         (gnus-server-offline-face): Use renamed gnus faces.
10994
10995         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10996         Remove "-face" suffix from face names.
10997         (gnus-picon-xbm-face, gnus-picon-face):
10998         New backward-compatibility aliases for renamed faces.
10999
11000         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11001         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11002         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11003         (gnus-cite-11): Remove "-face" suffix from face names.
11004         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11005         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11006         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11007         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11008         New backward-compatibility aliases for renamed faces.
11009         (gnus-cite-attribution-face, gnus-cite-face-list)
11010         (gnus-article-boring-faces): Use renamed gnus faces.
11011
11012         * gnus-art.el (gnus-signature, gnus-header-from)
11013         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11014         (gnus-header-content): Remove "-face" suffix from face names.
11015         (gnus-signature-face, gnus-header-from-face)
11016         (gnus-header-subject-face, gnus-header-newsgroups-face)
11017         (gnus-header-name-face, gnus-header-content-face):
11018         New backward-compatibility aliases for renamed faces.
11019         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11020
11021         * gnus-sum.el (gnus-summary-selected-face)
11022         (gnus-summary-highlight): Use renamed gnus faces.
11023         * gnus-group.el (gnus-group-highlight): Likewise.
11024
11025 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11026
11027         * gnus-sieve.el (gnus-sieve-article-add-rule):
11028         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11029         * spam-stat.el (spam-stat-buffer-change-to-spam)
11030         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11031
11032         * message.el (message-is-yours-p):
11033         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11034
11035 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * mm-view.el (mm-inline-text): Withdraw the last change.
11038
11039 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11042         executing enriched-decode.
11043
11044 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11047         charset of tar files.
11048
11049 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11050
11051         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11052
11053 2005-06-04  Lute Kamstra  <lute@gnu.org>
11054
11055         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11056         information is never recorded.
11057
11058 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11059
11060         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11061
11062 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * pop3.el (pop3-apop): Run md5 in the binary mode.
11065
11066         * starttls.el (starttls-set-process-query-on-exit-flag):
11067         Use eval-and-compile.
11068
11069 2005-05-31  Simon Josefsson  <jas@extundo.com>
11070
11071         * smime.el (smime-replace-in-string): Define.
11072         (smime-cert-by-ldap-1): Use it.
11073
11074 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * gnus-art.el (article-display-x-face): Replace
11077         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11078
11079         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11080         set-process-query-on-exit-flag or process-kill-without-query.
11081
11082         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11083         loop instead of replace-regexp.
11084
11085         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11086         instead of process-kill-without-query if it is available.
11087
11088         * lpath.el: Fbind ldap-search-entries.
11089
11090         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11091         instead of find-file-hooks if it is available.
11092
11093         * mml1991.el: Bind pgg-default-user-id when compiling.
11094
11095         * mml2015.el: Bind pgg-default-user-id when compiling.
11096
11097         * nndraft.el (nndraft-request-associate-buffer):
11098         Use write-contents-functions instead of write-contents-hooks if it is
11099         available.
11100
11101         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11102         instead of find-file-hooks if it is available.
11103
11104         * nntp.el (nntp-open-connection): Replace
11105         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11106         (nntp-open-ssl-stream): Ditto.
11107         (nntp-open-tls-stream): Ditto.
11108
11109         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11110         set-process-query-on-exit-flag or process-kill-without-query.
11111         (starttls-open-stream-gnutls): Use it instead of
11112         process-kill-without-query.
11113         (starttls-open-stream): Ditto.
11114
11115 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11116
11117         * smime.el (smime-cert-by-ldap-1): Don't use
11118         replace-regexp-in-string.
11119
11120 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11121
11122         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11123
11124         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11125         in PEM format.  Adjust to the XEmacs compability.
11126
11127 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11130         by `string-to-number'.
11131         * gnus-agent.el (gnus-agent-regenerate-group)
11132         (gnus-agent-fetch-articles): Ditto.
11133         * gnus-art.el (gnus-button-fetch-group): Ditto.
11134         * gnus-cache.el (gnus-cache-generate-active)
11135         (gnus-cache-articles-in-group): Ditto.
11136         * gnus-group.el (gnus-group-set-current-level)
11137         (gnus-group-insert-group-line): Ditto.
11138         * gnus-score.el (gnus-score-set-expunge-below)
11139         (gnus-score-set-mark-below, gnus-summary-score-effect)
11140         (gnus-summary-score-entry): Ditto.
11141         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11142         (gnus-soup-pack): Ditto.
11143         * gnus-spec.el (gnus-xmas-format): Ditto.
11144         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11145         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11146         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11147         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11148         * nndb.el (nndb-get-remote-expire-response): Ditto.
11149         * nndiary.el (nndiary-parse-schedule-value)
11150         (nndiary-string-to-number, nndiary-request-replace-article)
11151         (nndiary-request-article): Ditto.
11152         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11153         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11154         * nneething.el (nneething-make-head): Ditto.
11155         * nnfolder.el (nnfolder-request-article)
11156         (nnfolder-retrieve-headers): Ditto.
11157         * nnheader.el (nnheader-file-to-number): Ditto.
11158         * nnkiboze.el (nnkiboze-request-article): Ditto.
11159         * nnmail.el (nnmail-process-unix-mail-format)
11160         (nnmail-process-babyl-mail-format): Ditto.
11161         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11162         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11163         (nnmh-request-create-group, nnmh-request-list-1)
11164         (nnmh-request-group, nnmh-request-article): Ditto.
11165         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11166         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11167         * nnsoup.el (nnsoup-make-active): Ditto.
11168         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11169         * nntp.el (nntp-find-group-and-number)
11170         (nntp-retrieve-headers-with-xover): Ditto.
11171         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11172         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11173         (pgg-format-key-identifier): Ditto.
11174         * pop3.el (pop3-last, pop3-stat): Ditto.
11175         * qp.el (quoted-printable-decode-region): Ditto.
11176
11177         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11178         of concat.
11179
11180 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11183
11184         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11185
11186         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11187
11188         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11189
11190         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11191
11192         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11193
11194         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11195         (gnus-carpal-mode): Ditto.
11196
11197         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11198         (gnus-browse-mode): Ditto.
11199
11200         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11201
11202         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11203
11204 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11205
11206         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11207
11208 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-util.el (gnus-run-mode-hooks): New function.
11211
11212         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11213
11214         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11215         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11216
11217 2005-05-27  Lute Kamstra  <lute@gnu.org>
11218
11219         * dns-mode.el (dns-mode): Specify customization group.
11220
11221 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11222
11223         * gnus-agent.el (gnus-agent-make-mode-line-string):
11224         Use mode-line-highlight as mouse-face.
11225
11226 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * canlock.el (canlock): Change the parent group to news.
11229
11230         * deuglify.el (gnus-outlook-deuglify): Add :group.
11231
11232         * dig.el (dig): Add :group.
11233
11234         * dns-mode.el (dns-mode): Add :group.
11235
11236         * encrypt.el (encrypt): Add :group.
11237
11238         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11239         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11240         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11241         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11242         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11243
11244         * gnus-diary.el (gnus-diary): Add :group.
11245
11246         * gnus.el (gnus-group-news-1-face): Add :group.
11247         (gnus-group-news-1-empty-face): Ditto.
11248         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11249         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11250         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11251         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11252         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11253         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11254         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11255         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11256         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11257         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11258         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11259         (gnus-summary-high-ticked-face): Ditto.
11260         (gnus-summary-low-ticked-face): Ditto.
11261         (gnus-summary-normal-ticked-face): Ditto.
11262         (gnus-summary-high-ancient-face): Ditto.
11263         (gnus-summary-low-ancient-face): Ditto.
11264         (gnus-summary-normal-ancient-face): Ditto.
11265         (gnus-summary-high-undownloaded-face): Ditto.
11266         (gnus-summary-low-undownloaded-face): Ditto.
11267         (gnus-summary-normal-undownloaded-face): Ditto.
11268         (gnus-summary-high-unread-face): Ditto.
11269         (gnus-summary-low-unread-face): Ditto.
11270         (gnus-summary-normal-unread-face): Ditto.
11271         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11272         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11273
11274         * hashcash.el (hashcash): New custom group.
11275         (hashcash-default-payment): Add :group.
11276         (hashcash-payment-alist): Ditto.
11277         (hashcash-default-accept-payment): Ditto.
11278         (hashcash-accept-resources): Ditto.
11279         (hashcash-path): Ditto.
11280         (hashcash-extra-generate-parameters): Ditto.
11281         (hashcash-double-spend-database): Ditto.
11282         (hashcash-in-news): Ditto.
11283
11284         * message.el (message-minibuffer-local-map): Add :group.
11285
11286         * netrc.el (netrc): Add :group.
11287
11288         * sieve-manage.el (sieve-manage-log): Add :group.
11289         (sieve-manage-default-user): Diito.
11290         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11291         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11292         (sieve-manage-authenticators): Ditto.
11293         (sieve-manage-authenticator-alist): Ditto.
11294         (sieve-manage-default-port): Ditto.
11295
11296         * sieve-mode.el (sieve-control-commands-face): Add :group.
11297         (sieve-action-commands-face): Ditto.
11298         (sieve-test-commands-face): Ditto.
11299         (sieve-tagged-arguments-face): Ditto.
11300
11301         * smime.el (smime): Add :group.
11302
11303         * spam-report.el (spam-report): Add :group.
11304
11305         * spam.el (spam, spam-face): Add :group.
11306
11307 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11308
11309         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11310         return \n.\n.\n at the end of articles.  Protect against that.
11311         (nntp-with-open-group): Allow debugging.
11312
11313         * nnheader.el (mail-header-set-extra): Make into a function
11314         because I just could't understand how to quote the list properly.
11315
11316         * dns.el (query-dns-cached): New function.
11317
11318 2005-05-26  Lute Kamstra  <lute@gnu.org>
11319
11320         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11321
11322 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11325
11326         * gnus-art.el: Don't autoload mail-extract-address-components.
11327
11328         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11329         eval-and-compile to evaluate it.
11330
11331         * hashcash.el: Don't autoload executable-find.
11332
11333         * nndb.el: Don't declare the nndb back end two or more times; don't
11334         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11335
11336         * nntp.el: Autoload format-spec instead of format; use
11337         eval-and-compile to evaluate autoload forms.
11338
11339 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11340
11341         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11342
11343 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11344
11345         * gnus.el (gnus-version-number): Bump version.
11346
11347 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11348
11349         * gnus.el: No Gnus v0.3 is released.
11350
11351 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11352
11353         * lpath.el (featurep): Bind show-nonbreak-escape.
11354
11355 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-art.el (gnus-article-edit-part): Disable undo.
11358
11359 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11362         gnus-article-date-lapsed-new-header is t if date timer is active;
11363         skip headers in which the original date value is empty.
11364         (gnus-article-save-original-date): Redefine it as a macro.
11365         (gnus-display-mime): Use it.
11366
11367 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-art.el (article-date-ut): Support converting date in
11370         forwarded parts as well.
11371         (gnus-article-save-original-date): New function.
11372         (gnus-display-mime): Use it.
11373
11374 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11375
11376         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11377         enclosure element of <item>.
11378
11379 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * message.el (message-kill-buffer-query): Renamed from
11382         `message-kill-buffer-query-if-modified'.  Added :version.
11383
11384 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11385
11386         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11387         window layout.
11388
11389 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * mml.el: Autoload dnd when compiling.
11392
11393 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11396         x-dnd-*.
11397
11398 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * qp.el (quoted-printable-encode-region): Save excursion.
11401
11402 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11403
11404         * message.el (message-kill-buffer-query-if-modified): Add new variable
11405         so the user can kill a modified message buffer quickly.
11406         (message-kill-buffer): Use it.
11407
11408 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * lpath.el: Fbind display-time-event-handler; don't fbind
11411         string-to-multibyte.
11412
11413         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11414
11415 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11418         contained in text because xml.el decodes entities) with LFs.
11419
11420 2005-04-11  Lute Kamstra  <lute@gnu.org>
11421
11422         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11423         differently.
11424
11425 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11426
11427         * mm-util.el (mm-detect-coding-region): Typo.
11428
11429 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11432
11433 2005-04-06  Deepak Goel  <deego@gnufans.org>
11434
11435         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11436         user-function allow user modifications of the scores.
11437         (spam-stat-score-buffer-user): New function, to allow
11438         user-computed modifications to the score.
11439         (spam-stat-score-buffer-user-functions): List of additional
11440         scoring functions.
11441         (spam-stat-error-holder): Global temporary error holder.
11442         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11443         variable.
11444
11445 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11446
11447         * gnus-registry.el (gnus-registry-clean-empty-function)
11448         (gnus-registry-trim, gnus-registry-fetch-groups)
11449         (gnus-registry-delete-group): Groups that match
11450         `gnus-registry-ignored-groups' are removed from the registry
11451         entries, not just ignored for splitting.  This helps clean up the
11452         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11453         to get all the groups a message ID is in.
11454
11455         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11456         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11457         (spam-stat-score-buffer-user-functions): Add :number custom type.
11458
11459 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11462         argument in XEmacs.
11463
11464         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11465         (nnrss-request-group): Decode group name first.
11466         (nnrss-request-article): Make a text/plain article if mml-to-mime
11467         failed.
11468         (nnrss-get-encoding): Return a compatible encoding according to
11469         nnrss-compatible-encoding-alist.
11470         (nnrss-find-el): Use consp instead of listp.
11471         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11472
11473 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11476         which Emacs 20 doesn't support.
11477         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11478
11479 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11482         silence the byte compiler inside the defun.
11483
11484         * gnus-demon.el (parse-time-string): Add autoload.
11485
11486         * gnus-delay.el (parse-time-string): Add autoload.
11487
11488         * gnus-art.el (parse-time-string): Add autoload.
11489
11490         * nnultimate.el (parse-time): Require for `parse-time-string'.
11491
11492 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11495
11496         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11497
11498         * smime.el (smime-ldap-host-list): Add :version.
11499
11500 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11503         pass it to `gnus-browse-read-group'.
11504         (gnus-browse-read-group): Add NUMBER argument and pass it to
11505         `gnus-group-read-ephemeral-group'.
11506
11507         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11508         argument and pass it to `gnus-group-read-group'.
11509
11510 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11511
11512         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11513         mm-xemacs-find-mime-charset-1 if we have the mule feature
11514         available at runtime.
11515
11516 2005-03-25  Werner Lemberg  <wl@gnu.org>
11517
11518         * nnmaildir.el: Replace `illegal' with `invalid'.
11519
11520 2005-03-23  Lute Kamstra  <lute@gnu.org>
11521
11522         * time-date.el: Add comment on time value formats.
11523         Don't require parse-time.
11524         (with-decoded-time-value): New macro.
11525         (encode-time-value): New function.
11526         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11527         (days-to-time): Return a valid time value when arg is huge.
11528         (time-since): Use time-subtract.
11529         (time-to-number-of-days): Use time-to-seconds.
11530
11531 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11532
11533         * gnus-start.el (gnus-display-time-event-handler):
11534         Check display-time-timer at runtime rather than only at load time
11535         in case display-time-mode is turned off in the mean time.
11536
11537 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11540         used.
11541
11542         * nneething.el (nneething-map-file-directory): Derive from
11543         `gnus-directory'.
11544
11545         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11546         the To/Cc button.
11547
11548 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * nnmaildir.el (nnmaildir-request-accept-article):
11551         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11552
11553 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11554
11555         * gnus-async.el: Require timer-funcs at compile time when in
11556         XEmacs for `run-with-idle-timer'.
11557
11558 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11559
11560         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11561         autoloaded function.
11562
11563 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11564
11565         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11566
11567 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11568
11569         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11570
11571 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572
11573         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11574         gnus-expert-user to default.
11575
11576 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11577
11578         * nnimap.el (nnimap-open-server): Ditto.
11579
11580         * imap.el (imap-authenticate): Fix typo.
11581
11582 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11583
11584         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11585         buffer (since IMAP server might return FETCH response out of
11586         order, and the nntp buffer must be sorted).
11587
11588 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11589
11590         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11591         comparison on string.
11592
11593         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11594         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11595         (gnus-agent-summary-fetch-series): Modified to protect against
11596         gnus-agent-summary-fetch-group clearing processable flags.
11597         (gnus-agent-synchronize-group-flags): Update live group buffer as
11598         synchronization may occur due to the user toggle the plugged
11599         status.
11600         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11601         successfully downloaded.
11602         (gnus-agent-expire-group-1): Avoid using markers when the overview
11603         is in ascending order; greatly improves performance.
11604         (gnus-agent-regenerate-group): Use
11605         gnus-agent-synchronize-group-flags to reset read status in both
11606         gnus and server.
11607         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11608
11609 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * message.el: Don't autoload former message-utils variables.
11612         (message-strip-subject-trailing-was): Change doc string.
11613
11614         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11615         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11616         (nnweb-google-search): Add "hl=en" here.
11617         (nnweb-google-parse-1, nnweb-google-create-mapping):
11618         Don't hardcode URL.
11619
11620 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * message.el (message-get-reply-headers, message-followup):
11623         Mention related variables `message-use-followup-to' and
11624         `message-use-mail-followup-to', in the information buffer.
11625
11626         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11627         of broken groups(-beta).google.com.
11628
11629 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11630
11631         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11632         parameter to invoked gnus-request-move-article; remove the
11633         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11634         all at once instead of once per article.
11635         (gnus-summary-remove-process-mark): Accept a list of articles as
11636         well as a single article for processing.
11637
11638         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11639         parameter.
11640
11641         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11642
11643         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11644
11645         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11646         parameter.
11647
11648         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11649         parameter.
11650
11651         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11652         parameter and remove the gnus-sum-hint-move-is-internal variable.
11653
11654         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11655         parameter.
11656
11657         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11658         parameter.
11659
11660         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11661         parameter.
11662
11663         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11664
11665         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11666         parameter.
11667
11668         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11669         parameter.
11670
11671 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11672
11673         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11674         a more conservative way.
11675
11676 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11677
11678         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11679         buffer, so it moves the window's cursor.
11680
11681 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11682
11683         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11684         `mm-dissect-multipart' and receive the from field as an (optional)
11685         argument from `mm-dissect-multipart'.
11686         (mm-dissect-multipart): Receive the from field as an argument and
11687         pass it on when we call `mm-dissect-buffer' on MIME parts.
11688         Fixes verification/decryption of signed/encrypted MIME parts.
11689
11690 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11691
11692         * gnus-sum.el (gnus-summary-move-article): Set
11693         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11694         whatever it calls (right now, only nnimap-request-move article
11695         respects it).
11696
11697         * nnimap.el (nnimap-request-move-article): When
11698         gnus-sum-hint-move-is-internal is set, don't do the extra
11699         nnimap-request-article.
11700
11701 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11704
11705         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11706         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11707
11708         * gnus-sum.el (gnus-summary-caesar-message):
11709         Apply `gnus-treat-article' after rotation.
11710
11711         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11712         doc string.
11713
11714 2005-02-22  Simon Josefsson  <jas@extundo.com>
11715
11716         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11717         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11718         <arne@arnested.dk>.
11719         (encrypt): Add password-cache and password-cache-expiry as group
11720         members.
11721
11722 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11723
11724         * smime.el (smime-ldap-host-list): Doc fix.
11725         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11726         cache) password.
11727         (smime-sign-region): Use it.
11728         (smime-decrypt-region): Use it.
11729         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11730         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11731         fails.
11732         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11733         certificate from DER to PEM format rather than calling openssl.
11734
11735         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11736
11737         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11738         for signing/encryption.
11739
11740         * mml.el (mml-parse-1): Use them.
11741
11742 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11743
11744         * nnrss.el (nnrss-verbose): Removed.
11745         (nnrss-request-group): Use `nnheader-message' instead.
11746
11747 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11748
11749         * nnrss.el (nnrss-verbose): New variable.
11750         (nnrss-request-group): Make it say nnrss is requesting a group.
11751
11752 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11755         Handle news URL with given port correctly.
11756
11757 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11760         containing special characters.
11761
11762         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11763
11764         * mml.el (mime-to-mml): Ditto.
11765
11766         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11767         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11768         (rfc2047-decode-region): Quote decoded words containing special
11769         characters when rfc2047-quote-decoded-words-containing-tspecials
11770         is non-nil.
11771
11772 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11773
11774         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11775
11776         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11777
11778 2005-02-15  Simon Josefsson  <jas@extundo.com>
11779
11780         * nnimap.el (nnimap-debug): Doc fix.
11781
11782         * imap.el (imap-debug): Doc fix.
11783
11784 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11787
11788 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11789
11790         * gnus.el (spam-contents): Improve docs for spam-contents
11791         parameter in its variable incarnation.
11792
11793 2005-02-14  Simon Josefsson  <jas@extundo.com>
11794
11795         * smime-ldap.el: Use require instead of load-library for ldap.
11796         (smime-ldap-search): Indent.
11797         (smime-ldap-search-internal): Shorten line.
11798
11799         * smime.el (smime-cert-by-dns): Add doc-string.
11800         (smime-cert-by-ldap-1): Indent.
11801
11802         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11803         mml-smime-get-dns-ldap.
11804         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11805
11806 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11807
11808         * smime.el: Require smime-ldap.
11809         (smime-ldap-host-list): New variable.
11810         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11811
11812         * mml-smime.el (mml-smime-encrypt-query): New function.
11813         (mml-smime-encrypt-query): Use it.
11814
11815         * smime-ldap.el: New file.
11816
11817 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11820
11821 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11824         argument in doc string.  Make query for type more clear.
11825
11826 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus.el (gnus-group-startup-message): Search for gnus images in
11829         etc/images/gnus.
11830         * mm-util.el (mm-image-load-path): Likewise.
11831         * smiley.el (smiley-data-directory): Search for smilies in
11832         etc/images/smilies.
11833
11834 2005-02-09  Kim F. Storm  <storm@cua.dk>
11835
11836         Change Emacs release version from 21.4 to 22.1 throughout.
11837         Change Emacs development version from 21.3.50 to 22.0.50.
11838
11839 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11842
11843         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11844         non-Mule XEmacs as well.
11845         (mm-decompress-buffer): Signal an error intentionally if it does
11846         not decompress compressed data because auto-compression-mode is
11847         disabled.
11848
11849 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11850
11851         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11852         an ID in the registry even if it has no groups.
11853
11854 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11857         merge it into mm-decompress-buffer.
11858         (gnus-mime-copy-part): Use the MIME part charset, the value which
11859         a user specified or gnus-newsgroup-charset for decoding, like
11860         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11861         save-buffer what was used.  Suggested by Kevin Ryde
11862         <user42@zip.com.au>.
11863         (gnus-mime-inline-part): Allow the name parameter as well as the
11864         filename parameter; force decompressing of compressed data; always
11865         display contents being not decoded as unibyte.
11866
11867         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11868         as well as the filename parameter.
11869
11870         * mm-util.el (mm-decompress-buffer): Merge
11871         gnus-mime-jka-compr-maybe-uncompress.
11872         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11873         of compressed data.
11874
11875 2005-02-08  Simon Josefsson  <jas@extundo.com>
11876
11877         * imap.el (imap-log): Doc fix.
11878
11879 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11882         the coding cookies; decompress compressed parts.
11883
11884         * mml.el (mml-generate-mime-1): Add the charset parameter according
11885         to the value which a user specified manually or the coding cookie.
11886
11887         * mm-util.el (mm-string-to-multibyte): New function.
11888         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11889         (mm-coding-system-to-mime-charset): New function.
11890         (mm-decompress-buffer): New function.
11891         (mm-find-buffer-file-coding-system): New function.
11892
11893         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11894         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11895         parts.
11896
11897 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11898
11899         * mm-view.el (mm-display-inline-fontify): Decode a part according
11900         to the charset parameter.
11901
11902 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11905         prefix arg is neither nil nor a number, as info specifies.
11906
11907 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11910         timestamps.
11911
11912 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11913
11914         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11915         groups error checking and notify user.
11916
11917 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11918
11919         * message.el (message-send-mail-function): Check existence of
11920         sendmail-program first before using default value
11921         `message-send-mail-with-sendmail'.  Otherwise use more generic
11922         `smtpmail-send-it'.
11923
11924 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * nntp.el (nntp-request-update-info): Always return nil.
11927
11928 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11929
11930         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11931
11932 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11933
11934         * message.el (message-beginning-of-line): Change the behavior when
11935         invoked between BOL and : so that it first moves backward.
11936
11937 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11940         article buffer when editing of the article is discarded.
11941         (gnus-article-prepare): Revert.
11942
11943 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-art.el (gnus-article-prepare):
11946         Remove message-strip-forbidden-properties from the local hook.
11947
11948 2005-01-27  Simon Josefsson  <jas@extundo.com>
11949
11950         * password.el (password-cache-add): Only start one timer per key.
11951         Reported by Derek Atkins <warlord@MIT.EDU>.
11952
11953 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11954
11955         * run-at-time.el: Removed.  It is no longer needed as
11956         timer-funcs.el in the xemacs-base package has a working version of
11957         `run-at-time'.
11958
11959         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11960
11961         * password.el: Require timer-funcs instead of run-at-time in
11962         XEmacs.
11963         Remove `password-run-at-time' macro.
11964         (password-cache-add): Use `run-at-time' instead of
11965         `password-run-at-time'.
11966
11967         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11968         Remove `nnheader-cancel-function-timers' alias,
11969         `cancel-function-timers' exists in XEmacs in timer-funcs.
11970
11971         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11972         for `run-with-idle-timer'.
11973
11974         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11975         for `run-at-time'.
11976
11977         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11978         for `with-timeout'.
11979
11980         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11981         the same as for XEmacs 21.4.
11982         No need to ignore `run-with-idle-timer', this function exists in
11983         XEmacs now in timer-funcs.el in the xemacs-base package.
11984         (dgnushack-compile): No need to delete
11985         run-at-time.el from the list of files to compile because it
11986         doesn't exist anymore.
11987
11988 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11991         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11992
11993 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11994
11995         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11996         sensitively.
11997
11998 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11999
12000         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12001
12002 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12005         which will be inserted according to the multibyteness of a buffer
12006         rather than the type of contents.  Suggested by ARISAWA Akihiro
12007         <ari@mbf.ocn.ne.jp>.
12008
12009         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12010         of string which old xml.el may return rather than a string.
12011
12012 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12015
12016 2005-01-16  Simon Josefsson  <jas@extundo.com>
12017
12018         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12019         idn/idna.el isn't available.
12020         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12021         <michael@waxrat.com>.
12022
12023         * hashcash.el: Remove non-FSF copyright header.
12024
12025         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12026         (hashcash-generate-payment): Use it.
12027         (hashcash-generate-payment-async): Use it.
12028
12029 2005-01-15  Simon Josefsson  <jas@extundo.com>
12030
12031         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12032         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12033
12034         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12035         gnus-summary-idna-message.
12036         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12037         (gnus-summary-idna-message): New function.
12038
12039 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12042         gnus-novice-user.
12043
12044 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * nnrss.el (nnrss-request-delete-group): Delete entries in
12047         nnrss-group-alist as well.
12048         (nnrss-save-server-data): Insert newline.
12049
12050 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * gnus.el (gnus-user-agent): Use list of symbols instead of
12053         symbols.  Display full version number for (S)XEmacs.  Optionally
12054         display (S)XEmacs codename.
12055
12056         * gnus-util.el (gnus-emacs-version): Update for new
12057         `gnus-user-agent'.
12058
12059         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12060         Gnus version.
12061
12062 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12065         which is unreadable in some setups.
12066
12067 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-spec.el (gnus-update-format-specifications): Flush the
12070         group format spec cache if it doesn't support decoded group names.
12071
12072 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12075         Allow to apply decay on score files matching a regexp.
12076
12077 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12080         compatibility in %g and %c.
12081
12082 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12085         name for only %g and %c.
12086         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12087         of gnus-tmp-group to decoded group name.
12088         (gnus-group-make-rss-group): Exclude `/'s from group names.
12089
12090 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * nnrss.el (nnrss-get-encoding): Fix regexp.
12093
12094 2004-12-27  Simon Josefsson  <jas@extundo.com>
12095
12096         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12097         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12098         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12099
12100 2004-12-17  Kim F. Storm  <storm@cua.dk>
12101
12102         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12103
12104         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12105
12106 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12107
12108         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12109
12110 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * nnrss.el: Require rfc2047 and mml.
12113         (nnrss-file-coding-system): New variable.
12114         (nnrss-format-string): Redefine it as an inline function.
12115         (nnrss-decode-group-name): New function.
12116         (nnrss-string-as-multibyte): Remove.
12117         (nnrss-retrieve-headers): Decode group name; don't use
12118         nnrss-format-string.
12119         (nnrss-request-group): Decode group name.
12120         (nnrss-request-article): Decode group name; allow a Message-ID as
12121         well as an article number; don't use nnrss-format-string; encode a
12122         Message-ID string which may contain non-ASCII characters; use
12123         mml-to-mime to compose a MIME article.
12124         (nnrss-request-expire-articles): Decode group name.
12125         (nnrss-request-delete-group): Decode group name.
12126         (nnrss-fetch): Clarify error message.
12127         (nnrss-read-server-data): Use insert-file-contents instead of load;
12128         bind file-name-coding-system; use multibyte buffer.
12129         (nnrss-save-server-data): Bind coding-system-for-write to the
12130         value of nnrss-file-coding-system; bind file-name-coding-system;
12131         add coding cookie.
12132         (nnrss-read-group-data): Use insert-file-contents instead of load;
12133         bind file-name-coding-system; use multibyte buffer.
12134         (nnrss-save-group-data): Bind coding-system-for-write to the
12135         value of nnrss-file-coding-system; bind file-name-coding-system.
12136         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12137         make it work with non-ASCII text.
12138         (nnrss-find-el): Make it work with old xml.el as well.
12139
12140 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12141
12142         * nnrss.el (nnrss-get-encoding): New function.
12143         (nnrss-fetch): Use unibyte buffer initially; bind
12144         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12145         decode contents according to the encoding attribute.
12146         (nnrss-save-group-data): Add coding cookie.
12147         (nnrss-mime-encode-string): New function.
12148         (nnrss-check-group): Use it to encode subject and author.
12149
12150 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12151
12152         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12153         imaginary variable.
12154
12155 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12158         correctly even if there are wide characters.
12159
12160 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12161
12162         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12163         downcased symbol names; make a new cache instead of reusing
12164         bbdb-hashtable.
12165
12166 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12169         concatenating segments rather than before concatenating them.
12170         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12171
12172         * message.el (message-get-reply-headers): Bind `extra'.
12173
12174 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * message.el (message-extra-wide-headers): New variable.
12177         (message-get-reply-headers): Use it.
12178
12179 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12182         (gnus-agent-group-pathname): Ditto.
12183
12184         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12185
12186         * gnus-group.el (gnus-group-make-group): Decode group name.
12187         (gnus-group-make-rss-group): Register the group data after opening
12188         the nnrss group.
12189
12190 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12191
12192         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12193         by expiry now get marked as read.
12194
12195 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12198
12199 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12200
12201         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12202         unify Latin characters in XEmacs.
12203         (mm-find-mime-charset-region): Use it.
12204
12205 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * gnus-util.el (gnus-delete-directory): New function.
12208
12209         * gnus-agent.el (gnus-agent-delete-group): Use it.
12210
12211         * gnus-cache.el (gnus-cache-delete-group): Use it.
12212
12213 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12216         names.
12217
12218 2004-12-16  Simon Josefsson  <jas@extundo.com>
12219
12220         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12221
12222 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12225
12226         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12227         (gnus-group-set-current-level): Decode group name.
12228
12229 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12230
12231         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12232         failed.
12233
12234 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-group.el (gnus-group-delete-group): Decode group name.
12237         (gnus-group-make-rss-group): Encode group name.
12238         (gnus-group-catchup-current): Decode group name.
12239         (gnus-group-kill-group): Decode group name.
12240
12241 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12242
12243         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12244
12245 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-group.el (gnus-group-make-rss-group):
12248         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12249
12250         * gnus-start.el (gnus-setup-news): Honor user's setting to
12251         gnus-message-archive-method.  Suggested by Lute Kamstra
12252         <lute@gnu.org>.
12253
12254 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12255
12256         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12257         global counterparts of the buffer-local variables.
12258
12259 2004-11-16  Romain Francoise  <romain@orebokech.com>
12260
12261         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12262         counterparts of the buffer-local variables.
12263
12264 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12265
12266         * message.el (message-forbidden-properties): Fixed typo in doc
12267         string.
12268
12269 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12270
12271         * gnus-util.el (gnus-replace-in-string): Added doc string.
12272
12273         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12274         to avoid problems when splitting mails with many recipients.
12275
12276 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12277
12278         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12279         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12280
12281 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12282
12283         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12284         if there is no hashtable in memory or file modification time is
12285         newer than cached timestamp.
12286
12287 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12290         not-matching option.
12291
12292 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12295         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12296         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12297         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12298         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12299         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12300
12301 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * message.el (message-forward-make-body-mml): Remove headers
12304         according to message-forward-ignored-headers if a message is decoded.
12305
12306 2004-12-02  Romain Francoise  <romain@orebokech.com>
12307
12308         * message.el (message-forward-make-body-plain): Always remove
12309         headers according to message-forward-ignored-headers.
12310
12311 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12312
12313         * spam.el (spam-summary-prepare-exit): Remove the
12314         gnus-summary-limit pop for now, it has problems with ham marks for
12315         me.
12316
12317 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12318
12319         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12320         correctly.
12321
12322 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12323
12324         * format-spec.el (format-spec): Message the char.
12325
12326 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12327
12328         * gnus-art.el (gnus-split-methods): Reformat comments.
12329
12330         * spam.el (spam-summary-prepare-exit): Remove article limits
12331         before exiting the summary buffer.
12332
12333 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12336         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12337
12338         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12339         order to silence the byte compiler.
12340
12341         * spam.el: Fix the way to silence the byte compiler, which
12342         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12343         bbdb-search-simple, spam-BBDB-register-routine,
12344         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12345         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12346         spam-stat-buffer-is-spam, spam-stat-load,
12347         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12348         spam-stat-save and spam-stat-split-fancy.
12349
12350 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12353         which may confuse users.
12354         (canlock-password-for-verify): Ditto.
12355
12356         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12357
12358         * gnus-art.el (gnus-emphasis-alist): Ditto.
12359
12360         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12361
12362         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12363
12364         * gnus-start.el (gnus-save-killed-list): Ditto.
12365
12366         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12367         (gnus-sum-thread-tree-root): Ditto.
12368         (gnus-sum-thread-tree-false-root): Ditto.
12369         (gnus-sum-thread-tree-single-indent): Ditto.
12370
12371         * message.el (message-courtesy-message): Ditto.
12372         (message-archive-note): Ditto.
12373         (message-subscribed-address-file): Ditto.
12374         (message-user-fqdn): Ditto.
12375
12376         * spam-report.el (spam-report-gmane-regex): Ditto.
12377
12378         * spam.el (spam-blackhole-good-server-regex): Ditto.
12379
12380 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * mml.el (mml-preview): Widen the message buffer before copying
12383         the contents to the preview buffer; sort headers before previewing.
12384
12385         * message.el (message-hidden-headers): Fix the way to avoid a bug
12386         in the `repeat' widget in Emacs 21.3 or earlier.
12387
12388 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * message.el (message-hidden-headers): Default to "^References:".
12391         Improve customization type.  Suggested by Reiner Steib
12392         <Reiner.Steib@gmx.de>.
12393
12394 2004-11-25  Romain Francoise  <romain@orebokech.com>
12395
12396         * message.el (message-strip-forbidden-properties): Remove check for
12397         obsolete `message-hidden' text property, hidden headers are not
12398         accessible in the buffer anymore.
12399
12400 2004-11-22  Romain Francoise  <romain@orebokech.com>
12401
12402         * message.el (message-header-format-alist): Add `From' in list
12403         so that it can be sorted.
12404         (message-fix-before-sending): Widen and sort headers before
12405         sending.
12406         (message-hide-headers): Use narrowing to hide headers by moving
12407         them to the top of the buffer and narrowing to the region
12408         underneath.
12409
12410 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12411
12412         * message.el (message-strip-forbidden-properties): Bind
12413         buffer-read-only (etc) to nil.
12414
12415 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12418         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12419
12420 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12421
12422         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12423
12424 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * dns.el (query-dns): Use sit-for to time instead of
12427         accept-process-output, since that doesn't seem to work on udp
12428         sockets.
12429
12430 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12433
12434 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12435
12436         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12437         doc string.  Improve doc string.
12438
12439 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * nntp.el (nntp-request-update-info): Return nil if
12442         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12443         may not call gnus-activate-group which uselessly issues the GROUP
12444         commands for all nntp groups and wastes time.  Reported by Romain
12445         Francoise <romain@orebokech.com>.
12446
12447         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12448
12449 2004-11-15  Simon Josefsson  <jas@extundo.com>
12450
12451         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12452         headers separately.
12453         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12454         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12455
12456 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * gnus-start.el (gnus-convert-old-newsrc):
12459         Assign legacy-gnus-agent to 5.10.7.
12460
12461 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12464         start of the lines.
12465
12466 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12467
12468         * hashcash.el (hashcash-default-payment): Change default to 20.
12469         (hashcash-default-accept-payment): Change default to 20.
12470         (hashcash-process-alist): New variable.
12471         (hashcash-generate-payment-async): Add.
12472         (hashcash-already-paid-p): Add.
12473         (hashcash-insert-payment): Don't generate payments twice.
12474         (hashcash-insert-payment-async): Add.
12475         (hashcash-insert-payment-async-2): Add.
12476         (hashcash-cancel-async): Add.
12477         (hashcash-wait-async): Add.
12478         (hashcash-processes-running-p): Add.
12479         (hashcash-wait-or-cancel): Add.
12480         (mail-add-payment): New optional argument.  Conditionally start
12481         asynchronous calculation.
12482         (mail-add-payment-async): Add.
12483
12484         * message.el (message-send-mail): Wait for asynchronous hashcash
12485         results.  Don't clobber existing X-Hashcash headers.
12486         (message-setup-1): Call mail-add-payment-async when
12487         message-generate-hashcash is non-nil.
12488
12489 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12490
12491         * message.el (message-use-alternative-email-as-from): Examine the
12492         From header as well; use message-make-from in order to include a
12493         user's full name.
12494
12495 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12498         default; improve customization type.
12499         (gnus-emphasis-custom-with-format): New macro.
12500         (gnus-emphasis-custom-value-to-external): New function.
12501         (gnus-emphasis-custom-value-to-internal): New function.
12502
12503 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * dns.el (query-dns): Resolve reverse addresses.
12506
12507 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * gnus-group.el (gnus-group-get-new-news): Use it.
12510
12511         * gnus-start.el (gnus-check-reasonable-setup): New function.
12512
12513 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12516         "Args out of range" error.  Reported by Arnaud Giersch
12517         <arnaud.giersch@free.fr>.
12518
12519 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12520
12521         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12522
12523 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12524
12525         * spam.el (spam group): Add :version.
12526
12527         * pgg-def.el (pgg group): Add :version.
12528
12529 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-art.el (gnus-article-edit-article): Don't associate the
12532         article buffer with a draft file.  This is a temporary measure
12533         against the 2004-08-22 change to gnus-article-edit-mode.
12534
12535 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12538         (html2text-format-tags): Remove unused variable `attr'.
12539
12540 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12543
12544         * tls.el (tls-process-connection-type, tls-success)
12545         (tls-certtool-program): Add :version.
12546
12547         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12548         (starttls-extra-arguments, starttls-process-connection-type)
12549         (starttls-connect, starttls-failure, starttls-success): Add :version.
12550
12551         * spam-stat.el (spam-stat): Add :version.
12552
12553         * sieve.el (sieve): Add :version.
12554
12555         * sha1.el (sha1): Add :version.
12556         (sha1-use-external): Remove redundant version.
12557
12558         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12559         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12560         (nnmail-split-fancy-match-partial-words)
12561         (nnmail-split-lowercase-expanded): Add :version.
12562
12563         * nndiary.el (nndiary): Add :version.
12564
12565         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12566
12567         * mml-sec.el (mml-default-sign-method)
12568         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12569         Add :version.
12570
12571         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12572
12573         * mm-url.el (mm-url-use-external, mm-url-program)
12574         (mm-url-arguments): Add :version.
12575
12576         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12577         (mm-attachment-file-modes, mm-decrypt-option)
12578         (mm-w3m-safe-url-regexp): Add :version.
12579
12580         * message.el (message-cite-prefix-regexp)
12581         (message-sendmail-envelope-from, message-minibuffer-local-map)
12582         (message-user-fqdn, message-completion-alist): Add :version.
12583
12584         * gnus-win.el (gnus-configure-windows-hook)
12585         (gnus-use-frames-on-any-display): Add :version.
12586
12587         * gnus-art.el (gnus-article-address-banner-alist)
12588         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12589         (gnus-treat-from-picon, gnus-treat-mail-picon)
12590         (gnus-treat-x-pgp-sig): Add :version.
12591
12592         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12593         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12594         (gnus-summary-article-delete-hook)
12595         (gnus-summary-display-while-building): Add :version.
12596
12597         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12598         (gnus-get-top-new-news-hook): Add :version.
12599
12600         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12601         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12602
12603         * gnus-registry.el (gnus-registry): Add :version.
12604
12605         * gnus-spec.el (gnus-use-correct-string-widths)
12606         (gnus-make-format-preserve-properties): Add :version.
12607
12608         * gnus.el (gnus-group-charter-alist)
12609         (gnus-group-fetch-control-use-browse-url)
12610         (gnus-install-group-spam-parameters): Add :version.
12611
12612         * gnus-diary.el (gnus-diary): Add :version.
12613
12614         * gnus-delay.el (gnus-delay): Add :version.
12615
12616         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12617         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12618         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12619         Add :version.
12620
12621         * gnus-agent.el (gnus-agent-max-fetch-size)
12622         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12623         (gnus-agent-prompt-send-queue): Add :version.
12624
12625         * deuglify.el (gnus-outlook-deuglify): Add :version.
12626
12627         * html2text.el: Beautify code.  Improve doc strings.  Some
12628         checkdoc cleanup.
12629         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12630
12631 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12632
12633         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12634
12635 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12636
12637         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12638         when package is loaded.
12639
12640         * spam.el (spam-summary-score-preferred-header): Add global preference
12641         for people who want to override the default SpamAssassin over
12642         Bogofilter preference (when both are set).
12643         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12644         (spam-user-format-function-S): Check
12645         spam-summary-score-preferred-header.
12646         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12647         (spam-user-format-function-S): Format the score correctly.
12648
12649 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12652         signature file.  Suggested by Manoj Srivastava
12653         <srivasta@golden-gryphon.com>.
12654
12655         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12656         iso-2022-jp even in the Japanese language environment.
12657         Suggested by Jason Rumney <jasonr@gnu.org>.
12658
12659 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12662         use the same characters as the dummy marks; make it free from
12663         getting affected by the language environment.
12664         (gnus-summary-read-group-1): Update mark positions only when the
12665         format spec is updated.
12666
12667         * gnus-spec.el (gnus-update-format-specifications): Return a list
12668         of updated types.
12669
12670 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12673         of boundp to check if display-warning is available.
12674
12675 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12676
12677         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12678
12679 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * nnspool.el (nnspool-spool-directory): Use news-path if the
12682         news-directory variable is not bound.
12683
12684         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12685         function instead of display-warning if it is not available.
12686
12687 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12690         v5-10: Use `point-at-bol'.
12691
12692 2004-10-26  Simon Josefsson  <jas@extundo.com>
12693
12694         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12695         <chenggao@gmail.com>.
12696
12697 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12700         instead.
12701
12702 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12703
12704         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12705         to remove a server from the nnimap-server-buffer-alist.
12706         (nnimap-open-connection, nnimap-close-server): Use it.
12707
12708         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12709
12710 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12713         running the major-mode function.
12714
12715 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12718         dummy marks in the right way.
12719
12720 2004-10-18  David Edmondson  <dme@dme.org>
12721
12722         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12723         excessively.
12724
12725 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12726
12727         * gnus-util.el (gnus-split-references): Accept a nil references
12728         string and go on blissfully.
12729
12730         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12731         cases where the references string is non-nil but has no references.
12732
12733         * encrypt.el: Add autoload tags.
12734
12735         * spam.el (spam-resolve-registrations-routine): Remove article
12736         from unregistration list too.  Reported by David Hanak
12737         <dhanak@isis.vanderbilt.edu>
12738
12739 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12742         nil.  Changed custom type.
12743
12744 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12745
12746         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12747
12748         * gnus-sum.el (gnus-summary-move-article): Use it.
12749
12750 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12751
12752         * encrypt.el: Add autoload cookies.
12753
12754         * spam.el (spam-backend-article-list-property)
12755         (spam-backend-get-article-todo-list)
12756         (spam-backend-put-article-todo-list)
12757         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12758         Resolve registrations separately.
12759         (spam-register-routine): Format comments.
12760         (spam-unregister-routine, spam-register-routine): Always call with
12761         specific-articles, no default list.
12762         (spam-summary-prepare-exit): Use the spam-classifications function.
12763
12764         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12765         gnus-encrypt.el.
12766
12767         * encrypt.el: Copied from gnus-encrypt.el.
12768
12769         * gnus-encrypt.el: Commented that it's obsolete.
12770
12771 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12774         (gnus-score-save): Use it.
12775
12776         * message.el (message-bury): Use `window-dedicated-p'.
12777
12778 2004-10-15  Simon Josefsson  <jas@extundo.com>
12779
12780         * pop3.el (top-level): Don't require nnheader.
12781         (pop3-read-timeout): Add.
12782         (pop3-accept-process-output): Add.
12783         (pop3-read-response, pop3-retr): Use it.
12784
12785 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12786
12787         * spam.el (spam-register-routine): Move comment.
12788         (spam-verify-bogofilter): Use 'unknown for the initial
12789         spam-bogofilter-valid state, not 'never.
12790
12791         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12792         for netrc-machine.
12793
12794         * nnimap.el (nnimap-open-connection): Use
12795         netrc-machine-user-or-password.
12796
12797 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12798
12799         * gnus-registry.el (gnus-registry-unload-hook):
12800         Set as a variable with add-hook.
12801
12802         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12803         of news-path.
12804
12805         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12806
12807         * spam.el: Delete duplicate `provide'.
12808         (spam-unload-hook): Set as a variable with add-hook.
12809
12810 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12813         in the doc string.
12814
12815         * message.el (message-ignored-news-headers)
12816         (message-ignored-supersedes-headers)
12817         (message-ignored-resent-headers)
12818         (message-forward-ignored-headers): Improve custom type.
12819
12820 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * message.el (message-tokenize-header): Fix 2004-09-06 change
12823         which used point-min in the wrong place.
12824
12825 2004-10-12  Simon Josefsson  <jas@extundo.com>
12826
12827         * tls.el (tls-certtool-program): New variable.
12828         (tls-certificate-information): New function, based on
12829         ssl-certificate-information.
12830
12831 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * compface.el: Move the version of ELisp-based uncompface program
12834         to the contrib directory because of the copyright problem.
12835
12836 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12837
12838         * message.el (message-kill-buffer): Raise the current frame.
12839
12840 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12843
12844         * gnus.el (message-y-or-n-p): Autoload.
12845
12846         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12847         (pop3-password-required, pop3-authentication-scheme)
12848         (pop3-leave-mail-on-server): Made customizable.
12849         (pop3): New custom group.
12850         (pop3-retr): Remove `sleep-for' statements.
12851         Suggested by Dave Love <fx@gnu.org>.
12852
12853         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12854         Windows/DOS.
12855
12856         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12857         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12858         Dave Love <fx@gnu.org>.
12859
12860         * mml.el (mml-minibuffer-read-disposition): Require match.
12861         Suggested by Dave Love <fx@gnu.org>.
12862
12863 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12866         doc string.
12867
12868 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12871
12872 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12873
12874         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12875         instead of calling `mm-insert-inline', to decode text/* parts
12876         before displaying them.
12877
12878 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * mm-uu.el (mm-uu-text-plain-type): New variable.
12881         (mm-uu-pgp-signed-extract-1): Use it.
12882         (mm-uu-pgp-encrypted-extract-1): Use it.
12883         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12884         bind mm-uu-text-plain-type with that value.
12885         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12886         mm-uu-dissect.
12887
12888 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * gnus-group.el (gnus-update-group-mark-positions):
12891         * gnus-sum.el (gnus-update-summary-mark-positions):
12892         * message.el (message-check-news-body-syntax):
12893         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12894         of string-as-multibyte.
12895
12896 2004-10-05  Juri Linkov  <juri@jurta.org>
12897
12898         * gnus-group.el (gnus-update-group-mark-positions):
12899         * gnus-sum.el (gnus-update-summary-mark-positions):
12900         * message.el (message-check-news-body-syntax):
12901         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12902         8-bit unibyte values to a multibyte string for search functions.
12903
12904 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12907         (mm-uu-dissect-text-parts): New function.
12908
12909         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12910         dissect text parts.
12911
12912         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12913         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12914
12915         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12916
12917         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12918         gnus-current-topics instead of gnus-current-topic.
12919
12920 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12921
12922         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12923
12924 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12925
12926         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12927         where approriate.
12928
12929         * nnml.el (nnml-generate-active-info): do.
12930
12931         * nndiary.el (nndiary-generate-active-info): do.
12932
12933         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12934         (gnus-topic-move): do.
12935
12936         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12937         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12938
12939         * gnus-srvr.el (gnus-server-prepare)
12940         (gnus-server-open-all-servers): do.
12941
12942         * gnus-msg.el (gnus-summary-cancel-article)
12943         (gnus-summary-resend-message)
12944         (gnus-summary-mail-crosspost-complaint): do.
12945
12946         * gnus-move.el (gnus-change-server): do.
12947
12948         * gnus-group.el (gnus-group-unmark-all-groups)
12949         (gnus-group-set-current-level): do.
12950
12951 2004-10-04  Simon Josefsson  <jas@extundo.com>
12952
12953         * message.el (message-generate-hashcash): Doc fix.
12954
12955 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12956
12957         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12958         avoid infinite recursion via gnus-get-function.
12959
12960 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12961
12962         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12963
12964         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12965
12966         * nnmail.el (nnmail-split-history): do.
12967
12968         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12969         (nnml-request-delete-group): do.
12970
12971         * nnslashdot.el (nnslashdot-read-groups): do.
12972
12973         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12974         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12975
12976         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12977         (nnspool-sift-nov-with-sed): Use last.
12978         (nnspool-retrieve-headers-with-nov): Use mapc.
12979         (nnspool-request-newgroups): Use dolist.
12980         (nnspool-request-group): Use last.
12981
12982         * nntp.el (nntp-read-server-type): Use dolist.
12983
12984         * nnvirtual.el (nnvirtual-create-mapping)
12985         (nnvirtual-update-read-and-marked): Use dolist.
12986         (nnvirtual-convert-headers): Simplify.
12987
12988 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12989
12990         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12991         support for sync'ing tick marks.
12992
12993 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12996         there's no visible header.
12997
12998 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12999
13000         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13001         necessary, pass full group name to gnus-request-set-marks.
13002
13003 2004-10-01  Simon Josefsson  <jas@extundo.com>
13004
13005         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13006         acroread.
13007
13008 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13009
13010         * spam-report.el (spam-report-gmane): Fix interactive.
13011
13012         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13013
13014         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13015         when writing file.
13016         (gnus-agent-synchronize-flags): Don't default to being
13017         interactive.
13018
13019 2004-09-30  Simon Josefsson  <jas@extundo.com>
13020
13021         * message.el (message-generate-hashcash): Add.
13022         (message-send-mail): Use it, call mail-add-payment.
13023
13024 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13025
13026         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13027
13028 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13029
13030         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13031         gnus-requst-update-info with explicit code to sync the in-memory
13032         info read flags with the marks being sync'd to the backend.
13033
13034         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13035
13036 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13037
13038         * spam.el (spam-verify-bogofilter): Add new function.
13039         (spam-check-bogofilter)
13040         (spam-bogofilter-register-with-bogofilter): Use it.
13041         (spam-verify-bogofilter): Add small fixes.
13042
13043 2004-09-28  Simon Josefsson  <jas@extundo.com>
13044
13045         * hashcash.el (hashcash-generate-payment): Revert.
13046
13047 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13048
13049         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13050         gnus-extract-references instead of gnus-split-references.
13051
13052         * gnus-util.el (gnus-extract-references): Add new function, analogous
13053         to gnus-split-references but extracts only the message-ID without
13054         anything extra.
13055
13056         * hashcash.el (hashcash-generate-payment)
13057         (hashcash-check-payment): Do the right thing if hashcash-path is
13058         nil (because the hashcash program could not be found).
13059
13060         * spam.el (spam-use-hashcash): Remove comment.
13061
13062 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13063
13064         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13065         (gnus-cache-enter-article, gnus-cache-remove-article)
13066         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13067
13068         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13069
13070         * gnus-art.el (article-hide-boring-headers)
13071         (article-translate-strings, article-display-face)
13072         (gnus-article-mime-match-handle-first)
13073         (gnus-article-highlight-headers)
13074         (gnus-article-add-buttons-to-head): do.
13075
13076 2004-09-27  Simon Josefsson  <jas@extundo.com>
13077
13078         * hashcash.el: New version, from
13079         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13080         ../contrib/.
13081
13082 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13085
13086 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13087
13088         * gnus-dup.el (gnus-dup-open): Use mapc.
13089         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13090
13091         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13092         Reported by Stefan Wiens <s.wi@gmx.net>.
13093
13094         * gnus.el (gnus-shutdown): Use dolist.
13095
13096         * gnus-undo.el (gnus-undo): Use mapc.
13097
13098         * nnrss.el (nnrss-generate-active): do.
13099
13100         * message.el (message-cite-original-without-signature)
13101         (message-cite-original): Use mapc.
13102         (message-do-actions, message-make-forward-subject): Use dolist.
13103
13104 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13105
13106         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13107         deletion to remove entire duplicate line.  Fixes merged article
13108         number bug.
13109
13110 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13111
13112         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13113         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13114         first ask if you want to open a server and then, even when you
13115         responded with no, asking if you want to synchronize the server's
13116         flags.
13117         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13118         multi-line expressions.
13119         (gnus-agent-synchronize-group-flags): New internal function.
13120         Updates marks in memory (in the info structure) AND in the
13121         backend.
13122
13123         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13124
13125         * nnagent.el (nnagent-request-set-mark): Use
13126         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13127         method, to ensure that synchronization updates marks in the
13128         backend and in the info (in memory) structure.
13129
13130 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13133         convention fully; don't miss the root article of a thread; make
13134         the X-Draft-From header with correct article numbers.
13135
13136 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13137
13138         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13139         unless plugged.  Disable the agent so that an open failure causes
13140         an error.
13141
13142         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13143         Reverted 2004-09-21 change.  The backend must be opened while
13144         synchronizing flags even when the backend stores the flags
13145         locally.
13146
13147 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13148
13149         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13150         in `header' match.  Reported by Svend Tollak Munkejord.
13151
13152         * message.el (message-cite-original): Fix use of
13153         `message-cite-articles-with-x-no-archive'.
13154
13155 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13158         (gnus-window-to-buffer): Ditto.
13159
13160         * mml.el (mml-preview-buffer): New variable.
13161         (mml-preview): Manage window layout with gnus-buffer-configuration.
13162
13163         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13164         X-Draft-From header even if those articles aren't quoted.
13165
13166 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13167
13168         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13169         (gnus-request-set-mark, gnus-request-update-mark): Use new
13170         g-s-t-u-l-m to decide to use backend even when unplugged.
13171
13172 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13175         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13176
13177 2004-09-20  Simon Josefsson  <jas@extundo.com>
13178
13179         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13180         "utf-16-le".
13181
13182 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13183
13184         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13185
13186 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * uudecode.el (uudecode-use-external): Add :version.
13189
13190         * smime.el (smime-CA-file, smime-encrypt-cipher)
13191         (smime-dns-server): Add :version.
13192
13193         * smiley.el (gnus-smiley-file-types): Add :version.
13194
13195         * sha1.el (sha1-use-external): Add :version.
13196
13197         * pgg-def.el (pgg-query-keyserver): Add :version.
13198
13199         * nnmail.el (nnmail-fancy-expiry-targets)
13200         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13201         Add :version.
13202
13203         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13204         (nnimap-retrieve-groups-asynchronous): Add :version.
13205         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13206
13207         * mml.el (mml-content-disposition-parameters)
13208         (mml-insert-mime-headers-always): Add :version.
13209
13210         * mm-util.el (mm-coding-system-priorities): Add :version.
13211
13212         * mm-decode.el (mm-inline-text-html-with-images)
13213         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13214         (mm-verify-option): Add :version.
13215         (mm-text-html-renderer): Change :version.
13216
13217         * message.el (message-fcc-externalize-attachments)
13218         (message-required-headers, message-draft-headers)
13219         (message-subject-trailing-was-query)
13220         (message-subject-trailing-was-ask-regexp)
13221         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13222         (message-mark-insert-end, message-archive-header)
13223         (message-archive-note, message-cross-post-default)
13224         (message-cross-post-note, message-followup-to-note)
13225         (message-cross-post-note-function, message-use-mail-followup-to)
13226         (message-subscribed-address-functions)
13227         (message-subscribed-address-file, message-subscribed-addresses)
13228         (message-subscribed-regexps, message-allow-no-recipients)
13229         (message-yank-cited-prefix, message-signature-insert-empty-line)
13230         (message-hidden-headers, message-hierarchical-addresses)
13231         (message-mail-user-agent, message-use-idna)
13232         (message-valid-fqdn-regexp)
13233         (message-strip-special-text-properties, message-header-synonyms)
13234         (message-beginning-of-line, message-tab-body-function): Add :version.
13235         (message-insert-canlock, message-wide-reply-confirm-recipients):
13236         Change :version.
13237
13238         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13239         and :version.
13240         (mail-source-delete-old-incoming-confirm)
13241         (mail-source-movemail-program): Add :version.
13242
13243         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13244         (gnus-agent-cache, gnus-agent): Change :version.
13245
13246         * gnus-util.el (gnus-use-byte-compile): Change :version.
13247
13248         * gnus-sum.el (gnus-summary-make-false-root-always)
13249         (gnus-summary-default-high-score)
13250         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13251         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13252         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13253         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13254         (gnus-sum-thread-tree-single-indent)
13255         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13256         (gnus-sum-thread-tree-leaf-with-other)
13257         (gnus-sum-thread-tree-single-leaf): Add :version.
13258         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13259         (gnus-article-loose-mime): Change :version.
13260
13261         * gnus-start.el (gnus-backup-startup-file)
13262         (gnus-save-startup-file-via-temp-buffer): Add :version.
13263
13264         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13265         (gnus-server-offline-face): Add :version.
13266
13267         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13268
13269         * gnus-msg.el (gnus-gcc-externalize-attachments)
13270         (gnus-debug-files, gnus-debug-exclude-variables)
13271         (gnus-discouraged-post-methods): Change :version.
13272         (gnus-confirm-mail-reply-to-news)
13273         (gnus-confirm-treat-mail-like-news): Add :version.
13274
13275         * gnus-int.el (gnus-server-unopen-status): Add :version.
13276
13277         * gnus-group.el (gnus-group-jump-to-group-prompt)
13278         (gnus-large-ephemeral-newsgroup)
13279         (gnus-fetch-old-ephemeral-headers): Add :version.
13280
13281         * gnus-fun.el (gnus-x-face-directory)
13282         (gnus-convert-pbm-to-x-face-command)
13283         (gnus-convert-image-to-x-face-command)
13284         (gnus-convert-image-to-face-command): Add :version.
13285
13286         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13287
13288         * gnus-cite.el (gnus-cite-blank-line-after-header)
13289         (gnus-article-boring-faces): Add :version.
13290
13291         * gnus-art.el (gnus-buttonized-mime-types)
13292         (gnus-inhibit-mime-unbuttonizing)
13293         (gnus-treat-display-face)
13294         (gnus-treat-body-boundary): Change :version.
13295         (gnus-body-boundary-delimiter, gnus-picon-databases)
13296         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13297         (gnus-treat-date-english, gnus-treat-fold-headers)
13298         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13299         (gnus-treat-mail-picon, gnus-treat-wash-html)
13300         (gnus-article-encrypt-protocol)
13301         (gnus-use-idna, gnus-article-over-scroll)
13302         (gnus-mime-display-multipart-alternative-as-mixed)
13303         (gnus-mime-display-multipart-related-as-mixed)
13304         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13305         (gnus-ctan-url, gnus-button-ctan-handler)
13306         (gnus-button-handle-ctan-bogus-regexp)
13307         (gnus-button-ctan-directory-regexp)
13308         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13309         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13310         (gnus-button-man-level, gnus-button-emacs-level)
13311         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13312
13313         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13314         (gnus-agent-go-online): Change :version.
13315         (gnus-agent-expire-unagentized-dirs)
13316         (gnus-agent-auto-agentize-methods): Add :version.
13317
13318         * flow-fill.el (fill-flowed-display-column)
13319         (fill-flowed-encode-column): Add :version.
13320
13321         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13322         (gnus-outlook-deuglify-unwrap-max)
13323         (gnus-outlook-deuglify-cite-marks)
13324         (gnus-outlook-deuglify-unwrap-stop-chars)
13325         (gnus-outlook-deuglify-no-wrap-chars)
13326         (gnus-outlook-deuglify-attrib-cut-regexp)
13327         (gnus-outlook-deuglify-attrib-verb-regexp)
13328         (gnus-outlook-deuglify-attrib-end-regexp)
13329         (gnus-outlook-display-hook): Add :version.
13330
13331         * binhex.el (binhex-use-external): Add :version.
13332
13333 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13336         and `invisible'.
13337
13338 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13339
13340         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13341         in gnus-registry-trim.
13342
13343 2004-09-13  Simon Josefsson  <jas@extundo.com>
13344
13345         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13346
13347         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13348
13349         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13350         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13351         <yamaoka@jpl.org>.
13352         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13353         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13354         <yamaoka@jpl.org>.
13355
13356         * sieve.el (sieve-manage-mode): Ditto.
13357
13358 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13361
13362 2004-09-11  Simon Josefsson  <jas@extundo.com>
13363
13364         * dns-mode.el: Add.
13365
13366         * mm-view.el (mm-display-dns-inline): Add.
13367
13368         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13369         (mm-automatic-display): Ditto.
13370
13371         * mailcap.el (mailcap-mime-data): Add text/dns.
13372         (mailcap-mime-extensions): Map .soa to text/dns.
13373
13374 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13375
13376         * gnus-art.el (article-decode-mime-words, article-babel)
13377         (gnus-article-highlight-signature, gnus-article-add-buttons)
13378         (gnus-signature-toggle): Remove unnecessary bindings of
13379         `inhibit-read-only' inherited from v5.10 merge.
13380
13381 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13382
13383         * nntp.el (nntp): New customization group.
13384         (nntp-authinfo-file): Add customization group.
13385
13386         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13387
13388         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13389
13390         * gnus.el (to-address, to-list, subscribed)
13391         (large-newsgroup-initial): Ditto.
13392
13393         * flow-fill.el (fill-flowed-display-column)
13394         (fill-flowed-encode-column): Ditto.
13395
13396 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13397
13398         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13399         Use point-min rather than 1.
13400         (message-send-mail): Use buffer-size rather than point-max.
13401
13402         * gnus-sum.el (gnus-summary-search-article-forward):
13403         Signal a specific `search-failed' rather than a generic `error'.
13404
13405         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13406         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13407         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13408
13409 2004-09-10  Simon Josefsson  <jas@extundo.com>
13410
13411         * nndb.el (require): Remove tcp and duplicate cl.
13412
13413 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-agent.el (directory-files-and-attributes): Move forward.
13416
13417 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13418
13419         * gnus-agent.el (directory-files-and-attributes): Optionally
13420         defined to support XEmacs.
13421
13422 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13423
13424         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13425         to avoid run-time CL dependencies.
13426         (gnus-agent-unfetch-articles): New function.
13427         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13428         article numbers even when local .overview file is missing.
13429         (gnus-agent-read-article-number): New function.  Only accepts
13430         27-bit article numbers.
13431         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13432         gnus-agent-read-article-number.
13433         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13434         from backend while recognizing that article numbers in .overview
13435         must be valid.
13436         (gnus-agent-update-files-total-fetched-for): Use
13437         directory-files-and-attributes to improve performance.
13438         * gnus-int.el (gnus-request-move-article): Use
13439         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13440         improve performance.
13441
13442         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13443         some users confused by references to .newsrc when they only have a
13444         .newsrc.eld file.
13445         (gnus-convert-mark-converter-prompt)
13446         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13447         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13448         New function.  Used internally to only display 'gnus converting
13449         files' message when actually necessary.
13450
13451         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13452         methods now autoloaded.
13453
13454 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13457         identifiers.
13458
13459 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * gnus-picon.el: Fix indentation and closing parenthesis.
13462
13463 2004-09-01  Simon Josefsson  <jas@extundo.com>
13464
13465         * message.el (message-canlock-generate): Require sha1, not
13466         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13467         to require within a function.  Sadly, if sha1.el isn't loaded, the
13468         let binding in m-c-g will hide the defcustom definition, which is
13469         bad.)
13470
13471         * canlock.el: Require sha1, not sha1-el.
13472
13473         * message.el: Don't autoload sha1 (there is a autoload cookie in
13474         sha1.el).
13475
13476         * sha1-el.el: Renamed to sha1.el.
13477
13478 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13479
13480         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13481
13482 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13485
13486 2004-08-30  Kim F. Storm  <storm@cua.dk>
13487
13488         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13489
13490         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13491         Add :group 'nnimap.
13492
13493 2004-08-30  Andreas Schwab  <schwab@suse.de>
13494
13495         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13496         ?* and ?\;.
13497
13498         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13499         and ?\' to symbol instead of whitespace.
13500
13501 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13504
13505         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13506         instead of re-search-forward.
13507
13508         * gnus-uu.el (gnus-uu-save-article): Ditto.
13509         (gnus-uu-post-encode-uuencode): Ditto.
13510
13511         * html2text.el (html2text-clean-list-items): Ditto.
13512         (html2text-clean-dtdd): Ditto.
13513         (html2text-format-tags): Ditto.
13514
13515         * message.el (message-send-mail-with-sendmail): Fix regexp.
13516         (message-fill-field-general): Use search-forward instead of
13517         re-search-forward.
13518         (unbold-region): Ditto.
13519
13520         * nnrss.el (nnrss-request-article): Ditto.
13521
13522         * nnslashdot.el (nnslashdot-request-article): Ditto.
13523
13524         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13525
13526         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13527         "Unrecognized menu descriptor" error in XEmacs.
13528
13529 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13530
13531         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13532         parent article of a sparse article in the thread hashtb.
13533
13534 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13535
13536         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13537         (nnmail-expand-newtext): Lowercase expanded entries if
13538         nnmail-split-lowercase-expanded is non-nil.
13539
13540 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13543
13544         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13545         of gnus-tmp-news-method into string under XEmacs.  It will be
13546         passed to gnus-correct-length which takes only a string argument.
13547
13548 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-util.el (gnus-bind-print-variables): New macro.
13551         (gnus-prin1): Use it.
13552         (gnus-prin1-to-string): Use it.
13553         (gnus-pp): New function.
13554         (gnus-pp-to-string): New function.
13555
13556         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13557         Replace pp-to-string with gnus-pp-to-string.
13558         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13559         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13560         * gnus-msg.el (gnus-debug): Ditto.
13561         * gnus-score.el (gnus-score-save): Ditto.
13562         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13563         gnus-pp-to-string.
13564         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13565         with gnus-pp.
13566         * score-mode.el (gnus-score-pretty-print): Ditto.
13567         * webmail.el (webmail-debug): Ditto.
13568
13569 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * gnus-art.el (article-display-face, article-display-x-face):
13572         Use buffer-read-only.
13573
13574 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-art.el (article-hide-list-identifiers):
13577         Bind inhibit-read-only as t.
13578
13579 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13582
13583 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13584
13585         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13586         (gnus-narrow-to-page): Don't assume point-min == 1.
13587         (gnus-article-edit-mode): Derive from message-mode.
13588
13589         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13590         point-min == 1.
13591
13592         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13593         Disable incorrect use of `assert'.
13594
13595         * message.el (message-mode): Set comment-start-skip.
13596
13597
13598 2004-08-22  Sam Steingold  <sds@gnu.org>
13599
13600         * pop3.el (pop3-leave-mail-on-server): New user variable.
13601         (pop3-movemail): Delete mail only when it is nil.
13602
13603 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13606
13607         * mml.el (mml-preview): Use `pop-to-buffer'.
13608
13609         * message.el (message-goto-mail-followup-to): Insert after "To".
13610         (message-carefully-insert-headers): Add comment.
13611
13612         * gnus.el: Remove unused variable `gnus-article-check-size'.
13613
13614         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13615
13616         * gnus-art.el (gnus-button-alist): Improve
13617         `gnus-button-handle-library' entry.
13618
13619 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13620
13621         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13622         downcase, since XEmacs capitalizes error messages differently.
13623
13624 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13625
13626         * nntp.el: Add (require 'gnus) due to reference to
13627         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13628
13629 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13630
13631         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13632         `mm-fill-flowed'.
13633
13634         * mm-decode.el (mm-dissect-singlepart): Check it.
13635
13636 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13637
13638         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13639         'imap' for netrc parsing.
13640
13641 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * mailcap.el (mailcap-mime-data): Mark as risky.
13644
13645 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13648         may be included in the encoded word.
13649         (rfc2047-encode): Don't append a space if the encoded word
13650         includes close parenthesis.
13651
13652 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13655         of text within parentheses.
13656
13657 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13660         (gnus-encrypt-write-file-contents): Make the password key the file
13661         name PLUS the cipher, not just the cipher.  Also remove failed
13662         passwords from the cache.
13663
13664 2004-08-06  Simon Josefsson  <jas@extundo.com>
13665
13666         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13667         fix.
13668
13669 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13672         LWSP.
13673
13674 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13675
13676         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13677         to append in-reply-to: data to the references: header.
13678
13679         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13680         (netrc-parse): Use gnus-encrypt.el functions.
13681
13682         * gnus-encrypt.el: Add new file for encryption support; currently
13683         does only a few GPG ciphers and an internal XOR cipher.
13684
13685         * password.el: Add comments on using password-read-and-add.
13686         (password-read-and-add): Add function to read and add the
13687         password to the cache at once.
13688
13689 2004-07-28  Simon Josefsson  <jas@extundo.com>
13690
13691         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13692         parameter (but don't use it, for now).
13693
13694         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13695         instead of hard coding to nil.
13696
13697 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13700         as mm-inline-image-xemacs does.
13701
13702 2004-07-26  Simon Josefsson  <jas@extundo.com>
13703
13704         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13705         Revert part of 2004-07-17 change below.
13706
13707 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13710         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13711
13712 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13713
13714         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13715         quotes that actually start with ">" at the beginning of the
13716         lines.
13717
13718 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * rfc2047.el (rfc2047-encode-region): Fix last change.
13721         (rfc2047-encode-parameter): Remove useless concat.
13722
13723 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13726         encode special characters; fix some kind of misconfigured headers;
13727         signal a real error if debug-on-quit or debug-on-error is non-nil.
13728         (rfc2047-encode-max-chars): New variable.
13729         (rfc2047-encode-1): Use it.
13730         (rfc2047-encode-parameter): New function.
13731
13732         * mml.el (mml-insert-parameter): Remove an excessive space.
13733
13734 2004-07-17  Simon Josefsson  <jas@extundo.com>
13735
13736         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13737         Kai Grossjohann <kai@emptydomain.de>.
13738         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13739         (gnus-group-make-menu-bar): Ditto.
13740
13741         * gnus-util.el (gnus-group-server): Add.
13742
13743 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13744
13745         * message.el (message-clone-locals): Clone sendmail and smtp
13746         variables.
13747
13748 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * rfc2047.el (rfc2047-encode-region): Fix last change.
13751
13752 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13755         characters as non-special.
13756
13757 2004-07-09  Simon Josefsson  <jas@extundo.com>
13758
13759         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13760         Users will lose all flag changes made while unplugged with
13761         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13762         good default.  See numerous reports on ding mailing list.
13763
13764 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13767         add generate-head-function and generate-article-function to the
13768         rfc822-forward entry.
13769         (nndoc-rfc822-forward-generate-article): New function.
13770         (nndoc-rfc822-forward-generate-head): New function.
13771
13772         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13773
13774 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13775
13776         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13777         respect display group parameter and gnus-summary-expunge-below.
13778         (gnus-articles-to-read): Remove unused reference to display group
13779         parameter.
13780
13781 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13782
13783         * nnheader.el (nnheader-uniquify-message-id): New experimental
13784         variable.
13785         (nnheader-nov-read-message-id): Use it.
13786
13787         * spam-report.el (spam-report-gmane): Add interactive.
13788
13789 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13792         qp-or-base64 for the application/* types.
13793
13794 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13795
13796         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13797
13798 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13799
13800         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13801         trim value.
13802
13803 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13804
13805         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13806         New macro and function.
13807         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13808
13809 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13812         after-load-alist.
13813
13814 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13815
13816         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13817         update info that isn't there.
13818
13819 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13820
13821         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13822         entry.
13823
13824 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mm-view.el (mm-inline-render-with-function): Use multibyte
13827         buffer; decode html source by charset.
13828
13829         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13830
13831         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13832         Mule-UCS is loaded under XEmacs.
13833         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13834
13835 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13836
13837         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13838
13839 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * mm-util.el (mm-coding-system-p): Return a coding-system.
13842         (mm-mime-mule-charset-alist): Use shift_jis instead of
13843         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13844         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13845         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13846         instead of japanese-shift-jis and iso-latin-1 respectively in
13847         order to share the default value with both Emacs and XEmacs-mule.
13848         (mm-mule-charset-to-mime-charset): Make
13849         mm-coding-system-priorities effective.
13850         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13851         while predicating of candidates upon the priorities.
13852
13853 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13854
13855         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13856         gnus-uu-invert-processable.
13857
13858         * gnus.el: Autoload gnus-uu-invert-processable.
13859
13860 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * mm-util.el (mm-with-multibyte-buffer): New macro.
13863
13864         * rfc2047.el (rfc2047-encode-string): Use it.
13865         (rfc2047-encode-region): Move point to the end of the region after
13866         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13867
13868 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13871         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13872
13873 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13876         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13877         Karl Chen <quarl@nospam.quarl.org>.
13878
13879 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13880
13881         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13882         invalid addresses.
13883
13884 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13885
13886         * spam.el: Change section markers, revise TODO list.
13887         (spam-backends): Make new master list of all installed backends.
13888         (spam-summary-exit-behavior): Add new variable to determine how
13889         messages moves are done at summary exit.
13890         (spam-move-spam-nonspam-groups-only)
13891         (spam-process-ham-in-nonham-groups)
13892         (spam-process-ham-in-spam-groups): Remove variables, the
13893         spam-summary-exit-behavior variable should be used to manage this
13894         behavior.
13895         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13896         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13897         and spam-old-spam-articles.
13898         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13899         Add empty variables, placeholders for the backends they represent.
13900         (spam-set-difference): Move, unchanged.
13901         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13902         unless the user has a processor variable.
13903         (spam-classifications, spam-classification-valid-p)
13904         (spam-backend-properties, spam-backend-property-valid-p)
13905         (spam-backend-function-type-valid-p)
13906         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13907         (spam-report-articles-gmane, spam-report-articles-resend):
13908         Remove functions, they are not needed.
13909         (spam-install-backend-super, spam-backend-list)
13910         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13911         (spam-backend-function, spam-backend-ham-registration-function)
13912         (spam-backend-spam-registration-function)
13913         (spam-backend-ham-unregistration-function)
13914         (spam-backend-spam-unregistration-function)
13915         (spam-backend-statistical-p, spam-backend-mover-p)
13916         (spam-install-backend-alias, spam-install-checkonly-backend)
13917         (spam-install-mover-backend, spam-install-nocheck-backend)
13918         (spam-install-backend, spam-install-statistical-backend)
13919         (spam-install-statistical-checkonly-backend): Add backend installation
13920         support.
13921         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13922         (spam-group-processor-p): Use the new backend code and respect the
13923         summary exit behavior.
13924         (spam-mark-spam-as-expired-and-move-routine): Remove.
13925         (spam-summary-prepare): Change to use the new spam-old-articles
13926         variable.
13927         (spam-copy-or-move-routine, spam-copy-spam-routine)
13928         (spam-move-spam-routine, spam-copy-ham-routine)
13929         (spam-move-ham-routine): Add code to copy/move ham or spam.
13930         (spam-fetch-field-fast): Improve doc and code, plus allow the
13931         'number request.
13932         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13933         variables.
13934         (spam-split, spam-find-spam): Use the new backend code.
13935         (spam-registration-functions): Remove variable.
13936         (spam-unregister-routine): Add convenience wrapper.
13937         (spam-log-undo-registration, spam-register-routine)
13938         (spam-log-processing-to-registry)
13939         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13940         where possible.
13941         (spam-check-gmane-xref, spam-check-regex-headers)
13942         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13943         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13944         (spam-check-bogofilter-headers, spam-check-spamoracle)
13945         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13946         (spam-check-crm114-headers): Use the spam-split-group that
13947         spam-split prepares, no need to determine it every time.
13948
13949         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13950         to the nnheader-parse-naked-head call.
13951
13952         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13953
13954         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13955         the nnheader-nov-read-message-id call.
13956
13957 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13960         gnus-activate-group twice.  Suggested by Markus Peter
13961         <warp@spin.de>.
13962
13963 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (gnus-article-time-format): Exchange the order of
13966         day and month in the default value; fix customization type.
13967         (article-date-ut): Use add-text-properties.
13968         (article-make-date-line): Use message-make-date instead of
13969         current-time-string.
13970
13971         * message.el (message-fetch-field): Don't use set-text-properties.
13972         (message-make-date): Simplify.
13973
13974         * messagexmas.el (message-xmas-make-date): New function.
13975         (message-xmas-redefine): Defalias message-make-date to it.
13976
13977 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13980         (rfc2047-encode-region): Treat text within parentheses as special;
13981         show the original text when error has occurred.
13982
13983         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13984         already-computed method to gnus-activate-group.
13985
13986         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13987         same select-methods identical Lisp objects.
13988
13989         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13990         object when modifying the info.
13991
13992 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13995         gnus-opened-servers since it has never been opened with the new
13996         configuration yet.
13997
13998 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14001         arg to nnheader-generate-fake-message-id.
14002
14003 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14004
14005         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14006         number and build a fake message ID localized to a group and
14007         article number (so it's repeatable from that point on).
14008         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14009         ID format.
14010
14011         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14012         nnheader-generate-fake-message-id with the article number.
14013
14014 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14015
14016         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14017         end-of-buffer.
14018
14019 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14020
14021         * message.el (message-ignored-supersedes-headers): Add Approved.
14022
14023 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14026         goto-char.
14027         (rfc2047-encode): Fold the line before encoding.
14028
14029 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14030
14031         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14032         folding -- not all headers can be folded, and this should be done
14033         by the message composition mode.  Probably.  I think.
14034
14035 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14038         fast.
14039
14040         * gnus-ems.el (gnus-remove-image): Don't use
14041         message-text-with-property; remove only the image found first.
14042
14043         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14044         found first.
14045
14046 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14047
14048         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14049
14050 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * message.el (message-text-with-property): Make it fast and accept
14053         optional arguments.
14054         (message-strip-forbidden-properties): Use it.
14055         (message-fix-before-sending): Follow the m-t-w-p change.
14056
14057         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14058
14059 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-art.el (article-hide-headers): Don't change the buffer
14062         mistakenly when performing mml-preview even if
14063         gnus-single-article-buffer is nil.
14064
14065 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14066
14067         * message.el (message-expand-name-databases): New user option.
14068         (message-expand-name): Use it.
14069
14070 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14071
14072         * spam.el (spam-report-articles-resend)
14073         (spam-report-resend-register-routine): Allow ham reporting.
14074         (spam-report-resend-register-ham-routine): Add wrapper.
14075         (spam-registration-functions): Add ham resending functions.
14076         (spam-list-of-processors): Add ham resend processor.
14077
14078         * gnus.el (ham-resend-to): Add new group parameter.
14079         (spam-process): Add ham resend option.
14080
14081         * spam-report.el (spam-report-resend): Allow reporting ham.
14082         (spam-report-resend-ham): Add wrapper.
14083
14084 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085
14086         * message.el (message-cite-articles-with-x-no-archive): New
14087         variable.
14088         (message-cite-original): Use it.
14089
14090 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14091
14092         * message.el (message-cite-original): Respect X-No-Archive.
14093
14094 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-art.el (article-hide-headers): Refer to the values for
14097         gnus-ignored-headers and gnus-visible-headers in the summary
14098         buffer since a user may have set them as group parameters.
14099
14100 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14101
14102         * assistant.el (assistant-node-name): Add convenience function.
14103         (assistant-render-text, assistant-render-node): Add error handling,
14104         plus handle multiple next nodes.
14105         (assistant-find-next-node): Comment out for now.
14106         (assistant-find-next-nodes): Add function, returns list of next
14107         nodes.
14108
14109 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * mail-source.el (mail-source-directory): Fix doc-string.
14112
14113 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14114
14115         * assistant.el (assistant-render-text, assistant-eval): Add :set
14116         widget type, which is different because it takes and returns a
14117         list.  Much hilarity ensues.
14118
14119 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14122
14123         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14124         doc-string.
14125
14126         * gnus-start.el (gnus-activate-group): Added doc-string.
14127
14128 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14131
14132 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14133
14134         * assistant.el (assistant-render-text): Try to add a :set
14135         widget, more to come.
14136
14137         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14138         strings.
14139         (spam-report-articles-resend)
14140         (spam-register-routine): Do registration iff any articles warrant
14141         it.
14142         (spam-summary-prepare-exit): Change log message for nil group
14143         destinations.
14144
14145 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14146
14147         * spam.el (spam-report-resend-register-routine): Allow
14148         spam-report-resend-to to be a group parameter or a global value.
14149
14150 2004-05-26  Simon Josefsson  <jas@extundo.com>
14151
14152         * starttls.el: Merge with my GNUTLS based starttls.el.
14153         (starttls-gnutls-program, starttls-use-gnutls)
14154         (starttls-extra-arguments, starttls-process-connection-type)
14155         (starttls-connect, starttls-failure, starttls-success): New
14156         variables.
14157         (starttls-program, starttls-extra-args): Doc fix.
14158         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14159         functions.
14160         (starttls-negotiate, starttls-open-stream): Check
14161         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14162         function if it is set.
14163
14164 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14167         structured fields.
14168
14169 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14172
14173 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14174
14175         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14176         variable.
14177         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14178         assigning the spam-mark to new messages.
14179
14180 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14181
14182         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14183
14184 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14187
14188         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14189         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14190         default.
14191
14192 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14193
14194         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14195         correct data.
14196
14197 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14198
14199         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14200         (spam-group-processor-p): Fix function.
14201         (spam-group-processor-multiple-p)
14202         (spam-group-spam-processor-report-gmane-p)
14203         (spam-group-spam-processor-report-resend-p)
14204         (spam-group-spam-processor-bogofilter-p)
14205         (spam-group-spam-processor-blacklist-p)
14206         (spam-group-spam-processor-ifile-p)
14207         (spam-group-ham-processor-ifile-p)
14208         (spam-group-spam-processor-spamoracle-p)
14209         (spam-group-spam-processor-crm114-p)
14210         (spam-group-ham-processor-bogofilter-p)
14211         (spam-group-spam-processor-stat-p)
14212         (spam-group-ham-processor-stat-p)
14213         (spam-group-ham-processor-whitelist-p)
14214         (spam-group-ham-processor-BBDB-p)
14215         (spam-group-ham-processor-spamoracle-p)
14216         (spam-group-ham-processor-copy-p): Remove functions with some
14217         prejudice against unneeded code.
14218         (spam-report-articles-resend)
14219         (spam-report-resend-register-routine): Allow the group/topic
14220         spam-resend-to value to override spam-report-resend-to.
14221         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14222         properly now.
14223
14224         * gnus.el (spam-resend-to): Add group/topic parameter.
14225         (spam-process): Move the OBSOLETE processors to the end of the
14226         choices.
14227
14228 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14229
14230         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14231         with resend-to set to nil, and then ask the user if necessary.
14232         (spam-report-resend): spam-report-resend takes a list of articles, not
14233         separate article numbers.
14234
14235 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14238         addition to emacs-w3m.
14239
14240 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * assistant.el (assistant-authinfo-data): New function.
14243         (assistant-eval): Eval for entire assistant.
14244
14245         * netrc.el (netrc-services-file): New variable.
14246         (netrc-parse-services): New function.
14247         (netrc-find-service-name): New function.
14248         (netrc-find-service-number): New function.
14249         (netrc-port-equal): New function.
14250         (netrc-machine): Use it.
14251
14252         * nnimap.el (nnimap-open-connection): Use netrc.
14253
14254         * gnus-util.el (gnus-netrc-get): Remove aliases.
14255
14256         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14257
14258         * assistant.el (wid-edit): Fix compilation.
14259
14260         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14261
14262 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14263
14264         * gnus-util.el (gnus-set-file-modes): New function.  (small
14265         patch).
14266
14267 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14268
14269         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14270
14271         * assistant.el (assistant-render-node): Fix up rendering and
14272         read-only text.
14273         (assistant-render-node): Reset.
14274         (assistant-make-read-only): Not sticky.
14275
14276 2004-05-20  Danny Siu  <dsiu@adobe.com>
14277
14278         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14279         centered even when gnus-auto-center-summary is t.
14280
14281 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14282
14283         * dns.el (dns-get-txt-answer): New function.
14284         (dns-read-txt): Ditto.
14285         (query-dns): Use it.
14286
14287 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14290         active for foreign groups even if the group level is higher than
14291         the specified value.
14292
14293 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14296         non-active groups.
14297
14298         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14299
14300 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14301
14302         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14303
14304 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14305
14306         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14307         (spam-crm114-header, spam-crm114-spam-switch)
14308         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14309         (spam-crm114-positive-spam-header)
14310         (spam-crm114-database-directory, spam-list-of-processors)
14311         (spam-group-spam-processor-crm114-p)
14312         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14313         (spam-generic-score, spam-list-of-checks)
14314         (spam-list-of-statistical-checks, spam-registration-functions)
14315         (spam-check-crm114-headers, spam-crm114-score)
14316         (spam-check-crm114, spam-crm114-register-with-crm114)
14317         (spam-crm114-register-spam-routine)
14318         (spam-crm114-unregister-spam-routine)
14319         (spam-crm114-register-ham-routine)
14320         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14321         asjo@koldfront.dk (Adam Sjøgren).
14322
14323         * gnus.el: Add spam-use-crm114.
14324
14325         * spam.el (spam-list-of-processors, spam-registration-functions):
14326         Add spam-use-resend.
14327         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14328         (spam-report-articles-gmane): Add doc fix.
14329         (spam-report-articles-resend, spam-report-resend-register-routine):
14330         Add wrappers around spam-report-resend-to.
14331
14332         * spam-report.el (spam-report-resend-to, spam-report-resend):
14333         Add support for resending spam.
14334         (spam-report-gmane): Fix line length >80.
14335
14336         * gnus.el (spam-process): Add spam-use-resend.
14337
14338 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14339
14340         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14341         number of processed spam messages.
14342         (spam-ham-copy-or-move-routine): Return the number of processed
14343         ham messages.
14344         (spam-summary-prepare-exit): Use the above values to decide
14345         whether status messages shouled be displayed.
14346
14347 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14350         `rfc2047-encoding-function-alist' in order to avoid conflicting
14351         with the old version.
14352         (rfc2047-encode-region): Concatenate words containing non-ASCII
14353         characters in structured fields; don't encode space-delimited
14354         ASCII words even in unstructured fields; don't break words at
14355         char-category boundaries.
14356         (rfc2047-encode-1): New function.
14357         (rfc2047-encode): Use it; encode text so that it occupies the
14358         maximum width within 76-column; work correctly on Q encoding for
14359         iso-2022-* charsets.
14360         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14361         sure not to break a line just after the header name.
14362         (rfc2047-b-encode-region): Removed.
14363         (rfc2047-b-encode-string): New function.
14364         (rfc2047-q-encode-region): Removed.
14365         (rfc2047-q-encode-string): New function.
14366
14367         * mm-util.el (mm-replace-in-string): New function.
14368
14369 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14370
14371         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14372         get it right.
14373         (gnus-inews-make-draft): Really.
14374
14375 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14376
14377         * nnmh.el (nnmh-request-list-1): Don't check the link count
14378         before descending.  (small patch)
14379
14380 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14383         stuff.
14384
14385         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14386         on real group name.
14387
14388         * gnus-art.el (gnus-signature-limit): Doc fix.
14389
14390         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14391
14392         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14393
14394 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14395
14396         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14397         isn't a string.
14398
14399 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14400
14401         * gnus-draft.el (gnus-draft-send): Bind
14402         rfc2047-encode-encoded-words.
14403
14404         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14405         (rfc2047-encodable-p): Say that =? needs encoding.
14406         (rfc2047-encode-encoded-words): New variable.
14407
14408         * gnus-group.el (gnus-group-select-group): Doc fix.
14409
14410         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14411
14412         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14413         to nil.
14414
14415         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14416
14417         * nnheader.el (nnheader-get-lines-and-char): New function.
14418
14419 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * gnus-msg.el (gnus-summary-followup-with-original): Document
14422         yanking of region when active.
14423
14424 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14427         groups if the group level is higher than the specified value.
14428
14429 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14432         (gnus-group-jump-to-group): Added prefix argument using
14433         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14434         non-active group.
14435
14436         * compface.el (uncompface): Be verbose when changing
14437         `uncompface-use-external'.
14438
14439         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14440         handle manual section.
14441
14442 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14443
14444         * gnus-art.el (gnus-button-alist): Revert previous change.
14445
14446 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14449
14450 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14451
14452         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14453         whether backend can accept message.
14454
14455         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14456
14457 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14458
14459         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14460         Avoid creating directory when nntp-marks-is-evil is true.
14461         Reported by Reiner Steib.
14462
14463 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * gnus-picon.el (gnus-picon-style): New variable.
14466         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14467         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14468         Jesper Harder <harder@ifa.au.dk>.
14469
14470 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14471
14472         * message.el (message-fill-field): Return point.
14473         (message-generate-headers): Go to end of field.
14474
14475         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14476         stuff for non-living groups.
14477
14478 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14479
14480         * gnus-art.el (gnus-article-followup-with-original)
14481         (gnus-article-reply-with-original): gnus-mark-active-p ->
14482         gnus-region-active-p.
14483
14484 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14485
14486         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14487         only when there is spam or ham to be processed.
14488
14489 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14490
14491         * mail-source.el (mail-source-delete-crash-box): Refactor.
14492         (mail-source-fetch): Use it.
14493         (mail-source-fetch-file): Ditto.
14494         (mail-source-fetch-directory): Run postscript in loop.
14495         (mail-source-fetch-pop): Delete.
14496         (mail-source-fetch-maildir): Ditto.
14497         (mail-source-fetch-imap): Ditto.
14498
14499         * imap.el (imap-authenticators): Comment out sasl.
14500
14501         * message.el (message-skip-to-next-address): New function.
14502         (message-fill-header-address): Refactor.
14503         (message-fill-address): Use it.
14504         (message-delete-address): Use it.
14505         (message-fill-header-general): Refactor.
14506         (message-fill-field-address): Rename.
14507         (message-narrow-to-field): Find the start of the header.
14508         (message-header-format-alist): Don't pre-fill.
14509         (message-fill-header): Removed.
14510         (message-insert-header): New function.
14511         (message-shorten-references): Use it.
14512
14513         * rfc2047.el (rfc2047-field-value): Strip props.
14514
14515         * mail-parse.el (mail-header-make-address): New alias.
14516
14517         * ietf-drums.el (ietf-drums-make-address): New function.
14518
14519         * imap.el: Add compiler directives.
14520
14521         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14522
14523         * gnus-art.el (article-decode-idna-rhs): Don't use
14524         message-idna-inside-rhs-p.
14525
14526 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14527
14528         * message.el (message-idna-inside-rhs-p): Removed.
14529         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14530
14531         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14532         false positives.
14533
14534 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14535
14536         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14537
14538 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14539
14540         * nneething.el (nneething-file-name): Don't create spurious
14541         files.
14542
14543         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14544         (gnus-inews-do-gcc): Remove sleep.
14545
14546         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14547         part under point.
14548
14549         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14550         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14551
14552 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14553
14554         * spam.el (spam-summary-prepare-exit): Fixed (length).
14555
14556 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14557
14558         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14559         as expired without moving it" message when there are spam
14560         messages left.
14561
14562 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14563
14564         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14565         header is not nil.
14566
14567 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14568
14569         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14570         nntp-possibly-create-directory, not nntp-possibly-change-group.
14571         (nntp-marks-changed-p): New arg SERVER.
14572         (nntp-request-update-info): Adjust caller.
14573
14574 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14575
14576         * nntp.el (nntp-save-marks): Pass missing arg.
14577
14578 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14579
14580         * nntp.el: Support marks.
14581         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14582         (nntp-marks-modtime, nntp-marks-directory): New variables.
14583         (nntp-request-set-mark, nntp-request-update-info)
14584         (nntp-possibly-create-directory, nntp-marks-changed-p)
14585         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14586         functions.
14587
14588 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14589
14590         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14591         (gnus-xmas-redefine): Rename.
14592
14593         * gnus-score.el (gnus-score-insert-help): Use
14594         gnus-select-lowest-window.
14595
14596         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14597         appt-select-lowest-window and rename to gnus-select-lowest-window.
14598
14599         * gnus.el: do.
14600
14601 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14602
14603         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14604         encodings of MIME-encoded words, in order to improve
14605         interoperability with several broken MUAs.
14606
14607 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14608
14609         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14610         tags, only when charsets are not specified in headers.
14611         (mm-inline-text-html-render-with-w3m): Ditto.
14612
14613         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14614         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14615
14616 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14617
14618         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14619         instead of MIME-decoded from fields when checking
14620         `gnus-article-address-banner-alist'.
14621
14622 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14623
14624         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14625         description rather than subject.
14626
14627 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14628
14629         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14630
14631 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14632
14633         * gnus.el (gnus-version-number): Bump.
14634
14635 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14636
14637         * gnus.el: No Gnus v0.2 is released.
14638
14639 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14640
14641         * gnus-agent.el (gnus-agent-read-agentview): Inline
14642         gnus-uncompress-range.
14643
14644 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14645
14646         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14647         `exec-installed-p'.
14648
14649 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14650
14651         * gnus.el (spam-process, spam-autodetect-methods): Add
14652         bsfilter and bsfilter-headers.
14653
14654         * spam.el (spam-bsfilter): New customize group.
14655         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14656         (spam-bsfilter-header, spam-bsfilter-probability-header)
14657         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14658         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14659         (spam-bsfilter-database-directory): New options.
14660         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14661         (spam-list-of-statistical-checks, spam-registration-functions):
14662         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14663         (spam-bsfilter-score): New command.
14664         (spam-check-bsfilter-headers, spam-check-bsfilter)
14665         (spam-bsfilter-register-with-bsfilter)
14666         (spam-bsfilter-register-spam-routine)
14667         (spam-bsfilter-unregister-spam-routine)
14668         (spam-bsfilter-register-ham-routine)
14669         (spam-bsfilter-unregister-ham-routine): New functions.
14670         (spam-generic-score): Support bsfilter; Accept an optional argument
14671         to recalcurate spam score even if scoring header has already been
14672         added.
14673         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14674         optional argument to recalcurate spam score even if scoring header
14675         has already been added.
14676
14677 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14678
14679         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14680         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14681         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14682         link is missing.
14683
14684 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14685
14686         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14687         (html2text-get-attr): Rewrite.
14688
14689         * message.el (message-setup-1): Remove redundant put-text-property
14690         on mail-header-separator.
14691
14692 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14693
14694         * gnus-registry.el (gnus-registry-cache-whitespace)
14695         (gnus-registry-action, gnus-registry-spool-action)
14696         (gnus-registry-split-fancy-with-parent): Change message levels
14697         from 5 to 3 or 7, as needed.
14698
14699         * spam.el (spam-summary-prepare-exit)
14700         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14701         (spam-split, spam-find-spam, spam-log-undo-registration)
14702         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14703         level from 5 to 6.
14704
14705 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14708         2004-03-04 change).
14709
14710 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14711
14712         * sieve-manage.el (sieve-manage-open):
14713         * nnweb.el (nnweb-insert-html):
14714         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14715         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14716         * nnspool.el (nnspool-request-group):
14717         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14718         * nnml.el (nnml-request-update-info):
14719         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14720         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14721         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14722         (nnimap-request-set-mark):
14723         * nnfolder.el (nnfolder-request-update-info):
14724         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14725         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14726         * gnus-uu.el (gnus-uu-find-articles-matching):
14727         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14728         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14729         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14730         * gnus-nocem.el (gnus-nocem-scan-groups):
14731         * gnus-int.el (gnus-start-news-server):
14732         * gnus-group.el (gnus-group-make-kiboze-group)
14733         (gnus-group-browse-foreign-server):
14734         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14735         Use mapc when appropriate.
14736
14737 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14738
14739         FIXME: Make separate entries for each person.
14740
14741         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14742         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14743         <shields@msrl.com>:
14744
14745         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14746         may need for spam sorting and scoring.
14747         (spam-user-format-function-S): Add user format function suitable for
14748         general use.
14749         (spam-article-sort-by-spam-status): Add sorting function for summary
14750         sorting.
14751         (spam-extra-header-to-number): Add function to get a score from a
14752         header.
14753         (spam-summary-score): Add function to get a numeric score from the
14754         headers.
14755         (spam-generic-score): Fix function doc, was in wrong place.
14756         (spam-initialize): Take symbols when it's run, and install the
14757         extra headers that spam-necessary-extra-headers thinks we need.
14758
14759 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14760
14761         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14762         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14763
14764 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14765
14766         * gnus-sum.el (gnus-set-global-variables)
14767         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14768         (gnus-article-get-xrefs, gnus-summary-best-group)
14769         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14770         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14771         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14772         Use with-current-buffer.
14773
14774 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14775
14776         * spam.el (spam-summary-prepare-exit): Simplify logic.
14777         (spam-fetch-article-header): Read the article header if it's not
14778         available.
14779         (spam-list-articles): Simplify logic.
14780         (spam-filelist-register-routine): Fix bug with unregister-list.
14781
14782         * gnus-registry.el: Fix comments at beginning.
14783
14784 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14785
14786         * message.el (message-cater-to-broken-inn): Remove.
14787         (message-shorten-references): Make sure the total folded length of
14788         References is shorter than 998 characters to cater to a bug in INN
14789         2.3.  Also, don't pretend that references aren't folded -- this
14790         hasn't worked for a while.
14791
14792 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14793
14794         * gnus-agent.el (gnus-agentize):
14795         gnus-agent-send-mail-real-function no longer set to current value
14796         of message-send-mail-function but rather a lambda that calls
14797         message-send-mail-function.  The change makes the agent real-time
14798         responsive to user changes to message-send-mail-function.
14799
14800 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14801
14802         * legacy-gnus-agent.el
14803         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14804         help from Florian Weimer <fw@deneb.enyo.de>
14805
14806 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * nnmail.el (nnmail-cache-insert): Revert last change.
14809
14810 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * nnmail.el (nnmail-cache-insert): Always check whether
14813         nnmail-cache-ignore-groups matches a group name.
14814
14815 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14816
14817         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14818         (spam-find-spam, spam-log-processing-to-registry)
14819         (spam-log-registered-p, spam-log-unregistration-needed-p)
14820         (spam-log-undo-registration): Use gnus-message instead of
14821         gnus-error, none of these errors are fatal.
14822
14823         * gnus-registry.el (gnus-registry-clean-empty-function)
14824         (gnus-registry-clean-empty): Remove only empty entries without
14825         extra data.
14826
14827 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14828
14829         * spam-stat.el (spam-stat-buffer-change-to-spam)
14830         (spam-stat-buffer-change-to-non-spam): Change (error) to
14831         (gnus-message 8) invocation.
14832
14833 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * nntp.el (nntp-via-netcat-command): New variable.
14836         (nntp-via-netcat-switches): New variable.
14837         (nntp-open-via-rlogin-and-netcat): New function.
14838         (nntp-open-connection-function): Doc fix.
14839         (nntp-telnet-command): Doc fix.
14840         (nntp-end-of-line): Doc fix.
14841         (nntp-via-rlogin-command): Doc fix.
14842         (nntp-via-user-name): Doc fix.
14843         (nntp-via-address): Doc fix.
14844
14845 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14848         error in Emacs 21.1.
14849
14850 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14853
14854 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14855
14856         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14857         (gnus-agent-with-refreshed-group): New macro.
14858         (gnus-agent-rename-group): New function.
14859         (gnus-agent-delete-group): New function.
14860         (gnus-agent-save-group-info): Use gnus-command-method when
14861         `method' parameter is nil.  Don't write nil entries into the
14862         active file.
14863         (gnus-agent-get-group-info): New function.
14864         (gnus-agent-fetch-articles): Use
14865         gnus-agent-update-files-total-fetched-for to increment disk space
14866         used.
14867         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14868         gnus-agent-update-view-total-fetched-for to increment disk space
14869         used.
14870         (gnus-agent-get-local): Added optional parameters to avoid calling
14871         gnus-group-real-name and gnus-find-method-for-group.
14872         (gnus-agent-set-local): Delete stored entry if either min, or max,
14873         are nil.
14874         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14875         quit, use gnus-agent-regenerate-group to record existance of any
14876         articles fetched to disk before the quit occurred.
14877         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14878         gnus-agent-update-view-total-fetched-for, and
14879         gnus-agent-update-files-total-fetched-for to decrement disk space
14880         used.
14881         (gnus-agent-retrieve-headers): Use
14882         gnus-agent-update-view-total-fetched-for to increment disk space
14883         used.
14884         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14885         with gnus-agent-update-files-total-fetched-for to decrement disk
14886         space and fresh group buffer.
14887         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14888         (gnus-agent-need-update-total-fetched-for): New variable.
14889         (gnus-agent-update-files-total-fetched-for): New function.
14890         (gnus-agent-update-view-total-fetched-for): New function.
14891         (gnus-agent-total-fetched-for): New function.
14892
14893         * gnus-cache.el (gnus-cache-save-buffers): Use
14894         gnus-cache-update-overview-total-fetched-for to change disk space
14895         used by this group.
14896         (gnus-cache-possibly-enter-article): Use
14897         gnus-cache-update-file-total-fetched-for to increment disk space
14898         used by this group.
14899         (gnus-cache-possibly-remove-article): Use
14900         gnus-cache-update-file-total-fetched-for to decrement disk space
14901         used by this group.
14902         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14903         (gnus-cache-rename-group): New function.
14904         (gnus-cache-delete-group): New function.
14905         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14906         (gnus-cache-need-update-total-fetched-for): New variable.
14907         (gnus-cache-with-refreshed-group): New macro.
14908         (gnus-cache-update-file-total-fetched-for): New function.
14909         (gnus-cache-update-overview-total-fetched-for): New function.
14910         (gnus-cache-rename-group-total-fetched-for): New function.
14911         (gnus-cache-delete-group-total-fetched-for): New function.
14912         (gnus-cache-total-fetched-for): New function.
14913
14914         * gnus-group.el: Require gnus-sum and autoload functions to
14915         resolve warnings when gnus-group.el compiled alone.
14916         (gnus-group-line-format): Documented new %F.
14917         (size of Fetched data) group line format; identifies disk space
14918         used by agent and cache.
14919         (gnus-group-line-format-alist): Defined new F format.
14920         (gnus-total-fetched-for): New function.
14921         (gnus-group-delete-group): No longer update
14922         gnus-cache-active-altered as gnus-request-delete-group now keeps
14923         the cache in sync.
14924         (gnus-group-list-active): Let the agent store a server's active
14925         list if currently plugged.
14926
14927         * gnus-int.el (gnus-request-delete-group):
14928         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14929         local disk in sync with the server.
14930         (gnus-request-rename-group):
14931         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14932         local disk in sync with the server.
14933
14934         * gnus-start.el (gnus-get-unread-articles):
14935         Cosmetic simplification to logic.
14936
14937         * gnus-util.el (gnus-rename-file): New function.
14938
14939 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14940
14941         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14942
14943 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14944
14945         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14946         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14947
14948 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14949
14950         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14951         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14952
14953 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14954
14955         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14956
14957 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14958
14959         * spam.el (spam-set-difference): Add function to replace
14960         gnus-set-difference in spam.el.
14961         (spam-summary-prepare-exit): Use spam-set-difference.
14962
14963 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14964
14965         * gnus-registry.el (gnus-registry-cache-file): Update to use
14966         gnus-dribble-directory OR gnus-home-directory OR ~.
14967         (gnus-registry-split-fancy-with-parent): Fix doc.
14968
14969 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * message.el (message-exchange-point-and-mark): Use
14972         message-mark-active-p.  Suggested by Jesper Harder
14973         <harder@ifa.au.dk>.
14974
14975 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * message.el (message-exchange-point-and-mark): Don't activate
14978         region if it was inactive.  Suggested by Hiroshi Fujishima
14979         <pooh@nature.tsukuba.ac.jp>.
14980
14981 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * gnus-art.el (article-display-face): Display Faces in the same
14984         order as X-Faces.
14985
14986 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14989
14990 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14993         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14994         (gnus-article-mime-hierarchy): Remove.
14995         (gnus-article-mime-hierarchy-next): Remove.
14996         (gnus-article-mode): Revert 2004-03-19 change.
14997         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14998         (gnus-insert-mime-button): Revert 2004-03-19 change.
14999         (gnus-mime-accumulate-hierarchy): Remove.
15000         (gnus-mime-enter-multipart): Remove.
15001         (gnus-mime-leave-multipart): Remove.
15002         (gnus-mime-display-part): Revert 2004-03-19 change.
15003         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15004
15005         * mml.el (mml-preview): Revert 2004-03-19 change.
15006
15007 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15008
15009         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15010
15011 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15014         t while entering a file name using the mm-with-multibyte macro.
15015         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15016
15017         * mm-util.el (mm-with-multibyte): New macro.
15018
15019 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15022         user option.
15023         (gnus-mime-multipart-functions): Doc and customization fix.
15024         (gnus-article-mime-hierarchy): New variable.
15025         (gnus-article-mime-hierarchy-next): New variable.
15026         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15027         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15028         gnus-article-mime-hierarchy-next to nil.
15029         (gnus-insert-mime-button): Show hierarchy numbers.
15030         (gnus-mime-accumulate-hierarchy): New function.
15031         (gnus-mime-enter-multipart): New function.
15032         (gnus-mime-leave-multipart): New function.
15033         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15034         (gnus-mime-display-alternative): Show hierarchy numbers.
15035
15036         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15037         gnus-article-mime-hierarchy-next to nil.
15038
15039 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15040
15041         * dns.el: Don't require gnus-xmas.
15042
15043 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15046         inline PGP.
15047         (mml-menu): Disable mml-quote-region if mark is inactive.
15048
15049 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15052         when the group's active is not available.
15053
15054 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15057         error.
15058
15059 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15060
15061         * imap.el (imap-store-password): New variable.
15062         (imap-interactive-login): Use it.
15063         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15064
15065 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15068         window-start and hscroll to summary window.
15069
15070 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15071
15072         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15073         conversion message to newsrc-dribble when an actual conversion is
15074         performed.
15075
15076 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15077
15078         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15079
15080 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * mm-decode.el (mm-complicated-handles): New function reviving
15083         former definition of mm-multiple-handles.
15084
15085         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15086         (gnus-mime-delete-part): Use it.
15087
15088 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15089
15090         * gnus-agent.el (gnus-agent-read-local): Bind
15091         nnheader-file-coding-system to gnus-agent-file-coding-system to
15092         avoid the implicit assumption that they will always be equal.
15093         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15094         coding-system-for-write, as the with-temp-file macro first prints
15095         to a buffer then saves the buffer.
15096
15097 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-art.el (gnus-article-edit-part): New function.
15100         (gnus-mime-save-part-and-strip): Use it; do query instead of
15101         signaling an error; don't use mm-multiple-handles.
15102         (gnus-mime-delete-part): Ditto.
15103
15104 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15105
15106         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15107         old file versions.
15108         (gnus-group-prepare-hook): Removed function that converted list
15109         form of gnus-agent-expire-days to group properties.
15110
15111         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15112         (gnus-request-accept-article): Re-indented.
15113
15114         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15115         converters to handle old agent file formats.  Added logic for a
15116         "backup before upgrading warning".
15117         (gnus-convert-mark-converter-prompt): Developers can mark
15118         functions as needing (default), or not needing,
15119         gnus-convert-old-newsrc's "backup before upgrading warning".
15120         (gnus-convert-converter-needs-prompt): Tests whether the user
15121         should be protected from potentially irreversable changes by the
15122         function.
15123
15124         * legacy-gnus-agent.el: New.  Provides converters that are only
15125         loaded when gnus-convert-old-newsrc needs to call them.
15126
15127 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * mail-source.el (mail-source-touch-pop): Doc fix.
15130
15131         * message.el (message-smtpmail-send-it): Doc fix.
15132
15133 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15134
15135         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15136
15137         * nnmail.el (nnmail-split-fancy): do.
15138
15139         * gnus-kill.el (gnus-kill, gnus-execute): do.
15140
15141 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15142
15143         * gnus-sum.el (gnus-widget-reversible-match)
15144         (gnus-widget-reversible-to-internal)
15145         (gnus-widget-reversible-to-external): New functions.
15146         (gnus-widget-reversible): New widget.
15147         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15148
15149 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15150
15151         * gnus-sum.el (gnus-thread-sort-functions)
15152         (gnus-article-sort-functions): Document `(not F)' items.
15153
15154 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * spam.el (spam-use-gmane-xref): Add new backend.
15157         (spam-gmane-xref-spam-group): Add variable to control the name of the
15158         Gmane spam group.
15159         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15160         (spam-regex-headers-spam, spam-regex-headers-ham)
15161         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15162         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15163         backends and checks.
15164         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15165
15166         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15167         an autodetect method.
15168
15169 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15170
15171         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15172         articles are being added to a group.
15173         (gnus-request-replace-article): Inform the agent that articles
15174         need to be uncached as the cached contents are no longer valid.
15175
15176 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * binhex.el: Don't autoload executable-find.
15179
15180         * canlock.el: Don't autoload mail-fetch-field.
15181
15182         * dgnushack.el: Autoload c-mode for XEmacs.
15183
15184         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15185
15186         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15187         rmail-dont-reply-to and rmail-output.
15188
15189         * gnus-score.el: Don't autoload ffap-string-at-point.
15190
15191         * gnus-setup.el: Don't autoload sc-cite-original.
15192
15193         * imap.el: Don't autoload base64-decode-string,
15194         base64-encode-string and md5.
15195
15196         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15197         and rmail-msg-restore-non-pruned-header.
15198
15199         * mm-decode.el: Don't autoload executable-find.
15200
15201         * mm-url.el: Don't autoload executable-find.
15202
15203         * mm-view.el: Don't autoload diff-mode.
15204
15205         * nndb.el: Don't autoload news-reply-mode, news-setup,
15206         cancel-timer and telnet.
15207
15208         * password.el: Don't autoload run-at-time for Emacs.
15209
15210         * sha1-el.el: Don't autoload executable-find.
15211
15212         * sieve-mode.el: Don't autoload c-mode.
15213
15214         * uudecode.el: Don't autoload executable-find.
15215
15216 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15217
15218         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15219         (gnus-agent-possibly-alter-active): Avoid null in numeric
15220         comparison.
15221         (gnus-agent-set-local): Refuse to save null in local object table.
15222         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15223         list of articles that will be marked as unread.
15224
15225 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15228
15229 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15230
15231         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15232         language tags.
15233
15234 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15235
15236         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15237         Don't bind "obarray".
15238
15239         * gnus-sum.el (gnus-thread-sort-functions): Added
15240         `gnus-thread-sort-by-most-recent-number' and
15241         `gnus-thread-sort-by-most-recent-date'.
15242         Reported by Kai Grossjohann <kai@emptydomain.de>.
15243
15244 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15247
15248 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15249
15250         * gnus-cus.el (gnus-agent-customize-category): Removed
15251         ignore-errors macro reference that required cl to be loaded at
15252         run-time.
15253
15254         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15255         single-interval range of the form (min . max).  Previously the
15256         range had to look like ((min . max)).  Likewise, return
15257         (min . max) rather than ((min . max)).
15258         (gnus-range-map): Use gnus-range-normalize to accept
15259         single-interval range.
15260
15261         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15262         the cache, but not the agent, now appear with their usual face.
15263
15264         * dgnushack.el (loaddir): New variable that is bound to the
15265         directory containing the dgnushack.el file. Use loaddir, rather
15266         than srcdir, to update load-path. Change lets dgnushack compile
15267         code in directories other than GNUS/lisp.
15268
15269 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15270
15271         * lpath.el: Don't bind w3m-safe-url-regexp.
15272
15273         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15274         w3m-safe-url-regexp variable buffer-local.
15275
15276         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15277
15278 2004-02-27  Simon Josefsson  <jas@extundo.com>
15279
15280         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15281         gnus-group-real-prefix.
15282         (gnus-summary-move-article): Use it, instead of
15283         gnus-group-real-prefix.
15284
15285 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * lpath.el: Bind w3m-safe-url-regexp.
15288
15289         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15290         w3m-safe-url-regexp variable buffer-local and set it as the value
15291         of mm-w3m-safe-url-regexp.
15292
15293         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15294
15295         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15296         parsing gnus-posting-styles when the message is not for replying.
15297
15298         * dgnushack.el: Autoload sgml-mode for XEmacs.
15299
15300         * nnrss.el (nnrss-opml-export): Use
15301         mm-set-buffer-file-coding-system instead of
15302         set-buffer-file-coding-system.
15303
15304 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15305
15306         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15307         of checkdoc.el).
15308         * nnrss.el: do.
15309         * gnus-mlspl.el: do.
15310         * gnus-ml.el: do.
15311         * gnus-srvr.el: do.
15312
15313         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15314
15315 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15316
15317         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15318         Corrections to custom-manual links.
15319
15320         * gnus-art.el (gnus-article): Ditto.
15321
15322         * mm-decode.el (mime-display, mime-security): Ditto.
15323
15324 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15325
15326         * flow-fill.el: Typo.
15327
15328 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15329
15330         * spam-wash.el: New file.
15331
15332 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15333
15334         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15335
15336 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15337
15338         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15339         to be run with new-articles as LIST1, not LIST2.
15340         (spam-registration-functions): Add spam-use-ham-copy as a nil
15341         registration backend.
15342
15343 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15344
15345         * spam-stat.el (spam-stat-washing-hook): New option.
15346         (spam-stat-buffer-words): Use it.
15347         (spam-stat-process-directory, spam-stat-test-directory): Use
15348         insert-file-contents-literally.
15349         (spam-stat-coding-system): New variable.
15350         (spam-stat-load, spam-stat-save): Use it.
15351
15352 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * spam-report.el (spam-report-plug-agent): Quote
15355         spam-report-url-to-file and spam-report-url-ping-plain.
15356
15357 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15358
15359         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15360         / in mailto URLs.
15361
15362 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15363
15364         * spam-report.el (spam-report-process-queue): Fix interactive use.
15365         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15366         (spam-report-unplug-agent): Doc fixes.
15367         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15368         (spam-report-agentize, spam-report-deagentize): Autoload.
15369
15370 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15373
15374         * message.el (message-setup-fill-variables): Add mml tags to
15375         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15376         <ajk@iu.edu>.
15377         (message-mode): Don't modify paragraph-separate there.
15378
15379 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * compface.el (uncompface-use-external): Default to undecided.
15382         (uncompface-use-external-threshold): New variable.
15383         (uncompface-float-time): New macro.
15384         (uncompface): Determine whether to use the external decoder if
15385         uncompface-use-external is undecided.
15386
15387 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15388
15389         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15390         after images.
15391
15392         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15393
15394 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15395
15396         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15397
15398         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15399
15400         * gnus-sum.el (gnus-summary-limit-to-age)
15401         (gnus-summary-limit-children): do.
15402
15403         * gnus-int.el (gnus-request-scan): do.
15404
15405         * gnus-group.el (gnus-group-suspend): do.
15406
15407         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15408
15409         * gnus-cite.el (gnus-cite-parse-attributions): do.
15410
15411         * gnus-agent.el (gnus-summary-set-agent-mark)
15412         (gnus-agent-regenerate-group): do.
15413
15414         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15415
15416         * binhex.el (binhex-decode-region-internal): do.
15417
15418 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-fun.el (gnus-face-properties-alist): New user option.
15421         (gnus-display-x-face-in-from): Use it.
15422
15423         * gnus-art.el (article-display-face): Ditto.
15424
15425         * compface.el (uncompface-use-external): Default to nil.
15426
15427 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15428
15429         * nntp.el (nntp-erase-buffer): New function.
15430         (nntp-retrieve-data, nntp-send-command)
15431         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15432         (nntp-possibly-change-group): Use it.
15433
15434         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15435         with-current-buffer.
15436
15437 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15438
15439         * compface.el: Merge the ELisp-based uncompface program.
15440         (compface): New customization group.
15441         (uncompface-use-external): New user option.
15442         (uncompface): Call uncompface-internal if uncompface-use-external
15443         is nil.
15444         (uncompface-internal): New function.  Note that there are also
15445         some other functions and variables added for this function.
15446
15447 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15450         if necessary.
15451
15452 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15453
15454         * spam-report.el (spam-report-unplug-agent)
15455         (spam-report-plug-agent, spam-report-deagentize)
15456         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15457         Add support for the Agent in spam-report: when unplugged, report to a
15458         file; when plugged, submit all the requests.
15459
15460         * spam.el (spam-register-routine): Fix message about
15461         registration.
15462
15463 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15464
15465         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15466         dependencies.
15467         (rfc2047-encode): Use it.
15468
15469         * gnus-art.el (gnus-button-marker-list): Move before first
15470         reference.
15471
15472         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15473         (imap-parse-body): Fix format string mismatch.
15474
15475         * gnus-score.el (gnus-summary-increase-score): do.
15476
15477         * nnrss.el (nnrss-close): New function.
15478
15479 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15480
15481         * nnrss.el (nnrss-make-filename): New function.
15482         (nnrss-request-delete-group, nnrss-read-server-data)
15483         (nnrss-save-server-data, nnrss-read-group-data)
15484         (nnrss-save-group-data): Use it.
15485         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15486         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15487         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15488
15489 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15490
15491         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15492
15493 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15494
15495         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15496         files.
15497
15498         * message.el (message-generate-headers-first): Don't quote nil
15499         and t in docstrings.
15500
15501         * imap.el (imap-id): do.
15502
15503         * gnus-agent.el (gnus-agent-consider-all-articles)
15504         (gnus-agent-queue-mail): do.
15505
15506 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * spam-report.el (spam-report-process-queue): New function.
15509         Process requests from `spam-report-requests-file'.
15510         (spam-report-process-queue): Doc fix.
15511
15512 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * spam.el (spam-register-routine)
15515         (spam-log-processing-to-registry, spam-log-registered-p)
15516         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15517         Change "check" to "spam-check" for semi-clarity.
15518
15519 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15520
15521         * pop3.el: Require nnheader.
15522
15523         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15524
15525         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15526
15527         * gnus-picon.el: Require cl.
15528
15529         * gnus-fun.el: Require gnus-ems and gnus-util.
15530
15531         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15532
15533         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15534
15535         * gnus-art.el (gnus-article-edit-mode): Define before first
15536         reference.
15537
15538 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15539
15540         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15541         (gnus-uu-post-encoded): Use point-at-bol.
15542
15543         * gnus-topic.el (gnus-group-active-topic-p): do.
15544
15545         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15546
15547         * gnus-group.el (gnus-group-kill-region): do.
15548
15549         * gnus-art.el (article-date-ut): do.
15550
15551         * message.el (message-fetch-field): Remove redundant
15552         case-fold-search binding.
15553         (message-narrow-to-field): Simplify.
15554
15555 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15556
15557         * spam.el (spam-directory): Derive from `gnus-directory'.
15558
15559         * spam-report.el (spam-report-url-to-file)
15560         (spam-report-requests-file): New function and variable for offline
15561         reporting.
15562         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15563         and user defined function.
15564         (spam-report-url-ping-mm-url): Remove doubled slash.
15565
15566 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15569
15570 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15571
15572         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15573         format string mismatch.
15574
15575         * sieve.el (sieve-deactivate-all): do.
15576
15577         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15578
15579         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15580
15581         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15582
15583         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15584
15585 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15586
15587         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15588         the list of checks.
15589
15590 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15591
15592         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15593         padding.
15594
15595 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15596
15597         * mm-view.el (mm-fill-flowed): New variable.
15598         (mm-inline-text): Use it.
15599
15600 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15601
15602         * spam.el (spam-spamassassin-register-ham-routine)
15603         (spam-spamassassin-register-spam-routine): Fix function names.
15604
15605 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus.el (gnus-tmp-grouplens): Remove.
15608         (gnus-summary-line-format): Remove grouplens.
15609
15610         * gnus-group.el (gnus-group-line-format): Ditto.
15611
15612         * gnus-spec.el (gnus-format-specs): Ditto.
15613         (gnus-update-format-specifications): Flush the group format spec
15614         cache if there's the grouplens stuff.
15615         (gnus-parse-simple-format): Replace %l with the empty string.
15616
15617 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15618
15619         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15620         omission.
15621
15622 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15625         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15626
15627 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15628
15629         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15630         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15631         New macros and functions.
15632         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15633         Handle > NLINK_MAX messages.
15634         * nnmaildir.el (nnmaildir-request-set-mark): Use
15635         nnmaildir--emlink-p and nnmaildir--eexist-p.
15636
15637 2004-01-25  Alex Schroeder  <alex@gnu.org>
15638
15639         * spam-stat.el (spam-stat-process-directory-age): New option.
15640         (spam-stat-process-directory): Use it.
15641
15642 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15643
15644         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15645         (spam-stat-save): Accept prefix argument.
15646
15647 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15648
15649         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15650         links" error.
15651
15652 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15655         the rest of the and/or forms.
15656
15657 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15658
15659         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15660         compatibility with old .newsrc.eld files.
15661
15662         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15663
15664         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15665
15666         * gnus-start.el (gnus-1): do.
15667
15668         * gnus-group.el (gnus-group-line-format-alist): do.
15669
15670         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15671
15672         * gnus-gl.el: Remove.
15673
15674 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15675
15676         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15677         marks consisting of a single range {for example, (3 . 5)} rather
15678         than a list of a single range { ((3 . 5)) }.
15679
15680 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15681
15682         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15683         with-current-buffer.
15684         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15685         avoid consing a string.
15686
15687         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15688         Remove obsolete entries for big5 and gb2312.
15689
15690 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15691
15692         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15693         uncompressed list.
15694
15695 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15696
15697         * spam-stat.el (spam-stat-strip-xref): New function.
15698         (spam-stat-process-directory): Use it.
15699
15700         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15701         here -- it's done in message-fetch-field.
15702
15703 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15704
15705         * gnus-agent.el (gnus-agent-queue-mail)
15706         (gnus-agent-prompt-send-queue): New variables.
15707         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15708         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15709         "nndraft:queue" along to gnus-draft-send.  Use
15710         gnus-agent-prompt-send-queue.
15711         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15712         is "nndraft:queue".  Suggested by Gaute Strokkenes
15713         <gs234@srcf.ucam.org>
15714
15715         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15716         (agent-enable-undownloaded-faces): Added.
15717         (gnus-agent-cat-groups): Use eval-and-compile, not
15718         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15719         method of gnus-agent-cat-groups even when the buffer has been
15720         evaled.
15721         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15722         delete gnus-agent-save-active-1.
15723         (gnus-agent-save-groups): Deleted.  Identical to
15724         gnus-agent-save-active.
15725         (gnus-agent-write-active): No longer adjust agent's copy of active
15726         file as agent's adjustments are now stored in their own
15727         file.  Removed optional parameter.
15728         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15729         servers.  Add use of min/max range limits from server's local
15730         file.
15731         (gnus-agent-save-alist): Removed unused optional argument.
15732         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15733         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15734         (gnus-agent-set-local): A per-server file that keeps min/max range
15735         limits for articles known to the agent.  Provides a fast mechanism
15736         for altering many active ranges.
15737         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15738         active file (local makes it unnecessary).
15739         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15740
15741         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15742         (agent-enable-undownloaded-faces): Added.
15743
15744         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15745         disable it when sending to "nndraft:queue".
15746         (gnus-group-send-queue): Add safety check to avoid sending queue
15747         when unplugged.
15748
15749         * gnus-group.el (gnus-group-catchup): Use new
15750         gnus-sequence-of-unread-articles, not
15751         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15752         numbers of articles.  Use gnus-range-map to avoid having to
15753         uncompress the unread list.
15754         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15755         Fixed invalid ange-ftp reference.
15756
15757         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15758         (gnus-sorted-range-intersection): Intersection of two ranges
15759         without requiring that they first be uncompressed.
15760
15761         * gnus-start.el (gnus-activate-group): Unless blocked by the
15762         caller, possibly expand the active range to include both cached
15763         and agentized articles.
15764         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15765         multiple version-dependent converters.
15766         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15767         gnus-agent-save-active.
15768         (gnus-save-newsrc-file): Save dirty agent range limits.
15769
15770         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15771         gnus-agent-possibly-alter-active.
15772         (gnus-adjust-marked-articles): Faster handling of simple lists.
15773
15774 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15775
15776         * spam-stat.el (spam-stat-test-directory): New optional argument
15777         displays a list of files detected.  Suggested by Andrew Cohen
15778         <cohen@andy.bu.edu>.
15779         (spam-stat-buffer-words-with-scores): Don't narrow and change
15780         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15781
15782 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15783
15784         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15785         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15786         (spam-spamassassin-arguments)
15787         (spam-spamassassin-spam-flag-header)
15788         (spam-spamassassin-positive-spam-flag-header)
15789         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15790         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15791         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15792         (spam-list-of-processors, spam-list-of-checks)
15793         (spam-list-of-statistical-checks, spam-registration-functions)
15794         (spam-check-spamassassin-headers, spam-check-spamassassin)
15795         (spam-spamassassin-score)
15796         (spam-spamassassin-register-with-sa-learn)
15797         (spam-spamassassin-register-spam-routine)
15798         (spam-spamassassin-register-ham-routine)
15799         (spam-assassin-register-spam-routine)
15800         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15801         (spam-bogofilter-score): Fix to show article before scoring.
15802
15803 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15804
15805         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15806         default scoring function.
15807         (spam-generic-score): Call spam-spamassassin-score if
15808         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15809         spam-bogofilter-score otherwise.
15810
15811         * gnus.el (spam-process, spam-autodetect-methods): Add
15812         spamassassin and spamassassin-headers.
15813
15814 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15815
15816         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15817         Suppress unnecessary messages.
15818
15819 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15820
15821         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15822         make-hash-table.
15823
15824 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * canlock.el (base64-encode-string): Don't autoload it.
15827
15828 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * run-at-time.el: Remove useless (require 'itimer),
15831         eval-and-compile and (featurep 'xemacs).
15832
15833 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15834
15835         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15836         GROUP is a virtual group.
15837
15838 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15839
15840         * gnus.el: Autoload `message-y-or-n-p'.
15841
15842 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15843
15844         * pgg-parse.el: Remove unnecessary (require 'custom).
15845
15846         * pgg-def.el: do.
15847
15848         * nnmail.el: do.
15849
15850         * gnus-undo.el: do.
15851
15852         * gnus-picon.el: do.
15853
15854         * gnus-util.el: do.
15855
15856 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15859
15860 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15863         handle, as well as a list.
15864
15865         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15866         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15867         (mm-w3m-cid-retrieve): Simplify.
15868
15869 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15870
15871         * message.el (message-kill-to-signature): Allow prefix arg to
15872         specify number of lines to keep before signature.
15873
15874 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15875
15876         * message.el (message-kill-to-signature): Change docstring.
15877
15878 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * canlock.el: Always require sha1-el.
15881         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15882
15883         * message.el: Autoload sha1 only when compiling.
15884
15885         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15886         eudc-expand-inline for XEmacs.
15887
15888 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * message.el (message-canlock-generate): Require sha1-el.
15891
15892 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15893
15894         * message.el (message-expand-name): Silence the byte compiler.
15895
15896         * lpath.el: Add detect-coding-system.
15897
15898         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15899         cus-edit.
15900
15901 2004-01-13  Simon Josefsson  <jas@extundo.com>
15902
15903         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15904         Invoke gnus-score-mode.  Reported by
15905         bojohan+news@dd.chalmers.se (Johan Bockgård).
15906
15907         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15908         Jim Blandy <jimb@redhat.com> (tiny change).
15909
15910 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15911
15912         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15913
15914 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15915
15916         * spam.el (spam-get-article-as-string): Update to use
15917         gnus-request-article-this-buffer, much simpler.
15918         (spam-get-article-as-buffer): Remove.
15919
15920 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15921
15922         * message.el (message-expand-name): Use EUDC if the user uses that.
15923
15924 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15925
15926         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15927         character for the encoding to avoid consing a string.
15928
15929         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15930         unnecessarily.
15931
15932         * mm-util.el (mm-replace-chars-in-string): Remove.
15933
15934         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15935         of mm-replace-chars-in-string.
15936
15937 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15938
15939         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15940
15941         * mm-util.el (mm-subst-char-in-string): Support inplace.
15942
15943         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15944         a new string in every iteration.  Use shy groups.
15945
15946 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15947
15948         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15949         * gnus-soup.el (gnus-soup-group-brew):
15950         * gnus-msg.el (gnus-put-message):
15951         * gnus-move.el (gnus-group-move-group-to-server):
15952         * gnus-kill.el (gnus-batch-score):
15953         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15954         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15955         (gnus-group-update-group, gnus-group-read-group)
15956         (gnus-group-make-group, gnus-group-make-help-group)
15957         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15958         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15959         (gnus-group-sort-by-unread, gnus-group-catchup)
15960         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15961         (gnus-group-yank-group, gnus-group-set-info)
15962         (gnus-group-list-groups):
15963         * gnus.el (gnus-generate-new-group-name):
15964         * gnus-delay.el (gnus-delay-send-queue):
15965         * nnvirtual.el (nnvirtual-catchup-group):
15966         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15967         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15968         (gnus-group-prepare-topics, gnus-topic-check-topology):
15969         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15970         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15971         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15972         (gnus-group-make-articles-read):
15973         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15974         (gnus-group-change-level, gnus-kill-newsgroup)
15975         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15976         (gnus-get-unread-articles, gnus-make-articles-unread)
15977         (gnus-make-ascending-articles-unread): Use accessor
15978         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15979         to get group information for improved readability.
15980
15981
15982 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15983
15984         * gnus-art.el (article-decode-mime-words, article-babel)
15985         (gnus-article-highlight-signature, gnus-article-add-buttons)
15986         (gnus-signature-toggle): Use gnus-with-article-buffer.
15987
15988         * gnus-art.el (gnus-article-highlight-headers)
15989         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15990
15991         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15992         (gnus-article-set-globals, gnus-request-article-this-buffer)
15993         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15994         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15995         (gnus-mime-display-alternative): Use with-current-buffer.
15996
15997 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15998
15999         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16000         also under 80 char limit, and call gnus-error if needed.
16001         (spam-fetch-article-header): Fix - it was a
16002         buffer-local variable (gnus-newsgroup-data).
16003         (spam-find-spam): Use spam-generate-fake-headers, forget about
16004         spam-insert-fake-headers.
16005         (spam-insert-fake-headers): Remove.
16006
16007 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16008
16009         * deuglify.el (gnus-article-outlook-unwrap-lines)
16010         (gnus-outlook-rearrange-article)
16011         (gnus-outlook-repair-attribution-outlook)
16012         (gnus-outlook-repair-attribution-block)
16013         (gnus-outlook-repair-attribution-other): Remove redundant
16014         save-excursion.
16015
16016 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16017
16018         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16019         (spam-fetch-field-subject-fast)
16020         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16021         (spam-fetch-article-header): Add functions to deal with Gnus
16022         internals for fast retrieval of article header data.
16023         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16024
16025 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16026
16027         * pop3.el (pop3-md5): Remove.
16028         (pop3-apop): Replace pop3-md5 with md5.
16029
16030         * mm-bodies.el: base64 is always built-in.
16031
16032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16033         with-current-buffer.
16034
16035 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * canlock.el (canlock-insert-header): Remove excessive grouping in
16038         regexp.
16039
16040         * gnus-sum.el (gnus-summary-read-document): Ditto.
16041
16042         * gnus-uu.el (gnus-uu-part-number): Ditto.
16043
16044         * html2text.el (html2text-remove-tags): Ditto.
16045         (html2text-format-tags): Ditto.
16046         (html2text-format-single-elements): Ditto.
16047
16048         * mml.el (mml-parse-1): Ditto.
16049
16050 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16051
16052         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16053
16054         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16055
16056         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16057
16058         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16059
16060 2003-11-15  Simon Josefsson  <jas@extundo.com>
16061
16062         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16063         (pgg-gpg-lookup-key): Use regexp match instead of
16064         split-string (split-string is different between emacs 21.2 and
16065         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16066
16067 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16068
16069         * gnus-art.el (gnus-mime-view-all-parts)
16070         (gnus-article-part-wrapper, gnus-article-view-part): Use
16071         with-current-buffer.
16072
16073 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16074
16075         * spam.el (spam-disable-spam-split-during-ham-respool)
16076         (spam-spamoracle-database, spam-cache-lookups)
16077         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16078         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16079         (spam-group-ham-marks, spam-group-spam-marks)
16080         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16081         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16082         also add spam-use-blackholes to the statistical checks.
16083         (spam-fetch-field-fast): Add interface to fetching fields, may
16084         become a macro.
16085         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16086         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16087         (spam-insert-fake-headers): Fake an article when needed.
16088         (spam-find-spam): Fake article when possible.
16089         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16090         (spam-check-bogofilter-headers): Use message-fetch-field instead
16091         of nnmail-fetch-field.
16092
16093 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16096
16097 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16098
16099         * spam.el (spam-split): Do not require spam-use-CHECK to be
16100         enabled if that check is passed to spam-split explicitly; also
16101         fix so 'spam doesn't get converted to spam-split-group when
16102         spam-split-symbolic-return is t.
16103         (spam-find-spam): Find registrations of the article and use those
16104         instead of re-running spam-split to find the spam/ham
16105         classification of the article.
16106         (spam-log-processing-to-registry, spam-log-registered-p)
16107         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16108         Use gnus-error instead of gnus-message.
16109         (spam-log-registration-type): Add function to determine the
16110         classification of a message based on registry entries; will
16111         return nil if both 'spam and 'ham are found.
16112         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16113         a reasonably fast local cache without the loading errors.
16114         (spam-cache-lookups): Set to t by default.
16115         (spam-find-spam): Don't try to guess spam-cache-lookups.
16116         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16117         spam-caches entry.
16118         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16119         caching of whitelist/blacklist entries.
16120         (spam-check-whitelist, spam-check-blacklist): Invoke
16121         spam-from-listed-p with a type, not a cache variable.
16122         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16123
16124 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16125
16126         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16127
16128         * nnmail.el (nnmail-split-fancy): do.
16129
16130         * mml.el (mml-parse): do.
16131
16132         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16133         (gnus-score-adaptive): do.
16134
16135 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16138         (gnus-mime-button-map): Don't set keymap parent.
16139         (gnus-button-ctan-directory-regexp): Use shy grouping.
16140         (gnus-prev-page-map): Don't set keymap parent.
16141         (gnus-prev-page-map): Remove duplicated one.
16142         (gnus-next-page-map): Don't set keymap parent.
16143         (gnus-mime-security-button-map): Ditto.
16144
16145         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16146         version number.
16147
16148         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16149
16150 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * canlock.el (canlock-sha1-function): Remove.
16153         (canlock-sha1-function-for-verify): Remove.
16154         (canlock-openssl-program): Remove.
16155         (canlock-openssl-args): Remove.
16156         (canlock-ignore-errors): Remove.
16157         (canlock-sha1-with-openssl): Remove.
16158         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16159         (canlock-verify): Don't use canlock-ignore-errors.
16160
16161         * sha1-el.el (sha1-string-external): Make it can return a string
16162         in binary form.
16163         (sha1-region-external): Ditto.
16164         (sha1-string-internal): Ditto.
16165         (sha1-region-internal): Ditto.
16166         (sha1-region): Ditto.
16167         (sha1-string): Ditto.
16168         (sha1): Ditto.
16169
16170 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16171
16172         * spam.el (spam-report-articles-gmane): New command.
16173
16174 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16177
16178         * run-at-time.el (run-at-time-saved): Remove.
16179         (run-at-time): Doc fix.
16180
16181 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16182
16183         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16184         (gnus-summary-limit-map): Add it.
16185         (gnus-summary-make-menu-bar): do.
16186
16187 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16188
16189         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16190         Make attempt at some caching support (done for BBDB only now).
16191         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16192         addresses to be checked.
16193         (spam-clear-cache-BBDB): Add function, to be invoked by
16194         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16195         (spam-check-BBDB): Check and use the caches, if
16196         spam-cache-lookups is on, remove superfluous (provide).
16197
16198 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16201
16202 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16203
16204         * run-at-time.el (run-at-time-saved): Move to after the definition
16205         of `run-at-time'.
16206
16207         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16208
16209 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16212         mm-w3m-local-map-property.
16213
16214         * mm-view.el (mm-w3m-mode-map): Remove.
16215         (mm-w3m-local-map-property): Remove.
16216         (mm-inline-text-html-render-with-w3m): Don't use
16217         mm-w3m-local-map-property.
16218
16219 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16220
16221         * run-at-time.el: New file.
16222
16223         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16224         under Emacs.
16225
16226         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16227         of gnus-set-text-properties.
16228
16229         * gnus-uu.el (gnus-uu-save-article): Ditto.
16230
16231         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16232
16233         * gnus-cite.el (gnus-cite-parse): Ditto.
16234
16235         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16236         of gnus-.
16237
16238         * gnus-xmas.el (run-at-time): Require run-at-time.
16239
16240         * gnus.el: Changed calls to nnheader-run-at-time and
16241         password-run-at-time throughout to use run-at-time directly.
16242
16243         * password.el: Removed definition of run-at-time.
16244
16245         * nnheaderxm.el: Remove definition of run-at-time.
16246
16247 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16248
16249         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16250         in prompt.
16251
16252 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16253
16254         * messagexmas.el (message-xmas-redefine): Alias
16255         `message-make-caesar-translation-table' to
16256         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16257         version.
16258
16259         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16260         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16261         `gnus-xmas-set-text-properties'.
16262         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16263         `gnus-xmas-completing-read'.
16264         (gnus-xmas-completing-read): Removed.
16265         (gnus-xmas-open-network-stream): Removed.
16266
16267         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16268         XEmacs version.
16269
16270         * dns.el (dns-make-network-process): Use `open-network-stream'
16271         instead of `gnus-xmas-open-network-stream'.
16272
16273         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16274
16275         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16276
16277 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16278
16279         * gnus-art.el (gnus-mime-display-alternative)
16280         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16281         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16282         Don't use gnus-local-map-property.
16283
16284         * gnus-util.el (gnus-local-map-property): Remove.
16285
16286         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16287         gnus-completing-read-maybe-default with completing-read.
16288
16289         * gnus-util.el (gnus-completing-read): do.
16290         (gnus-completing-read-maybe-default): Remove.
16291
16292 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16293
16294         * password.el: Only autoload `run-at-time' if not XEmacs.
16295         Only autoload the itimer functions if XEmacs.
16296
16297 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16298
16299         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16300         XEmacsen.
16301
16302         * dgnushack.el: Autoload executable-find for XEmacs.
16303
16304 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16305
16306         * gnus-art.el (gnus-read-string): Remove.
16307         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16308         read-string.
16309
16310 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16311
16312         * netrc.el: Autoload password-read.
16313         (netrc): Add configuration group.
16314         (netrc-encoding-method, netrc-openssl-path): Add
16315         variables for encoding and decoding of files with symmetric
16316         ciphers.
16317         (netrc-encode): Add assistant function to encode a file with
16318         netrc-encoding-method.
16319         (netrc-parse): Add interactive parameter, added optional
16320         decoding if netrc-encoding-method is non-nil but otherwise
16321         behavior is standard.
16322         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16323         Do s/encode/encrypt/ everywhere.
16324
16325         * spam.el: Remove executable-find autoload.
16326
16327 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16328
16329         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16330
16331         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16332
16333 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * gnus-art.el (gnus-treat-ansi-sequences)
16336         (article-treat-ansi-sequences): New variable and function.
16337         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16338
16339         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16340         Use it.
16341
16342 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16343
16344         * mm-util.el (mm-quote-arg): Remove.
16345
16346         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16347         shell-quote-argument.
16348
16349         * gnus-uu.el (gnus-uu-command): do.
16350
16351         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16352
16353         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16354         with make-char.
16355
16356         * mm-util.el (mm-make-char): Remove.
16357
16358         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16359         add-minor-mode.
16360
16361         * gnus-undo.el (gnus-undo-mode): do.
16362
16363         * gnus-topic.el (gnus-topic-mode): do.
16364
16365         * gnus-sum.el (gnus-dead-summary-mode): do.
16366
16367         * gnus-start.el (gnus-slave-mode): do.
16368
16369         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16370
16371         * gnus-ml.el (gnus-mailing-list-mode): do.
16372
16373         * gnus-gl.el (gnus-grouplens-mode): do.
16374
16375         * gnus-draft.el (gnus-draft-mode): do.
16376
16377         * gnus-dired.el (gnus-dired-mode): do.
16378
16379         * gnus-ems.el (gnus-add-minor-mode): Remove.
16380
16381         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16382         Replace gnus-char-width with char-width.
16383
16384         * gnus-ems.el (gnus-char-width): Remove.
16385
16386         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16387         Replace gnus-char-width with char-width.
16388
16389         * gnus-ems.el (gnus-char-width): Remove.
16390
16391         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16392         definition.
16393         Remove Emacs 20 hash table compatibility code.
16394
16395         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16396         20 compatibility code.
16397
16398         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16399
16400         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16401
16402         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16403         with point-at-{eol,bol}.
16404
16405         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16406
16407         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16408
16409         * flow-fill.el (fill-flowed-point-at-bol)
16410         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16411
16412         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16413         Replace with point-at-{eol,bol} throughout all files.
16414
16415 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * ntlm.el (ntlm-string-as-unibyte): New macro.
16418         (ntlm-build-auth-response): Use it.
16419
16420         Remove Emacs 20 stuff:
16421         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16422         (butlast, mapc, remove): Remove the compiler macros.
16423         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16424         of delq and copy-sequence.
16425         * gnus-art.el (popup-menu): Remove the compiler macro.
16426         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16427         Emacs 20.
16428
16429 2004-01-05  Simon Josefsson  <jas@extundo.com>
16430
16431         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16432         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16433         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16434         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16435         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16436         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16437         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16438         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16439         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16440         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16441         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16442         string-xor into ntlm-string-xor.  Suggested by
16443         Jesper Harder <harder@myrealbox.com>.
16444
16445         * ntlm.el: Don't include poem.
16446
16447         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16448         Jesper Harder <harder@myrealbox.com>.
16449
16450         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16451
16452         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16453         probably breaks emacs with DL patch, but do we care? Is anyone
16454         still using the DL stuff?)
16455
16456         * sieve-manage.el: Use the password package.
16457         (sieve-manage-read-passwd): Remove.
16458         (sieve-manage-interactive-login): Use password.  Re-add
16459         condition-case around loop.
16460
16461         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16462         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16463         the password package.
16464
16465 2003-02-19  Simon Josefsson  <jas@extundo.com>
16466
16467         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16468         token.
16469
16470 2002-08-07  Simon Josefsson  <jas@extundo.com>
16471
16472         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16473         (sieve-manage-authenticators):
16474         (sieve-manage-authenticator-alist): Add some SASL mechs.
16475         (sieve-sasl-auth): New function.
16476         (sieve-manage-cram-md5-auth):
16477         (sieve-manage-plain-auth): Rewrite using SASL library.
16478         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16479         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16480         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16481         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16482
16483 2004-01-05  Simon Josefsson  <jas@extundo.com>
16484
16485         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16486         New files.
16487
16488 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16489
16490         * gnus-group.el (gnus-no-groups-message): Update.
16491
16492         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16493
16494 2003-11-09  Simon Josefsson  <jas@extundo.com>
16495
16496         * imap.el: Support for ID IMAP extension (RFC 2971).
16497         (imap-local-variables): Add imap-id.
16498         (imap-id): New variable.
16499         (imap-id): New function.
16500         (imap-parse-response): Parse untagged ID response.
16501         * nnimap.el (nnimap-id): New variable.
16502         (nnimap-open-connection): Use it.
16503
16504 2003-12-28  Simon Josefsson  <jas@extundo.com>
16505
16506         * gnus-score.el (gnus-score-edit-all-score): New.
16507         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16508
16509 2004-01-04  Simon Josefsson  <jas@extundo.com>
16510
16511         * password.el: Add.
16512
16513 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16514
16515         * dns.el (dns-query-types): Fix typo.
16516         (dns-query-types): New function.
16517         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16518         PTR and SOA replies, see RFC 1035.
16519
16520 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16521
16522         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16523
16524         * Moved to Changelog.2.
16525
16526 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527
16528         * gnus.el (gnus-version-number): Bump version.
16529
16530 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16531
16532         * gnus.el: No Gnus v0.1 is released.
16533
16534 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16535
16536         * gnus.el: No Gnus v0.0 is released.
16537
16538 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16539
16540         * gnus.el (gnus-version-number): Bump.
16541         (gnus-version): No.
16542
16543 See ChangeLog.2 for earlier changes.
16544
16545     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16546       Free Software Foundation, Inc.
16547
16548   This file is part of GNU Emacs.
16549
16550   GNU Emacs is free software: you can redistribute it and/or modify
16551   it under the terms of the GNU General Public License as published by
16552   the Free Software Foundation, either version 3 of the License, or
16553   (at your option) any later version.
16554
16555   GNU Emacs is distributed in the hope that it will be useful,
16556   but WITHOUT ANY WARRANTY; without even the implied warranty of
16557   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16558   GNU General Public License for more details.
16559
16560   You should have received a copy of the GNU General Public License
16561   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16562
16563 ;; Local Variables:
16564 ;; coding: utf-8
16565 ;; fill-column: 79
16566 ;; add-log-time-zone-rule: t
16567 ;; End: