Make IMAP flags parsing much faster by using `read'.
[gnus] / lisp / ChangeLog
1 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4         (nnimap-request-list): Nix out group in the correct buffer.
5         (nnimap-parse-flags): Implement by using `read' instead of
6         hand-parsing.
7
8         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9         parameter, and propagate this downwards.
10
11         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
12         since EXAMINE changes it on the server.
13
14         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
15         this command might take a while.
16
17 2010-09-22  Julien Danjou  <julien@danjou.info>
18
19         * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
20         rather than window-pixel-edges.
21         (gnus-html-put-image): Stop using markers. They are harmful if you have
22         2 images side-by-side, they can't be properly update on text deletion.
23         Using text-property is safer here.
24         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
25         data.
26
27 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * nnimap.el (nnimap-expunge-inbox): Removed.
30         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
31         (nnimap-expunge): Flip default to t.
32
33         * gnus.el (gnus-method-to-server): Don't push things to the cache
34         unless it's unique.
35         (gnus-server-to-method): Ditto.
36
37 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
38
39         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
40
41 2010-09-22  Julien Danjou  <julien@danjou.info>
42
43         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
44         get the start of data.
45         (gnus-html-encode-url): Add this function to encode special chars in
46         URL.
47         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
48         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
49
50         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
51         default.
52         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
53
54         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
55         images alt-text.
56         (gnus-html-put-image): Put alt-text as help-echo.
57
58 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
61         * mm-util.el (mm-decompress-buffer)
62         * nnir.el (nnir-run-find-grep)
63         * pop3.el (pop3-list): Use 3rd arg of split-string.
64
65         * time-date.el (format-seconds): Comment fix.
66
67         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
68         and byte-optimize-form-code-walker.
69         (dgnushack-make-auto-load): Don't advise make-autoload.
70
71         * lpath.el: Remove Emacs 21 stuff.
72
73 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
76         outside the active range.  Suggested by Dan Christensen.
77
78         * gnus-start.el (gnus-get-unread-articles): Get the extended method
79         slightly later to avoid double-getting it.
80
81         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
82         previous patch.
83
84         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
85
86 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
87
88         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
89
90 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-int.el (gnus-open-server): Give a better error message in the
93         "go offline" case.
94
95         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
96         marks for nnimap, which is seldom the right thing to do.
97
98         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
99         (gnus-same-method-different-name): New function.
100
101         * nnimap.el (parse-time): Require.
102
103         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
104         method in the presence of many similar methods.
105
106         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
107
108         * nnimap.el (nnimap-find-expired-articles): Don't refer to
109         nnml-inhibit-expiry.
110
111         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
112         find out whether methods are equal.
113
114         * nnimap.el (nnimap-find-expired-articles): New function.
115         (nnimap-process-expiry-targets): New function.
116         (nnimap-request-move-article): Request the article before looking at
117         what the Message-ID is.  Fix found by Andrew Cohen.
118         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
119
120         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
121         for oldness in addition to being a predicate.
122
123         * nnimap.el (nnimap-request-group): When we have zero articles, return
124         the right data to Gnus.
125         (nnimap-request-expire-articles): Only delete articles immediately if
126         the target is 'delete.
127
128         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
129         method, this would bug out.
130
131         * gnus-group.el (gnus-group-expunge-group): Renamed from
132         gnus-group-nnimap-expunge, and implemented as a normal interface
133         function.
134
135         * gnus-int.el (gnus-request-expunge-group): New function.
136
137         * nnimap.el (nnimap-request-create-group): Implement.
138         (nnimap-request-expunge-group): New function.
139
140 2010-09-21  Julien Danjou  <julien@danjou.info>
141
142         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
143         (gnus-html-cache-expired): Add new function.
144         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
145         wethever we should display image for fetch it.
146         Compute alt-text earlier to pass it to the fetching function too.
147         (gnus-html-schedule-image-fetching): Change function argument to only
148         get one image at a time, not a list.
149         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
150         cache.
151         (gnus-html-get-image-data): New function to retrieve image data from
152         cache.
153         (gnus-html-put-image): Change buffer argument to use image data rather
154         than file, and place image above region rather than inserting a new
155         one. Do not take alt-text as argument, since it's useless now: we place
156         the image above alt-text.
157         (gnus-html-prune-cache): Remove.
158         (gnus-html-show-images): Start to fetch image when we find one, do not
159         push into a temporary list.
160         (gnus-html-prefetch-images): Only fetch image if they have expired.
161         (gnus-html-browse-image): Fix, use 'gnus-image-url.
162         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
163
164 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
167
168 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
171         spec inser "*" if the group isn't active instead of 0.
172
173         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
174         opening the server.
175         (nnimap-request-delete-group): Implement group deletion.
176         (nnimap-transform-headers): Return the size of the entire message in
177         the Bytes header, not just the size of the first part.
178         (nnimap-request-move-article): When moving an article from nnimap,
179         request the article first so the accepting form has an article to
180         accept.  Reported by Dan Christensen.
181         (nnimap-command): Make sure that the error message doesn't error out.
182
183 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
184
185         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
186         we haven't requested anything.
187
188 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
191         "".  Fix found by Andrew Cohen.
192
193         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
194         instead of -encode-string.
195
196 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
199
200         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
201         by mm-subst-char-in-string.
202
203 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
206         waiting for the connection string.
207
208         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
209         arriving.
210
211         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
212         bogus characters.  This allows selecting certain Gmail groups.
213
214         * nnimap.el (nnimap-find-wanted-parts-1): New function.
215         (nnimap-fetch-partial-articles): New variable.
216         (nnimap-open-connection): When looking for credentials, also use the
217         nnimap-server-port.
218         (nnimap-request-article): Return the group/article number, so that Gnus
219         `^' works as expected.
220         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
221         them.
222
223         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
224         comments.
225         (gnus-methods-sloppily-equal): New function.
226         (gnus): When using the development version of Gnus, load the gnus-load
227         file.
228
229         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
230         `gnus-open-server' on each method before trying to scan them etc.  This
231         ensures that all the backend parameters are set correctly.
232
233         * nnimap.el (nnimap-authenticator): New variable.
234         (nnimap-open-connection): Allow anonymous login.
235         (nnimap-transform-headers): The chars header is called Chars not
236         Bytes.
237         (nnimap-wait-for-response): Don't infloop if the IMAP connection
238         drops.
239
240         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
241         patch, found by Knut Anders Hatlen.
242
243 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
244
245         * gnus-agent.el (gnus-agent-batch-confirmation)
246         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
247         to gnus-message.
248         * gnus-art.el (gnus-article-describe-briefly): Likewise.
249         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
250         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
251         * gnus-int.el (gnus-open-server): Likewise.
252         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
253         (gnus-score-check-syntax): Likewise.
254         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
255         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
256         Likewise.
257         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
258
259 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
262         calling conventions so that prefetch doesn't bug out.
263
264 2010-09-19  Julien Danjou  <julien@danjou.info>
265
266         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
267         rather than `subst-char-in-region' in order to be able to replace ASCII
268         char by UTF-8 ones.
269
270         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
271         than curl.
272         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
273         the right URL and ALT text on images.
274         (gnus-html-wash-tags): Fix tag case.
275         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
276         (gnus-article-html): Add -o display_ins_del=2 option.
277         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
278
279 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
282         the extra mail headers, which sometimes seem to happen for unknown
283         reasons.
284
285         * mail-parse.el (mail-header-encode-parameter): Define as
286         rfc2045-encode-string instead of as rfc2231-encode-string, since some
287         (or most, perhaps?) mail readers don't understand the latter, but do
288         understand the former.
289
290         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
291         to nil, so that no methods are automatically agentized.  I think this
292         is probably what most users want.
293
294         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
295         from url-retrieve, for instance about invalid URLs.
296
297         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
298         groups that have no articles.
299         (nnimap-request-article): Check that we really got an article when we
300         requested one.
301
302         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
303         doesn't exist.
304
305         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
306         nntp buffer so the agent can save it.
307         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
308         that CRLF doesn't get translated to \n.
309         (nnimap-open-connection): Don't make 'shell commands only send \n.
310
311 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
312
313         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
314         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
315         Update var name.
316         (nnml-generate-nov-file): Use dolist.
317         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
318         Use with-current-buffer.
319
320 2010-09-18  Julien Danjou  <julien@danjou.info>
321
322         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
323         parallel.
324
325 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * nnimap.el (nnimap-update-info): When doing partial marks update, get
328         the range update right.
329         (nnimap-request-group): Don't make `M-g' bug out on group with no
330         marks.
331         (nnoo): Required, so that other packages can require nnimap.
332         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
333         command we're looking for.  This helps when the server sends more
334         responses after we've gotten everything we expected.
335         (nnimap): Add a `newlinep' field to keep track of end-of-line
336         conventions.
337         Don't send CRLF to things that don't want it.
338         (nnimap-request-accept-article): Ditto.
339
340 2010-09-18  Julien Danjou  <julien@danjou.info>
341
342         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
343         than curl to retrieve images.
344
345 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * nnimap.el (nnimap-update-info): Extend the info so that we can set
348         the marks.
349         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
350         (nnimap-wait-for-connection): New function.
351         (nnimap-open-connection): If we have PREAUTH, don't query for login
352         credentials.
353         (nnimap-update-info): Fix off-by-one error when concatenating ranges
354         when doing a partial update.
355
356 2010-09-18  Julien Danjou  <julien@danjou.info>
357
358         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
359         tags.
360
361 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * nnimap.el (nnimap-credentials): New function.
364         (nnimap-open-connection): Use the new function to look for credentials
365         also on the numeric equivalents of "imap" and "imaps".
366
367         * gnus-start.el (gnus-activate-group): Send the info to
368         gnus-request-group.
369
370         * nnimap.el (nnimap-request-group): Have the "check" version of the
371         function parse flags and update the info, so that a `M-g' get a total
372         resync of all flags from the group.
373
374         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
375         to allow backends to alter the info on group selection.  Also alter all
376         the backend -request-group functions to take the parameter.
377
378         * nnimap.el (nnimap-store-info): New function.
379         (nnimap-update-info): Store the info for later usage.
380         (nnimap-request-group): Use the stored info for the dont-check case, so
381         that we don't retrieve all marks when we enter a group.
382
383         * nnimap.el: Use deffoo instead of defun for interface functions.
384
385         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
386         update the group info.  This makes the nndraft groups, for instance, go
387         back to their old behaviour.
388
389         * gnus-sum.el (gnus-select-newsgroup): Indent.
390
391         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
392         in.
393         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
394         nothing.
395
396         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
397         from methods that are denied.
398
399         * gnus-int.el (gnus-method-denied-p): New function.
400
401         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
402         store the password instead of netrc.
403         (nnimap-open-connection): Don't error out when we can't make a
404         connections.
405
406         * auth-source.el (auth-source-create): In the password prompt, say what
407         we're querying for.  Also prompt for user name if that hasn't been
408         given.
409
410         * nnimap.el (nnimap-with-process-buffer): Removed.
411
412 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
415         method when we're reading from the agent.
416
417         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
418
419         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
420         that's probably most useful for users.
421
422         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
423         "failed" all the time.
424
425         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
426         ...)) with (with-current-buffer ... ).
427
428         * nntp.el (nntp-open-server): Return whether the open was successful or
429         not.
430
431         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
432         select an unread unseen article first.
433
434         * nnimap.el (nnimap-open-connection): If the user doesn't have a
435         /etc/services, supply some sensible port defaults.
436
437         * dgnushack.el: Define netrc-credentials.
438
439 2010-09-17  Julien Danjou  <julien@danjou.info>
440
441         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
442
443 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
444
445         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
446         doesn't have any parameters.
447
448 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
451         only upcased checks.
452
453         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
454
455         * nnimap.el (nnimap-open-shell-stream): New function.
456         (nnimap-open-connection): Use it.
457         (nnimap-transform-headers): Get the number of lines in each message.
458         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
459         number of lines.
460         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
461         problem.
462
463         * utf7.el (utf7-encode): Autoload.
464
465         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
466         to allow the mail splitting to not return a default group.  This is
467         useful for nnimap, which will leave unmatched mail in the inbox.
468
469         * nnimap.el: Rewritten.
470
471         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
472         nnimap usage.
473
474         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
475         if the move is internal, so that nnimap can do fast internal moves.
476
477         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
478         data.
479         (gnus-read-active-for-groups): Support finishing the early retrieval of
480         data.
481
482         * gnus-range.el (gnus-range-nconcat): New function.
483
484         * gnus-int.el (gnus-finish-retrieve-group-infos)
485         (gnus-retrieve-group-data-early): New functions.
486
487 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
488
489         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
490         (nnrss-retrieve-groups):
491         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
492         (pop3-quit): Use with-current-buffer.
493
494 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
497         instead of nnheader-accept-process-output.
498
499         * dgnushack.el (dgnushack-compile): Add comment.
500
501         * lpath.el: No need to fbind propertize for XEmacs 21.4.
502
503         * gnus-html.el (gnus-html-schedule-image-fetching)
504         (gnus-html-prefetch-images): Replace process-kill-without-query by
505         gnus-set-process-query-on-exit-flag.
506
507 2010-09-16  Romain Francoise  <romain@orebokech.com>
508
509         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
510
511 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-registry.el (gnus-registry-install-shortcuts): The second
514         parameter to unintern is mandatory-ish in Emacs 24.
515
516         * gnus-html.el (gnus-html-schedule-image-fetching)
517         (gnus-html-prefetch-images): Check for curl before using it.
518
519         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
520         depend on curl, which isn't essential.
521
522         * imap.el: Revert back to version
523         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
524         seem problematic.
525
526 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
527
528         * gnus-registry.el (gnus-registry-install-shortcuts):
529         Explicitly pass `obarray' to `unintern' to avoid a warning.
530
531 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
534         change.
535
536         * nnrss.el (nnrss-request-list): Removed this function and related
537         functions, including the moreover stuff.
538
539 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * nnrss.el (nnrss-retrieve-groups): New function.
542
543 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
544
545         * .dir-locals.el: Add no-byte-compile cookie.
546
547 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * time-date.el (format-seconds): Comment fix.
550
551         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
552         for back end that doesn't support request-scan.
553
554 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
557         then do request scans from the backends.
558
559         * netrc.el (netrc-credentials): New conveniency function.
560
561         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
562         avoid running a hook per line, since this takes a lot of time,
563         profiling shows.
564         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
565         directly if gnus-visual-p is true.
566
567 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
570         groups; replace mapcar with dolist which is a bit faster; pass groups
571         info to gnus-read-active-file-1.
572         (gnus-read-active-file-1): Scan only specified groups if the new
573         optional arg `infos' is given.
574
575 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
578
579         * pop3.el (pop3-movemail): Removed.
580         (pop3-streaming-movemail): Renamed to pop3-movemail.
581
582         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
583         don't restrict end-tag searches to the end of the line.
584
585 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
588         articles of every unchecked group to t, which means unknown since the
589         server has never been opened.
590
591 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * gnus-html.el (gnus-html-show-alt-text): New command.
594         (gnus-html-browse-image): Ditto.
595         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
596         to browse the image directly.
597         (gnus-html-wash-tags): Search for images first, so that <a><img> works
598         better.
599
600         * gnus-async.el (gnus-async-article-callback): Call
601         `gnus-html-prefetch-images' unconditionally.
602
603         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
604         before feeding URLs to curl.
605
606 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
609         internal images as deletable by `W D D'.
610
611         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
612         (gnus-async-article-callback): Fix typo.
613
614 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
617         current line to work around bugs in the output from w3m.
618
619         * gnus-async.el (gnus-async-article-callback): Always prefetch images
620         for groups that want that.
621
622         * nntp.el (nntp-wait-for-string): Supply a timeout for
623         accept-process-output to ensure progress.
624
625         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
626         level to get unread articles from, then use that for foreign groups,
627         too.
628
629         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
630         confuses the rest of the function.
631
632         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
633         for the methods that support -retrieve-groups, too.
634
635         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
636
637 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
640         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
641
642         * pop3.el: Require cl when compiling.
643         (pop3-number-of-responses): Search for "+OK", not "+OK ".
644
645 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
648         that aren't going to be activated.
649         (gnus-get-unread-articles): Fix up the last commit.
650
651         * gnus-html.el (gnus-article-html): Allow calling without specifying
652         the handle.  In that case, dissect the buffer first.
653
654         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
655
656         * nnimap.el (nnimap-open-connection): Revert the change that would look
657         into authinfo for imaps instead of imap.
658
659         * gnus-start.el (gnus-activate-group): Take an optional parameter to
660         say that you don't want to call gnus-request-group with don-check, but
661         do check the reponse.  This is for virtual groups only.
662         (gnus-get-unread-articles): Count the archive groups as secondary, so
663         that they're activated the same way as before.
664
665         * imap.el (imap-message-map): Removed optional buffer parameter, since
666         no callers use it.
667         (imap-message-get): Ditto.
668         (imap-message-put): Ditto.
669         (imap-mailbox-map): Ditto.
670         (imap-mailbox-put): Ditto.
671         (imap-mailbox-get): Ditto.
672         (imap-mailbox-get): Revert last change for this function.
673
674         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
675         case-insensitively.
676         (nnimap-debug): Removed.
677
678         * imap.el (imap-fetch-safe): Removed function, and altered all callers
679         to use `imap-fetch' instead.  According to the comments, this should be
680         safe, since all other IMAP clients use the 1:* syntax.
681         (imap-enable-exchange-bug-workaround): Removed.
682         (imap-debug): Removed -- doesn't seem very useful.
683
684         * mail-source.el (mail-source-fetch): Don't message if we're fetching
685         mail from a file, and the file doesn't exist.
686
687         * imap.el (imap-log): New convenience function used throughout instead
688         of repeating the same code all over the place.
689
690         * pop3.el (pop3-streaming-movemail): Return t for success.
691
692         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
693         .authinfo if we're using ssl connection.
694
695         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
696         already have if we're in a main Gnus `g' run.
697
698         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
699
700 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
703
704         * nnmh.el (nnmh-request-list-1): Bind `file'.
705
706         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
707         alias to set-process-query-on-exit-flag or process-kill-without-query.
708         (pop3-open-server): Use it.
709
710 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * mail-source.el (mail-source-delete-crash-box): Always move the crash
713         box to the Incoming file.  Fixes mistake in previous checkin.
714
715         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
716         request loop (for debugging purposes) removed.
717
718         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
719         culprit is more visible.
720         (nnml-save-incremental-nov, nnml-open-incremental-nov)
721         (nnml-add-incremental-nov): New functions to do "incremental" nov
722         updates, where we just append to the end of the existing nov files
723         without reading/writing them in full.
724
725         * mail-source.el (mail-source-delete-crash-box): Really only check the
726         incoming files once in a while.
727
728         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
729
730         * mail-source.el (mail-source-delete-crash-box): Only check the
731         incoming files for deletion once per day to save a lot of file
732         accesses.
733
734         * pop3.el (pop3-logon): Fix up unbound variable typo.
735
736         * mail-source.el (pop3-streaming-movemail): Autoload.
737
738         * pop3.el (pop3-streaming-movemail): Respect
739         pop3-leave-mail-on-server.
740
741         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
742         retrieval.
743
744         * pop3.el (pop3-process-filter): Removed unused function.
745         (pop3-streaming-movemail, pop3-send-streaming-command)
746         (pop3-wait-for-messages, pop3-write-to-file)
747         (pop3-number-of-responses): New functions for streaming pop3
748         retrieval.
749
750         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
751         come from no known methods.
752         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
753         list.
754
755         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
756         message sizes.
757         (pop3-movemail): Use erase-buffer instead of looping and deleting
758         regions, which seems rather odd.
759
760         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
761         file once per `g' run.
762
763         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
764         directories.  This makes the draft queue directory work.
765
766         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
767         data from the backends, so that we only request the list of groups from
768         each method once.  This should speed things up considerably.
769
770         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
771         detect that it's not implemented.
772
773         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
774         we actually do recurse down into the tree, but don't stat all leaf
775         nodes.
776
777         * gnus-html.el (gnus-html-show-images): If there are no images to show,
778         then say so instead of bugging out.
779
780         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
781         files exist before trying to read them.
782
783         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
784         around <pre_int>.
785
786         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
787
788         * nnmh.el (nnmh-request-list-1): Optimize for speed.
789
790 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * mm-util.el (mm-image-load-path): Just return the image directories,
793         not all directories in the path in addition to the image directories.
794         (mm-image-load-path): Maintain a cache of the image directories so that
795         the `g' command in Gnus doesn't have to stat dozens of directories each
796         time.
797
798         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
799         (gnus-html-wash-tags): Add a new `i' command to insert images.
800         (gnus-html-insert-image): New command and keystroke.
801         (gnus-html-redisplay-with-images): New command and keystroke.
802         (gnus-html-show-images): Renamed command.
803         (gnus-html-wash-tags): Remove more white space before <pre_int> image
804         spacers.
805         (gnus-html-wash-tags): Decode entities at the end, so that entities
806         inside the tags don't mess up the rest of the "parsing".
807
808         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
809         so that nnimap methods aren't agentized by default.  There's apparently
810         many problems related to agent/imap behaviour.
811
812         * gnus-art.el (gnus-article-copy-string): New command and key binding.
813
814         * gnus-html.el: Doc fix.
815
816 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
819         specifier-spec-list for Emacs 21.
820
821         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
822         glyph-width and glyph-height instead of display-graphic-p and
823         image-size; make avoidance of displaying small images work for XEmacs.
824
825         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
826         for XEmacs.
827
828         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
829         of symbol that holds plist data.
830         (gnus-process-plist): Remove plist of process after getting it.
831
832 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * message.el (message-generate-hashcash): Change default to
835         'opportunistic if hashcash is installed.
836
837         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
838         (gnus-html-put-image): Only call image-size once, since it's somewhat
839         time-consuming on remote X servers.
840
841 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
844         type on data, not a file name.
845
846         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
847         window-pixel-edges for Emacs 21.
848
849         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
850         decoded contents.
851         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
852
853 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
856         group line format, since it isn't very interesting.
857
858         * gnus-agent.el (gnus-agent-short-article),
859         (gnus-agent-long-article): Increase values for these two variables,
860         since most people are likely to have more network connection and
861         storage than before.
862
863         * gnus.el (gnus-refer-article-method): Change default to 'current.
864         When referring an article, the common behaviour is to refer it from the
865         current select method, not the native select method.  The chances of
866         the native select method having the message in question is rather slim
867         these days.
868
869         * gnus-sum.el (gnus-auto-select-subject): Change default to
870         `unseen-or-unread'.  I think it's likely that most people want to
871         select an unseen article over a previously seen, but unread one.
872
873         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
874         means that in the article buffer none of the minor mode elements will
875         be shown, usually, and this is not desirable in most cases.
876
877         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
878         that commands like `d' (and the like) go to the next line in the
879         buffer, instead of the next unread article.  I think this is the
880         behaviour that is most natural for most users.
881         (gnus-single-article-buffer): Change default to nil, so that people can
882         have as many article buffers open as they have summary buffer.  I think
883         this is the most natural way for the groups to behave.
884
885         * message.el (message-generate-new-buffers): Change default to
886         `unsent', so that all new message buffers start their names with the
887         string "*unsent", and it's easier to find the buffers if you move from
888         them.
889
890 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
893         small.  They're probably tracking images.
894         (gnus-html-wash-tags): Remove all <pre_int> place holders.
895         (gnus-html-rescale-image): Yet another try at getting the image sizing
896         right.
897
898         * nntp.el (nntp-request-set-mark): Refuse to do marks if
899         nntp-marks-file-name is nil.
900
901 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
902
903         * gnus-html.el (gnus-html-wash-tags)
904         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
905         Better logging.
906
907 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
910
911         * gnus-html.el (gnus-html-wash-tags): Check the value of
912         gnus-blocked-images in the summary buffer.
913
914 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
915
916         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
917
918 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
921         like "a", it seems like.
922         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
923         since it needs to be picked from the correct buffer.
924
925         * nnwfm.el: Removed.
926
927         * nnlistserv.el: Removed.
928
929 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
930
931         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
932         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
933
934 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nnkiboze.el: Removed.
937
938         * nndb.el: Removed.
939
940         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
941         alt text.
942         (gnus-html-rescale-image): Try to get the rescaling logic right for
943         images that are just wide and not tall.
944
945         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
946         overshadow variable bindings.
947
948 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * gnus-html.el (gnus-html-wash-tags)
951         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
952         extra logging.
953
954 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
957         (gnus-max-image-proportion): New variable.
958         (gnus-html-rescale-image): New function.
959         (gnus-html-put-image): Rescale images.
960
961 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
962
963         Fix up some byte-compiler warnings.
964         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
965         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
966         (gnus-article-fill-cited-article, gnus-article-hide-citation)
967         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
968         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
969         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
970         (gnus-group-update-group): Use save-excursion and with-current-buffer.
971
972 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-html.el (gnus-article-html): Decode contents by charset.
975
976 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
979         (gnus-html-frame-width, gnus-blocked-images)
980         * message.el (message-prune-recipient-rules): Add custom version.
981         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
982
983         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
984         functions.
985
986         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
987         gnus-process-get.
988
989 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
990
991         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
992         instead of lsub directly.
993
994 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * nnwarchive.el: Removed.
997
998         * gnus-soup.el: Removed.
999
1000         * nnsoup.el: Removed.
1001
1002         * nnultimate.el: Removed.
1003
1004         * gnus-html.el (gnus-blocked-images): New variable.
1005
1006         * message.el (message-prune-recipients): New function.
1007         (message-prune-recipient-rules): New variable.
1008
1009         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1010         guess whether a long line is natural text or not.
1011
1012         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1013         gnus-process-plist and friends for compatibility.
1014
1015 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1016
1017         * gnus-html.el: Require packages that define macros used in this file.
1018         (gnus-article-mouse-face): Declare to silence byte-compiler.
1019         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1020         process-get.
1021         (gnus-html-put-image): Use plist-get to avoid getf.
1022         (gnus-html-prefetch-images): Use with-current-buffer.
1023
1024 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-ems.el: Provide compatibility functions for
1027         gnus-set-process-plist.
1028
1029         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1030         header-line-format for XEmacs 21.4.
1031
1032         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1033         * gnus.el (gnus-valid-select-methods)
1034         * message.el (message-send-mail-partially-limit)
1035         * mm-decode.el (mm-text-html-renderer)
1036         * mml.el (mml-insert-mime-headers-always)
1037         * smiley.el (smiley-regexp-alist): Bump custom version.
1038
1039 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-html.el: require mm-url.
1042         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1043         with the url to `url'.
1044         (gnus-html-wash-tags): Support cid: URLs/images.
1045
1046 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047
1048         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1049         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1050         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1051
1052         * gnus-move.el: Removed file, since it doesn't really work.
1053
1054         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1055         UTF-8.  This seems to fix problems with some German web feeds.
1056
1057         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1058         at the top so that the proper colours are applied.
1059
1060         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1061         don't have dots in their names.
1062
1063         * gnus-art.el (gnus-article-view-part): Doc fix.
1064
1065         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1066         XEmacs-compatible.
1067         (gnus-html-put-image): Don't do images on non-graphic displays.
1068
1069         * nnslashdot.el: Removed this unused backend.
1070
1071         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1072         actions.
1073         (gnus-undo-register-1): Revert last change.
1074
1075         * gnus-group.el (gnus-group-completing-read): Protect against not
1076         having completion-styles bound.
1077
1078         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1079         make broken recipients happier.
1080
1081         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1082
1083         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1084         point parameter.
1085
1086         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1087
1088         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1089         completion-styles for group selection.
1090
1091 2009-02-04  Andreas Schwab  <schwab@suse.de>
1092
1093         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1094         headers and regexp-quote the match if necessary.
1095
1096 2009-03-24  Miles Bader  <miles@gnu.org>
1097
1098         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1099         the blinking smiley.
1100
1101 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1102
1103         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1104         blink smiley.
1105
1106 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1109         where the dribbel file lives exists.
1110
1111         * message.el (message-send-mail-partially-limit): Change the default to
1112         nil, since most people don't want this.
1113
1114         * mm-url.el (mm-url-decode-entities): Also decode entities like
1115         &#x3212.
1116
1117 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1118
1119         * gnus-sum.el (gnus-summary-idna-message):
1120         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1121         Hyperlink urls in docstrings with URL `...'.
1122
1123 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1124
1125         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1126         functions.
1127
1128 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1131         say what the mouseover text should be.
1132
1133         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1134         version of the mm-w3m-safe-url-regexp variable to only download images
1135         in the groups where we want that to happen.
1136
1137         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1138
1139         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1140         easier debugging.
1141         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1142         big pictures in the article buffer.
1143
1144         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1145         gnus-article-html.
1146         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1147         w3m.
1148
1149         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1150
1151 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1154         which doesn't exist.
1155
1156         * message.el (message-inhibit-ecomplete): New variable to allow some
1157         function to inhibit ecomplete address storage.
1158         (message-resend): Disable ecomplete message storage when resending
1159         messages.
1160
1161         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1162
1163 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1166         Save excursion while copying, moving, and deleting articles in order to
1167         prevent the cursor from jumping to unforeseen place.
1168
1169 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1170
1171         * lpath.el: No need to bind bookmark-current-buffer,
1172         bookmark-yank-point and bookmark-make-record-function.
1173
1174 2010-08-17  Glenn Morris  <rgm@gnu.org>
1175
1176         * gnus-sync.el: Require gnus components whose functions are used.
1177
1178         * gnus-art.el (bookmark-make-record-function):
1179         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1180         Declare for compiler.
1181
1182         * mm-url.el (mml-compute-boundary): Autoload.
1183
1184 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1187
1188 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1189
1190         Typo fix "hoo4a" -> "hook".
1191
1192         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1193
1194 2010-08-14  Glenn Morris  <rgm@gnu.org>
1195
1196         * gnus-sync.el (gnus-sync): Fix defgroup version.
1197
1198 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1201
1202         * gnus-sync.el: Fix docs.
1203         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1204         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1205
1206 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1207
1208         Optimizations for gnus-sync.el.
1209
1210         * gnus-sync.el: Add docs about gnus-sync-backend
1211         possibilities.
1212         (gnus-sync-save): Remove unnecessary message.
1213         (gnus-sync-read): Optimize and show what groups were skipped.
1214
1215 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1216
1217         Minor bug fixes for gnus-sync.el.
1218
1219         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1220         read the sync on get-new-news.
1221
1222         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1223         quiet.
1224
1225         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1226
1227 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1228
1229         Make saving and restoring of hidden threads work with overlays.
1230         Patch applied by Ted Zlatanov.
1231
1232         * gnus-sum.el (gnus-hidden-threads-configuration)
1233         (gnus-restore-hidden-threads-configuration): Update to deal with text
1234         properties, rather than searching for a magic character.
1235
1236 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1237
1238         New gnus-sync.el library for synchronization of marks.
1239
1240         * gnus-sync.el: New library for synchronization of marks.
1241
1242         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1243         renamed from `gnus-registry-grep-in-list'.
1244
1245         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1246
1247         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1248
1249 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1252         determining charset of text fails.
1253
1254 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * nnmail.el (nnmail-get-new-mail-1): Revert.
1257
1258         * nnml.el (nnml-active-number): Make sure names of newly created groups
1259         in nnml-group-alist are encoded.
1260
1261 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1264         containing non-ASCII characters in active file for nnml back end.
1265
1266 2010-07-24  David Engster  <dengste@eml.cc>
1267
1268         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1269         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1270
1271 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1272
1273         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1274         tag (Bug#6654).
1275
1276 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1279         the article buffer, not the summary buffer.
1280
1281 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1284         Emacs 23 as well.
1285
1286 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1289         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1290
1291 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1292
1293         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1294         Patch applied by Karl Fogel.
1295
1296         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1297         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1298
1299 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1300
1301         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1302         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1303         C-w still not working correctly from Article buffers; Thierry's
1304         patch to fix that will be applied after this.
1305
1306         * gnus-art.el (bookmark-make-record-function): New local variable.
1307
1308         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1309         article buffer.
1310         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1311
1312 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1313
1314         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1315         on changes in bookmark.el.
1316
1317 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1320         `no-log' instead of message not to log prompt string.
1321
1322 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1323
1324         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1325         the *other* type of HTML form submission.
1326
1327 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1328
1329         * auth-source.el (auth-source-pick): If choice does not contain a
1330         questioned keyword, set the check to t.
1331
1332 2010-06-12  Romain Francoise  <romain@orebokech.com>
1333
1334         * gnus-util.el (gnus-date-get-time): Move up before first use.
1335
1336 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1339         (gnus-article-edit-part): Bind it to make last part that is substituted
1340         or deleted visible.
1341         (gnus-mime-display-single): Buttonize part of which id equals to
1342         gnus-mime-buttonized-part-id.
1343
1344 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1345
1346         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1347         (gnus-dd-mmm): Use gnus-date-get-time.
1348         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1349         simplify logic.
1350         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1351         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1352
1353 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1354
1355         * auth-source.el (top): Autoload `secrets-list-collections',
1356         `secrets-create-item', `secrets-delete-item'.
1357         (auth-sources): Fix tag string.
1358         (auth-get-source, auth-source-retrieve, auth-source-create)
1359         (auth-source-delete): New defuns.
1360         (auth-source-pick): Rewrite in order to avoid 2 passes.
1361         (auth-source-forget-user-or-password): New parameter USERNAME.
1362         (auth-source-user-or-password): New parameters CREATE-MISSING and
1363         DELETE-EXISTING.  Retrieve password interactively, if needed.
1364
1365 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1366
1367         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1368         deleting unused directories when gnus-expert-user is t.
1369
1370 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1373         for each temp file when gnus-article-browse-delete-temp is ask.
1374
1375 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1376
1377         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1378         Lisp calls to delete-backward-char by calls to delete-char.
1379
1380 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1381
1382         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1383
1384 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1385
1386         * password-cache.el (password-cache-remove): Fix docstring.
1387
1388 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1391         article unless decoding article to be saved.
1392
1393 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1396         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1397         generated within the mm-with-unibyte-current-buffer macro.
1398
1399 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1402         to nil when we're in a mml-preview buffer and no group is selected.
1403
1404 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1405
1406         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1407         when catching the `C-g'.  Reported by "Leo".
1408
1409 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * message.el (message-forward-make-body-plain)
1412         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1413         multibyte-string-p.
1414
1415         * lpath.el: Revert.
1416
1417 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * message.el (message-forward-make-body-mml): Assume original message
1420         is multibyte string; error on unibyte.
1421         (message-forward-make-body-plain): Ditto; don't add excessive newline
1422         in body end.
1423
1424         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1425
1426 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1427
1428         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1429         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1430
1431 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * mm-extern.el (mm-extern-url): Don't use
1434         mm-with-unibyte-current-buffer.
1435         (mm-extern-cache-contents): Use with-current-buffer instead of
1436         save-excursion + set-buffer.
1437
1438 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * mm-util.el (mm-emacs-mule): Remove.
1441
1442 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1443
1444         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1445         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1446         change.
1447
1448 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1451         bind the default value of enable-multibyte-characters to nil.
1452
1453 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * message.el (message-forward-make-body-plain)
1456         (message-forward-make-body-mml):
1457         Don't use mm-with-unibyte-current-buffer.
1458
1459 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1460
1461         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1462
1463 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1464
1465         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1466         (Bug#5592).
1467
1468 2010-05-07  Julien Danjou  <julien@danjou.info>
1469
1470         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1471         it to mm-pipe-part.
1472
1473         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1474         it is given.
1475
1476 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * binhex.el (binhex-decode-region-internal)
1479         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1480         (dns-query)
1481         * nnweb.el (nnweb-gmane-search)
1482         * pgg-parse.el (pgg-parse-armor)
1483         * pgg.el (pgg-verify-region)
1484         * sha1.el (sha1-string-external)
1485         * uudecode.el (uudecode-decode-region-internal)
1486         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1487         XEmacs.
1488
1489         * gnus-art.el (gnus-article-browse-html-parts)
1490         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1491         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1492         make-temp-file.
1493
1494         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1495         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1496         compiling.
1497
1498         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1499         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1500         XEmacs when compiling.
1501
1502         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1503         gnus-pick-mode-off-hook for XEmacs when compiling.
1504         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1505         gnus-binary-mode-off-hook for XEmacs when compiling.
1506
1507         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1508         nil if char-charset is not available.
1509
1510         * imap.el (imap-disable-multibyte)
1511         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1512         macros.
1513
1514         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1515         instead of encode-coding-string.
1516
1517         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1518         'xemacs) instead of mm-emacs-mule to switch function definitions.
1519         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1520
1521         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1522         bind temporary-file-directory for XEmacs;
1523         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1524         timer-set-function for XEmacs 21.4 and SXEmacs;
1525         bind timer-list for XEmacs 21.4 and SXEmacs;
1526         fbind char-charset and find-charset-region for non-Mule XEmacs;
1527         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1528         encode-coding-region and encode-coding-string for XEmacs having no
1529         file-coding feature.
1530
1531 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1532
1533         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1534
1535 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1538         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1539
1540 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1541
1542         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1543         alias `jka-compr-delete-temp-file' no longer exists.
1544
1545 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1546
1547         Use define-minor-mode in Gnus where applicable.
1548         * mml.el (mml-mode): Use define-minor-mode.
1549         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1550         (gnus-undo-mode): Use define-minor-mode.
1551         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1552         (gnus-dead-summary-mode): Use define-minor-mode.
1553         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1554         Initialize in declaration.
1555         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1556         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1557         (gnus-mailing-list-mode): Use define-minor-mode.
1558         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1559         (gnus-draft-mode): Use define-minor-mode.
1560         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1561         (gnus-dired-mode): Use define-minor-mode.
1562
1563 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1564
1565         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1566         handles on recursive mml-to-mime translation and check them for
1567         boundary delimiter collisions.  Reported by Greg Troxel.
1568
1569 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1572
1573 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1574
1575         * mm-util.el (mm-find-buffer-file-coding-system):
1576         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1577
1578 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1579
1580         * message.el (message-generate-headers): Record insertion of optional
1581         headers as well.  Otherwise the check to prevent repeated insertion of
1582         optional headers is a no-op.
1583
1584 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1585
1586         * smime.el: Don't mention CVS.
1587
1588         * nnrss.el (nnrss-fetch): Don't mention CVS.
1589
1590         * nnir.el: Don't mention CVS.
1591
1592 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1593
1594         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1595
1596 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * lpath.el: Fbind bookmark-default-handler,
1599         bookmark-get-bookmark-record, bookmark-make-record-default,
1600         bookmark-prop-get for Emacs <23 and XEmacs.
1601
1602 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1603
1604         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1605         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1606         Use with-current-buffer to silence the byte-compiler.
1607         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1608         bother to require `gnus'.
1609         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1610
1611 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1612
1613         * gnus-sum.el (gnus-summary-bookmark-make-record)
1614         (gnus-summary-bookmark-jump): New functions.
1615         (gnus-summary-mode): Setup bookmark support.
1616
1617 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1618
1619         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1620         if set.
1621
1622 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1625         gnus-article-browse-html-save-cid-image; make it work recursively for
1626         forwarded messages as well.
1627         (gnus-article-browse-html-parts): Work when prefix arg is given.
1628         (gnus-article-browse-html-article): Doc fix.
1629
1630 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1631
1632         * message.el (message-default-mail-headers):
1633         (message-default-headers): Carry the value mail-default-headers over
1634         into message-default-mail-headers, rather than message-default-headers.
1635
1636 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1637
1638         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1639         charset.
1640
1641         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1642         charset into the <meta> tag when the article is encoded to utf-8.
1643
1644 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1647         directories as well.
1648         (gnus-article-browse-html-parts): Work for images that do not specify
1649         file names; delete temp directory when quitting; insert header at the
1650         right place; use file: scheme for image files.
1651
1652 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1653
1654         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1655         (gnus-article-browse-html-parts): Use it to make temporary cid image
1656         files in addition to html file so that browser may display them.
1657
1658 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1661
1662 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1665
1666 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1667
1668         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1669         about Secret Service API sources.  Improve Customize options.
1670         (auth-source-pick): Change to accept any number of search parameters.
1671         Implement fallbacks iteratively, not recursively.  Add scoring on the
1672         second pass and sort by score.  Call Secret Service API when needed.
1673         (auth-source-user-or-password): Use it.  Call Secret Service API
1674         directly when needed to get the user name and the password.
1675
1676 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1677
1678         * message.el (message-interactive): Doc fix.
1679         (message-qmail-inject-args): Reflow.
1680         (message-kill-to-signature): Fix typo in docstring.
1681
1682         * smiley.el (smiley-buffer): Fix typo in docstring.
1683
1684 2010-03-24  Glenn Morris  <rgm@gnu.org>
1685
1686         * mail-source.el (gnus-message): Declare.
1687         (mail-source-delete-old-incoming): Require gnus-util.
1688
1689 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1692
1693         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1694
1695         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1696         password-cache's default if it is not bound.
1697         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1698         password-cache-expiry's default if it is not bound.
1699
1700         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1701         available in Emacs 21.
1702
1703         * lpath.el: Suppress compiler warnings for:
1704         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1705         XEmacs;
1706         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1707         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1708         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1709
1710 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * auth-source.el (auth-sources): Fix up definition so extra parameters
1713         are always inline.
1714
1715 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1716
1717         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1718         wasn't updated after mismatch.  Clear cached mailbox info correctly
1719         when uidvalidity changes.
1720         (nnimap-group-prefixed-name): New function to avoid some code
1721         duplication.
1722         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1723         (nnimap-request-group): Use it.
1724         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1725         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1726         with many imap folders.  This is done by caching the group status from
1727         the imap server persistently in a group parameter `imap-status'.  (This
1728         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1729         but not persistently, so every Gnus startup was still very slow.)
1730
1731 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1732
1733         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1734         delete the extra newline.  Otherwise editing of :string and :number
1735         types don't work.
1736
1737 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1740         secrets.el dependency.
1741         (auth-sources): Add optional user name.  Add secrets.el configuration
1742         choice (unused right now).
1743
1744 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1745
1746         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1747         `gnus-registry-install-shortcuts' fill in the functions.
1748
1749         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1750         warnings.
1751         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1752         (gnus-registry-install-shortcuts): Populate and use it in a
1753         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1754
1755 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1756
1757         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1758         In-place substitutions for the group name encoding/decoding.
1759         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1760         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1761         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1762         (nnimap-update-unseen, nnimap-request-list)
1763         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1764         (nnimap-request-set-mark, nnimap-split-to-groups)
1765         (nnimap-split-articles, nnimap-request-newgroups)
1766         (nnimap-request-create-group, nnimap-request-accept-article)
1767         (nnimap-request-delete-group, nnimap-request-rename-group)
1768         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1769         `encoded-mbx' for consistency.
1770         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1771         variable `imap-current-mailbox'.
1772
1773         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1774         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1775
1776 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1777
1778         * pop3.el (pop3-display-message-size-flag): Display message size byte
1779         counts during POP3 download.
1780         (pop3-movemail): Use it.
1781         (pop3-list): Implement listing of available messages.
1782
1783 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1784
1785         * nnir.el (nnir-get-article-nov-override-function): New function to
1786         override the normal NOV retrieval.
1787         (nnir-retrieve-headers): Use it.
1788
1789 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1790
1791         * auth-source.el (netrc-machine-user-or-password): Autoload.
1792
1793 2010-03-19  Glenn Morris  <rgm@gnu.org>
1794
1795         Stop message.el from loading about 40 libraries it doesn't always need.
1796         The general approach is to autoload rather than require, and to
1797         require in the specific functions rather than the file.  (Bug#5642)
1798
1799         * gmm-utils.el: Don't require wid-edit.
1800         (widget-create-child-value, widget-convert, widget-default-get):
1801         Autoload.
1802
1803         * gnus-util.el: Don't require time-date, netrc.
1804         (message-fetch-field, gnus-group-name-decode): Declare rather than
1805         autoloading.
1806         (gnus-fetch-field): Require message.
1807         (gnus-decode-newsgroups): Require gnus-group.
1808
1809         * ietf-drums.el: Don't require time-date.
1810
1811         * message.el: Don't require hashcash, canlock, ecomplete.
1812         Do require mail-utils.  Require nnheader only when compiling.
1813         (smtpmail-default-smtp-server): Remove declaration.
1814         (message-send-mail-function): Check smtpmail-default-smtp-server
1815         is bound rather than requiring smtpmail.
1816         (message-auto-save-directory, message-insert-signature): Use
1817         expand-file-name rather than nnheader-concat.
1818         (nnheader-insert-file-contents): Autoload.
1819         (hashcash-wait-async): Declare.
1820         (message-send-mail): Only call gnus-setup-posting-charset if
1821         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1822         (message-send-mail-with-sendmail): Require sendmail.
1823         (canlock-password, canlock-password-for-verify): Declare.
1824         (message-canlock-password): Require canlock.
1825         (nnheader-get-report): Autoload.
1826         (gnus-setup-posting-charset): Declare.
1827         (message-send-news): Require gnus-msg.
1828         (message-make-references, message-make-in-reply-to): Use mail-header-id
1829         rather than the alias mail-header-message-id.
1830         (ecomplete-add-item, ecomplete-save): Declare.
1831         (message-put-addresses-in-ecomplete): Require ecomplete.
1832         (ecomplete-display-matches): Autoload.
1833
1834         * mm-decode.el: Don't require mailcap, gnus-util.
1835         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1836         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1837         Autoload.
1838         (mailcap-mime-extensions): Declare.
1839
1840         * mm-encode.el: Don't require mailcap.
1841         (mailcap-extension-to-mime): Autoload.
1842
1843         * mml-sec.el: Don't require password-cache.
1844
1845         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1846         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1847         (mml-minibuffer-read-type): Require mailcap.
1848         (mml-preview): Require gnus-msg.
1849
1850         * mml1991.el: Require password-cache.
1851         (password-cache-expiry): Remove declaration.
1852
1853         * mml2015.el: Require password-cache.
1854         (password-cache-expiry): Remove declaration.
1855
1856         * nneething.el (mailcap): Require mailcap.
1857
1858         * nnheader.el (declare-function): Add compatibility stub.
1859         (message-remove-header): Declare rather than autoload.
1860         (nnheader-replace-header): Require message.
1861
1862         * nnimap.el (declare-function): Add compatibility stub.
1863         (netrc-parse, netrc-machine-user-or-password): Declare.
1864         (nnimap-open-connection): Require netrc.
1865
1866         * nntp.el (declare-function): Add compatibility stub.
1867         (netrc-parse, netrc-machine, netrc-get): Declare.
1868         (nntp-send-authinfo): Require netrc.
1869
1870         * rfc2047.el: Don't require qp.
1871         (quoted-printable-encode-region, quoted-printable-decode-string):
1872         Autoload.
1873
1874         * sieve-mode.el: Don't require easymenu.
1875         (easy-menu-add-item): Autoload it.
1876
1877         * spam-stat.el (time-to-number-of-days): Autoload it.
1878
1879 2010-03-19  Glenn Morris  <rgm@gnu.org>
1880
1881         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1882
1883 2010-03-18  Glenn Morris  <rgm@gnu.org>
1884
1885         * hashcash.el (declare-function): Remove duplicate definition.
1886
1887 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1888
1889         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1890         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1891         value if any backslash escapes).
1892
1893 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1896         if it is available.  (bug#5647)
1897
1898         * lpath.el: Suppress compiler warning for coding-system-from-name for
1899         Emacs 21 and XEmacs.
1900
1901 2010-03-14  Juri Linkov  <juri@jurta.org>
1902
1903         * hmac-def.el:
1904         * hmac-md5.el:
1905         * netrc.el: Fix keywords.
1906
1907 2010-02-26  Glenn Morris  <rgm@gnu.org>
1908
1909         * message.el (message-send-mail-function): Change the default, so that
1910         it inherits from a customized send-mail-function.  (Bug#5643)
1911
1912 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1913
1914         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1915         shell-command-to-string signals an error (bug#5299).
1916
1917 2010-02-24  Glenn Morris  <rgm@gnu.org>
1918
1919         * message.el (message-smtpmail-send-it)
1920         (message-send-mail-with-mailclient): Doc fixes.
1921
1922 2010-02-16  Glenn Morris  <rgm@gnu.org>
1923
1924         * message.el (message-default-mail-headers): Change the default value
1925         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1926
1927 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1930         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1931
1932 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1933
1934         * time-date.el (date-to-time): Doc fix (Bug#5408).
1935
1936 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1937
1938         * message.el (message-mail): Just pass yank-action on to message-setup.
1939         (message-setup): Handle (FUN . ARGS) form of yank-action.
1940         (message-with-reply-buffer, message-widen-reply)
1941         (message-yank-original): Handle non-buffer values of
1942         message-reply-buffer (Bug#4080).
1943         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1944
1945 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1946
1947         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1948         Fix typo in docstring.
1949
1950 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1951
1952         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1953         response.
1954
1955 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1958
1959         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1960
1961         * message.el (message-check-news-header-syntax): Protect against a
1962         string that `rfc822-addresses' returns when parsing fails.
1963
1964 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1967         (gnus-previous-char-property-change): New functions.
1968
1969         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1970
1971 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1972
1973         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1974         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1975
1976 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1977
1978         * message.el (message-exchange-point-and-mark): Rework last change to
1979         avoid using optional arg of exchange-point-and-mark, for backward
1980         compatibility.
1981
1982 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1983
1984         * message.el (message-exchange-point-and-mark): Call
1985         exchange-point-and-mark with an argument rather than setting
1986         mark-active by hand (Bug#5175).
1987
1988 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * nntp.el (nntp-service-to-port): Work for service expressed with
1991         numeric string; replace [:digit:] with [0-9] for XEmacs.
1992
1993 2009-12-17  Glenn Morris  <rgm@gnu.org>
1994
1995         * gnus-group.el (gnus-bug-group-download-format-alist):
1996         Change emacs entry to debbugs.gnu.org.  Bump :version.
1997
1998 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1999
2000         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2001
2002 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2003
2004         * message.el (message-info): Explain why we use `Info-goto-node'.
2005
2006 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2009
2010 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2011
2012         * message.el (message-completion-in-region): New compatibility function.
2013         (message-expand-group): Use it.
2014
2015 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2018         with no unread article should be listed if the 2nd arg `predicate' is
2019         given.
2020
2021 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2024
2025 2009-11-29  Juri Linkov  <juri@jurta.org>
2026
2027         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2028         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2029         on `gnus-recenter'. (Bug#4698, Bug#4981)
2030
2031 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2032
2033         * sha1.el (sha1-string-external): default-directory "/" in case
2034         otherwise non-existent.  process-connection-type pipe for touch of
2035         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2036
2037 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2038
2039         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2040         it's comms related and sgml-mode.el has "comm" on that basis too.
2041
2042 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2045         containing tspecial characters if they have been already quoted.
2046
2047 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2048
2049         * dns-mode.el (auto-mode-alist): Purecopy string.
2050
2051 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2052
2053         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2054
2055 2009-10-24  Glenn Morris  <rgm@gnu.org>
2056
2057         * gnus-art.el (help-xref-stack-item): Define for compiler.
2058
2059 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2060
2061         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2062
2063 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2066
2067 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2070         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2071
2072 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2075         (gnus-overlays-in): New alias to overlays-in.
2076
2077         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2078         gnus-overlay-get, and gnus-delete-overlay.
2079         (gnus-summary-show-thread): Make it work as well for systems in which
2080         next-single-char-property-change is not available.
2081         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2082
2083         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2084         (gnus-overlay-get): New alias to extent-property.
2085         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2086
2087         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2088         SXEmacs.
2089
2090         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2091         SXEmacs.
2092
2093 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2094
2095         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2096
2097 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2098
2099         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2100         and XEmacs that don't have `remove-overlays'.
2101
2102 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2103
2104         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2105         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2106         selective display.  Use overlays instead.
2107
2108 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2109
2110         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2111
2112 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2113
2114         * spam-stat.el (spam-stat-load): Fix typo in message.
2115
2116 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2117
2118         * dig.el (dig-invoke): Fix typo in docstring.
2119         (query-dig): Reflow docstring.
2120
2121 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2122
2123         * gnus-art.el (gnus-article-encrypt-body):
2124         * message.el (message-check-recipients):
2125         * mm-util.el (mm-codepage-setup):
2126         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2127         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2128
2129 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2130
2131         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2132         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2133         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2134         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2135         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2136
2137 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2138
2139         * dig.el: Add "Keywords: comm", as per net-utils.el.
2140
2141 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2142
2143         * dig.el (dig-mode): Use define-derived-mode.
2144
2145 2009-09-19  Glenn Morris  <rgm@gnu.org>
2146
2147         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2148
2149 2009-09-18  Glenn Morris  <rgm@gnu.org>
2150
2151         * gnus-diary.el (gnus-diary-check-message):
2152         * message.el (message-insert-formatted-citation-line):
2153         * nnbabyl.el (top-level):
2154         * nndiary.el (nndiary-schedule):
2155         Fix typos in condition-case handlers.
2156
2157 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2160         configuration that provides the sole article window in a frame;
2161         position point correctly after deleting a part.
2162
2163 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2164
2165         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2166         (spam-resolve-registrations-routine): Use it to unregister articles
2167         that change status.
2168
2169 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2172         with XEmacs.
2173         (parse-time-string-chars): Use it.
2174
2175 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2176
2177         * imap.el (imap-interactive-login): Better messages.
2178         (imap-open): Fix bug with renamed buffer on reconnect.
2179         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2180         for easier debugging and cleaner code.  On successful (guessed based on
2181         server capabilities) secondary authentication, set imap-state
2182         correctly.
2183         (imap-last-authenticator): Define imap-last-authenticator as a variable
2184         to avoid warnings.
2185
2186 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * nnrss.el (nnrss-request-article): Remove binding of
2189         default-enable-multibyte-characters that has gotten needless by
2190         the 2007-07-13 change in rfc2047-encode-message-header.
2191
2192         * mml.el (mml-insert-multipart): Error on the message header.
2193         (mml-insert-part): Error on the message header; position point at
2194         the end of a MIME tag.
2195
2196 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * time-date.el (autoload): Expand define-obsolete-function-alias into
2199         defalias and make-obsolete for old Emacsen that Gnus supports.
2200         (with-no-warnings): Define it for old Emacsen.
2201         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2202         is available.
2203         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2204         float-time is available; suppress compile warning for time-to-seconds.
2205
2206         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2207         (gnus-float-time): Alias to float-time if it exists.
2208
2209         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2210         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2211         float-time is available; suppress compile warning for time-to-seconds.
2212
2213         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2214         XEmacs.
2215
2216 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2217
2218         * imap.el (imap-message-map): Docstring fix.
2219
2220 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2223         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2224         Add the optional argument `encoding' that overrides the default.
2225
2226         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2227         mm-encode-buffer.
2228
2229 2009-09-04  Glenn Morris  <rgm@gnu.org>
2230
2231         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2232         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2233         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2234         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2235         * mm-util.el (mm-with-unibyte-current-buffer)
2236         (mm-find-buffer-file-coding-system):
2237         * yenc.el (yenc-decode-region): Use default-value rather than
2238         default-enable-multibyte-characters.
2239
2240 2009-09-03  Glenn Morris  <rgm@gnu.org>
2241
2242         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2243         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2244         than default-enable-multibyte-characters.
2245
2246 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2247
2248         * gnus-art.el (gnus-article-read-summary-keys):
2249         Fix gnus-buffer-configuration's value temporarily used.
2250
2251 2009-09-02  Glenn Morris  <rgm@gnu.org>
2252
2253         * gnus-util.el (gnus-float-time): New function.
2254         * gnus-delay.el (gnus-delay-article):
2255         * gnus-sum.el (gnus-thread-latest-date):
2256         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2257         * nnspool.el (nnspool-request-newgroups):
2258         Use gnus-float-time rather than time-to-seconds.
2259         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2260
2261         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2262         (gnus-header-subject-face, gnus-header-newsgroups-face)
2263         (gnus-header-name-face, gnus-header-content-face):
2264         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2265         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2266         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2267         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2268         (gnus-cite-face-11):
2269         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2270         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2271         (gnus-server-closed-face, gnus-server-denied-face)
2272         (gnus-server-offline-face):
2273         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2274         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2275         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2276         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2277         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2278         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2279         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2280         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2281         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2282         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2283         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2284         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2285         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2286         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2287         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2288         (gnus-summary-high-undownloaded-face)
2289         (gnus-summary-low-undownloaded-face)
2290         (gnus-summary-normal-undownloaded-face)
2291         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2292         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2293         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2294         (gnus-splash-face):
2295         * message.el (message-header-to-face, message-header-cc-face)
2296         (message-header-subject-face, message-header-newsgroups-face)
2297         (message-header-other-face, message-header-name-face)
2298         (message-header-xheader-face, message-separator-face)
2299         (message-cited-text-face, message-mml-face):
2300         * sieve-mode.el (sieve-control-commands-face)
2301         (sieve-action-commands-face, sieve-test-commands-face)
2302         (sieve-tagged-arguments-face):
2303         * spam.el (spam-face):
2304         Mark face aliases with "-face" in the name as obsolete.
2305
2306 2009-09-01  Glenn Morris  <rgm@gnu.org>
2307
2308         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2309         than goto-line.
2310
2311 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2314         Don't move point if the command is invoked inside the message header.
2315
2316 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2317
2318         * imap.el (imap-send-command): Simplify.
2319         (imap-wait-for-tag): point-max -> buffer-size.
2320
2321 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2322
2323         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2324         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2325         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2326         * nnir.el (nnir-swish-e-index-file):
2327         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2328         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2329         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2330         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2331         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2332         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2333
2334 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2337         Don't save excursion.
2338
2339 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2340
2341         * nnheader.el (nnheader-find-file-noselect):
2342         * mm-util.el (mm-insert-file-contents):
2343         Use (default-value 'major-mode) instead of default-major-mode.
2344
2345 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2346
2347         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2348
2349 2009-08-26  Glenn Morris  <rgm@gnu.org>
2350
2351         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2352         than placing in files.el.
2353
2354 2009-08-25  Glenn Morris  <rgm@gnu.org>
2355
2356         * nnir.el (top-level): Don't require cl at run-time.
2357         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2358         Replace cl-function substitute with gnus-replace-in-string.
2359         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2360         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2361         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2362         simplified expansions.
2363
2364 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2365
2366         * dig.el (dig): Add autoload cookie.
2367
2368 2009-08-22  Glenn Morris  <rgm@gnu.org>
2369
2370         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2371         goto-line.
2372
2373 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2374
2375         * parse-time.el (parse-time-string-chars): Save match data.
2376
2377 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2378
2379         * parse-time.el (parse-time-string-chars): Compute using character
2380         classes, to handle non-ascii characters (Bug#3190).
2381
2382 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2385
2386         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2387         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2388         (gnus-mm-display-part, gnus-mime-display-single)
2389         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2390         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2391
2392         * gnus-sum.el
2393         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2394         (gnus-summary-move-article): Add expirable mark to articles copied or
2395         moved to group that has auto-expire turned on if the option is non-nil.
2396
2397 2009-07-24  Glenn Morris  <rgm@gnu.org>
2398
2399         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2400         Fix typo.  (Bug#3903)
2401
2402 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2405         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2406         that should not be used for draft articles.
2407         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2408         that has no concern in minor mode keys.
2409         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2410         Abolish.
2411
2412 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2415         article without making inquiry to a user for unknown encoding.
2416
2417         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2418         (nnmaildir--scan): Assume i-node and device number that file-attributes
2419         returns might be cons-cell.
2420
2421         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2422
2423         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2424
2425 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * auth-source.el: Remove docs now in auth.texi.  Don't use
2428         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2429         `auth-source-hide-passwords' and use them.
2430
2431 2009-07-15  Glenn Morris  <rgm@gnu.org>
2432
2433         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2434
2435 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2438         excessive whitespace from the default values of title and description.
2439
2440 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2443         mail-fetch-field to fetch Content-Description header in order to
2444         exclude newlines.
2445
2446 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2447
2448         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2449         format used by GnuPG 2.0.11.
2450
2451 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2454         to deleted part.
2455
2456 2009-05-30  David Engster  <dengste@eml.cc>
2457
2458         * nnmairix.el: Remove old documentation in the commentary block.
2459         (nnmairix-request-group): Do not update active file for nnml back ends.
2460         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2461         end so that overview files are ignored.
2462         (nnmairix-update-groups): Make updating the groups more robust by using
2463         marks.
2464         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2465         with dollar characters in message-id.
2466
2467 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2468
2469         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2470         2008-12-25 in dns.el.
2471
2472 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2473
2474         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2475         could happen if the text is only composed of spaces and/or tabs.
2476
2477 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2478
2479         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2480         when sending a queued message to avoid extra mml tags.
2481
2482 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2485
2486 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2489         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2490         rmail-toggle-header for XEmacs;
2491         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2492
2493 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-dired.el: Remove autoload for gnus-setup-message.
2496         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2497         displaying Gnus logo; always use compose-mail.
2498
2499 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2502
2503 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2506         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2507         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2508         available.
2509         (gnus-nocem-epg-verify): New function.
2510
2511 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2512
2513         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2514
2515 2009-02-15  Glenn Morris  <rgm@gnu.org>
2516
2517         * gnus-util.el (rmail-insert-rmail-file-header)
2518         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2519         autoloads.
2520         (rmail-default-rmail-file): Remove unnecessary declaration.
2521         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2522
2523 2009-02-14  Glenn Morris  <rgm@gnu.org>
2524
2525         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2526         variable (only used in gnus-util, which declares it anyway).
2527         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2528         which was only needed by gnus-art (changed to not use it any more).
2529         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2530         only used in gnus-util, which autoloads it itself.
2531         (rmail-update-summary): Fix autoload.
2532
2533         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2534         rather than rmail-output-to-rmail-file.
2535
2536 2009-02-07  Glenn Morris  <rgm@gnu.org>
2537
2538         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2539         autoload of function that no longer exists.
2540         (rmail-toggle-header): Declare.
2541         (message-forward-rmail-make-body): Handle mbox Rmail.
2542
2543 2009-01-31  Glenn Morris  <rgm@gnu.org>
2544
2545         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2546         2009-01-09 change.
2547
2548 2009-01-31  Dave Love  <fx@gnu.org>
2549
2550         * imap.el (imap-fetch-safe): Bind debug-on-error.
2551         (imap-debug): Add imap-fetch-safe.
2552
2553 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2554
2555         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2556         (auth-source-forget-all-cached): New convenience function.
2557         (auth-source-user-or-password): Accept list of modes or a single mode.
2558
2559         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2560         auth-source modes.
2561
2562         * netrc.el (netrc-machine-user-or-password): Use list of
2563         auth-source modes.
2564
2565         * nnimap.el (nnimap-open-connection): Use list of
2566         auth-source modes.
2567
2568         * nntp.el (nntp-send-authinfo): Use list of
2569         auth-source modes.
2570
2571 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2572
2573         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2574         now.
2575
2576 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2579         coding system in XEmacs; add a workaround for XEmacs.
2580
2581         * lpath.el: Fbind coding-system-aliasee.
2582
2583 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2586         of current-language-environment.
2587
2588 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2591         available at runtime.
2592
2593 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2596
2597 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2598
2599         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2600         the greatest positive fixnum value doesn't work under an XEmacs with
2601         bignum support; use the most-positive-fixnum constant instead,
2602         available since Emacs 21.1 with cl and XEmacs 21.1.
2603
2604 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2607         XEmacs gets not to work.
2608
2609 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * mm-util.el (mm-coding-system-priorities): Allow the value like
2612         "Japanese (UTF-8)" of current-language-environment.
2613
2614 2009-01-09  Glenn Morris  <rgm@gnu.org>
2615
2616         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2617         with last-command-event.
2618
2619 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2620
2621         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2622         in the doc string.
2623
2624         * message.el (message-fix-before-sending): Amend comment.
2625
2626 2009-01-08  Dave Love  <fx@gnu.org>
2627
2628         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2629
2630 2009-01-07  David Engster  <dengste@eml.cc>
2631
2632         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2633         simplified server definitions by converting it via
2634         gnus-server-to-method.
2635
2636 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2639         parameter's operands.
2640
2641 2009-01-06  David Engster  <dengste@eml.cc>
2642
2643         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2644         primary select method (for gnus-group-mark-article-as-read).
2645
2646 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2647
2648         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2649         `(gnus)Face', not `(gnus)X-Face'.
2650
2651 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2652
2653         * mm-util.el (mm-ucs-to-char): New function.
2654
2655         * mm-url.el (mm-url-decode-entities): Use it.
2656
2657         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2658         unicode-to-char.
2659
2660 2009-01-05  Dave Love  <fx@gnu.org>
2661
2662         * time-date.el: Require cl for `declare'.
2663
2664 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2665
2666         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2667         Dave Love.
2668
2669 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * message.el (message-fix-before-sending): Add `eight-bit' to
2672         illegible-text check.
2673
2674 2009-01-03  Michael Olson  <mwolson@gnu.org>
2675
2676         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2677         `headers' is nil.  This can occur if the IMAP server does not have
2678         permissions to read messages from a folder, but can write new messages
2679         to the folder.
2680         (nnimap-request-article-part): Do not insert `data' if it is nil.
2681
2682         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2683         characters which will confuse `read', so skip past them.
2684
2685 2009-01-01  Dave Love  <fx@gnu.org>
2686
2687         * imap.el (imap-string-to-integer): Fix typo.
2688         (imap-fetch-safe): New function.
2689         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2690
2691         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2692
2693         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2694         (imap-parse-greeting): Fix doc strings.
2695         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2696         (imap-parse-flag-list): Make messages unique.
2697         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2698
2699         * nnimap.el: Fix author email.
2700         (nnimap-split-rule): Add FIXME comment.
2701         (nnimap-debug): Fix doc string.
2702
2703 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2704
2705         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2706
2707 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2710         nslookup if resolv.conf isn't available.
2711         (dns-query): Rename from query-dns.
2712         (dns-query-cached): Rename from query-dns-cached.
2713
2714 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2717         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2718         to check if those variables exist (first appeared in Emacs 18.50).
2719
2720 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * mm-util.el (mm-line-number-at-pos): New function.
2723
2724         * spam-report.el (spam-report-process-queue): Use it.
2725
2726 2008-12-24  David Engster  <dengste@eml.cc>
2727
2728         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2729         parameters that haven't existed as variables as buffer-local variables.
2730
2731 2008-12-23  Dave Love  <fx@gnu.org>
2732
2733         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2734         cadar.
2735
2736         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2737         imap-starttls-p.
2738         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2739
2740 2008-12-22  Dave Love  <fx@gnu.org>
2741
2742         * imap.el: Fix author email.  Doc fixes.
2743         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2744         reply.
2745
2746 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2747
2748         * spam-report.el (spam-report-gmane-max-requests): New constant.
2749         (spam-report-gmane-wait): New variable.
2750         (spam-report-gmane-ham, spam-report-gmane-spam)
2751         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2752         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2753         the server.
2754
2755         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2756         Add explanations.
2757
2758         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2759         nnheader-accept-process-output and nnheader-read-timeout if available.
2760         (pop3-movemail): Use it.
2761
2762         * message.el (message-check-news-body-syntax): Fix signature check if
2763         there's an attachment.
2764
2765 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * mm-util.el: Add comments to the mm- emulating functions.
2768
2769 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2772         by Stephen Berman <stephen.berman@gmx.net>.
2773
2774 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * mm-util.el (mm-substring-no-properties): New function.
2777         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2778         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2779         (mm-string-to-multibyte): Doc fix.
2780
2781         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2782
2783 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2784
2785         * mml.el (mml-attach-file): Strip text properties from file name.
2786         (Bug#1574)
2787
2788 2008-12-16  Glenn Morris  <rgm@gnu.org>
2789
2790         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2791
2792 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2795         knows since the charset specified might be a bogus alias that
2796         mm-charset-synonym-alist provides.
2797
2798 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2799
2800         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2801         "ISO_8859-1".
2802
2803         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2804
2805 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * mm-util.el (mm-charset-eval-alist):
2808         Define it before mm-charset-to-coding-system.
2809         (mm-charset-to-coding-system): Add optional argument `silent';
2810         define it before mm-charset-override-alist.
2811         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2812         default value if it can be used in Emacs currently running;
2813         silence mm-charset-to-coding-system.
2814
2815 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2818         `allow-override' which says whether to use `mm-charset-override-alist'.
2819         (rfc2047-decode-encoded-words): Use it.
2820
2821         * mm-util.el (mm-charset-override-alist): Fix custom type;
2822         add `(gb2312 . gbk)' to choices.
2823
2824 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2827         fast.
2828
2829         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2830
2831         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2832
2833 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2834
2835         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2836         on links.
2837
2838         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2839
2840 2008-12-03  Lute Kamstra  <lute@gnu.org>
2841
2842         * sha1.el: Remove leading * from docstrings of defcustoms,
2843         deffaces, defconsts and defuns.
2844
2845 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2848         users' addresses that don't have domain parts.
2849         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2850         rather than message-narrow-to-head since there will be the message
2851         header separator.
2852
2853 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2854
2855         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2856         since the result is inserted in a unibyte buffer anyway.
2857         (nnimap-demule-use-string-to-multibyte): Remove.
2858         (nnimap-demule): Alias it to mm-string-to-multibyte.
2859
2860 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2861
2862         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2863         variable for debugging bug#464 and bug#1174.
2864         (nnimap-demule): Use it.
2865
2866 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2867
2868         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2869         score calculation correctly.
2870
2871 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2872
2873         * message.el (message-send-mail): Just set the buffer to unibyte
2874         rather than use mm-with-unibyte-current-buffer which does a lot more.
2875         (message-send-mail-partially): Don't bother with
2876         mm-with-unibyte-current-buffer since it's already been made unibyte by
2877         message-send-mail.
2878
2879 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2880
2881         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2882
2883 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2884
2885         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2886
2887 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2890         require itself and to remove `with-no-warnings'.
2891
2892 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2893
2894         * starttls.el (starttls-any-program-available): Get the name of the
2895         available TLS layer program.
2896         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2897         well as the host name in the "opening" message.
2898
2899         * auth-source.el (auth-source-cache, auth-source-do-cache)
2900         (auth-source-user-or-password): Cache passwords and logins by default,
2901         allow override with `auth-source-do-cache'.
2902         (auth-source-forget-user-or-password): Allow users to remove cache
2903         entries if needed.
2904
2905 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2906
2907         * md4.el (md4-buffer): Fix typo in docstring.
2908         (md4, md4-64): Doc fixes.
2909         (md4-pack-int32): Reflow docstring.
2910
2911 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2912
2913         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2914         condition-case to only the forward-sexp call.
2915
2916 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2917
2918         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2919         quotes contained.  Make it more robust regardless by an extra
2920         condition-case wrapper.
2921
2922 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2925
2926 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * nnml.el (nnml-request-expire-articles): Check if the function set to
2929         `nnmail-expiry-target' returns the symbol `delete'.
2930
2931         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2932
2933         * nnmail.el (nnmail-expiry-target): Fix custom type.
2934
2935 2008-10-02  Glenn Morris  <rgm@gnu.org>
2936
2937         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2938         Silence compiler warning.
2939
2940 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2941
2942         * tls.el (open-tls-stream): Show the actual command being
2943         executed, instead of the format string.
2944
2945 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * lpath.el: Fbind codepage-setup for Emacs 23.
2948
2949 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2950
2951         * mml.el (mml-menu): Don't assume mml2015 is bound.
2952
2953 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2956         exists.
2957
2958 2008-09-27  Glenn Morris  <rgm@gnu.org>
2959
2960         * gnus-util.el (mail-header-remove-comments): Autoload it.
2961
2962 2008-09-27  Andreas Schwab  <schwab@suse.de>
2963
2964         * gnus-util.el (gnus-split-references): Strip comments.
2965         (gnus-parent-id): Likewise.
2966
2967 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2968
2969         * message.el (message-confirm-send): Fix version.
2970
2971 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * message.el (message-idna-to-ascii-rhs-1): Use
2974         mail-extract-address-components rather than mail-header-parse-addresses
2975         that is an alias by default to ietf-drums-parse-addresses that does not
2976         support non-ASCII names in headers' contents.
2977
2978 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2979
2980         * message.el (message-confirm-send): Fixed variable documentation to
2981         avoid the "y/n" wording.
2982
2983 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2984
2985         * message.el (message-set-auto-save-file-name): Save to a different
2986         filename so multiple messages (especially drafts) can be recovered.
2987
2988 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2989
2990         * message.el (message-confirm-send): Add appropriate version.
2991
2992 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2993
2994         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2995         defvar.
2996
2997 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2998
2999         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3000         (mm-pkcs7-enveloped-magic): Ditto.
3001
3002 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3003
3004         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3005         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3006
3007 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3008
3009         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3010         default, it's better.
3011
3012 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3013
3014         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3015         summary line gnus-number property and ignore them (with a warning
3016         message).
3017
3018 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3021         macro caddr in the interactive form since it won't be expanded.
3022
3023 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3026         `charset'; fix name of function called recursively.
3027         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3028
3029 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3032         (gnus-mime-set-charset-parameters): New function.
3033         (gnus-mime-view-part-as-charset): Use it to correctly display part
3034         specifying wrong charset.
3035
3036 2008-09-08  David Engster  <dengste@eml.cc>
3037
3038         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3039         in completing-read for back end server.
3040
3041 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3042
3043         * message.el (message-confirm-send): New variable to confirm sending a
3044         message.
3045         (message-send): Use it.
3046
3047 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3050
3051 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3054
3055 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3056
3057         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3058         prevent tracking too many groups.
3059         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3060         Use it.
3061
3062 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3063
3064         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3065         moving point to the bottom of the window in order to avoid recentering.
3066
3067 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3070
3071         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3072         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3073         (gnus-article-beginning-of-window): Fix calculation.
3074
3075 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-msg.el (gnus-summary-supersede-article)
3078         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3079         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3080         message header.
3081
3082 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3083
3084         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3085         pending output coming after the status change.
3086
3087 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3088
3089         * message.el:
3090         * gnus-start.el:
3091         * gnus-registry.el: Remove VMS support.
3092
3093 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3096         macro.
3097         (rfc2104-hash): Use it.
3098
3099 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3100
3101         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3102         (gnus-summary-sort-by-most-recent-date): New commands.
3103         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3104         and menu entries.
3105
3106 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3109         don't redisplay article for raw contents; remove plural articles stuff.
3110
3111         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3112         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3113         on gnus-summary-save-article; display results properly.
3114
3115 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * lpath.el: No need to fbind ns-focus-frame.
3118
3119 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3122
3123 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3126         gnus-save-all-headers.
3127
3128 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3129
3130         * gnus-util.el (ns-focus-frame): Remove declaration.
3131         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3132         like x.
3133
3134 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3135
3136         * rfc2104.el (rfc2104-zero): Delete defconst.
3137         (rfc2104-hex-alist): Likewise.
3138         (rfc2104-hex-to-int): Delete func.
3139         (rfc2104-hexstring-to-bitstring): Likewise.
3140         (rfc2104-nybbles): New defconst.
3141         (rfc2104-hash): Rewrite for speed.
3142
3143 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * tls.el (open-tls-stream): Make it work with the 2nd argument
3146         BUFFER that is a string but does not exist as a buffer object, as
3147         mentioned in the doc-string.
3148
3149 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3152         SXEmacs.
3153
3154 2008-07-16  Glenn Morris  <rgm@gnu.org>
3155
3156         * gnus-util.el (ns-focus-frame): Declare for compiler.
3157
3158 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3161         set as a group parameter.
3162         (gnus-summary-save-in-pipe): Work when it is called independently.
3163         (gnus-summary-pipe-to-muttprint): Don't modify
3164         gnus-summary-pipe-output-default-command.
3165
3166 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3167
3168         * message.el (message-send-mail-with-sendmail):
3169         Display the error message.
3170
3171 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-art.el (gnus-default-article-saver):
3174         Add gnus-summary-save-in-pipe to choices.
3175         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3176         gnus-summary-pipe-output-default-command as the default command.
3177         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3178         instead of gnus-last-shell-command.
3179
3180         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3181         New user option.
3182         (gnus-summary-muttprint-program): Mention the value will be changed.
3183         (gnus-summary-save-article): Force showing of all headers.
3184         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3185
3186 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3187
3188         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3189
3190 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3191
3192         * nnimap.el (nnimap-id):
3193         * sieve-manage.el (sieve-manage-open): Doc fixes.
3194
3195 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3196
3197         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3198         if available.
3199
3200 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3201
3202         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3203
3204         * nnkiboze.el (nnkiboze-generate-group):
3205         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3206
3207         * nnmairix.el: Require CL.
3208
3209 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * dgnushack.el: Autoload get-display-table and put-display-table for
3212         XEmacs 21.5.
3213
3214         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3215         21.4 and SXEmacs.
3216
3217 2008-06-15  David Engster  <dengste@eml.cc>
3218
3219         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3220
3221 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3222
3223         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3224         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3225         runtime choice under XEmacs.
3226
3227         * gnus-sum.el (gnus-summary-set-display-table):
3228         Use `gnus-put-display-table', `gnus-get-display-table',
3229         `gnus-set-display-table' for the display table, instead of `aset'.
3230
3231         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3232         Use `gnus-put-display-table', `gnus-get-display-table',
3233         `gnus-set-display-table' for the display table.
3234
3235 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3236
3237         * nnmairix.el: Add autoloads.
3238
3239 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3240
3241         * nnmairix.el (nnmairix-delete-recreate-group)
3242         (nnmairix-update-and-clear-marks): Fix error messages.
3243
3244 2008-06-14  David Engster  <dengste@eml.cc>
3245
3246         * nnmairix.el: Upgrade to version 0.6.
3247         (nnmairix-group-toggle-propmarks-this-group)
3248         (nnmairix-group-toggle-readmarks-this-group)
3249         (nnmairix-group-delete-recreate-this-group)
3250         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3251         (nnmairix-remove-tick-mark-original-article): New commands.
3252         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3253         (nnmairix-propagate-marks-to-nnmairix-groups)
3254         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3255         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3256         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3257         functions needed for marks propagation and manipulation of read marks.
3258         (nnmairix-update-groups): New function.
3259         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3260         (nnmairix-determine-original-group-from-registry)
3261         (nnmairix-determine-original-group-from-path)
3262         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3263         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3264         New helper functions.
3265         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3266         keystrokes for new commands.
3267         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3268         (nnmairix-request-group): Check allow-fast group parameter.
3269         (nnmairix-request-create-group): Set allow-fast group parameter if
3270         nnmairix-allowfast-default is set.
3271         (nnmairix-close-group): Propagate marks upon closing if needed.
3272         (nnmairix-group-toggle-threads-this-group): Use new.
3273         nnmairix-group-toggle-parameter helper function.
3274         (nnmairix-search): Better check for empty search result.
3275         (nnmairix-goto-original-article): Use new helper functions for
3276         determining original article.
3277         (nnmairix-show-original-article): Make sure message-id is in brackets.
3278         (nnmairix-call-mairix-binary): Change variable name.
3279         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3280         helper function.
3281         (nnmairix-widget-toggle-activate): Fix doc string.
3282
3283 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * nnir.el: Require edmacro when compiling with XEmacs.
3286         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3287         available in Emacs 21.
3288
3289 2008-06-11  Glenn Morris  <rgm@gnu.org>
3290
3291         * gnus-util.el (x-focus-frame):
3292         * gnus.el (image-size):
3293         * mm-decode.el (image-size): Declare.
3294
3295         * gnus-picon.el (declare-function): Add compat definition.
3296         (image-size): Declare.
3297
3298         * gnus-group.el (tool-bar-map):
3299         * gnus-sum.el (tool-bar-map): Define for compiler.
3300
3301         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3302
3303         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3304
3305         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3306         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3307         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3308         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3309         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3310         * sieve-manage.el, spam-report.el, spam.el:
3311         Remove unnecessary eval-and-compile of autoloads.
3312
3313 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3314
3315         * auth-source.el: Precise Tramp doc.
3316
3317 2008-06-07  Glenn Morris  <rgm@gnu.org>
3318
3319         * nnmairix.el: Remove unnecessary eval-when-compile.
3320
3321 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * lpath.el: Fbind propertize for XEmacs 21.4.
3324
3325 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * nnir.el: Move here from ../contrib.
3328
3329 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * gnus-util.el (gnus-read-shell-command): New function.
3332         * mm-decode.el (mm-pipe-part):
3333         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3334
3335 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3338
3339 2008-06-03  Glenn Morris  <rgm@gnu.org>
3340
3341         * pop3.el (nnheader-accept-process-output): Autoload it.
3342
3343 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3346         are not 2-digit hexadecimal characters that follow `%'s.
3347
3348 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3349
3350         * message.el (message-bogus-recipient-p): Fix type in doc string.
3351         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3352         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3353         Improve custom options.
3354         (message-bogus-recipient-p): Adjust accordingly.
3355
3356 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3357
3358         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3359         long-form month and day names.
3360
3361 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * dgnushack.el: Autoload debug, eudc-expand-inline and
3364         pgg-snarf-keys-region for XEmacs.
3365
3366         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3367
3368         * nnmairix.el: Require edmacro when compiling with XEmacs.
3369
3370 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3371
3372         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3373         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3374
3375 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3376
3377         * auth-source.el: Add more docs.
3378
3379         * netrc.el (netrc-machine): Always match if the port is not given.
3380
3381 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382
3383         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3384         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3385         retrieval faster in some cases, but might make CPU usage larger.  If
3386         this has any bad side effects, we might revert this change.
3387
3388         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3389         seems to make mail retrieval much, much faster.
3390         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3391         unconditionally.
3392
3393         * gnus-draft.el (gnus-group-send-queue): Bind
3394         message-send-mail-partially-limit to nil to avoid being prompted.
3395
3396 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3399
3400         * message.el (message-bogus-address-regexp): Fix and improve custom
3401         type.
3402         (message-setup-hook): Add message-check-recipients as custom option.
3403
3404 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * message.el (message-cite-function): Remove bogus autoload which crept
3407         in during merge from v5-10.
3408
3409 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3412
3413         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3414
3415         * auth-source.el: Preliminary Tramp docs.
3416         (auth-sources): Change the default auth-sources to use
3417         EPA .gpg files.
3418
3419 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3420
3421         * nntp.el: Autoload `auth-source-user-or-password'.
3422         (nntp-send-authinfo): Use it.
3423
3424         * nnimap.el: Autoload `auth-source-user-or-password'.
3425         (nnimap-open-connection): Use it.
3426
3427         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3428         for the gnus-message function.
3429         (auth-source-user-or-password): Use it.
3430
3431 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3432
3433         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3434         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3435         (rfc2104-hash): Use it.
3436
3437 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3438
3439         * gnus-art.el (gnus-article-toggle-truncate-lines):
3440         Don't use `iff' in docstring.
3441
3442 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3445
3446         * gnus-util.el (gnus-extract-address-component-name)
3447         (gnus-extract-address-component-email): Convenience functions around
3448         `gnus-extract-address-components'.
3449
3450         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3451         Use `gnus-extract-address-component-email' to fix bug of comparing full
3452         sender name to `user-mail-address'.
3453
3454 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3457         catch/throw to optimize.
3458         (gnus-registry-find-keywords): Just use member to find a keyword.
3459
3460 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3461
3462         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3463         is current before calling gnus-server-prepare.
3464         (gnus-server-setup-buffer, gnus-server-update-server)
3465         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3466
3467 2008-05-04  Juri Linkov  <juri@jurta.org>
3468
3469         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3470         (mailcap-file-default-commands): Use mailcap-replace-in-string
3471         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3472         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3473
3474 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3475
3476         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3477
3478 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3479
3480         * gnus.el: Bump version to 0.11.
3481
3482 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3483
3484         * gnus.el: No Gnus v0.10 is released.
3485
3486 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3489         hooks.
3490         (gnus-update-read-articles): Speed up non-marks-using users.
3491         (gnus-use-marks): Define gnus-use-marks.
3492         (gnus-propagate-marks): Rename variable to something more sensible.
3493
3494 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3495
3496         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3497         (gmm-image-load-path-for-library): Fix typos in docstrings.
3498         (gmm-message): Reflow docstring.
3499
3500 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3501
3502         * mail-source.el (mail-source-set-1, mail-source-bind):
3503         Move auth-source code out of the macro to clean it up and fix bugs.
3504
3505 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3508         by sender if it's equal to user-mail-address, it's likely to be
3509         useless.
3510
3511         * mail-source.el (mail-source-bind): Don't use user or password if they
3512         are not bound.  Unintern them if they are nil.  Don't use server unless
3513         it's bound, and default it to empty string otherwise.
3514
3515 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3516
3517         * mail-source.el: Load auth-source.el.
3518         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3519         get user name or password, if auth-sources is set up.
3520
3521         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3522         strategy of splitting with parent.
3523         (gnus-registry-split-fancy-with-parent)
3524         (gnus-registry-post-process-groups): Use it and fix prior
3525         bug (returning a list as the split result).
3526
3527         * auth-source.el (auth-sources): Remove server parameter.
3528         (auth-source-pick, auth-source-user-or-password)
3529         (auth-source-user-or-password-imap)
3530         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3531         (auth-source-user-or-password-sftp)
3532         (auth-source-user-or-password-smtp): Remove server parameter.
3533
3534 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3535
3536         * smime.el (smime-sign-region, smime-encrypt-region)
3537         (smime-decrypt-region):
3538         Remove redundant calls to `generate-new-buffer-name'.
3539
3540 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3541
3542         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3543         Don't use QP for message/rfc822.
3544         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3545
3546 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3547
3548         * sieve-manage.el (sieve-string-bytes): Remove.
3549         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3550         correct byte-length only if the process's coding-system is the same as
3551         the one used internally by Emacs to represent strings.
3552
3553 2008-04-22  Juri Linkov  <juri@jurta.org>
3554
3555         * mailcap.el (mailcap-file-default-commands): New function.
3556
3557 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3558
3559         * message.el (message-signature-separator, message-cite-function):
3560         Change custom version.
3561
3562 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3563
3564         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3565         commands.
3566         (tls-checktrust): Ditto.
3567
3568 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * mm-decode.el (mm-display-external): Make temp file read-only.
3571
3572 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3575         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3576         `C-c C-f d'.
3577
3578 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3579
3580         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3581
3582 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3583
3584         * gnus.el: Bump version to 0.9.
3585
3586 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * gnus.el: No Gnus v0.8 is released.
3589
3590 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3591
3592         * mail-source.el (mail-source-value):
3593         Prefer fboundp to functionp so it works with macros as well.
3594
3595 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3598         Fix last change in case the element is not even a symbol.
3599
3600 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3601
3602         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3603         Prefer fboundp to functionp so it works with macros as well.
3604
3605 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3606
3607         * auth-source.el: Added docs.
3608         (auth-sources): Modify format to support server.
3609         (auth-source-pick, auth-source-user-or-password)
3610         (auth-source-user-or-password-imap)
3611         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3612         (auth-source-user-or-password-sftp)
3613         (auth-source-user-or-password-smtp): Add server parameter.
3614
3615 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3616
3617         * gnus-registry.el: Initialize the registry when gnus-registry-install
3618         is t.
3619
3620 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * compface.el (uncompface): Make buffer unibyte.
3623
3624 2008-04-05  Glenn Morris  <rgm@gnu.org>
3625
3626         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3627
3628 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3629
3630         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3631         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3632
3633         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3634         multibyteness after rather than before erasing it.
3635
3636         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3637         mm-with-multibyte.
3638         (gnus-request-article-this-buffer): Make sure the proper decoding is
3639         used if gnus-original-article-buffer happens to be unibyte.
3640
3641         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3642         default-enable-multibyte-characters.
3643
3644         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3645         default-enable-multibyte-characters.
3646
3647         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3648
3649         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3650
3651 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3652
3653         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3654         (imap-message-copyuid-1): Use it.
3655         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3656         J. Williams in
3657         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3658
3659         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3660         imap-enable-exchange-bug-workaround.
3661         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3662
3663 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3664
3665         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3666         a 100 byte status-checks into a 2-3MB transfer for each group.
3667         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3668         to enable bug workaround or not.
3669         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3670
3671 2008-03-31  Glenn Morris  <rgm@gnu.org>
3672
3673         * message.el (mml2015-use): Declare for compiler.
3674         (message-info): Require mml2015 when appropriate.
3675
3676 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3679         whitespace.
3680
3681 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3682
3683         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3684         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3685         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3686         (nntp-service-to-port): New function.
3687         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3688         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3689         (nntp-open-netcat-stream): New function.
3690         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3691
3692 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3693
3694         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3695
3696 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3697
3698         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3699
3700 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3701
3702         * dns.el (dns-write): Use set-buffer-multibyte.
3703
3704 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3705
3706         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3707
3708 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3709
3710         * message.el (message-signature-separator): Change default.
3711         Improve custom type.
3712         (message-cite-function): Change default to
3713         message-cite-original-without-signature.
3714
3715         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3716         toggle.
3717
3718         * message.el (message-check-news-body-syntax): Fix signature check.
3719         (message-setup-1): Mark buffer as unmodified _after_ running
3720         message-setup-hook and handling message-alternative-emails.
3721         (message-shorten-references): Be more strict when building list of
3722         valid references to comply with GNKSA.
3723
3724         * gnus-group.el (gnus-read-ephemeral-bug-group)
3725         (gnus-read-ephemeral-debian-bug-group)
3726         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3727
3728         * message.el (message-info): Don't use booleanp which isn't supported
3729         in Emacs 21 and XEmacs.
3730
3731 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3732
3733         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3734         gnus-group-gmane-group-download-format.
3735         (gnus-group-read-ephemeral-gmane-group): Rename from
3736         gnus-group-read-ephemeral-gmane-group.
3737         (gnus-read-ephemeral-gmane-group-url): Rename from
3738         gnus-group-read-ephemeral-gmane-group-url.
3739         (gnus-bug-group-download-format-alist): New variable.
3740         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3741         (gnus-read-ephemeral-emacs-bug-group): New commands.
3742
3743 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3744
3745         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3746         (gnus-visible-headers): Improve custom type.
3747
3748 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3749
3750         * mml.el (mml-menu): Add workarounds for XEmacs.
3751
3752         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3753         X-Boundary header.
3754
3755         * message.el (message-simplify-recipients): Fix previous commit.
3756
3757 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3758
3759         * mm-util.el (mm-set-buffer-multibyte): New function.
3760         * mm-decode.el (mm-copy-to-buffer): Use it.
3761
3762 2008-03-19  Glenn Morris  <rgm@gnu.org>
3763
3764         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3765         Accidentally removed in the sync process with Emacs.
3766
3767 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * message.el (message-alter-recipients-discard-bogus-full-name):
3770         New function.
3771         (message-alter-recipients-function): New variable.
3772         (message-get-reply-headers): Use it.
3773         (message-replace-header): New helper function.
3774         (message-recipients-without-full-name): New variable.
3775         (message-simplify-recipients): New command.
3776
3777         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3778
3779         * message.el (message-info): Handle EasyPG manual.
3780
3781         * mml.el (mml-menu): Add entry for EasyPG.
3782
3783 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3784
3785         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3786         parameter.
3787
3788         * message.el (message-disassociate-draft): Specify drafts group name
3789         fully.
3790
3791 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3792
3793         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3794         unnecessary duplicates from the match list.
3795
3796 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3799
3800         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3801
3802         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3803         args of `how-many' of which the XEmacs version doesn't take; declare
3804         Info-index-next as function.
3805
3806 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3807
3808         * gnus-score.el (gnus-score-headers): Fix handling of
3809         gnus-inhibit-slow-scoring.
3810
3811         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3812         string.
3813         (gnus-button-url-regexp): Improve handling of parenthesis.
3814         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3815         (gnus-button-handle-info-keystrokes): Handle index entries.
3816
3817 2008-03-15  Glenn Morris  <rgm@gnu.org>
3818
3819         * parse-time.el (parse-time-string): Simplify.
3820
3821 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3824         Incoming* files.
3825
3826 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3829         (auth-source-pick): Use it.
3830
3831 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3832
3833         * binhex.el (binhex-decode-region-internal):
3834         * uudecode.el (uudecode-decode-region-internal):
3835         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3836         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3837         setting default-enable-multibyte-characters.
3838
3839 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3840
3841         * auth-source.el (auth-source-protocols)
3842         (auth-source-protocols-customize, auth-source-choices): Added and
3843         modified variable customizations and defaults.
3844         (auth-source-pick, auth-source-user-or-password)
3845         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3846         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3847         (auth-source-user-or-password-sftp)
3848         (auth-source-user-or-password-smtp): Use new variables and provide an
3849         interface to netrc.el.
3850
3851 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3854         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3855         Make sure the nntp port to specify is a string.
3856
3857 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3858
3859         * nntp.el: Use with-current-buffer.
3860         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3861         dubious mm-with-unibyte-current-buffer.
3862         (nntp-with-open-group-function): New function extracted from
3863         nntp-with-open-group macro.
3864         (nntp-with-open-group): Use the function, so it's easier to debug.
3865         Add indentation and debugging info.
3866         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3867         the use of the netcat alternatives.
3868
3869         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3870         Avoid mm-string-as-multibyte as well.
3871
3872         * nnweb.el (nnweb-insert-html):
3873         Remove use of nnheader-string-as-multibyte.
3874
3875         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3876         (nnheader-string-as-multibyte): Remove.
3877
3878         * mm-view.el: Use inhibit-read-only.
3879         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3880         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3881         or unibyte-string.
3882
3883         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3884         (mm-uu-yenc-extract): Use with-current-buffer.
3885
3886         * gnus-soup.el (gnus-soup-send-packet): Don't use
3887         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3888
3889         * nnmh.el: Use with-current-buffer.
3890         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3891         mm-string-as-multibyte on the output of mm-encode-coding-string.
3892
3893         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3894         (nnimap-request-move-article): Use with-current-buffer.
3895
3896         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3897         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3898         conversion uses string-make-unibyte rather than string-as-unibyte.
3899
3900         * gnus-msg.el: Use with-current-buffer.
3901
3902         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3903
3904 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3905
3906         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3907         string for caching if it is 'PIN.
3908
3909 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * lpath.el: Consider the case without Emacs/W3.
3912
3913 2008-03-08  Glenn Morris  <rgm@gnu.org>
3914
3915         * time-date.el (date-to-time, time-subtract, time-add)
3916         (safe-date-to-time): Doc fixes.
3917
3918 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * mail-source.el (mail-source-delete-old-incoming-confirm):
3921         Change default to nil.
3922         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3923
3924 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * lpath.el: Rearrange.
3927
3928         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3929         (gnus-article-goto-prev-page): Work for articles having ^L's.
3930
3931         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3932
3933         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3934
3935 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3936
3937         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3938         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3939         (gnus-bookmark-jump): Adjust some variable names.
3940
3941 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3942
3943         * auth-source.el: New package.
3944         (auth-source-choices): Add customization entry point variable.
3945
3946         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3947         bug.
3948
3949 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3950
3951         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3952         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3953         (gnus-registry-install-shortcuts): Rename from
3954         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3955         the `gnus-registry-mark-map' keymap dynamically from
3956         `gnus-registry-marks'.  The generated functions update the summary line
3957         when a registry mark is added or deleted, and will call
3958         `gnus-registry-install-p' (see the comments in the code).
3959         (gnus-registry-user-format-function-M): Use concat intelligently.
3960
3961         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3962         the registry mark functions.
3963
3964 2008-03-05  Glenn Morris  <rgm@gnu.org>
3965
3966         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3967         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3968         gnus-art.
3969         (top-level): No need to load own source when compiling.
3970
3971 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3972
3973         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3974         Suggested by <chris.anderton@zetnet.co.uk>.
3975
3976 2008-03-04  Glenn Morris  <rgm@gnu.org>
3977
3978         * gnus-sum.el (top-level): No need to require gnus when compiling,
3979         since unconditionally required near start of file.
3980         (gnus-summary-display-while-building): Move definition before use.
3981
3982 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3983
3984         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3985         formatting function.
3986
3987 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3990         with plists.
3991         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3992         Use new format.
3993
3994 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3997         `where-is-internal' that returns a range of key sequences.
3998
3999 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4000
4001         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4002
4003         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4004         (gnus-summary-jump-to-group): Consider windows on other displayed
4005         frames as well.  Similar changes might be needed elsewhere, but that's
4006         the one I've bumped into during my use.
4007
4008         * nndoc.el (nndoc-oe-dbx-type-p):
4009         * gnus-msg.el (gnus-debug):
4010         * gnus-group.el (gnus-update-group-mark-positions):
4011         Use mm-string-to-multibyte.
4012
4013 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4016         doesn't handle NotDashEscaped.
4017
4018         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4019         (mml-dnd-attach-options): Fix typo in custom choice.
4020
4021         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4022         nndoc-article-type to mbox.
4023         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4024
4025         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4026         to nil, instead of html2text.
4027
4028         * imap.el (imap-debug): Add `imap-ping-server'.
4029
4030         * gnus-bookmark.el: Add FIXMEs.
4031
4032         * message.el (message-form-letter-separator)
4033         (message-send-form-letter-delay): New variables.
4034         (message-send-form-letter): Use them.  New command to send form
4035         letters.  Requested by Uwe Siart.
4036         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4037
4038 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4039
4040         * Update copyright years.
4041
4042 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         Sync from EMACS_22_BASE.
4045
4046         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4047
4048 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4049
4050         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4051         empty author.
4052
4053 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * gnus-registry.el (gnus-registry-marks): Add variable for
4056         customization of marks and their appearance.
4057         (gnus-registry-read-mark): Use it.
4058         (gnus-registry-do-marks): Add utility function to loop through
4059         `gnus-registry-marks'.
4060         (gnus-registry-install-shortcuts-and-menus): Add function to install
4061         shortcuts and menus.
4062         (gnus-registry-initialize): Use it.
4063         (gnus-registry-default-mark): Clarify documentation.
4064
4065 2008-02-29  Glenn Morris  <rgm@gnu.org>
4066
4067         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4068         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4069         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4070         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4071         Change defcustom :version from 23.0 to 23.1.
4072
4073 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4074
4075         * gnus-registry.el (gnus-registry-follow-group-p)
4076         (gnus-registry-post-process-groups): Add functions to aid registry
4077         splitting and improve logging.  Clarify behavior in function
4078         documentation.
4079         (gnus-registry-split-fancy-with-parent): Use them.
4080
4081 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4082
4083         * gnus-art.el: Use with-current-buffer.
4084
4085 2008-02-27  David Engster  <dengste@eml.cc>
4086
4087         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4088         Express real group name in the response.
4089
4090 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4093         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4094         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4095         autoload gnus-registry-fetch-group when compiling.
4096         (nnmairix-request-group-with-article-number-correction): Remove
4097         unreferenced argument passed to nnmairix-call-backend.
4098
4099 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4100
4101         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4102         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4103         Wilde.
4104
4105 2008-02-27  Glenn Morris  <rgm@gnu.org>
4106
4107         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4108         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4109         variables to defconsts.  Convert comments to doc-strings.
4110         (nnmairix-last-server, nnmairix-current-server): Convert from free
4111         variables to defvars.  Convert comments to doc-strings.
4112         (gnus-registry-fetch-group): Autoload.
4113         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4114         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4115         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4116         caddr.
4117         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4118         nnmairix-request-group-with-article-number-correction call.
4119         (nnmairix-fast, nnmairix-group): New, less general names, for free
4120         variables passed from nnmairix-request-group to
4121         nnmairix-request-group-with-article-number-correction.  Declare.
4122         (nnmairix-request-group-with-article-number-correction):
4123         Use nnmairix-fast, nnmairix-group rather than fast, group.
4124
4125 2008-02-26  David Engster  <dengste@eml.cc>
4126
4127         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4128         version 0.5.
4129
4130 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4131
4132         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4133         instead of making an extra function call.  Don't add the current group
4134         to articles only when they have the group.  Use
4135         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4136         Reported by David <de_bb@arcor.de>.
4137
4138 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4141         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4142
4143 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * mail-source.el (mail-source-delete-incoming): Change default.
4146         Supplement doc string.
4147
4148         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4149
4150 2008-02-14  Glenn Morris  <rgm@gnu.org>
4151
4152         * time-date.el (format-seconds): New function.
4153
4154 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * nnmail.el (nnmail-message-id-cache-file): Derive from
4157         `gnus-home-directory'.
4158
4159 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4162         Document negative prefix.
4163
4164         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4165
4166 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * message.el (message-unsent-separator): Add the Exim bounce
4169         separator.
4170
4171 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4172
4173         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4174         list.
4175         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4176         recipient/signer list.
4177
4178 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * Makefile.in (datarootdir): Define.
4181         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4182         name that might contain whitespace.
4183
4184 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4187         fbound (Emacs 23 unicode), signal an error.
4188
4189 2008-02-08  Glenn Morris  <rgm@gnu.org>
4190
4191         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4192
4193 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4194
4195         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4196         ports to the calls to `netrc-machine-user-or-password' in addition to
4197         "imap" and "imaps".
4198
4199 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4200
4201         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4202
4203         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4204
4205 2008-02-01  Kenichi Handa  <handa@m17n.org>
4206
4207         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4208         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4209         (rfc2104-hash): Convert the result of concat to unibyte string.
4210
4211 2008-02-01  Dave Love  <fx@gnu.org>
4212
4213         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4214         coding-system-for-read.
4215         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4216
4217 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4218
4219         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4220         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4221         <hanche@math.ntnu.no>.
4222
4223 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4226
4227         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4228
4229 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4230
4231         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4232         * message.el (message-beginning-of-line): Use featurep instead of bound
4233         tests in order to resolve conditionals at compile time.
4234
4235 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4236
4237         * mail-source.el (mail-sources): Add `group' choice.
4238
4239         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4240         parameter `in-group' to control into which group the articles go.
4241         Add treatment of `group' mail-source.
4242
4243 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4246
4247         * mm-decode.el (mm-dissect-buffer): Decode description.
4248
4249         * mml.el (mml-to-mime): Encode message header first.
4250
4251 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4254         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4255
4256         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4257         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4258
4259 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4262
4263 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4266         prefix keys.
4267         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4268         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4269         gnus-xmas.el.
4270
4271         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4272         (gnus-xmas-article-describe-bindings): New function.
4273         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4274         gnus-xmas-article-describe-bindings.
4275
4276         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4277
4278 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4281         Add new variables for article mark management.
4282         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4283         list of extra data entries which, when present, will indicate that the
4284         article ID should not be trimmed from the registry.
4285         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4286         functions.
4287         (gnus-registry-read-mark): New function to read a mark name from the
4288         user.
4289         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4290         (gnus-registry-set-article-mark-internal): New functions to add and
4291         remove marks.
4292         (gnus-registry-get-article-marks): New function to show the marks for
4293         an article, or retrieve them for further use.
4294
4295 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4298         keys when no argument is given.
4299
4300 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * imap.el (imap-ping-server): New variable.
4303         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4304         (imap-ping-server): Minor doc string fixes.
4305
4306 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4307
4308         * imap.el (imap-ping-server): New function.
4309         (imap-opened): Call imap-ping-server.
4310
4311 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * gnus-sum.el (gnus-article-sort-by-random)
4314         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4315         jidanni@jidanni.org.
4316
4317 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * gnus-art.el (gnus-article-describe-bindings): New function.
4320         (gnus-article-read-summary-keys): Use it.
4321         (gnus-article-mode-map): Bind `C-h b' to it.
4322
4323 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4326         XEmacs.
4327         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4328         against non-character events.
4329
4330         * lpath.el: Fbind map-keymap for Emacs 21.
4331
4332 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4333
4334         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4335         command.
4336         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4337         instead of END.  Change name of the temp file.
4338         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4339         customizable.
4340
4341 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4344         bind `S W' to gnus-article-wide-reply-with-original; set default
4345         binding to gnus-article-read-summary-send-keys.
4346         (gnus-article-read-summary-keys): Fix the order of keys; display
4347         continuation keys correctly in the echo area; describe bindings
4348         correctly when keys end with `C-h'.
4349         (gnus-article-read-summary-send-keys): New function.
4350         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4351         for gnus-article-read-summary-send-keys; display continuation keys
4352         correctly in the echo area.
4353         (gnus-article-reply-with-original): Ignore prefix argument.
4354         (gnus-article-wide-reply-with-original): New function.
4355
4356         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4357         Emacs 21.
4358
4359 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4362         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4363
4364 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4367         (gnus-group-read-ephemeral-gmane-group): New command.
4368
4369 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4370
4371         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4372
4373 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * message.el (message-send-mail-function): Increase custom version.
4376
4377         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4378         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4379
4380 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4381
4382         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4383         for the cases where imap-authenticate is called with a nil buffer
4384         parameter.
4385
4386 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4389         html parts correctly; support forwarded messages.
4390         (gnus-article-browse-html-article): Remove work buffers.
4391
4392         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4393         compiling.
4394         (netrc-bound-and-true-p): New macro.
4395         (netrc-parse): Use it instead of bound-and-true-p that is not available
4396         in XEmacs 21.4.
4397
4398 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4399
4400         * gnus-registry.el (gnus-registry-mark-article)
4401         (gnus-registry-article-marks): Add functionality to mark articles
4402         through the Gnus registry.
4403
4404         * encrypt.el: Clarify documentation for the new pgg method.
4405         (encrypt-file-alist): Add PGG option.
4406         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4407         functionality.  Abstract password key and messaging to external
4408         functions.
4409         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4410         (encrypt-message-method-and-cipher): Add new convenience external
4411         functions.
4412         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4413         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4414
4415         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4416         (netrc-parse): Use encrypt-file-alist to determine if
4417         encrypt-find-model or encrypt-insert-file-contents should be used.
4418
4419         * encrypt.el: Clarify documentation.  Load password-cache or
4420         password, whichever one is found first, instead of autoloading.
4421
4422 2007-12-19  Glenn Morris  <rgm@gnu.org>
4423
4424         * mml.el (message-options-set, message-narrow-to-head)
4425         (message-in-body-p, message-mail-p, message-encode-message-body):
4426         Autoload.
4427         (message-remove-header, message-narrow-to-headers-or-head)
4428         (message-subscribed-p, message-make-mail-followup-to)
4429         (message-position-on-field, message-news-p)
4430         (message-options-set-recipient, message-generate-headers)
4431         (message-sort-headers): Declare as functions.
4432
4433 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4434
4435         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4436         convention in doc string.
4437
4438 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4441         title to html parts.
4442         (gnus-article-browse-html-article): Pass message header to it.
4443
4444         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4445
4446 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4447
4448         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4449         or password compatible with XEmacs.
4450
4451 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4452
4453         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4454         format document.
4455         (gnus-mime-delete-part): Don't write description line if empty.
4456         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4457
4458 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4459
4460         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4461         (gnus-summary-mark-read-and-unread-as-read)
4462         (gnus-summary-mark-current-read-and-unread-as-read)
4463         (gnus-summary-mark-unread-as-ticked): Doc fix.
4464         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4465
4466 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4467
4468         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4469         Christoph Conrad <christoph.conrad@gmx.de>.
4470
4471 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4472
4473         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4474         yes-or-no-p.
4475
4476 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * mm-decode.el (mm-add-meta-html-tag): New function.
4479         (mm-save-part-to-file, mm-pipe-part): Use it.
4480
4481         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4482         gnus-y-or-n-p instead of y-or-n-p.
4483         (gnus-article-browse-html-parts): Work with message/external-body; use
4484         mm-add-meta-html-tag.
4485
4486 2007-12-11  Glenn Morris  <rgm@gnu.org>
4487
4488         * gnus-cache.el: Require gnus-sum not just when compiling.
4489
4490         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4491
4492         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4493         definitions before use.
4494
4495         * mm-decode.el: Require gnus-util.
4496         (mm-remove-part): Only call delete-annotation on XEmacs.
4497
4498         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4499
4500         * nnmail.el: Require gnus-int.
4501
4502         * spam.el: Move `require's before `eval-when-compile's.
4503
4504         * gnus-ems.el (gnus-alive-p):
4505         * gnus-fun.el (message-goto-eoh):
4506         * gnus-util.el (gnus-group-name-decode):
4507         * mail-source.el (gnus-compress-sequence):
4508         * message.el (Info-goto-node, format-spec):
4509         * mm-bodies.el (message-options-get):
4510         * mm-decode.el (mm-view-pkcs7):
4511         * mm-util.el (gmm-write-region):
4512         * mml-smime.el (mml-compute-boundary)
4513         (gnus-completing-read-with-default):
4514         * mml.el (widget-button-press, gnus-make-hashtable):
4515         * mml1991.el (mm-decode-content-transfer-encoding)
4516         (mm-encode-content-transfer-encoding)
4517         (message-options-get, message-options-set):
4518         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4519         * nnfolder.el (gnus-request-group):
4520         * nnheader.el (ietf-drums-unfold-fws):
4521         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4522         * smime.el (gnus-run-mode-hooks):
4523         * spam-stat.el (gnus-message): Autoload.
4524
4525         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4526         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4527         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4528         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4529         Add declare-function compatibility definition.
4530
4531         * gnus-cache.el (nnvirtual-find-group-art):
4532         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4533         (gnus-add-image, gnus-add-wash-type):
4534         * gnus-group.el (nnkiboze-score-file):
4535         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4536         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4537         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4538         (message-tokenize-header, gnus-get-buffer-create)
4539         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4540         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4541         * gnus.el (gnus-group-decoded-name):
4542         * mail-source.el (imap-capability):
4543         * mm-bodies.el (message-options-set):
4544         * mm-decode.el (gnus-configure-windows):
4545         * mm-extern.el (message-goto-body):
4546         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4547         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4548         (epg-sub-key-validity, message-options-set):
4549         * mml.el (widget-event-point, gnus-configure-windows):
4550         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4551         * mml2015.el (epg-check-configuration, epg-configuration)
4552         (message-options-set):
4553         * nndb.el (nndb-request-article):
4554         * nnfolder.el (gnus-request-create-group):
4555         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4556         * nnmaildir.el (gnus-group-mark-article-read):
4557         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4558         * rfc1843.el (message-fetch-field):
4559         * spam.el (gnus-extract-address-components):
4560         Declare as functions.
4561
4562 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4565
4566         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4567
4568         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4569         bind show-trailing-whitespace for XEmacs.
4570
4571 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4574         new no-op macro for backward compatibility.
4575
4576         * imap.el (imap-string-to-integer): New function.
4577
4578 2007-12-09  Glenn Morris  <rgm@gnu.org>
4579
4580         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4581
4582         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4583         * message.el, mm-view.el, sieve-manage.el, smime.el:
4584         Add declare-function compatibility definition.
4585
4586         * gnus-art.el (w3-region, w3m-region, Info-menu):
4587         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4588         * gnus-sum.el (gnus-get-predicate):
4589         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4590         * message.el (mail-abbrev-in-expansion-header-p):
4591         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4592         (w3m-detect-meta-charset, w3m-region):
4593         * sieve-manage.el (password-read, password-cache-add)
4594         (password-cache-remove):
4595         * smime.el (password-read-and-add): Declare as functions.
4596
4597 2007-12-08  David Kastrup  <dak@gnu.org>
4598
4599         * gnus-sum.el (gnus-summary-simplify-subject-query):
4600         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4601         `message'.
4602
4603 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4606         it to bind idna-program, installation-directory, defined-colors, and
4607         face-attribute for XEmacs of the version that compiles defcustom forms.
4608
4609 2007-12-07  Glenn Morris  <rgm@gnu.org>
4610
4611         * gnus-art.el (article-make-date-line): Revert previous change.
4612
4613 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4614
4615         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4616
4617 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4618
4619         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4620         Call gnus-add-to-range ranges only once with a prepared article-list.
4621
4622 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4623
4624         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4625         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4626         group names with backslashes.  Reported by Tassilo Horn
4627         <tassilo@member.fsf.org>.
4628
4629 2007-12-06  Deepak Goel  <deego3@gmail.com>
4630
4631         * gnus-art.el (article-make-date-line):
4632         * gnus-start.el (gnus-load):
4633         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4634
4635 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-art.el (gnus-use-idna)
4638         * gnus-start.el (gnus-site-init-file)
4639         * message.el (message-use-idna)
4640         * mm-uu.el (mm-uu-hide-markers)
4641         * smiley.el (smiley-style): Revert changes that suppress warnings.
4642
4643 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4646         specify charset to html source.  Reported by Christoph Conrad
4647         <christoph.conrad@gmx.de>.
4648
4649 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4652         idna-program in order to suppress byte compile warning issued by XEmacs
4653         that came to byte compile the default value section of defcustom forms
4654         recently.
4655
4656         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4657         value of installation-directory.
4658
4659         * message.el (message-use-idna): Don't directly refer to the value of
4660         idna-program.
4661
4662         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4663
4664         * smiley.el (smiley-style): Don't directly call face-attribute.
4665
4666 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4669
4670         * gnus-dired.el: Reduce Gnus dependencies.
4671         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4672         require.  Use autoloads instead.
4673         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4674         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4675         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4676         (gnus-dired-mode): Adjust doc string.
4677         (gnus-dired-mail-mode): New variable.
4678         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4679         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4680         (gnus-dired-mail-buffers): New function.  Return mail or message
4681         composition buffers.
4682         (gnus-dired-attach): Use it.
4683         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4684         NO-DECODE.
4685         (gnus-dired-print): Use `gnus-print-buffer' depending on
4686         `gnus-dired-mail-mode'.
4687
4688 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * rfc2047.el (rfc2047-encoded-word-regexp)
4691         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4692         explaining what regexp patterns are for.
4693
4694 2007-12-04  Glenn Morris  <rgm@gnu.org>
4695
4696         * password.el: Move to password-cache.el.
4697
4698         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4699         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4700         * mml-smime.el (password-read, password-cache-add)
4701         (password-cache-remove):
4702         No need to autoload, since mml-sec requires password.
4703
4704         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4705         * message.el (gnus-extract-address-components):
4706         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4707
4708         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4709         password.
4710
4711 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4712
4713         * mailcap.el: Reduce dependencies.
4714         (mail-header-parse-content-type): Autoload.
4715         (mailcap-delete-duplicates): New alias.
4716         (mailcap-mime-info): Add optional argument NO-DECODE.
4717         (mailcap-mime-types): Use mailcap-delete-duplicates.
4718
4719         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4720
4721 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4722
4723         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4724         (imap-parse-status): Upcase status-att for servers that sends them
4725         lower-case (e.g., MS Exchange 2007).
4726
4727 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4728
4729         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4730         function.
4731
4732         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4733         (gnus-uu-yenc-article): New function.
4734
4735         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4736
4737         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4738         buffer.
4739
4740 2007-12-02  Glenn Morris  <rgm@gnu.org>
4741
4742         * binhex.el (binhex): New custom group.
4743         (binhex-decoder-program, binhex-decoder-switches)
4744         (binhex-use-external): Move to the binhex custom group.
4745
4746         * uudecode.el (uudecode): New custom group.
4747         (uudecode-decoder-program, uudecode-decoder-switches)
4748         (uudecode-use-external): Move to the uudecode custom group.
4749
4750         * netrc.el (top-level): Don't load `encrypt' features.
4751         (netrc-parse): Don't use encrypt.
4752         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4753
4754         * encrypt.el: Remove file.
4755
4756 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4757
4758         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4759         matches on patches.
4760
4761         * gnus-art.el (gnus-article-browse-html-article): Mention
4762         `mm-text-html-renderer' in the doc string.
4763
4764         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4765         string.  Add comments.
4766
4767         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4768         if rhs is ASCII.
4769
4770 2007-12-01  Glenn Morris  <rgm@gnu.org>
4771
4772         * mail-source.el (top-level): Require format-spec before
4773         eval-when-compile.
4774
4775 2007-11-30  Glenn Morris  <rgm@gnu.org>
4776
4777         * encrypt.el: Require password, rather than autoloading password-read.
4778
4779 2007-11-29  Glenn Morris  <rgm@gnu.org>
4780
4781         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4782         (sasl-make-client, sasl-next-step, sasl-step-data)
4783         (sasl-step-set-data): Declare as functions.
4784
4785 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4786
4787         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4788
4789 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4790
4791         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4792         certs should be verified and what is to be done in the event of a
4793         verification failure.
4794
4795         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4796         caller can indicate whether the cache should be disregarded for this
4797         call.  This way the result of the call is reproducible at all times and
4798         can be considered a canonical server name for the supplied method.
4799         (gnus-agent-method-p): Canonicalize server names by pushing their
4800         method through `gnus-method-to-server' using the no-cache argument.
4801
4802         * gnus-srvr.el (gnus-server-insert-server-line): Call
4803         `gnus-method-to-server' with `no-cache' argument.
4804
4805         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4806         gnus-agent-possibly-synchronize-flags as this should be called when the
4807         server is actually being opened.
4808         (gnus-agent-possibly-synchronize-flags)
4809         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4810         flags file of an agentized server to the latter function.
4811
4812         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4813         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4814         after a connection has been established successfully.
4815
4816 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (article-display-face): Force to display face if called
4819         interactively; check if gnus-article-x-face-too-ugly matches author.
4820         (article-display-x-face): Display face even if From header is missing
4821         as article-display-face does.
4822
4823 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4824
4825         * hashcash.el (message-narrow-to-headers-or-head)
4826         (message-fetch-field, message-goto-eoh)
4827         (message-narrow-to-headers): Declare as functions.
4828
4829 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * mail-source.el (mail-sources): Default to fetch from file for
4832         compatibility with default of nnmail-spool-file.
4833
4834 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4837         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4838         to look for encoded word that should be encoded again.
4839         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4840         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4841         encoding pattern.
4842         (rfc2047-decode-region): Switch strict regexp and loose one according
4843         to rfc2047-allow-irregular-q-encoded-words.
4844
4845 2007-11-25  Romain Francoise  <romain@orebokech.com>
4846
4847         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4848
4849 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * tls.el (tls-program): Provide more custom choices from
4852         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4853         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4854
4855 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4858         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4859
4860         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4861         `nnmail-spool-file'.
4862
4863         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4864         `nnmail-spool-file'.
4865
4866         * gnus-move.el (gnus-change-server): Ditto.
4867
4868         * gnus-kill.el (gnus-batch-score): Ditto.
4869
4870         * gnus-cache.el (gnus-jog-cache): Ditto.
4871
4872         * gnus-msg.el (gnus-summary-reply):
4873         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4874
4875 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4878         version.  Minor improvement to doc strings.
4879         (tls-program): Add comment.
4880
4881 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4882
4883         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4884         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4885         mismatch between the hostname provided in the certificate and the name
4886         of the host connnecting to.
4887         (open-tls-stream): Use them.  Check certificates against trusted root
4888         certificates.
4889
4890 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * gnus-cache.el (gnus-cache-generate-nov-databases):
4893         Use nnml-generate-nov-databases-directory instead of
4894         nnml-generate-nov-databases-1.
4895
4896 2007-11-24  Glenn Morris  <rgm@gnu.org>
4897
4898         * message.el (message-tool-bar-retro): Update for rename
4899         mail_send.xpm->mail-send.xpm.
4900
4901 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4902
4903         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4904         `smime-ldap-search' for Emacs 22 and up.
4905
4906 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4907
4908         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4909
4910         * message.el (message-send-mail-function): Fix error convention.
4911         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4912         (message-widen-reply, message-send-mail, message-talkative-question)
4913         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4914         (message-clone-locals, message-send-news): Use with-current-buffer.
4915         (message-insert-or-toggle-importance): Remove unused var `valid'.
4916         (message-make-references): Remove unused var `new-references'.
4917         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4918
4919 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4920
4921         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4922         (spam-split-symbolic-return-positive): Reflow docstring.
4923         (spam-backends, spam-summary-exit-behavior)
4924         (spam-mark-ham-unread-before-move-from-spam-group)
4925         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4926         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4927         (spam-clear-cache, spam-backend-check, spam-install-backend)
4928         (spam-install-statistical-backend, spam-list-of-processors)
4929         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4930         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4931         (spam-check-crm114, spam-initialize, spam-unload-hook):
4932         Fix typos in docstrings.
4933
4934 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4937         been checked if they have never been read and those group levels are
4938         higher than the one that a user specified.
4939
4940 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4943         foreign groups unless a group level is specified by a user.
4944         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4945
4946 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4947
4948         * message.el (message-send-mail-function): Require sendmail.
4949
4950 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * message.el (message-send-mail-function): Check for smtpmail too.
4953
4954         * utf7.el (utf7-encode, utf7-decode): Use coding system
4955         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4956
4957         * message.el (message-send-mail-function): New function.
4958         (message-send-mail-function): Set default using
4959         message-send-mail-function.  Adjust doc string.
4960         (message-send-mail-with-mailclient): New function.
4961
4962 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4963
4964         * smime.el (from):
4965         * rfc2047.el (message-posting-charset):
4966         * qp.el (mm-use-ultra-safe-encoding):
4967         * pop3.el (parse-time-months):
4968         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4969         * nnml.el (files):
4970         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4971         (jka-compr-compression-info-list, ange-ftp-path-format)
4972         (efs-path-regexp):
4973         * nndiary.el (files):
4974         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4975         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4976         (epg-digest-algorithm-alist, inhibit-redisplay)
4977         (password-cache-expiry):
4978         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4979         (pgg-output-buffer, password-cache-expiry):
4980         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4981         (efs-path-regexp):
4982         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4983         (inhibit-redisplay):
4984         * mm-uu.el (file-name, start-point, end-point, entry)
4985         (gnus-newsgroup-name, gnus-newsgroup-charset):
4986         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4987         (latin-unity-ucs-list):
4988         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4989         (mm-uu-binhex-decode-function):
4990         * message.el (gnus-message-group-art, gnus-list-identifiers)
4991         (rmail-enable-mime-composing, gnus-local-organization)
4992         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4993         (gnus-read-active-file, facemenu-add-face-function)
4994         (facemenu-remove-face-function, gnus-article-decoded-p)
4995         (tool-bar-mode):
4996         * mail-source.el (display-time-mail-function):
4997         * gnus-util.el (nnmail-pathname-coding-system)
4998         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4999         (gnus-original-article-buffer, gnus-user-agent)
5000         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5001         (xemacs-codename, sxemacs-codename, emacs-program-version):
5002         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5003         * gnus-start.el (gnus-agent-covered-methods)
5004         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5005         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5006         (gnus-newsgroup-headers, gnus-group-list-mode)
5007         (gnus-group-mark-positions, gnus-newsgroup-data)
5008         (gnus-newsgroup-unreads, nnoo-state-alist)
5009         (gnus-current-select-method, mail-sources)
5010         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5011         (nnmail-spool-file, gnus-cache-active-hashtb):
5012         * gnus-mh.el (mh-lib-progs):
5013         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5014         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5015         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5016         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5017         (gnus-group-buffer):
5018         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5019         (font-lock-set-defaults):
5020         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5021         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5022         (gnus-summary-post-menu, total-parts, type, condition, length):
5023         * gnus-agent.el (gnus-agent-read-agentview):
5024         * flow-fill.el (show-trailing-whitespace):
5025         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5026         eval-and-compile wrappers for byte compiler pacifiers.
5027
5028         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5029         (mm-display-inline-fontify): Check for featurep 'xemacs not
5030         extent-list.
5031
5032         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5033         itimer-list.
5034         (mm-create-image-xemacs): Only do something for XEmacs.
5035         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5036
5037         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5038
5039         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5040         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5041
5042 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5043
5044         * nnimap.el (nnimap-split-download-body):
5045         * gnus-demon.el (gnus-demon):
5046         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5047
5048 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5051         macros.
5052         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5053         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5054         copy data from unibyte buffer to multibyte current buffer.
5055         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5056         to copy data from unibyte current buffer to multibyte buffer.
5057         (nntp-make-process-buffer): Make process buffer unibyte.
5058
5059         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5060
5061 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5062
5063         * pop3.el (pop3-open-server): Accept and process data more robustly at
5064         connexion start to avoid spurious "POP SSL connexion failed" errors.
5065
5066 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5069         read group names.
5070
5071 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5074
5075 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5078         (nnmail-save-active): Use a unibyte buffer when saving active file,
5079         which may contain non-ASCII group names.
5080
5081         * nnml.el (nnml-request-group): Decode group names in messages.
5082
5083 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5084
5085         * message.el (message-citation-line-function)
5086         (message-insert-formatted-citation-line): Fix spelling of
5087         `message-insert-formated-citation-line'.
5088
5089 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5092
5093 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5096         nnmail-pathname-coding-system.
5097
5098         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5099         that a user enters; decode group names in messages.
5100
5101         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5102
5103 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5106
5107         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5108
5109         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5110         risky local variable.
5111
5112         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5113
5114 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * encrypt.el: Improve documentation to fix function name typo.
5117         Reported by Daiki Ueno <ueno@unixuser.org>.
5118
5119 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5122         even if the point is not in the last page of an article.
5123         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5124         back to the previous page.
5125
5126 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5129
5130 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5133
5134 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5135
5136         * message.el (message-check-news-body-syntax): Avoid
5137         mm-string-as-multibyte.
5138         (message-hide-headers): Don't assume (point-min)==1.
5139
5140 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * message.el (message-remove-blank-cited-lines): Fix if remove is
5143         given.
5144         (message-bogus-address-regexp): New variable.
5145         (message-bogus-recipient-p): New function.
5146         (message-check-recipients): New command.
5147         (message-syntax-checks): Add `bogus-recipient'.
5148         (message-fix-before-sending): Add `bogus-recipient'.
5149
5150         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5151         (gnus-treat-body-boundary): Don't test window-system.
5152
5153 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5154
5155         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5156
5157 2007-10-28  Miles Bader  <miles@gnu.org>
5158
5159         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5160         at compile-time too.
5161
5162 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * gnus-msg.el (gnus-message-setup-hook): Add
5165         `message-remove-blank-cited-lines' to options.
5166
5167 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * message.el (message-remove-blank-cited-lines): New function.
5170         Suggested by Karl Plästerer.
5171
5172 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5175         mapc.
5176
5177         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5178         (top-level): Use mapc to set functions to be traced for debugging.
5179
5180         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5181         called for effect with while loop.
5182
5183         * message.el (message-talkative-question): Replace mapcar called for
5184         effect with mapc.
5185
5186         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5187         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5188         called for effect with dolist.
5189
5190         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5191
5192         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5193         gnus-extra-headers and nnmail-extra-headers.
5194
5195         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5196         called for effect with dolist.
5197         (top-level): Use mapc to set functions to be traced for debugging.
5198
5199         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5200         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5201         dolist.
5202
5203         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5204         Replace mapcar called for effect with mapc.
5205         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5206         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5207         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5208         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5209
5210         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5211         remove-if that's a cl function.
5212
5213         * webmail.el (webmail-debug): Replace mapcar called for effect with
5214         dolist.
5215
5216         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5217         with mapc.
5218
5219 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5222         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5223         with while loop.
5224
5225         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5226         functions from article-* functions.
5227         (gnus-multi-decode-header): Replace mapcar called for effect with
5228         dolist.
5229
5230         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5231         (gnus-bookmark-show-details): Replace mapcar called for effect with
5232         while loop.
5233
5234         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5235         called for effect with while loop.
5236
5237         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5238         with dolist.
5239
5240         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5241         mapcar called for effect with dolist.
5242
5243         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5244
5245         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5246         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5247         Replace mapcar called for effect with dolist.
5248         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5249         mapc.
5250
5251         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5252         Replace mapcar called for effect with dolist.
5253         (gnus-topic-list): Replace mapcar called for effect with mapc.
5254
5255         * gnus.el: Use mapc instead of mapcar to add autoloads.
5256
5257 2007-10-23  Richard Stallman  <rms@gnu.org>
5258
5259         * gnus-group.el (gnus-group-highlight): Mark as risky.
5260
5261 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus.el (gnus-server-to-method): Return method found first in
5264         gnus-newsrc-alist.
5265
5266         * gnus-art.el (gnus-article-highlight-signature)
5267         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5268         button overlay without the front stickiness.
5269
5270 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5271
5272         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5273         overview buffer needed a catch to receive its throw.
5274         (gnus-agent-flush-cache): Declared as interactive to make this function
5275         easier to use.
5276
5277 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5280         `next-line'.
5281
5282 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5285         exclude address matching message-dont-reply-to-names.
5286
5287 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-util.el (gnus-string<): New function.
5290
5291         * gnus-sum.el (gnus-article-sort-by-author)
5292         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5293
5294 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5297         the frame-focus tag is set in gnus-buffer-configuration.
5298
5299 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5302         the front stickiness.
5303
5304 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5307         url pattern; remove duplicate one.
5308         (gnus-article-extend-url-button): New function.
5309         (gnus-article-add-buttons): Use it.
5310         (gnus-button-push): Use concatenated url that it makes.
5311
5312 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5313
5314         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5315
5316 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5317
5318         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5319         Don't hardcode point-min==1.
5320
5321 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5324         Fix comment about "iso8859-1".
5325
5326 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5327
5328         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5329         ones returned from the verify-function.
5330
5331         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5332         mml2015-extract-cleartext-signature if extraction failed.
5333
5334 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5335
5336         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5337         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5338         failed.
5339
5340 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5343
5344 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5345
5346         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5347         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5348         recommends to use EasyPG instead of PGG.
5349
5350         * pgg.el: Revert to revision 6.23.2.16.
5351
5352         * pgg-def.el: Revert to revision 6.6.2.14.
5353
5354         * pgg-gpg.el: Revert to revision 6.23.2.34.
5355
5356 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5359         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5360         thread for both the null and zero (kill/expire thread) universal prefix
5361         cases.
5362         (gnus-summary-expire-thread): Add new function to expire a thread,
5363         using gnus-summary-kill-thread.
5364         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5365         shortcuts for gnus-summary-expire-thread.
5366         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5367         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5368
5369 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5372         extras value, so an extras entry can be deleted.
5373         (gnus-registry-delete-extra-entry): Use it.
5374         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5375         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5376         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5377         storage through the gnus-registry, and provide an appropriate API for
5378         it.
5379
5380 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5383         Suggested by Leo <sdl.web@gmail.com>.
5384
5385         * gnus.el: Do.
5386
5387 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5390         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5391
5392         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5393
5394         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5395         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5396
5397 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5400         newline.
5401         (nnmbox-request-accept-article): Don't change article in source buffer;
5402         narrow to header to use message-fetch-field rather than
5403         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5404         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5405         as delimiters; make sure article ends with newline.
5406         (nnmbox-delete-mail): Correct last position of article to be deleted;
5407         ignore X-Gnus-Newsgroup header in article body.
5408         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5409         positions; make sure article ends with newline.
5410
5411         * message.el (message-display-abbrev): Don't infloop when a user
5412         inserts SPC in the beginning of header.
5413
5414         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5415         coding-system-for-read and coding-system-for-write for XEmacs having no
5416         file-coding feature.
5417
5418         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5419
5420 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5423         list of groups not followed by default.  Fix type to be regexp.
5424         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5425
5426 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5427
5428         * hmac-def.el (define-hmac-function): Switch from old-style to
5429         new-style backquotes.
5430
5431         * md4.el (md4-make-step): Likewise.
5432
5433 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5436         raw-text coding system when saving .newsrc file, which may contain
5437         non-ASCII group names.
5438
5439 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-cus.el (gnus-score-extra): New widget.
5442         (gnus-score-extra-convert): New function.
5443         (gnus-score-customize): Use it for Extra.
5444
5445 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5446
5447         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5448         (mml2015-mailcrypt-clear-verify): Use it.
5449         (mml2015-gpg-clear-verify): Use it.
5450         (mml2015-pgg-clear-verify): Use it.
5451         (mml2015-epg-clear-verify): Replace the current part with the output
5452         from GnuPG; don't extract the plaintext by itself.
5453
5454         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5455         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5456         mml2015-clear-verify-function; don't touch the armor headers or
5457         dash-escaped text here.
5458
5459 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5462         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5463         parts, or application/octet-stream as a last resort.
5464         (gnus-mime-view-part-as-type): Don't toggle display.
5465         (gnus-mime-view-part-as-charset): Don't turn off display before
5466         querying charset.
5467
5468         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5469         stuff to undisplayer function in Emacs.
5470         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5471
5472         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5473         text/calendar parts.
5474
5475 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5478         decoding text/calendar parts.
5479
5480         * message.el (message-forward-make-body-mime): Always mark body as
5481         having no illegible text; remove signed-or-encrypted argument.
5482         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5483
5484         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5485         (mml-generate-mime-1): Don't encode body if it is specified to be in
5486         raw form; don't make buffer be unibyte when inserting multibyte string.
5487
5488 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5489
5490         * sha1.el: Fix up comment style.
5491         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5492         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5493
5494         * hex-util.el: Fix up comment style.
5495         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5496
5497         * gnus-salt.el: Use with-current-buffer.
5498         (gnus-pick-setup-message): Fix long-standing typo.
5499
5500 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * imap.el (imap-logout-timeout): New variable.
5503         (imap-logout, imap-logout-wait): New functions.
5504         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5505
5506         * nnimap.el (nnimap-logout-timeout): New server variable.
5507         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5508         nnimap-logout-timeout.
5509
5510         * gnus-art.el (gnus-article-summary-command-nosave)
5511         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5512
5513 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus.el (gnus-maximum-newsgroup): New variable.
5516
5517         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5518         according to gnus-maximum-newsgroup.
5519
5520         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5521         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5522         Limit the range of articles according to gnus-maximum-newsgroup.
5523
5524 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5525
5526         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5527         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5528         Don't perform gnus-configure-windows here; reuse existing sticky
5529         article buffer.
5530
5531         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5532         it doesn't exist in gnus-article-mode.
5533
5534 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5537         (gnus-agent-decoded-group-name): New function.
5538         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5539         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5540
5541 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5542
5543         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5544         Add binding for gnus-sticky-article.
5545         (gnus-summary-exit): Don't kill sticky article buffers.
5546
5547         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5548         article buffer.
5549         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5550         (gnus-kill-sticky-article-buffers): New commands.
5551
5552 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * nntp.el (nntp-xref-number-is-evil): New server variable.
5555         (nntp-find-group-and-number): If it is non-nil, don't trust article
5556         numbers in the Xref header.
5557
5558 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-agent.el (gnus-agent-read-group): New function.
5561         (gnus-agent-flush-group, gnus-agent-expire-group)
5562         (gnus-agent-regenerate-group): Use it.
5563         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5564         nnmail-pathname-coding-system.
5565
5566 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5569
5570         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5571         that are unread as unread, and also as selected so that information of
5572         marks having been changed by a user may be updated when exiting group.
5573
5574 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5577         calculated ignoring signature parts to gnus-treat-article.
5578
5579 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5582         a point here in order to keep the window start.
5583         (gnus-insert-mime-security-button): Make a button overlay without the
5584         front stickiness.
5585         (gnus-mime-display-security): Goto the end of a button.
5586
5587         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5588
5589 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5592         group-name-at-point.
5593         (gnus-group-completing-read): New function that offers decoded
5594         non-ASCII group names for completion.
5595         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5596         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5597         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5598         (gnus-group-fetch-control): Use it.
5599         (gnus-fetch-group): Use group-name-at-point for the initial value
5600         rather than the default value; use gnus-alive-p.
5601
5602         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5603         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5604         (gnus-summary-post-news): Use gnus-group-completing-read.
5605
5606         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5607         (gnus-read-move-group-name): Decode group name for completion.
5608
5609 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5612         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5613         Yamaoka slightly modified the code).
5614
5615 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5618         (nnmail-split-incoming): Bind it.
5619
5620         * nnml.el (nnml-group-name-charset): New function.
5621         (nnml-decoded-group-name): Use it; don't decode group name if
5622         nnmail-group-names-not-encoded-p is non-nil.
5623         (nnml-encoded-group-name): New function.
5624         (nnml-group-pathname): Inline nnml-decoded-group-name.
5625         (nnml-request-expire-articles): Decode group name in message.
5626         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5627         nnmail-pathname-coding-system.
5628         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5629         not decoded ones according to nnmail-group-names-not-encoded-p.
5630         (nnml-generate-active-info): Use nnml-encoded-group-name.
5631
5632 2007-08-08  Glenn Morris  <rgm@gnu.org>
5633
5634         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5635         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5636         doc-strings and comments.
5637
5638 2007-07-25  Glenn Morris  <rgm@gnu.org>
5639
5640         * Relicense all FSF files to GPLv3 or later.
5641
5642 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-sum.el (gnus-summary-move-article): Make
5645         gnus-summary-respool-article work.
5646
5647 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5650         string.
5651
5652 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5653
5654         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5655         that should be ignored when comparing distant RSS articles with local
5656         ones.
5657         (nnrss-make-hash-index): New function.  Create a hash index according
5658         to the ignored fields.
5659         (nnrss-check-group): Use it.
5660
5661 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5664
5665         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5666
5667         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5668         the new optional argument ENCODED is non-nil.
5669         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5670         coding system for encoding group name.
5671         (gnus-group-make-rss-group): Pass un-encoded group name to
5672         gnus-group-make-group.
5673         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5674         encoded.
5675
5676         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5677         Encode group name to which articles are moved or copied.
5678         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5679         coding system for encoding Newsgroup, Followup-To and Xref headers.
5680
5681         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5682         marks; use nnheader-file-coding-system to write a file.
5683         (nnagent-retrieve-headers): Bind file-name-coding-system to
5684         nnmail-pathname-coding-system.
5685
5686         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5687
5688         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5689         (nnml-request-article, nnml-request-create-group)
5690         (nnml-request-rename-group, nnml-find-id)
5691         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5692         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5693         (nnml-save-marks): Use nnml-group-pathname instead of
5694         nnmail-group-pathname.
5695
5696         (nnml-request-create-group, nnml-request-expire-articles)
5697         (nnml-request-move-article, nnml-request-delete-group)
5698         (nnml-deletable-article-p, nnml-possibly-create-directory)
5699         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5700         (nnml-open-marks): Bind file-name-coding-system to
5701         nnmail-pathname-coding-system.
5702
5703         (nnml-request-article): Pass server argument to nnml-find-group-number.
5704         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5705         server argument to nnml-possibly-create-directory.
5706         (nnml-request-accept-article): Pass server argument to
5707         nnml-active-number and nnml-save-mail.
5708         (nnml-find-group-number): Pass server argument to nnml-find-id.
5709         (nnml-request-update-info): Pass server argument to
5710         nnml-marks-changed-p.
5711
5712         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5713         (nnml-save-mail, nnml-active-number): Add server argument.
5714
5715         (nnml-request-delete-group): Warn if group is missing.
5716         (nnml-get-nov-buffer): Decode group name.
5717         (nnml-generate-active-info): Encode group name.
5718         (nnml-open-marks): Decode group name in messages.
5719
5720 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5723         if it is not specified.
5724         (gnus-article-pipe-part, gnus-article-save-part)
5725         (gnus-article-interactively-view-part, gnus-article-copy-part)
5726         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5727         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5728         (gnus-article-replace-part, gnus-article-delete-part)
5729         (gnus-article-view-part-as-type): Pass raw prefix argument to
5730         gnus-article-part-wrapper.
5731
5732 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * gnus-agent.el (gnus-agent-save-active): Bind
5735         nnheader-file-coding-system to gnus-agent-file-coding-system.
5736
5737         * gnus-cache.el (gnus-cache-save-buffers)
5738         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5739         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5740         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5741         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5742         (gnus-cache-generate-active, gnus-cache-rename-group)
5743         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5744         (gnus-cache-update-overview-total-fetched-for): Bind
5745         file-name-coding-system to nnmail-pathname-coding-system.
5746         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5747         variables.
5748         (gnus-cache-decoded-group-name): New function.
5749         (gnus-cache-file-name): Use it.
5750         (gnus-cache-generate-active): Use non-decoded group name for active.
5751
5752         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5753         right place.
5754         (gnus-write-active-file): Don't break non-ASCII group names.
5755
5756         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5757         nnmail-pathname-coding-system.
5758
5759         * lpath.el: Bind default-file-name-coding-system,
5760         file-name-coding-system and language-info-alist for XEmacs.
5761
5762         * gnus-uu.el (gnus-uu-decode-save): Typo.
5763
5764 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5767
5768 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5771         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5772         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5773         (gnus-agent-flush-group, gnus-agent-flush-cache)
5774         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5775         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5776         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5777         (gnus-agent-regenerate-group)
5778         (gnus-agent-update-files-total-fetched-for)
5779         (gnus-agent-update-view-total-fetched-for): Bind
5780         file-name-coding-system to nnmail-pathname-coding-system.
5781         (gnus-agent-group-pathname): Don't encode file names by
5782         nnmail-pathname-coding-system.
5783         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5784         coding-system-for-write instead of buffer-file-coding-system to
5785         gnus-agent-file-coding-system.
5786
5787         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5788         Decode group name.
5789
5790         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5791
5792         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5793         (gnus-read-newsrc-el-file): Make group names unibyte.
5794
5795         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5796         nnmail-pathname-coding-system.
5797
5798         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5799         (nnrss-request-delete-group): Bind file-name-coding-system to
5800         nnmail-pathname-coding-system.
5801         (nnrss-read-server-data, nnrss-read-group-data): Bind
5802         file-name-coding-system correctly.
5803         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5804
5805         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5806         (nntp-server-to-method-cache): New variable.
5807         (nntp-group-pathname): New function that decodes non-ASCII group names.
5808         (nntp-possibly-create-directory, nntp-marks-changed-p)
5809         (nntp-save-marks, nntp-open-marks): Use it.
5810         (nntp-possibly-create-directory, nntp-open-marks):
5811         Bind file-name-coding-system to nnmail-pathname-coding-system.
5812         (nntp-open-marks): Decode group names when bootstrapping marks.
5813
5814         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5815         Newsgroups and Folowup-To headers.
5816
5817 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5820         (gnus-server-closed-face, gnus-server-denied-face)
5821         (gnus-server-offline-face): Remove variable.
5822         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5823
5824         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5825         of modifying message-stack directly for XEmacs.
5826
5827         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5828         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5829         if the coding-system argument is nil for XEmacs.
5830
5831         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5832         mm-charset-override-alist.
5833
5834         * rfc2047.el: Don't require base64; require rfc2045 for the function
5835         rfc2045-encode-string.
5836         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5837         to quote the parameter value.
5838
5839 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5842         form in gnus-group-name-charset-method-alist.
5843
5844         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5845         overrides the default layout edit-form.
5846
5847         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5848
5849         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5850
5851 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5854         as unfetched articles.
5855
5856 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5859
5860 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5863         original back end that keeps marks in the local system.
5864
5865 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5868         arg of pop-to-buffer for XEmacs.
5869         (gnus-article-read-summary-keys): Ditto; don't restore window
5870         configuration if summary command ends up with neither article buffer
5871         nor summary buffer; describe bindings if summary keys end with C-h.
5872
5873 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * message.el (message-fix-before-sending): Skip raw message part to be
5876         forwarded while checking illegible text.
5877         (message-forward-make-body-mime, message-forward-make-body): Mark
5878         signed or encrypted raw message as having no illegible text.
5879
5880 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5883         (gnus-message-with-timestamp-1): New macro.
5884         (gnus-message-with-timestamp): New function.
5885         (gnus-message): Use them.
5886
5887         * nnheader.el (nnheader-message): Use them.
5888
5889 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5892         .newsrc.eld file.
5893
5894 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-agent.el (gnus-agent-fetch-headers)
5897         (gnus-agent-retrieve-headers): Bind
5898         gnus-decode-encoded-address-function to identity.
5899
5900         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5901         available also when the server returns simply a dot.
5902
5903         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5904
5905 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5908
5909 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-ems.el (gnus-x-splash): Make it work.
5912
5913         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5914         from being used.
5915
5916         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5917
5918 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5921         4th and the 5th arguments.
5922
5923         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5924         the front stickiness.
5925         (gnus-article-summary-command-nosave): Correct the order of the
5926         arguments passed to pop-to-buffer.
5927         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5928         summary command ends up with the article buffer.
5929
5930         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5931         the same faces.
5932
5933 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5934
5935         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5936
5937 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5938
5939         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5940         * gnus-sum.el (gnus-summary-highlight):
5941         * pgg.el (pgg-sign-region, pgg-sign):
5942         * mail-source.el (mail-source-delete-old-incoming-confirm):
5943         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5944
5945 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-art.el (gnus-mime-view-part-externally)
5948         (gnus-mime-view-part-internally): Fix predicate function passed to
5949         completing-read.
5950
5951         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5952
5953         * gnus.el (gnus-update-message-archive-method): Add :version.
5954
5955 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus.el (gnus-update-message-archive-method): New variable.
5958
5959         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5960         according to gnus-message-archive-method if
5961         gnus-update-message-archive-method is non-nil.
5962
5963 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5966         by Loic Dachary <loic@dachary.org>.
5967         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5968
5969 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * message.el (message-pop-to-buffer): Add switch-function argument.
5972         (message-mail): Pass switch-function argument to it.
5973
5974 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5977         Improve doc string.
5978
5979 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5982         (gnus-header-content)
5983         * gnus-cite.el (gnus-cite-10)
5984         * gnus-srvr.el (gnus-server-closed)
5985         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5986         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5987         (gnus-group-mail-3-empty, gnus-group-mail-low)
5988         (gnus-group-mail-low-empty, gnus-splash)
5989         * message.el (message-header-to, message-header-cc)
5990         (message-header-subject, message-header-other, message-header-name)
5991         (message-header-xheader, message-separator, message-cited-text)
5992         (message-mml): Lighten colors of faces used for dark background.
5993
5994 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5995
5996         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5997         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5998
5999 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * message.el (message-narrow-to-headers-or-head):
6002         Ignore mail-header-separator in the body.
6003
6004 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6007         same as window size.
6008
6009 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6010
6011         * message.el (message-font-lock-keywords): Use message-header-xheader
6012         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6013         ahead of the anything pattern, to get it recognised.
6014
6015 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6018         spam.el loads uses it in the compiled defadvice form.
6019
6020 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6021
6022         * gnus-sum.el (gnus-articles-to-read)
6023         (gnus-summary-insert-old-articles): Don't truncate group name for
6024         `read-string'.
6025
6026         * gnus-util.el (gnus-limit-string): Delete this function.
6027
6028         * gnus-sum.el (gnus-simplify-subject-fully): Use
6029         `truncate-string-to-width' instead.
6030
6031 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6032
6033         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6034         if, on summary exit, the next group has to be selected.
6035         (gnus-summary-exit): Use it.
6036
6037 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6040         non-break space.
6041
6042 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6045         Check if group is not a directory.
6046         (nnfolder-request-expire-articles): Don't delete articles if the target
6047         group is not available.
6048
6049         * nnml.el (nnml-request-create-group): Properly check if group is not a
6050         file.
6051         (nnml-request-expire-articles): Don't delete articles if the target
6052         group is not available.
6053
6054         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6055         Don't quote characters that are within parentheses.
6056
6057 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6060         (gnus-handle-ephemeral-exit): Select article according to it.
6061
6062 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * message.el (message-insert-formated-citation-line): Remove newline.
6065         (message-citation-line-format): Add final \n here so that the user can
6066         avoid a blank line.
6067
6068 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6069
6070         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6071         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6072         Update lanl/arXiv support.
6073
6074 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * gnus.el: Bump version number.
6077
6078 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6079
6080         * gnus.el (gnus-version-number): Bump version.
6081
6082 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6083
6084         * gnus.el: No Gnus v0.6 is released.
6085
6086 2007-04-27  Didier Verna  <didier@xemacs.org>
6087
6088         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6089         * gmm-utils.el (gmm-regexp-concat): here.
6090         * message.el: Don't require 'gnus-util.
6091         (message-dont-reply-to-names): Handle name change above.
6092         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6093
6094 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6097         since the initial value varies according to the system.
6098
6099 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6102
6103 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6104
6105         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6106
6107 2007-04-24  Didier Verna  <didier@xemacs.org>
6108
6109         Improve the type of gnus-ignored-from-addresses.
6110         * gnus-util.el (gnus-orify-regexp): New function.
6111         * message.el (gnus-util): Require it.
6112         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6113         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6114         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6115
6116 2007-04-24  Didier Verna  <didier@xemacs.org>
6117
6118         * gnus-sum.el:
6119         * gnus-utils.el: Fix some trailing whitespaces.
6120
6121 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6124         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6125         article's Message-ID; refer parent article in summary buffer.
6126
6127         * message.el (message-bounce): Call mime-to-mml.
6128
6129         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6130         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6131         optimize and/or forms properly.
6132
6133 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6136         URL.
6137
6138 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6141
6142 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6145         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6146         displayed of multipart/alternative part if it is invoked from summary
6147         buffer.
6148
6149         * mm-view.el (mm-inline-text-html-render-with-w3m)
6150         (mm-inline-text-html-render-with-w3m-standalone)
6151         (mm-inline-render-with-function): Use mail-parse-charset by default.
6152
6153 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6154
6155         * parse-time.el (parse-time-string-chars): Check if CHAR
6156         is less than the length of parse-time-syntax.
6157
6158 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6161         from gnus-newsgroup-processable.
6162
6163 2007-04-16  Didier Verna  <didier@xemacs.org>
6164
6165         * gnus-msg.el (gnus-configure-posting-styles): Handle
6166         message-signature-directory properly with :file syntax.  Reported by
6167         "Leo".
6168
6169 2007-04-11  Didier Verna  <didier@xemacs.org>
6170
6171         New user option: message-signature-directory.
6172         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6173         * message.el (message-insert-signature): Ditto.
6174         * message.el (message-signature-file): Doc update.
6175         * message.el (message-signature-directory): New.
6176
6177 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-msg.el (gnus-inews-yank-articles): Use
6180         message-exchange-point-and-mark instead of exchange-point-and-mark.
6181
6182 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * message.el (message-yank-original): Make sure cited text ends with
6185         newline; don't exchange point and mark.
6186
6187 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6188
6189         * tls.el (open-tls-stream): Properly handle case where there
6190         is no associated buffer.
6191
6192 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6193
6194         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6195         message-yank-original, make sure (< mark TEXT point).
6196
6197 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * message.el (message-fill-column): New variable.
6200         (message-mode): Use it.  Add comment on a possible new hook.
6201
6202         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6203         (nnmail-get-new-mail): Reformat.
6204
6205         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6206
6207         * gmm-utils.el: Fix Commentary.
6208         (gmm-tool-bar-from-list): Fix typo in doc string.
6209
6210 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6211
6212         * message.el (message-yank-original): Don't switch point and mark
6213         unnecessarily to put point and mark as documented.
6214
6215 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6218         from the message heads.
6219
6220 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6221
6222         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6223         article buffer does not have a window.  This may not be the best
6224         solution but is certainly better than setting the start of the null,
6225         that is the current, window.
6226
6227 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6230         (gnus-draft-setup): Run it.
6231
6232         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6233         gnus-score-fast-scoring.  Allow regexp.
6234         (gnus-score-headers): Use it.
6235
6236         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6237         XEmacs.
6238
6239         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6240         string.
6241         (gnus-button-alist): Also catch `<f1> k ...'.
6242         (gnus-treat-display-x-face): Fix doc string.
6243
6244 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6245
6246         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6247         evaluation of gnus-extended-version to ensure correct generation of the
6248         User-Agent header when message-generate-headers-first is used.
6249
6250 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6251
6252         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6253         hashcash-path is nil.  Don't call callback with incorrect number of
6254         parameters if val is 0.
6255
6256 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6257
6258         * message.el (message-required-news-headers):
6259         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6260
6261 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6262
6263         * tls.el (open-tls-stream): In handshake-waiting loop,
6264         don't wait more if there is output available to process.
6265
6266 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6267
6268         * tls.el (tls-program): Doc fix.
6269
6270 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * message.el (message-generate-new-buffers): Change the meaning of the
6273         nil value; add `standard' to the choices; treat t as `unique'; improve
6274         doc string.
6275         (gnus-select-frame-set-input-focus): Autoload.
6276         (message-buffer-name): Search for the existing message buffer if
6277         message-generate-new-buffers is nil or `standard'; treat the value t of
6278         message-generate-new-buffers as `unique'.
6279         (message-pop-to-buffer): Raise the frame already displaying the message
6280         buffer; clear the echo area after querying.
6281         (message-setup): Pass the `continue' argument to compose-mail.
6282         (message-mail): Prefer `switch-function' if it is given; search for the
6283         existing message buffer if the `continue' argument is non-nil; pass
6284         continue and switch-function arguments to compose-mail by way of
6285         message-setup.
6286         (message-mail-other-window): Adjust argument of message-setup.
6287         (message-mail-other-frame): Ditto.
6288
6289 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6292         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6293         to turn font-lock on when turning gnus-message-citation-mode on.
6294
6295 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6296
6297         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6298         (mml-smime-function-alist): New variable; add epg as the backend.
6299         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6300         mml-smime- functions instead.
6301         * mm-view.el: Require smime.
6302
6303 2007-03-05  Didier Verna  <didier@xemacs.org>
6304
6305         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6306         instead of just inheritance for posting styles.
6307         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6308
6309 2007-02-24  Chris Moore  <dooglus@gmail.com>
6310
6311         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6312         * pgg-pgp.el (pgg-pgp-encrypt-region):
6313         * pgg-gpg.el (pgg-gpg-encrypt-region):
6314         Check pgg-encrypt-for-me if no other recipients.
6315
6316 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6317
6318         * tls.el (tls-certtool-program): Fix custom type.
6319
6320 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6323         and point-at-eol instead of line-(beginning|end)-position.
6324
6325         * assistant.el (assistant-parse-buffer): Ditto.
6326
6327         * netrc.el (netrc-parse-services): Ditto.
6328
6329 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6330
6331         * mml2015.el (mml2015-epg-find-usable-key): New function.
6332         (mml2015-epg-sign): Use it.
6333         (mml2015-epg-encrypt): Use it.
6334
6335 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * message.el (message-make-in-reply-to): Quote name containing
6338         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6339         if there are special characters.  Reported by NAKAJI Hiroyuki
6340         <nakaji@jp.freebsd.org>.
6341
6342 2007-02-27  Didier Verna  <didier@xemacs.org>
6343
6344         Include the group parameters as well as the topic ones in the
6345         inheritance filter process.
6346         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6347         argument GROUP-PARAMS-LIST.
6348         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6349
6350 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * nntp.el (nntp-never-echoes-commands)
6353         (nntp-open-connection-functions-never-echo-commands): New variables.
6354         (nntp-send-command): Use them.
6355
6356 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6357
6358         * mml2015.el (mml2015-epg-verify): Simplified.
6359
6360 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * mml.el (mml-content-disposition-alist): New user option.
6363         (mml-content-disposition): New function.
6364         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6365         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6366
6367 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6368
6369         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6370         verification.
6371
6372 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6373
6374         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6375         articles posted in the last 24 hours.
6376
6377 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6378
6379         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6380
6381 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6382
6383         * nntp.el (nntp-send-command): Don't wait for echoes when
6384         nntp-open-ssl-stream is used.
6385
6386 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6389         (gnus-message-add-citation-keywords)
6390         (gnus-message-remove-citation-keywords): Remove.
6391         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6392         directly, make the variables in font-lock-defaults buffer-local, add
6393         gnus-message-citation-keywords to them and then update the value of
6394         font-lock-keywords.
6395
6396 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * message.el (message-cite-original-1): Don't call
6399         gnus-article-highlight-citation.
6400
6401         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6402         citations; fix line count.
6403
6404 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6407         (gnus-message-add-citation-keywords)
6408         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6409         versions of font-lock-add-keywords and font-lock-remove-keywords to
6410         work with XEmacs correctly.
6411
6412 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-cite.el (gnus-cite-face-list): Set the values of
6415         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6416         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6417         (gnus-message-cite-prefix-regexp): New variable.
6418         (gnus-message-search-citation-line): Use it; protect against long
6419         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6420         the 0th match data for Emacs.
6421         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6422         (gnus-message-add-citation-keywords): Append keywords rather than
6423         prepending; emulate font-lock-add-keywords if it is not available.
6424         (gnus-message-remove-citation-keywords): Emulate
6425         font-lock-remove-keywords if it is not available.
6426
6427         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6428
6429         * message.el (message-cite-prefix-regexp): Set the value of
6430         gnus-message-cite-prefix-regexp.
6431
6432 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6433
6434         * nnweb.el (nnweb-google-parse-1): Update parser.
6435
6436 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6437
6438         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6439
6440 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6441
6442         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6443         regexp.
6444
6445 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6448         string-to-multibyte.
6449         (uudecode-decode-region-internal): Use it.
6450
6451         * lpath.el: Fbind string-as-multibyte for XEmacs.
6452
6453 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6456         custom choice.
6457
6458         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6459
6460 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6461
6462         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6463
6464         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6465         `write-region' to respect `mm-inhibit-file-name-handlers'.
6466
6467 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6470         Use gnus-home-directory instead of "~/" or "$HOME".
6471
6472 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6473
6474         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6475         to mention filename.
6476         Add comments at beginning regarding usage.
6477         (encrypt-write-file-contents): Change interactive so a string is
6478         acceptable.  If the file has no associated model, show an error instead
6479         of a nonsense prompt.
6480
6481 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6482
6483         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6484         Thanks to Yoshihiko Yamada for kind notification of this typo.
6485
6486 2007-01-12  Kenichi Handa  <handa@m17n.org>
6487
6488         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6489         multibyte buffer.
6490
6491 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * gnus-score.el (gnus-score-fast-scoring): New variable.
6494         (gnus-score-headers): Use it.
6495
6496         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6497
6498         * message.el (message-cite-original-1): Call
6499         gnus-article-highlight-citation if requested.
6500         (message-make-from): Allow name and address as optional arguments.
6501
6502         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6503
6504         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6505         bugs to doc string.
6506         (gnus-button-alist): Add mid\\|message-id.
6507         (gnus-button-fetch-group): Extend for use in
6508         `browse-url-browser-function'.
6509         (gnus-button-url-regexp): Try to catch paired parentheses like in
6510         Wikipedia URLs.
6511
6512         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6513         Suggested by Simon Krahnke <overlord@gmx.li>.
6514
6515 2007-01-13  Romain Francoise  <romain@orebokech.com>
6516
6517         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6518         Update copyright.
6519
6520 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6521
6522         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6523
6524 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * gnus-registry.el (gnus-registry-unfollowed-groups)
6527         (gnus-registry-split-fancy-with-parent): Fix documentation.
6528
6529 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6532         from nnweb groups.
6533
6534 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6535
6536         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6537         Xref urls.  Erase buffer before requesting head.
6538
6539 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6540
6541         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6542         customizable.
6543
6544 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6545
6546         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6547         no signing key is found.
6548         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6549         no encrypting and/or signing key is found.
6550
6551 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6554
6555 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6556
6557         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6558         headers read from disk with the ones newly found in the current search.
6559         This should no longer cause problems, because the article numbers in
6560         Gmane's `nov.php' output are ignored since the previous change.
6561
6562 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6563
6564         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6565
6566 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6569         replace-regexp-in-string; bind url-version; fbind display-images-p and
6570         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6571         find-face and set-itimer-function for Emacs; bind itimer-list for
6572         Emacs.
6573
6574         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6575
6576 2007-01-01  Romain Francoise  <romain@orebokech.com>
6577
6578         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6579
6580 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6581
6582         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6583         `define-minor-mode' macro definition expanded properly.
6584         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6585         exclude it there.
6586
6587         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6588         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6589         `fboundp' test.
6590         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6591         This is OK to autoload in (S)XEmacs now.
6592
6593 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6594
6595         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6596         keystroke.
6597         (gnus-summary-limit-to-singletons): Fix typo.
6598
6599         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6600         else fails.
6601
6602 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6603
6604         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6605         docstring.
6606
6607         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6608         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6609         (gnus-summary-insert-dormant-articles): Fix typo in message.
6610
6611 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6614         nil for XEmacs.
6615         (gnus-message-citation-mode): Don't autoload in XEmacs.
6616
6617         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6618
6619 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6620
6621         * nnimap.el (nnimap-expunge-search-string): Mention
6622         nnimap-search-uids-not-since-is-evil in docstring.
6623
6624 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * spam.el: Revert to make-obsolete-variable because
6627         define-obsolete-variable-alias is not supported in Emacs 21.
6628
6629         * spam.el (spam-ifile-path, spam-ifile-database-path)
6630         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6631         make-obsolete-variable.
6632         (spam-bsfilter-path, spam-bsfilter-program)
6633         (spam-spamassassin-path, spam-spamassassin-program)
6634         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6635         use "path" inappropriately.
6636         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6637         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6638         variable names.
6639
6640 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6641
6642         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6643         summary buffer.
6644
6645         * password.el (password-cache-remove): Use clear-string to burn
6646         password, if available.
6647
6648 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6651
6652         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6653
6654         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6655         (gnus-message-highlight-citation): Move defcustom here from
6656         gnus-cite.el.
6657         (gnus-message-citation-mode): Autoload.
6658
6659         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6660         checks to make it compile with XEmacs.
6661         (gnus-message-citation-mode): New minor mode.
6662         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6663         (gnus-message-highlight-citation): New variables.
6664         (gnus-message-search-citation-line)
6665         (gnus-message-add-citation-keywords)
6666         (gnus-message-remove-citation-keywords)
6667         (turn-on-gnus-message-citation-mode)
6668         (turn-off-gnus-message-citation-mode): New functions.
6669
6670 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6671
6672         * gnus-cite.el: Enable highlighting of different citation levels in
6673         message-mode.
6674
6675 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * message.el (message-make-fqdn): Fix comment.
6678         (message-bogus-system-names): Add ".local".
6679
6680         * spam.el (spam-ifile-path, spam-ifile-program)
6681         (spam-ifile-database-path, spam-ifile-database)
6682         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6683         Don't use "path" inappropriately.
6684         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6685         strings.
6686         (spam-check-ifile, spam-ifile-register-with-ifile)
6687         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6688         new variable names.
6689
6690         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6691         (gnus-treat-display-smileys): Simplify using
6692         gnus-image-type-available-p.
6693
6694         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6695         available.
6696
6697         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6698         `display-images-p' if available.
6699
6700 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6703         one after turning on the buffer's multibyteness instead of decoding
6704         them directly in the unibyte buffer that causes unexpected conversion
6705         in Emacs 23 (unicode).
6706
6707 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6708
6709         * message.el (message-generate-hashcash): Fix custom type.
6710
6711 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6714
6715 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6718         disconnect icons.  Add help text.
6719
6720 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6721
6722         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6723         negated to be consistent with the others we handle.
6724
6725 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6728         version of gnus-summary-buffer to something, so that we can use two
6729         article buffers at the same time.
6730
6731 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6732
6733         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6734         trigger all the extra headers.
6735         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6736         sorting.
6737
6738 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6739
6740         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6741         solid groups.
6742
6743 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6744
6745         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6746
6747 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * legacy-gnus-agent.el: Add Copyright notice.
6750
6751 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6752
6753         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6754
6755 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6758
6759         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6760         to make it work reliably in CVS Emacs.
6761         (gnus-summary-limit-strange-charsets-predicate)
6762         (gnus-summary-limit-to-predicate): New functions.
6763
6764 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6765
6766         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6767         specifying array size.
6768         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6769         array if it is too small.
6770         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6771         (gnus-sort-threads-loop): New function.
6772
6773 2006-12-06  Chris Moore  <dooglus@gmail.com>
6774
6775         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6776         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6777
6778 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6779
6780         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6781         options.
6782
6783 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6784
6785         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6786         DOS-ing the recipient.
6787
6788         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6789         the headers when creating the mapping to avoid mismappings.
6790         (nnweb-gmane-create-mapping): Always nix out old mapping.
6791
6792 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6795         and mm-verify-option to never.
6796
6797 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * message.el (message-signed-or-encrypted-p): New function.
6800         (message-forward-make-body): Use it.
6801
6802         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6803         Replace encode-coding-string with mm-encode-coding-string.
6804
6805 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * nneething.el (nneething-decode-file-name): Replace
6808         decode-coding-string with mm-decode-coding-string.
6809
6810         * gnus-int.el (gnus-open-server): Say failed server's name.
6811
6812 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6813
6814         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6815         strings to a single string.  Quote `errors-file-name'.
6816         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6817         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6818         Adjust calls.  Use `shell-quote-argument'.
6819
6820 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6821
6822         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6823         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6824
6825         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6826         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6827         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6828         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6829         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6830         (gnus-subscribe-newsgroup, gnus-1):
6831         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6832         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6833         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6834         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6835
6836 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837
6838         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6839         keystroke.
6840         (gnus-summary-limit-to-bodies): Implement headersp.
6841
6842 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6845
6846 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6849
6850 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * message.el (message-generate-hashcash): Expand range of values to
6853         include `opportunistic'.
6854         (message-send-mail): Use it.
6855
6856 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6857
6858         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6859         and comment it.
6860
6861         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6862
6863 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * gnus-util.el (gnus-extract-address-components): Improve comment.
6866
6867 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-util.el (gnus-extract-address-components): Work with address in
6870         which the name portion contains @.
6871
6872         * lpath.el: Fbind custom-autoload.
6873
6874 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * gnus.el (gnus-start): Move custom group up.
6877         (gnus-select-method): Don't autoload, but make it available for
6878         `customize-variable'.
6879         (gnus-getenv-nntpserver): Don't autoload.
6880
6881 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6884
6885 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * message.el (message-sendmail-extra-arguments): New variable.
6888         (message-send-mail-with-sendmail): Use it.
6889
6890 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6893         mm-with-unibyte-current-buffer to make string unibyte.
6894
6895         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6896         mm-string-as-multibyte.
6897
6898 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6899
6900         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6901         Reported by Werner Koch <wk@gnupg.org>.
6902
6903 2006-11-14  Daiki Ueno  <ueno@p360>
6904
6905         * mml2015.el: Autoload epa-select-keys when compiling.
6906
6907 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6908
6909         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6910         message-options.
6911         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6912
6913 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6914
6915         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6916         EasyPG (< 0.0.6).
6917         (mml2015-always-trust): New user option.
6918         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6919         prompt.
6920
6921 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * nntp.el (nntp-authinfo-force): New variable.
6924         (nntp-send-authinfo): Use it.
6925
6926 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6929         decode encoded words.  Improve prompt.  Add comment about forwarding.
6930         (message-replacement-char): Move up.
6931
6932 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6933
6934         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6935         instead of gnus-intersection because arguments of gnus-sorted-nunion
6936         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6937
6938 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6941         (message-simplify-subject-functions): Enable
6942         message-strip-subject-encoded-words by default.
6943
6944 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6945
6946         * message.el (message-strip-subject-encoded-words): New function.
6947         (message-simplify-subject-functions): New variable.
6948         (message-simplify-subject): Use it.  Fix typo in doc string.
6949         Support message-strip-subject-encoded-words.
6950
6951 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6952
6953         * gnus-diary.el (gnus-diary-delay-format-function):
6954         * nndiary.el (nndiary-reminders):
6955         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6956
6957 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * gnus-art.el (article-hide-boring-headers): Fetch date from
6960         gnus-original-article-buffer to avoid problems with localized date
6961         strings.
6962
6963 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6966
6967 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6970         New variables.
6971         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6972         (mm-charset-synonym-alist): Move some entries to
6973         mm-codepage-iso-8859-list.
6974         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6975         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6976
6977 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6980
6981 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6984         with Emacs 21 and XEmacs.
6985
6986 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * spam.el (spam-parse-address): New function for better parsing,
6989         catching errors, etc.
6990         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6991
6992 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * mm-view.el: Add interactive arg to html2text autoload.
6995
6996 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6999
7000 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7003         variables.
7004         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7005         (mm-charset-synonym-alist): Move some entries to
7006         mm-codepage-iso-8859-list.
7007
7008         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7009
7010 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7011
7012         * message.el (message-citation-line-format)
7013         (message-insert-formated-citation-line): Fix implementation of %E, %N
7014         and %n according to the doc string.
7015
7016 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7019         car-safe to avoid bad parses.
7020
7021 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7024         names.
7025
7026         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7027
7028 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7031         header.
7032
7033         * message.el (message-draft-headers): Add Date.
7034         (message-headers-to-generate): Fix typo in docstring.
7035
7036         * nndraft.el (nndraft-required-headers): New variable.
7037         (nndraft-generate-headers): Use it.
7038
7039         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7040
7041 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * gnus-registry.el (gnus-registry-wash-for-keywords)
7044         (gnus-registry-find-keywords): New functions to allow easy searching of
7045         articles that are in the registry.
7046
7047 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7050         ietf-drums-parse-address instead of gnus-extract-address-components.
7051         Reported by Damien Elmes <damien@repose.cx>.
7052
7053 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * gnus.el (gnus-mime): Remove unused custom group.
7056
7057 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7058
7059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7060         "blank line" when searching for end of armor headers.
7061
7062 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gmm-utils.el (gmm-write-region): Fix variable name.
7065
7066 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * gmm-utils.el (gmm-write-region): New function based on compatibility
7069         code from `mm-make-temp-file'.
7070
7071         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7072
7073         * nnmaildir.el (nnmaildir--update-nov)
7074         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7075         Use `gmm-write-region'.
7076
7077 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7080         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7081
7082         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7083
7084         * message.el (message-replacement-char): New variable.
7085         (message-fix-before-sending): Use it.
7086         (message-simplify-subject): New function to remove duplicate code.
7087         (message-reply, message-followup): Use it.
7088
7089         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7090         gnus-summary-limit-to-articles.
7091
7092 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-util.el (gnus-with-local-quit): New macro.
7095
7096         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7097
7098 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7101         ignore non-string data.
7102
7103 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7104
7105         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7106         non-string data (needs to be done in the registry too).
7107
7108 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7111         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7112         (gnus-registry-split-fancy-with-parent)
7113         (gnus-registry-fetch-simplified-message-subject-fast)
7114         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7115         Remove text properties on ingress into the registry and when it's saved.
7116         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7117         registry from entries with no groups.
7118
7119 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7120
7121         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7122         function to remove string properties.
7123
7124 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * gmm-utils.el (gmm): Adjust custom version.
7127
7128         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7129         custom version.
7130
7131         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7132
7133 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * gnus-art.el (gnus-insert-prev-page-button)
7136         (gnus-insert-next-page-button): Simplify.  Reformat.
7137
7138 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7139
7140         * gnus-art.el (gnus-insert-prev-page-button)
7141         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7142
7143 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7144
7145         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7146
7147 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7148
7149         * gnus-art.el (gnus-insert-mime-button)
7150         (gnus-insert-mime-security-button):
7151         Apply gnus-article-button-face to MIME and security buttons.
7152
7153 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7156         readable.
7157
7158 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7161
7162 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7163
7164         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7165         `browse-url-of-file' instead of `browse-url'.
7166
7167 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7168
7169         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7170         regexp.  Articles containing quotation were cut prematurely.
7171
7172 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * message.el (message-cite-original-1): Use nobody by default for the
7175         value of From header.
7176         (message-reply): Ditto.
7177
7178 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7179
7180         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7181         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7182         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7183
7184 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7187         mails in the doc string.  Add some URLs in comment.
7188         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7189
7190 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7193         backslashes handling and the way to find boundaries of quoted strings.
7194
7195 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7196
7197         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7198         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7199         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7200         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7201
7202 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7205         doc string.
7206         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7207
7208 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * lpath.el: Fbind epg-check-configuration.
7211
7212 2006-09-06  Simon Josefsson  <jas@extundo.com>
7213
7214         * mml2015.el (mml2015-use): Doc fix, mention epg.
7215
7216 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7217
7218         * mml2015.el (mml2015-use): Default to epg, if available.
7219
7220 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7221
7222         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7223         message-sender.
7224         (mml1991-epg-encrypt): Ditto.
7225         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7226         message-sender.
7227         (mml2015-epg-encrypt): Ditto.
7228
7229 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7230
7231         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7232         several common directories.
7233
7234 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7235
7236         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7237         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7238
7239 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-art.el (article-decode-encoded-words): Make it fast.
7242
7243 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7246
7247         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7248         in quoted string into `\'.
7249
7250 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7253         Use standard-syntax-table.
7254
7255 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-art.el (gnus-decode-address-function): New variable.
7258         (article-decode-encoded-words): Use it to decode headers which are
7259         assumed to contain addresses.
7260         (gnus-mime-delete-part): Remove useless `or'.
7261
7262         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7263         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7264         (gnus-nov-parse-line): Use it to decode From header.
7265         (gnus-get-newsgroup-headers): Ditto.
7266         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7267
7268         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7269         (mail-decode-encoded-address-string): New alias.
7270
7271         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7272         New function.
7273         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7274         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7275         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7276         (rfc2047-decode-string): Ditto.
7277         (rfc2047-decode-address-region): New function.
7278         (rfc2047-decode-address-string): New function.
7279
7280 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * message.el (message-caesar-buffer-body): Allow rotating headers.
7283
7284         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7285
7286         * message.el (message-insert-formated-citation-line): Fix %f.
7287         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7288
7289 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7292         (gnus-bookmark-mouse-available-p): New macro.
7293         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7294         (gnus-bookmark-bmenu-show-infos): Use it.
7295         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7296         (gnus-bookmark-bmenu-hide-infos): Ditto.
7297         (gnus-bookmark-remove-properties): New function.
7298         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7299         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7300         (gnus-bookmark-write-file): Bind coding-system-for-write.
7301         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7302         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7303         group before selecting it.
7304         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7305         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7306         quit-window if it is not available; use gnus-mouse-2 and bind it to
7307         gnus-bookmark-bmenu-select-by-mouse.
7308         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7309         (gnus-bookmark-bmenu-select-by-mouse): New function.
7310
7311 2006-08-13  Romain Francoise  <romain@orebokech.com>
7312
7313         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7314         space.
7315
7316 2006-08-10  Romain Francoise  <romain@orebokech.com>
7317
7318         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7319         (dns-mode-soa-auto-increment-serial): New user option.
7320         (dns-mode-soa-maybe-increment-serial): New function.
7321         (dns-mode): Add the latter to `write-contents-functions'.
7322
7323 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * compface.el (uncompface): Use binary rather than raw-text-unix.
7326
7327 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * compface.el (uncompface): Make sure the eol conversion doesn't take
7330         place when communicating with the external programs.  Reported by
7331         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7332
7333 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7336
7337 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7338
7339         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7340         Make it more robust by parsing author and date independently.
7341
7342 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7345
7346 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7347
7348         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7349         first matching secret key.
7350         (mml2015-epg-encrypt): Ditto.
7351
7352         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7353         first matching secret key.
7354         (mml1991-epg-encrypt): Ditto.
7355
7356         * mml2015.el (mml2015-encrypt-to-self): New user option.
7357         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7358         mml2015-epg-encrypt-to-self is set.
7359
7360         * mml1991.el (mml1991-encrypt-to-self): New variable.
7361         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7362         mml1991-epg-encrypt-to-self is set.
7363
7364         * mml2015.el (mml2015-signers): New user option.
7365         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7366         (mml2015-epg-encrypt): Allow to select signing keys.
7367
7368         * mml1991.el (mml1991-signers): New variable.
7369         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7370         (mml1991-epg-encrypt): Allow to select signing keys.
7371
7372 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * nnheader.el (nnheader-insert-head): Make it work even if the file
7375         uses CRLF for the line-break code.
7376
7377 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7378
7379         * mml2015.el: Require mml-sec instead of password.
7380         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7381         (mml2015-cache-passphrase): Inherit the default value from
7382         mml-secure-cache-passphrase.
7383         (mml2015-passphrase-cache-expiry): Inherit the default value from
7384         mml-secure-passphrase-cache-expiry.
7385
7386         * mml1991.el: Require mml-sec instead of password.
7387         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7388         (mml1991-cache-passphrase): Inherit the default value from
7389         mml-secure-cache-passphrase.
7390         (mml1991-passphrase-cache-expiry): Inherit the default value from
7391         mml-secure-passphrase-cache-expiry.
7392
7393         * mml-sec.el: Require password.
7394         (mml-secure-verbose): New user option.
7395         (mml-secure-cache-passphrase): New user option.
7396         (mml-secure-passphrase-cache-expiry): New user option.
7397
7398 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7399
7400         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7401         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7402         andreas@altroot.de (Andreas Vögele).
7403
7404         FIXME: Use `tiny change'?
7405
7406 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7407
7408         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7409         workaround for the url package included with Emacs.
7410
7411         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7412
7413 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7416         correctly.  This fixes a bug caused by the 2006-05-12 change.
7417
7418 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7419
7420         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7421         some information about the error when saying that the `bogus' mail
7422         group will be used.
7423
7424 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7427         string.
7428
7429 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7430
7431         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7432
7433 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7434
7435         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7436
7437 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7438
7439         * mml1991.el (mml1991-function-alist): Add epg.
7440         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7441         (mml1991-epg-encrypt): New functions.
7442
7443 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7444
7445         * mml2015.el (mml2015-verbose): New variable.
7446         (mml2015-cache-passphrase): Ditto.
7447         (mml2015-passphrase-cache-expiry): Ditto.
7448         (mml2015-function-alist): Add epg.
7449         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7450         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7451         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7452         functions.
7453
7454 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7455
7456         * message.el (message-cite-original-1): Preserve region when removing
7457         quoted text due to X-No-Archive in order to avoid bogus attribution
7458         when citing multiple messages.
7459
7460 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7461
7462         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7463         Kenneth Jacker <khj@be.cs.appstate.edu>.
7464
7465 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-diary.el (gnus-user-format-function-d)
7468         (gnus-user-format-function-D): Autoload.
7469
7470         * imap.el (Commentary): Fix typo.
7471
7472         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7473         2006-04-22 contribution.
7474
7475 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7476
7477         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7478         It didn't really fix the bogosity I'm seeing with solid web groups.
7479
7480 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7481
7482         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7483         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7484         created using server names.  If we use the feature without declaring
7485         it, Gnus does not properly manage server and group state.
7486
7487         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7488         bound.
7489
7490 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7491
7492         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7493         looking up the method using GROUP's prefix before inventing a new one.
7494         It is used on killed/unknown groups in various places where returning
7495         an all-new method isn't expected by the caller.
7496
7497         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7498         and match semantics of gnus-group-real-prefix.
7499
7500 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * nnmail.el (nnmail-broken-references-mailers): New variable.
7503         (nnmail-ignore-broken-references): New function generalizing
7504         nnmail-fix-eudora-headers.
7505         (nnmail-fix-eudora-headers): Now obsolete.
7506
7507         * gnus-art.el (gnus-button-handle-custom): Support
7508         `customize-apropos*'.
7509
7510 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7511
7512         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7513
7514         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7515         articles.
7516
7517 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * message.el (message-cite-reply-above): New variable.
7520         (message-yank-original): Use it.
7521
7522 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7525
7526 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7529         as read.
7530
7531         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7532
7533 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7536         (gnus-bookmark-default-file): Use gnus-directory.
7537         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7538         Remove "*" in doc string.
7539         (gnus-bookmark-write-file): Simplify.
7540         (gnus-bookmark-maybe-sort-alist): Use `when'.
7541         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7542         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7543         FIXME about Emacs 21 and XEmacs compatibility.
7544         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7545         compatibility.
7546         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7547         compatibility.
7548         (gnus-bookmark-menu-heading): Fix version.
7549
7550 2006-06-19  Bastien Guerry  <bzg@altern.org>
7551
7552         * gnus-bookmark.el: New file.
7553
7554 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * message.el (message-syntax-checks): Doc fix.
7557
7558 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7559
7560         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7561         unsubscribed groups as if they were killed ones.  It causes duplicate
7562         entries in gnus-newsrc-alist.
7563
7564 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * message.el (message-syntax-checks): Doc fix.
7567         (message-send-mail): Add check for continuation headers.
7568         (message-check-news-header-syntax): Fix regexp used to check for
7569         continuation headers.
7570
7571 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7574
7575 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7576
7577         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7578
7579 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7582         default-truncate-lines.
7583
7584 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7587         to fill the utf-8 entry.
7588
7589         * lpath.el: Fbind unicode-precedence-list.
7590
7591 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7592
7593         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7594
7595 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7596
7597         * gnus-agent.el (directory-files-and-attributes): Move all the way
7598         forward (the third and final move).
7599         (gnus-agent-read-agentview): Trap reconstruction errors due to
7600         nonexistant directory.  Handle by returning nil.
7601
7602 2006-05-30  Didier Verna  <didier@xemacs.org>
7603
7604         * message.el (message-dont-reply-to-names): Update the custom type.
7605         * message.el (message-dont-reply-to-names): New defsubst: potentially
7606         convert a list of regexps into a single one.
7607         * message.el (message-get-reply-headers): Use it.
7608         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7609
7610 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * gnus-agent.el (directory-files-and-attributes): Move forward.
7613
7614 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus-ml.el (gnus-mailing-list-subscribe)
7617         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7618         (gnus-mailing-list-message): Fix doc strings.
7619
7620 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7621
7622         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7623         of doing it manually.
7624
7625 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7628         comment.
7629
7630 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7631
7632         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7633         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7634         (gnus-agent-read-local): All symbols allocated in my-obarray.
7635         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7636         (gnus-agent-regenerate-group): Check numeric names to see if they are
7637         messages or groups.
7638         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7639         better way of do this...)
7640
7641         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7642         'dummy.group' (there should be a better way of do this...)
7643
7644 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7647         (gnus-saved-headers): Ditto.
7648         (gnus-default-article-saver): Mention functions may have properties.
7649         (gnus-article-save): Override gnus-save-all-headers and
7650         gnus-saved-headers by :headers property which saver function may have.
7651         (gnus-summary-save-in-file): Add :headers property.
7652         (gnus-summary-write-to-file): Ditto.
7653
7654         * gnus-sum.el (gnus-summary-save-article): Bind
7655         gnus-prompt-before-saving to t when saving many articles in a file;
7656         always show all headers.
7657
7658         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7659
7660 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7663         marks.
7664
7665         * message.el (message-indent-citation): Add optional arguments to allow
7666         using it outside of message buffers.
7667
7668         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7669         (gnus-article-treat-unfold-headers): Use it.
7670         (gnus-article-truncate-lines): New variable.
7671         (gnus-article-mode): Use it.
7672         (gnus-article-toggle-truncate-lines): New function.
7673
7674         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7675         gnus-article-toggle-truncate-lines.
7676
7677         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7678         coding system in XEmacs, use binary.
7679
7680 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7683         after-load-alist.
7684
7685         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7686         this function should save decoded articles.
7687         (gnus-summary-write-to-file): Use property to specify this function
7688         should save decoded articles and specify gnus-summary-save-in-file
7689         should be used to save articles other than the first one when saving
7690         many articles.
7691         (gnus-summary-save-body-in-file): Use property to specify this
7692         function should save decoded articles.
7693         (gnus-summary-write-body-to-file): Use property to specify this
7694         function should save decoded articles and specify
7695         gnus-summary-save-body-in-file should be used to save articles other
7696         than the first one when saving many articles.
7697
7698         * gnus-sum.el (gnus-summary-save-article): Simplify.
7699
7700 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-art.el (gnus-default-article-saver): Add
7703         gnus-summary-write-body-to-file.
7704         (gnus-article-save-coding-system): Don't use coding system object
7705         in XEmacs.
7706         (gnus-read-save-file-name): Add optional `dir-var' argument which
7707         specifies directory in which files are saved; work even if optional
7708         `variable' argument is not specified.
7709         (gnus-summary-write-to-file): Read file name.
7710         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7711         (gnus-summary-write-body-to-file): New function.
7712
7713         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7714         (gnus-summary-local-variables): Add it.
7715         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7716         (gnus-summary-save-article): Remove optional `decode' argument;
7717         determine whether to decode articles by the value of
7718         gnus-default-article-saver; when saving many files using
7719         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7720         it first and use gnus-summary-save-in-file or
7721         gnus-summary-save-body-in-file thereafter unless
7722         gnus-prompt-before-saving is always; move point to article which
7723         will be saved.
7724         (gnus-summary-save-article-file): Revert.
7725         (gnus-summary-write-article-file): Revert.
7726         (gnus-summary-save-article-body-file): Revert.
7727         (gnus-summary-write-article-body-file): New function.
7728
7729 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-default-article-saver): Doc fix.
7732         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7733         from gnus-summary-save-article-coding-system, and default to a
7734         certain coding system.
7735         (gnus-output-to-file): Add coding cookie and encode text according
7736         to gnus-article-save-coding-system; don't use mm-append-to-file.
7737
7738         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7739         gnus-art.el and rename to gnus-article-save-coding-system.
7740         (gnus-summary-save-article): Require gnus-art; don't show all
7741         headers if it decodes articles; don't add coding cookie here;
7742         don't bind mm-text-coding-system-for-write.
7743         (gnus-summary-save-article-file): Save decoded articles.
7744         (gnus-summary-write-article-file): When saving many files, use
7745         gnus-summary-write-to-file first and gnus-summary-save-in-file
7746         thereafter unless gnus-prompt-before-saving is always.
7747         (gnus-summary-save-article-body-file): Save decoded articles.
7748
7749         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7750
7751 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * nnrss.el (nnrss-check-group): Bind hash-index.
7754
7755 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7756
7757         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7758         its hash index.  Store this hash in `nnrss-group-data'.
7759         (nnrss-read-group-data): Update accordingly.
7760
7761 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7764         entry.
7765
7766         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7767         gnus-article-browse-html-article.
7768
7769 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7770
7771         * gnus-sum.el (gnus-summary-mime-map): Add
7772         gnus-article-browse-html-article.
7773
7774         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7775
7776 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7779         suitable coding systems in customize.
7780
7781 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * mail-source.el (mail-sources): Fix custom type.
7784
7785 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7788         (gnus-summary-expire-articles-now): Shorten prompt.
7789
7790         * gmm-utils.el (wid-edit): Require.
7791         (defun-gmm): Renamed from `gmm-defun-compat'.
7792         (gmm-image-search-load-path): Use it.
7793         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7794
7795 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7798         variable.
7799         (gnus-summary-save-article): Add optional `decode' argument.  If
7800         it is set and gnus-summary-save-article-coding-system is non-nil,
7801         save decoded article.
7802         (gnus-summary-write-article-file): Save decoded article if
7803         gnus-summary-save-article-coding-system is non-nil.
7804
7805         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7806         type.
7807
7808 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7811
7812 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7815         first to test gnus-single-article-buffer which may be buffer-local.
7816
7817         * gnus-sum.el (gnus-summary-setup-buffer): Make
7818         gnus-single-article-buffer buffer-local and nil in ephemeral
7819         group; make gnus-article-buffer, gnus-article-current, and
7820         gnus-original-article-buffer always buffer-local.
7821         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7822         group.
7823         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7824
7825 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * nnml.el (nnml-request-compact-group): Compressed files might not
7828         have .gz extension.
7829
7830 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7831
7832         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7833         (mm-copy-to-buffer): Use with-current-buffer.
7834         (mm-display-part): Simplify.
7835         (mm-inlinable-p): Add optional arg `type'.
7836
7837 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7838
7839         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7840         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7841         Try harder to show the attachment internally or externally using
7842         gnus-mime-view-part-as-type.
7843
7844 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * message.el (message-from-style, message-signature-separator)
7847         (message-user-organization-file, message-send-mail-function)
7848         (message-citation-line-function, message-yank-prefix)
7849         (message-indent-citation-function, message-signature)
7850         (message-signature-file, message-signature-insert-empty-line):
7851         Remove autoloads.
7852
7853         * gnus-art.el (gnus-buttonized-mime-types): Remove
7854         "multipart/signed".  Revert 2006-04-26 change.
7855
7856 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857
7858         * gnus.el (gnus-version-number): Bump version.
7859
7860 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7861
7862         * gnus.el: No Gnus v0.5 is released.
7863
7864 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7865
7866         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7867         fetching articles by message-id.
7868
7869 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * message.el (hashcash): Require hashcash as normal.
7872
7873         * ecomplete.el (ecomplete-highlight-match-line): Use
7874         point-at-eol.
7875         (ecomplete-highlight-match-line): Use `highlight', because that
7876         face exists in both Emacs and XEmacs.
7877
7878         * message.el (message-display-abbrev): Use point-at-bol.
7879
7880         * mail-source.el: Don't require timer/timer-funcs.
7881
7882         * gnus-async.el: Ditto.
7883
7884         * password.el: Ditto.
7885
7886         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7887
7888         * mm-url.el: Ditto.
7889
7890         * gnus-xmas.el: Don't require timer-funcs.
7891
7892         * mm-util.el: Require timer/timer-funcs.
7893
7894 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7895
7896         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7897         Close.
7898
7899 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7902         unibyte after clear-decrypt function runs.
7903
7904         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7905         returns as a unibyte string.
7906
7907 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * lpath.el: Revert.
7910
7911         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7912         (pgg-gpg-process-sentinel): Revert.
7913
7914         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7915         (pgg-pgp-lookup-key): Revert.
7916
7917         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7918         (pgg-pgp5-lookup-key): Revert.
7919
7920         * pgg.el (pgg-fetch-key): Revert.
7921
7922 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * lpath.el: Fbind string-as-multibyte for XEmacs.
7925
7926         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7927         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7928         (mml1991-pgg-encrypt): Ditto.
7929
7930         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7931         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7932         a multibyte buffer.
7933
7934         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7935         (pgg-pgp-lookup-key): Ditto.
7936
7937         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7938         (pgg-pgp5-lookup-key): Ditto.
7939
7940         * pgg.el (pgg-fetch-key): Ditto.
7941
7942 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * message.el (message-user-organization-file): Check several
7945         locations of the organization file.
7946
7947         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7948         Add gnus-article-view-part-as-type.
7949
7950         * gnus-art.el (gnus-article-view-part-as-type): New function.
7951
7952         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7953         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7954
7955         * mml.el: Simplify autoload.
7956         (mml-mode): defvar dnd-protocol-alist instead of using
7957         symbol-value.
7958         (mml-default-directory): New variable.
7959         (mml-minibuffer-read-file): Use it.
7960         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7961
7962         * message.el (message-citation-line-format): New variable.
7963         (message-insert-formated-citation-line): New function.
7964         (message-citation-line-function): Add
7965         `message-insert-formated-citation-line' to custom type.
7966
7967         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7968         to doc string.
7969
7970         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7971         depending on mm-verify-option.
7972
7973 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7976         binding pgg-* variables; reimplement the section which prevents
7977         MIME header from being signed.
7978         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7979         pgg-text-mode; remove a blank line at the top of body.
7980
7981         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7982         lines at the top of body; use gnus-newsgroup-charset if there's no
7983         Charset header.
7984
7985 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * message.el (message-self-insert-commands): Doc fix.
7988
7989         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7990         (mm-uu-pgp-encrypted-test): Ditto.
7991         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7992         between header and body; return application/pgp-encrypted handle
7993         if decryption failed; decode decrypted body by charset.
7994
7995         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7996         element match to application/pgp-*.
7997
7998 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7999
8000         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8001         HTML.
8002
8003 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8004
8005         * mail-source.el (mail-source-call-script): Message the error
8006         string.
8007
8008 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * gnus-util.el (gnus-byte-compile): Use it.
8011
8012 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8013
8014         * gnus-util.el (kill-empty-logs): New function.
8015
8016 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * message.el (message-mail-alias-type): Doc fix.
8019         (message-mail-alias-type-p): New function.
8020         (message-send): Use it.
8021         (message-mode): Ditto.
8022         (message-strip-forbidden-properties): Ditto.
8023
8024         * ecomplete.el (ecomplete-database-file-coding-system): New
8025         variable.
8026         (ecomplete-save): Use it.
8027         (ecomplete-setup): Use it.
8028
8029 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * message.el (message-self-insert-commands): New variable.
8032         (message-strip-forbidden-properties): Use it.
8033
8034 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8037         that doesn't make XEmacs choke.
8038
8039 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-util.el (gnus-replace-in-string):
8042         Prefer replace-regexp-in-string over of replace-in-string.
8043
8044 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-util.el (gnus-select-frame-set-input-focus):
8047         Use select-frame-set-input-focus if it is available in XEmacs; use
8048         definition defined in Emacs 22 for old Emacsen.
8049
8050         * dgnushack.el: Autoload unmorse-region for XEmacs.
8051
8052         * lpath.el: Bind cursor-in-non-selected-windows and
8053         select-frame-set-input-focus for XEmacs.
8054
8055 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8058
8059 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * gnus-registry.el (gnus-registry-cache-save): Remove text
8062         properties when saving via the temp buffer.
8063
8064 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * message.el (message-generate-hashcash): Honor custom type.
8067
8068 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * message.el (message-generate-hashcash): Default to non-nil when
8071         hashcash is found.
8072
8073         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8074         (gnus-refer-thread-limit): Increase default to 500.
8075
8076         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8077
8078         * flow-fill.el (fill-flowed): Allow delete-space.
8079
8080 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8083         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8084         Remove autoloads.
8085
8086 2006-04-18  Simon Josefsson  <jas@extundo.com>
8087
8088         * message.el (message-generate-hashcash): Default to.
8089
8090 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8093         concatenating segments rather than before concatenating them.
8094
8095 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8098
8099 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8100
8101         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8102
8103         * message.el (message-forward-make-body-plain): Allow
8104         message-forward-ignored-headers to be a list.
8105         (message-remove-ignored-headers): Factor out into function.
8106         (message-forward-make-body-mml): Use it.
8107
8108         * imap.el (imap-quote-specials): New function.
8109         (imap-login-auth): Quote specials.
8110
8111         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8112         (rfc2231-parse-string): Allow concatanation of parameters that
8113         aren't contiguous.  The test case is
8114           (mail-header-parse-content-type "message/external-body;
8115             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8116             access-type=LOCAL-FILE;
8117             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8118
8119 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8120
8121         * nntp.el (nntp-accept-process-output): Return the value of
8122         `nnheader-accept-process-output'.
8123
8124 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8127         (gnus-button-alist): Recognize more diff formats.
8128         (gnus-button-patch): Strip directory.
8129
8130 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8133         Emacs 22 when setting focus.
8134
8135 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136
8137         * gnus-art.el (gnus-article-treat-types): Do treatment of
8138         text/x-verbatim parts.
8139         (gnus-button-patch): New command.
8140
8141         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8142         addresses that contain invalid characters.
8143
8144 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * message.el (message-put-addresses-in-ecomplete): Use
8147         gnus-replace-in-string.
8148         (message-is-yours-p): Use the more correct
8149         mail-header-parse-address instead of
8150         mail-extract-address-components.
8151         (message-put-addresses-in-ecomplete): Fix typo.
8152
8153         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8154         keystroke.
8155
8156         * gnus-art.el (gnus-treatment-function-alist): Change order of
8157         newsgroups/generic header folding to avoid double-folding.
8158
8159         * message.el (message-hidden-headers): Add X-Draft-From.
8160
8161         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8162         command.
8163         (gnus-summary-repeat-search-article-backward): New command.
8164
8165         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8166         groups in the parent topic.
8167
8168 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8169
8170         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8171         (spam-extra-header-to-number): Return the CRM114 number as a
8172         number instead of a string.
8173
8174 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * gnus-art.el (gnus-face-properties-alist): Moved here from
8177         gnus-fun.
8178
8179         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8180
8181 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * message.el (message-strip-forbidden-properties): Only display on
8184         self-insert-command.
8185
8186         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8187         reindent.
8188         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8189
8190 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8191
8192         * smiley.el (smiley-style): Fix typo.
8193
8194 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * hashcash.el (hashcash-insert-payment-async-2): Use
8197         message-goto-eoh instead of doing it manually.
8198         (mail-add-payment): Use message-narrow-to-header instead of trying
8199         to do the same itself.
8200
8201         * message.el (message-hidden-headers): Add Face.
8202
8203         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8204         reparenting code.
8205         (gnus-summary-reparent-children): Refactored out code.
8206         (gnus-summary-thread-map): New keystroke.
8207         (gnus-summary-reparent-children): Make into command.
8208
8209         * smiley.el (smiley-style): Default to `medium' if using a large
8210         font.
8211
8212         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8213         does it itself.
8214
8215         * message.el (message-point-in-header-p): Simplify definition.
8216
8217 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * nnagent.el (nnagent-request-set-mark): Silence log file
8220         writing.
8221         (nnagent-request-set-mark): Use write-region instead of
8222         append-to-file.
8223
8224         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8225         strange select method.
8226
8227         * ecomplete.el (ecomplete-display-matches): Get highlightling
8228         right.
8229         (ecomplete-display-matches): Use literals.
8230         (ecomplete-display-matches): Disable message logging.
8231
8232         * message.el (message-display-abbrev): Small optimization.
8233
8234         * ecomplete.el (ecomplete-display-matches): Allow automatic
8235         display.
8236
8237         * message.el (message-strip-forbidden-properties): Display
8238         abbrevs.
8239         (message-display-abbrev): Get automatic display right.
8240
8241         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8242         keystrokes.
8243
8244 2006-04-13  Romain Francoise  <romain@orebokech.com>
8245
8246         TODO: Backport to v5-10!
8247
8248         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8249         Moved here (and renamed) from gnus-registry.el.
8250
8251         * gnus-registry.el: Require gnus-util.
8252         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8253
8254 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * gnus-group.el (gnus-group-catchup-current): Change
8257         if-then-else-if-then-else into cond.
8258         (gnus-group-catchup): Indent.
8259         (group-name-at-point): New function.
8260         (gnus-fetch-group): Provide default from thing at point.
8261
8262 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * message.el (message-display-abbrev): Fix regexp.
8265
8266         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8267         choosing.
8268         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8269         dead variables.
8270
8271         * message.el (message-newline-and-indent): Remove debugging.
8272         (message-display-abbrev): Use new implementation.
8273
8274 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * gnus-art.el (gnus-article-mode): Set
8277         cursor-in-non-selected-windows to nil.
8278
8279         * smiley.el: Revert previous change.
8280         (smiley-data-directory): defvar it before using it in the
8281         defcustom of `smiley-style'.
8282
8283 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284
8285         * message.el (message-newline-and-indent): New function.
8286
8287         * ecomplete.el: Implement more bits.
8288
8289         * message.el (message-put-addresses-in-ecomplete): Clean up the
8290         string.
8291
8292         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8293
8294         * gnus-sum.el (gnus-summary-save-parts): Bind
8295         gnus-summary-save-parts-counter and use it to make unique file
8296         names.
8297
8298         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8299
8300         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8301         parameter to say whether to actually parse the individual
8302         addresses.
8303
8304         * message.el (message-put-addresses-in-ecomplete): New function.
8305         (ecomplete): Require.
8306         (message-mail-alias-type): Add ecomplete as an option.
8307
8308 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8309
8310         * flow-fill.el (fill-flowed): Remove trailing space from blank
8311         quoted lines.
8312
8313 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * smiley.el (smiley-style): Move definition later to avoid a
8316         compilation warning.
8317
8318 2006-04-12  Kenichi Handa  <handa@m17n.org>
8319
8320         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8321         buffer and then decode the buffer text if necessary.
8322         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8323         first, and after mm-encode-body, change the buffer to unibyte.
8324         Use mm-disable-multibyte instead of set-buffer-multibyte.
8325
8326 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8329         Content-Type header instead of Content-Disposition header.
8330         (gnus-mime-inline-part): Ditto.
8331         (gnus-mime-view-part-as-charset): Ignore charset that the part
8332         specifies.
8333
8334         * mm-decode.el (mm-display-part): Work with external parts and
8335         usual parts similarly.
8336
8337         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8338         instead of gnus-display-mime.
8339
8340         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8341         instead of with-temp-buffer.
8342
8343         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8344         tag to summarized topics part in order to encode non-ASCII text.
8345
8346 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * smiley.el (smiley-style): New variable.
8349         (smiley-directory): New function.
8350         (smiley-data-directory): Derive from `smiley-style' using
8351         `smiley-directory'.
8352         (smiley-regexp-alist): Add new entries.
8353
8354         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8355         (gnus-article-browse-delete-temp): Add :version.
8356
8357 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8358
8359         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8360         the sieve region.
8361
8362 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * gnus.el (gnus-version-number): Bump version.
8365
8366 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus.el: No Gnus v0.4 is released.
8369
8370 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8371
8372         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8373         layout.
8374
8375         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8376         unknown charset.
8377
8378         * message.el (message-header-synonyms): Add Original-To to the
8379         default.
8380
8381         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8382         optional parameter.
8383
8384 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * gnus-fun.el (gnus): Require it for gnus-directory.
8387
8388 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8391
8392 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8393
8394         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8395
8396 2006-04-05  Simon Josefsson  <jas@extundo.com>
8397
8398         * password.el (password-reset): New function.
8399
8400 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8401
8402         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8403         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8404
8405 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8406
8407         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8408         Some whitespace was matched into the url, which broke browsing hits
8409         > 100 when mm-url-use-external was nil.
8410
8411 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8414         gnus-extra-headers for 'Newsgroups.
8415
8416         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8417         bound.
8418
8419 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8420
8421         * pgg-gpg.el: Clean up process buffers every time gpg processes
8422         complete.
8423
8424 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8427         doc string.
8428
8429 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8430
8431         * pgg-gpg.el (pgg-gpg-process-filter)
8432         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8433
8434         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8435         lines, temporary fix.
8436
8437 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8440
8441 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8442
8443         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8444         default-enable-multibyte-characters.  This reverts the change from
8445         revision 6.17 which is no longer necessary because the passphrase
8446         is sent separately now.  GnuPG messages are unreadable under
8447         multibyte locales with default-enable-multibyte-characters set to
8448         nil.
8449
8450 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * message.el (message-tool-bar-gnome): Move "spell".
8453
8454 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8457         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8458         instead.
8459
8460 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8461
8462         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8463         newsgroups handling for NNTP overviews which don't include
8464         Newsgroups.
8465
8466 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8467
8468         * message.el (message-resend): Bind message-generate-hashcash to nil.
8469
8470 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8471
8472         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8473         when searching for already-paid recipients.
8474
8475 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8476
8477         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8478         passphrases when it is not needed.
8479         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8480         passphrase stuff from gpg, should only be necessary when you use
8481         gpg with a smartcard.
8482
8483 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * mml.el (mml-insert-mime): Ignore cached contents of
8486         message/external-body part.
8487
8488         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8489         (mm-insert-part): Ditto.
8490
8491 2006-03-23  Simon Josefsson  <jas@extundo.com>
8492
8493         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8494         Reiner.
8495         (pgg-gpg-use-agent-p): Use it again.
8496
8497 2006-03-23  Simon Josefsson  <jas@extundo.com>
8498
8499         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8500         older emacsen.
8501         (pgg-gpg-use-agent-p): Don't use it.
8502
8503 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8506         if we can.
8507
8508 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8509
8510         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8511         (pgg-gpg-update-agent): New function.
8512         (pgg-gpg-use-agent-p): New function.
8513         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8514         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8515         (pgg-gpg-sign-region): Use it.
8516
8517 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8520         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8521
8522 2006-03-21  Simon Josefsson  <jas@extundo.com>
8523
8524         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8525         <wilde@sha-bang.de>.
8526         (pgg-gpg-use-agent): New variable.
8527         (pgg-gpg-process-region): Use it.
8528         (pgg-gpg-encrypt-region): Likewise.
8529         (pgg-gpg-encrypt-symmetric-region): Likewise.
8530         (pgg-gpg-decrypt-region): Likewise.
8531         (pgg-gpg-sign-region): Likewise.
8532         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8533
8534 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8537
8538         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8539         Add comment on version.
8540
8541 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * smiley.el: Add missing test smiley.
8544
8545 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * mm-decode.el (mm-with-part): New macro.
8548         (mm-get-part): Use it; work with message/external-body as well.
8549         (mm-save-part): Treat name and filename equally.
8550
8551         * mm-extern.el (mm-extern-cache-contents): New function.
8552         (mm-inline-external-body): Use it; force the part to be displayed;
8553         move undisplayer added to the cached handle to the parent.
8554
8555         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8556         (gnus-mime-view-part-as-type): Work with message/external-body.
8557
8558         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8559
8560 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8561
8562         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8563         images in image-load-path.  [Sync with image.el, revision 1.60, in
8564         Emacs.]
8565
8566 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8569         path rather than symbol.  Always return list of directories.
8570         Guarantee that image directory comes first.  [Sync with image.el,
8571         revision 1.59, in Emacs.]
8572
8573         * message.el (message-make-tool-bar): Adjust to new API of
8574         `gmm-image-load-path-for-library'.
8575
8576         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8577
8578         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8579
8580 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8581
8582         * gnus-art.el (gnus-article-only-boring-p):
8583         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8584         intangible text.
8585         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8586
8587 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8590         `defun' instead of `gmm-defun-compat'.
8591
8592 2006-03-14  Simon Josefsson  <jas@extundo.com>
8593
8594         * message.el (message-unique-id): Don't use message-number-base36
8595         if (user-uid) is a float.
8596         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8597
8598 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8601
8602         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8603         empty line between a part and a message part.
8604
8605 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * smiley.el: Add more test smileys.
8608         (smiley-data-directory, smiley-regexp-alist)
8609         (gnus-smiley-file-types): Fix doc strings.
8610         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8611         adding new elements.
8612         (smiley-mouse-map): Unused code.  Make it a comment.
8613
8614 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8617         scan latest NoCeM messages instead of old ones.
8618         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8619         delimiters that are recently used.
8620         (gnus-nocem-load-cache): Add autoload cookie.
8621
8622         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8623
8624         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8625         level which is larger than gnus-use-nocem is specified.
8626
8627         * gnus-group.el (gnus-group-get-new-news): Ditto.
8628
8629 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * gnus-util.el (gnus-tool-bar-update): New function.
8632
8633         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8634         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8635
8636         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8637
8638         * gnus-group.el (gnus-group-redraw-when-idle)
8639         (gnus-group-redraw-check): Remove.
8640         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8641
8642 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8645         if optional last element is specified in splits (FIELD VALUE...).
8646
8647 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8650         to gmm-image-load-path-for-library.  Call with no-error argument.
8651         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8652
8653         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8654
8655         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8656
8657         * gmm-utils.el (gmm-image-load-path): Remove alias.
8658
8659 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gmm-utils.el (gmm-image-load-path): Add alias.
8662
8663         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8664         nnml-generate-nov-databases-1.
8665         (nnml-generate-nov-databases): Use it.
8666         (nnml-generate-nov-databases-directory): Document no-active
8667         argument.
8668
8669         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8670         directory if path is t.  Add no-error.
8671
8672         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8673         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8674
8675         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8676         resetting gnus-article-browse-html-temp-list.
8677
8678         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8679         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8680         Add example to docstring.  Rename local variables.  Move error
8681         checks to default case in cond and simplify.
8682
8683 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8686         handle is multipart when calling it recursively.
8687         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8688
8689 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8690
8691         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8692         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8693
8694 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8697         is loaded.
8698
8699         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8700         loaded.
8701
8702 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8705         to "Emacs 23 (unicode)" in doc string.
8706
8707         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8708         "Emacs 23 (unicode)" in comment.
8709
8710 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8713
8714         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8715         characters 160 through 255 in Emacs 23.
8716
8717 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8720         gnus-article-browse-html-temp.
8721         (gnus-article-browse-delete-temp): Make it customizable.  Add
8722         `file'.  Adjust doc string.
8723         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8724         query for each file.  Adjust doc string.
8725         (gnus-article-browse-html-parts): Add
8726         `gnus-article-browse-delete-temp-files' to
8727         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8728
8729 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8730
8731         * gnus-art.el (gnus-article-browse-html-temp)
8732         (gnus-article-browse-delete-temp): New variables.
8733         (gnus-article-browse-delete-temp-files): New function.
8734         (gnus-article-browse-html-parts): Use it.
8735
8736 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8739
8740         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8741         string.
8742
8743         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8744         gnus-summary-insert-new-articles when unplugged.  Remove
8745         gnus-summary-search-article-forward.
8746
8747         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8748         display-visual-class instead of display-color-cells.
8749
8750 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * dgnushack.el: Autoload customize-group for XEmacs.
8753
8754         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8755         message/* containing non-ASCII text properly.
8756
8757 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * message.el: Require gmm-utils, remove autoloads.
8760         (message-tool-bar): Set default based on
8761         gmm-tool-bar-style.
8762         (message-tool-bar-gnome): Add gmm-customize-mode.
8763
8764         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8765         gmm-tool-bar-style.
8766         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8767
8768         * gnus-group.el (gnus-group-tool-bar): Set default based on
8769         gmm-tool-bar-style.
8770         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8771
8772         * gmm-utils.el (gmm-image-directory): Rename variable from
8773         gmm-image-load-path.
8774         (gmm-image-load-path): Use gmm-image-directory.
8775         (gmm-customize-mode): New function.
8776         (gmm-tool-bar-style): New variable.
8777
8778         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8779         gnus-group-redraw-line-number.
8780         (gnus-group-redraw-check): Simplify.
8781         (gnus-group-tool-bar-update): Remove redraw check.
8782         (gnus-group-make-tool-bar): Add redraw check.
8783
8784 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8785
8786         * gnus-art.el (gnus-button): Add missing parentheses.
8787
8788 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * lpath.el: Fbind line-number-at-pos.
8791
8792 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8795
8796 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * gnus-art.el (gnus-button): New face.
8799         (gnus-article-button-face): Use it.
8800
8801         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8802         gnus-summary-next-page.  Re-order.
8803
8804         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8805         next-node are now included.
8806         (gnus-group-redraw-line-number): New internal variable.
8807         (gnus-group-redraw-check): Helper function for updating the tool
8808         bar.
8809         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8810
8811         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8812
8813         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8814         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8815         Use it to match format of Spamassassin 3.0 and later.  Reported by
8816         IRIE Tetsuya <irie@t.email.ne.jp>.
8817         (spam-check-bogofilter)
8818         (spam-bogofilter-register-with-bogofilter): Fix args of
8819         `gnus-error' calls.
8820
8821 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8824         unnecessary interaction when sending queued mails.  Reported by
8825         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8826
8827 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8830         first or last are nil.
8831
8832 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8833
8834         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8835
8836 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8837
8838         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8839
8840 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * dns.el (query-dns): Protect more against buggy tcp output.
8843
8844 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8847         nov.php.
8848
8849 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8850
8851         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8852         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8853         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8854         output on the server side.
8855         (nnweb-google-create-mapping): Update regexps and add some
8856         progress indication.
8857
8858 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8861         gnus-agent-toggle-plugged.  Re-order icons.
8862         (gnus-group-tool-bar-gnome): Add
8863         gnus-group-{prev,next}-unread-group.
8864         (gnus-group-tool-bar-gnome): Re-order icons.
8865
8866         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8867         gnus-summary-insert-new-articles.
8868
8869         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8870         comments.
8871
8872         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8873         also available in Emacs 21.3.
8874
8875         * message.el (message-fix-before-sending): Change "Emacs 22" to
8876         "Emacs 23 (unicode)" in comment.
8877
8878         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8879         "Emacs 23 (unicode)" in comment.
8880
8881         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8882         comment.
8883         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8884
8885         * mm-view.el (mm-fill-flowed): Add :version.
8886
8887 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8890         and load-path.
8891
8892 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * message.el: Autoload gmm-image-load-path.
8895         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8896         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8897         consitency.
8898
8899         * gmm-utils.el (gmm-image-load-path): Also search in
8900         "../etc/images".  Don't set gmm-image-load-path if we don't find
8901         the image.
8902
8903 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gmm-utils.el (gmm-image-load-path): Don't make
8906         `gmm-image-load-path' include subdirectories which the second arg
8907         `image' might specify.
8908
8909         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8910         subdirectory to icon file names.
8911
8912         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8913
8914 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8917         gmm-image-load-path calls.
8918
8919         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8920
8921         * message.el (message-make-tool-bar): Ditto.
8922
8923         * mml.el (mml-preview): Added comment concerning tool bar icons.
8924
8925         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8926         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8927
8928         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8929         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8930
8931         * message.el (message-tool-bar-gnome): Use new icon names.
8932         (message-make-tool-bar): Use `gmm-image-load-path'.
8933
8934         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8935         functions from MH-E.
8936         (gmm-image-load-path): New variable from MH-E.
8937         (gmm-image-load-path): New function from MH-E.  Added arguments
8938         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8939         *-image-load-path-called-flag.
8940
8941 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8942
8943         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8944
8945 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8946
8947         * nnimap.el (nnimap-request-move-article): Change folder back to
8948         source group before deleting.
8949
8950 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8953
8954         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8955         mm-url.
8956
8957         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8958
8959 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8962         coding system which mm-charset-to-coding-system returns for a
8963         given charset is valid.
8964
8965 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8966
8967         * html2text.el (html2text-remove-tag-list):
8968         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8969
8970 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8971
8972         * gnus-cus.el: Revert 2005-10-17 change.
8973
8974 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * gnus-art.el (article-strip-banner): Call
8977         article-really-strip-banner only when the regexp match is made.
8978
8979 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-art.el (article-strip-banner): Use
8982         gnus-extract-address-components instead of
8983         mail-header-parse-addresses to make it work with non-ASCII text;
8984         remove mail-encode-encoded-word-string.
8985
8986         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8987         values which are surrounded with \"...\"; make it never cause a
8988         Lisp error; give up parsing of parameters if it failed in
8989         extracting type.
8990
8991 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8992
8993         * smime.el (smime-cert-by-ldap-1): Fix bug where
8994         `smime-ldap-search' returns results without userCertificates.
8995
8996 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8999
9000 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * spam.el (spam-check-spamassassin-headers): Adapt format for
9003         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9004         <ari@mbf.ocn.ne.jp>.
9005         (spam-list-of-processors): Add spam-use-gmane.
9006
9007 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9010         make-temp-file; make it work with XEmacs as well.
9011
9012         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9013         mm-make-temp-file.
9014
9015         * mm-decode.el (mm-display-external): Use the 3rd arg of
9016         mm-make-temp-file.
9017         (mm-create-image-xemacs): Ditto.
9018
9019 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9022         with message-narrow-to-headers.
9023         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9024         (gnus-draft-check-draft-articles): New function.
9025         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9026
9027 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-art.el (gnus-article-browse-html-parts):
9030         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9031         Don't use suffix argument for mm-make-temp-file for Emacs 21
9032         compatibility.  Remove useless `format'.
9033
9034 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9035
9036         * nnweb.el (nnweb-google-wash-article): Update regexps.
9037         (nnweb-group-alist): Use defvoo instead of defvar.
9038
9039 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9042         re-loading nn* modules.
9043
9044 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9047         for `tool-bar-mode' and don't check it's default-value.
9048
9049         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9050
9051         * message.el (message-make-tool-bar): Ditto.
9052
9053         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9054         `substring'.  Shorten tmp-file name.
9055
9056         * gnus.el: Remove bogus comment.
9057
9058 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9059
9060         * gnus-art.el (gnus-article-browse-html-parts): New function.
9061         (gnus-article-browse-html-article): New function for viewing html
9062         articles with a browser.
9063
9064 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9065
9066         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9067         in elisp.
9068         (pgg-gpg-encrypt-symmetric-region): Ditto.
9069         (pgg-gpg-sign-region): Ditto.
9070
9071         * pgg-def.el (pgg-text-mode): New variable.
9072
9073         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9074         (mml2015-pgg-encrypt): Ditto.
9075
9076         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9077         (mml1991-pgg-encrypt): Ditto.
9078
9079 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9082         message-make-date instead of current-time-string.
9083
9084         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9085         to gnus-decoded which mm-uu might set.
9086
9087 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9090         don't decode quoted parameters; remove misimported Emacs code.
9091         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9092         (rfc2231-decode-encoded-string): Don't use split-string which
9093         behaves differently according to Emacs version; use
9094         mm-decode-coding-region to convert charset to coding-system.
9095         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9096         (rfc2231-encode-string): Remove misimported Emacs code.
9097
9098 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9101         when calling mail-header-parse-content-type.
9102         (article-de-quoted-unreadable): Ditto.
9103         (article-de-base64-unreadable): Ditto.
9104         (article-wash-html): Ditto.
9105
9106         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9107         calling mail-header-parse-content-type and
9108         mail-header-parse-content-disposition.
9109         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9110         mail-header-parse-content-type.
9111
9112         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9113         insert charset and format parameters; encode description after
9114         inserting it to buffer.
9115         (mml-insert-parameter): Fold lines properly even if a parameter is
9116         segmented into two or more lines; change the max column to 76.
9117
9118         * rfc1843.el (rfc1843-decode-article-body): Don't use
9119         ignore-errors when calling mail-header-parse-content-type.
9120
9121         * rfc2231.el (rfc2231-parse-string): Return at least type if
9122         possible; don't cause an error even if it fails in parsing of
9123         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9124         (rfc2231-encode-string): Don't break lines at the beginning, leave
9125         it to mml-insert-parameter.
9126
9127         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9128         calling mail-header-parse-content-type.
9129
9130 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * spam-report.el (spam-report-gmane-use-article-number):
9133         Improve doc string.
9134         (spam-report-gmane-internal): Check if a suitable header was found
9135         in the article.
9136
9137 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9140         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9141
9142 2006-02-05  Romain Francoise  <romain@orebokech.com>
9143
9144         Update copyright notices of all files in the gnus directory.
9145
9146 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9147
9148         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9149
9150 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9153         segmented lines of parameter value to cope with Thunderbird 1.5
9154         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9155         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9156         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9157
9158 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9159
9160         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9161         parts.
9162
9163 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9164
9165         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9166         there's only one active file for all servers.
9167         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9168         solid groups.  Gnus might have used a FAST request to select the group.
9169         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9170         and nnweb-search redundantly in the active file.
9171         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9172         (nnweb-request-create-group): Don't use ARGS.
9173         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9174         initialisations.  Let nnoo do the work.
9175
9176 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9179         Say the part has been decoded.
9180
9181         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9182
9183 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9184
9185         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9186         mailcap-viewer-test-cache when there's no 'test clause, since that
9187         will invert the meaning of a "nil" test previously determined by
9188         mailcap-mailcap-entry-passes-test.
9189
9190 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9193         compiling.
9194
9195         * gnus-sum.el: Ditto.
9196
9197         * message.el: Don't bind tool-bar-map when compiling.
9198
9199 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9202
9203 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9204
9205         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9206         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9207         current Google Groups.
9208
9209 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9212         and tool-bar-mode.
9213
9214         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9215         and tool-bar-mode.
9216
9217         * message.el (message-tool-bar-update): Simplify.
9218         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9219
9220         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9221         gnus-summary-buffer.
9222         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9223         gnus-summary-reply.
9224
9225         * gmm-utils.el (gmm): Add :version.
9226
9227 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * Makefile.in (clean): New rule.
9230         (distclean): Use it.
9231
9232 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9233
9234         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9235         autoload.
9236
9237 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gmm-utils.el (gmm-verbose): Add :group.
9240
9241 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9242
9243         * message.el: Change some comments WRT tool-bars.
9244
9245         * gnus-sum.el (gnus-summary-tool-bar)
9246         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9247         (gnus-summary-tool-bar-zap-list): New variables.
9248         (gnus-summary-make-tool-bar): Complete rewrite using
9249         `gmm-tool-bar-from-list'.
9250
9251         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9252         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9253         variables.
9254         (gnus-group-make-tool-bar): Complete rewrite using
9255         `gmm-tool-bar-from-list'.
9256         (gnus-group-tool-bar-update): New function.
9257
9258         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9259
9260 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9263         is dissected into a single part of which the type is the same as
9264         the given one; decode charset.
9265
9266 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9267
9268         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9269         into alists as symbol not string, since that's what
9270         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9271         look for.
9272
9273 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9276         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9277
9278         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9279
9280 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9283         (gnus-xmas-mime-security-button-menu): New function.
9284
9285         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9286         (gnus-mime-security-button-menu): New definition.
9287         (gnus-mime-security-button-map): Use them.
9288         (gnus-mime-security-button-menu): New function.
9289         (gnus-insert-mime-security-button): Addition to help echo.
9290         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9291         (gnus-mime-security-pipe-part): New functions.
9292
9293         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9294         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9295
9296         * mm-decode.el (mm-handle-set-disposition): Remove.
9297         (mm-handle-set-description): Remove.
9298
9299 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9302         (mm-w3m-standalone-supports-m17n-p): New function.
9303         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9304         w3m usage.
9305
9306         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9307         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9308
9309 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * message.el (message-tool-bar-zap-list): Use
9312         gmm-tool-bar-zap-list as custom type.
9313         (message-tool-bar-update): New function.
9314         (message-tool-bar, message-tool-bar-gnome)
9315         (message-tool-bar-retro): Add message-tool-bar-update.
9316         (message-tool-bar-gnome): Add flyspell-buffer.
9317
9318         * gnus-util.el (gnus-error): Describe `args'.
9319
9320         * gmm-utils.el (gmm-error): Describe `args'.
9321         (gmm-tool-bar-zap-list): New widget.
9322         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9323
9324 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9327         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9328         the number of recursive calls.
9329
9330         * mm-decode.el (mm-handle-set-disposition): New macro.
9331         (mm-handle-set-description): New macro.
9332
9333 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9336         encoding.
9337
9338 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9339
9340         * message.el (message-tool-bar-zap-list, message-tool-bar)
9341         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9342         (message-tool-bar-local-item-from-menu): Remove.
9343         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9344         (message-make-tool-bar): New function.
9345         (message-mode): Use `message-make-tool-bar'.
9346
9347         * gmm-utils.el: New file.
9348         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9349         (gmm-lazy): New widget copied from `nnmail.el'.
9350         (gmm-tool-bar-from-list): New function for creating customizable
9351         tool bars.
9352         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9353         output.
9354         (gmm): Add :prefix to defgroup.
9355
9356 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9357
9358         * gmm-utils.el (gmm-widget-p): New function.
9359
9360 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * mml.el (mml-attach-file): Describe `description' in doc string.
9363         (mml-menu): Add Emacs MIME manual and PGG manual.
9364
9365 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9366
9367         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9368
9369 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9370
9371         * nntp.el (nntp-end-of-line): Doc fix.
9372
9373 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9374
9375         * imap.el (imap-open): Handle case where buffer is a buffer
9376         object.
9377
9378 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9379
9380         * gnus-delay.el (gnus-delay): Don't autoload.
9381         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9382         to be re-loaded when customizing the `gnus-delay' group.
9383
9384 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9385
9386         * message.el (message-insert-citation-line): Use newlines.
9387
9388 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9389
9390         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9391         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9392         these routines, so the passphrase can be managed externally and
9393         passed in to the system.
9394         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9395         pgg-add-passphrase-to-cache function.
9396
9397         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9398         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9399         these routines, so the passphrase can be managed externally and
9400         passed in to the system.
9401         (pgg-pgp5-sign-region): Use new name of
9402         pgg-add-passphrase-to-cache function.
9403
9404 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9405
9406         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9407         part of the decoded armor to find the key-identifier.
9408         (pgg-gpg-lookup-key-owner): New function to return the
9409         human-readable identifier of a key owner.
9410         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9411         itself.
9412         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9413         the key value) if we have a key and can match it against a secret
9414         key.  Also, added a note pointing out fact that the prompt only
9415         indicates the first matching key.
9416
9417         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9418         pgg-decrypt-region.
9419         (pgg-add-passphrase-to-cache): Rename from
9420         `pgg-add-passphrase-cache' to reduce confusion (all callers
9421         changed).
9422         (pgg-remove-passphrase-from-cache): Rename from
9423         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9424         changed).
9425         (pgg-read-passphrase, pgg-add-passphrase-cache)
9426         (pgg-remove-passphrase-cache): Add informative docstrings.
9427         (pgg-decrypt): Convey provided passphrase in subordinate call to
9428         pgg-decrypt-region.
9429
9430 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9431
9432         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9433         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9434         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9435         'passphrase' argument, so the passphrase can be managed externally
9436         and then passed in to the system.
9437
9438         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9439         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9440         so the passphrase cache can be used reliably with identifiers
9441         besides a pgp packet's key id.
9442
9443         * pgg-gpg.el (pgg-gpg-encrypt-region)
9444         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9445         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9446         these routines, so the passphrase can be managed externally and
9447         passed in to the system.
9448
9449         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9450         'notruncate' argument, so the passphrase cache can be used
9451         reliably with identifiers besides a pgp packet's key id.
9452
9453 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9454
9455         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9456         symmetric encryption.
9457         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9458         encrypted session key.
9459         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9460         message ask for the passphrase in a proper way.
9461
9462         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9463         New user commands for symmetric encryption.
9464
9465 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9468
9469         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9470
9471 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9472
9473         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9474
9475 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * mm-decode.el (mm-inlined-types): Add application/pgp.
9478         (mm-automatic-display): Ditto.
9479
9480         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9481         part as text.
9482
9483 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * nnrss.el: Update copyright.
9486         (nnrss-opml-import): Query whether to subscribe to each entry.
9487
9488         * gnus-art.el:
9489         * gnus-sum.el:
9490         * gnus-xmas.el:
9491         * messagexmas.el:
9492         * mm-uu.el:
9493         * mm-view.el: Update copyright.
9494
9495 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * message.el (message-info): New function.
9498         (message-mode-menu): Add it.
9499         Update copyright.
9500
9501         * ChangeLog: Fix and update copyright.
9502
9503 2006-01-13  Romain Francoise  <romain@orebokech.com>
9504
9505         * message.el (message-forward-subject-name-subject): Prefer the
9506         address to 'nowhere' if the sender has no name.
9507         Fix typo.  Update copyright year.
9508
9509 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-art.el (article-wash-html): Use
9512         gnus-summary-show-article-charset-alist if a numeric arg is given.
9513         (gnus-article-wash-html-with-w3m-standalone): New function.
9514
9515         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9516         mm-inline-text-html-render-with-w3m-standalone.
9517         (mm-text-html-washer-alist): Map w3m-standalone to
9518         gnus-article-wash-html-with-w3m-standalone.
9519         (mm-inline-text-html-render-with-w3m-standalone): New function.
9520
9521 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9524         Improve LaTeX.
9525
9526 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9529         (nnrss-request-article): Render text/plain parts as HTML.
9530
9531         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9532         the buffer.
9533
9534 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9537         custom definition of `gnus-posting-styles'.
9538
9539         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9540         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9541
9542 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9545         Use nntp for bug archive.
9546
9547 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9550         parts.
9551         (nnrss-normalize-date): New function converts ISO 8601 date into
9552         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9553         (nnrss-check-group): Use it.
9554
9555 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9558
9559         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9560         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9561         (nnrss-insert-w3): Ditto.
9562
9563 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9566         the articles to be forwarded including the case where neither a
9567         number of articles nor a region is specified.
9568
9569 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * nnrss.el (nnrss-request-article): Fix last change; fill
9572         text/plain parts.
9573
9574 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9577         in text/plain part.
9578         (nnrss-check-group): Don't add excessive newline to dc:subject.
9579
9580 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9581
9582         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9583         article.
9584
9585 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9588         (nnml-use-compressed-files, nnml-save-mail): Support other
9589         comression programs such as bzip2.
9590
9591 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * dns.el (query-dns): Make sure we check the buffer size before
9594         removing tcp headers.
9595
9596 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9599         remove MIME buttons associated with multipart/alternative parts.
9600         (gnus-mime-display-alternative): Tag buttons using `article-type'
9601         text property.
9602
9603         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9604         associated with multipart/alternative parts.
9605
9606         * gnus-art.el (gnus-signature-separator): Fix custom type.
9607
9608         * mm-decode.el (mm-inlined-types): Fix custom type.
9609         (mm-keep-viewer-alive-types): Ditto.
9610         (mm-automatic-display): Ditto.
9611         (mm-attachment-override-types): Ditto.
9612         (mm-inline-override-types): Ditto.
9613         (mm-automatic-external-display): Ditto.
9614
9615 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * spam-report.el (spam-report-user-mail-address)
9618         (spam-report-user-agent): New variables.
9619         (spam-report-url-ping-plain): Use spam-report-user-agent.
9620
9621 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9622
9623         * gnus-art.el (gnus-button-handle-custom): Do not just use
9624         `customize-apropos' for any "M-x customize-*" button but the
9625         function called for.  Accept both the function name and its
9626         argument in order to achieve this.
9627         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9628         function name to `gnus-button-handle-custom' in case of "M-x
9629         customize-*" buttons.
9630
9631 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9634         multipart/alternative and add xref to mm-discouraged-alternatives
9635         in doc string.
9636
9637         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9638         gnus-buttonized-mime-types in doc string.
9639
9640 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9643         Suggest image/.* in the doc string.
9644
9645 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9648         message-marks (Debian bug #342521).
9649
9650 2005-12-12  Simon Josefsson  <jas@extundo.com>
9651
9652         * password.el (password-read-from-cache): Add.
9653         (password-read): Use it.
9654
9655 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9658         us-ascii as a MIME charset.
9659
9660         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9661         against the case where the 2nd arg TYPE is nil.
9662
9663 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * pop3.el (pop3-stream-type): Fix custom version.
9666
9667         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9668
9669 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9670
9671         * mm-decode.el (mm-display-external): Add missing cdr.
9672
9673 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9676         RFC1524) if it is in mailcap or add a suffix according to
9677         mailcap-mime-extensions when generating a temp filename; postpone
9678         deleting a temp file for 2 seconds for some wrappers, shell
9679         scripts, and so on, which might exit right after having started a
9680         viewer command as a background job.
9681
9682 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * nntp.el (nntp-marks-directory): Fix custom group.
9685
9686         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9687         steps when < 10.
9688
9689         * gnus-start.el (gnus-no-server-1): Mention
9690         `gnus-level-default-subscribed' in doc string.
9691
9692 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9693
9694         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9695         parens.
9696
9697 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-xmas.el (gnus-use-toolbar): Revert.
9700         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9701         gnus-use-toolbar is default.
9702
9703         * messagexmas.el (message-use-toolbar): Revert.
9704         (message-setup-toolbar): Use global default-toolbar if
9705         message-use-toolbar is default.
9706
9707 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9710         according to default-toolbar-visible-p.
9711
9712         * messagexmas.el (message-use-toolbar): Ditto.
9713
9714 2005-11-26  Dave Love  <fx@gnu.org>
9715
9716         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9717         (tls-program, tls-success): Provide openssl alternative.
9718
9719         * starttls.el: Doc fixes.
9720         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9721         SERVICE to PORT.
9722
9723         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9724         port null or service name.
9725         (starttls-negotiate): Autoload.
9726
9727 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * message.el (message-kill-to-signature): Fix interactive spec.
9730
9731 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * pop3.el (pop3-open-server): Recognize a string as a service name.
9734
9735 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9736
9737         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9738
9739 2005-11-23  Dave Love  <fx@gnu.org>
9740
9741         Add pop3s, pop3/starttls.
9742
9743         * pop3.el (pop3-authentication-scheme): Clarify doc.
9744         (open-tls-stream, starttls-open-stream): Autoload.
9745         (pop3-stream-type): New.
9746         (pop3-open-server): Use it.
9747
9748         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9749         for POP.
9750         (mail-source-keyword-map): Add :stream for POP.
9751         (mail-source-fetch-pop): Use pop3-stream-type.
9752
9753 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9756         of current-time-string.
9757
9758 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9759
9760         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9761         date header.
9762
9763 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9764
9765         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9766         it can seriously impact performance as it bypasses the agent's
9767         local caches.
9768
9769 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9770
9771         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9772         must be explicitly online rather than "not explicitly offline" for
9773         its flags to be synchronized.
9774
9775         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9776         that gnus-uu-unmark-thread will function correctly.
9777
9778         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9779         1024K is instead displayed as 1M.
9780
9781 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9784
9785 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9786
9787         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9788
9789 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9790
9791         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9792         error message to display actual error condition.
9793         (gnus-agent-save-local): Avoid saving symbols that are bound to
9794         nil as they simply result in a warning message in
9795         gnus-agent-read-local.
9796
9797 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9800         rather than make-variable-buffer-local for file-precious-flag.
9801
9802 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9803
9804         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9805         for duplicates which are removed.  The invalid sort check then
9806         triggers a rescan after the sort as sorting may have moved
9807         duplicate entries such that they can be cheaply detected.
9808
9809 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9812
9813 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9814
9815         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9816         internal variable to a custom variable.  Changed default value
9817         from compressed(2) to uncompressed(1).
9818         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9819         support for uncompressed agentview files.  Taken together, reading
9820         the agentview file should now be 6-7 times faster.
9821
9822 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9823
9824         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9825         as a buffer-local variable.  This avoids creating truncated
9826         dribble files as a result of a hang up, eg.
9827
9828 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9829
9830         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9831         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9832         XEmacs.
9833
9834 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-start.el (gnus-start-draft-setup): Enforce
9837         `gnus-draft-mode' for nndraft:drafts at startup.
9838
9839         * gnus.el (gnus-splash): Change custom group.
9840         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9841         allow-list argument.
9842
9843         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9844         string.
9845
9846 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * gnus-art.el (gnus-default-article-saver): Add user-defined
9849         `function' to custom type.
9850
9851 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9852
9853         * imap.el (imap-open): Handle case where buffer is a buffer
9854         object.
9855
9856 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9859         long lines.
9860         (gnus-cache-delete-group): Wrap doc strings.
9861
9862         * gnus-agent.el (gnus-agent-rename-group)
9863         (gnus-agent-delete-group): Wrap doc strings.
9864
9865 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * messagexmas.el (message-use-toolbar): Change the valid values
9868         into default, top, bottom, left, and right.
9869         (message-toolbar-thickness): New variable.
9870         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9871         well.
9872         (message-setup-toolbar): Make it work.
9873
9874         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9875         (gnus-use-toolbar): Change the valid values into default, top,
9876         bottom, left, and right.
9877         (gnus-toolbar-thickness): New variable.
9878         (gnus-xmas-setup-toolbar): New function.
9879         (gnus-xmas-setup-group-toolbar): Use it.
9880         (gnus-xmas-setup-summary-toolbar): Use it.
9881
9882 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * gnus-start.el (gnus-1): Add "native" to
9885         gnus-predefined-server-alist.
9886
9887         * gnus.el (gnus-method-to-server): Don't add "native" to the
9888         lists here, because that leads to problems when
9889         gnus-select-method is bound.
9890
9891 2005-11-09  Simon Josefsson  <jas@extundo.com>
9892
9893         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9894         use (not sort-by-date) instead.
9895
9896 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9897
9898         * gnus-delay.el (gnus-delay-group): Don't autoload.
9899         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9900         to be re-loaded when customizing the `gnus-delay' group.
9901
9902 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9903
9904         * message.el: Revert last changes.
9905         (message-insert-citation-line): Use newlines.
9906
9907 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9908
9909         * message.el (message-courtesy-message)
9910         (message-mark-insert-begin, message-mark-insert-end)
9911         (message-elide-ellipsis, message-cancel-message)
9912         (message-add-header, message-change-subject)
9913         (message-cross-post-followup-to-header)
9914         (message-cross-post-insert-note, message-reduce-to-to-cc)
9915         (message-widen-reply, message-delete-not-region)
9916         (message-kill-to-signature, message-insert-signature)
9917         (message-insert-importance-high, message-insert-importance-low)
9918         (message-insert-or-toggle-importance)
9919         (message-insert-disposition-notification-to)
9920         (message-indent-citation, message-yank-original)
9921         (message-cite-original-without-signature, message-cite-original)
9922         (message-insert-citation-line, message-position-on-field)
9923         (message-fix-before-sending, message-send-mail-partially)
9924         (message-send-mail, message-send-mail-with-sendmail)
9925         (message-send-mail-with-qmail, message-send-news)
9926         (message-check-news-header-syntax, message-generate-headers)
9927         (message-insert-courtesy-copy, message-fill-address)
9928         (message-fill-header, message-shorten-references)
9929         (message-setup-1, message-cancel-news)
9930         (message-forward-make-body-plain, message-forward-make-body-mime)
9931         (message-forward-make-body-mml, message-encode-message-body)
9932         (message-forward-make-body-digest-plain)
9933         (message-forward-make-body-digest-mime)
9934         (message-use-alternative-email-as-from): Insert `hard-newline'
9935         instead of ordinary newlines.
9936
9937 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * message.el (message-generate-headers): Downcase the argument
9940         given to message-check-element.
9941
9942 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9943
9944         * nntp.el (nntp-authinfo-rejected): New error condition.
9945         (nntp-wait-for): Use new error condition to signal authentication
9946         error.
9947         (nntp-retrieve-data): Rethrow new error condition to break out of
9948         recursive call to nntp-send-authinfo.
9949
9950 2005-11-08  Romain Francoise  <romain@orebokech.com>
9951
9952         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9953         (gnus-summary-exit-map): Bind to `Z p'.
9954         (gnus-summary-make-menu-bar): Add menu item.
9955
9956 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9959         (gnus-treat-*): Add `first' in all doc strings.
9960
9961         * gnus-group.el (gnus-group-compact-group): Fix typo.
9962
9963 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus.el (gnus-parameters-case-fold-search): New variable.
9966         (gnus-parameters-get-parameter): Use it.
9967
9968         * gnus-score.el (gnus-home-score-file): Doc fix.
9969
9970 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9971
9972         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9973
9974 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * mm-util.el (mm-special-display-p): New function.
9977
9978         * mml.el (mml-preview): Use it; doc fix.
9979
9980 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9981
9982         * imap.el (imap-open): Handle case where buffer is a buffer object.
9983
9984 2005-10-29  Romain Francoise  <romain@orebokech.com>
9985
9986         * message.el (message-fix-before-sending): Fix comment.
9987
9988 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9989
9990         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9991
9992 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9993
9994         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9995         Used in gnus-score.el.
9996
9997 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10000
10001 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10004         whitespace removed in revision 7.8.  Use concatenated string to
10005         protect trailing whitespace.
10006
10007 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10008
10009         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10010         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10011         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10012         Courier IMAP ("some version from 2004").  Mostly based on similar
10013         code in the same function.
10014
10015 2005-10-26  Didier Verna  <didier@xemacs.org>
10016
10017         * gnus-group.el (gnus-group-compact-group): Invalidate original
10018         article buffer.
10019         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10020         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10021         NOV database and in article itself.
10022         Invalidate article backlog.
10023
10024 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10027
10028 2005-10-26  Simon Josefsson  <jas@extundo.com>
10029
10030         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10031         part of 2004-07-25 change.
10032
10033 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * message.el (message-display-completion-list): New function.
10036         (message-expand-group): Use it; make sure the Completions buffer
10037         is modifiable.
10038 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10039
10040         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10041         user-mail-name is an empty string.
10042
10043 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10046         depending on gnus-score-decay-constant.
10047
10048         * encrypt.el (encrypt-insert-file-contents)
10049         (encrypt-write-file-contents): Don't use `gnus-message'.
10050
10051         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10052         arguments.
10053         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10054         arguments to mm-uu-verbatim-marks-extract.
10055         (mm-uu-hide-markers): New variable.
10056         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10057
10058         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10059         (gnus-convert-image-to-face-command): Use "convert" by default to
10060         allow other input image formats.
10061         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10062         accordingly.
10063
10064 2005-10-23  Simon Josefsson  <jas@extundo.com>
10065
10066         * imap.el (imap-gssapi-program): Align command line parameters
10067         with latest GNU SASL.
10068         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10069
10070 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10071
10072         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10073         HTML.
10074         (nnslashdot-request-article): Ditto.
10075
10076         * lpath.el (featurep): Add nobreak-char-display.
10077
10078 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10079
10080         * mail-source.el (mail-source-fetch-pop): Require pop3.
10081         (mail-source-check-pop): Ditto.
10082
10083 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10086         errors.
10087
10088 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10091         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10092
10093         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10094
10095         * mm-bodies.el (mm-decode-string): Call
10096         `mm-charset-to-coding-system' with allow-override argument.
10097
10098 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10101         (rfc2047-charset-to-coding-system): New function.
10102         (rfc2047-decode-encoded-words): New function.
10103         (rfc2047-decode-region): Use them.
10104         (rfc2047-decode-cte): Remove.
10105         (rfc2047-parse-and-decode): Remove.
10106         (rfc2047-decode): Remove.
10107
10108 2005-10-15  Kenichi Handa  <handa@m17n.org>
10109
10110         * rfc2047.el (rfc2047-decode-cte): New function.
10111         (rfc2047-decode-region): Change the way to decode successive
10112         encoded-words: decode B- or Q-encoding in each encoded-word,
10113         concatenate them, and decode it as charset.
10114
10115 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * lpath.el: Fbind codepage-setup for XEmacs.
10118
10119 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10120
10121         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10122         widget-move-and-invoke.
10123         (gnus-custom-mode): Use gnus-custom-map.
10124
10125 2005-10-15  Bill Wohler  <wohler@newt.com>
10126
10127         * message.el (message-tool-bar-map): Renamed image file from
10128         mail_send to mail/send.
10129
10130 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10131
10132         * message.el (message-expand-group): Pass the common
10133         prefix substring of completion to `display-completion-list'.
10134
10135 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * mml-sec.el (mml-secure-method): New internal variable.
10138         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10139         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10140         functions using mml-secure-method.
10141
10142         * mml.el (mml-mode-map): Add key bindings for those functions.
10143         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10144         Harder <harder@myrealbox.com>.
10145         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10146         end of message if point is the headers of the message.
10147
10148         * message.el (message-in-body-p): New function.
10149
10150         * assistant.el: Autoload gnus-util and netrc.
10151
10152         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10153         Use `mm-charset-override-alist' only when decoding.
10154
10155         * mm-bodies.el (mm-decode-body): Call
10156         `mm-charset-to-coding-system' with allow-override argument.
10157
10158         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10159         `filename' from Content-Disposition if Content-Type doesn't
10160         provide `name'.
10161         (gnus-mime-view-part-as-type): Set default instead of
10162         initial-input.
10163
10164 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10165
10166         * format-spec.el (format-spec): Propagate text properties of % spec.
10167
10168 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10169
10170         * gnus-art.el (gnus-treat-predicate): Add `first'.
10171
10172 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10175         (mm-charset-override-alist): New variable.
10176         (mm-charset-to-coding-system): Use it.
10177         (mm-codepage-setup): New helper function.
10178         (mm-charset-eval-alist): New variable.
10179         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10180         about unknown charsets.
10181
10182         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10183
10184 2005-10-04  David Hansen  <david.hansen@gmx.net>
10185
10186         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10187         (nnrss-check-group): Ditto.
10188
10189 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10192         Rename x-gnus-verbatim to x-verbatim.
10193         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10194
10195         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10196         x-verbatim.
10197
10198         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10199
10200         * gnus-util.el (gnus-remove-duplicates): Remove.
10201
10202         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10203         instead of gnus-remove-duplicates.
10204
10205         * message.el (message-remove-duplicates): Remove.
10206         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10207         message-remove-duplicates.
10208
10209         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10210         available, else use implementation from `delete-dups'.
10211
10212         * message.el (message-insert-expires): New function.
10213         (message-mode-map): Add key binding.
10214         (message-mode-field-menu): Add menu entry.
10215         (message-mode): Document it.
10216         (message-make-expires-date): Use `message-make-date'.
10217
10218 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10219
10220         * message.el (message-make-expires-date): New function.
10221
10222 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * Makefile.in (list-installed-shadows): New entry.
10225         (install): Use it.
10226         (remove-installed-shadows): New entry.
10227
10228         * dgnushack.el (dgnushack-default-load-path): New variable.
10229         (dgnushack-find-lisp-shadows): New function.
10230         (dgnushack-remove-lisp-shadows): New function.
10231
10232 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * Makefile.in (install-el-elc): New entry.
10235         (install): Use it so that .el files are necessarily installed.
10236
10237 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10240
10241 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10242
10243         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10244         function rather than the diff-mode.el package.
10245         (mm-display-external): Use with-current-buffer.
10246         (mm-viewer-completion-map, mm-viewer-completion-map):
10247         Move initialization inside declaration.
10248
10249 2005-09-29  Simon Josefsson  <jas@extundo.com>
10250
10251         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10252         autoload mail-check-payment.
10253         (spam-check-hashcash): Define unconditionally, since hashcash.el
10254         is part of Gnus now.  Ignore errors from payment checking.
10255
10256 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * message.el (message-bold-region, message-unbold-region): Rename
10259         from `bold-region' and `unbold-region'.
10260
10261         * message.el: Remove useless autoloads.
10262
10263 2005-09-28  Simon Josefsson  <jas@extundo.com>
10264
10265         * message.el (message-use-idna): Default to t.
10266         (message-use-idna): Test whether encoding works too.  Doc fix.
10267
10268 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * nntp.el (nntp-warn-about-losing-connection): Remove.
10271
10272 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10275         customizable.  Change default value.
10276         (mm-uu-diff-groups-regexp): Change default value.
10277         (mm-uu-type-alist): Add doc string.
10278         (mm-uu-configure): Add doc string.  Make it interactive.
10279         (mm-uu-tex-groups-regexp): New variable.
10280         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10281         (mm-uu-type-alist): Add LaTeX documents.
10282         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10283         of "text/verbatim".
10284         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10285
10286         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10287         instead of "text/verbatim".
10288
10289         * message.el (message-mark-inserted-region)
10290         (message-mark-insert-file): Use slrn style marks when called with
10291         prefix argument.
10292
10293 2005-09-27  Simon Josefsson  <jas@extundo.com>
10294
10295         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10296
10297 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10298
10299         * message.el (message-remove-duplicates): New function.
10300         Implementation borrowed from `gnus-remove-duplicates'.
10301         (message-idna-to-ascii-rhs): Also encode idna addresses in
10302         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10303         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10304         only ask about the same idna domain once per header and also tell
10305         in what header to replace the idna domain.
10306
10307         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10308         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10309         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10310         a header is decoded and not just the last one.
10311
10312 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10315         has been decoded.
10316
10317         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10318         (mm-insert-part): Don't modify text if it has been decoded.
10319
10320         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10321         decoded.
10322
10323         * mm-view.el (mm-inline-text): Don't strip text props unless
10324         decoding enriched or richtext parts.
10325
10326 2005-09-25  Romain Francoise  <romain@orebokech.com>
10327
10328         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10329         * gnus-start.el (gnus-subscribe-interactively):
10330         * gnus-uu.el (gnus-uu-grab-articles):
10331         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10332         space.
10333
10334 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10335
10336         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10337         * mm-view.el (mm-view-pkcs7-decrypt):
10338         * gnus-sum.el (gnus-summary-limit-to-extra)
10339         (gnus-summary-respool-article, gnus-read-move-group-name):
10340         * gnus-score.el (gnus-summary-increase-score):
10341         * gnus-util.el (gnus-completing-read-with-default):
10342         * gnus-art.el (gnus-read-save-file-name)
10343         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10344         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10345         * message.el (message-check-news-header-syntax):
10346         Follow convention for reading with the minibuffer.
10347
10348 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * spam-report.el (spam-report-url-ping-plain):
10351         Use gnus-extended-version as User-Agent.
10352
10353         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10354         default value is nil.
10355
10356         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10357         (mm-uu-verbatim-marks-extract): New function.
10358         (mm-uu-extract): New face.
10359         (mm-uu-copy-to-buffer): Use it.
10360
10361         * spam-report.el (spam-report-gmane-ham): Renamed from
10362         `spam-report-gmane-unspam'.
10363         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10364         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10365
10366         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10367         Autoload.
10368         (spam-report-gmane-unregister-routine): Renamed
10369         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10370
10371 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10372
10373         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10374         (spam-report-gmane-unregister-routine): Add support for gmane
10375         unregistration.
10376
10377         * spam-report.el (spam-report-gmane-unspam)
10378         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10379         (spam-report-gmane): Change to take a single article and do unspam
10380         registration.
10381
10382 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10383
10384         * mm-url.el (mm-url-decode-entities): Fix regexp.
10385
10386 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387
10388         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10389         default to nil, to be able to use Gnus at all.  If the default
10390         switches to something else, then the function should be fixed not
10391         be exceedingly slow.
10392
10393 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10394
10395         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10396         fail hard.
10397
10398         * spam-report.el: Add better Keywords line.
10399
10400         * spam.el: Add Maintainer and better Keywords line.
10401
10402 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * gnus-art.el (gnus-article-replace-part)
10405         (gnus-mime-replace-part): New functions.
10406         (gnus-mime-action-alist, gnus-mime-button-commands)
10407         (gnus-mime-save-part-and-strip): Added file argument.
10408         (gnus-article-part-wrapper): Added interactive argument.
10409
10410         * gnus-sum.el (gnus-summary-mime-map): Add
10411         `gnus-article-replace-part'.
10412
10413 2005-09-19  Didier Verna  <didier@xemacs.org>
10414
10415         The nnml compaction feature:
10416         * nnml.el (nnml-request-compact-group): New function.
10417         * nnml.el (nnml-request-compact): New function.
10418         * gnus-int.el (gnus-request-compact-group): New function.
10419         * gnus-int.el (gnus-request-compact): New function.
10420         * gnus-group.el (gnus-group-compact-group): New function.
10421         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10422         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10423         * gnus-srvr.el (gnus-server-compact-server): New function.
10424         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10425         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10426
10427 2005-09-18  Deepak Goel  <deego@gnufans.org>
10428
10429         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10430         format spec.
10431
10432 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10435
10436 2005-09-15  Romain Francoise  <romain@orebokech.com>
10437
10438         * message.el (message-fill-paragraph): Clarify docstring.
10439
10440 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-art.el (gnus-mime-display-part): Protect against broken
10443         MIME messages.
10444
10445 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10448         before parsing header.
10449
10450 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10451
10452         * html2text.el (html2text-replace-list): Add new entities.
10453
10454 2005-09-11  Romain Francoise  <romain@orebokech.com>
10455
10456         * message.el (message-alternative-emails): Improve docstring.
10457         (message-setup-1): Call `message-use-alternative-email-as-from'
10458         after `message-setup-hook' to give it precedence over posting
10459         styles, etc.
10460         (message-use-alternative-email-as-from): Add docstring.  Remove
10461         the original From header if present.
10462
10463         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10464         (nnml-save-mail): Use it.
10465
10466         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10467         articles.  Add new argument `silent'.
10468         (gnus-uu-mark-all): Report the total number of marked articles.
10469
10470 2005-09-10  Romain Francoise  <romain@orebokech.com>
10471
10472         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10473         (gnus-uu-mark-series): Likewise.
10474
10475 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * spam-report.el (spam-report-gmane): Fix generation of spam
10478         report URL.
10479
10480 2005-09-10  Simon Josefsson  <jas@extundo.com>
10481
10482         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10483         t, based on discussion on the ding list with Robert Epprecht
10484         <epprecht@solnet.ch>.
10485
10486 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * spam-report.el (spam-report-gmane): Make it work without
10489         X-Report-Spam header.  Gmane now only provides Archived-At.
10490         This is only used if `spam-report-gmane-use-article-number' is nil.
10491         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10492
10493         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10494         make `gnus-summary-sort-by-recipient' work with threading.
10495
10496         * nnweb.el (nnweb-google-wash-article): Print a message if article
10497         is not available.
10498
10499 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10500
10501         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10502         change.  Decode text/* parts content before displaying.
10503
10504 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10507
10508 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10511
10512         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10513         url-package-name, url-package-version,
10514         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10515         w3m-display-inline-images, and w3m-minor-mode-map.
10516
10517 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * message.el (message-tab-body-function): Fix mismatched custom type.
10520
10521         * gnus.el (gnus-group-change-level-function): Ditto.
10522
10523         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10524
10525         * gnus-art.el (gnus-signature-limit)
10526         (gnus-article-mime-part-function): Ditto.
10527
10528 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * mml.el (mml-mode): Silence the byte compiler.
10531
10532         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10533         using `(sit-for 0)' before moving the point to the specified part;
10534         skip unbuttonized parts.
10535         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10536         return to the summary window if gnus-auto-select-part is non-nil.
10537
10538 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10539
10540         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10541         variables.
10542         (mml-dnd-attach-file, mml-mode): Use them.
10543
10544         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10545         Make fetching article by MID work again for Google Groups.  Added
10546         FIXME concerning gnus-group-make-web-group.
10547
10548         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10549         Don't depend on Gnus by using mail-extract-address-components if
10550         gnus-extract-address-components is not bound.
10551
10552 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553
10554         * gnus-art.el (gnus-mime-display-security): Don't display the
10555         signature, but only the signed part.
10556
10557 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10560
10561         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10562         list, not listp.
10563
10564 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10565
10566         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10567         when encoding.
10568
10569         * mm-bodies.el (mm-decode-content-transfer-encoding):
10570         De-canonicalize CRLF for all text content types, not just
10571         text/plain.
10572
10573 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10576         valid article; point arrow and cursor at the MIME button.
10577
10578 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10581         Suggested by Dan Christensen <jdc@uwo.ca>.
10582
10583         * mm-decode.el (mm-save-part): Enable change of prompt.
10584
10585 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10586
10587         * gnus-msg.el (gnus-inews-add-send-actions): Made
10588         `message-post-method' lambda parameter ARG `&optional'.
10589
10590 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-sum.el (gnus-summary-mime-map): Added
10593         gnus-article-save-part-and-strip, gnus-article-delete-part and
10594         gnus-article-jump-to-part.
10595
10596         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10597         (gnus-article-edit-part): Use it.
10598         (gnus-article-part-wrapper): Added no-handle argument.
10599         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10600         functions.
10601
10602 2005-08-29  Romain Francoise  <romain@orebokech.com>
10603
10604         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10605         docstring.
10606         (gnus-face-from-file): Likewise.
10607
10608 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10611         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10612         non-nil.
10613         (gnus-auto-select-part): New variable.
10614         (gnus-article-jump-to-part): New function.
10615         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10616         (gnus-mime-delete-part): Allow selecting specified part after
10617         deleting or stripping parts.
10618         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10619         part if argument is bogus.
10620
10621 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10622
10623         * gnus-art.el (w3m-minor-mode-map):
10624         * gnus-spec.el (gnus-newsrc-file-version):
10625         * gnus-util.el (nnmail-active-file-coding-system)
10626         (gnus-original-article-buffer, gnus-user-agent):
10627         * gnus.el (gnus-ham-process-destinations)
10628         (gnus-parameter-ham-marks-alist)
10629         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10630         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10631         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10632         * mm-decode.el (gnus-current-window-configuration):
10633         * mm-extern.el (gnus-article-mime-handles):
10634         * mm-url.el (url-current-object, url-package-name)
10635         (url-package-version):
10636         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10637         (smime-keys, w3m-cid-retrieve-function-alist)
10638         (w3m-current-buffer, w3m-display-inline-images)
10639         (w3m-minor-mode-map):
10640         * mml-smime.el (gnus-extract-address-components):
10641         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10642         (gnus-newsrc-hashtb, message-default-charset)
10643         (message-deletable-headers, message-options)
10644         (message-posting-charset, message-required-mail-headers)
10645         (message-required-news-headers):
10646         * mml1991.el (mc-pgp-always-sign):
10647         * mml2015.el (mc-pgp-always-sign):
10648         * nnheader.el (nnmail-extra-headers):
10649         * rfc1843.el (gnus-decode-encoded-word-function)
10650         (gnus-decode-header-function, gnus-newsgroup-name):
10651         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10652
10653 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10654
10655         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10656         the end of the date treatments.
10657
10658 2005-08-15  Simon Josefsson  <jas@extundo.com>
10659
10660         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10661         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10662         Capello and Romain Francoise.
10663         (pgg-fetch-key-function): Removed, not used?
10664         (pgg-insert-url-with-w3): Require url, to get
10665         url-insert-file-contents regardless of where it is defined.
10666
10667 2005-08-13  Romain Francoise  <romain@orebokech.com>
10668
10669         * message.el (message-cite-original-1): New function.
10670         (message-cite-original): Use it.
10671         (message-cite-original-without-signature): Ditto.
10672
10673 2005-08-08  Romain Francoise  <romain@orebokech.com>
10674
10675         * message.el (message-yank-empty-prefix): New variable.
10676         (message-indent-citation): Use it.
10677         (message-cite-original-without-signature): Respect X-No-Archive.
10678
10679 2005-08-08  Simon Josefsson  <jas@extundo.com>
10680
10681         * pgg.el: Autoload url-insert-file-contents instead of loading
10682         w3/url.
10683         (pgg-insert-url-with-w3): Don't load url here.
10684
10685 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10686
10687         * message.el (message-kill-to-signature): Don't insert newline at
10688         bol.
10689         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10690
10691 2005-08-06  Romain Francoise  <romain@orebokech.com>
10692
10693         * message.el (message-user-fqdn): Fix typo in docstring.
10694
10695 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10696
10697         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10698
10699         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10700
10701 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * mm-bodies.el (mm-encode-body): Use coding system rather than
10704         charset to encode text.
10705
10706         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10707         number of charsets if utf-8 is available (XEmacs).
10708
10709 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10712         taken from `gnus-button-mid-or-mail-regexp'.
10713         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10714         (gnus-button-alist): Improve regexp for domain part of the MIDs
10715         for news:localpart@domain buttons.
10716         (gnus-button-ctan-directory-regexp): Update.
10717
10718 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * sieve-manage.el (sieve-manage-interactive-login): Use
10721         make-local-variable rather than make-variable-buffer-local.
10722         (sieve-manage-open): Ditto.
10723         (sieve-manage-authenticate): Ditto.
10724
10725         * mml.el (mml-generate-mime-1): Make the content type default to
10726         text/plain if the filename is not specified.
10727
10728 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10731         instead of insert-buffer.
10732
10733         * message.el (message-yank-original): Ditto; set the mark at the
10734         end of the yanked message.
10735
10736 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10739         lines to scroll rather than to stop it.
10740
10741         * mml.el (mml-generate-default-type): Add doc string.
10742         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10743         default to application/octet-stream when determining the content
10744         type if it is not specified for the part or the mml contents; add
10745         a comment about mml-generate-default-type.
10746
10747 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10748
10749         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10750         make it default to application/octet-stream when determining the
10751         content type if it is not specified for the external contents.
10752
10753 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10754
10755         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10756         segmented parameter but also other parameters might be there.
10757
10758 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * mm-decode.el (mm-display-external): Delete temp file, directory
10761         and buffer immediately if the external process is exited.
10762
10763 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10766         fewer lines than that of scroll-margin.
10767         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10768
10769 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (gnus-article-next-page): Revert.
10772         (gnus-article-beginning-of-window): New macro.
10773         (gnus-article-next-page-1): Use it.
10774         (gnus-article-prev-page): Ditto.
10775         (gnus-article-edit-part): Use insert-buffer-substring instead of
10776         insert-buffer.
10777         (gnus-article-edit-exit): Ditto.
10778
10779         * gnus-util.el (gnus-beginning-of-window): Remove.
10780         (gnus-end-of-window): Remove.
10781
10782         * lpath.el: Don't bind header-line-format and scroll-margin.
10783
10784 2005-07-25  Simon Josefsson  <jas@extundo.com>
10785
10786         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10787         to have the url package without w3.  Reported by Daiki Ueno
10788         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10789
10790 2005-07-20  Didier Verna  <didier@xemacs.org>
10791
10792         * gnus-diary.el: Remove the description comment (nndiary is now
10793         properly documented in the Gnus manual).
10794         Fix the spelling of "Back End".
10795         * nndiary.el: Ditto.
10796         Fix the copyright notice.
10797
10798 2005-07-18  Romain Francoise  <romain@orebokech.com>
10799
10800         * gnus-sum.el (gnus-summary-to-prefix)
10801         (gnus-summary-newsgroup-prefix): New variables.
10802         (gnus-summary-from-or-to-or-newsgroups): Use them.
10803
10804 2005-07-17  Romain Francoise  <romain@orebokech.com>
10805
10806         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10807         space as it's generally not especially interesting to the user.
10808
10809 2005-07-16  Romain Francoise  <romain@orebokech.com>
10810
10811         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10812         nil to avoid prompting and file modification if one of the
10813         messages at the top of the nnfolder file contains a copyright
10814         notice.
10815         Update copyright notice.
10816
10817         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10818         instead of `current-time-string' as the latter creates a time
10819         string that is not RFC 2822 compliant (it lacks the zone).
10820         Update copyright notice.
10821
10822 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10823
10824         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10825         for text/rtf.  Display default in prompt.  Pass default for M-n.
10826
10827         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10828
10829 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10830
10831         * gnus-msg.el (gnus-button-mailto): Remove
10832         save-selected-window-window hackery because it relies on
10833         save-selected-window internals.
10834
10835 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10838         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10839         (gnus-article-prev-page): Ditto.
10840
10841         * gnus-util.el (gnus-beginning-of-window): New function.
10842         (gnus-end-of-window): New function.
10843
10844         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10845
10846 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10847
10848         * gnus-score.el (gnus-score-edit-all-score): Set
10849         gnus-score-edit-exit-function to gnus-score-edit-done and call
10850         gnus-message.
10851
10852 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10853
10854         * gnus-msg.el (gnus-button-mailto): Remove
10855         save-selected-window-window hackery because it relies on
10856         save-selected-window internals.
10857
10858 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10861         add-minor-mode.
10862         (gnus-binary-mode): Ditto.
10863
10864         * gnus-topic.el (gnus-topic-mode): Ditto.
10865
10866 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10867
10868         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10869         (gnus-article-prev-page): Take scroll-margin into consideration.
10870
10871 2005-07-04  Lute Kamstra  <lute@gnu.org>
10872
10873         Update FSF's address in GPL notices.
10874
10875 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10876
10877         * gnus.el (gnus-exit):
10878         * gnus-group.el (gnus-group-icons):
10879         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10880
10881         * gnus-nocem.el (gnus-nocem):
10882         * message.el (message-various, message-buffers, message-sending)
10883         (message-interface, message-forwarding, message-insertion)
10884         (message-headers, message-news, message-mail):
10885         * pgg-gpg.el (pgg-gpg):
10886         * pgg-parse.el (pgg-parse):
10887         * pgg-pgp.el (pgg-pgp):
10888         * pgg-pgp5.el (pgg-pgp5):
10889         * pop3.el (pop3): Finish `defgroup' description with period.
10890
10891 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-art.el (article-display-face): Improve the efficiency.
10894         (article-display-x-face): Ditto; remove grey x-face stuff.
10895
10896 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * gnus-art.el (article-display-face): Correct the position in
10899         which Faces are inserted.
10900
10901 2005-06-29  Didier Verna  <didier@xemacs.org>
10902
10903         * gnus-art.el (article-display-face): Display faces in correct
10904         order.
10905
10906 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10909         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10910         (gnus-nocem-check-article): Fetch the Type header.
10911         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10912         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10913         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10914         make sure gnus-nocem-hashtb is initialized.
10915         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10916         (gnus-nocem-unwanted-article-p): Ditto.
10917
10918         * pgg.el (pgg-verify): Return the verification result.
10919
10920 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10923         is ascii.
10924
10925 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10926
10927         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10928         `show-nonbreak-escape'.
10929
10930 2005-06-23  Lute Kamstra  <lute@gnu.org>
10931
10932         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10933
10934         * dig.el (dig-mode):
10935         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10936
10937 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10938
10939         * nnimap.el (nnimap-split-download-body): Fix spellings.
10940
10941 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10942
10943         * gnus-art.el (gnus-article-encrypt-body):
10944         * gnus-cus.el (gnus-score-customize):
10945         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10946         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10947
10948 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10949
10950         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10951         header by looking for magic "MII" at the beginnig.
10952
10953 2005-06-16  Miles Bader  <miles@gnu.org>
10954
10955         * gnus-xmas.el (gnus-xmas-group-startup-message):
10956         Use renamed gnus-splash face.
10957
10958         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10959         (assistant-field-face): New backward-compatibility alias for renamed
10960         face.
10961         (assistant-render-text): Use renamed assistant-field face.
10962
10963         * spam.el (spam): Remove "-face" suffix from face name.
10964         (spam-face): New backward-compatibility alias for renamed face.
10965         (spam-face, spam-initialize): Use renamed spam face.
10966
10967         * message.el (message-header-to, message-header-cc)
10968         (message-header-subject, message-header-newsgroups)
10969         (message-header-other, message-header-name)
10970         (message-header-xheader, message-separator, message-cited-text)
10971         (message-mml): Remove "-face" suffix from face names.
10972         (message-header-to-face, message-header-cc-face)
10973         (message-header-subject-face, message-header-newsgroups-face)
10974         (message-header-other-face, message-header-name-face)
10975         (message-header-xheader-face, message-separator-face)
10976         (message-cited-text-face, message-mml-face):
10977         New backward-compatibility aliases for renamed faces.
10978         (message-font-lock-keywords): Use renamed message faces.
10979
10980         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10981         (sieve-test-commands, sieve-tagged-arguments):
10982         Remove "-face" suffix from face names.
10983         (sieve-control-commands-face, sieve-action-commands-face)
10984         (sieve-test-commands-face, sieve-tagged-arguments-face):
10985         New backward-compatibility aliases for renamed faces.
10986         (sieve-control-commands-face, sieve-action-commands-face)
10987         (sieve-test-commands-face, sieve-tagged-arguments-face):
10988         Use renamed sieve faces.
10989
10990         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10991         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10992         (gnus-group-news-3-empty, gnus-group-news-4)
10993         (gnus-group-news-4-empty, gnus-group-news-5)
10994         (gnus-group-news-5-empty, gnus-group-news-6)
10995         (gnus-group-news-6-empty, gnus-group-news-low)
10996         (gnus-group-news-low-empty, gnus-group-mail-1)
10997         (gnus-group-mail-1-empty, gnus-group-mail-2)
10998         (gnus-group-mail-2-empty, gnus-group-mail-3)
10999         (gnus-group-mail-3-empty, gnus-group-mail-low)
11000         (gnus-group-mail-low-empty, gnus-summary-selected)
11001         (gnus-summary-cancelled, gnus-summary-high-ticked)
11002         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11003         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11004         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11005         (gnus-summary-low-undownloaded)
11006         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11007         (gnus-summary-low-unread, gnus-summary-normal-unread)
11008         (gnus-summary-high-read, gnus-summary-low-read)
11009         (gnus-summary-normal-read, gnus-splash):
11010         Remove "-face" suffix from face names.
11011         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11012         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11013         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11014         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11015         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11016         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11017         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11018         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11019         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11020         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11021         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11022         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11023         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11024         (gnus-summary-normal-ticked-face)
11025         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11026         (gnus-summary-normal-ancient-face)
11027         (gnus-summary-high-undownloaded-face)
11028         (gnus-summary-low-undownloaded-face)
11029         (gnus-summary-normal-undownloaded-face)
11030         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11031         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11032         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11033         (gnus-splash-face):
11034         New backward-compatibility aliases for renamed faces.
11035         (gnus-group-startup-message): Use renamed gnus faces.
11036
11037         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11038         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11039         (gnus-server-agent): Remove "-face" suffix from face names.
11040         (gnus-server-agent-face, gnus-server-opened-face)
11041         (gnus-server-closed-face, gnus-server-denied-face)
11042         (gnus-server-offline-face):
11043         New backward-compatibility aliases for renamed faces.
11044         (gnus-server-agent-face, gnus-server-opened-face)
11045         (gnus-server-closed-face, gnus-server-denied-face)
11046         (gnus-server-offline-face): Use renamed gnus faces.
11047
11048         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11049         Remove "-face" suffix from face names.
11050         (gnus-picon-xbm-face, gnus-picon-face):
11051         New backward-compatibility aliases for renamed faces.
11052
11053         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11054         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11055         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11056         (gnus-cite-11): Remove "-face" suffix from face names.
11057         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11058         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11059         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11060         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11061         New backward-compatibility aliases for renamed faces.
11062         (gnus-cite-attribution-face, gnus-cite-face-list)
11063         (gnus-article-boring-faces): Use renamed gnus faces.
11064
11065         * gnus-art.el (gnus-signature, gnus-header-from)
11066         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11067         (gnus-header-content): Remove "-face" suffix from face names.
11068         (gnus-signature-face, gnus-header-from-face)
11069         (gnus-header-subject-face, gnus-header-newsgroups-face)
11070         (gnus-header-name-face, gnus-header-content-face):
11071         New backward-compatibility aliases for renamed faces.
11072         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11073
11074         * gnus-sum.el (gnus-summary-selected-face)
11075         (gnus-summary-highlight): Use renamed gnus faces.
11076         * gnus-group.el (gnus-group-highlight): Likewise.
11077
11078 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11079
11080         * gnus-sieve.el (gnus-sieve-article-add-rule):
11081         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11082         * spam-stat.el (spam-stat-buffer-change-to-spam)
11083         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11084
11085         * message.el (message-is-yours-p):
11086         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11087
11088 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * mm-view.el (mm-inline-text): Withdraw the last change.
11091
11092 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11095         executing enriched-decode.
11096
11097 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11100         charset of tar files.
11101
11102 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11103
11104         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11105
11106 2005-06-04  Lute Kamstra  <lute@gnu.org>
11107
11108         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11109         information is never recorded.
11110
11111 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11112
11113         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11114
11115 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * pop3.el (pop3-apop): Run md5 in the binary mode.
11118
11119         * starttls.el (starttls-set-process-query-on-exit-flag):
11120         Use eval-and-compile.
11121
11122 2005-05-31  Simon Josefsson  <jas@extundo.com>
11123
11124         * smime.el (smime-replace-in-string): Define.
11125         (smime-cert-by-ldap-1): Use it.
11126
11127 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-art.el (article-display-x-face): Replace
11130         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11131
11132         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11133         set-process-query-on-exit-flag or process-kill-without-query.
11134
11135         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11136         loop instead of replace-regexp.
11137
11138         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11139         instead of process-kill-without-query if it is available.
11140
11141         * lpath.el: Fbind ldap-search-entries.
11142
11143         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11144         instead of find-file-hooks if it is available.
11145
11146         * mml1991.el: Bind pgg-default-user-id when compiling.
11147
11148         * mml2015.el: Bind pgg-default-user-id when compiling.
11149
11150         * nndraft.el (nndraft-request-associate-buffer):
11151         Use write-contents-functions instead of write-contents-hooks if it is
11152         available.
11153
11154         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11155         instead of find-file-hooks if it is available.
11156
11157         * nntp.el (nntp-open-connection): Replace
11158         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11159         (nntp-open-ssl-stream): Ditto.
11160         (nntp-open-tls-stream): Ditto.
11161
11162         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11163         set-process-query-on-exit-flag or process-kill-without-query.
11164         (starttls-open-stream-gnutls): Use it instead of
11165         process-kill-without-query.
11166         (starttls-open-stream): Ditto.
11167
11168 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11169
11170         * smime.el (smime-cert-by-ldap-1): Don't use
11171         replace-regexp-in-string.
11172
11173 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11174
11175         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11176
11177         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11178         in PEM format.  Adjust to the XEmacs compability.
11179
11180 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11181
11182         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11183         by `string-to-number'.
11184         * gnus-agent.el (gnus-agent-regenerate-group)
11185         (gnus-agent-fetch-articles): Ditto.
11186         * gnus-art.el (gnus-button-fetch-group): Ditto.
11187         * gnus-cache.el (gnus-cache-generate-active)
11188         (gnus-cache-articles-in-group): Ditto.
11189         * gnus-group.el (gnus-group-set-current-level)
11190         (gnus-group-insert-group-line): Ditto.
11191         * gnus-score.el (gnus-score-set-expunge-below)
11192         (gnus-score-set-mark-below, gnus-summary-score-effect)
11193         (gnus-summary-score-entry): Ditto.
11194         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11195         (gnus-soup-pack): Ditto.
11196         * gnus-spec.el (gnus-xmas-format): Ditto.
11197         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11198         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11199         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11200         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11201         * nndb.el (nndb-get-remote-expire-response): Ditto.
11202         * nndiary.el (nndiary-parse-schedule-value)
11203         (nndiary-string-to-number, nndiary-request-replace-article)
11204         (nndiary-request-article): Ditto.
11205         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11206         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11207         * nneething.el (nneething-make-head): Ditto.
11208         * nnfolder.el (nnfolder-request-article)
11209         (nnfolder-retrieve-headers): Ditto.
11210         * nnheader.el (nnheader-file-to-number): Ditto.
11211         * nnkiboze.el (nnkiboze-request-article): Ditto.
11212         * nnmail.el (nnmail-process-unix-mail-format)
11213         (nnmail-process-babyl-mail-format): Ditto.
11214         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11215         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11216         (nnmh-request-create-group, nnmh-request-list-1)
11217         (nnmh-request-group, nnmh-request-article): Ditto.
11218         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11219         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11220         * nnsoup.el (nnsoup-make-active): Ditto.
11221         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11222         * nntp.el (nntp-find-group-and-number)
11223         (nntp-retrieve-headers-with-xover): Ditto.
11224         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11225         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11226         (pgg-format-key-identifier): Ditto.
11227         * pop3.el (pop3-last, pop3-stat): Ditto.
11228         * qp.el (quoted-printable-decode-region): Ditto.
11229
11230         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11231         of concat.
11232
11233 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11236
11237         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11238
11239         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11240
11241         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11242
11243         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11244
11245         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11246
11247         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11248         (gnus-carpal-mode): Ditto.
11249
11250         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11251         (gnus-browse-mode): Ditto.
11252
11253         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11254
11255         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11256
11257 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11258
11259         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11260
11261 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * gnus-util.el (gnus-run-mode-hooks): New function.
11264
11265         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11266
11267         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11268         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11269
11270 2005-05-27  Lute Kamstra  <lute@gnu.org>
11271
11272         * dns-mode.el (dns-mode): Specify customization group.
11273
11274 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11275
11276         * gnus-agent.el (gnus-agent-make-mode-line-string):
11277         Use mode-line-highlight as mouse-face.
11278
11279 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * canlock.el (canlock): Change the parent group to news.
11282
11283         * deuglify.el (gnus-outlook-deuglify): Add :group.
11284
11285         * dig.el (dig): Add :group.
11286
11287         * dns-mode.el (dns-mode): Add :group.
11288
11289         * encrypt.el (encrypt): Add :group.
11290
11291         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11292         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11293         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11294         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11295         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11296
11297         * gnus-diary.el (gnus-diary): Add :group.
11298
11299         * gnus.el (gnus-group-news-1-face): Add :group.
11300         (gnus-group-news-1-empty-face): Ditto.
11301         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11302         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11303         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11304         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11305         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11306         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11307         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11308         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11309         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11310         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11311         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11312         (gnus-summary-high-ticked-face): Ditto.
11313         (gnus-summary-low-ticked-face): Ditto.
11314         (gnus-summary-normal-ticked-face): Ditto.
11315         (gnus-summary-high-ancient-face): Ditto.
11316         (gnus-summary-low-ancient-face): Ditto.
11317         (gnus-summary-normal-ancient-face): Ditto.
11318         (gnus-summary-high-undownloaded-face): Ditto.
11319         (gnus-summary-low-undownloaded-face): Ditto.
11320         (gnus-summary-normal-undownloaded-face): Ditto.
11321         (gnus-summary-high-unread-face): Ditto.
11322         (gnus-summary-low-unread-face): Ditto.
11323         (gnus-summary-normal-unread-face): Ditto.
11324         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11325         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11326
11327         * hashcash.el (hashcash): New custom group.
11328         (hashcash-default-payment): Add :group.
11329         (hashcash-payment-alist): Ditto.
11330         (hashcash-default-accept-payment): Ditto.
11331         (hashcash-accept-resources): Ditto.
11332         (hashcash-path): Ditto.
11333         (hashcash-extra-generate-parameters): Ditto.
11334         (hashcash-double-spend-database): Ditto.
11335         (hashcash-in-news): Ditto.
11336
11337         * message.el (message-minibuffer-local-map): Add :group.
11338
11339         * netrc.el (netrc): Add :group.
11340
11341         * sieve-manage.el (sieve-manage-log): Add :group.
11342         (sieve-manage-default-user): Diito.
11343         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11344         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11345         (sieve-manage-authenticators): Ditto.
11346         (sieve-manage-authenticator-alist): Ditto.
11347         (sieve-manage-default-port): Ditto.
11348
11349         * sieve-mode.el (sieve-control-commands-face): Add :group.
11350         (sieve-action-commands-face): Ditto.
11351         (sieve-test-commands-face): Ditto.
11352         (sieve-tagged-arguments-face): Ditto.
11353
11354         * smime.el (smime): Add :group.
11355
11356         * spam-report.el (spam-report): Add :group.
11357
11358         * spam.el (spam, spam-face): Add :group.
11359
11360 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11361
11362         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11363         return \n.\n.\n at the end of articles.  Protect against that.
11364         (nntp-with-open-group): Allow debugging.
11365
11366         * nnheader.el (mail-header-set-extra): Make into a function
11367         because I just could't understand how to quote the list properly.
11368
11369         * dns.el (query-dns-cached): New function.
11370
11371 2005-05-26  Lute Kamstra  <lute@gnu.org>
11372
11373         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11374
11375 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11378
11379         * gnus-art.el: Don't autoload mail-extract-address-components.
11380
11381         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11382         eval-and-compile to evaluate it.
11383
11384         * hashcash.el: Don't autoload executable-find.
11385
11386         * nndb.el: Don't declare the nndb back end two or more times; don't
11387         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11388
11389         * nntp.el: Autoload format-spec instead of format; use
11390         eval-and-compile to evaluate autoload forms.
11391
11392 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11393
11394         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11395
11396 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11397
11398         * gnus.el (gnus-version-number): Bump version.
11399
11400 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11401
11402         * gnus.el: No Gnus v0.3 is released.
11403
11404 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405
11406         * lpath.el (featurep): Bind show-nonbreak-escape.
11407
11408 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-art.el (gnus-article-edit-part): Disable undo.
11411
11412 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11415         gnus-article-date-lapsed-new-header is t if date timer is active;
11416         skip headers in which the original date value is empty.
11417         (gnus-article-save-original-date): Redefine it as a macro.
11418         (gnus-display-mime): Use it.
11419
11420 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * gnus-art.el (article-date-ut): Support converting date in
11423         forwarded parts as well.
11424         (gnus-article-save-original-date): New function.
11425         (gnus-display-mime): Use it.
11426
11427 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11428
11429         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11430         enclosure element of <item>.
11431
11432 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * message.el (message-kill-buffer-query): Renamed from
11435         `message-kill-buffer-query-if-modified'.  Added :version.
11436
11437 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11440         window layout.
11441
11442 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mml.el: Autoload dnd when compiling.
11445
11446 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11449         x-dnd-*.
11450
11451 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * qp.el (quoted-printable-encode-region): Save excursion.
11454
11455 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11456
11457         * message.el (message-kill-buffer-query-if-modified): Add new variable
11458         so the user can kill a modified message buffer quickly.
11459         (message-kill-buffer): Use it.
11460
11461 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * lpath.el: Fbind display-time-event-handler; don't fbind
11464         string-to-multibyte.
11465
11466         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11467
11468 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11471         contained in text because xml.el decodes entities) with LFs.
11472
11473 2005-04-11  Lute Kamstra  <lute@gnu.org>
11474
11475         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11476         differently.
11477
11478 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11479
11480         * mm-util.el (mm-detect-coding-region): Typo.
11481
11482 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11485
11486 2005-04-06  Deepak Goel  <deego@gnufans.org>
11487
11488         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11489         user-function allow user modifications of the scores.
11490         (spam-stat-score-buffer-user): New function, to allow
11491         user-computed modifications to the score.
11492         (spam-stat-score-buffer-user-functions): List of additional
11493         scoring functions.
11494         (spam-stat-error-holder): Global temporary error holder.
11495         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11496         variable.
11497
11498 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         * gnus-registry.el (gnus-registry-clean-empty-function)
11501         (gnus-registry-trim, gnus-registry-fetch-groups)
11502         (gnus-registry-delete-group): Groups that match
11503         `gnus-registry-ignored-groups' are removed from the registry
11504         entries, not just ignored for splitting.  This helps clean up the
11505         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11506         to get all the groups a message ID is in.
11507
11508         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11509         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11510         (spam-stat-score-buffer-user-functions): Add :number custom type.
11511
11512 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11515         argument in XEmacs.
11516
11517         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11518         (nnrss-request-group): Decode group name first.
11519         (nnrss-request-article): Make a text/plain article if mml-to-mime
11520         failed.
11521         (nnrss-get-encoding): Return a compatible encoding according to
11522         nnrss-compatible-encoding-alist.
11523         (nnrss-find-el): Use consp instead of listp.
11524         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11525
11526 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11529         which Emacs 20 doesn't support.
11530         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11531
11532 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11535         silence the byte compiler inside the defun.
11536
11537         * gnus-demon.el (parse-time-string): Add autoload.
11538
11539         * gnus-delay.el (parse-time-string): Add autoload.
11540
11541         * gnus-art.el (parse-time-string): Add autoload.
11542
11543         * nnultimate.el (parse-time): Require for `parse-time-string'.
11544
11545 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11548
11549         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11550
11551         * smime.el (smime-ldap-host-list): Add :version.
11552
11553 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11556         pass it to `gnus-browse-read-group'.
11557         (gnus-browse-read-group): Add NUMBER argument and pass it to
11558         `gnus-group-read-ephemeral-group'.
11559
11560         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11561         argument and pass it to `gnus-group-read-group'.
11562
11563 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11564
11565         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11566         mm-xemacs-find-mime-charset-1 if we have the mule feature
11567         available at runtime.
11568
11569 2005-03-25  Werner Lemberg  <wl@gnu.org>
11570
11571         * nnmaildir.el: Replace `illegal' with `invalid'.
11572
11573 2005-03-23  Lute Kamstra  <lute@gnu.org>
11574
11575         * time-date.el: Add comment on time value formats.
11576         Don't require parse-time.
11577         (with-decoded-time-value): New macro.
11578         (encode-time-value): New function.
11579         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11580         (days-to-time): Return a valid time value when arg is huge.
11581         (time-since): Use time-subtract.
11582         (time-to-number-of-days): Use time-to-seconds.
11583
11584 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11585
11586         * gnus-start.el (gnus-display-time-event-handler):
11587         Check display-time-timer at runtime rather than only at load time
11588         in case display-time-mode is turned off in the mean time.
11589
11590 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11593         used.
11594
11595         * nneething.el (nneething-map-file-directory): Derive from
11596         `gnus-directory'.
11597
11598         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11599         the To/Cc button.
11600
11601 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * nnmaildir.el (nnmaildir-request-accept-article):
11604         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11605
11606 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11607
11608         * gnus-async.el: Require timer-funcs at compile time when in
11609         XEmacs for `run-with-idle-timer'.
11610
11611 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11612
11613         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11614         autoloaded function.
11615
11616 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11617
11618         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11619
11620 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11621
11622         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11623
11624 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11625
11626         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11627         gnus-expert-user to default.
11628
11629 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11630
11631         * nnimap.el (nnimap-open-server): Ditto.
11632
11633         * imap.el (imap-authenticate): Fix typo.
11634
11635 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11636
11637         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11638         buffer (since IMAP server might return FETCH response out of
11639         order, and the nntp buffer must be sorted).
11640
11641 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11642
11643         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11644         comparison on string.
11645
11646         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11647         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11648         (gnus-agent-summary-fetch-series): Modified to protect against
11649         gnus-agent-summary-fetch-group clearing processable flags.
11650         (gnus-agent-synchronize-group-flags): Update live group buffer as
11651         synchronization may occur due to the user toggle the plugged
11652         status.
11653         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11654         successfully downloaded.
11655         (gnus-agent-expire-group-1): Avoid using markers when the overview
11656         is in ascending order; greatly improves performance.
11657         (gnus-agent-regenerate-group): Use
11658         gnus-agent-synchronize-group-flags to reset read status in both
11659         gnus and server.
11660         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11661
11662 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * message.el: Don't autoload former message-utils variables.
11665         (message-strip-subject-trailing-was): Change doc string.
11666
11667         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11668         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11669         (nnweb-google-search): Add "hl=en" here.
11670         (nnweb-google-parse-1, nnweb-google-create-mapping):
11671         Don't hardcode URL.
11672
11673 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * message.el (message-get-reply-headers, message-followup):
11676         Mention related variables `message-use-followup-to' and
11677         `message-use-mail-followup-to', in the information buffer.
11678
11679         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11680         of broken groups(-beta).google.com.
11681
11682 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11683
11684         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11685         parameter to invoked gnus-request-move-article; remove the
11686         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11687         all at once instead of once per article.
11688         (gnus-summary-remove-process-mark): Accept a list of articles as
11689         well as a single article for processing.
11690
11691         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11692         parameter.
11693
11694         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11695
11696         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11697
11698         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11699         parameter.
11700
11701         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11702         parameter.
11703
11704         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11705         parameter and remove the gnus-sum-hint-move-is-internal variable.
11706
11707         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11708         parameter.
11709
11710         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11711         parameter.
11712
11713         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11714         parameter.
11715
11716         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11717
11718         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11719         parameter.
11720
11721         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11722         parameter.
11723
11724 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11725
11726         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11727         a more conservative way.
11728
11729 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11730
11731         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11732         buffer, so it moves the window's cursor.
11733
11734 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11735
11736         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11737         `mm-dissect-multipart' and receive the from field as an (optional)
11738         argument from `mm-dissect-multipart'.
11739         (mm-dissect-multipart): Receive the from field as an argument and
11740         pass it on when we call `mm-dissect-buffer' on MIME parts.
11741         Fixes verification/decryption of signed/encrypted MIME parts.
11742
11743 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11744
11745         * gnus-sum.el (gnus-summary-move-article): Set
11746         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11747         whatever it calls (right now, only nnimap-request-move article
11748         respects it).
11749
11750         * nnimap.el (nnimap-request-move-article): When
11751         gnus-sum-hint-move-is-internal is set, don't do the extra
11752         nnimap-request-article.
11753
11754 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11757
11758         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11759         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11760
11761         * gnus-sum.el (gnus-summary-caesar-message):
11762         Apply `gnus-treat-article' after rotation.
11763
11764         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11765         doc string.
11766
11767 2005-02-22  Simon Josefsson  <jas@extundo.com>
11768
11769         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11770         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11771         <arne@arnested.dk>.
11772         (encrypt): Add password-cache and password-cache-expiry as group
11773         members.
11774
11775 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11776
11777         * smime.el (smime-ldap-host-list): Doc fix.
11778         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11779         cache) password.
11780         (smime-sign-region): Use it.
11781         (smime-decrypt-region): Use it.
11782         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11783         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11784         fails.
11785         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11786         certificate from DER to PEM format rather than calling openssl.
11787
11788         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11789
11790         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11791         for signing/encryption.
11792
11793         * mml.el (mml-parse-1): Use them.
11794
11795 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11796
11797         * nnrss.el (nnrss-verbose): Removed.
11798         (nnrss-request-group): Use `nnheader-message' instead.
11799
11800 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11801
11802         * nnrss.el (nnrss-verbose): New variable.
11803         (nnrss-request-group): Make it say nnrss is requesting a group.
11804
11805 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11808         Handle news URL with given port correctly.
11809
11810 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11813         containing special characters.
11814
11815         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11816
11817         * mml.el (mime-to-mml): Ditto.
11818
11819         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11820         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11821         (rfc2047-decode-region): Quote decoded words containing special
11822         characters when rfc2047-quote-decoded-words-containing-tspecials
11823         is non-nil.
11824
11825 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11826
11827         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11828
11829         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11830
11831 2005-02-15  Simon Josefsson  <jas@extundo.com>
11832
11833         * nnimap.el (nnimap-debug): Doc fix.
11834
11835         * imap.el (imap-debug): Doc fix.
11836
11837 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11840
11841 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11842
11843         * gnus.el (spam-contents): Improve docs for spam-contents
11844         parameter in its variable incarnation.
11845
11846 2005-02-14  Simon Josefsson  <jas@extundo.com>
11847
11848         * smime-ldap.el: Use require instead of load-library for ldap.
11849         (smime-ldap-search): Indent.
11850         (smime-ldap-search-internal): Shorten line.
11851
11852         * smime.el (smime-cert-by-dns): Add doc-string.
11853         (smime-cert-by-ldap-1): Indent.
11854
11855         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11856         mml-smime-get-dns-ldap.
11857         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11858
11859 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11860
11861         * smime.el: Require smime-ldap.
11862         (smime-ldap-host-list): New variable.
11863         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11864
11865         * mml-smime.el (mml-smime-encrypt-query): New function.
11866         (mml-smime-encrypt-query): Use it.
11867
11868         * smime-ldap.el: New file.
11869
11870 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11873
11874 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11877         argument in doc string.  Make query for type more clear.
11878
11879 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * gnus.el (gnus-group-startup-message): Search for gnus images in
11882         etc/images/gnus.
11883         * mm-util.el (mm-image-load-path): Likewise.
11884         * smiley.el (smiley-data-directory): Search for smilies in
11885         etc/images/smilies.
11886
11887 2005-02-09  Kim F. Storm  <storm@cua.dk>
11888
11889         Change Emacs release version from 21.4 to 22.1 throughout.
11890         Change Emacs development version from 21.3.50 to 22.0.50.
11891
11892 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11895
11896         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11897         non-Mule XEmacs as well.
11898         (mm-decompress-buffer): Signal an error intentionally if it does
11899         not decompress compressed data because auto-compression-mode is
11900         disabled.
11901
11902 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11903
11904         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11905         an ID in the registry even if it has no groups.
11906
11907 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11910         merge it into mm-decompress-buffer.
11911         (gnus-mime-copy-part): Use the MIME part charset, the value which
11912         a user specified or gnus-newsgroup-charset for decoding, like
11913         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11914         save-buffer what was used.  Suggested by Kevin Ryde
11915         <user42@zip.com.au>.
11916         (gnus-mime-inline-part): Allow the name parameter as well as the
11917         filename parameter; force decompressing of compressed data; always
11918         display contents being not decoded as unibyte.
11919
11920         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11921         as well as the filename parameter.
11922
11923         * mm-util.el (mm-decompress-buffer): Merge
11924         gnus-mime-jka-compr-maybe-uncompress.
11925         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11926         of compressed data.
11927
11928 2005-02-08  Simon Josefsson  <jas@extundo.com>
11929
11930         * imap.el (imap-log): Doc fix.
11931
11932 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11935         the coding cookies; decompress compressed parts.
11936
11937         * mml.el (mml-generate-mime-1): Add the charset parameter according
11938         to the value which a user specified manually or the coding cookie.
11939
11940         * mm-util.el (mm-string-to-multibyte): New function.
11941         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11942         (mm-coding-system-to-mime-charset): New function.
11943         (mm-decompress-buffer): New function.
11944         (mm-find-buffer-file-coding-system): New function.
11945
11946         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11947         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11948         parts.
11949
11950 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11951
11952         * mm-view.el (mm-display-inline-fontify): Decode a part according
11953         to the charset parameter.
11954
11955 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11958         prefix arg is neither nil nor a number, as info specifies.
11959
11960 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11963         timestamps.
11964
11965 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11966
11967         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11968         groups error checking and notify user.
11969
11970 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11971
11972         * message.el (message-send-mail-function): Check existence of
11973         sendmail-program first before using default value
11974         `message-send-mail-with-sendmail'.  Otherwise use more generic
11975         `smtpmail-send-it'.
11976
11977 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * nntp.el (nntp-request-update-info): Always return nil.
11980
11981 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11982
11983         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11984
11985 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11986
11987         * message.el (message-beginning-of-line): Change the behavior when
11988         invoked between BOL and : so that it first moves backward.
11989
11990 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11993         article buffer when editing of the article is discarded.
11994         (gnus-article-prepare): Revert.
11995
11996 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * gnus-art.el (gnus-article-prepare):
11999         Remove message-strip-forbidden-properties from the local hook.
12000
12001 2005-01-27  Simon Josefsson  <jas@extundo.com>
12002
12003         * password.el (password-cache-add): Only start one timer per key.
12004         Reported by Derek Atkins <warlord@MIT.EDU>.
12005
12006 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12007
12008         * run-at-time.el: Removed.  It is no longer needed as
12009         timer-funcs.el in the xemacs-base package has a working version of
12010         `run-at-time'.
12011
12012         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12013
12014         * password.el: Require timer-funcs instead of run-at-time in
12015         XEmacs.
12016         Remove `password-run-at-time' macro.
12017         (password-cache-add): Use `run-at-time' instead of
12018         `password-run-at-time'.
12019
12020         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12021         Remove `nnheader-cancel-function-timers' alias,
12022         `cancel-function-timers' exists in XEmacs in timer-funcs.
12023
12024         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12025         for `run-with-idle-timer'.
12026
12027         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12028         for `run-at-time'.
12029
12030         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12031         for `with-timeout'.
12032
12033         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12034         the same as for XEmacs 21.4.
12035         No need to ignore `run-with-idle-timer', this function exists in
12036         XEmacs now in timer-funcs.el in the xemacs-base package.
12037         (dgnushack-compile): No need to delete
12038         run-at-time.el from the list of files to compile because it
12039         doesn't exist anymore.
12040
12041 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12044         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12045
12046 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12047
12048         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12049         sensitively.
12050
12051 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12052
12053         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12054
12055 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12058         which will be inserted according to the multibyteness of a buffer
12059         rather than the type of contents.  Suggested by ARISAWA Akihiro
12060         <ari@mbf.ocn.ne.jp>.
12061
12062         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12063         of string which old xml.el may return rather than a string.
12064
12065 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12066
12067         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12068
12069 2005-01-16  Simon Josefsson  <jas@extundo.com>
12070
12071         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12072         idn/idna.el isn't available.
12073         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12074         <michael@waxrat.com>.
12075
12076         * hashcash.el: Remove non-FSF copyright header.
12077
12078         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12079         (hashcash-generate-payment): Use it.
12080         (hashcash-generate-payment-async): Use it.
12081
12082 2005-01-15  Simon Josefsson  <jas@extundo.com>
12083
12084         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12085         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12086
12087         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12088         gnus-summary-idna-message.
12089         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12090         (gnus-summary-idna-message): New function.
12091
12092 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12095         gnus-novice-user.
12096
12097 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * nnrss.el (nnrss-request-delete-group): Delete entries in
12100         nnrss-group-alist as well.
12101         (nnrss-save-server-data): Insert newline.
12102
12103 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * gnus.el (gnus-user-agent): Use list of symbols instead of
12106         symbols.  Display full version number for (S)XEmacs.  Optionally
12107         display (S)XEmacs codename.
12108
12109         * gnus-util.el (gnus-emacs-version): Update for new
12110         `gnus-user-agent'.
12111
12112         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12113         Gnus version.
12114
12115 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12118         which is unreadable in some setups.
12119
12120 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus-spec.el (gnus-update-format-specifications): Flush the
12123         group format spec cache if it doesn't support decoded group names.
12124
12125 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12128         Allow to apply decay on score files matching a regexp.
12129
12130 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12133         compatibility in %g and %c.
12134
12135 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12138         name for only %g and %c.
12139         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12140         of gnus-tmp-group to decoded group name.
12141         (gnus-group-make-rss-group): Exclude `/'s from group names.
12142
12143 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * nnrss.el (nnrss-get-encoding): Fix regexp.
12146
12147 2004-12-27  Simon Josefsson  <jas@extundo.com>
12148
12149         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12150         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12151         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12152
12153 2004-12-17  Kim F. Storm  <storm@cua.dk>
12154
12155         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12156
12157         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12158
12159 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12160
12161         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12162
12163 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * nnrss.el: Require rfc2047 and mml.
12166         (nnrss-file-coding-system): New variable.
12167         (nnrss-format-string): Redefine it as an inline function.
12168         (nnrss-decode-group-name): New function.
12169         (nnrss-string-as-multibyte): Remove.
12170         (nnrss-retrieve-headers): Decode group name; don't use
12171         nnrss-format-string.
12172         (nnrss-request-group): Decode group name.
12173         (nnrss-request-article): Decode group name; allow a Message-ID as
12174         well as an article number; don't use nnrss-format-string; encode a
12175         Message-ID string which may contain non-ASCII characters; use
12176         mml-to-mime to compose a MIME article.
12177         (nnrss-request-expire-articles): Decode group name.
12178         (nnrss-request-delete-group): Decode group name.
12179         (nnrss-fetch): Clarify error message.
12180         (nnrss-read-server-data): Use insert-file-contents instead of load;
12181         bind file-name-coding-system; use multibyte buffer.
12182         (nnrss-save-server-data): Bind coding-system-for-write to the
12183         value of nnrss-file-coding-system; bind file-name-coding-system;
12184         add coding cookie.
12185         (nnrss-read-group-data): Use insert-file-contents instead of load;
12186         bind file-name-coding-system; use multibyte buffer.
12187         (nnrss-save-group-data): Bind coding-system-for-write to the
12188         value of nnrss-file-coding-system; bind file-name-coding-system.
12189         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12190         make it work with non-ASCII text.
12191         (nnrss-find-el): Make it work with old xml.el as well.
12192
12193 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12194
12195         * nnrss.el (nnrss-get-encoding): New function.
12196         (nnrss-fetch): Use unibyte buffer initially; bind
12197         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12198         decode contents according to the encoding attribute.
12199         (nnrss-save-group-data): Add coding cookie.
12200         (nnrss-mime-encode-string): New function.
12201         (nnrss-check-group): Use it to encode subject and author.
12202
12203 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12204
12205         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12206         imaginary variable.
12207
12208 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12211         correctly even if there are wide characters.
12212
12213 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12214
12215         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12216         downcased symbol names; make a new cache instead of reusing
12217         bbdb-hashtable.
12218
12219 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12222         concatenating segments rather than before concatenating them.
12223         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12224
12225         * message.el (message-get-reply-headers): Bind `extra'.
12226
12227 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12228
12229         * message.el (message-extra-wide-headers): New variable.
12230         (message-get-reply-headers): Use it.
12231
12232 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12235         (gnus-agent-group-pathname): Ditto.
12236
12237         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12238
12239         * gnus-group.el (gnus-group-make-group): Decode group name.
12240         (gnus-group-make-rss-group): Register the group data after opening
12241         the nnrss group.
12242
12243 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12244
12245         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12246         by expiry now get marked as read.
12247
12248 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12251
12252 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12253
12254         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12255         unify Latin characters in XEmacs.
12256         (mm-find-mime-charset-region): Use it.
12257
12258 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-util.el (gnus-delete-directory): New function.
12261
12262         * gnus-agent.el (gnus-agent-delete-group): Use it.
12263
12264         * gnus-cache.el (gnus-cache-delete-group): Use it.
12265
12266 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12269         names.
12270
12271 2004-12-16  Simon Josefsson  <jas@extundo.com>
12272
12273         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12274
12275 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12278
12279         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12280         (gnus-group-set-current-level): Decode group name.
12281
12282 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12283
12284         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12285         failed.
12286
12287 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-group.el (gnus-group-delete-group): Decode group name.
12290         (gnus-group-make-rss-group): Encode group name.
12291         (gnus-group-catchup-current): Decode group name.
12292         (gnus-group-kill-group): Decode group name.
12293
12294 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12295
12296         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12297
12298 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-group.el (gnus-group-make-rss-group):
12301         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12302
12303         * gnus-start.el (gnus-setup-news): Honor user's setting to
12304         gnus-message-archive-method.  Suggested by Lute Kamstra
12305         <lute@gnu.org>.
12306
12307 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12308
12309         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12310         global counterparts of the buffer-local variables.
12311
12312 2004-11-16  Romain Francoise  <romain@orebokech.com>
12313
12314         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12315         counterparts of the buffer-local variables.
12316
12317 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * message.el (message-forbidden-properties): Fixed typo in doc
12320         string.
12321
12322 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-util.el (gnus-replace-in-string): Added doc string.
12325
12326         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12327         to avoid problems when splitting mails with many recipients.
12328
12329 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12330
12331         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12332         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12333
12334 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12335
12336         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12337         if there is no hashtable in memory or file modification time is
12338         newer than cached timestamp.
12339
12340 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12343         not-matching option.
12344
12345 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12348         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12349         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12350         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12351         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12352         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12353
12354 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * message.el (message-forward-make-body-mml): Remove headers
12357         according to message-forward-ignored-headers if a message is decoded.
12358
12359 2004-12-02  Romain Francoise  <romain@orebokech.com>
12360
12361         * message.el (message-forward-make-body-plain): Always remove
12362         headers according to message-forward-ignored-headers.
12363
12364 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12365
12366         * spam.el (spam-summary-prepare-exit): Remove the
12367         gnus-summary-limit pop for now, it has problems with ham marks for
12368         me.
12369
12370 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12371
12372         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12373         correctly.
12374
12375 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12376
12377         * format-spec.el (format-spec): Message the char.
12378
12379 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12380
12381         * gnus-art.el (gnus-split-methods): Reformat comments.
12382
12383         * spam.el (spam-summary-prepare-exit): Remove article limits
12384         before exiting the summary buffer.
12385
12386 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12389         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12390
12391         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12392         order to silence the byte compiler.
12393
12394         * spam.el: Fix the way to silence the byte compiler, which
12395         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12396         bbdb-search-simple, spam-BBDB-register-routine,
12397         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12398         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12399         spam-stat-buffer-is-spam, spam-stat-load,
12400         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12401         spam-stat-save and spam-stat-split-fancy.
12402
12403 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12406         which may confuse users.
12407         (canlock-password-for-verify): Ditto.
12408
12409         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12410
12411         * gnus-art.el (gnus-emphasis-alist): Ditto.
12412
12413         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12414
12415         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12416
12417         * gnus-start.el (gnus-save-killed-list): Ditto.
12418
12419         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12420         (gnus-sum-thread-tree-root): Ditto.
12421         (gnus-sum-thread-tree-false-root): Ditto.
12422         (gnus-sum-thread-tree-single-indent): Ditto.
12423
12424         * message.el (message-courtesy-message): Ditto.
12425         (message-archive-note): Ditto.
12426         (message-subscribed-address-file): Ditto.
12427         (message-user-fqdn): Ditto.
12428
12429         * spam-report.el (spam-report-gmane-regex): Ditto.
12430
12431         * spam.el (spam-blackhole-good-server-regex): Ditto.
12432
12433 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * mml.el (mml-preview): Widen the message buffer before copying
12436         the contents to the preview buffer; sort headers before previewing.
12437
12438         * message.el (message-hidden-headers): Fix the way to avoid a bug
12439         in the `repeat' widget in Emacs 21.3 or earlier.
12440
12441 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * message.el (message-hidden-headers): Default to "^References:".
12444         Improve customization type.  Suggested by Reiner Steib
12445         <Reiner.Steib@gmx.de>.
12446
12447 2004-11-25  Romain Francoise  <romain@orebokech.com>
12448
12449         * message.el (message-strip-forbidden-properties): Remove check for
12450         obsolete `message-hidden' text property, hidden headers are not
12451         accessible in the buffer anymore.
12452
12453 2004-11-22  Romain Francoise  <romain@orebokech.com>
12454
12455         * message.el (message-header-format-alist): Add `From' in list
12456         so that it can be sorted.
12457         (message-fix-before-sending): Widen and sort headers before
12458         sending.
12459         (message-hide-headers): Use narrowing to hide headers by moving
12460         them to the top of the buffer and narrowing to the region
12461         underneath.
12462
12463 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12464
12465         * message.el (message-strip-forbidden-properties): Bind
12466         buffer-read-only (etc) to nil.
12467
12468 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12471         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12472
12473 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12474
12475         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12476
12477 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12478
12479         * dns.el (query-dns): Use sit-for to time instead of
12480         accept-process-output, since that doesn't seem to work on udp
12481         sockets.
12482
12483 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12486
12487 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12488
12489         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12490         doc string.  Improve doc string.
12491
12492 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * nntp.el (nntp-request-update-info): Return nil if
12495         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12496         may not call gnus-activate-group which uselessly issues the GROUP
12497         commands for all nntp groups and wastes time.  Reported by Romain
12498         Francoise <romain@orebokech.com>.
12499
12500         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12501
12502 2004-11-15  Simon Josefsson  <jas@extundo.com>
12503
12504         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12505         headers separately.
12506         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12507         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12508
12509 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gnus-start.el (gnus-convert-old-newsrc):
12512         Assign legacy-gnus-agent to 5.10.7.
12513
12514 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12515
12516         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12517         start of the lines.
12518
12519 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12520
12521         * hashcash.el (hashcash-default-payment): Change default to 20.
12522         (hashcash-default-accept-payment): Change default to 20.
12523         (hashcash-process-alist): New variable.
12524         (hashcash-generate-payment-async): Add.
12525         (hashcash-already-paid-p): Add.
12526         (hashcash-insert-payment): Don't generate payments twice.
12527         (hashcash-insert-payment-async): Add.
12528         (hashcash-insert-payment-async-2): Add.
12529         (hashcash-cancel-async): Add.
12530         (hashcash-wait-async): Add.
12531         (hashcash-processes-running-p): Add.
12532         (hashcash-wait-or-cancel): Add.
12533         (mail-add-payment): New optional argument.  Conditionally start
12534         asynchronous calculation.
12535         (mail-add-payment-async): Add.
12536
12537         * message.el (message-send-mail): Wait for asynchronous hashcash
12538         results.  Don't clobber existing X-Hashcash headers.
12539         (message-setup-1): Call mail-add-payment-async when
12540         message-generate-hashcash is non-nil.
12541
12542 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12543
12544         * message.el (message-use-alternative-email-as-from): Examine the
12545         From header as well; use message-make-from in order to include a
12546         user's full name.
12547
12548 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12551         default; improve customization type.
12552         (gnus-emphasis-custom-with-format): New macro.
12553         (gnus-emphasis-custom-value-to-external): New function.
12554         (gnus-emphasis-custom-value-to-internal): New function.
12555
12556 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12557
12558         * dns.el (query-dns): Resolve reverse addresses.
12559
12560 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561
12562         * gnus-group.el (gnus-group-get-new-news): Use it.
12563
12564         * gnus-start.el (gnus-check-reasonable-setup): New function.
12565
12566 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12569         "Args out of range" error.  Reported by Arnaud Giersch
12570         <arnaud.giersch@free.fr>.
12571
12572 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12573
12574         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12575
12576 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12577
12578         * spam.el (spam group): Add :version.
12579
12580         * pgg-def.el (pgg group): Add :version.
12581
12582 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-art.el (gnus-article-edit-article): Don't associate the
12585         article buffer with a draft file.  This is a temporary measure
12586         against the 2004-08-22 change to gnus-article-edit-mode.
12587
12588 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12591         (html2text-format-tags): Remove unused variable `attr'.
12592
12593 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12596
12597         * tls.el (tls-process-connection-type, tls-success)
12598         (tls-certtool-program): Add :version.
12599
12600         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12601         (starttls-extra-arguments, starttls-process-connection-type)
12602         (starttls-connect, starttls-failure, starttls-success): Add :version.
12603
12604         * spam-stat.el (spam-stat): Add :version.
12605
12606         * sieve.el (sieve): Add :version.
12607
12608         * sha1.el (sha1): Add :version.
12609         (sha1-use-external): Remove redundant version.
12610
12611         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12612         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12613         (nnmail-split-fancy-match-partial-words)
12614         (nnmail-split-lowercase-expanded): Add :version.
12615
12616         * nndiary.el (nndiary): Add :version.
12617
12618         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12619
12620         * mml-sec.el (mml-default-sign-method)
12621         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12622         Add :version.
12623
12624         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12625
12626         * mm-url.el (mm-url-use-external, mm-url-program)
12627         (mm-url-arguments): Add :version.
12628
12629         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12630         (mm-attachment-file-modes, mm-decrypt-option)
12631         (mm-w3m-safe-url-regexp): Add :version.
12632
12633         * message.el (message-cite-prefix-regexp)
12634         (message-sendmail-envelope-from, message-minibuffer-local-map)
12635         (message-user-fqdn, message-completion-alist): Add :version.
12636
12637         * gnus-win.el (gnus-configure-windows-hook)
12638         (gnus-use-frames-on-any-display): Add :version.
12639
12640         * gnus-art.el (gnus-article-address-banner-alist)
12641         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12642         (gnus-treat-from-picon, gnus-treat-mail-picon)
12643         (gnus-treat-x-pgp-sig): Add :version.
12644
12645         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12646         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12647         (gnus-summary-article-delete-hook)
12648         (gnus-summary-display-while-building): Add :version.
12649
12650         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12651         (gnus-get-top-new-news-hook): Add :version.
12652
12653         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12654         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12655
12656         * gnus-registry.el (gnus-registry): Add :version.
12657
12658         * gnus-spec.el (gnus-use-correct-string-widths)
12659         (gnus-make-format-preserve-properties): Add :version.
12660
12661         * gnus.el (gnus-group-charter-alist)
12662         (gnus-group-fetch-control-use-browse-url)
12663         (gnus-install-group-spam-parameters): Add :version.
12664
12665         * gnus-diary.el (gnus-diary): Add :version.
12666
12667         * gnus-delay.el (gnus-delay): Add :version.
12668
12669         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12670         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12671         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12672         Add :version.
12673
12674         * gnus-agent.el (gnus-agent-max-fetch-size)
12675         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12676         (gnus-agent-prompt-send-queue): Add :version.
12677
12678         * deuglify.el (gnus-outlook-deuglify): Add :version.
12679
12680         * html2text.el: Beautify code.  Improve doc strings.  Some
12681         checkdoc cleanup.
12682         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12683
12684 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12685
12686         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12687
12688 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12689
12690         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12691         when package is loaded.
12692
12693         * spam.el (spam-summary-score-preferred-header): Add global preference
12694         for people who want to override the default SpamAssassin over
12695         Bogofilter preference (when both are set).
12696         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12697         (spam-user-format-function-S): Check
12698         spam-summary-score-preferred-header.
12699         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12700         (spam-user-format-function-S): Format the score correctly.
12701
12702 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12705         signature file.  Suggested by Manoj Srivastava
12706         <srivasta@golden-gryphon.com>.
12707
12708         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12709         iso-2022-jp even in the Japanese language environment.
12710         Suggested by Jason Rumney <jasonr@gnu.org>.
12711
12712 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12715         use the same characters as the dummy marks; make it free from
12716         getting affected by the language environment.
12717         (gnus-summary-read-group-1): Update mark positions only when the
12718         format spec is updated.
12719
12720         * gnus-spec.el (gnus-update-format-specifications): Return a list
12721         of updated types.
12722
12723 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12726         of boundp to check if display-warning is available.
12727
12728 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12729
12730         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12731
12732 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * nnspool.el (nnspool-spool-directory): Use news-path if the
12735         news-directory variable is not bound.
12736
12737         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12738         function instead of display-warning if it is not available.
12739
12740 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12743         v5-10: Use `point-at-bol'.
12744
12745 2004-10-26  Simon Josefsson  <jas@extundo.com>
12746
12747         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12748         <chenggao@gmail.com>.
12749
12750 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12753         instead.
12754
12755 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12756
12757         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12758         to remove a server from the nnimap-server-buffer-alist.
12759         (nnimap-open-connection, nnimap-close-server): Use it.
12760
12761         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12762
12763 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12766         running the major-mode function.
12767
12768 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12771         dummy marks in the right way.
12772
12773 2004-10-18  David Edmondson  <dme@dme.org>
12774
12775         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12776         excessively.
12777
12778 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12779
12780         * gnus-util.el (gnus-split-references): Accept a nil references
12781         string and go on blissfully.
12782
12783         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12784         cases where the references string is non-nil but has no references.
12785
12786         * encrypt.el: Add autoload tags.
12787
12788         * spam.el (spam-resolve-registrations-routine): Remove article
12789         from unregistration list too.  Reported by David Hanak
12790         <dhanak@isis.vanderbilt.edu>
12791
12792 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12795         nil.  Changed custom type.
12796
12797 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12800
12801         * gnus-sum.el (gnus-summary-move-article): Use it.
12802
12803 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12804
12805         * encrypt.el: Add autoload cookies.
12806
12807         * spam.el (spam-backend-article-list-property)
12808         (spam-backend-get-article-todo-list)
12809         (spam-backend-put-article-todo-list)
12810         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12811         Resolve registrations separately.
12812         (spam-register-routine): Format comments.
12813         (spam-unregister-routine, spam-register-routine): Always call with
12814         specific-articles, no default list.
12815         (spam-summary-prepare-exit): Use the spam-classifications function.
12816
12817         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12818         gnus-encrypt.el.
12819
12820         * encrypt.el: Copied from gnus-encrypt.el.
12821
12822         * gnus-encrypt.el: Commented that it's obsolete.
12823
12824 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12827         (gnus-score-save): Use it.
12828
12829         * message.el (message-bury): Use `window-dedicated-p'.
12830
12831 2004-10-15  Simon Josefsson  <jas@extundo.com>
12832
12833         * pop3.el (top-level): Don't require nnheader.
12834         (pop3-read-timeout): Add.
12835         (pop3-accept-process-output): Add.
12836         (pop3-read-response, pop3-retr): Use it.
12837
12838 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * spam.el (spam-register-routine): Move comment.
12841         (spam-verify-bogofilter): Use 'unknown for the initial
12842         spam-bogofilter-valid state, not 'never.
12843
12844         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12845         for netrc-machine.
12846
12847         * nnimap.el (nnimap-open-connection): Use
12848         netrc-machine-user-or-password.
12849
12850 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12851
12852         * gnus-registry.el (gnus-registry-unload-hook):
12853         Set as a variable with add-hook.
12854
12855         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12856         of news-path.
12857
12858         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12859
12860         * spam.el: Delete duplicate `provide'.
12861         (spam-unload-hook): Set as a variable with add-hook.
12862
12863 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12866         in the doc string.
12867
12868         * message.el (message-ignored-news-headers)
12869         (message-ignored-supersedes-headers)
12870         (message-ignored-resent-headers)
12871         (message-forward-ignored-headers): Improve custom type.
12872
12873 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * message.el (message-tokenize-header): Fix 2004-09-06 change
12876         which used point-min in the wrong place.
12877
12878 2004-10-12  Simon Josefsson  <jas@extundo.com>
12879
12880         * tls.el (tls-certtool-program): New variable.
12881         (tls-certificate-information): New function, based on
12882         ssl-certificate-information.
12883
12884 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * compface.el: Move the version of ELisp-based uncompface program
12887         to the contrib directory because of the copyright problem.
12888
12889 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * message.el (message-kill-buffer): Raise the current frame.
12892
12893 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12896
12897         * gnus.el (message-y-or-n-p): Autoload.
12898
12899         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12900         (pop3-password-required, pop3-authentication-scheme)
12901         (pop3-leave-mail-on-server): Made customizable.
12902         (pop3): New custom group.
12903         (pop3-retr): Remove `sleep-for' statements.
12904         Suggested by Dave Love <fx@gnu.org>.
12905
12906         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12907         Windows/DOS.
12908
12909         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12910         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12911         Dave Love <fx@gnu.org>.
12912
12913         * mml.el (mml-minibuffer-read-disposition): Require match.
12914         Suggested by Dave Love <fx@gnu.org>.
12915
12916 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12919         doc string.
12920
12921 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12924
12925 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12926
12927         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12928         instead of calling `mm-insert-inline', to decode text/* parts
12929         before displaying them.
12930
12931 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * mm-uu.el (mm-uu-text-plain-type): New variable.
12934         (mm-uu-pgp-signed-extract-1): Use it.
12935         (mm-uu-pgp-encrypted-extract-1): Use it.
12936         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12937         bind mm-uu-text-plain-type with that value.
12938         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12939         mm-uu-dissect.
12940
12941 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-group.el (gnus-update-group-mark-positions):
12944         * gnus-sum.el (gnus-update-summary-mark-positions):
12945         * message.el (message-check-news-body-syntax):
12946         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12947         of string-as-multibyte.
12948
12949 2004-10-05  Juri Linkov  <juri@jurta.org>
12950
12951         * gnus-group.el (gnus-update-group-mark-positions):
12952         * gnus-sum.el (gnus-update-summary-mark-positions):
12953         * message.el (message-check-news-body-syntax):
12954         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12955         8-bit unibyte values to a multibyte string for search functions.
12956
12957 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12960         (mm-uu-dissect-text-parts): New function.
12961
12962         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12963         dissect text parts.
12964
12965         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12966         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12967
12968         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12969
12970         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12971         gnus-current-topics instead of gnus-current-topic.
12972
12973 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12974
12975         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12976
12977 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12978
12979         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12980         where approriate.
12981
12982         * nnml.el (nnml-generate-active-info): do.
12983
12984         * nndiary.el (nndiary-generate-active-info): do.
12985
12986         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12987         (gnus-topic-move): do.
12988
12989         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12990         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12991
12992         * gnus-srvr.el (gnus-server-prepare)
12993         (gnus-server-open-all-servers): do.
12994
12995         * gnus-msg.el (gnus-summary-cancel-article)
12996         (gnus-summary-resend-message)
12997         (gnus-summary-mail-crosspost-complaint): do.
12998
12999         * gnus-move.el (gnus-change-server): do.
13000
13001         * gnus-group.el (gnus-group-unmark-all-groups)
13002         (gnus-group-set-current-level): do.
13003
13004 2004-10-04  Simon Josefsson  <jas@extundo.com>
13005
13006         * message.el (message-generate-hashcash): Doc fix.
13007
13008 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13009
13010         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13011         avoid infinite recursion via gnus-get-function.
13012
13013 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13014
13015         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13016
13017         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13018
13019         * nnmail.el (nnmail-split-history): do.
13020
13021         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13022         (nnml-request-delete-group): do.
13023
13024         * nnslashdot.el (nnslashdot-read-groups): do.
13025
13026         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13027         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13028
13029         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13030         (nnspool-sift-nov-with-sed): Use last.
13031         (nnspool-retrieve-headers-with-nov): Use mapc.
13032         (nnspool-request-newgroups): Use dolist.
13033         (nnspool-request-group): Use last.
13034
13035         * nntp.el (nntp-read-server-type): Use dolist.
13036
13037         * nnvirtual.el (nnvirtual-create-mapping)
13038         (nnvirtual-update-read-and-marked): Use dolist.
13039         (nnvirtual-convert-headers): Simplify.
13040
13041 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13042
13043         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13044         support for sync'ing tick marks.
13045
13046 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13049         there's no visible header.
13050
13051 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13052
13053         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13054         necessary, pass full group name to gnus-request-set-marks.
13055
13056 2004-10-01  Simon Josefsson  <jas@extundo.com>
13057
13058         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13059         acroread.
13060
13061 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13062
13063         * spam-report.el (spam-report-gmane): Fix interactive.
13064
13065         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13066
13067         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13068         when writing file.
13069         (gnus-agent-synchronize-flags): Don't default to being
13070         interactive.
13071
13072 2004-09-30  Simon Josefsson  <jas@extundo.com>
13073
13074         * message.el (message-generate-hashcash): Add.
13075         (message-send-mail): Use it, call mail-add-payment.
13076
13077 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13078
13079         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13080
13081 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13082
13083         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13084         gnus-requst-update-info with explicit code to sync the in-memory
13085         info read flags with the marks being sync'd to the backend.
13086
13087         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13088
13089 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * spam.el (spam-verify-bogofilter): Add new function.
13092         (spam-check-bogofilter)
13093         (spam-bogofilter-register-with-bogofilter): Use it.
13094         (spam-verify-bogofilter): Add small fixes.
13095
13096 2004-09-28  Simon Josefsson  <jas@extundo.com>
13097
13098         * hashcash.el (hashcash-generate-payment): Revert.
13099
13100 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13101
13102         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13103         gnus-extract-references instead of gnus-split-references.
13104
13105         * gnus-util.el (gnus-extract-references): Add new function, analogous
13106         to gnus-split-references but extracts only the message-ID without
13107         anything extra.
13108
13109         * hashcash.el (hashcash-generate-payment)
13110         (hashcash-check-payment): Do the right thing if hashcash-path is
13111         nil (because the hashcash program could not be found).
13112
13113         * spam.el (spam-use-hashcash): Remove comment.
13114
13115 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13116
13117         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13118         (gnus-cache-enter-article, gnus-cache-remove-article)
13119         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13120
13121         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13122
13123         * gnus-art.el (article-hide-boring-headers)
13124         (article-translate-strings, article-display-face)
13125         (gnus-article-mime-match-handle-first)
13126         (gnus-article-highlight-headers)
13127         (gnus-article-add-buttons-to-head): do.
13128
13129 2004-09-27  Simon Josefsson  <jas@extundo.com>
13130
13131         * hashcash.el: New version, from
13132         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13133         ../contrib/.
13134
13135 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13138
13139 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13140
13141         * gnus-dup.el (gnus-dup-open): Use mapc.
13142         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13143
13144         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13145         Reported by Stefan Wiens <s.wi@gmx.net>.
13146
13147         * gnus.el (gnus-shutdown): Use dolist.
13148
13149         * gnus-undo.el (gnus-undo): Use mapc.
13150
13151         * nnrss.el (nnrss-generate-active): do.
13152
13153         * message.el (message-cite-original-without-signature)
13154         (message-cite-original): Use mapc.
13155         (message-do-actions, message-make-forward-subject): Use dolist.
13156
13157 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13158
13159         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13160         deletion to remove entire duplicate line.  Fixes merged article
13161         number bug.
13162
13163 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13164
13165         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13166         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13167         first ask if you want to open a server and then, even when you
13168         responded with no, asking if you want to synchronize the server's
13169         flags.
13170         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13171         multi-line expressions.
13172         (gnus-agent-synchronize-group-flags): New internal function.
13173         Updates marks in memory (in the info structure) AND in the
13174         backend.
13175
13176         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13177
13178         * nnagent.el (nnagent-request-set-mark): Use
13179         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13180         method, to ensure that synchronization updates marks in the
13181         backend and in the info (in memory) structure.
13182
13183 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13186         convention fully; don't miss the root article of a thread; make
13187         the X-Draft-From header with correct article numbers.
13188
13189 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13190
13191         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13192         unless plugged.  Disable the agent so that an open failure causes
13193         an error.
13194
13195         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13196         Reverted 2004-09-21 change.  The backend must be opened while
13197         synchronizing flags even when the backend stores the flags
13198         locally.
13199
13200 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13201
13202         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13203         in `header' match.  Reported by Svend Tollak Munkejord.
13204
13205         * message.el (message-cite-original): Fix use of
13206         `message-cite-articles-with-x-no-archive'.
13207
13208 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13211         (gnus-window-to-buffer): Ditto.
13212
13213         * mml.el (mml-preview-buffer): New variable.
13214         (mml-preview): Manage window layout with gnus-buffer-configuration.
13215
13216         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13217         X-Draft-From header even if those articles aren't quoted.
13218
13219 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13220
13221         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13222         (gnus-request-set-mark, gnus-request-update-mark): Use new
13223         g-s-t-u-l-m to decide to use backend even when unplugged.
13224
13225 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13228         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13229
13230 2004-09-20  Simon Josefsson  <jas@extundo.com>
13231
13232         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13233         "utf-16-le".
13234
13235 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13236
13237         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13238
13239 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * uudecode.el (uudecode-use-external): Add :version.
13242
13243         * smime.el (smime-CA-file, smime-encrypt-cipher)
13244         (smime-dns-server): Add :version.
13245
13246         * smiley.el (gnus-smiley-file-types): Add :version.
13247
13248         * sha1.el (sha1-use-external): Add :version.
13249
13250         * pgg-def.el (pgg-query-keyserver): Add :version.
13251
13252         * nnmail.el (nnmail-fancy-expiry-targets)
13253         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13254         Add :version.
13255
13256         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13257         (nnimap-retrieve-groups-asynchronous): Add :version.
13258         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13259
13260         * mml.el (mml-content-disposition-parameters)
13261         (mml-insert-mime-headers-always): Add :version.
13262
13263         * mm-util.el (mm-coding-system-priorities): Add :version.
13264
13265         * mm-decode.el (mm-inline-text-html-with-images)
13266         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13267         (mm-verify-option): Add :version.
13268         (mm-text-html-renderer): Change :version.
13269
13270         * message.el (message-fcc-externalize-attachments)
13271         (message-required-headers, message-draft-headers)
13272         (message-subject-trailing-was-query)
13273         (message-subject-trailing-was-ask-regexp)
13274         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13275         (message-mark-insert-end, message-archive-header)
13276         (message-archive-note, message-cross-post-default)
13277         (message-cross-post-note, message-followup-to-note)
13278         (message-cross-post-note-function, message-use-mail-followup-to)
13279         (message-subscribed-address-functions)
13280         (message-subscribed-address-file, message-subscribed-addresses)
13281         (message-subscribed-regexps, message-allow-no-recipients)
13282         (message-yank-cited-prefix, message-signature-insert-empty-line)
13283         (message-hidden-headers, message-hierarchical-addresses)
13284         (message-mail-user-agent, message-use-idna)
13285         (message-valid-fqdn-regexp)
13286         (message-strip-special-text-properties, message-header-synonyms)
13287         (message-beginning-of-line, message-tab-body-function): Add :version.
13288         (message-insert-canlock, message-wide-reply-confirm-recipients):
13289         Change :version.
13290
13291         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13292         and :version.
13293         (mail-source-delete-old-incoming-confirm)
13294         (mail-source-movemail-program): Add :version.
13295
13296         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13297         (gnus-agent-cache, gnus-agent): Change :version.
13298
13299         * gnus-util.el (gnus-use-byte-compile): Change :version.
13300
13301         * gnus-sum.el (gnus-summary-make-false-root-always)
13302         (gnus-summary-default-high-score)
13303         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13304         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13305         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13306         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13307         (gnus-sum-thread-tree-single-indent)
13308         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13309         (gnus-sum-thread-tree-leaf-with-other)
13310         (gnus-sum-thread-tree-single-leaf): Add :version.
13311         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13312         (gnus-article-loose-mime): Change :version.
13313
13314         * gnus-start.el (gnus-backup-startup-file)
13315         (gnus-save-startup-file-via-temp-buffer): Add :version.
13316
13317         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13318         (gnus-server-offline-face): Add :version.
13319
13320         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13321
13322         * gnus-msg.el (gnus-gcc-externalize-attachments)
13323         (gnus-debug-files, gnus-debug-exclude-variables)
13324         (gnus-discouraged-post-methods): Change :version.
13325         (gnus-confirm-mail-reply-to-news)
13326         (gnus-confirm-treat-mail-like-news): Add :version.
13327
13328         * gnus-int.el (gnus-server-unopen-status): Add :version.
13329
13330         * gnus-group.el (gnus-group-jump-to-group-prompt)
13331         (gnus-large-ephemeral-newsgroup)
13332         (gnus-fetch-old-ephemeral-headers): Add :version.
13333
13334         * gnus-fun.el (gnus-x-face-directory)
13335         (gnus-convert-pbm-to-x-face-command)
13336         (gnus-convert-image-to-x-face-command)
13337         (gnus-convert-image-to-face-command): Add :version.
13338
13339         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13340
13341         * gnus-cite.el (gnus-cite-blank-line-after-header)
13342         (gnus-article-boring-faces): Add :version.
13343
13344         * gnus-art.el (gnus-buttonized-mime-types)
13345         (gnus-inhibit-mime-unbuttonizing)
13346         (gnus-treat-display-face)
13347         (gnus-treat-body-boundary): Change :version.
13348         (gnus-body-boundary-delimiter, gnus-picon-databases)
13349         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13350         (gnus-treat-date-english, gnus-treat-fold-headers)
13351         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13352         (gnus-treat-mail-picon, gnus-treat-wash-html)
13353         (gnus-article-encrypt-protocol)
13354         (gnus-use-idna, gnus-article-over-scroll)
13355         (gnus-mime-display-multipart-alternative-as-mixed)
13356         (gnus-mime-display-multipart-related-as-mixed)
13357         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13358         (gnus-ctan-url, gnus-button-ctan-handler)
13359         (gnus-button-handle-ctan-bogus-regexp)
13360         (gnus-button-ctan-directory-regexp)
13361         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13362         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13363         (gnus-button-man-level, gnus-button-emacs-level)
13364         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13365
13366         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13367         (gnus-agent-go-online): Change :version.
13368         (gnus-agent-expire-unagentized-dirs)
13369         (gnus-agent-auto-agentize-methods): Add :version.
13370
13371         * flow-fill.el (fill-flowed-display-column)
13372         (fill-flowed-encode-column): Add :version.
13373
13374         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13375         (gnus-outlook-deuglify-unwrap-max)
13376         (gnus-outlook-deuglify-cite-marks)
13377         (gnus-outlook-deuglify-unwrap-stop-chars)
13378         (gnus-outlook-deuglify-no-wrap-chars)
13379         (gnus-outlook-deuglify-attrib-cut-regexp)
13380         (gnus-outlook-deuglify-attrib-verb-regexp)
13381         (gnus-outlook-deuglify-attrib-end-regexp)
13382         (gnus-outlook-display-hook): Add :version.
13383
13384         * binhex.el (binhex-use-external): Add :version.
13385
13386 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13389         and `invisible'.
13390
13391 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13392
13393         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13394         in gnus-registry-trim.
13395
13396 2004-09-13  Simon Josefsson  <jas@extundo.com>
13397
13398         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13399
13400         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13401
13402         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13403         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13404         <yamaoka@jpl.org>.
13405         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13406         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13407         <yamaoka@jpl.org>.
13408
13409         * sieve.el (sieve-manage-mode): Ditto.
13410
13411 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13414
13415 2004-09-11  Simon Josefsson  <jas@extundo.com>
13416
13417         * dns-mode.el: Add.
13418
13419         * mm-view.el (mm-display-dns-inline): Add.
13420
13421         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13422         (mm-automatic-display): Ditto.
13423
13424         * mailcap.el (mailcap-mime-data): Add text/dns.
13425         (mailcap-mime-extensions): Map .soa to text/dns.
13426
13427 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13428
13429         * gnus-art.el (article-decode-mime-words, article-babel)
13430         (gnus-article-highlight-signature, gnus-article-add-buttons)
13431         (gnus-signature-toggle): Remove unnecessary bindings of
13432         `inhibit-read-only' inherited from v5.10 merge.
13433
13434 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * nntp.el (nntp): New customization group.
13437         (nntp-authinfo-file): Add customization group.
13438
13439         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13440
13441         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13442
13443         * gnus.el (to-address, to-list, subscribed)
13444         (large-newsgroup-initial): Ditto.
13445
13446         * flow-fill.el (fill-flowed-display-column)
13447         (fill-flowed-encode-column): Ditto.
13448
13449 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13450
13451         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13452         Use point-min rather than 1.
13453         (message-send-mail): Use buffer-size rather than point-max.
13454
13455         * gnus-sum.el (gnus-summary-search-article-forward):
13456         Signal a specific `search-failed' rather than a generic `error'.
13457
13458         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13459         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13460         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13461
13462 2004-09-10  Simon Josefsson  <jas@extundo.com>
13463
13464         * nndb.el (require): Remove tcp and duplicate cl.
13465
13466 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * gnus-agent.el (directory-files-and-attributes): Move forward.
13469
13470 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13471
13472         * gnus-agent.el (directory-files-and-attributes): Optionally
13473         defined to support XEmacs.
13474
13475 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13476
13477         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13478         to avoid run-time CL dependencies.
13479         (gnus-agent-unfetch-articles): New function.
13480         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13481         article numbers even when local .overview file is missing.
13482         (gnus-agent-read-article-number): New function.  Only accepts
13483         27-bit article numbers.
13484         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13485         gnus-agent-read-article-number.
13486         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13487         from backend while recognizing that article numbers in .overview
13488         must be valid.
13489         (gnus-agent-update-files-total-fetched-for): Use
13490         directory-files-and-attributes to improve performance.
13491         * gnus-int.el (gnus-request-move-article): Use
13492         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13493         improve performance.
13494
13495         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13496         some users confused by references to .newsrc when they only have a
13497         .newsrc.eld file.
13498         (gnus-convert-mark-converter-prompt)
13499         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13500         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13501         New function.  Used internally to only display 'gnus converting
13502         files' message when actually necessary.
13503
13504         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13505         methods now autoloaded.
13506
13507 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13510         identifiers.
13511
13512 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus-picon.el: Fix indentation and closing parenthesis.
13515
13516 2004-09-01  Simon Josefsson  <jas@extundo.com>
13517
13518         * message.el (message-canlock-generate): Require sha1, not
13519         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13520         to require within a function.  Sadly, if sha1.el isn't loaded, the
13521         let binding in m-c-g will hide the defcustom definition, which is
13522         bad.)
13523
13524         * canlock.el: Require sha1, not sha1-el.
13525
13526         * message.el: Don't autoload sha1 (there is a autoload cookie in
13527         sha1.el).
13528
13529         * sha1-el.el: Renamed to sha1.el.
13530
13531 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13532
13533         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13534
13535 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13536
13537         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13538
13539 2004-08-30  Kim F. Storm  <storm@cua.dk>
13540
13541         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13542
13543         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13544         Add :group 'nnimap.
13545
13546 2004-08-30  Andreas Schwab  <schwab@suse.de>
13547
13548         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13549         ?* and ?\;.
13550
13551         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13552         and ?\' to symbol instead of whitespace.
13553
13554 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13557
13558         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13559         instead of re-search-forward.
13560
13561         * gnus-uu.el (gnus-uu-save-article): Ditto.
13562         (gnus-uu-post-encode-uuencode): Ditto.
13563
13564         * html2text.el (html2text-clean-list-items): Ditto.
13565         (html2text-clean-dtdd): Ditto.
13566         (html2text-format-tags): Ditto.
13567
13568         * message.el (message-send-mail-with-sendmail): Fix regexp.
13569         (message-fill-field-general): Use search-forward instead of
13570         re-search-forward.
13571         (unbold-region): Ditto.
13572
13573         * nnrss.el (nnrss-request-article): Ditto.
13574
13575         * nnslashdot.el (nnslashdot-request-article): Ditto.
13576
13577         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13578
13579         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13580         "Unrecognized menu descriptor" error in XEmacs.
13581
13582 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13583
13584         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13585         parent article of a sparse article in the thread hashtb.
13586
13587 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13588
13589         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13590         (nnmail-expand-newtext): Lowercase expanded entries if
13591         nnmail-split-lowercase-expanded is non-nil.
13592
13593 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13596
13597         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13598         of gnus-tmp-news-method into string under XEmacs.  It will be
13599         passed to gnus-correct-length which takes only a string argument.
13600
13601 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-util.el (gnus-bind-print-variables): New macro.
13604         (gnus-prin1): Use it.
13605         (gnus-prin1-to-string): Use it.
13606         (gnus-pp): New function.
13607         (gnus-pp-to-string): New function.
13608
13609         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13610         Replace pp-to-string with gnus-pp-to-string.
13611         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13612         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13613         * gnus-msg.el (gnus-debug): Ditto.
13614         * gnus-score.el (gnus-score-save): Ditto.
13615         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13616         gnus-pp-to-string.
13617         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13618         with gnus-pp.
13619         * score-mode.el (gnus-score-pretty-print): Ditto.
13620         * webmail.el (webmail-debug): Ditto.
13621
13622 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-art.el (article-display-face, article-display-x-face):
13625         Use buffer-read-only.
13626
13627 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-art.el (article-hide-list-identifiers):
13630         Bind inhibit-read-only as t.
13631
13632 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13635
13636 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13637
13638         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13639         (gnus-narrow-to-page): Don't assume point-min == 1.
13640         (gnus-article-edit-mode): Derive from message-mode.
13641
13642         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13643         point-min == 1.
13644
13645         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13646         Disable incorrect use of `assert'.
13647
13648         * message.el (message-mode): Set comment-start-skip.
13649
13650
13651 2004-08-22  Sam Steingold  <sds@gnu.org>
13652
13653         * pop3.el (pop3-leave-mail-on-server): New user variable.
13654         (pop3-movemail): Delete mail only when it is nil.
13655
13656 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13659
13660         * mml.el (mml-preview): Use `pop-to-buffer'.
13661
13662         * message.el (message-goto-mail-followup-to): Insert after "To".
13663         (message-carefully-insert-headers): Add comment.
13664
13665         * gnus.el: Remove unused variable `gnus-article-check-size'.
13666
13667         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13668
13669         * gnus-art.el (gnus-button-alist): Improve
13670         `gnus-button-handle-library' entry.
13671
13672 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13673
13674         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13675         downcase, since XEmacs capitalizes error messages differently.
13676
13677 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13678
13679         * nntp.el: Add (require 'gnus) due to reference to
13680         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13681
13682 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13683
13684         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13685         `mm-fill-flowed'.
13686
13687         * mm-decode.el (mm-dissect-singlepart): Check it.
13688
13689 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13692         'imap' for netrc parsing.
13693
13694 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * mailcap.el (mailcap-mime-data): Mark as risky.
13697
13698 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13701         may be included in the encoded word.
13702         (rfc2047-encode): Don't append a space if the encoded word
13703         includes close parenthesis.
13704
13705 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13708         of text within parentheses.
13709
13710 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13711
13712         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13713         (gnus-encrypt-write-file-contents): Make the password key the file
13714         name PLUS the cipher, not just the cipher.  Also remove failed
13715         passwords from the cache.
13716
13717 2004-08-06  Simon Josefsson  <jas@extundo.com>
13718
13719         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13720         fix.
13721
13722 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13725         LWSP.
13726
13727 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13728
13729         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13730         to append in-reply-to: data to the references: header.
13731
13732         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13733         (netrc-parse): Use gnus-encrypt.el functions.
13734
13735         * gnus-encrypt.el: Add new file for encryption support; currently
13736         does only a few GPG ciphers and an internal XOR cipher.
13737
13738         * password.el: Add comments on using password-read-and-add.
13739         (password-read-and-add): Add function to read and add the
13740         password to the cache at once.
13741
13742 2004-07-28  Simon Josefsson  <jas@extundo.com>
13743
13744         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13745         parameter (but don't use it, for now).
13746
13747         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13748         instead of hard coding to nil.
13749
13750 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13753         as mm-inline-image-xemacs does.
13754
13755 2004-07-26  Simon Josefsson  <jas@extundo.com>
13756
13757         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13758         Revert part of 2004-07-17 change below.
13759
13760 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13763         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13764
13765 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13766
13767         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13768         quotes that actually start with ">" at the beginning of the
13769         lines.
13770
13771 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * rfc2047.el (rfc2047-encode-region): Fix last change.
13774         (rfc2047-encode-parameter): Remove useless concat.
13775
13776 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13779         encode special characters; fix some kind of misconfigured headers;
13780         signal a real error if debug-on-quit or debug-on-error is non-nil.
13781         (rfc2047-encode-max-chars): New variable.
13782         (rfc2047-encode-1): Use it.
13783         (rfc2047-encode-parameter): New function.
13784
13785         * mml.el (mml-insert-parameter): Remove an excessive space.
13786
13787 2004-07-17  Simon Josefsson  <jas@extundo.com>
13788
13789         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13790         Kai Grossjohann <kai@emptydomain.de>.
13791         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13792         (gnus-group-make-menu-bar): Ditto.
13793
13794         * gnus-util.el (gnus-group-server): Add.
13795
13796 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13797
13798         * message.el (message-clone-locals): Clone sendmail and smtp
13799         variables.
13800
13801 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * rfc2047.el (rfc2047-encode-region): Fix last change.
13804
13805 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13808         characters as non-special.
13809
13810 2004-07-09  Simon Josefsson  <jas@extundo.com>
13811
13812         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13813         Users will lose all flag changes made while unplugged with
13814         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13815         good default.  See numerous reports on ding mailing list.
13816
13817 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13820         add generate-head-function and generate-article-function to the
13821         rfc822-forward entry.
13822         (nndoc-rfc822-forward-generate-article): New function.
13823         (nndoc-rfc822-forward-generate-head): New function.
13824
13825         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13826
13827 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13828
13829         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13830         respect display group parameter and gnus-summary-expunge-below.
13831         (gnus-articles-to-read): Remove unused reference to display group
13832         parameter.
13833
13834 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13835
13836         * nnheader.el (nnheader-uniquify-message-id): New experimental
13837         variable.
13838         (nnheader-nov-read-message-id): Use it.
13839
13840         * spam-report.el (spam-report-gmane): Add interactive.
13841
13842 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13845         qp-or-base64 for the application/* types.
13846
13847 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13848
13849         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13850
13851 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13852
13853         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13854         trim value.
13855
13856 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13857
13858         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13859         New macro and function.
13860         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13861
13862 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13865         after-load-alist.
13866
13867 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13868
13869         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13870         update info that isn't there.
13871
13872 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13873
13874         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13875         entry.
13876
13877 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * mm-view.el (mm-inline-render-with-function): Use multibyte
13880         buffer; decode html source by charset.
13881
13882         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13883
13884         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13885         Mule-UCS is loaded under XEmacs.
13886         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13887
13888 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13889
13890         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13891
13892 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * mm-util.el (mm-coding-system-p): Return a coding-system.
13895         (mm-mime-mule-charset-alist): Use shift_jis instead of
13896         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13897         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13898         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13899         instead of japanese-shift-jis and iso-latin-1 respectively in
13900         order to share the default value with both Emacs and XEmacs-mule.
13901         (mm-mule-charset-to-mime-charset): Make
13902         mm-coding-system-priorities effective.
13903         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13904         while predicating of candidates upon the priorities.
13905
13906 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13907
13908         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13909         gnus-uu-invert-processable.
13910
13911         * gnus.el: Autoload gnus-uu-invert-processable.
13912
13913 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * mm-util.el (mm-with-multibyte-buffer): New macro.
13916
13917         * rfc2047.el (rfc2047-encode-string): Use it.
13918         (rfc2047-encode-region): Move point to the end of the region after
13919         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13920
13921 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13924         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13925
13926 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13929         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13930         Karl Chen <quarl@nospam.quarl.org>.
13931
13932 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13933
13934         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13935         invalid addresses.
13936
13937 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13938
13939         * spam.el: Change section markers, revise TODO list.
13940         (spam-backends): Make new master list of all installed backends.
13941         (spam-summary-exit-behavior): Add new variable to determine how
13942         messages moves are done at summary exit.
13943         (spam-move-spam-nonspam-groups-only)
13944         (spam-process-ham-in-nonham-groups)
13945         (spam-process-ham-in-spam-groups): Remove variables, the
13946         spam-summary-exit-behavior variable should be used to manage this
13947         behavior.
13948         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13949         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13950         and spam-old-spam-articles.
13951         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13952         Add empty variables, placeholders for the backends they represent.
13953         (spam-set-difference): Move, unchanged.
13954         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13955         unless the user has a processor variable.
13956         (spam-classifications, spam-classification-valid-p)
13957         (spam-backend-properties, spam-backend-property-valid-p)
13958         (spam-backend-function-type-valid-p)
13959         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13960         (spam-report-articles-gmane, spam-report-articles-resend):
13961         Remove functions, they are not needed.
13962         (spam-install-backend-super, spam-backend-list)
13963         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13964         (spam-backend-function, spam-backend-ham-registration-function)
13965         (spam-backend-spam-registration-function)
13966         (spam-backend-ham-unregistration-function)
13967         (spam-backend-spam-unregistration-function)
13968         (spam-backend-statistical-p, spam-backend-mover-p)
13969         (spam-install-backend-alias, spam-install-checkonly-backend)
13970         (spam-install-mover-backend, spam-install-nocheck-backend)
13971         (spam-install-backend, spam-install-statistical-backend)
13972         (spam-install-statistical-checkonly-backend): Add backend installation
13973         support.
13974         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13975         (spam-group-processor-p): Use the new backend code and respect the
13976         summary exit behavior.
13977         (spam-mark-spam-as-expired-and-move-routine): Remove.
13978         (spam-summary-prepare): Change to use the new spam-old-articles
13979         variable.
13980         (spam-copy-or-move-routine, spam-copy-spam-routine)
13981         (spam-move-spam-routine, spam-copy-ham-routine)
13982         (spam-move-ham-routine): Add code to copy/move ham or spam.
13983         (spam-fetch-field-fast): Improve doc and code, plus allow the
13984         'number request.
13985         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13986         variables.
13987         (spam-split, spam-find-spam): Use the new backend code.
13988         (spam-registration-functions): Remove variable.
13989         (spam-unregister-routine): Add convenience wrapper.
13990         (spam-log-undo-registration, spam-register-routine)
13991         (spam-log-processing-to-registry)
13992         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13993         where possible.
13994         (spam-check-gmane-xref, spam-check-regex-headers)
13995         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13996         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13997         (spam-check-bogofilter-headers, spam-check-spamoracle)
13998         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13999         (spam-check-crm114-headers): Use the spam-split-group that
14000         spam-split prepares, no need to determine it every time.
14001
14002         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14003         to the nnheader-parse-naked-head call.
14004
14005         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14006
14007         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14008         the nnheader-nov-read-message-id call.
14009
14010 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14013         gnus-activate-group twice.  Suggested by Markus Peter
14014         <warp@spin.de>.
14015
14016 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (gnus-article-time-format): Exchange the order of
14019         day and month in the default value; fix customization type.
14020         (article-date-ut): Use add-text-properties.
14021         (article-make-date-line): Use message-make-date instead of
14022         current-time-string.
14023
14024         * message.el (message-fetch-field): Don't use set-text-properties.
14025         (message-make-date): Simplify.
14026
14027         * messagexmas.el (message-xmas-make-date): New function.
14028         (message-xmas-redefine): Defalias message-make-date to it.
14029
14030 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14033         (rfc2047-encode-region): Treat text within parentheses as special;
14034         show the original text when error has occurred.
14035
14036         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14037         already-computed method to gnus-activate-group.
14038
14039         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14040         same select-methods identical Lisp objects.
14041
14042         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14043         object when modifying the info.
14044
14045 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14048         gnus-opened-servers since it has never been opened with the new
14049         configuration yet.
14050
14051 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14054         arg to nnheader-generate-fake-message-id.
14055
14056 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14057
14058         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14059         number and build a fake message ID localized to a group and
14060         article number (so it's repeatable from that point on).
14061         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14062         ID format.
14063
14064         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14065         nnheader-generate-fake-message-id with the article number.
14066
14067 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14068
14069         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14070         end-of-buffer.
14071
14072 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14073
14074         * message.el (message-ignored-supersedes-headers): Add Approved.
14075
14076 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14079         goto-char.
14080         (rfc2047-encode): Fold the line before encoding.
14081
14082 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14083
14084         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14085         folding -- not all headers can be folded, and this should be done
14086         by the message composition mode.  Probably.  I think.
14087
14088 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14089
14090         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14091         fast.
14092
14093         * gnus-ems.el (gnus-remove-image): Don't use
14094         message-text-with-property; remove only the image found first.
14095
14096         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14097         found first.
14098
14099 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14100
14101         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14102
14103 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * message.el (message-text-with-property): Make it fast and accept
14106         optional arguments.
14107         (message-strip-forbidden-properties): Use it.
14108         (message-fix-before-sending): Follow the m-t-w-p change.
14109
14110         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14111
14112 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * gnus-art.el (article-hide-headers): Don't change the buffer
14115         mistakenly when performing mml-preview even if
14116         gnus-single-article-buffer is nil.
14117
14118 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14119
14120         * message.el (message-expand-name-databases): New user option.
14121         (message-expand-name): Use it.
14122
14123 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14124
14125         * spam.el (spam-report-articles-resend)
14126         (spam-report-resend-register-routine): Allow ham reporting.
14127         (spam-report-resend-register-ham-routine): Add wrapper.
14128         (spam-registration-functions): Add ham resending functions.
14129         (spam-list-of-processors): Add ham resend processor.
14130
14131         * gnus.el (ham-resend-to): Add new group parameter.
14132         (spam-process): Add ham resend option.
14133
14134         * spam-report.el (spam-report-resend): Allow reporting ham.
14135         (spam-report-resend-ham): Add wrapper.
14136
14137 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14138
14139         * message.el (message-cite-articles-with-x-no-archive): New
14140         variable.
14141         (message-cite-original): Use it.
14142
14143 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14144
14145         * message.el (message-cite-original): Respect X-No-Archive.
14146
14147 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-art.el (article-hide-headers): Refer to the values for
14150         gnus-ignored-headers and gnus-visible-headers in the summary
14151         buffer since a user may have set them as group parameters.
14152
14153 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14154
14155         * assistant.el (assistant-node-name): Add convenience function.
14156         (assistant-render-text, assistant-render-node): Add error handling,
14157         plus handle multiple next nodes.
14158         (assistant-find-next-node): Comment out for now.
14159         (assistant-find-next-nodes): Add function, returns list of next
14160         nodes.
14161
14162 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14163
14164         * mail-source.el (mail-source-directory): Fix doc-string.
14165
14166 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14167
14168         * assistant.el (assistant-render-text, assistant-eval): Add :set
14169         widget type, which is different because it takes and returns a
14170         list.  Much hilarity ensues.
14171
14172 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14175
14176         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14177         doc-string.
14178
14179         * gnus-start.el (gnus-activate-group): Added doc-string.
14180
14181 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14184
14185 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14186
14187         * assistant.el (assistant-render-text): Try to add a :set
14188         widget, more to come.
14189
14190         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14191         strings.
14192         (spam-report-articles-resend)
14193         (spam-register-routine): Do registration iff any articles warrant
14194         it.
14195         (spam-summary-prepare-exit): Change log message for nil group
14196         destinations.
14197
14198 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14199
14200         * spam.el (spam-report-resend-register-routine): Allow
14201         spam-report-resend-to to be a group parameter or a global value.
14202
14203 2004-05-26  Simon Josefsson  <jas@extundo.com>
14204
14205         * starttls.el: Merge with my GNUTLS based starttls.el.
14206         (starttls-gnutls-program, starttls-use-gnutls)
14207         (starttls-extra-arguments, starttls-process-connection-type)
14208         (starttls-connect, starttls-failure, starttls-success): New
14209         variables.
14210         (starttls-program, starttls-extra-args): Doc fix.
14211         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14212         functions.
14213         (starttls-negotiate, starttls-open-stream): Check
14214         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14215         function if it is set.
14216
14217 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14220         structured fields.
14221
14222 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14225
14226 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14227
14228         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14229         variable.
14230         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14231         assigning the spam-mark to new messages.
14232
14233 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14234
14235         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14236
14237 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14240
14241         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14242         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14243         default.
14244
14245 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14246
14247         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14248         correct data.
14249
14250 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14251
14252         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14253         (spam-group-processor-p): Fix function.
14254         (spam-group-processor-multiple-p)
14255         (spam-group-spam-processor-report-gmane-p)
14256         (spam-group-spam-processor-report-resend-p)
14257         (spam-group-spam-processor-bogofilter-p)
14258         (spam-group-spam-processor-blacklist-p)
14259         (spam-group-spam-processor-ifile-p)
14260         (spam-group-ham-processor-ifile-p)
14261         (spam-group-spam-processor-spamoracle-p)
14262         (spam-group-spam-processor-crm114-p)
14263         (spam-group-ham-processor-bogofilter-p)
14264         (spam-group-spam-processor-stat-p)
14265         (spam-group-ham-processor-stat-p)
14266         (spam-group-ham-processor-whitelist-p)
14267         (spam-group-ham-processor-BBDB-p)
14268         (spam-group-ham-processor-spamoracle-p)
14269         (spam-group-ham-processor-copy-p): Remove functions with some
14270         prejudice against unneeded code.
14271         (spam-report-articles-resend)
14272         (spam-report-resend-register-routine): Allow the group/topic
14273         spam-resend-to value to override spam-report-resend-to.
14274         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14275         properly now.
14276
14277         * gnus.el (spam-resend-to): Add group/topic parameter.
14278         (spam-process): Move the OBSOLETE processors to the end of the
14279         choices.
14280
14281 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14282
14283         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14284         with resend-to set to nil, and then ask the user if necessary.
14285         (spam-report-resend): spam-report-resend takes a list of articles, not
14286         separate article numbers.
14287
14288 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14289
14290         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14291         addition to emacs-w3m.
14292
14293 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * assistant.el (assistant-authinfo-data): New function.
14296         (assistant-eval): Eval for entire assistant.
14297
14298         * netrc.el (netrc-services-file): New variable.
14299         (netrc-parse-services): New function.
14300         (netrc-find-service-name): New function.
14301         (netrc-find-service-number): New function.
14302         (netrc-port-equal): New function.
14303         (netrc-machine): Use it.
14304
14305         * nnimap.el (nnimap-open-connection): Use netrc.
14306
14307         * gnus-util.el (gnus-netrc-get): Remove aliases.
14308
14309         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14310
14311         * assistant.el (wid-edit): Fix compilation.
14312
14313         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14314
14315 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14316
14317         * gnus-util.el (gnus-set-file-modes): New function.  (small
14318         patch).
14319
14320 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14321
14322         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14323
14324         * assistant.el (assistant-render-node): Fix up rendering and
14325         read-only text.
14326         (assistant-render-node): Reset.
14327         (assistant-make-read-only): Not sticky.
14328
14329 2004-05-20  Danny Siu  <dsiu@adobe.com>
14330
14331         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14332         centered even when gnus-auto-center-summary is t.
14333
14334 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14335
14336         * dns.el (dns-get-txt-answer): New function.
14337         (dns-read-txt): Ditto.
14338         (query-dns): Use it.
14339
14340 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14343         active for foreign groups even if the group level is higher than
14344         the specified value.
14345
14346 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14347
14348         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14349         non-active groups.
14350
14351         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14352
14353 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14354
14355         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14356
14357 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14358
14359         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14360         (spam-crm114-header, spam-crm114-spam-switch)
14361         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14362         (spam-crm114-positive-spam-header)
14363         (spam-crm114-database-directory, spam-list-of-processors)
14364         (spam-group-spam-processor-crm114-p)
14365         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14366         (spam-generic-score, spam-list-of-checks)
14367         (spam-list-of-statistical-checks, spam-registration-functions)
14368         (spam-check-crm114-headers, spam-crm114-score)
14369         (spam-check-crm114, spam-crm114-register-with-crm114)
14370         (spam-crm114-register-spam-routine)
14371         (spam-crm114-unregister-spam-routine)
14372         (spam-crm114-register-ham-routine)
14373         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14374         asjo@koldfront.dk (Adam Sjøgren).
14375
14376         * gnus.el: Add spam-use-crm114.
14377
14378         * spam.el (spam-list-of-processors, spam-registration-functions):
14379         Add spam-use-resend.
14380         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14381         (spam-report-articles-gmane): Add doc fix.
14382         (spam-report-articles-resend, spam-report-resend-register-routine):
14383         Add wrappers around spam-report-resend-to.
14384
14385         * spam-report.el (spam-report-resend-to, spam-report-resend):
14386         Add support for resending spam.
14387         (spam-report-gmane): Fix line length >80.
14388
14389         * gnus.el (spam-process): Add spam-use-resend.
14390
14391 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14392
14393         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14394         number of processed spam messages.
14395         (spam-ham-copy-or-move-routine): Return the number of processed
14396         ham messages.
14397         (spam-summary-prepare-exit): Use the above values to decide
14398         whether status messages shouled be displayed.
14399
14400 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14403         `rfc2047-encoding-function-alist' in order to avoid conflicting
14404         with the old version.
14405         (rfc2047-encode-region): Concatenate words containing non-ASCII
14406         characters in structured fields; don't encode space-delimited
14407         ASCII words even in unstructured fields; don't break words at
14408         char-category boundaries.
14409         (rfc2047-encode-1): New function.
14410         (rfc2047-encode): Use it; encode text so that it occupies the
14411         maximum width within 76-column; work correctly on Q encoding for
14412         iso-2022-* charsets.
14413         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14414         sure not to break a line just after the header name.
14415         (rfc2047-b-encode-region): Removed.
14416         (rfc2047-b-encode-string): New function.
14417         (rfc2047-q-encode-region): Removed.
14418         (rfc2047-q-encode-string): New function.
14419
14420         * mm-util.el (mm-replace-in-string): New function.
14421
14422 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14423
14424         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14425         get it right.
14426         (gnus-inews-make-draft): Really.
14427
14428 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14429
14430         * nnmh.el (nnmh-request-list-1): Don't check the link count
14431         before descending.  (small patch)
14432
14433 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14434
14435         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14436         stuff.
14437
14438         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14439         on real group name.
14440
14441         * gnus-art.el (gnus-signature-limit): Doc fix.
14442
14443         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14444
14445         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14446
14447 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14448
14449         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14450         isn't a string.
14451
14452 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453
14454         * gnus-draft.el (gnus-draft-send): Bind
14455         rfc2047-encode-encoded-words.
14456
14457         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14458         (rfc2047-encodable-p): Say that =? needs encoding.
14459         (rfc2047-encode-encoded-words): New variable.
14460
14461         * gnus-group.el (gnus-group-select-group): Doc fix.
14462
14463         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14464
14465         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14466         to nil.
14467
14468         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14469
14470         * nnheader.el (nnheader-get-lines-and-char): New function.
14471
14472 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * gnus-msg.el (gnus-summary-followup-with-original): Document
14475         yanking of region when active.
14476
14477 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14480         groups if the group level is higher than the specified value.
14481
14482 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14485         (gnus-group-jump-to-group): Added prefix argument using
14486         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14487         non-active group.
14488
14489         * compface.el (uncompface): Be verbose when changing
14490         `uncompface-use-external'.
14491
14492         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14493         handle manual section.
14494
14495 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14496
14497         * gnus-art.el (gnus-button-alist): Revert previous change.
14498
14499 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14502
14503 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14504
14505         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14506         whether backend can accept message.
14507
14508         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14509
14510 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14511
14512         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14513         Avoid creating directory when nntp-marks-is-evil is true.
14514         Reported by Reiner Steib.
14515
14516 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-picon.el (gnus-picon-style): New variable.
14519         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14520         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14521         Jesper Harder <harder@ifa.au.dk>.
14522
14523 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14524
14525         * message.el (message-fill-field): Return point.
14526         (message-generate-headers): Go to end of field.
14527
14528         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14529         stuff for non-living groups.
14530
14531 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14532
14533         * gnus-art.el (gnus-article-followup-with-original)
14534         (gnus-article-reply-with-original): gnus-mark-active-p ->
14535         gnus-region-active-p.
14536
14537 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14538
14539         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14540         only when there is spam or ham to be processed.
14541
14542 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543
14544         * mail-source.el (mail-source-delete-crash-box): Refactor.
14545         (mail-source-fetch): Use it.
14546         (mail-source-fetch-file): Ditto.
14547         (mail-source-fetch-directory): Run postscript in loop.
14548         (mail-source-fetch-pop): Delete.
14549         (mail-source-fetch-maildir): Ditto.
14550         (mail-source-fetch-imap): Ditto.
14551
14552         * imap.el (imap-authenticators): Comment out sasl.
14553
14554         * message.el (message-skip-to-next-address): New function.
14555         (message-fill-header-address): Refactor.
14556         (message-fill-address): Use it.
14557         (message-delete-address): Use it.
14558         (message-fill-header-general): Refactor.
14559         (message-fill-field-address): Rename.
14560         (message-narrow-to-field): Find the start of the header.
14561         (message-header-format-alist): Don't pre-fill.
14562         (message-fill-header): Removed.
14563         (message-insert-header): New function.
14564         (message-shorten-references): Use it.
14565
14566         * rfc2047.el (rfc2047-field-value): Strip props.
14567
14568         * mail-parse.el (mail-header-make-address): New alias.
14569
14570         * ietf-drums.el (ietf-drums-make-address): New function.
14571
14572         * imap.el: Add compiler directives.
14573
14574         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14575
14576         * gnus-art.el (article-decode-idna-rhs): Don't use
14577         message-idna-inside-rhs-p.
14578
14579 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14580
14581         * message.el (message-idna-inside-rhs-p): Removed.
14582         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14583
14584         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14585         false positives.
14586
14587 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14588
14589         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14590
14591 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14592
14593         * nneething.el (nneething-file-name): Don't create spurious
14594         files.
14595
14596         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14597         (gnus-inews-do-gcc): Remove sleep.
14598
14599         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14600         part under point.
14601
14602         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14603         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14604
14605 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14606
14607         * spam.el (spam-summary-prepare-exit): Fixed (length).
14608
14609 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14612         as expired without moving it" message when there are spam
14613         messages left.
14614
14615 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14616
14617         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14618         header is not nil.
14619
14620 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14621
14622         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14623         nntp-possibly-create-directory, not nntp-possibly-change-group.
14624         (nntp-marks-changed-p): New arg SERVER.
14625         (nntp-request-update-info): Adjust caller.
14626
14627 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14628
14629         * nntp.el (nntp-save-marks): Pass missing arg.
14630
14631 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14632
14633         * nntp.el: Support marks.
14634         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14635         (nntp-marks-modtime, nntp-marks-directory): New variables.
14636         (nntp-request-set-mark, nntp-request-update-info)
14637         (nntp-possibly-create-directory, nntp-marks-changed-p)
14638         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14639         functions.
14640
14641 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14642
14643         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14644         (gnus-xmas-redefine): Rename.
14645
14646         * gnus-score.el (gnus-score-insert-help): Use
14647         gnus-select-lowest-window.
14648
14649         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14650         appt-select-lowest-window and rename to gnus-select-lowest-window.
14651
14652         * gnus.el: do.
14653
14654 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14655
14656         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14657         encodings of MIME-encoded words, in order to improve
14658         interoperability with several broken MUAs.
14659
14660 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14661
14662         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14663         tags, only when charsets are not specified in headers.
14664         (mm-inline-text-html-render-with-w3m): Ditto.
14665
14666         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14667         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14668
14669 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14670
14671         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14672         instead of MIME-decoded from fields when checking
14673         `gnus-article-address-banner-alist'.
14674
14675 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14676
14677         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14678         description rather than subject.
14679
14680 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14681
14682         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14683
14684 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14685
14686         * gnus.el (gnus-version-number): Bump.
14687
14688 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14689
14690         * gnus.el: No Gnus v0.2 is released.
14691
14692 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14693
14694         * gnus-agent.el (gnus-agent-read-agentview): Inline
14695         gnus-uncompress-range.
14696
14697 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14698
14699         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14700         `exec-installed-p'.
14701
14702 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14703
14704         * gnus.el (spam-process, spam-autodetect-methods): Add
14705         bsfilter and bsfilter-headers.
14706
14707         * spam.el (spam-bsfilter): New customize group.
14708         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14709         (spam-bsfilter-header, spam-bsfilter-probability-header)
14710         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14711         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14712         (spam-bsfilter-database-directory): New options.
14713         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14714         (spam-list-of-statistical-checks, spam-registration-functions):
14715         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14716         (spam-bsfilter-score): New command.
14717         (spam-check-bsfilter-headers, spam-check-bsfilter)
14718         (spam-bsfilter-register-with-bsfilter)
14719         (spam-bsfilter-register-spam-routine)
14720         (spam-bsfilter-unregister-spam-routine)
14721         (spam-bsfilter-register-ham-routine)
14722         (spam-bsfilter-unregister-ham-routine): New functions.
14723         (spam-generic-score): Support bsfilter; Accept an optional argument
14724         to recalcurate spam score even if scoring header has already been
14725         added.
14726         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14727         optional argument to recalcurate spam score even if scoring header
14728         has already been added.
14729
14730 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14731
14732         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14733         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14734         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14735         link is missing.
14736
14737 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14738
14739         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14740         (html2text-get-attr): Rewrite.
14741
14742         * message.el (message-setup-1): Remove redundant put-text-property
14743         on mail-header-separator.
14744
14745 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14746
14747         * gnus-registry.el (gnus-registry-cache-whitespace)
14748         (gnus-registry-action, gnus-registry-spool-action)
14749         (gnus-registry-split-fancy-with-parent): Change message levels
14750         from 5 to 3 or 7, as needed.
14751
14752         * spam.el (spam-summary-prepare-exit)
14753         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14754         (spam-split, spam-find-spam, spam-log-undo-registration)
14755         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14756         level from 5 to 6.
14757
14758 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14761         2004-03-04 change).
14762
14763 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14764
14765         * sieve-manage.el (sieve-manage-open):
14766         * nnweb.el (nnweb-insert-html):
14767         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14768         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14769         * nnspool.el (nnspool-request-group):
14770         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14771         * nnml.el (nnml-request-update-info):
14772         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14773         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14774         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14775         (nnimap-request-set-mark):
14776         * nnfolder.el (nnfolder-request-update-info):
14777         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14778         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14779         * gnus-uu.el (gnus-uu-find-articles-matching):
14780         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14781         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14782         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14783         * gnus-nocem.el (gnus-nocem-scan-groups):
14784         * gnus-int.el (gnus-start-news-server):
14785         * gnus-group.el (gnus-group-make-kiboze-group)
14786         (gnus-group-browse-foreign-server):
14787         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14788         Use mapc when appropriate.
14789
14790 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14791
14792         FIXME: Make separate entries for each person.
14793
14794         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14795         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14796         <shields@msrl.com>:
14797
14798         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14799         may need for spam sorting and scoring.
14800         (spam-user-format-function-S): Add user format function suitable for
14801         general use.
14802         (spam-article-sort-by-spam-status): Add sorting function for summary
14803         sorting.
14804         (spam-extra-header-to-number): Add function to get a score from a
14805         header.
14806         (spam-summary-score): Add function to get a numeric score from the
14807         headers.
14808         (spam-generic-score): Fix function doc, was in wrong place.
14809         (spam-initialize): Take symbols when it's run, and install the
14810         extra headers that spam-necessary-extra-headers thinks we need.
14811
14812 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14813
14814         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14815         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14816
14817 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14818
14819         * gnus-sum.el (gnus-set-global-variables)
14820         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14821         (gnus-article-get-xrefs, gnus-summary-best-group)
14822         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14823         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14824         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14825         Use with-current-buffer.
14826
14827 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14828
14829         * spam.el (spam-summary-prepare-exit): Simplify logic.
14830         (spam-fetch-article-header): Read the article header if it's not
14831         available.
14832         (spam-list-articles): Simplify logic.
14833         (spam-filelist-register-routine): Fix bug with unregister-list.
14834
14835         * gnus-registry.el: Fix comments at beginning.
14836
14837 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14838
14839         * message.el (message-cater-to-broken-inn): Remove.
14840         (message-shorten-references): Make sure the total folded length of
14841         References is shorter than 998 characters to cater to a bug in INN
14842         2.3.  Also, don't pretend that references aren't folded -- this
14843         hasn't worked for a while.
14844
14845 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14846
14847         * gnus-agent.el (gnus-agentize):
14848         gnus-agent-send-mail-real-function no longer set to current value
14849         of message-send-mail-function but rather a lambda that calls
14850         message-send-mail-function.  The change makes the agent real-time
14851         responsive to user changes to message-send-mail-function.
14852
14853 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14854
14855         * legacy-gnus-agent.el
14856         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14857         help from Florian Weimer <fw@deneb.enyo.de>
14858
14859 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * nnmail.el (nnmail-cache-insert): Revert last change.
14862
14863 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * nnmail.el (nnmail-cache-insert): Always check whether
14866         nnmail-cache-ignore-groups matches a group name.
14867
14868 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14871         (spam-find-spam, spam-log-processing-to-registry)
14872         (spam-log-registered-p, spam-log-unregistration-needed-p)
14873         (spam-log-undo-registration): Use gnus-message instead of
14874         gnus-error, none of these errors are fatal.
14875
14876         * gnus-registry.el (gnus-registry-clean-empty-function)
14877         (gnus-registry-clean-empty): Remove only empty entries without
14878         extra data.
14879
14880 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14881
14882         * spam-stat.el (spam-stat-buffer-change-to-spam)
14883         (spam-stat-buffer-change-to-non-spam): Change (error) to
14884         (gnus-message 8) invocation.
14885
14886 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * nntp.el (nntp-via-netcat-command): New variable.
14889         (nntp-via-netcat-switches): New variable.
14890         (nntp-open-via-rlogin-and-netcat): New function.
14891         (nntp-open-connection-function): Doc fix.
14892         (nntp-telnet-command): Doc fix.
14893         (nntp-end-of-line): Doc fix.
14894         (nntp-via-rlogin-command): Doc fix.
14895         (nntp-via-user-name): Doc fix.
14896         (nntp-via-address): Doc fix.
14897
14898 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14901         error in Emacs 21.1.
14902
14903 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14906
14907 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14908
14909         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14910         (gnus-agent-with-refreshed-group): New macro.
14911         (gnus-agent-rename-group): New function.
14912         (gnus-agent-delete-group): New function.
14913         (gnus-agent-save-group-info): Use gnus-command-method when
14914         `method' parameter is nil.  Don't write nil entries into the
14915         active file.
14916         (gnus-agent-get-group-info): New function.
14917         (gnus-agent-fetch-articles): Use
14918         gnus-agent-update-files-total-fetched-for to increment disk space
14919         used.
14920         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14921         gnus-agent-update-view-total-fetched-for to increment disk space
14922         used.
14923         (gnus-agent-get-local): Added optional parameters to avoid calling
14924         gnus-group-real-name and gnus-find-method-for-group.
14925         (gnus-agent-set-local): Delete stored entry if either min, or max,
14926         are nil.
14927         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14928         quit, use gnus-agent-regenerate-group to record existance of any
14929         articles fetched to disk before the quit occurred.
14930         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14931         gnus-agent-update-view-total-fetched-for, and
14932         gnus-agent-update-files-total-fetched-for to decrement disk space
14933         used.
14934         (gnus-agent-retrieve-headers): Use
14935         gnus-agent-update-view-total-fetched-for to increment disk space
14936         used.
14937         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14938         with gnus-agent-update-files-total-fetched-for to decrement disk
14939         space and fresh group buffer.
14940         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14941         (gnus-agent-need-update-total-fetched-for): New variable.
14942         (gnus-agent-update-files-total-fetched-for): New function.
14943         (gnus-agent-update-view-total-fetched-for): New function.
14944         (gnus-agent-total-fetched-for): New function.
14945
14946         * gnus-cache.el (gnus-cache-save-buffers): Use
14947         gnus-cache-update-overview-total-fetched-for to change disk space
14948         used by this group.
14949         (gnus-cache-possibly-enter-article): Use
14950         gnus-cache-update-file-total-fetched-for to increment disk space
14951         used by this group.
14952         (gnus-cache-possibly-remove-article): Use
14953         gnus-cache-update-file-total-fetched-for to decrement disk space
14954         used by this group.
14955         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14956         (gnus-cache-rename-group): New function.
14957         (gnus-cache-delete-group): New function.
14958         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14959         (gnus-cache-need-update-total-fetched-for): New variable.
14960         (gnus-cache-with-refreshed-group): New macro.
14961         (gnus-cache-update-file-total-fetched-for): New function.
14962         (gnus-cache-update-overview-total-fetched-for): New function.
14963         (gnus-cache-rename-group-total-fetched-for): New function.
14964         (gnus-cache-delete-group-total-fetched-for): New function.
14965         (gnus-cache-total-fetched-for): New function.
14966
14967         * gnus-group.el: Require gnus-sum and autoload functions to
14968         resolve warnings when gnus-group.el compiled alone.
14969         (gnus-group-line-format): Documented new %F.
14970         (size of Fetched data) group line format; identifies disk space
14971         used by agent and cache.
14972         (gnus-group-line-format-alist): Defined new F format.
14973         (gnus-total-fetched-for): New function.
14974         (gnus-group-delete-group): No longer update
14975         gnus-cache-active-altered as gnus-request-delete-group now keeps
14976         the cache in sync.
14977         (gnus-group-list-active): Let the agent store a server's active
14978         list if currently plugged.
14979
14980         * gnus-int.el (gnus-request-delete-group):
14981         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14982         local disk in sync with the server.
14983         (gnus-request-rename-group):
14984         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14985         local disk in sync with the server.
14986
14987         * gnus-start.el (gnus-get-unread-articles):
14988         Cosmetic simplification to logic.
14989
14990         * gnus-util.el (gnus-rename-file): New function.
14991
14992 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14993
14994         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14995
14996 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14997
14998         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14999         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15000
15001 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15002
15003         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15004         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15005
15006 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15007
15008         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15009
15010 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15011
15012         * spam.el (spam-set-difference): Add function to replace
15013         gnus-set-difference in spam.el.
15014         (spam-summary-prepare-exit): Use spam-set-difference.
15015
15016 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * gnus-registry.el (gnus-registry-cache-file): Update to use
15019         gnus-dribble-directory OR gnus-home-directory OR ~.
15020         (gnus-registry-split-fancy-with-parent): Fix doc.
15021
15022 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * message.el (message-exchange-point-and-mark): Use
15025         message-mark-active-p.  Suggested by Jesper Harder
15026         <harder@ifa.au.dk>.
15027
15028 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * message.el (message-exchange-point-and-mark): Don't activate
15031         region if it was inactive.  Suggested by Hiroshi Fujishima
15032         <pooh@nature.tsukuba.ac.jp>.
15033
15034 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gnus-art.el (article-display-face): Display Faces in the same
15037         order as X-Faces.
15038
15039 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15042
15043 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15046         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15047         (gnus-article-mime-hierarchy): Remove.
15048         (gnus-article-mime-hierarchy-next): Remove.
15049         (gnus-article-mode): Revert 2004-03-19 change.
15050         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15051         (gnus-insert-mime-button): Revert 2004-03-19 change.
15052         (gnus-mime-accumulate-hierarchy): Remove.
15053         (gnus-mime-enter-multipart): Remove.
15054         (gnus-mime-leave-multipart): Remove.
15055         (gnus-mime-display-part): Revert 2004-03-19 change.
15056         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15057
15058         * mml.el (mml-preview): Revert 2004-03-19 change.
15059
15060 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15061
15062         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15063
15064 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15067         t while entering a file name using the mm-with-multibyte macro.
15068         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15069
15070         * mm-util.el (mm-with-multibyte): New macro.
15071
15072 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15075         user option.
15076         (gnus-mime-multipart-functions): Doc and customization fix.
15077         (gnus-article-mime-hierarchy): New variable.
15078         (gnus-article-mime-hierarchy-next): New variable.
15079         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15080         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15081         gnus-article-mime-hierarchy-next to nil.
15082         (gnus-insert-mime-button): Show hierarchy numbers.
15083         (gnus-mime-accumulate-hierarchy): New function.
15084         (gnus-mime-enter-multipart): New function.
15085         (gnus-mime-leave-multipart): New function.
15086         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15087         (gnus-mime-display-alternative): Show hierarchy numbers.
15088
15089         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15090         gnus-article-mime-hierarchy-next to nil.
15091
15092 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15093
15094         * dns.el: Don't require gnus-xmas.
15095
15096 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15097
15098         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15099         inline PGP.
15100         (mml-menu): Disable mml-quote-region if mark is inactive.
15101
15102 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15105         when the group's active is not available.
15106
15107 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15110         error.
15111
15112 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * imap.el (imap-store-password): New variable.
15115         (imap-interactive-login): Use it.
15116         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15117
15118 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15121         window-start and hscroll to summary window.
15122
15123 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15124
15125         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15126         conversion message to newsrc-dribble when an actual conversion is
15127         performed.
15128
15129 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15130
15131         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15132
15133 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * mm-decode.el (mm-complicated-handles): New function reviving
15136         former definition of mm-multiple-handles.
15137
15138         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15139         (gnus-mime-delete-part): Use it.
15140
15141 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15142
15143         * gnus-agent.el (gnus-agent-read-local): Bind
15144         nnheader-file-coding-system to gnus-agent-file-coding-system to
15145         avoid the implicit assumption that they will always be equal.
15146         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15147         coding-system-for-write, as the with-temp-file macro first prints
15148         to a buffer then saves the buffer.
15149
15150 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-art.el (gnus-article-edit-part): New function.
15153         (gnus-mime-save-part-and-strip): Use it; do query instead of
15154         signaling an error; don't use mm-multiple-handles.
15155         (gnus-mime-delete-part): Ditto.
15156
15157 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15158
15159         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15160         old file versions.
15161         (gnus-group-prepare-hook): Removed function that converted list
15162         form of gnus-agent-expire-days to group properties.
15163
15164         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15165         (gnus-request-accept-article): Re-indented.
15166
15167         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15168         converters to handle old agent file formats.  Added logic for a
15169         "backup before upgrading warning".
15170         (gnus-convert-mark-converter-prompt): Developers can mark
15171         functions as needing (default), or not needing,
15172         gnus-convert-old-newsrc's "backup before upgrading warning".
15173         (gnus-convert-converter-needs-prompt): Tests whether the user
15174         should be protected from potentially irreversable changes by the
15175         function.
15176
15177         * legacy-gnus-agent.el: New.  Provides converters that are only
15178         loaded when gnus-convert-old-newsrc needs to call them.
15179
15180 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * mail-source.el (mail-source-touch-pop): Doc fix.
15183
15184         * message.el (message-smtpmail-send-it): Doc fix.
15185
15186 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15187
15188         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15189
15190         * nnmail.el (nnmail-split-fancy): do.
15191
15192         * gnus-kill.el (gnus-kill, gnus-execute): do.
15193
15194 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15195
15196         * gnus-sum.el (gnus-widget-reversible-match)
15197         (gnus-widget-reversible-to-internal)
15198         (gnus-widget-reversible-to-external): New functions.
15199         (gnus-widget-reversible): New widget.
15200         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15201
15202 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15203
15204         * gnus-sum.el (gnus-thread-sort-functions)
15205         (gnus-article-sort-functions): Document `(not F)' items.
15206
15207 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15208
15209         * spam.el (spam-use-gmane-xref): Add new backend.
15210         (spam-gmane-xref-spam-group): Add variable to control the name of the
15211         Gmane spam group.
15212         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15213         (spam-regex-headers-spam, spam-regex-headers-ham)
15214         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15215         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15216         backends and checks.
15217         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15218
15219         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15220         an autodetect method.
15221
15222 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15223
15224         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15225         articles are being added to a group.
15226         (gnus-request-replace-article): Inform the agent that articles
15227         need to be uncached as the cached contents are no longer valid.
15228
15229 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * binhex.el: Don't autoload executable-find.
15232
15233         * canlock.el: Don't autoload mail-fetch-field.
15234
15235         * dgnushack.el: Autoload c-mode for XEmacs.
15236
15237         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15238
15239         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15240         rmail-dont-reply-to and rmail-output.
15241
15242         * gnus-score.el: Don't autoload ffap-string-at-point.
15243
15244         * gnus-setup.el: Don't autoload sc-cite-original.
15245
15246         * imap.el: Don't autoload base64-decode-string,
15247         base64-encode-string and md5.
15248
15249         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15250         and rmail-msg-restore-non-pruned-header.
15251
15252         * mm-decode.el: Don't autoload executable-find.
15253
15254         * mm-url.el: Don't autoload executable-find.
15255
15256         * mm-view.el: Don't autoload diff-mode.
15257
15258         * nndb.el: Don't autoload news-reply-mode, news-setup,
15259         cancel-timer and telnet.
15260
15261         * password.el: Don't autoload run-at-time for Emacs.
15262
15263         * sha1-el.el: Don't autoload executable-find.
15264
15265         * sieve-mode.el: Don't autoload c-mode.
15266
15267         * uudecode.el: Don't autoload executable-find.
15268
15269 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15270
15271         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15272         (gnus-agent-possibly-alter-active): Avoid null in numeric
15273         comparison.
15274         (gnus-agent-set-local): Refuse to save null in local object table.
15275         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15276         list of articles that will be marked as unread.
15277
15278 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15281
15282 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15283
15284         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15285         language tags.
15286
15287 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15288
15289         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15290         Don't bind "obarray".
15291
15292         * gnus-sum.el (gnus-thread-sort-functions): Added
15293         `gnus-thread-sort-by-most-recent-number' and
15294         `gnus-thread-sort-by-most-recent-date'.
15295         Reported by Kai Grossjohann <kai@emptydomain.de>.
15296
15297 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15300
15301 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15302
15303         * gnus-cus.el (gnus-agent-customize-category): Removed
15304         ignore-errors macro reference that required cl to be loaded at
15305         run-time.
15306
15307         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15308         single-interval range of the form (min . max).  Previously the
15309         range had to look like ((min . max)).  Likewise, return
15310         (min . max) rather than ((min . max)).
15311         (gnus-range-map): Use gnus-range-normalize to accept
15312         single-interval range.
15313
15314         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15315         the cache, but not the agent, now appear with their usual face.
15316
15317         * dgnushack.el (loaddir): New variable that is bound to the
15318         directory containing the dgnushack.el file. Use loaddir, rather
15319         than srcdir, to update load-path. Change lets dgnushack compile
15320         code in directories other than GNUS/lisp.
15321
15322 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15323
15324         * lpath.el: Don't bind w3m-safe-url-regexp.
15325
15326         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15327         w3m-safe-url-regexp variable buffer-local.
15328
15329         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15330
15331 2004-02-27  Simon Josefsson  <jas@extundo.com>
15332
15333         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15334         gnus-group-real-prefix.
15335         (gnus-summary-move-article): Use it, instead of
15336         gnus-group-real-prefix.
15337
15338 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * lpath.el: Bind w3m-safe-url-regexp.
15341
15342         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15343         w3m-safe-url-regexp variable buffer-local and set it as the value
15344         of mm-w3m-safe-url-regexp.
15345
15346         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15347
15348         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15349         parsing gnus-posting-styles when the message is not for replying.
15350
15351         * dgnushack.el: Autoload sgml-mode for XEmacs.
15352
15353         * nnrss.el (nnrss-opml-export): Use
15354         mm-set-buffer-file-coding-system instead of
15355         set-buffer-file-coding-system.
15356
15357 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15358
15359         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15360         of checkdoc.el).
15361         * nnrss.el: do.
15362         * gnus-mlspl.el: do.
15363         * gnus-ml.el: do.
15364         * gnus-srvr.el: do.
15365
15366         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15367
15368 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15369
15370         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15371         Corrections to custom-manual links.
15372
15373         * gnus-art.el (gnus-article): Ditto.
15374
15375         * mm-decode.el (mime-display, mime-security): Ditto.
15376
15377 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15378
15379         * flow-fill.el: Typo.
15380
15381 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15382
15383         * spam-wash.el: New file.
15384
15385 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15386
15387         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15388
15389 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15390
15391         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15392         to be run with new-articles as LIST1, not LIST2.
15393         (spam-registration-functions): Add spam-use-ham-copy as a nil
15394         registration backend.
15395
15396 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15397
15398         * spam-stat.el (spam-stat-washing-hook): New option.
15399         (spam-stat-buffer-words): Use it.
15400         (spam-stat-process-directory, spam-stat-test-directory): Use
15401         insert-file-contents-literally.
15402         (spam-stat-coding-system): New variable.
15403         (spam-stat-load, spam-stat-save): Use it.
15404
15405 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * spam-report.el (spam-report-plug-agent): Quote
15408         spam-report-url-to-file and spam-report-url-ping-plain.
15409
15410 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15413         / in mailto URLs.
15414
15415 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * spam-report.el (spam-report-process-queue): Fix interactive use.
15418         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15419         (spam-report-unplug-agent): Doc fixes.
15420         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15421         (spam-report-agentize, spam-report-deagentize): Autoload.
15422
15423 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15426
15427         * message.el (message-setup-fill-variables): Add mml tags to
15428         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15429         <ajk@iu.edu>.
15430         (message-mode): Don't modify paragraph-separate there.
15431
15432 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * compface.el (uncompface-use-external): Default to undecided.
15435         (uncompface-use-external-threshold): New variable.
15436         (uncompface-float-time): New macro.
15437         (uncompface): Determine whether to use the external decoder if
15438         uncompface-use-external is undecided.
15439
15440 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15441
15442         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15443         after images.
15444
15445         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15446
15447 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15450
15451         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15452
15453         * gnus-sum.el (gnus-summary-limit-to-age)
15454         (gnus-summary-limit-children): do.
15455
15456         * gnus-int.el (gnus-request-scan): do.
15457
15458         * gnus-group.el (gnus-group-suspend): do.
15459
15460         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15461
15462         * gnus-cite.el (gnus-cite-parse-attributions): do.
15463
15464         * gnus-agent.el (gnus-summary-set-agent-mark)
15465         (gnus-agent-regenerate-group): do.
15466
15467         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15468
15469         * binhex.el (binhex-decode-region-internal): do.
15470
15471 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-fun.el (gnus-face-properties-alist): New user option.
15474         (gnus-display-x-face-in-from): Use it.
15475
15476         * gnus-art.el (article-display-face): Ditto.
15477
15478         * compface.el (uncompface-use-external): Default to nil.
15479
15480 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15481
15482         * nntp.el (nntp-erase-buffer): New function.
15483         (nntp-retrieve-data, nntp-send-command)
15484         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15485         (nntp-possibly-change-group): Use it.
15486
15487         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15488         with-current-buffer.
15489
15490 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15491
15492         * compface.el: Merge the ELisp-based uncompface program.
15493         (compface): New customization group.
15494         (uncompface-use-external): New user option.
15495         (uncompface): Call uncompface-internal if uncompface-use-external
15496         is nil.
15497         (uncompface-internal): New function.  Note that there are also
15498         some other functions and variables added for this function.
15499
15500 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15501
15502         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15503         if necessary.
15504
15505 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * spam-report.el (spam-report-unplug-agent)
15508         (spam-report-plug-agent, spam-report-deagentize)
15509         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15510         Add support for the Agent in spam-report: when unplugged, report to a
15511         file; when plugged, submit all the requests.
15512
15513         * spam.el (spam-register-routine): Fix message about
15514         registration.
15515
15516 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15517
15518         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15519         dependencies.
15520         (rfc2047-encode): Use it.
15521
15522         * gnus-art.el (gnus-button-marker-list): Move before first
15523         reference.
15524
15525         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15526         (imap-parse-body): Fix format string mismatch.
15527
15528         * gnus-score.el (gnus-summary-increase-score): do.
15529
15530         * nnrss.el (nnrss-close): New function.
15531
15532 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15533
15534         * nnrss.el (nnrss-make-filename): New function.
15535         (nnrss-request-delete-group, nnrss-read-server-data)
15536         (nnrss-save-server-data, nnrss-read-group-data)
15537         (nnrss-save-group-data): Use it.
15538         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15539         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15540         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15541
15542 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15543
15544         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15545
15546 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15547
15548         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15549         files.
15550
15551         * message.el (message-generate-headers-first): Don't quote nil
15552         and t in docstrings.
15553
15554         * imap.el (imap-id): do.
15555
15556         * gnus-agent.el (gnus-agent-consider-all-articles)
15557         (gnus-agent-queue-mail): do.
15558
15559 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * spam-report.el (spam-report-process-queue): New function.
15562         Process requests from `spam-report-requests-file'.
15563         (spam-report-process-queue): Doc fix.
15564
15565 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15566
15567         * spam.el (spam-register-routine)
15568         (spam-log-processing-to-registry, spam-log-registered-p)
15569         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15570         Change "check" to "spam-check" for semi-clarity.
15571
15572 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15573
15574         * pop3.el: Require nnheader.
15575
15576         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15577
15578         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15579
15580         * gnus-picon.el: Require cl.
15581
15582         * gnus-fun.el: Require gnus-ems and gnus-util.
15583
15584         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15585
15586         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15587
15588         * gnus-art.el (gnus-article-edit-mode): Define before first
15589         reference.
15590
15591 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15592
15593         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15594         (gnus-uu-post-encoded): Use point-at-bol.
15595
15596         * gnus-topic.el (gnus-group-active-topic-p): do.
15597
15598         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15599
15600         * gnus-group.el (gnus-group-kill-region): do.
15601
15602         * gnus-art.el (article-date-ut): do.
15603
15604         * message.el (message-fetch-field): Remove redundant
15605         case-fold-search binding.
15606         (message-narrow-to-field): Simplify.
15607
15608 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * spam.el (spam-directory): Derive from `gnus-directory'.
15611
15612         * spam-report.el (spam-report-url-to-file)
15613         (spam-report-requests-file): New function and variable for offline
15614         reporting.
15615         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15616         and user defined function.
15617         (spam-report-url-ping-mm-url): Remove doubled slash.
15618
15619 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15620
15621         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15622
15623 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15624
15625         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15626         format string mismatch.
15627
15628         * sieve.el (sieve-deactivate-all): do.
15629
15630         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15631
15632         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15633
15634         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15635
15636         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15637
15638 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15639
15640         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15641         the list of checks.
15642
15643 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15644
15645         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15646         padding.
15647
15648 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15649
15650         * mm-view.el (mm-fill-flowed): New variable.
15651         (mm-inline-text): Use it.
15652
15653 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15654
15655         * spam.el (spam-spamassassin-register-ham-routine)
15656         (spam-spamassassin-register-spam-routine): Fix function names.
15657
15658 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus.el (gnus-tmp-grouplens): Remove.
15661         (gnus-summary-line-format): Remove grouplens.
15662
15663         * gnus-group.el (gnus-group-line-format): Ditto.
15664
15665         * gnus-spec.el (gnus-format-specs): Ditto.
15666         (gnus-update-format-specifications): Flush the group format spec
15667         cache if there's the grouplens stuff.
15668         (gnus-parse-simple-format): Replace %l with the empty string.
15669
15670 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15671
15672         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15673         omission.
15674
15675 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15678         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15679
15680 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15681
15682         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15683         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15684         New macros and functions.
15685         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15686         Handle > NLINK_MAX messages.
15687         * nnmaildir.el (nnmaildir-request-set-mark): Use
15688         nnmaildir--emlink-p and nnmaildir--eexist-p.
15689
15690 2004-01-25  Alex Schroeder  <alex@gnu.org>
15691
15692         * spam-stat.el (spam-stat-process-directory-age): New option.
15693         (spam-stat-process-directory): Use it.
15694
15695 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15696
15697         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15698         (spam-stat-save): Accept prefix argument.
15699
15700 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15701
15702         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15703         links" error.
15704
15705 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15708         the rest of the and/or forms.
15709
15710 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15711
15712         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15713         compatibility with old .newsrc.eld files.
15714
15715         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15716
15717         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15718
15719         * gnus-start.el (gnus-1): do.
15720
15721         * gnus-group.el (gnus-group-line-format-alist): do.
15722
15723         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15724
15725         * gnus-gl.el: Remove.
15726
15727 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15728
15729         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15730         marks consisting of a single range {for example, (3 . 5)} rather
15731         than a list of a single range { ((3 . 5)) }.
15732
15733 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15734
15735         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15736         with-current-buffer.
15737         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15738         avoid consing a string.
15739
15740         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15741         Remove obsolete entries for big5 and gb2312.
15742
15743 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15744
15745         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15746         uncompressed list.
15747
15748 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15749
15750         * spam-stat.el (spam-stat-strip-xref): New function.
15751         (spam-stat-process-directory): Use it.
15752
15753         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15754         here -- it's done in message-fetch-field.
15755
15756 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15757
15758         * gnus-agent.el (gnus-agent-queue-mail)
15759         (gnus-agent-prompt-send-queue): New variables.
15760         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15761         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15762         "nndraft:queue" along to gnus-draft-send.  Use
15763         gnus-agent-prompt-send-queue.
15764         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15765         is "nndraft:queue".  Suggested by Gaute Strokkenes
15766         <gs234@srcf.ucam.org>
15767
15768         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15769         (agent-enable-undownloaded-faces): Added.
15770         (gnus-agent-cat-groups): Use eval-and-compile, not
15771         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15772         method of gnus-agent-cat-groups even when the buffer has been
15773         evaled.
15774         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15775         delete gnus-agent-save-active-1.
15776         (gnus-agent-save-groups): Deleted.  Identical to
15777         gnus-agent-save-active.
15778         (gnus-agent-write-active): No longer adjust agent's copy of active
15779         file as agent's adjustments are now stored in their own
15780         file.  Removed optional parameter.
15781         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15782         servers.  Add use of min/max range limits from server's local
15783         file.
15784         (gnus-agent-save-alist): Removed unused optional argument.
15785         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15786         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15787         (gnus-agent-set-local): A per-server file that keeps min/max range
15788         limits for articles known to the agent.  Provides a fast mechanism
15789         for altering many active ranges.
15790         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15791         active file (local makes it unnecessary).
15792         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15793
15794         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15795         (agent-enable-undownloaded-faces): Added.
15796
15797         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15798         disable it when sending to "nndraft:queue".
15799         (gnus-group-send-queue): Add safety check to avoid sending queue
15800         when unplugged.
15801
15802         * gnus-group.el (gnus-group-catchup): Use new
15803         gnus-sequence-of-unread-articles, not
15804         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15805         numbers of articles.  Use gnus-range-map to avoid having to
15806         uncompress the unread list.
15807         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15808         Fixed invalid ange-ftp reference.
15809
15810         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15811         (gnus-sorted-range-intersection): Intersection of two ranges
15812         without requiring that they first be uncompressed.
15813
15814         * gnus-start.el (gnus-activate-group): Unless blocked by the
15815         caller, possibly expand the active range to include both cached
15816         and agentized articles.
15817         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15818         multiple version-dependent converters.
15819         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15820         gnus-agent-save-active.
15821         (gnus-save-newsrc-file): Save dirty agent range limits.
15822
15823         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15824         gnus-agent-possibly-alter-active.
15825         (gnus-adjust-marked-articles): Faster handling of simple lists.
15826
15827 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15828
15829         * spam-stat.el (spam-stat-test-directory): New optional argument
15830         displays a list of files detected.  Suggested by Andrew Cohen
15831         <cohen@andy.bu.edu>.
15832         (spam-stat-buffer-words-with-scores): Don't narrow and change
15833         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15834
15835 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15836
15837         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15838         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15839         (spam-spamassassin-arguments)
15840         (spam-spamassassin-spam-flag-header)
15841         (spam-spamassassin-positive-spam-flag-header)
15842         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15843         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15844         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15845         (spam-list-of-processors, spam-list-of-checks)
15846         (spam-list-of-statistical-checks, spam-registration-functions)
15847         (spam-check-spamassassin-headers, spam-check-spamassassin)
15848         (spam-spamassassin-score)
15849         (spam-spamassassin-register-with-sa-learn)
15850         (spam-spamassassin-register-spam-routine)
15851         (spam-spamassassin-register-ham-routine)
15852         (spam-assassin-register-spam-routine)
15853         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15854         (spam-bogofilter-score): Fix to show article before scoring.
15855
15856 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15857
15858         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15859         default scoring function.
15860         (spam-generic-score): Call spam-spamassassin-score if
15861         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15862         spam-bogofilter-score otherwise.
15863
15864         * gnus.el (spam-process, spam-autodetect-methods): Add
15865         spamassassin and spamassassin-headers.
15866
15867 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15868
15869         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15870         Suppress unnecessary messages.
15871
15872 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15873
15874         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15875         make-hash-table.
15876
15877 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * canlock.el (base64-encode-string): Don't autoload it.
15880
15881 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * run-at-time.el: Remove useless (require 'itimer),
15884         eval-and-compile and (featurep 'xemacs).
15885
15886 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15887
15888         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15889         GROUP is a virtual group.
15890
15891 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15892
15893         * gnus.el: Autoload `message-y-or-n-p'.
15894
15895 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * pgg-parse.el: Remove unnecessary (require 'custom).
15898
15899         * pgg-def.el: do.
15900
15901         * nnmail.el: do.
15902
15903         * gnus-undo.el: do.
15904
15905         * gnus-picon.el: do.
15906
15907         * gnus-util.el: do.
15908
15909 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15910
15911         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15912
15913 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15916         handle, as well as a list.
15917
15918         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15919         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15920         (mm-w3m-cid-retrieve): Simplify.
15921
15922 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15923
15924         * message.el (message-kill-to-signature): Allow prefix arg to
15925         specify number of lines to keep before signature.
15926
15927 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15928
15929         * message.el (message-kill-to-signature): Change docstring.
15930
15931 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15932
15933         * canlock.el: Always require sha1-el.
15934         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15935
15936         * message.el: Autoload sha1 only when compiling.
15937
15938         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15939         eudc-expand-inline for XEmacs.
15940
15941 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * message.el (message-canlock-generate): Require sha1-el.
15944
15945 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15946
15947         * message.el (message-expand-name): Silence the byte compiler.
15948
15949         * lpath.el: Add detect-coding-system.
15950
15951         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15952         cus-edit.
15953
15954 2004-01-13  Simon Josefsson  <jas@extundo.com>
15955
15956         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15957         Invoke gnus-score-mode.  Reported by
15958         bojohan+news@dd.chalmers.se (Johan Bockgård).
15959
15960         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15961         Jim Blandy <jimb@redhat.com> (tiny change).
15962
15963 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15964
15965         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15966
15967 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15968
15969         * spam.el (spam-get-article-as-string): Update to use
15970         gnus-request-article-this-buffer, much simpler.
15971         (spam-get-article-as-buffer): Remove.
15972
15973 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15974
15975         * message.el (message-expand-name): Use EUDC if the user uses that.
15976
15977 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15978
15979         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15980         character for the encoding to avoid consing a string.
15981
15982         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15983         unnecessarily.
15984
15985         * mm-util.el (mm-replace-chars-in-string): Remove.
15986
15987         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15988         of mm-replace-chars-in-string.
15989
15990 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15991
15992         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15993
15994         * mm-util.el (mm-subst-char-in-string): Support inplace.
15995
15996         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15997         a new string in every iteration.  Use shy groups.
15998
15999 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16000
16001         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16002         * gnus-soup.el (gnus-soup-group-brew):
16003         * gnus-msg.el (gnus-put-message):
16004         * gnus-move.el (gnus-group-move-group-to-server):
16005         * gnus-kill.el (gnus-batch-score):
16006         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16007         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16008         (gnus-group-update-group, gnus-group-read-group)
16009         (gnus-group-make-group, gnus-group-make-help-group)
16010         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16011         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16012         (gnus-group-sort-by-unread, gnus-group-catchup)
16013         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16014         (gnus-group-yank-group, gnus-group-set-info)
16015         (gnus-group-list-groups):
16016         * gnus.el (gnus-generate-new-group-name):
16017         * gnus-delay.el (gnus-delay-send-queue):
16018         * nnvirtual.el (nnvirtual-catchup-group):
16019         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16020         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16021         (gnus-group-prepare-topics, gnus-topic-check-topology):
16022         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16023         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16024         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16025         (gnus-group-make-articles-read):
16026         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16027         (gnus-group-change-level, gnus-kill-newsgroup)
16028         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16029         (gnus-get-unread-articles, gnus-make-articles-unread)
16030         (gnus-make-ascending-articles-unread): Use accessor
16031         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16032         to get group information for improved readability.
16033
16034
16035 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16036
16037         * gnus-art.el (article-decode-mime-words, article-babel)
16038         (gnus-article-highlight-signature, gnus-article-add-buttons)
16039         (gnus-signature-toggle): Use gnus-with-article-buffer.
16040
16041         * gnus-art.el (gnus-article-highlight-headers)
16042         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16043
16044         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16045         (gnus-article-set-globals, gnus-request-article-this-buffer)
16046         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16047         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16048         (gnus-mime-display-alternative): Use with-current-buffer.
16049
16050 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16053         also under 80 char limit, and call gnus-error if needed.
16054         (spam-fetch-article-header): Fix - it was a
16055         buffer-local variable (gnus-newsgroup-data).
16056         (spam-find-spam): Use spam-generate-fake-headers, forget about
16057         spam-insert-fake-headers.
16058         (spam-insert-fake-headers): Remove.
16059
16060 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16061
16062         * deuglify.el (gnus-article-outlook-unwrap-lines)
16063         (gnus-outlook-rearrange-article)
16064         (gnus-outlook-repair-attribution-outlook)
16065         (gnus-outlook-repair-attribution-block)
16066         (gnus-outlook-repair-attribution-other): Remove redundant
16067         save-excursion.
16068
16069 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16070
16071         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16072         (spam-fetch-field-subject-fast)
16073         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16074         (spam-fetch-article-header): Add functions to deal with Gnus
16075         internals for fast retrieval of article header data.
16076         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16077
16078 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16079
16080         * pop3.el (pop3-md5): Remove.
16081         (pop3-apop): Replace pop3-md5 with md5.
16082
16083         * mm-bodies.el: base64 is always built-in.
16084
16085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16086         with-current-buffer.
16087
16088 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * canlock.el (canlock-insert-header): Remove excessive grouping in
16091         regexp.
16092
16093         * gnus-sum.el (gnus-summary-read-document): Ditto.
16094
16095         * gnus-uu.el (gnus-uu-part-number): Ditto.
16096
16097         * html2text.el (html2text-remove-tags): Ditto.
16098         (html2text-format-tags): Ditto.
16099         (html2text-format-single-elements): Ditto.
16100
16101         * mml.el (mml-parse-1): Ditto.
16102
16103 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16104
16105         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16106
16107         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16108
16109         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16110
16111         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16112
16113 2003-11-15  Simon Josefsson  <jas@extundo.com>
16114
16115         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16116         (pgg-gpg-lookup-key): Use regexp match instead of
16117         split-string (split-string is different between emacs 21.2 and
16118         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16119
16120 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16121
16122         * gnus-art.el (gnus-mime-view-all-parts)
16123         (gnus-article-part-wrapper, gnus-article-view-part): Use
16124         with-current-buffer.
16125
16126 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * spam.el (spam-disable-spam-split-during-ham-respool)
16129         (spam-spamoracle-database, spam-cache-lookups)
16130         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16131         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16132         (spam-group-ham-marks, spam-group-spam-marks)
16133         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16134         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16135         also add spam-use-blackholes to the statistical checks.
16136         (spam-fetch-field-fast): Add interface to fetching fields, may
16137         become a macro.
16138         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16139         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16140         (spam-insert-fake-headers): Fake an article when needed.
16141         (spam-find-spam): Fake article when possible.
16142         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16143         (spam-check-bogofilter-headers): Use message-fetch-field instead
16144         of nnmail-fetch-field.
16145
16146 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16149
16150 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * spam.el (spam-split): Do not require spam-use-CHECK to be
16153         enabled if that check is passed to spam-split explicitly; also
16154         fix so 'spam doesn't get converted to spam-split-group when
16155         spam-split-symbolic-return is t.
16156         (spam-find-spam): Find registrations of the article and use those
16157         instead of re-running spam-split to find the spam/ham
16158         classification of the article.
16159         (spam-log-processing-to-registry, spam-log-registered-p)
16160         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16161         Use gnus-error instead of gnus-message.
16162         (spam-log-registration-type): Add function to determine the
16163         classification of a message based on registry entries; will
16164         return nil if both 'spam and 'ham are found.
16165         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16166         a reasonably fast local cache without the loading errors.
16167         (spam-cache-lookups): Set to t by default.
16168         (spam-find-spam): Don't try to guess spam-cache-lookups.
16169         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16170         spam-caches entry.
16171         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16172         caching of whitelist/blacklist entries.
16173         (spam-check-whitelist, spam-check-blacklist): Invoke
16174         spam-from-listed-p with a type, not a cache variable.
16175         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16176
16177 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16178
16179         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16180
16181         * nnmail.el (nnmail-split-fancy): do.
16182
16183         * mml.el (mml-parse): do.
16184
16185         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16186         (gnus-score-adaptive): do.
16187
16188 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16191         (gnus-mime-button-map): Don't set keymap parent.
16192         (gnus-button-ctan-directory-regexp): Use shy grouping.
16193         (gnus-prev-page-map): Don't set keymap parent.
16194         (gnus-prev-page-map): Remove duplicated one.
16195         (gnus-next-page-map): Don't set keymap parent.
16196         (gnus-mime-security-button-map): Ditto.
16197
16198         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16199         version number.
16200
16201         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16202
16203 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * canlock.el (canlock-sha1-function): Remove.
16206         (canlock-sha1-function-for-verify): Remove.
16207         (canlock-openssl-program): Remove.
16208         (canlock-openssl-args): Remove.
16209         (canlock-ignore-errors): Remove.
16210         (canlock-sha1-with-openssl): Remove.
16211         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16212         (canlock-verify): Don't use canlock-ignore-errors.
16213
16214         * sha1-el.el (sha1-string-external): Make it can return a string
16215         in binary form.
16216         (sha1-region-external): Ditto.
16217         (sha1-string-internal): Ditto.
16218         (sha1-region-internal): Ditto.
16219         (sha1-region): Ditto.
16220         (sha1-string): Ditto.
16221         (sha1): Ditto.
16222
16223 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16224
16225         * spam.el (spam-report-articles-gmane): New command.
16226
16227 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16228
16229         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16230
16231         * run-at-time.el (run-at-time-saved): Remove.
16232         (run-at-time): Doc fix.
16233
16234 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16235
16236         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16237         (gnus-summary-limit-map): Add it.
16238         (gnus-summary-make-menu-bar): do.
16239
16240 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16241
16242         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16243         Make attempt at some caching support (done for BBDB only now).
16244         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16245         addresses to be checked.
16246         (spam-clear-cache-BBDB): Add function, to be invoked by
16247         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16248         (spam-check-BBDB): Check and use the caches, if
16249         spam-cache-lookups is on, remove superfluous (provide).
16250
16251 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16252
16253         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16254
16255 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16256
16257         * run-at-time.el (run-at-time-saved): Move to after the definition
16258         of `run-at-time'.
16259
16260         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16261
16262 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16265         mm-w3m-local-map-property.
16266
16267         * mm-view.el (mm-w3m-mode-map): Remove.
16268         (mm-w3m-local-map-property): Remove.
16269         (mm-inline-text-html-render-with-w3m): Don't use
16270         mm-w3m-local-map-property.
16271
16272 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * run-at-time.el: New file.
16275
16276         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16277         under Emacs.
16278
16279         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16280         of gnus-set-text-properties.
16281
16282         * gnus-uu.el (gnus-uu-save-article): Ditto.
16283
16284         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16285
16286         * gnus-cite.el (gnus-cite-parse): Ditto.
16287
16288         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16289         of gnus-.
16290
16291         * gnus-xmas.el (run-at-time): Require run-at-time.
16292
16293         * gnus.el: Changed calls to nnheader-run-at-time and
16294         password-run-at-time throughout to use run-at-time directly.
16295
16296         * password.el: Removed definition of run-at-time.
16297
16298         * nnheaderxm.el: Remove definition of run-at-time.
16299
16300 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16301
16302         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16303         in prompt.
16304
16305 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16306
16307         * messagexmas.el (message-xmas-redefine): Alias
16308         `message-make-caesar-translation-table' to
16309         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16310         version.
16311
16312         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16313         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16314         `gnus-xmas-set-text-properties'.
16315         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16316         `gnus-xmas-completing-read'.
16317         (gnus-xmas-completing-read): Removed.
16318         (gnus-xmas-open-network-stream): Removed.
16319
16320         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16321         XEmacs version.
16322
16323         * dns.el (dns-make-network-process): Use `open-network-stream'
16324         instead of `gnus-xmas-open-network-stream'.
16325
16326         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16327
16328         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16329
16330 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16331
16332         * gnus-art.el (gnus-mime-display-alternative)
16333         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16334         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16335         Don't use gnus-local-map-property.
16336
16337         * gnus-util.el (gnus-local-map-property): Remove.
16338
16339         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16340         gnus-completing-read-maybe-default with completing-read.
16341
16342         * gnus-util.el (gnus-completing-read): do.
16343         (gnus-completing-read-maybe-default): Remove.
16344
16345 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16346
16347         * password.el: Only autoload `run-at-time' if not XEmacs.
16348         Only autoload the itimer functions if XEmacs.
16349
16350 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16353         XEmacsen.
16354
16355         * dgnushack.el: Autoload executable-find for XEmacs.
16356
16357 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16358
16359         * gnus-art.el (gnus-read-string): Remove.
16360         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16361         read-string.
16362
16363 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16364
16365         * netrc.el: Autoload password-read.
16366         (netrc): Add configuration group.
16367         (netrc-encoding-method, netrc-openssl-path): Add
16368         variables for encoding and decoding of files with symmetric
16369         ciphers.
16370         (netrc-encode): Add assistant function to encode a file with
16371         netrc-encoding-method.
16372         (netrc-parse): Add interactive parameter, added optional
16373         decoding if netrc-encoding-method is non-nil but otherwise
16374         behavior is standard.
16375         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16376         Do s/encode/encrypt/ everywhere.
16377
16378         * spam.el: Remove executable-find autoload.
16379
16380 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16381
16382         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16383
16384         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16385
16386 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * gnus-art.el (gnus-treat-ansi-sequences)
16389         (article-treat-ansi-sequences): New variable and function.
16390         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16391
16392         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16393         Use it.
16394
16395 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16396
16397         * mm-util.el (mm-quote-arg): Remove.
16398
16399         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16400         shell-quote-argument.
16401
16402         * gnus-uu.el (gnus-uu-command): do.
16403
16404         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16405
16406         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16407         with make-char.
16408
16409         * mm-util.el (mm-make-char): Remove.
16410
16411         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16412         add-minor-mode.
16413
16414         * gnus-undo.el (gnus-undo-mode): do.
16415
16416         * gnus-topic.el (gnus-topic-mode): do.
16417
16418         * gnus-sum.el (gnus-dead-summary-mode): do.
16419
16420         * gnus-start.el (gnus-slave-mode): do.
16421
16422         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16423
16424         * gnus-ml.el (gnus-mailing-list-mode): do.
16425
16426         * gnus-gl.el (gnus-grouplens-mode): do.
16427
16428         * gnus-draft.el (gnus-draft-mode): do.
16429
16430         * gnus-dired.el (gnus-dired-mode): do.
16431
16432         * gnus-ems.el (gnus-add-minor-mode): Remove.
16433
16434         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16435         Replace gnus-char-width with char-width.
16436
16437         * gnus-ems.el (gnus-char-width): Remove.
16438
16439         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16440         Replace gnus-char-width with char-width.
16441
16442         * gnus-ems.el (gnus-char-width): Remove.
16443
16444         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16445         definition.
16446         Remove Emacs 20 hash table compatibility code.
16447
16448         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16449         20 compatibility code.
16450
16451         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16452
16453         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16454
16455         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16456         with point-at-{eol,bol}.
16457
16458         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16459
16460         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16461
16462         * flow-fill.el (fill-flowed-point-at-bol)
16463         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16464
16465         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16466         Replace with point-at-{eol,bol} throughout all files.
16467
16468 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * ntlm.el (ntlm-string-as-unibyte): New macro.
16471         (ntlm-build-auth-response): Use it.
16472
16473         Remove Emacs 20 stuff:
16474         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16475         (butlast, mapc, remove): Remove the compiler macros.
16476         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16477         of delq and copy-sequence.
16478         * gnus-art.el (popup-menu): Remove the compiler macro.
16479         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16480         Emacs 20.
16481
16482 2004-01-05  Simon Josefsson  <jas@extundo.com>
16483
16484         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16485         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16486         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16487         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16488         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16489         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16490         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16491         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16492         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16493         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16494         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16495         string-xor into ntlm-string-xor.  Suggested by
16496         Jesper Harder <harder@myrealbox.com>.
16497
16498         * ntlm.el: Don't include poem.
16499
16500         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16501         Jesper Harder <harder@myrealbox.com>.
16502
16503         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16504
16505         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16506         probably breaks emacs with DL patch, but do we care? Is anyone
16507         still using the DL stuff?)
16508
16509         * sieve-manage.el: Use the password package.
16510         (sieve-manage-read-passwd): Remove.
16511         (sieve-manage-interactive-login): Use password.  Re-add
16512         condition-case around loop.
16513
16514         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16515         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16516         the password package.
16517
16518 2003-02-19  Simon Josefsson  <jas@extundo.com>
16519
16520         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16521         token.
16522
16523 2002-08-07  Simon Josefsson  <jas@extundo.com>
16524
16525         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16526         (sieve-manage-authenticators):
16527         (sieve-manage-authenticator-alist): Add some SASL mechs.
16528         (sieve-sasl-auth): New function.
16529         (sieve-manage-cram-md5-auth):
16530         (sieve-manage-plain-auth): Rewrite using SASL library.
16531         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16532         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16533         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16534         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16535
16536 2004-01-05  Simon Josefsson  <jas@extundo.com>
16537
16538         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16539         New files.
16540
16541 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16542
16543         * gnus-group.el (gnus-no-groups-message): Update.
16544
16545         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16546
16547 2003-11-09  Simon Josefsson  <jas@extundo.com>
16548
16549         * imap.el: Support for ID IMAP extension (RFC 2971).
16550         (imap-local-variables): Add imap-id.
16551         (imap-id): New variable.
16552         (imap-id): New function.
16553         (imap-parse-response): Parse untagged ID response.
16554         * nnimap.el (nnimap-id): New variable.
16555         (nnimap-open-connection): Use it.
16556
16557 2003-12-28  Simon Josefsson  <jas@extundo.com>
16558
16559         * gnus-score.el (gnus-score-edit-all-score): New.
16560         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16561
16562 2004-01-04  Simon Josefsson  <jas@extundo.com>
16563
16564         * password.el: Add.
16565
16566 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16567
16568         * dns.el (dns-query-types): Fix typo.
16569         (dns-query-types): New function.
16570         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16571         PTR and SOA replies, see RFC 1035.
16572
16573 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16574
16575         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16576
16577         * Moved to Changelog.2.
16578
16579 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16580
16581         * gnus.el (gnus-version-number): Bump version.
16582
16583 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16584
16585         * gnus.el: No Gnus v0.1 is released.
16586
16587 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16588
16589         * gnus.el: No Gnus v0.0 is released.
16590
16591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16592
16593         * gnus.el (gnus-version-number): Bump.
16594         (gnus-version): No.
16595
16596 See ChangeLog.2 for earlier changes.
16597
16598     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16599       Free Software Foundation, Inc.
16600
16601   This file is part of GNU Emacs.
16602
16603   GNU Emacs is free software: you can redistribute it and/or modify
16604   it under the terms of the GNU General Public License as published by
16605   the Free Software Foundation, either version 3 of the License, or
16606   (at your option) any later version.
16607
16608   GNU Emacs is distributed in the hope that it will be useful,
16609   but WITHOUT ANY WARRANTY; without even the implied warranty of
16610   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16611   GNU General Public License for more details.
16612
16613   You should have received a copy of the GNU General Public License
16614   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16615
16616 ;; Local Variables:
16617 ;; coding: utf-8
16618 ;; fill-column: 79
16619 ;; add-log-time-zone-rule: t
16620 ;; End: