c12e9dba357ef7dd93ef33dbf0c45e1280e83b95
[gnus] / lisp / ChangeLog
1 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4         this command might take a while.
5
6 2010-09-22  Julien Danjou  <julien@danjou.info>
7
8         * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
9         rather than window-pixel-edges.
10         (gnus-html-put-image): Stop using markers. They are harmful if you have
11         2 images side-by-side, they can't be properly update on text deletion.
12         Using text-property is safer here.
13         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
14         data.
15
16 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * nnimap.el (nnimap-expunge-inbox): Removed.
19         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
20         (nnimap-expunge): Flip default to t.
21
22         * gnus.el (gnus-method-to-server): Don't push things to the cache
23         unless it's unique.
24         (gnus-server-to-method): Ditto.
25
26 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
29
30 2010-09-22  Julien Danjou  <julien@danjou.info>
31
32         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
33         get the start of data.
34         (gnus-html-encode-url): Add this function to encode special chars in
35         URL.
36         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
37         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
38
39         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
40         default.
41         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
42
43         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
44         images alt-text.
45         (gnus-html-put-image): Put alt-text as help-echo.
46
47 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
50         * mm-util.el (mm-decompress-buffer)
51         * nnir.el (nnir-run-find-grep)
52         * pop3.el (pop3-list): Use 3rd arg of split-string.
53
54         * time-date.el (format-seconds): Comment fix.
55
56         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
57         and byte-optimize-form-code-walker.
58         (dgnushack-make-auto-load): Don't advise make-autoload.
59
60         * lpath.el: Remove Emacs 21 stuff.
61
62 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
65         outside the active range.  Suggested by Dan Christensen.
66
67         * gnus-start.el (gnus-get-unread-articles): Get the extended method
68         slightly later to avoid double-getting it.
69
70         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
71         previous patch.
72
73         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
74
75 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
76
77         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
78
79 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus-int.el (gnus-open-server): Give a better error message in the
82         "go offline" case.
83
84         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
85         marks for nnimap, which is seldom the right thing to do.
86
87         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
88         (gnus-same-method-different-name): New function.
89
90         * nnimap.el (parse-time): Require.
91
92         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
93         method in the presence of many similar methods.
94
95         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
96
97         * nnimap.el (nnimap-find-expired-articles): Don't refer to
98         nnml-inhibit-expiry.
99
100         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
101         find out whether methods are equal.
102
103         * nnimap.el (nnimap-find-expired-articles): New function.
104         (nnimap-process-expiry-targets): New function.
105         (nnimap-request-move-article): Request the article before looking at
106         what the Message-ID is.  Fix found by Andrew Cohen.
107         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
108
109         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
110         for oldness in addition to being a predicate.
111
112         * nnimap.el (nnimap-request-group): When we have zero articles, return
113         the right data to Gnus.
114         (nnimap-request-expire-articles): Only delete articles immediately if
115         the target is 'delete.
116
117         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
118         method, this would bug out.
119
120         * gnus-group.el (gnus-group-expunge-group): Renamed from
121         gnus-group-nnimap-expunge, and implemented as a normal interface
122         function.
123
124         * gnus-int.el (gnus-request-expunge-group): New function.
125
126         * nnimap.el (nnimap-request-create-group): Implement.
127         (nnimap-request-expunge-group): New function.
128
129 2010-09-21  Julien Danjou  <julien@danjou.info>
130
131         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
132         (gnus-html-cache-expired): Add new function.
133         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
134         wethever we should display image for fetch it.
135         Compute alt-text earlier to pass it to the fetching function too.
136         (gnus-html-schedule-image-fetching): Change function argument to only
137         get one image at a time, not a list.
138         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
139         cache.
140         (gnus-html-get-image-data): New function to retrieve image data from
141         cache.
142         (gnus-html-put-image): Change buffer argument to use image data rather
143         than file, and place image above region rather than inserting a new
144         one. Do not take alt-text as argument, since it's useless now: we place
145         the image above alt-text.
146         (gnus-html-prune-cache): Remove.
147         (gnus-html-show-images): Start to fetch image when we find one, do not
148         push into a temporary list.
149         (gnus-html-prefetch-images): Only fetch image if they have expired.
150         (gnus-html-browse-image): Fix, use 'gnus-image-url.
151         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
152
153 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
156
157 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
160         spec inser "*" if the group isn't active instead of 0.
161
162         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
163         opening the server.
164         (nnimap-request-delete-group): Implement group deletion.
165         (nnimap-transform-headers): Return the size of the entire message in
166         the Bytes header, not just the size of the first part.
167         (nnimap-request-move-article): When moving an article from nnimap,
168         request the article first so the accepting form has an article to
169         accept.  Reported by Dan Christensen.
170         (nnimap-command): Make sure that the error message doesn't error out.
171
172 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
173
174         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
175         we haven't requested anything.
176
177 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
180         "".  Fix found by Andrew Cohen.
181
182         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
183         instead of -encode-string.
184
185 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
188
189         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
190         by mm-subst-char-in-string.
191
192 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
195         waiting for the connection string.
196
197         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
198         arriving.
199
200         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
201         bogus characters.  This allows selecting certain Gmail groups.
202
203         * nnimap.el (nnimap-find-wanted-parts-1): New function.
204         (nnimap-fetch-partial-articles): New variable.
205         (nnimap-open-connection): When looking for credentials, also use the
206         nnimap-server-port.
207         (nnimap-request-article): Return the group/article number, so that Gnus
208         `^' works as expected.
209         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
210         them.
211
212         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
213         comments.
214         (gnus-methods-sloppily-equal): New function.
215         (gnus): When using the development version of Gnus, load the gnus-load
216         file.
217
218         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
219         `gnus-open-server' on each method before trying to scan them etc.  This
220         ensures that all the backend parameters are set correctly.
221
222         * nnimap.el (nnimap-authenticator): New variable.
223         (nnimap-open-connection): Allow anonymous login.
224         (nnimap-transform-headers): The chars header is called Chars not
225         Bytes.
226         (nnimap-wait-for-response): Don't infloop if the IMAP connection
227         drops.
228
229         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
230         patch, found by Knut Anders Hatlen.
231
232 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
233
234         * gnus-agent.el (gnus-agent-batch-confirmation)
235         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
236         to gnus-message.
237         * gnus-art.el (gnus-article-describe-briefly): Likewise.
238         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
239         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
240         * gnus-int.el (gnus-open-server): Likewise.
241         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
242         (gnus-score-check-syntax): Likewise.
243         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
244         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
245         Likewise.
246         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
247
248 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
251         calling conventions so that prefetch doesn't bug out.
252
253 2010-09-19  Julien Danjou  <julien@danjou.info>
254
255         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
256         rather than `subst-char-in-region' in order to be able to replace ASCII
257         char by UTF-8 ones.
258
259         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
260         than curl.
261         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
262         the right URL and ALT text on images.
263         (gnus-html-wash-tags): Fix tag case.
264         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
265         (gnus-article-html): Add -o display_ins_del=2 option.
266         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
267
268 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
271         the extra mail headers, which sometimes seem to happen for unknown
272         reasons.
273
274         * mail-parse.el (mail-header-encode-parameter): Define as
275         rfc2045-encode-string instead of as rfc2231-encode-string, since some
276         (or most, perhaps?) mail readers don't understand the latter, but do
277         understand the former.
278
279         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
280         to nil, so that no methods are automatically agentized.  I think this
281         is probably what most users want.
282
283         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
284         from url-retrieve, for instance about invalid URLs.
285
286         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
287         groups that have no articles.
288         (nnimap-request-article): Check that we really got an article when we
289         requested one.
290
291         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
292         doesn't exist.
293
294         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
295         nntp buffer so the agent can save it.
296         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
297         that CRLF doesn't get translated to \n.
298         (nnimap-open-connection): Don't make 'shell commands only send \n.
299
300 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
301
302         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
303         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
304         Update var name.
305         (nnml-generate-nov-file): Use dolist.
306         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
307         Use with-current-buffer.
308
309 2010-09-18  Julien Danjou  <julien@danjou.info>
310
311         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
312         parallel.
313
314 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * nnimap.el (nnimap-update-info): When doing partial marks update, get
317         the range update right.
318         (nnimap-request-group): Don't make `M-g' bug out on group with no
319         marks.
320         (nnoo): Required, so that other packages can require nnimap.
321         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
322         command we're looking for.  This helps when the server sends more
323         responses after we've gotten everything we expected.
324         (nnimap): Add a `newlinep' field to keep track of end-of-line
325         conventions.
326         Don't send CRLF to things that don't want it.
327         (nnimap-request-accept-article): Ditto.
328
329 2010-09-18  Julien Danjou  <julien@danjou.info>
330
331         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
332         than curl to retrieve images.
333
334 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * nnimap.el (nnimap-update-info): Extend the info so that we can set
337         the marks.
338         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
339         (nnimap-wait-for-connection): New function.
340         (nnimap-open-connection): If we have PREAUTH, don't query for login
341         credentials.
342         (nnimap-update-info): Fix off-by-one error when concatenating ranges
343         when doing a partial update.
344
345 2010-09-18  Julien Danjou  <julien@danjou.info>
346
347         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
348         tags.
349
350 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * nnimap.el (nnimap-credentials): New function.
353         (nnimap-open-connection): Use the new function to look for credentials
354         also on the numeric equivalents of "imap" and "imaps".
355
356         * gnus-start.el (gnus-activate-group): Send the info to
357         gnus-request-group.
358
359         * nnimap.el (nnimap-request-group): Have the "check" version of the
360         function parse flags and update the info, so that a `M-g' get a total
361         resync of all flags from the group.
362
363         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
364         to allow backends to alter the info on group selection.  Also alter all
365         the backend -request-group functions to take the parameter.
366
367         * nnimap.el (nnimap-store-info): New function.
368         (nnimap-update-info): Store the info for later usage.
369         (nnimap-request-group): Use the stored info for the dont-check case, so
370         that we don't retrieve all marks when we enter a group.
371
372         * nnimap.el: Use deffoo instead of defun for interface functions.
373
374         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
375         update the group info.  This makes the nndraft groups, for instance, go
376         back to their old behaviour.
377
378         * gnus-sum.el (gnus-select-newsgroup): Indent.
379
380         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
381         in.
382         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
383         nothing.
384
385         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
386         from methods that are denied.
387
388         * gnus-int.el (gnus-method-denied-p): New function.
389
390         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
391         store the password instead of netrc.
392         (nnimap-open-connection): Don't error out when we can't make a
393         connections.
394
395         * auth-source.el (auth-source-create): In the password prompt, say what
396         we're querying for.  Also prompt for user name if that hasn't been
397         given.
398
399         * nnimap.el (nnimap-with-process-buffer): Removed.
400
401 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
404         method when we're reading from the agent.
405
406         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
407
408         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
409         that's probably most useful for users.
410
411         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
412         "failed" all the time.
413
414         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
415         ...)) with (with-current-buffer ... ).
416
417         * nntp.el (nntp-open-server): Return whether the open was successful or
418         not.
419
420         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
421         select an unread unseen article first.
422
423         * nnimap.el (nnimap-open-connection): If the user doesn't have a
424         /etc/services, supply some sensible port defaults.
425
426         * dgnushack.el: Define netrc-credentials.
427
428 2010-09-17  Julien Danjou  <julien@danjou.info>
429
430         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
431
432 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
433
434         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
435         doesn't have any parameters.
436
437 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
440         only upcased checks.
441
442         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
443
444         * nnimap.el (nnimap-open-shell-stream): New function.
445         (nnimap-open-connection): Use it.
446         (nnimap-transform-headers): Get the number of lines in each message.
447         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
448         number of lines.
449         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
450         problem.
451
452         * utf7.el (utf7-encode): Autoload.
453
454         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
455         to allow the mail splitting to not return a default group.  This is
456         useful for nnimap, which will leave unmatched mail in the inbox.
457
458         * nnimap.el: Rewritten.
459
460         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
461         nnimap usage.
462
463         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
464         if the move is internal, so that nnimap can do fast internal moves.
465
466         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
467         data.
468         (gnus-read-active-for-groups): Support finishing the early retrieval of
469         data.
470
471         * gnus-range.el (gnus-range-nconcat): New function.
472
473         * gnus-int.el (gnus-finish-retrieve-group-infos)
474         (gnus-retrieve-group-data-early): New functions.
475
476 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
477
478         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
479         (nnrss-retrieve-groups):
480         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
481         (pop3-quit): Use with-current-buffer.
482
483 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
486         instead of nnheader-accept-process-output.
487
488         * dgnushack.el (dgnushack-compile): Add comment.
489
490         * lpath.el: No need to fbind propertize for XEmacs 21.4.
491
492         * gnus-html.el (gnus-html-schedule-image-fetching)
493         (gnus-html-prefetch-images): Replace process-kill-without-query by
494         gnus-set-process-query-on-exit-flag.
495
496 2010-09-16  Romain Francoise  <romain@orebokech.com>
497
498         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
499
500 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus-registry.el (gnus-registry-install-shortcuts): The second
503         parameter to unintern is mandatory-ish in Emacs 24.
504
505         * gnus-html.el (gnus-html-schedule-image-fetching)
506         (gnus-html-prefetch-images): Check for curl before using it.
507
508         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
509         depend on curl, which isn't essential.
510
511         * imap.el: Revert back to version
512         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
513         seem problematic.
514
515 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
516
517         * gnus-registry.el (gnus-registry-install-shortcuts):
518         Explicitly pass `obarray' to `unintern' to avoid a warning.
519
520 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
523         change.
524
525         * nnrss.el (nnrss-request-list): Removed this function and related
526         functions, including the moreover stuff.
527
528 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * nnrss.el (nnrss-retrieve-groups): New function.
531
532 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
533
534         * .dir-locals.el: Add no-byte-compile cookie.
535
536 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * time-date.el (format-seconds): Comment fix.
539
540         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
541         for back end that doesn't support request-scan.
542
543 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
546         then do request scans from the backends.
547
548         * netrc.el (netrc-credentials): New conveniency function.
549
550         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
551         avoid running a hook per line, since this takes a lot of time,
552         profiling shows.
553         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
554         directly if gnus-visual-p is true.
555
556 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
559         groups; replace mapcar with dolist which is a bit faster; pass groups
560         info to gnus-read-active-file-1.
561         (gnus-read-active-file-1): Scan only specified groups if the new
562         optional arg `infos' is given.
563
564 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
567
568         * pop3.el (pop3-movemail): Removed.
569         (pop3-streaming-movemail): Renamed to pop3-movemail.
570
571         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
572         don't restrict end-tag searches to the end of the line.
573
574 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
577         articles of every unchecked group to t, which means unknown since the
578         server has never been opened.
579
580 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * gnus-html.el (gnus-html-show-alt-text): New command.
583         (gnus-html-browse-image): Ditto.
584         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
585         to browse the image directly.
586         (gnus-html-wash-tags): Search for images first, so that <a><img> works
587         better.
588
589         * gnus-async.el (gnus-async-article-callback): Call
590         `gnus-html-prefetch-images' unconditionally.
591
592         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
593         before feeding URLs to curl.
594
595 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
598         internal images as deletable by `W D D'.
599
600         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
601         (gnus-async-article-callback): Fix typo.
602
603 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
606         current line to work around bugs in the output from w3m.
607
608         * gnus-async.el (gnus-async-article-callback): Always prefetch images
609         for groups that want that.
610
611         * nntp.el (nntp-wait-for-string): Supply a timeout for
612         accept-process-output to ensure progress.
613
614         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
615         level to get unread articles from, then use that for foreign groups,
616         too.
617
618         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
619         confuses the rest of the function.
620
621         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
622         for the methods that support -retrieve-groups, too.
623
624         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
625
626 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
629         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
630
631         * pop3.el: Require cl when compiling.
632         (pop3-number-of-responses): Search for "+OK", not "+OK ".
633
634 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
637         that aren't going to be activated.
638         (gnus-get-unread-articles): Fix up the last commit.
639
640         * gnus-html.el (gnus-article-html): Allow calling without specifying
641         the handle.  In that case, dissect the buffer first.
642
643         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
644
645         * nnimap.el (nnimap-open-connection): Revert the change that would look
646         into authinfo for imaps instead of imap.
647
648         * gnus-start.el (gnus-activate-group): Take an optional parameter to
649         say that you don't want to call gnus-request-group with don-check, but
650         do check the reponse.  This is for virtual groups only.
651         (gnus-get-unread-articles): Count the archive groups as secondary, so
652         that they're activated the same way as before.
653
654         * imap.el (imap-message-map): Removed optional buffer parameter, since
655         no callers use it.
656         (imap-message-get): Ditto.
657         (imap-message-put): Ditto.
658         (imap-mailbox-map): Ditto.
659         (imap-mailbox-put): Ditto.
660         (imap-mailbox-get): Ditto.
661         (imap-mailbox-get): Revert last change for this function.
662
663         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
664         case-insensitively.
665         (nnimap-debug): Removed.
666
667         * imap.el (imap-fetch-safe): Removed function, and altered all callers
668         to use `imap-fetch' instead.  According to the comments, this should be
669         safe, since all other IMAP clients use the 1:* syntax.
670         (imap-enable-exchange-bug-workaround): Removed.
671         (imap-debug): Removed -- doesn't seem very useful.
672
673         * mail-source.el (mail-source-fetch): Don't message if we're fetching
674         mail from a file, and the file doesn't exist.
675
676         * imap.el (imap-log): New convenience function used throughout instead
677         of repeating the same code all over the place.
678
679         * pop3.el (pop3-streaming-movemail): Return t for success.
680
681         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
682         .authinfo if we're using ssl connection.
683
684         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
685         already have if we're in a main Gnus `g' run.
686
687         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
688
689 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
692
693         * nnmh.el (nnmh-request-list-1): Bind `file'.
694
695         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
696         alias to set-process-query-on-exit-flag or process-kill-without-query.
697         (pop3-open-server): Use it.
698
699 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * mail-source.el (mail-source-delete-crash-box): Always move the crash
702         box to the Incoming file.  Fixes mistake in previous checkin.
703
704         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
705         request loop (for debugging purposes) removed.
706
707         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
708         culprit is more visible.
709         (nnml-save-incremental-nov, nnml-open-incremental-nov)
710         (nnml-add-incremental-nov): New functions to do "incremental" nov
711         updates, where we just append to the end of the existing nov files
712         without reading/writing them in full.
713
714         * mail-source.el (mail-source-delete-crash-box): Really only check the
715         incoming files once in a while.
716
717         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
718
719         * mail-source.el (mail-source-delete-crash-box): Only check the
720         incoming files for deletion once per day to save a lot of file
721         accesses.
722
723         * pop3.el (pop3-logon): Fix up unbound variable typo.
724
725         * mail-source.el (pop3-streaming-movemail): Autoload.
726
727         * pop3.el (pop3-streaming-movemail): Respect
728         pop3-leave-mail-on-server.
729
730         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
731         retrieval.
732
733         * pop3.el (pop3-process-filter): Removed unused function.
734         (pop3-streaming-movemail, pop3-send-streaming-command)
735         (pop3-wait-for-messages, pop3-write-to-file)
736         (pop3-number-of-responses): New functions for streaming pop3
737         retrieval.
738
739         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
740         come from no known methods.
741         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
742         list.
743
744         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
745         message sizes.
746         (pop3-movemail): Use erase-buffer instead of looping and deleting
747         regions, which seems rather odd.
748
749         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
750         file once per `g' run.
751
752         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
753         directories.  This makes the draft queue directory work.
754
755         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
756         data from the backends, so that we only request the list of groups from
757         each method once.  This should speed things up considerably.
758
759         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
760         detect that it's not implemented.
761
762         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
763         we actually do recurse down into the tree, but don't stat all leaf
764         nodes.
765
766         * gnus-html.el (gnus-html-show-images): If there are no images to show,
767         then say so instead of bugging out.
768
769         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
770         files exist before trying to read them.
771
772         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
773         around <pre_int>.
774
775         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
776
777         * nnmh.el (nnmh-request-list-1): Optimize for speed.
778
779 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * mm-util.el (mm-image-load-path): Just return the image directories,
782         not all directories in the path in addition to the image directories.
783         (mm-image-load-path): Maintain a cache of the image directories so that
784         the `g' command in Gnus doesn't have to stat dozens of directories each
785         time.
786
787         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
788         (gnus-html-wash-tags): Add a new `i' command to insert images.
789         (gnus-html-insert-image): New command and keystroke.
790         (gnus-html-redisplay-with-images): New command and keystroke.
791         (gnus-html-show-images): Renamed command.
792         (gnus-html-wash-tags): Remove more white space before <pre_int> image
793         spacers.
794         (gnus-html-wash-tags): Decode entities at the end, so that entities
795         inside the tags don't mess up the rest of the "parsing".
796
797         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
798         so that nnimap methods aren't agentized by default.  There's apparently
799         many problems related to agent/imap behaviour.
800
801         * gnus-art.el (gnus-article-copy-string): New command and key binding.
802
803         * gnus-html.el: Doc fix.
804
805 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
808         specifier-spec-list for Emacs 21.
809
810         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
811         glyph-width and glyph-height instead of display-graphic-p and
812         image-size; make avoidance of displaying small images work for XEmacs.
813
814         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
815         for XEmacs.
816
817         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
818         of symbol that holds plist data.
819         (gnus-process-plist): Remove plist of process after getting it.
820
821 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * message.el (message-generate-hashcash): Change default to
824         'opportunistic if hashcash is installed.
825
826         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
827         (gnus-html-put-image): Only call image-size once, since it's somewhat
828         time-consuming on remote X servers.
829
830 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
833         type on data, not a file name.
834
835         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
836         window-pixel-edges for Emacs 21.
837
838         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
839         decoded contents.
840         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
841
842 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
845         group line format, since it isn't very interesting.
846
847         * gnus-agent.el (gnus-agent-short-article),
848         (gnus-agent-long-article): Increase values for these two variables,
849         since most people are likely to have more network connection and
850         storage than before.
851
852         * gnus.el (gnus-refer-article-method): Change default to 'current.
853         When referring an article, the common behaviour is to refer it from the
854         current select method, not the native select method.  The chances of
855         the native select method having the message in question is rather slim
856         these days.
857
858         * gnus-sum.el (gnus-auto-select-subject): Change default to
859         `unseen-or-unread'.  I think it's likely that most people want to
860         select an unseen article over a previously seen, but unread one.
861
862         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
863         means that in the article buffer none of the minor mode elements will
864         be shown, usually, and this is not desirable in most cases.
865
866         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
867         that commands like `d' (and the like) go to the next line in the
868         buffer, instead of the next unread article.  I think this is the
869         behaviour that is most natural for most users.
870         (gnus-single-article-buffer): Change default to nil, so that people can
871         have as many article buffers open as they have summary buffer.  I think
872         this is the most natural way for the groups to behave.
873
874         * message.el (message-generate-new-buffers): Change default to
875         `unsent', so that all new message buffers start their names with the
876         string "*unsent", and it's easier to find the buffers if you move from
877         them.
878
879 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
882         small.  They're probably tracking images.
883         (gnus-html-wash-tags): Remove all <pre_int> place holders.
884         (gnus-html-rescale-image): Yet another try at getting the image sizing
885         right.
886
887         * nntp.el (nntp-request-set-mark): Refuse to do marks if
888         nntp-marks-file-name is nil.
889
890 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * gnus-html.el (gnus-html-wash-tags)
893         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
894         Better logging.
895
896 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
899
900         * gnus-html.el (gnus-html-wash-tags): Check the value of
901         gnus-blocked-images in the summary buffer.
902
903 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
904
905         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
906
907 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
910         like "a", it seems like.
911         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
912         since it needs to be picked from the correct buffer.
913
914         * nnwfm.el: Removed.
915
916         * nnlistserv.el: Removed.
917
918 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
919
920         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
921         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
922
923 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * nnkiboze.el: Removed.
926
927         * nndb.el: Removed.
928
929         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
930         alt text.
931         (gnus-html-rescale-image): Try to get the rescaling logic right for
932         images that are just wide and not tall.
933
934         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
935         overshadow variable bindings.
936
937 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
938
939         * gnus-html.el (gnus-html-wash-tags)
940         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
941         extra logging.
942
943 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
946         (gnus-max-image-proportion): New variable.
947         (gnus-html-rescale-image): New function.
948         (gnus-html-put-image): Rescale images.
949
950 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
951
952         Fix up some byte-compiler warnings.
953         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
954         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
955         (gnus-article-fill-cited-article, gnus-article-hide-citation)
956         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
957         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
958         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
959         (gnus-group-update-group): Use save-excursion and with-current-buffer.
960
961 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * gnus-html.el (gnus-article-html): Decode contents by charset.
964
965 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
968         (gnus-html-frame-width, gnus-blocked-images)
969         * message.el (message-prune-recipient-rules): Add custom version.
970         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
971
972         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
973         functions.
974
975         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
976         gnus-process-get.
977
978 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
979
980         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
981         instead of lsub directly.
982
983 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * nnwarchive.el: Removed.
986
987         * gnus-soup.el: Removed.
988
989         * nnsoup.el: Removed.
990
991         * nnultimate.el: Removed.
992
993         * gnus-html.el (gnus-blocked-images): New variable.
994
995         * message.el (message-prune-recipients): New function.
996         (message-prune-recipient-rules): New variable.
997
998         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
999         guess whether a long line is natural text or not.
1000
1001         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1002         gnus-process-plist and friends for compatibility.
1003
1004 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1005
1006         * gnus-html.el: Require packages that define macros used in this file.
1007         (gnus-article-mouse-face): Declare to silence byte-compiler.
1008         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1009         process-get.
1010         (gnus-html-put-image): Use plist-get to avoid getf.
1011         (gnus-html-prefetch-images): Use with-current-buffer.
1012
1013 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-ems.el: Provide compatibility functions for
1016         gnus-set-process-plist.
1017
1018         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1019         header-line-format for XEmacs 21.4.
1020
1021         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1022         * gnus.el (gnus-valid-select-methods)
1023         * message.el (message-send-mail-partially-limit)
1024         * mm-decode.el (mm-text-html-renderer)
1025         * mml.el (mml-insert-mime-headers-always)
1026         * smiley.el (smiley-regexp-alist): Bump custom version.
1027
1028 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * gnus-html.el: require mm-url.
1031         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1032         with the url to `url'.
1033         (gnus-html-wash-tags): Support cid: URLs/images.
1034
1035 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1038         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1039         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1040
1041         * gnus-move.el: Removed file, since it doesn't really work.
1042
1043         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1044         UTF-8.  This seems to fix problems with some German web feeds.
1045
1046         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1047         at the top so that the proper colours are applied.
1048
1049         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1050         don't have dots in their names.
1051
1052         * gnus-art.el (gnus-article-view-part): Doc fix.
1053
1054         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1055         XEmacs-compatible.
1056         (gnus-html-put-image): Don't do images on non-graphic displays.
1057
1058         * nnslashdot.el: Removed this unused backend.
1059
1060         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1061         actions.
1062         (gnus-undo-register-1): Revert last change.
1063
1064         * gnus-group.el (gnus-group-completing-read): Protect against not
1065         having completion-styles bound.
1066
1067         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1068         make broken recipients happier.
1069
1070         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1071
1072         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1073         point parameter.
1074
1075         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1076
1077         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1078         completion-styles for group selection.
1079
1080 2009-02-04  Andreas Schwab  <schwab@suse.de>
1081
1082         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1083         headers and regexp-quote the match if necessary.
1084
1085 2009-03-24  Miles Bader  <miles@gnu.org>
1086
1087         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1088         the blinking smiley.
1089
1090 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1091
1092         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1093         blink smiley.
1094
1095 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1098         where the dribbel file lives exists.
1099
1100         * message.el (message-send-mail-partially-limit): Change the default to
1101         nil, since most people don't want this.
1102
1103         * mm-url.el (mm-url-decode-entities): Also decode entities like
1104         &#x3212.
1105
1106 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1107
1108         * gnus-sum.el (gnus-summary-idna-message):
1109         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1110         Hyperlink urls in docstrings with URL `...'.
1111
1112 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1113
1114         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1115         functions.
1116
1117 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1120         say what the mouseover text should be.
1121
1122         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1123         version of the mm-w3m-safe-url-regexp variable to only download images
1124         in the groups where we want that to happen.
1125
1126         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1127
1128         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1129         easier debugging.
1130         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1131         big pictures in the article buffer.
1132
1133         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1134         gnus-article-html.
1135         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1136         w3m.
1137
1138         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1139
1140 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1143         which doesn't exist.
1144
1145         * message.el (message-inhibit-ecomplete): New variable to allow some
1146         function to inhibit ecomplete address storage.
1147         (message-resend): Disable ecomplete message storage when resending
1148         messages.
1149
1150         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1151
1152 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1155         Save excursion while copying, moving, and deleting articles in order to
1156         prevent the cursor from jumping to unforeseen place.
1157
1158 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * lpath.el: No need to bind bookmark-current-buffer,
1161         bookmark-yank-point and bookmark-make-record-function.
1162
1163 2010-08-17  Glenn Morris  <rgm@gnu.org>
1164
1165         * gnus-sync.el: Require gnus components whose functions are used.
1166
1167         * gnus-art.el (bookmark-make-record-function):
1168         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1169         Declare for compiler.
1170
1171         * mm-url.el (mml-compute-boundary): Autoload.
1172
1173 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1176
1177 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1178
1179         Typo fix "hoo4a" -> "hook".
1180
1181         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1182
1183 2010-08-14  Glenn Morris  <rgm@gnu.org>
1184
1185         * gnus-sync.el (gnus-sync): Fix defgroup version.
1186
1187 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1188
1189         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1190
1191         * gnus-sync.el: Fix docs.
1192         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1193         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1194
1195 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         Optimizations for gnus-sync.el.
1198
1199         * gnus-sync.el: Add docs about gnus-sync-backend
1200         possibilities.
1201         (gnus-sync-save): Remove unnecessary message.
1202         (gnus-sync-read): Optimize and show what groups were skipped.
1203
1204 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         Minor bug fixes for gnus-sync.el.
1207
1208         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1209         read the sync on get-new-news.
1210
1211         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1212         quiet.
1213
1214         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1215
1216 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1217
1218         Make saving and restoring of hidden threads work with overlays.
1219         Patch applied by Ted Zlatanov.
1220
1221         * gnus-sum.el (gnus-hidden-threads-configuration)
1222         (gnus-restore-hidden-threads-configuration): Update to deal with text
1223         properties, rather than searching for a magic character.
1224
1225 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1226
1227         New gnus-sync.el library for synchronization of marks.
1228
1229         * gnus-sync.el: New library for synchronization of marks.
1230
1231         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1232         renamed from `gnus-registry-grep-in-list'.
1233
1234         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1235
1236         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1237
1238 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1241         determining charset of text fails.
1242
1243 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * nnmail.el (nnmail-get-new-mail-1): Revert.
1246
1247         * nnml.el (nnml-active-number): Make sure names of newly created groups
1248         in nnml-group-alist are encoded.
1249
1250 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1253         containing non-ASCII characters in active file for nnml back end.
1254
1255 2010-07-24  David Engster  <dengste@eml.cc>
1256
1257         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1258         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1259
1260 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1261
1262         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1263         tag (Bug#6654).
1264
1265 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1268         the article buffer, not the summary buffer.
1269
1270 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1273         Emacs 23 as well.
1274
1275 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1278         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1279
1280 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1281
1282         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1283         Patch applied by Karl Fogel.
1284
1285         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1286         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1287
1288 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1289
1290         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1291         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1292         C-w still not working correctly from Article buffers; Thierry's
1293         patch to fix that will be applied after this.
1294
1295         * gnus-art.el (bookmark-make-record-function): New local variable.
1296
1297         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1298         article buffer.
1299         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1300
1301 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1302
1303         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1304         on changes in bookmark.el.
1305
1306 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1309         `no-log' instead of message not to log prompt string.
1310
1311 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1312
1313         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1314         the *other* type of HTML form submission.
1315
1316 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1317
1318         * auth-source.el (auth-source-pick): If choice does not contain a
1319         questioned keyword, set the check to t.
1320
1321 2010-06-12  Romain Francoise  <romain@orebokech.com>
1322
1323         * gnus-util.el (gnus-date-get-time): Move up before first use.
1324
1325 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1328         (gnus-article-edit-part): Bind it to make last part that is substituted
1329         or deleted visible.
1330         (gnus-mime-display-single): Buttonize part of which id equals to
1331         gnus-mime-buttonized-part-id.
1332
1333 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1334
1335         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1336         (gnus-dd-mmm): Use gnus-date-get-time.
1337         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1338         simplify logic.
1339         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1340         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1341
1342 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1343
1344         * auth-source.el (top): Autoload `secrets-list-collections',
1345         `secrets-create-item', `secrets-delete-item'.
1346         (auth-sources): Fix tag string.
1347         (auth-get-source, auth-source-retrieve, auth-source-create)
1348         (auth-source-delete): New defuns.
1349         (auth-source-pick): Rewrite in order to avoid 2 passes.
1350         (auth-source-forget-user-or-password): New parameter USERNAME.
1351         (auth-source-user-or-password): New parameters CREATE-MISSING and
1352         DELETE-EXISTING.  Retrieve password interactively, if needed.
1353
1354 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1355
1356         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1357         deleting unused directories when gnus-expert-user is t.
1358
1359 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1362         for each temp file when gnus-article-browse-delete-temp is ask.
1363
1364 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1365
1366         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1367         Lisp calls to delete-backward-char by calls to delete-char.
1368
1369 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1370
1371         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1372
1373 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1374
1375         * password-cache.el (password-cache-remove): Fix docstring.
1376
1377 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1380         article unless decoding article to be saved.
1381
1382 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1385         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1386         generated within the mm-with-unibyte-current-buffer macro.
1387
1388 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1391         to nil when we're in a mml-preview buffer and no group is selected.
1392
1393 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1394
1395         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1396         when catching the `C-g'.  Reported by "Leo".
1397
1398 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * message.el (message-forward-make-body-plain)
1401         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1402         multibyte-string-p.
1403
1404         * lpath.el: Revert.
1405
1406 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * message.el (message-forward-make-body-mml): Assume original message
1409         is multibyte string; error on unibyte.
1410         (message-forward-make-body-plain): Ditto; don't add excessive newline
1411         in body end.
1412
1413         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1414
1415 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1416
1417         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1418         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1419
1420 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * mm-extern.el (mm-extern-url): Don't use
1423         mm-with-unibyte-current-buffer.
1424         (mm-extern-cache-contents): Use with-current-buffer instead of
1425         save-excursion + set-buffer.
1426
1427 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * mm-util.el (mm-emacs-mule): Remove.
1430
1431 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1432
1433         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1434         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1435         change.
1436
1437 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1440         bind the default value of enable-multibyte-characters to nil.
1441
1442 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * message.el (message-forward-make-body-plain)
1445         (message-forward-make-body-mml):
1446         Don't use mm-with-unibyte-current-buffer.
1447
1448 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1449
1450         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1451
1452 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1453
1454         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1455         (Bug#5592).
1456
1457 2010-05-07  Julien Danjou  <julien@danjou.info>
1458
1459         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1460         it to mm-pipe-part.
1461
1462         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1463         it is given.
1464
1465 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * binhex.el (binhex-decode-region-internal)
1468         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1469         (dns-query)
1470         * nnweb.el (nnweb-gmane-search)
1471         * pgg-parse.el (pgg-parse-armor)
1472         * pgg.el (pgg-verify-region)
1473         * sha1.el (sha1-string-external)
1474         * uudecode.el (uudecode-decode-region-internal)
1475         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1476         XEmacs.
1477
1478         * gnus-art.el (gnus-article-browse-html-parts)
1479         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1480         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1481         make-temp-file.
1482
1483         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1484         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1485         compiling.
1486
1487         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1488         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1489         XEmacs when compiling.
1490
1491         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1492         gnus-pick-mode-off-hook for XEmacs when compiling.
1493         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1494         gnus-binary-mode-off-hook for XEmacs when compiling.
1495
1496         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1497         nil if char-charset is not available.
1498
1499         * imap.el (imap-disable-multibyte)
1500         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1501         macros.
1502
1503         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1504         instead of encode-coding-string.
1505
1506         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1507         'xemacs) instead of mm-emacs-mule to switch function definitions.
1508         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1509
1510         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1511         bind temporary-file-directory for XEmacs;
1512         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1513         timer-set-function for XEmacs 21.4 and SXEmacs;
1514         bind timer-list for XEmacs 21.4 and SXEmacs;
1515         fbind char-charset and find-charset-region for non-Mule XEmacs;
1516         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1517         encode-coding-region and encode-coding-string for XEmacs having no
1518         file-coding feature.
1519
1520 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1521
1522         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1523
1524 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1527         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1528
1529 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1530
1531         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1532         alias `jka-compr-delete-temp-file' no longer exists.
1533
1534 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1535
1536         Use define-minor-mode in Gnus where applicable.
1537         * mml.el (mml-mode): Use define-minor-mode.
1538         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1539         (gnus-undo-mode): Use define-minor-mode.
1540         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1541         (gnus-dead-summary-mode): Use define-minor-mode.
1542         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1543         Initialize in declaration.
1544         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1545         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1546         (gnus-mailing-list-mode): Use define-minor-mode.
1547         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1548         (gnus-draft-mode): Use define-minor-mode.
1549         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1550         (gnus-dired-mode): Use define-minor-mode.
1551
1552 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1553
1554         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1555         handles on recursive mml-to-mime translation and check them for
1556         boundary delimiter collisions.  Reported by Greg Troxel.
1557
1558 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1561
1562 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1563
1564         * mm-util.el (mm-find-buffer-file-coding-system):
1565         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1566
1567 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1568
1569         * message.el (message-generate-headers): Record insertion of optional
1570         headers as well.  Otherwise the check to prevent repeated insertion of
1571         optional headers is a no-op.
1572
1573 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1574
1575         * smime.el: Don't mention CVS.
1576
1577         * nnrss.el (nnrss-fetch): Don't mention CVS.
1578
1579         * nnir.el: Don't mention CVS.
1580
1581 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1582
1583         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1584
1585 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * lpath.el: Fbind bookmark-default-handler,
1588         bookmark-get-bookmark-record, bookmark-make-record-default,
1589         bookmark-prop-get for Emacs <23 and XEmacs.
1590
1591 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1592
1593         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1594         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1595         Use with-current-buffer to silence the byte-compiler.
1596         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1597         bother to require `gnus'.
1598         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1599
1600 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1601
1602         * gnus-sum.el (gnus-summary-bookmark-make-record)
1603         (gnus-summary-bookmark-jump): New functions.
1604         (gnus-summary-mode): Setup bookmark support.
1605
1606 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1607
1608         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1609         if set.
1610
1611 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1614         gnus-article-browse-html-save-cid-image; make it work recursively for
1615         forwarded messages as well.
1616         (gnus-article-browse-html-parts): Work when prefix arg is given.
1617         (gnus-article-browse-html-article): Doc fix.
1618
1619 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1620
1621         * message.el (message-default-mail-headers):
1622         (message-default-headers): Carry the value mail-default-headers over
1623         into message-default-mail-headers, rather than message-default-headers.
1624
1625 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1626
1627         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1628         charset.
1629
1630         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1631         charset into the <meta> tag when the article is encoded to utf-8.
1632
1633 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1636         directories as well.
1637         (gnus-article-browse-html-parts): Work for images that do not specify
1638         file names; delete temp directory when quitting; insert header at the
1639         right place; use file: scheme for image files.
1640
1641 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1642
1643         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1644         (gnus-article-browse-html-parts): Use it to make temporary cid image
1645         files in addition to html file so that browser may display them.
1646
1647 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1650
1651 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1652
1653         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1654
1655 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1656
1657         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1658         about Secret Service API sources.  Improve Customize options.
1659         (auth-source-pick): Change to accept any number of search parameters.
1660         Implement fallbacks iteratively, not recursively.  Add scoring on the
1661         second pass and sort by score.  Call Secret Service API when needed.
1662         (auth-source-user-or-password): Use it.  Call Secret Service API
1663         directly when needed to get the user name and the password.
1664
1665 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1666
1667         * message.el (message-interactive): Doc fix.
1668         (message-qmail-inject-args): Reflow.
1669         (message-kill-to-signature): Fix typo in docstring.
1670
1671         * smiley.el (smiley-buffer): Fix typo in docstring.
1672
1673 2010-03-24  Glenn Morris  <rgm@gnu.org>
1674
1675         * mail-source.el (gnus-message): Declare.
1676         (mail-source-delete-old-incoming): Require gnus-util.
1677
1678 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1681
1682         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1683
1684         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1685         password-cache's default if it is not bound.
1686         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1687         password-cache-expiry's default if it is not bound.
1688
1689         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1690         available in Emacs 21.
1691
1692         * lpath.el: Suppress compiler warnings for:
1693         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1694         XEmacs;
1695         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1696         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1697         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1698
1699 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1700
1701         * auth-source.el (auth-sources): Fix up definition so extra parameters
1702         are always inline.
1703
1704 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1705
1706         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1707         wasn't updated after mismatch.  Clear cached mailbox info correctly
1708         when uidvalidity changes.
1709         (nnimap-group-prefixed-name): New function to avoid some code
1710         duplication.
1711         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1712         (nnimap-request-group): Use it.
1713         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1714         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1715         with many imap folders.  This is done by caching the group status from
1716         the imap server persistently in a group parameter `imap-status'.  (This
1717         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1718         but not persistently, so every Gnus startup was still very slow.)
1719
1720 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1723         delete the extra newline.  Otherwise editing of :string and :number
1724         types don't work.
1725
1726 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1727
1728         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1729         secrets.el dependency.
1730         (auth-sources): Add optional user name.  Add secrets.el configuration
1731         choice (unused right now).
1732
1733 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1734
1735         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1736         `gnus-registry-install-shortcuts' fill in the functions.
1737
1738         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1739         warnings.
1740         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1741         (gnus-registry-install-shortcuts): Populate and use it in a
1742         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1743
1744 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1745
1746         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1747         In-place substitutions for the group name encoding/decoding.
1748         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1749         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1750         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1751         (nnimap-update-unseen, nnimap-request-list)
1752         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1753         (nnimap-request-set-mark, nnimap-split-to-groups)
1754         (nnimap-split-articles, nnimap-request-newgroups)
1755         (nnimap-request-create-group, nnimap-request-accept-article)
1756         (nnimap-request-delete-group, nnimap-request-rename-group)
1757         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1758         `encoded-mbx' for consistency.
1759         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1760         variable `imap-current-mailbox'.
1761
1762         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1763         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1764
1765 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1766
1767         * pop3.el (pop3-display-message-size-flag): Display message size byte
1768         counts during POP3 download.
1769         (pop3-movemail): Use it.
1770         (pop3-list): Implement listing of available messages.
1771
1772 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1773
1774         * nnir.el (nnir-get-article-nov-override-function): New function to
1775         override the normal NOV retrieval.
1776         (nnir-retrieve-headers): Use it.
1777
1778 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1779
1780         * auth-source.el (netrc-machine-user-or-password): Autoload.
1781
1782 2010-03-19  Glenn Morris  <rgm@gnu.org>
1783
1784         Stop message.el from loading about 40 libraries it doesn't always need.
1785         The general approach is to autoload rather than require, and to
1786         require in the specific functions rather than the file.  (Bug#5642)
1787
1788         * gmm-utils.el: Don't require wid-edit.
1789         (widget-create-child-value, widget-convert, widget-default-get):
1790         Autoload.
1791
1792         * gnus-util.el: Don't require time-date, netrc.
1793         (message-fetch-field, gnus-group-name-decode): Declare rather than
1794         autoloading.
1795         (gnus-fetch-field): Require message.
1796         (gnus-decode-newsgroups): Require gnus-group.
1797
1798         * ietf-drums.el: Don't require time-date.
1799
1800         * message.el: Don't require hashcash, canlock, ecomplete.
1801         Do require mail-utils.  Require nnheader only when compiling.
1802         (smtpmail-default-smtp-server): Remove declaration.
1803         (message-send-mail-function): Check smtpmail-default-smtp-server
1804         is bound rather than requiring smtpmail.
1805         (message-auto-save-directory, message-insert-signature): Use
1806         expand-file-name rather than nnheader-concat.
1807         (nnheader-insert-file-contents): Autoload.
1808         (hashcash-wait-async): Declare.
1809         (message-send-mail): Only call gnus-setup-posting-charset if
1810         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1811         (message-send-mail-with-sendmail): Require sendmail.
1812         (canlock-password, canlock-password-for-verify): Declare.
1813         (message-canlock-password): Require canlock.
1814         (nnheader-get-report): Autoload.
1815         (gnus-setup-posting-charset): Declare.
1816         (message-send-news): Require gnus-msg.
1817         (message-make-references, message-make-in-reply-to): Use mail-header-id
1818         rather than the alias mail-header-message-id.
1819         (ecomplete-add-item, ecomplete-save): Declare.
1820         (message-put-addresses-in-ecomplete): Require ecomplete.
1821         (ecomplete-display-matches): Autoload.
1822
1823         * mm-decode.el: Don't require mailcap, gnus-util.
1824         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1825         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1826         Autoload.
1827         (mailcap-mime-extensions): Declare.
1828
1829         * mm-encode.el: Don't require mailcap.
1830         (mailcap-extension-to-mime): Autoload.
1831
1832         * mml-sec.el: Don't require password-cache.
1833
1834         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1835         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1836         (mml-minibuffer-read-type): Require mailcap.
1837         (mml-preview): Require gnus-msg.
1838
1839         * mml1991.el: Require password-cache.
1840         (password-cache-expiry): Remove declaration.
1841
1842         * mml2015.el: Require password-cache.
1843         (password-cache-expiry): Remove declaration.
1844
1845         * nneething.el (mailcap): Require mailcap.
1846
1847         * nnheader.el (declare-function): Add compatibility stub.
1848         (message-remove-header): Declare rather than autoload.
1849         (nnheader-replace-header): Require message.
1850
1851         * nnimap.el (declare-function): Add compatibility stub.
1852         (netrc-parse, netrc-machine-user-or-password): Declare.
1853         (nnimap-open-connection): Require netrc.
1854
1855         * nntp.el (declare-function): Add compatibility stub.
1856         (netrc-parse, netrc-machine, netrc-get): Declare.
1857         (nntp-send-authinfo): Require netrc.
1858
1859         * rfc2047.el: Don't require qp.
1860         (quoted-printable-encode-region, quoted-printable-decode-string):
1861         Autoload.
1862
1863         * sieve-mode.el: Don't require easymenu.
1864         (easy-menu-add-item): Autoload it.
1865
1866         * spam-stat.el (time-to-number-of-days): Autoload it.
1867
1868 2010-03-19  Glenn Morris  <rgm@gnu.org>
1869
1870         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1871
1872 2010-03-18  Glenn Morris  <rgm@gnu.org>
1873
1874         * hashcash.el (declare-function): Remove duplicate definition.
1875
1876 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1877
1878         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1879         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1880         value if any backslash escapes).
1881
1882 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1885         if it is available.  (bug#5647)
1886
1887         * lpath.el: Suppress compiler warning for coding-system-from-name for
1888         Emacs 21 and XEmacs.
1889
1890 2010-03-14  Juri Linkov  <juri@jurta.org>
1891
1892         * hmac-def.el:
1893         * hmac-md5.el:
1894         * netrc.el: Fix keywords.
1895
1896 2010-02-26  Glenn Morris  <rgm@gnu.org>
1897
1898         * message.el (message-send-mail-function): Change the default, so that
1899         it inherits from a customized send-mail-function.  (Bug#5643)
1900
1901 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1902
1903         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1904         shell-command-to-string signals an error (bug#5299).
1905
1906 2010-02-24  Glenn Morris  <rgm@gnu.org>
1907
1908         * message.el (message-smtpmail-send-it)
1909         (message-send-mail-with-mailclient): Doc fixes.
1910
1911 2010-02-16  Glenn Morris  <rgm@gnu.org>
1912
1913         * message.el (message-default-mail-headers): Change the default value
1914         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1915
1916 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1919         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1920
1921 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1922
1923         * time-date.el (date-to-time): Doc fix (Bug#5408).
1924
1925 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1926
1927         * message.el (message-mail): Just pass yank-action on to message-setup.
1928         (message-setup): Handle (FUN . ARGS) form of yank-action.
1929         (message-with-reply-buffer, message-widen-reply)
1930         (message-yank-original): Handle non-buffer values of
1931         message-reply-buffer (Bug#4080).
1932         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1933
1934 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1935
1936         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1937         Fix typo in docstring.
1938
1939 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1940
1941         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1942         response.
1943
1944 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1947
1948         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1949
1950         * message.el (message-check-news-header-syntax): Protect against a
1951         string that `rfc822-addresses' returns when parsing fails.
1952
1953 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1956         (gnus-previous-char-property-change): New functions.
1957
1958         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1959
1960 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1961
1962         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1963         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1964
1965 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1966
1967         * message.el (message-exchange-point-and-mark): Rework last change to
1968         avoid using optional arg of exchange-point-and-mark, for backward
1969         compatibility.
1970
1971 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1972
1973         * message.el (message-exchange-point-and-mark): Call
1974         exchange-point-and-mark with an argument rather than setting
1975         mark-active by hand (Bug#5175).
1976
1977 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * nntp.el (nntp-service-to-port): Work for service expressed with
1980         numeric string; replace [:digit:] with [0-9] for XEmacs.
1981
1982 2009-12-17  Glenn Morris  <rgm@gnu.org>
1983
1984         * gnus-group.el (gnus-bug-group-download-format-alist):
1985         Change emacs entry to debbugs.gnu.org.  Bump :version.
1986
1987 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1988
1989         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1990
1991 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1992
1993         * message.el (message-info): Explain why we use `Info-goto-node'.
1994
1995 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1998
1999 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2000
2001         * message.el (message-completion-in-region): New compatibility function.
2002         (message-expand-group): Use it.
2003
2004 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2007         with no unread article should be listed if the 2nd arg `predicate' is
2008         given.
2009
2010 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2013
2014 2009-11-29  Juri Linkov  <juri@jurta.org>
2015
2016         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2017         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2018         on `gnus-recenter'. (Bug#4698, Bug#4981)
2019
2020 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2021
2022         * sha1.el (sha1-string-external): default-directory "/" in case
2023         otherwise non-existent.  process-connection-type pipe for touch of
2024         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2025
2026 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2027
2028         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2029         it's comms related and sgml-mode.el has "comm" on that basis too.
2030
2031 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2034         containing tspecial characters if they have been already quoted.
2035
2036 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2037
2038         * dns-mode.el (auto-mode-alist): Purecopy string.
2039
2040 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2041
2042         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2043
2044 2009-10-24  Glenn Morris  <rgm@gnu.org>
2045
2046         * gnus-art.el (help-xref-stack-item): Define for compiler.
2047
2048 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2049
2050         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2051
2052 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2055
2056 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2059         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2060
2061 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2064         (gnus-overlays-in): New alias to overlays-in.
2065
2066         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2067         gnus-overlay-get, and gnus-delete-overlay.
2068         (gnus-summary-show-thread): Make it work as well for systems in which
2069         next-single-char-property-change is not available.
2070         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2071
2072         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2073         (gnus-overlay-get): New alias to extent-property.
2074         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2075
2076         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2077         SXEmacs.
2078
2079         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2080         SXEmacs.
2081
2082 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2083
2084         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2085
2086 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2087
2088         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2089         and XEmacs that don't have `remove-overlays'.
2090
2091 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2092
2093         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2094         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2095         selective display.  Use overlays instead.
2096
2097 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2098
2099         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2100
2101 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2102
2103         * spam-stat.el (spam-stat-load): Fix typo in message.
2104
2105 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2106
2107         * dig.el (dig-invoke): Fix typo in docstring.
2108         (query-dig): Reflow docstring.
2109
2110 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2111
2112         * gnus-art.el (gnus-article-encrypt-body):
2113         * message.el (message-check-recipients):
2114         * mm-util.el (mm-codepage-setup):
2115         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2116         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2117
2118 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2119
2120         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2121         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2122         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2123         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2124         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2125
2126 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2127
2128         * dig.el: Add "Keywords: comm", as per net-utils.el.
2129
2130 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2131
2132         * dig.el (dig-mode): Use define-derived-mode.
2133
2134 2009-09-19  Glenn Morris  <rgm@gnu.org>
2135
2136         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2137
2138 2009-09-18  Glenn Morris  <rgm@gnu.org>
2139
2140         * gnus-diary.el (gnus-diary-check-message):
2141         * message.el (message-insert-formatted-citation-line):
2142         * nnbabyl.el (top-level):
2143         * nndiary.el (nndiary-schedule):
2144         Fix typos in condition-case handlers.
2145
2146 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2149         configuration that provides the sole article window in a frame;
2150         position point correctly after deleting a part.
2151
2152 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2153
2154         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2155         (spam-resolve-registrations-routine): Use it to unregister articles
2156         that change status.
2157
2158 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2161         with XEmacs.
2162         (parse-time-string-chars): Use it.
2163
2164 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2165
2166         * imap.el (imap-interactive-login): Better messages.
2167         (imap-open): Fix bug with renamed buffer on reconnect.
2168         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2169         for easier debugging and cleaner code.  On successful (guessed based on
2170         server capabilities) secondary authentication, set imap-state
2171         correctly.
2172         (imap-last-authenticator): Define imap-last-authenticator as a variable
2173         to avoid warnings.
2174
2175 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * nnrss.el (nnrss-request-article): Remove binding of
2178         default-enable-multibyte-characters that has gotten needless by
2179         the 2007-07-13 change in rfc2047-encode-message-header.
2180
2181         * mml.el (mml-insert-multipart): Error on the message header.
2182         (mml-insert-part): Error on the message header; position point at
2183         the end of a MIME tag.
2184
2185 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * time-date.el (autoload): Expand define-obsolete-function-alias into
2188         defalias and make-obsolete for old Emacsen that Gnus supports.
2189         (with-no-warnings): Define it for old Emacsen.
2190         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2191         is available.
2192         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2193         float-time is available; suppress compile warning for time-to-seconds.
2194
2195         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2196         (gnus-float-time): Alias to float-time if it exists.
2197
2198         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2199         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2200         float-time is available; suppress compile warning for time-to-seconds.
2201
2202         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2203         XEmacs.
2204
2205 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2206
2207         * imap.el (imap-message-map): Docstring fix.
2208
2209 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2212         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2213         Add the optional argument `encoding' that overrides the default.
2214
2215         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2216         mm-encode-buffer.
2217
2218 2009-09-04  Glenn Morris  <rgm@gnu.org>
2219
2220         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2221         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2222         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2223         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2224         * mm-util.el (mm-with-unibyte-current-buffer)
2225         (mm-find-buffer-file-coding-system):
2226         * yenc.el (yenc-decode-region): Use default-value rather than
2227         default-enable-multibyte-characters.
2228
2229 2009-09-03  Glenn Morris  <rgm@gnu.org>
2230
2231         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2232         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2233         than default-enable-multibyte-characters.
2234
2235 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2236
2237         * gnus-art.el (gnus-article-read-summary-keys):
2238         Fix gnus-buffer-configuration's value temporarily used.
2239
2240 2009-09-02  Glenn Morris  <rgm@gnu.org>
2241
2242         * gnus-util.el (gnus-float-time): New function.
2243         * gnus-delay.el (gnus-delay-article):
2244         * gnus-sum.el (gnus-thread-latest-date):
2245         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2246         * nnspool.el (nnspool-request-newgroups):
2247         Use gnus-float-time rather than time-to-seconds.
2248         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2249
2250         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2251         (gnus-header-subject-face, gnus-header-newsgroups-face)
2252         (gnus-header-name-face, gnus-header-content-face):
2253         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2254         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2255         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2256         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2257         (gnus-cite-face-11):
2258         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2259         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2260         (gnus-server-closed-face, gnus-server-denied-face)
2261         (gnus-server-offline-face):
2262         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2263         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2264         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2265         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2266         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2267         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2268         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2269         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2270         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2271         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2272         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2273         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2274         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2275         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2276         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2277         (gnus-summary-high-undownloaded-face)
2278         (gnus-summary-low-undownloaded-face)
2279         (gnus-summary-normal-undownloaded-face)
2280         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2281         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2282         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2283         (gnus-splash-face):
2284         * message.el (message-header-to-face, message-header-cc-face)
2285         (message-header-subject-face, message-header-newsgroups-face)
2286         (message-header-other-face, message-header-name-face)
2287         (message-header-xheader-face, message-separator-face)
2288         (message-cited-text-face, message-mml-face):
2289         * sieve-mode.el (sieve-control-commands-face)
2290         (sieve-action-commands-face, sieve-test-commands-face)
2291         (sieve-tagged-arguments-face):
2292         * spam.el (spam-face):
2293         Mark face aliases with "-face" in the name as obsolete.
2294
2295 2009-09-01  Glenn Morris  <rgm@gnu.org>
2296
2297         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2298         than goto-line.
2299
2300 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2303         Don't move point if the command is invoked inside the message header.
2304
2305 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2306
2307         * imap.el (imap-send-command): Simplify.
2308         (imap-wait-for-tag): point-max -> buffer-size.
2309
2310 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2311
2312         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2313         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2314         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2315         * nnir.el (nnir-swish-e-index-file):
2316         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2317         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2318         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2319         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2320         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2321         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2322
2323 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2326         Don't save excursion.
2327
2328 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2329
2330         * nnheader.el (nnheader-find-file-noselect):
2331         * mm-util.el (mm-insert-file-contents):
2332         Use (default-value 'major-mode) instead of default-major-mode.
2333
2334 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2335
2336         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2337
2338 2009-08-26  Glenn Morris  <rgm@gnu.org>
2339
2340         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2341         than placing in files.el.
2342
2343 2009-08-25  Glenn Morris  <rgm@gnu.org>
2344
2345         * nnir.el (top-level): Don't require cl at run-time.
2346         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2347         Replace cl-function substitute with gnus-replace-in-string.
2348         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2349         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2350         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2351         simplified expansions.
2352
2353 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2354
2355         * dig.el (dig): Add autoload cookie.
2356
2357 2009-08-22  Glenn Morris  <rgm@gnu.org>
2358
2359         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2360         goto-line.
2361
2362 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2363
2364         * parse-time.el (parse-time-string-chars): Save match data.
2365
2366 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2367
2368         * parse-time.el (parse-time-string-chars): Compute using character
2369         classes, to handle non-ascii characters (Bug#3190).
2370
2371 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2374
2375         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2376         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2377         (gnus-mm-display-part, gnus-mime-display-single)
2378         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2379         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2380
2381         * gnus-sum.el
2382         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2383         (gnus-summary-move-article): Add expirable mark to articles copied or
2384         moved to group that has auto-expire turned on if the option is non-nil.
2385
2386 2009-07-24  Glenn Morris  <rgm@gnu.org>
2387
2388         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2389         Fix typo.  (Bug#3903)
2390
2391 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2394         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2395         that should not be used for draft articles.
2396         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2397         that has no concern in minor mode keys.
2398         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2399         Abolish.
2400
2401 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2404         article without making inquiry to a user for unknown encoding.
2405
2406         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2407         (nnmaildir--scan): Assume i-node and device number that file-attributes
2408         returns might be cons-cell.
2409
2410         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2411
2412         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2413
2414 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2415
2416         * auth-source.el: Remove docs now in auth.texi.  Don't use
2417         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2418         `auth-source-hide-passwords' and use them.
2419
2420 2009-07-15  Glenn Morris  <rgm@gnu.org>
2421
2422         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2423
2424 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2427         excessive whitespace from the default values of title and description.
2428
2429 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2432         mail-fetch-field to fetch Content-Description header in order to
2433         exclude newlines.
2434
2435 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2436
2437         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2438         format used by GnuPG 2.0.11.
2439
2440 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2443         to deleted part.
2444
2445 2009-05-30  David Engster  <dengste@eml.cc>
2446
2447         * nnmairix.el: Remove old documentation in the commentary block.
2448         (nnmairix-request-group): Do not update active file for nnml back ends.
2449         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2450         end so that overview files are ignored.
2451         (nnmairix-update-groups): Make updating the groups more robust by using
2452         marks.
2453         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2454         with dollar characters in message-id.
2455
2456 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2459         2008-12-25 in dns.el.
2460
2461 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2462
2463         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2464         could happen if the text is only composed of spaces and/or tabs.
2465
2466 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2467
2468         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2469         when sending a queued message to avoid extra mml tags.
2470
2471 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2472
2473         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2474
2475 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2478         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2479         rmail-toggle-header for XEmacs;
2480         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2481
2482 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-dired.el: Remove autoload for gnus-setup-message.
2485         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2486         displaying Gnus logo; always use compose-mail.
2487
2488 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2491
2492 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2495         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2496         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2497         available.
2498         (gnus-nocem-epg-verify): New function.
2499
2500 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2501
2502         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2503
2504 2009-02-15  Glenn Morris  <rgm@gnu.org>
2505
2506         * gnus-util.el (rmail-insert-rmail-file-header)
2507         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2508         autoloads.
2509         (rmail-default-rmail-file): Remove unnecessary declaration.
2510         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2511
2512 2009-02-14  Glenn Morris  <rgm@gnu.org>
2513
2514         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2515         variable (only used in gnus-util, which declares it anyway).
2516         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2517         which was only needed by gnus-art (changed to not use it any more).
2518         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2519         only used in gnus-util, which autoloads it itself.
2520         (rmail-update-summary): Fix autoload.
2521
2522         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2523         rather than rmail-output-to-rmail-file.
2524
2525 2009-02-07  Glenn Morris  <rgm@gnu.org>
2526
2527         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2528         autoload of function that no longer exists.
2529         (rmail-toggle-header): Declare.
2530         (message-forward-rmail-make-body): Handle mbox Rmail.
2531
2532 2009-01-31  Glenn Morris  <rgm@gnu.org>
2533
2534         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2535         2009-01-09 change.
2536
2537 2009-01-31  Dave Love  <fx@gnu.org>
2538
2539         * imap.el (imap-fetch-safe): Bind debug-on-error.
2540         (imap-debug): Add imap-fetch-safe.
2541
2542 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2545         (auth-source-forget-all-cached): New convenience function.
2546         (auth-source-user-or-password): Accept list of modes or a single mode.
2547
2548         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2549         auth-source modes.
2550
2551         * netrc.el (netrc-machine-user-or-password): Use list of
2552         auth-source modes.
2553
2554         * nnimap.el (nnimap-open-connection): Use list of
2555         auth-source modes.
2556
2557         * nntp.el (nntp-send-authinfo): Use list of
2558         auth-source modes.
2559
2560 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2561
2562         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2563         now.
2564
2565 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2568         coding system in XEmacs; add a workaround for XEmacs.
2569
2570         * lpath.el: Fbind coding-system-aliasee.
2571
2572 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2575         of current-language-environment.
2576
2577 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2578
2579         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2580         available at runtime.
2581
2582 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2585
2586 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2587
2588         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2589         the greatest positive fixnum value doesn't work under an XEmacs with
2590         bignum support; use the most-positive-fixnum constant instead,
2591         available since Emacs 21.1 with cl and XEmacs 21.1.
2592
2593 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2596         XEmacs gets not to work.
2597
2598 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * mm-util.el (mm-coding-system-priorities): Allow the value like
2601         "Japanese (UTF-8)" of current-language-environment.
2602
2603 2009-01-09  Glenn Morris  <rgm@gnu.org>
2604
2605         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2606         with last-command-event.
2607
2608 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2609
2610         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2611         in the doc string.
2612
2613         * message.el (message-fix-before-sending): Amend comment.
2614
2615 2009-01-08  Dave Love  <fx@gnu.org>
2616
2617         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2618
2619 2009-01-07  David Engster  <dengste@eml.cc>
2620
2621         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2622         simplified server definitions by converting it via
2623         gnus-server-to-method.
2624
2625 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2628         parameter's operands.
2629
2630 2009-01-06  David Engster  <dengste@eml.cc>
2631
2632         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2633         primary select method (for gnus-group-mark-article-as-read).
2634
2635 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2636
2637         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2638         `(gnus)Face', not `(gnus)X-Face'.
2639
2640 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * mm-util.el (mm-ucs-to-char): New function.
2643
2644         * mm-url.el (mm-url-decode-entities): Use it.
2645
2646         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2647         unicode-to-char.
2648
2649 2009-01-05  Dave Love  <fx@gnu.org>
2650
2651         * time-date.el: Require cl for `declare'.
2652
2653 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2656         Dave Love.
2657
2658 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2659
2660         * message.el (message-fix-before-sending): Add `eight-bit' to
2661         illegible-text check.
2662
2663 2009-01-03  Michael Olson  <mwolson@gnu.org>
2664
2665         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2666         `headers' is nil.  This can occur if the IMAP server does not have
2667         permissions to read messages from a folder, but can write new messages
2668         to the folder.
2669         (nnimap-request-article-part): Do not insert `data' if it is nil.
2670
2671         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2672         characters which will confuse `read', so skip past them.
2673
2674 2009-01-01  Dave Love  <fx@gnu.org>
2675
2676         * imap.el (imap-string-to-integer): Fix typo.
2677         (imap-fetch-safe): New function.
2678         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2679
2680         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2681
2682         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2683         (imap-parse-greeting): Fix doc strings.
2684         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2685         (imap-parse-flag-list): Make messages unique.
2686         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2687
2688         * nnimap.el: Fix author email.
2689         (nnimap-split-rule): Add FIXME comment.
2690         (nnimap-debug): Fix doc string.
2691
2692 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2693
2694         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2695
2696 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2697
2698         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2699         nslookup if resolv.conf isn't available.
2700         (dns-query): Rename from query-dns.
2701         (dns-query-cached): Rename from query-dns-cached.
2702
2703 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2706         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2707         to check if those variables exist (first appeared in Emacs 18.50).
2708
2709 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * mm-util.el (mm-line-number-at-pos): New function.
2712
2713         * spam-report.el (spam-report-process-queue): Use it.
2714
2715 2008-12-24  David Engster  <dengste@eml.cc>
2716
2717         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2718         parameters that haven't existed as variables as buffer-local variables.
2719
2720 2008-12-23  Dave Love  <fx@gnu.org>
2721
2722         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2723         cadar.
2724
2725         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2726         imap-starttls-p.
2727         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2728
2729 2008-12-22  Dave Love  <fx@gnu.org>
2730
2731         * imap.el: Fix author email.  Doc fixes.
2732         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2733         reply.
2734
2735 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * spam-report.el (spam-report-gmane-max-requests): New constant.
2738         (spam-report-gmane-wait): New variable.
2739         (spam-report-gmane-ham, spam-report-gmane-spam)
2740         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2741         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2742         the server.
2743
2744         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2745         Add explanations.
2746
2747         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2748         nnheader-accept-process-output and nnheader-read-timeout if available.
2749         (pop3-movemail): Use it.
2750
2751         * message.el (message-check-news-body-syntax): Fix signature check if
2752         there's an attachment.
2753
2754 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * mm-util.el: Add comments to the mm- emulating functions.
2757
2758 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2759
2760         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2761         by Stephen Berman <stephen.berman@gmx.net>.
2762
2763 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * mm-util.el (mm-substring-no-properties): New function.
2766         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2767         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2768         (mm-string-to-multibyte): Doc fix.
2769
2770         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2771
2772 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2773
2774         * mml.el (mml-attach-file): Strip text properties from file name.
2775         (Bug#1574)
2776
2777 2008-12-16  Glenn Morris  <rgm@gnu.org>
2778
2779         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2780
2781 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2784         knows since the charset specified might be a bogus alias that
2785         mm-charset-synonym-alist provides.
2786
2787 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2788
2789         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2790         "ISO_8859-1".
2791
2792         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2793
2794 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * mm-util.el (mm-charset-eval-alist):
2797         Define it before mm-charset-to-coding-system.
2798         (mm-charset-to-coding-system): Add optional argument `silent';
2799         define it before mm-charset-override-alist.
2800         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2801         default value if it can be used in Emacs currently running;
2802         silence mm-charset-to-coding-system.
2803
2804 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2807         `allow-override' which says whether to use `mm-charset-override-alist'.
2808         (rfc2047-decode-encoded-words): Use it.
2809
2810         * mm-util.el (mm-charset-override-alist): Fix custom type;
2811         add `(gb2312 . gbk)' to choices.
2812
2813 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2816         fast.
2817
2818         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2819
2820         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2821
2822 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2823
2824         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2825         on links.
2826
2827         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2828
2829 2008-12-03  Lute Kamstra  <lute@gnu.org>
2830
2831         * sha1.el: Remove leading * from docstrings of defcustoms,
2832         deffaces, defconsts and defuns.
2833
2834 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2837         users' addresses that don't have domain parts.
2838         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2839         rather than message-narrow-to-head since there will be the message
2840         header separator.
2841
2842 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2843
2844         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2845         since the result is inserted in a unibyte buffer anyway.
2846         (nnimap-demule-use-string-to-multibyte): Remove.
2847         (nnimap-demule): Alias it to mm-string-to-multibyte.
2848
2849 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2850
2851         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2852         variable for debugging bug#464 and bug#1174.
2853         (nnimap-demule): Use it.
2854
2855 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2856
2857         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2858         score calculation correctly.
2859
2860 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2861
2862         * message.el (message-send-mail): Just set the buffer to unibyte
2863         rather than use mm-with-unibyte-current-buffer which does a lot more.
2864         (message-send-mail-partially): Don't bother with
2865         mm-with-unibyte-current-buffer since it's already been made unibyte by
2866         message-send-mail.
2867
2868 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2869
2870         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2871
2872 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2873
2874         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2875
2876 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2879         require itself and to remove `with-no-warnings'.
2880
2881 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * starttls.el (starttls-any-program-available): Get the name of the
2884         available TLS layer program.
2885         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2886         well as the host name in the "opening" message.
2887
2888         * auth-source.el (auth-source-cache, auth-source-do-cache)
2889         (auth-source-user-or-password): Cache passwords and logins by default,
2890         allow override with `auth-source-do-cache'.
2891         (auth-source-forget-user-or-password): Allow users to remove cache
2892         entries if needed.
2893
2894 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2895
2896         * md4.el (md4-buffer): Fix typo in docstring.
2897         (md4, md4-64): Doc fixes.
2898         (md4-pack-int32): Reflow docstring.
2899
2900 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2903         condition-case to only the forward-sexp call.
2904
2905 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2906
2907         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2908         quotes contained.  Make it more robust regardless by an extra
2909         condition-case wrapper.
2910
2911 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2914
2915 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * nnml.el (nnml-request-expire-articles): Check if the function set to
2918         `nnmail-expiry-target' returns the symbol `delete'.
2919
2920         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2921
2922         * nnmail.el (nnmail-expiry-target): Fix custom type.
2923
2924 2008-10-02  Glenn Morris  <rgm@gnu.org>
2925
2926         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2927         Silence compiler warning.
2928
2929 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2930
2931         * tls.el (open-tls-stream): Show the actual command being
2932         executed, instead of the format string.
2933
2934 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * lpath.el: Fbind codepage-setup for Emacs 23.
2937
2938 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2939
2940         * mml.el (mml-menu): Don't assume mml2015 is bound.
2941
2942 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2945         exists.
2946
2947 2008-09-27  Glenn Morris  <rgm@gnu.org>
2948
2949         * gnus-util.el (mail-header-remove-comments): Autoload it.
2950
2951 2008-09-27  Andreas Schwab  <schwab@suse.de>
2952
2953         * gnus-util.el (gnus-split-references): Strip comments.
2954         (gnus-parent-id): Likewise.
2955
2956 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * message.el (message-confirm-send): Fix version.
2959
2960 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * message.el (message-idna-to-ascii-rhs-1): Use
2963         mail-extract-address-components rather than mail-header-parse-addresses
2964         that is an alias by default to ietf-drums-parse-addresses that does not
2965         support non-ASCII names in headers' contents.
2966
2967 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * message.el (message-confirm-send): Fixed variable documentation to
2970         avoid the "y/n" wording.
2971
2972 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2973
2974         * message.el (message-set-auto-save-file-name): Save to a different
2975         filename so multiple messages (especially drafts) can be recovered.
2976
2977 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2978
2979         * message.el (message-confirm-send): Add appropriate version.
2980
2981 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2982
2983         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2984         defvar.
2985
2986 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2987
2988         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2989         (mm-pkcs7-enveloped-magic): Ditto.
2990
2991 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2992
2993         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2994         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2995
2996 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2999         default, it's better.
3000
3001 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3004         summary line gnus-number property and ignore them (with a warning
3005         message).
3006
3007 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3010         macro caddr in the interactive form since it won't be expanded.
3011
3012 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3015         `charset'; fix name of function called recursively.
3016         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3017
3018 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3021         (gnus-mime-set-charset-parameters): New function.
3022         (gnus-mime-view-part-as-charset): Use it to correctly display part
3023         specifying wrong charset.
3024
3025 2008-09-08  David Engster  <dengste@eml.cc>
3026
3027         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3028         in completing-read for back end server.
3029
3030 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3031
3032         * message.el (message-confirm-send): New variable to confirm sending a
3033         message.
3034         (message-send): Use it.
3035
3036 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3037
3038         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3039
3040 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3043
3044 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3047         prevent tracking too many groups.
3048         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3049         Use it.
3050
3051 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3052
3053         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3054         moving point to the bottom of the window in order to avoid recentering.
3055
3056 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3059
3060         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3061         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3062         (gnus-article-beginning-of-window): Fix calculation.
3063
3064 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * gnus-msg.el (gnus-summary-supersede-article)
3067         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3068         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3069         message header.
3070
3071 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3072
3073         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3074         pending output coming after the status change.
3075
3076 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3077
3078         * message.el:
3079         * gnus-start.el:
3080         * gnus-registry.el: Remove VMS support.
3081
3082 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3085         macro.
3086         (rfc2104-hash): Use it.
3087
3088 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3089
3090         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3091         (gnus-summary-sort-by-most-recent-date): New commands.
3092         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3093         and menu entries.
3094
3095 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3098         don't redisplay article for raw contents; remove plural articles stuff.
3099
3100         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3101         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3102         on gnus-summary-save-article; display results properly.
3103
3104 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * lpath.el: No need to fbind ns-focus-frame.
3107
3108 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3111
3112 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3115         gnus-save-all-headers.
3116
3117 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3118
3119         * gnus-util.el (ns-focus-frame): Remove declaration.
3120         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3121         like x.
3122
3123 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3124
3125         * rfc2104.el (rfc2104-zero): Delete defconst.
3126         (rfc2104-hex-alist): Likewise.
3127         (rfc2104-hex-to-int): Delete func.
3128         (rfc2104-hexstring-to-bitstring): Likewise.
3129         (rfc2104-nybbles): New defconst.
3130         (rfc2104-hash): Rewrite for speed.
3131
3132 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * tls.el (open-tls-stream): Make it work with the 2nd argument
3135         BUFFER that is a string but does not exist as a buffer object, as
3136         mentioned in the doc-string.
3137
3138 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3141         SXEmacs.
3142
3143 2008-07-16  Glenn Morris  <rgm@gnu.org>
3144
3145         * gnus-util.el (ns-focus-frame): Declare for compiler.
3146
3147 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3150         set as a group parameter.
3151         (gnus-summary-save-in-pipe): Work when it is called independently.
3152         (gnus-summary-pipe-to-muttprint): Don't modify
3153         gnus-summary-pipe-output-default-command.
3154
3155 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3156
3157         * message.el (message-send-mail-with-sendmail):
3158         Display the error message.
3159
3160 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-art.el (gnus-default-article-saver):
3163         Add gnus-summary-save-in-pipe to choices.
3164         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3165         gnus-summary-pipe-output-default-command as the default command.
3166         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3167         instead of gnus-last-shell-command.
3168
3169         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3170         New user option.
3171         (gnus-summary-muttprint-program): Mention the value will be changed.
3172         (gnus-summary-save-article): Force showing of all headers.
3173         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3174
3175 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3176
3177         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3178
3179 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3180
3181         * nnimap.el (nnimap-id):
3182         * sieve-manage.el (sieve-manage-open): Doc fixes.
3183
3184 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3185
3186         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3187         if available.
3188
3189 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3190
3191         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3192
3193         * nnkiboze.el (nnkiboze-generate-group):
3194         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3195
3196         * nnmairix.el: Require CL.
3197
3198 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * dgnushack.el: Autoload get-display-table and put-display-table for
3201         XEmacs 21.5.
3202
3203         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3204         21.4 and SXEmacs.
3205
3206 2008-06-15  David Engster  <dengste@eml.cc>
3207
3208         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3209
3210 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3211
3212         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3213         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3214         runtime choice under XEmacs.
3215
3216         * gnus-sum.el (gnus-summary-set-display-table):
3217         Use `gnus-put-display-table', `gnus-get-display-table',
3218         `gnus-set-display-table' for the display table, instead of `aset'.
3219
3220         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3221         Use `gnus-put-display-table', `gnus-get-display-table',
3222         `gnus-set-display-table' for the display table.
3223
3224 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * nnmairix.el: Add autoloads.
3227
3228 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3229
3230         * nnmairix.el (nnmairix-delete-recreate-group)
3231         (nnmairix-update-and-clear-marks): Fix error messages.
3232
3233 2008-06-14  David Engster  <dengste@eml.cc>
3234
3235         * nnmairix.el: Upgrade to version 0.6.
3236         (nnmairix-group-toggle-propmarks-this-group)
3237         (nnmairix-group-toggle-readmarks-this-group)
3238         (nnmairix-group-delete-recreate-this-group)
3239         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3240         (nnmairix-remove-tick-mark-original-article): New commands.
3241         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3242         (nnmairix-propagate-marks-to-nnmairix-groups)
3243         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3244         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3245         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3246         functions needed for marks propagation and manipulation of read marks.
3247         (nnmairix-update-groups): New function.
3248         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3249         (nnmairix-determine-original-group-from-registry)
3250         (nnmairix-determine-original-group-from-path)
3251         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3252         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3253         New helper functions.
3254         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3255         keystrokes for new commands.
3256         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3257         (nnmairix-request-group): Check allow-fast group parameter.
3258         (nnmairix-request-create-group): Set allow-fast group parameter if
3259         nnmairix-allowfast-default is set.
3260         (nnmairix-close-group): Propagate marks upon closing if needed.
3261         (nnmairix-group-toggle-threads-this-group): Use new.
3262         nnmairix-group-toggle-parameter helper function.
3263         (nnmairix-search): Better check for empty search result.
3264         (nnmairix-goto-original-article): Use new helper functions for
3265         determining original article.
3266         (nnmairix-show-original-article): Make sure message-id is in brackets.
3267         (nnmairix-call-mairix-binary): Change variable name.
3268         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3269         helper function.
3270         (nnmairix-widget-toggle-activate): Fix doc string.
3271
3272 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * nnir.el: Require edmacro when compiling with XEmacs.
3275         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3276         available in Emacs 21.
3277
3278 2008-06-11  Glenn Morris  <rgm@gnu.org>
3279
3280         * gnus-util.el (x-focus-frame):
3281         * gnus.el (image-size):
3282         * mm-decode.el (image-size): Declare.
3283
3284         * gnus-picon.el (declare-function): Add compat definition.
3285         (image-size): Declare.
3286
3287         * gnus-group.el (tool-bar-map):
3288         * gnus-sum.el (tool-bar-map): Define for compiler.
3289
3290         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3291
3292         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3293
3294         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3295         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3296         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3297         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3298         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3299         * sieve-manage.el, spam-report.el, spam.el:
3300         Remove unnecessary eval-and-compile of autoloads.
3301
3302 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3303
3304         * auth-source.el: Precise Tramp doc.
3305
3306 2008-06-07  Glenn Morris  <rgm@gnu.org>
3307
3308         * nnmairix.el: Remove unnecessary eval-when-compile.
3309
3310 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3311
3312         * lpath.el: Fbind propertize for XEmacs 21.4.
3313
3314 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3315
3316         * nnir.el: Move here from ../contrib.
3317
3318 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3319
3320         * gnus-util.el (gnus-read-shell-command): New function.
3321         * mm-decode.el (mm-pipe-part):
3322         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3323
3324 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3327
3328 2008-06-03  Glenn Morris  <rgm@gnu.org>
3329
3330         * pop3.el (nnheader-accept-process-output): Autoload it.
3331
3332 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3335         are not 2-digit hexadecimal characters that follow `%'s.
3336
3337 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3338
3339         * message.el (message-bogus-recipient-p): Fix type in doc string.
3340         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3341         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3342         Improve custom options.
3343         (message-bogus-recipient-p): Adjust accordingly.
3344
3345 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3346
3347         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3348         long-form month and day names.
3349
3350 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * dgnushack.el: Autoload debug, eudc-expand-inline and
3353         pgg-snarf-keys-region for XEmacs.
3354
3355         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3356
3357         * nnmairix.el: Require edmacro when compiling with XEmacs.
3358
3359 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3362         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3363
3364 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3365
3366         * auth-source.el: Add more docs.
3367
3368         * netrc.el (netrc-machine): Always match if the port is not given.
3369
3370 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3373         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3374         retrieval faster in some cases, but might make CPU usage larger.  If
3375         this has any bad side effects, we might revert this change.
3376
3377         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3378         seems to make mail retrieval much, much faster.
3379         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3380         unconditionally.
3381
3382         * gnus-draft.el (gnus-group-send-queue): Bind
3383         message-send-mail-partially-limit to nil to avoid being prompted.
3384
3385 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3388
3389         * message.el (message-bogus-address-regexp): Fix and improve custom
3390         type.
3391         (message-setup-hook): Add message-check-recipients as custom option.
3392
3393 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3394
3395         * message.el (message-cite-function): Remove bogus autoload which crept
3396         in during merge from v5-10.
3397
3398 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3401
3402         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3403
3404         * auth-source.el: Preliminary Tramp docs.
3405         (auth-sources): Change the default auth-sources to use
3406         EPA .gpg files.
3407
3408 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3409
3410         * nntp.el: Autoload `auth-source-user-or-password'.
3411         (nntp-send-authinfo): Use it.
3412
3413         * nnimap.el: Autoload `auth-source-user-or-password'.
3414         (nnimap-open-connection): Use it.
3415
3416         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3417         for the gnus-message function.
3418         (auth-source-user-or-password): Use it.
3419
3420 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3421
3422         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3423         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3424         (rfc2104-hash): Use it.
3425
3426 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3427
3428         * gnus-art.el (gnus-article-toggle-truncate-lines):
3429         Don't use `iff' in docstring.
3430
3431 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3434
3435         * gnus-util.el (gnus-extract-address-component-name)
3436         (gnus-extract-address-component-email): Convenience functions around
3437         `gnus-extract-address-components'.
3438
3439         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3440         Use `gnus-extract-address-component-email' to fix bug of comparing full
3441         sender name to `user-mail-address'.
3442
3443 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3444
3445         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3446         catch/throw to optimize.
3447         (gnus-registry-find-keywords): Just use member to find a keyword.
3448
3449 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3450
3451         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3452         is current before calling gnus-server-prepare.
3453         (gnus-server-setup-buffer, gnus-server-update-server)
3454         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3455
3456 2008-05-04  Juri Linkov  <juri@jurta.org>
3457
3458         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3459         (mailcap-file-default-commands): Use mailcap-replace-in-string
3460         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3461         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3462
3463 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3464
3465         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3466
3467 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3468
3469         * gnus.el: Bump version to 0.11.
3470
3471 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3472
3473         * gnus.el: No Gnus v0.10 is released.
3474
3475 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3478         hooks.
3479         (gnus-update-read-articles): Speed up non-marks-using users.
3480         (gnus-use-marks): Define gnus-use-marks.
3481         (gnus-propagate-marks): Rename variable to something more sensible.
3482
3483 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3484
3485         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3486         (gmm-image-load-path-for-library): Fix typos in docstrings.
3487         (gmm-message): Reflow docstring.
3488
3489 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * mail-source.el (mail-source-set-1, mail-source-bind):
3492         Move auth-source code out of the macro to clean it up and fix bugs.
3493
3494 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3495
3496         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3497         by sender if it's equal to user-mail-address, it's likely to be
3498         useless.
3499
3500         * mail-source.el (mail-source-bind): Don't use user or password if they
3501         are not bound.  Unintern them if they are nil.  Don't use server unless
3502         it's bound, and default it to empty string otherwise.
3503
3504 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3505
3506         * mail-source.el: Load auth-source.el.
3507         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3508         get user name or password, if auth-sources is set up.
3509
3510         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3511         strategy of splitting with parent.
3512         (gnus-registry-split-fancy-with-parent)
3513         (gnus-registry-post-process-groups): Use it and fix prior
3514         bug (returning a list as the split result).
3515
3516         * auth-source.el (auth-sources): Remove server parameter.
3517         (auth-source-pick, auth-source-user-or-password)
3518         (auth-source-user-or-password-imap)
3519         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3520         (auth-source-user-or-password-sftp)
3521         (auth-source-user-or-password-smtp): Remove server parameter.
3522
3523 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3524
3525         * smime.el (smime-sign-region, smime-encrypt-region)
3526         (smime-decrypt-region):
3527         Remove redundant calls to `generate-new-buffer-name'.
3528
3529 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3530
3531         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3532         Don't use QP for message/rfc822.
3533         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3534
3535 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3536
3537         * sieve-manage.el (sieve-string-bytes): Remove.
3538         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3539         correct byte-length only if the process's coding-system is the same as
3540         the one used internally by Emacs to represent strings.
3541
3542 2008-04-22  Juri Linkov  <juri@jurta.org>
3543
3544         * mailcap.el (mailcap-file-default-commands): New function.
3545
3546 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * message.el (message-signature-separator, message-cite-function):
3549         Change custom version.
3550
3551 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3552
3553         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3554         commands.
3555         (tls-checktrust): Ditto.
3556
3557 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3558
3559         * mm-decode.el (mm-display-external): Make temp file read-only.
3560
3561 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3562
3563         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3564         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3565         `C-c C-f d'.
3566
3567 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3568
3569         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3570
3571 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * gnus.el: Bump version to 0.9.
3574
3575 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3576
3577         * gnus.el: No Gnus v0.8 is released.
3578
3579 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3580
3581         * mail-source.el (mail-source-value):
3582         Prefer fboundp to functionp so it works with macros as well.
3583
3584 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3585
3586         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3587         Fix last change in case the element is not even a symbol.
3588
3589 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3590
3591         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3592         Prefer fboundp to functionp so it works with macros as well.
3593
3594 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3595
3596         * auth-source.el: Added docs.
3597         (auth-sources): Modify format to support server.
3598         (auth-source-pick, auth-source-user-or-password)
3599         (auth-source-user-or-password-imap)
3600         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3601         (auth-source-user-or-password-sftp)
3602         (auth-source-user-or-password-smtp): Add server parameter.
3603
3604 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3605
3606         * gnus-registry.el: Initialize the registry when gnus-registry-install
3607         is t.
3608
3609 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * compface.el (uncompface): Make buffer unibyte.
3612
3613 2008-04-05  Glenn Morris  <rgm@gnu.org>
3614
3615         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3616
3617 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3618
3619         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3620         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3621
3622         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3623         multibyteness after rather than before erasing it.
3624
3625         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3626         mm-with-multibyte.
3627         (gnus-request-article-this-buffer): Make sure the proper decoding is
3628         used if gnus-original-article-buffer happens to be unibyte.
3629
3630         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3631         default-enable-multibyte-characters.
3632
3633         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3634         default-enable-multibyte-characters.
3635
3636         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3637
3638         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3639
3640 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3641
3642         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3643         (imap-message-copyuid-1): Use it.
3644         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3645         J. Williams in
3646         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3647
3648         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3649         imap-enable-exchange-bug-workaround.
3650         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3651
3652 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3653
3654         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3655         a 100 byte status-checks into a 2-3MB transfer for each group.
3656         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3657         to enable bug workaround or not.
3658         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3659
3660 2008-03-31  Glenn Morris  <rgm@gnu.org>
3661
3662         * message.el (mml2015-use): Declare for compiler.
3663         (message-info): Require mml2015 when appropriate.
3664
3665 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3668         whitespace.
3669
3670 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3671
3672         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3673         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3674         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3675         (nntp-service-to-port): New function.
3676         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3677         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3678         (nntp-open-netcat-stream): New function.
3679         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3680
3681 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3682
3683         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3684
3685 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3686
3687         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3688
3689 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3690
3691         * dns.el (dns-write): Use set-buffer-multibyte.
3692
3693 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3694
3695         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3696
3697 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * message.el (message-signature-separator): Change default.
3700         Improve custom type.
3701         (message-cite-function): Change default to
3702         message-cite-original-without-signature.
3703
3704         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3705         toggle.
3706
3707         * message.el (message-check-news-body-syntax): Fix signature check.
3708         (message-setup-1): Mark buffer as unmodified _after_ running
3709         message-setup-hook and handling message-alternative-emails.
3710         (message-shorten-references): Be more strict when building list of
3711         valid references to comply with GNKSA.
3712
3713         * gnus-group.el (gnus-read-ephemeral-bug-group)
3714         (gnus-read-ephemeral-debian-bug-group)
3715         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3716
3717         * message.el (message-info): Don't use booleanp which isn't supported
3718         in Emacs 21 and XEmacs.
3719
3720 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3721
3722         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3723         gnus-group-gmane-group-download-format.
3724         (gnus-group-read-ephemeral-gmane-group): Rename from
3725         gnus-group-read-ephemeral-gmane-group.
3726         (gnus-read-ephemeral-gmane-group-url): Rename from
3727         gnus-group-read-ephemeral-gmane-group-url.
3728         (gnus-bug-group-download-format-alist): New variable.
3729         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3730         (gnus-read-ephemeral-emacs-bug-group): New commands.
3731
3732 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3733
3734         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3735         (gnus-visible-headers): Improve custom type.
3736
3737 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3738
3739         * mml.el (mml-menu): Add workarounds for XEmacs.
3740
3741         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3742         X-Boundary header.
3743
3744         * message.el (message-simplify-recipients): Fix previous commit.
3745
3746 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3747
3748         * mm-util.el (mm-set-buffer-multibyte): New function.
3749         * mm-decode.el (mm-copy-to-buffer): Use it.
3750
3751 2008-03-19  Glenn Morris  <rgm@gnu.org>
3752
3753         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3754         Accidentally removed in the sync process with Emacs.
3755
3756 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3757
3758         * message.el (message-alter-recipients-discard-bogus-full-name):
3759         New function.
3760         (message-alter-recipients-function): New variable.
3761         (message-get-reply-headers): Use it.
3762         (message-replace-header): New helper function.
3763         (message-recipients-without-full-name): New variable.
3764         (message-simplify-recipients): New command.
3765
3766         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3767
3768         * message.el (message-info): Handle EasyPG manual.
3769
3770         * mml.el (mml-menu): Add entry for EasyPG.
3771
3772 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3773
3774         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3775         parameter.
3776
3777         * message.el (message-disassociate-draft): Specify drafts group name
3778         fully.
3779
3780 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3781
3782         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3783         unnecessary duplicates from the match list.
3784
3785 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3788
3789         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3790
3791         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3792         args of `how-many' of which the XEmacs version doesn't take; declare
3793         Info-index-next as function.
3794
3795 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * gnus-score.el (gnus-score-headers): Fix handling of
3798         gnus-inhibit-slow-scoring.
3799
3800         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3801         string.
3802         (gnus-button-url-regexp): Improve handling of parenthesis.
3803         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3804         (gnus-button-handle-info-keystrokes): Handle index entries.
3805
3806 2008-03-15  Glenn Morris  <rgm@gnu.org>
3807
3808         * parse-time.el (parse-time-string): Simplify.
3809
3810 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3813         Incoming* files.
3814
3815 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3816
3817         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3818         (auth-source-pick): Use it.
3819
3820 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3821
3822         * binhex.el (binhex-decode-region-internal):
3823         * uudecode.el (uudecode-decode-region-internal):
3824         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3825         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3826         setting default-enable-multibyte-characters.
3827
3828 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3829
3830         * auth-source.el (auth-source-protocols)
3831         (auth-source-protocols-customize, auth-source-choices): Added and
3832         modified variable customizations and defaults.
3833         (auth-source-pick, auth-source-user-or-password)
3834         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3835         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3836         (auth-source-user-or-password-sftp)
3837         (auth-source-user-or-password-smtp): Use new variables and provide an
3838         interface to netrc.el.
3839
3840 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3843         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3844         Make sure the nntp port to specify is a string.
3845
3846 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3847
3848         * nntp.el: Use with-current-buffer.
3849         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3850         dubious mm-with-unibyte-current-buffer.
3851         (nntp-with-open-group-function): New function extracted from
3852         nntp-with-open-group macro.
3853         (nntp-with-open-group): Use the function, so it's easier to debug.
3854         Add indentation and debugging info.
3855         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3856         the use of the netcat alternatives.
3857
3858         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3859         Avoid mm-string-as-multibyte as well.
3860
3861         * nnweb.el (nnweb-insert-html):
3862         Remove use of nnheader-string-as-multibyte.
3863
3864         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3865         (nnheader-string-as-multibyte): Remove.
3866
3867         * mm-view.el: Use inhibit-read-only.
3868         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3869         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3870         or unibyte-string.
3871
3872         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3873         (mm-uu-yenc-extract): Use with-current-buffer.
3874
3875         * gnus-soup.el (gnus-soup-send-packet): Don't use
3876         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3877
3878         * nnmh.el: Use with-current-buffer.
3879         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3880         mm-string-as-multibyte on the output of mm-encode-coding-string.
3881
3882         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3883         (nnimap-request-move-article): Use with-current-buffer.
3884
3885         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3886         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3887         conversion uses string-make-unibyte rather than string-as-unibyte.
3888
3889         * gnus-msg.el: Use with-current-buffer.
3890
3891         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3892
3893 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3894
3895         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3896         string for caching if it is 'PIN.
3897
3898 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * lpath.el: Consider the case without Emacs/W3.
3901
3902 2008-03-08  Glenn Morris  <rgm@gnu.org>
3903
3904         * time-date.el (date-to-time, time-subtract, time-add)
3905         (safe-date-to-time): Doc fixes.
3906
3907 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * mail-source.el (mail-source-delete-old-incoming-confirm):
3910         Change default to nil.
3911         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3912
3913 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * lpath.el: Rearrange.
3916
3917         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3918         (gnus-article-goto-prev-page): Work for articles having ^L's.
3919
3920         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3921
3922         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3923
3924 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3925
3926         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3927         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3928         (gnus-bookmark-jump): Adjust some variable names.
3929
3930 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         * auth-source.el: New package.
3933         (auth-source-choices): Add customization entry point variable.
3934
3935         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3936         bug.
3937
3938 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3941         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3942         (gnus-registry-install-shortcuts): Rename from
3943         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3944         the `gnus-registry-mark-map' keymap dynamically from
3945         `gnus-registry-marks'.  The generated functions update the summary line
3946         when a registry mark is added or deleted, and will call
3947         `gnus-registry-install-p' (see the comments in the code).
3948         (gnus-registry-user-format-function-M): Use concat intelligently.
3949
3950         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3951         the registry mark functions.
3952
3953 2008-03-05  Glenn Morris  <rgm@gnu.org>
3954
3955         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3956         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3957         gnus-art.
3958         (top-level): No need to load own source when compiling.
3959
3960 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3963         Suggested by <chris.anderton@zetnet.co.uk>.
3964
3965 2008-03-04  Glenn Morris  <rgm@gnu.org>
3966
3967         * gnus-sum.el (top-level): No need to require gnus when compiling,
3968         since unconditionally required near start of file.
3969         (gnus-summary-display-while-building): Move definition before use.
3970
3971 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3972
3973         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3974         formatting function.
3975
3976 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3977
3978         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3979         with plists.
3980         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3981         Use new format.
3982
3983 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3986         `where-is-internal' that returns a range of key sequences.
3987
3988 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3989
3990         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3991
3992         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3993         (gnus-summary-jump-to-group): Consider windows on other displayed
3994         frames as well.  Similar changes might be needed elsewhere, but that's
3995         the one I've bumped into during my use.
3996
3997         * nndoc.el (nndoc-oe-dbx-type-p):
3998         * gnus-msg.el (gnus-debug):
3999         * gnus-group.el (gnus-update-group-mark-positions):
4000         Use mm-string-to-multibyte.
4001
4002 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4003
4004         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4005         doesn't handle NotDashEscaped.
4006
4007         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4008         (mml-dnd-attach-options): Fix typo in custom choice.
4009
4010         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4011         nndoc-article-type to mbox.
4012         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4013
4014         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4015         to nil, instead of html2text.
4016
4017         * imap.el (imap-debug): Add `imap-ping-server'.
4018
4019         * gnus-bookmark.el: Add FIXMEs.
4020
4021         * message.el (message-form-letter-separator)
4022         (message-send-form-letter-delay): New variables.
4023         (message-send-form-letter): Use them.  New command to send form
4024         letters.  Requested by Uwe Siart.
4025         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4026
4027 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * Update copyright years.
4030
4031 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         Sync from EMACS_22_BASE.
4034
4035         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4036
4037 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4038
4039         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4040         empty author.
4041
4042 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * gnus-registry.el (gnus-registry-marks): Add variable for
4045         customization of marks and their appearance.
4046         (gnus-registry-read-mark): Use it.
4047         (gnus-registry-do-marks): Add utility function to loop through
4048         `gnus-registry-marks'.
4049         (gnus-registry-install-shortcuts-and-menus): Add function to install
4050         shortcuts and menus.
4051         (gnus-registry-initialize): Use it.
4052         (gnus-registry-default-mark): Clarify documentation.
4053
4054 2008-02-29  Glenn Morris  <rgm@gnu.org>
4055
4056         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4057         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4058         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4059         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4060         Change defcustom :version from 23.0 to 23.1.
4061
4062 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4063
4064         * gnus-registry.el (gnus-registry-follow-group-p)
4065         (gnus-registry-post-process-groups): Add functions to aid registry
4066         splitting and improve logging.  Clarify behavior in function
4067         documentation.
4068         (gnus-registry-split-fancy-with-parent): Use them.
4069
4070 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4071
4072         * gnus-art.el: Use with-current-buffer.
4073
4074 2008-02-27  David Engster  <dengste@eml.cc>
4075
4076         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4077         Express real group name in the response.
4078
4079 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4082         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4083         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4084         autoload gnus-registry-fetch-group when compiling.
4085         (nnmairix-request-group-with-article-number-correction): Remove
4086         unreferenced argument passed to nnmairix-call-backend.
4087
4088 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4089
4090         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4091         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4092         Wilde.
4093
4094 2008-02-27  Glenn Morris  <rgm@gnu.org>
4095
4096         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4097         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4098         variables to defconsts.  Convert comments to doc-strings.
4099         (nnmairix-last-server, nnmairix-current-server): Convert from free
4100         variables to defvars.  Convert comments to doc-strings.
4101         (gnus-registry-fetch-group): Autoload.
4102         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4103         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4104         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4105         caddr.
4106         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4107         nnmairix-request-group-with-article-number-correction call.
4108         (nnmairix-fast, nnmairix-group): New, less general names, for free
4109         variables passed from nnmairix-request-group to
4110         nnmairix-request-group-with-article-number-correction.  Declare.
4111         (nnmairix-request-group-with-article-number-correction):
4112         Use nnmairix-fast, nnmairix-group rather than fast, group.
4113
4114 2008-02-26  David Engster  <dengste@eml.cc>
4115
4116         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4117         version 0.5.
4118
4119 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4120
4121         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4122         instead of making an extra function call.  Don't add the current group
4123         to articles only when they have the group.  Use
4124         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4125         Reported by David <de_bb@arcor.de>.
4126
4127 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4130         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4131
4132 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * mail-source.el (mail-source-delete-incoming): Change default.
4135         Supplement doc string.
4136
4137         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4138
4139 2008-02-14  Glenn Morris  <rgm@gnu.org>
4140
4141         * time-date.el (format-seconds): New function.
4142
4143 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * nnmail.el (nnmail-message-id-cache-file): Derive from
4146         `gnus-home-directory'.
4147
4148 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4149
4150         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4151         Document negative prefix.
4152
4153         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4154
4155 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * message.el (message-unsent-separator): Add the Exim bounce
4158         separator.
4159
4160 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4161
4162         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4163         list.
4164         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4165         recipient/signer list.
4166
4167 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * Makefile.in (datarootdir): Define.
4170         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4171         name that might contain whitespace.
4172
4173 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4176         fbound (Emacs 23 unicode), signal an error.
4177
4178 2008-02-08  Glenn Morris  <rgm@gnu.org>
4179
4180         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4181
4182 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4183
4184         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4185         ports to the calls to `netrc-machine-user-or-password' in addition to
4186         "imap" and "imaps".
4187
4188 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4189
4190         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4191
4192         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4193
4194 2008-02-01  Kenichi Handa  <handa@m17n.org>
4195
4196         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4197         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4198         (rfc2104-hash): Convert the result of concat to unibyte string.
4199
4200 2008-02-01  Dave Love  <fx@gnu.org>
4201
4202         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4203         coding-system-for-read.
4204         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4205
4206 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4209         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4210         <hanche@math.ntnu.no>.
4211
4212 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4215
4216         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4217
4218 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4219
4220         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4221         * message.el (message-beginning-of-line): Use featurep instead of bound
4222         tests in order to resolve conditionals at compile time.
4223
4224 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4225
4226         * mail-source.el (mail-sources): Add `group' choice.
4227
4228         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4229         parameter `in-group' to control into which group the articles go.
4230         Add treatment of `group' mail-source.
4231
4232 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4235
4236         * mm-decode.el (mm-dissect-buffer): Decode description.
4237
4238         * mml.el (mml-to-mime): Encode message header first.
4239
4240 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4243         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4244
4245         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4246         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4247
4248 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4251
4252 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4255         prefix keys.
4256         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4257         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4258         gnus-xmas.el.
4259
4260         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4261         (gnus-xmas-article-describe-bindings): New function.
4262         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4263         gnus-xmas-article-describe-bindings.
4264
4265         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4266
4267 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4268
4269         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4270         Add new variables for article mark management.
4271         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4272         list of extra data entries which, when present, will indicate that the
4273         article ID should not be trimmed from the registry.
4274         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4275         functions.
4276         (gnus-registry-read-mark): New function to read a mark name from the
4277         user.
4278         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4279         (gnus-registry-set-article-mark-internal): New functions to add and
4280         remove marks.
4281         (gnus-registry-get-article-marks): New function to show the marks for
4282         an article, or retrieve them for further use.
4283
4284 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4287         keys when no argument is given.
4288
4289 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4290
4291         * imap.el (imap-ping-server): New variable.
4292         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4293         (imap-ping-server): Minor doc string fixes.
4294
4295 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4296
4297         * imap.el (imap-ping-server): New function.
4298         (imap-opened): Call imap-ping-server.
4299
4300 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * gnus-sum.el (gnus-article-sort-by-random)
4303         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4304         jidanni@jidanni.org.
4305
4306 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-art.el (gnus-article-describe-bindings): New function.
4309         (gnus-article-read-summary-keys): Use it.
4310         (gnus-article-mode-map): Bind `C-h b' to it.
4311
4312 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4315         XEmacs.
4316         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4317         against non-character events.
4318
4319         * lpath.el: Fbind map-keymap for Emacs 21.
4320
4321 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4324         command.
4325         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4326         instead of END.  Change name of the temp file.
4327         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4328         customizable.
4329
4330 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4333         bind `S W' to gnus-article-wide-reply-with-original; set default
4334         binding to gnus-article-read-summary-send-keys.
4335         (gnus-article-read-summary-keys): Fix the order of keys; display
4336         continuation keys correctly in the echo area; describe bindings
4337         correctly when keys end with `C-h'.
4338         (gnus-article-read-summary-send-keys): New function.
4339         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4340         for gnus-article-read-summary-send-keys; display continuation keys
4341         correctly in the echo area.
4342         (gnus-article-reply-with-original): Ignore prefix argument.
4343         (gnus-article-wide-reply-with-original): New function.
4344
4345         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4346         Emacs 21.
4347
4348 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4351         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4352
4353 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4354
4355         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4356         (gnus-group-read-ephemeral-gmane-group): New command.
4357
4358 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4359
4360         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4361
4362 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * message.el (message-send-mail-function): Increase custom version.
4365
4366         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4367         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4368
4369 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4370
4371         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4372         for the cases where imap-authenticate is called with a nil buffer
4373         parameter.
4374
4375 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4378         html parts correctly; support forwarded messages.
4379         (gnus-article-browse-html-article): Remove work buffers.
4380
4381         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4382         compiling.
4383         (netrc-bound-and-true-p): New macro.
4384         (netrc-parse): Use it instead of bound-and-true-p that is not available
4385         in XEmacs 21.4.
4386
4387 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * gnus-registry.el (gnus-registry-mark-article)
4390         (gnus-registry-article-marks): Add functionality to mark articles
4391         through the Gnus registry.
4392
4393         * encrypt.el: Clarify documentation for the new pgg method.
4394         (encrypt-file-alist): Add PGG option.
4395         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4396         functionality.  Abstract password key and messaging to external
4397         functions.
4398         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4399         (encrypt-message-method-and-cipher): Add new convenience external
4400         functions.
4401         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4402         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4403
4404         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4405         (netrc-parse): Use encrypt-file-alist to determine if
4406         encrypt-find-model or encrypt-insert-file-contents should be used.
4407
4408         * encrypt.el: Clarify documentation.  Load password-cache or
4409         password, whichever one is found first, instead of autoloading.
4410
4411 2007-12-19  Glenn Morris  <rgm@gnu.org>
4412
4413         * mml.el (message-options-set, message-narrow-to-head)
4414         (message-in-body-p, message-mail-p, message-encode-message-body):
4415         Autoload.
4416         (message-remove-header, message-narrow-to-headers-or-head)
4417         (message-subscribed-p, message-make-mail-followup-to)
4418         (message-position-on-field, message-news-p)
4419         (message-options-set-recipient, message-generate-headers)
4420         (message-sort-headers): Declare as functions.
4421
4422 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4423
4424         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4425         convention in doc string.
4426
4427 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4430         title to html parts.
4431         (gnus-article-browse-html-article): Pass message header to it.
4432
4433         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4434
4435 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4438         or password compatible with XEmacs.
4439
4440 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4441
4442         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4443         format document.
4444         (gnus-mime-delete-part): Don't write description line if empty.
4445         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4446
4447 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4448
4449         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4450         (gnus-summary-mark-read-and-unread-as-read)
4451         (gnus-summary-mark-current-read-and-unread-as-read)
4452         (gnus-summary-mark-unread-as-ticked): Doc fix.
4453         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4454
4455 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4456
4457         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4458         Christoph Conrad <christoph.conrad@gmx.de>.
4459
4460 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4463         yes-or-no-p.
4464
4465 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * mm-decode.el (mm-add-meta-html-tag): New function.
4468         (mm-save-part-to-file, mm-pipe-part): Use it.
4469
4470         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4471         gnus-y-or-n-p instead of y-or-n-p.
4472         (gnus-article-browse-html-parts): Work with message/external-body; use
4473         mm-add-meta-html-tag.
4474
4475 2007-12-11  Glenn Morris  <rgm@gnu.org>
4476
4477         * gnus-cache.el: Require gnus-sum not just when compiling.
4478
4479         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4480
4481         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4482         definitions before use.
4483
4484         * mm-decode.el: Require gnus-util.
4485         (mm-remove-part): Only call delete-annotation on XEmacs.
4486
4487         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4488
4489         * nnmail.el: Require gnus-int.
4490
4491         * spam.el: Move `require's before `eval-when-compile's.
4492
4493         * gnus-ems.el (gnus-alive-p):
4494         * gnus-fun.el (message-goto-eoh):
4495         * gnus-util.el (gnus-group-name-decode):
4496         * mail-source.el (gnus-compress-sequence):
4497         * message.el (Info-goto-node, format-spec):
4498         * mm-bodies.el (message-options-get):
4499         * mm-decode.el (mm-view-pkcs7):
4500         * mm-util.el (gmm-write-region):
4501         * mml-smime.el (mml-compute-boundary)
4502         (gnus-completing-read-with-default):
4503         * mml.el (widget-button-press, gnus-make-hashtable):
4504         * mml1991.el (mm-decode-content-transfer-encoding)
4505         (mm-encode-content-transfer-encoding)
4506         (message-options-get, message-options-set):
4507         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4508         * nnfolder.el (gnus-request-group):
4509         * nnheader.el (ietf-drums-unfold-fws):
4510         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4511         * smime.el (gnus-run-mode-hooks):
4512         * spam-stat.el (gnus-message): Autoload.
4513
4514         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4515         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4516         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4517         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4518         Add declare-function compatibility definition.
4519
4520         * gnus-cache.el (nnvirtual-find-group-art):
4521         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4522         (gnus-add-image, gnus-add-wash-type):
4523         * gnus-group.el (nnkiboze-score-file):
4524         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4525         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4526         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4527         (message-tokenize-header, gnus-get-buffer-create)
4528         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4529         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4530         * gnus.el (gnus-group-decoded-name):
4531         * mail-source.el (imap-capability):
4532         * mm-bodies.el (message-options-set):
4533         * mm-decode.el (gnus-configure-windows):
4534         * mm-extern.el (message-goto-body):
4535         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4536         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4537         (epg-sub-key-validity, message-options-set):
4538         * mml.el (widget-event-point, gnus-configure-windows):
4539         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4540         * mml2015.el (epg-check-configuration, epg-configuration)
4541         (message-options-set):
4542         * nndb.el (nndb-request-article):
4543         * nnfolder.el (gnus-request-create-group):
4544         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4545         * nnmaildir.el (gnus-group-mark-article-read):
4546         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4547         * rfc1843.el (message-fetch-field):
4548         * spam.el (gnus-extract-address-components):
4549         Declare as functions.
4550
4551 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4554
4555         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4556
4557         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4558         bind show-trailing-whitespace for XEmacs.
4559
4560 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4563         new no-op macro for backward compatibility.
4564
4565         * imap.el (imap-string-to-integer): New function.
4566
4567 2007-12-09  Glenn Morris  <rgm@gnu.org>
4568
4569         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4570
4571         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4572         * message.el, mm-view.el, sieve-manage.el, smime.el:
4573         Add declare-function compatibility definition.
4574
4575         * gnus-art.el (w3-region, w3m-region, Info-menu):
4576         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4577         * gnus-sum.el (gnus-get-predicate):
4578         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4579         * message.el (mail-abbrev-in-expansion-header-p):
4580         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4581         (w3m-detect-meta-charset, w3m-region):
4582         * sieve-manage.el (password-read, password-cache-add)
4583         (password-cache-remove):
4584         * smime.el (password-read-and-add): Declare as functions.
4585
4586 2007-12-08  David Kastrup  <dak@gnu.org>
4587
4588         * gnus-sum.el (gnus-summary-simplify-subject-query):
4589         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4590         `message'.
4591
4592 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4595         it to bind idna-program, installation-directory, defined-colors, and
4596         face-attribute for XEmacs of the version that compiles defcustom forms.
4597
4598 2007-12-07  Glenn Morris  <rgm@gnu.org>
4599
4600         * gnus-art.el (article-make-date-line): Revert previous change.
4601
4602 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4603
4604         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4605
4606 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4607
4608         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4609         Call gnus-add-to-range ranges only once with a prepared article-list.
4610
4611 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4612
4613         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4614         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4615         group names with backslashes.  Reported by Tassilo Horn
4616         <tassilo@member.fsf.org>.
4617
4618 2007-12-06  Deepak Goel  <deego3@gmail.com>
4619
4620         * gnus-art.el (article-make-date-line):
4621         * gnus-start.el (gnus-load):
4622         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4623
4624 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-art.el (gnus-use-idna)
4627         * gnus-start.el (gnus-site-init-file)
4628         * message.el (message-use-idna)
4629         * mm-uu.el (mm-uu-hide-markers)
4630         * smiley.el (smiley-style): Revert changes that suppress warnings.
4631
4632 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4635         specify charset to html source.  Reported by Christoph Conrad
4636         <christoph.conrad@gmx.de>.
4637
4638 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4641         idna-program in order to suppress byte compile warning issued by XEmacs
4642         that came to byte compile the default value section of defcustom forms
4643         recently.
4644
4645         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4646         value of installation-directory.
4647
4648         * message.el (message-use-idna): Don't directly refer to the value of
4649         idna-program.
4650
4651         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4652
4653         * smiley.el (smiley-style): Don't directly call face-attribute.
4654
4655 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4658
4659         * gnus-dired.el: Reduce Gnus dependencies.
4660         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4661         require.  Use autoloads instead.
4662         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4663         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4664         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4665         (gnus-dired-mode): Adjust doc string.
4666         (gnus-dired-mail-mode): New variable.
4667         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4668         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4669         (gnus-dired-mail-buffers): New function.  Return mail or message
4670         composition buffers.
4671         (gnus-dired-attach): Use it.
4672         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4673         NO-DECODE.
4674         (gnus-dired-print): Use `gnus-print-buffer' depending on
4675         `gnus-dired-mail-mode'.
4676
4677 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * rfc2047.el (rfc2047-encoded-word-regexp)
4680         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4681         explaining what regexp patterns are for.
4682
4683 2007-12-04  Glenn Morris  <rgm@gnu.org>
4684
4685         * password.el: Move to password-cache.el.
4686
4687         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4688         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4689         * mml-smime.el (password-read, password-cache-add)
4690         (password-cache-remove):
4691         No need to autoload, since mml-sec requires password.
4692
4693         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4694         * message.el (gnus-extract-address-components):
4695         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4696
4697         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4698         password.
4699
4700 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4701
4702         * mailcap.el: Reduce dependencies.
4703         (mail-header-parse-content-type): Autoload.
4704         (mailcap-delete-duplicates): New alias.
4705         (mailcap-mime-info): Add optional argument NO-DECODE.
4706         (mailcap-mime-types): Use mailcap-delete-duplicates.
4707
4708         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4709
4710 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4711
4712         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4713         (imap-parse-status): Upcase status-att for servers that sends them
4714         lower-case (e.g., MS Exchange 2007).
4715
4716 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4719         function.
4720
4721         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4722         (gnus-uu-yenc-article): New function.
4723
4724         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4725
4726         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4727         buffer.
4728
4729 2007-12-02  Glenn Morris  <rgm@gnu.org>
4730
4731         * binhex.el (binhex): New custom group.
4732         (binhex-decoder-program, binhex-decoder-switches)
4733         (binhex-use-external): Move to the binhex custom group.
4734
4735         * uudecode.el (uudecode): New custom group.
4736         (uudecode-decoder-program, uudecode-decoder-switches)
4737         (uudecode-use-external): Move to the uudecode custom group.
4738
4739         * netrc.el (top-level): Don't load `encrypt' features.
4740         (netrc-parse): Don't use encrypt.
4741         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4742
4743         * encrypt.el: Remove file.
4744
4745 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4748         matches on patches.
4749
4750         * gnus-art.el (gnus-article-browse-html-article): Mention
4751         `mm-text-html-renderer' in the doc string.
4752
4753         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4754         string.  Add comments.
4755
4756         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4757         if rhs is ASCII.
4758
4759 2007-12-01  Glenn Morris  <rgm@gnu.org>
4760
4761         * mail-source.el (top-level): Require format-spec before
4762         eval-when-compile.
4763
4764 2007-11-30  Glenn Morris  <rgm@gnu.org>
4765
4766         * encrypt.el: Require password, rather than autoloading password-read.
4767
4768 2007-11-29  Glenn Morris  <rgm@gnu.org>
4769
4770         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4771         (sasl-make-client, sasl-next-step, sasl-step-data)
4772         (sasl-step-set-data): Declare as functions.
4773
4774 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4777
4778 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4779
4780         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4781         certs should be verified and what is to be done in the event of a
4782         verification failure.
4783
4784         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4785         caller can indicate whether the cache should be disregarded for this
4786         call.  This way the result of the call is reproducible at all times and
4787         can be considered a canonical server name for the supplied method.
4788         (gnus-agent-method-p): Canonicalize server names by pushing their
4789         method through `gnus-method-to-server' using the no-cache argument.
4790
4791         * gnus-srvr.el (gnus-server-insert-server-line): Call
4792         `gnus-method-to-server' with `no-cache' argument.
4793
4794         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4795         gnus-agent-possibly-synchronize-flags as this should be called when the
4796         server is actually being opened.
4797         (gnus-agent-possibly-synchronize-flags)
4798         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4799         flags file of an agentized server to the latter function.
4800
4801         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4802         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4803         after a connection has been established successfully.
4804
4805 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-art.el (article-display-face): Force to display face if called
4808         interactively; check if gnus-article-x-face-too-ugly matches author.
4809         (article-display-x-face): Display face even if From header is missing
4810         as article-display-face does.
4811
4812 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4813
4814         * hashcash.el (message-narrow-to-headers-or-head)
4815         (message-fetch-field, message-goto-eoh)
4816         (message-narrow-to-headers): Declare as functions.
4817
4818 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4819
4820         * mail-source.el (mail-sources): Default to fetch from file for
4821         compatibility with default of nnmail-spool-file.
4822
4823 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4826         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4827         to look for encoded word that should be encoded again.
4828         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4829         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4830         encoding pattern.
4831         (rfc2047-decode-region): Switch strict regexp and loose one according
4832         to rfc2047-allow-irregular-q-encoded-words.
4833
4834 2007-11-25  Romain Francoise  <romain@orebokech.com>
4835
4836         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4837
4838 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4839
4840         * tls.el (tls-program): Provide more custom choices from
4841         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4842         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4843
4844 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4847         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4848
4849         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4850         `nnmail-spool-file'.
4851
4852         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4853         `nnmail-spool-file'.
4854
4855         * gnus-move.el (gnus-change-server): Ditto.
4856
4857         * gnus-kill.el (gnus-batch-score): Ditto.
4858
4859         * gnus-cache.el (gnus-jog-cache): Ditto.
4860
4861         * gnus-msg.el (gnus-summary-reply):
4862         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4863
4864 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4867         version.  Minor improvement to doc strings.
4868         (tls-program): Add comment.
4869
4870 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4871
4872         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4873         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4874         mismatch between the hostname provided in the certificate and the name
4875         of the host connnecting to.
4876         (open-tls-stream): Use them.  Check certificates against trusted root
4877         certificates.
4878
4879 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * gnus-cache.el (gnus-cache-generate-nov-databases):
4882         Use nnml-generate-nov-databases-directory instead of
4883         nnml-generate-nov-databases-1.
4884
4885 2007-11-24  Glenn Morris  <rgm@gnu.org>
4886
4887         * message.el (message-tool-bar-retro): Update for rename
4888         mail_send.xpm->mail-send.xpm.
4889
4890 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4893         `smime-ldap-search' for Emacs 22 and up.
4894
4895 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4896
4897         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4898
4899         * message.el (message-send-mail-function): Fix error convention.
4900         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4901         (message-widen-reply, message-send-mail, message-talkative-question)
4902         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4903         (message-clone-locals, message-send-news): Use with-current-buffer.
4904         (message-insert-or-toggle-importance): Remove unused var `valid'.
4905         (message-make-references): Remove unused var `new-references'.
4906         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4907
4908 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4909
4910         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4911         (spam-split-symbolic-return-positive): Reflow docstring.
4912         (spam-backends, spam-summary-exit-behavior)
4913         (spam-mark-ham-unread-before-move-from-spam-group)
4914         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4915         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4916         (spam-clear-cache, spam-backend-check, spam-install-backend)
4917         (spam-install-statistical-backend, spam-list-of-processors)
4918         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4919         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4920         (spam-check-crm114, spam-initialize, spam-unload-hook):
4921         Fix typos in docstrings.
4922
4923 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4926         been checked if they have never been read and those group levels are
4927         higher than the one that a user specified.
4928
4929 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4932         foreign groups unless a group level is specified by a user.
4933         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4934
4935 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * message.el (message-send-mail-function): Require sendmail.
4938
4939 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * message.el (message-send-mail-function): Check for smtpmail too.
4942
4943         * utf7.el (utf7-encode, utf7-decode): Use coding system
4944         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4945
4946         * message.el (message-send-mail-function): New function.
4947         (message-send-mail-function): Set default using
4948         message-send-mail-function.  Adjust doc string.
4949         (message-send-mail-with-mailclient): New function.
4950
4951 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4952
4953         * smime.el (from):
4954         * rfc2047.el (message-posting-charset):
4955         * qp.el (mm-use-ultra-safe-encoding):
4956         * pop3.el (parse-time-months):
4957         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4958         * nnml.el (files):
4959         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4960         (jka-compr-compression-info-list, ange-ftp-path-format)
4961         (efs-path-regexp):
4962         * nndiary.el (files):
4963         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4964         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4965         (epg-digest-algorithm-alist, inhibit-redisplay)
4966         (password-cache-expiry):
4967         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4968         (pgg-output-buffer, password-cache-expiry):
4969         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4970         (efs-path-regexp):
4971         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4972         (inhibit-redisplay):
4973         * mm-uu.el (file-name, start-point, end-point, entry)
4974         (gnus-newsgroup-name, gnus-newsgroup-charset):
4975         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4976         (latin-unity-ucs-list):
4977         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4978         (mm-uu-binhex-decode-function):
4979         * message.el (gnus-message-group-art, gnus-list-identifiers)
4980         (rmail-enable-mime-composing, gnus-local-organization)
4981         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4982         (gnus-read-active-file, facemenu-add-face-function)
4983         (facemenu-remove-face-function, gnus-article-decoded-p)
4984         (tool-bar-mode):
4985         * mail-source.el (display-time-mail-function):
4986         * gnus-util.el (nnmail-pathname-coding-system)
4987         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4988         (gnus-original-article-buffer, gnus-user-agent)
4989         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4990         (xemacs-codename, sxemacs-codename, emacs-program-version):
4991         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4992         * gnus-start.el (gnus-agent-covered-methods)
4993         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4994         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4995         (gnus-newsgroup-headers, gnus-group-list-mode)
4996         (gnus-group-mark-positions, gnus-newsgroup-data)
4997         (gnus-newsgroup-unreads, nnoo-state-alist)
4998         (gnus-current-select-method, mail-sources)
4999         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5000         (nnmail-spool-file, gnus-cache-active-hashtb):
5001         * gnus-mh.el (mh-lib-progs):
5002         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5003         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5004         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5005         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5006         (gnus-group-buffer):
5007         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5008         (font-lock-set-defaults):
5009         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5010         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5011         (gnus-summary-post-menu, total-parts, type, condition, length):
5012         * gnus-agent.el (gnus-agent-read-agentview):
5013         * flow-fill.el (show-trailing-whitespace):
5014         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5015         eval-and-compile wrappers for byte compiler pacifiers.
5016
5017         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5018         (mm-display-inline-fontify): Check for featurep 'xemacs not
5019         extent-list.
5020
5021         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5022         itimer-list.
5023         (mm-create-image-xemacs): Only do something for XEmacs.
5024         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5025
5026         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5027
5028         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5029         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5030
5031 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5032
5033         * nnimap.el (nnimap-split-download-body):
5034         * gnus-demon.el (gnus-demon):
5035         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5036
5037 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5040         macros.
5041         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5042         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5043         copy data from unibyte buffer to multibyte current buffer.
5044         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5045         to copy data from unibyte current buffer to multibyte buffer.
5046         (nntp-make-process-buffer): Make process buffer unibyte.
5047
5048         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5049
5050 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5051
5052         * pop3.el (pop3-open-server): Accept and process data more robustly at
5053         connexion start to avoid spurious "POP SSL connexion failed" errors.
5054
5055 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5058         read group names.
5059
5060 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5063
5064 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5067         (nnmail-save-active): Use a unibyte buffer when saving active file,
5068         which may contain non-ASCII group names.
5069
5070         * nnml.el (nnml-request-group): Decode group names in messages.
5071
5072 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * message.el (message-citation-line-function)
5075         (message-insert-formatted-citation-line): Fix spelling of
5076         `message-insert-formated-citation-line'.
5077
5078 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5079
5080         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5081
5082 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5085         nnmail-pathname-coding-system.
5086
5087         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5088         that a user enters; decode group names in messages.
5089
5090         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5091
5092 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5095
5096         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5097
5098         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5099         risky local variable.
5100
5101         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5102
5103 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5104
5105         * encrypt.el: Improve documentation to fix function name typo.
5106         Reported by Daiki Ueno <ueno@unixuser.org>.
5107
5108 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5111         even if the point is not in the last page of an article.
5112         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5113         back to the previous page.
5114
5115 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5116
5117         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5118
5119 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5122
5123 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5124
5125         * message.el (message-check-news-body-syntax): Avoid
5126         mm-string-as-multibyte.
5127         (message-hide-headers): Don't assume (point-min)==1.
5128
5129 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * message.el (message-remove-blank-cited-lines): Fix if remove is
5132         given.
5133         (message-bogus-address-regexp): New variable.
5134         (message-bogus-recipient-p): New function.
5135         (message-check-recipients): New command.
5136         (message-syntax-checks): Add `bogus-recipient'.
5137         (message-fix-before-sending): Add `bogus-recipient'.
5138
5139         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5140         (gnus-treat-body-boundary): Don't test window-system.
5141
5142 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5143
5144         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5145
5146 2007-10-28  Miles Bader  <miles@gnu.org>
5147
5148         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5149         at compile-time too.
5150
5151 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5152
5153         * gnus-msg.el (gnus-message-setup-hook): Add
5154         `message-remove-blank-cited-lines' to options.
5155
5156 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5157
5158         * message.el (message-remove-blank-cited-lines): New function.
5159         Suggested by Karl Plästerer.
5160
5161 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5164         mapc.
5165
5166         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5167         (top-level): Use mapc to set functions to be traced for debugging.
5168
5169         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5170         called for effect with while loop.
5171
5172         * message.el (message-talkative-question): Replace mapcar called for
5173         effect with mapc.
5174
5175         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5176         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5177         called for effect with dolist.
5178
5179         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5180
5181         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5182         gnus-extra-headers and nnmail-extra-headers.
5183
5184         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5185         called for effect with dolist.
5186         (top-level): Use mapc to set functions to be traced for debugging.
5187
5188         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5189         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5190         dolist.
5191
5192         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5193         Replace mapcar called for effect with mapc.
5194         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5195         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5196         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5197         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5198
5199         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5200         remove-if that's a cl function.
5201
5202         * webmail.el (webmail-debug): Replace mapcar called for effect with
5203         dolist.
5204
5205         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5206         with mapc.
5207
5208 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5211         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5212         with while loop.
5213
5214         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5215         functions from article-* functions.
5216         (gnus-multi-decode-header): Replace mapcar called for effect with
5217         dolist.
5218
5219         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5220         (gnus-bookmark-show-details): Replace mapcar called for effect with
5221         while loop.
5222
5223         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5224         called for effect with while loop.
5225
5226         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5227         with dolist.
5228
5229         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5230         mapcar called for effect with dolist.
5231
5232         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5233
5234         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5235         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5236         Replace mapcar called for effect with dolist.
5237         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5238         mapc.
5239
5240         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5241         Replace mapcar called for effect with dolist.
5242         (gnus-topic-list): Replace mapcar called for effect with mapc.
5243
5244         * gnus.el: Use mapc instead of mapcar to add autoloads.
5245
5246 2007-10-23  Richard Stallman  <rms@gnu.org>
5247
5248         * gnus-group.el (gnus-group-highlight): Mark as risky.
5249
5250 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus.el (gnus-server-to-method): Return method found first in
5253         gnus-newsrc-alist.
5254
5255         * gnus-art.el (gnus-article-highlight-signature)
5256         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5257         button overlay without the front stickiness.
5258
5259 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5260
5261         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5262         overview buffer needed a catch to receive its throw.
5263         (gnus-agent-flush-cache): Declared as interactive to make this function
5264         easier to use.
5265
5266 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5269         `next-line'.
5270
5271 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5274         exclude address matching message-dont-reply-to-names.
5275
5276 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-util.el (gnus-string<): New function.
5279
5280         * gnus-sum.el (gnus-article-sort-by-author)
5281         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5282
5283 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5286         the frame-focus tag is set in gnus-buffer-configuration.
5287
5288 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5291         the front stickiness.
5292
5293 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5296         url pattern; remove duplicate one.
5297         (gnus-article-extend-url-button): New function.
5298         (gnus-article-add-buttons): Use it.
5299         (gnus-button-push): Use concatenated url that it makes.
5300
5301 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5302
5303         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5304
5305 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5306
5307         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5308         Don't hardcode point-min==1.
5309
5310 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5311
5312         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5313         Fix comment about "iso8859-1".
5314
5315 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5316
5317         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5318         ones returned from the verify-function.
5319
5320         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5321         mml2015-extract-cleartext-signature if extraction failed.
5322
5323 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5324
5325         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5326         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5327         failed.
5328
5329 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5332
5333 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5336         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5337         recommends to use EasyPG instead of PGG.
5338
5339         * pgg.el: Revert to revision 6.23.2.16.
5340
5341         * pgg-def.el: Revert to revision 6.6.2.14.
5342
5343         * pgg-gpg.el: Revert to revision 6.23.2.34.
5344
5345 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5346
5347         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5348         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5349         thread for both the null and zero (kill/expire thread) universal prefix
5350         cases.
5351         (gnus-summary-expire-thread): Add new function to expire a thread,
5352         using gnus-summary-kill-thread.
5353         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5354         shortcuts for gnus-summary-expire-thread.
5355         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5356         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5357
5358 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5361         extras value, so an extras entry can be deleted.
5362         (gnus-registry-delete-extra-entry): Use it.
5363         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5364         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5365         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5366         storage through the gnus-registry, and provide an appropriate API for
5367         it.
5368
5369 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5372         Suggested by Leo <sdl.web@gmail.com>.
5373
5374         * gnus.el: Do.
5375
5376 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5379         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5380
5381         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5382
5383         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5384         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5385
5386 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5389         newline.
5390         (nnmbox-request-accept-article): Don't change article in source buffer;
5391         narrow to header to use message-fetch-field rather than
5392         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5393         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5394         as delimiters; make sure article ends with newline.
5395         (nnmbox-delete-mail): Correct last position of article to be deleted;
5396         ignore X-Gnus-Newsgroup header in article body.
5397         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5398         positions; make sure article ends with newline.
5399
5400         * message.el (message-display-abbrev): Don't infloop when a user
5401         inserts SPC in the beginning of header.
5402
5403         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5404         coding-system-for-read and coding-system-for-write for XEmacs having no
5405         file-coding feature.
5406
5407         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5408
5409 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5412         list of groups not followed by default.  Fix type to be regexp.
5413         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5414
5415 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5416
5417         * hmac-def.el (define-hmac-function): Switch from old-style to
5418         new-style backquotes.
5419
5420         * md4.el (md4-make-step): Likewise.
5421
5422 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5425         raw-text coding system when saving .newsrc file, which may contain
5426         non-ASCII group names.
5427
5428 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-cus.el (gnus-score-extra): New widget.
5431         (gnus-score-extra-convert): New function.
5432         (gnus-score-customize): Use it for Extra.
5433
5434 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5435
5436         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5437         (mml2015-mailcrypt-clear-verify): Use it.
5438         (mml2015-gpg-clear-verify): Use it.
5439         (mml2015-pgg-clear-verify): Use it.
5440         (mml2015-epg-clear-verify): Replace the current part with the output
5441         from GnuPG; don't extract the plaintext by itself.
5442
5443         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5444         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5445         mml2015-clear-verify-function; don't touch the armor headers or
5446         dash-escaped text here.
5447
5448 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5451         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5452         parts, or application/octet-stream as a last resort.
5453         (gnus-mime-view-part-as-type): Don't toggle display.
5454         (gnus-mime-view-part-as-charset): Don't turn off display before
5455         querying charset.
5456
5457         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5458         stuff to undisplayer function in Emacs.
5459         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5460
5461         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5462         text/calendar parts.
5463
5464 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5467         decoding text/calendar parts.
5468
5469         * message.el (message-forward-make-body-mime): Always mark body as
5470         having no illegible text; remove signed-or-encrypted argument.
5471         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5472
5473         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5474         (mml-generate-mime-1): Don't encode body if it is specified to be in
5475         raw form; don't make buffer be unibyte when inserting multibyte string.
5476
5477 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5478
5479         * sha1.el: Fix up comment style.
5480         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5481         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5482
5483         * hex-util.el: Fix up comment style.
5484         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5485
5486         * gnus-salt.el: Use with-current-buffer.
5487         (gnus-pick-setup-message): Fix long-standing typo.
5488
5489 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * imap.el (imap-logout-timeout): New variable.
5492         (imap-logout, imap-logout-wait): New functions.
5493         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5494
5495         * nnimap.el (nnimap-logout-timeout): New server variable.
5496         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5497         nnimap-logout-timeout.
5498
5499         * gnus-art.el (gnus-article-summary-command-nosave)
5500         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5501
5502 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus.el (gnus-maximum-newsgroup): New variable.
5505
5506         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5507         according to gnus-maximum-newsgroup.
5508
5509         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5510         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5511         Limit the range of articles according to gnus-maximum-newsgroup.
5512
5513 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5514
5515         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5516         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5517         Don't perform gnus-configure-windows here; reuse existing sticky
5518         article buffer.
5519
5520         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5521         it doesn't exist in gnus-article-mode.
5522
5523 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5526         (gnus-agent-decoded-group-name): New function.
5527         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5528         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5529
5530 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5531
5532         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5533         Add binding for gnus-sticky-article.
5534         (gnus-summary-exit): Don't kill sticky article buffers.
5535
5536         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5537         article buffer.
5538         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5539         (gnus-kill-sticky-article-buffers): New commands.
5540
5541 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * nntp.el (nntp-xref-number-is-evil): New server variable.
5544         (nntp-find-group-and-number): If it is non-nil, don't trust article
5545         numbers in the Xref header.
5546
5547 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-agent.el (gnus-agent-read-group): New function.
5550         (gnus-agent-flush-group, gnus-agent-expire-group)
5551         (gnus-agent-regenerate-group): Use it.
5552         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5553         nnmail-pathname-coding-system.
5554
5555 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5558
5559         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5560         that are unread as unread, and also as selected so that information of
5561         marks having been changed by a user may be updated when exiting group.
5562
5563 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5566         calculated ignoring signature parts to gnus-treat-article.
5567
5568 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5571         a point here in order to keep the window start.
5572         (gnus-insert-mime-security-button): Make a button overlay without the
5573         front stickiness.
5574         (gnus-mime-display-security): Goto the end of a button.
5575
5576         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5577
5578 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5581         group-name-at-point.
5582         (gnus-group-completing-read): New function that offers decoded
5583         non-ASCII group names for completion.
5584         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5585         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5586         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5587         (gnus-group-fetch-control): Use it.
5588         (gnus-fetch-group): Use group-name-at-point for the initial value
5589         rather than the default value; use gnus-alive-p.
5590
5591         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5592         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5593         (gnus-summary-post-news): Use gnus-group-completing-read.
5594
5595         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5596         (gnus-read-move-group-name): Decode group name for completion.
5597
5598 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5599
5600         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5601         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5602         Yamaoka slightly modified the code).
5603
5604 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5607         (nnmail-split-incoming): Bind it.
5608
5609         * nnml.el (nnml-group-name-charset): New function.
5610         (nnml-decoded-group-name): Use it; don't decode group name if
5611         nnmail-group-names-not-encoded-p is non-nil.
5612         (nnml-encoded-group-name): New function.
5613         (nnml-group-pathname): Inline nnml-decoded-group-name.
5614         (nnml-request-expire-articles): Decode group name in message.
5615         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5616         nnmail-pathname-coding-system.
5617         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5618         not decoded ones according to nnmail-group-names-not-encoded-p.
5619         (nnml-generate-active-info): Use nnml-encoded-group-name.
5620
5621 2007-08-08  Glenn Morris  <rgm@gnu.org>
5622
5623         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5624         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5625         doc-strings and comments.
5626
5627 2007-07-25  Glenn Morris  <rgm@gnu.org>
5628
5629         * Relicense all FSF files to GPLv3 or later.
5630
5631 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-sum.el (gnus-summary-move-article): Make
5634         gnus-summary-respool-article work.
5635
5636 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5639         string.
5640
5641 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5642
5643         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5644         that should be ignored when comparing distant RSS articles with local
5645         ones.
5646         (nnrss-make-hash-index): New function.  Create a hash index according
5647         to the ignored fields.
5648         (nnrss-check-group): Use it.
5649
5650 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5653
5654         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5655
5656         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5657         the new optional argument ENCODED is non-nil.
5658         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5659         coding system for encoding group name.
5660         (gnus-group-make-rss-group): Pass un-encoded group name to
5661         gnus-group-make-group.
5662         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5663         encoded.
5664
5665         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5666         Encode group name to which articles are moved or copied.
5667         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5668         coding system for encoding Newsgroup, Followup-To and Xref headers.
5669
5670         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5671         marks; use nnheader-file-coding-system to write a file.
5672         (nnagent-retrieve-headers): Bind file-name-coding-system to
5673         nnmail-pathname-coding-system.
5674
5675         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5676
5677         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5678         (nnml-request-article, nnml-request-create-group)
5679         (nnml-request-rename-group, nnml-find-id)
5680         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5681         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5682         (nnml-save-marks): Use nnml-group-pathname instead of
5683         nnmail-group-pathname.
5684
5685         (nnml-request-create-group, nnml-request-expire-articles)
5686         (nnml-request-move-article, nnml-request-delete-group)
5687         (nnml-deletable-article-p, nnml-possibly-create-directory)
5688         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5689         (nnml-open-marks): Bind file-name-coding-system to
5690         nnmail-pathname-coding-system.
5691
5692         (nnml-request-article): Pass server argument to nnml-find-group-number.
5693         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5694         server argument to nnml-possibly-create-directory.
5695         (nnml-request-accept-article): Pass server argument to
5696         nnml-active-number and nnml-save-mail.
5697         (nnml-find-group-number): Pass server argument to nnml-find-id.
5698         (nnml-request-update-info): Pass server argument to
5699         nnml-marks-changed-p.
5700
5701         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5702         (nnml-save-mail, nnml-active-number): Add server argument.
5703
5704         (nnml-request-delete-group): Warn if group is missing.
5705         (nnml-get-nov-buffer): Decode group name.
5706         (nnml-generate-active-info): Encode group name.
5707         (nnml-open-marks): Decode group name in messages.
5708
5709 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5712         if it is not specified.
5713         (gnus-article-pipe-part, gnus-article-save-part)
5714         (gnus-article-interactively-view-part, gnus-article-copy-part)
5715         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5716         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5717         (gnus-article-replace-part, gnus-article-delete-part)
5718         (gnus-article-view-part-as-type): Pass raw prefix argument to
5719         gnus-article-part-wrapper.
5720
5721 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-agent.el (gnus-agent-save-active): Bind
5724         nnheader-file-coding-system to gnus-agent-file-coding-system.
5725
5726         * gnus-cache.el (gnus-cache-save-buffers)
5727         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5728         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5729         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5730         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5731         (gnus-cache-generate-active, gnus-cache-rename-group)
5732         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5733         (gnus-cache-update-overview-total-fetched-for): Bind
5734         file-name-coding-system to nnmail-pathname-coding-system.
5735         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5736         variables.
5737         (gnus-cache-decoded-group-name): New function.
5738         (gnus-cache-file-name): Use it.
5739         (gnus-cache-generate-active): Use non-decoded group name for active.
5740
5741         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5742         right place.
5743         (gnus-write-active-file): Don't break non-ASCII group names.
5744
5745         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5746         nnmail-pathname-coding-system.
5747
5748         * lpath.el: Bind default-file-name-coding-system,
5749         file-name-coding-system and language-info-alist for XEmacs.
5750
5751         * gnus-uu.el (gnus-uu-decode-save): Typo.
5752
5753 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5756
5757 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5760         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5761         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5762         (gnus-agent-flush-group, gnus-agent-flush-cache)
5763         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5764         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5765         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5766         (gnus-agent-regenerate-group)
5767         (gnus-agent-update-files-total-fetched-for)
5768         (gnus-agent-update-view-total-fetched-for): Bind
5769         file-name-coding-system to nnmail-pathname-coding-system.
5770         (gnus-agent-group-pathname): Don't encode file names by
5771         nnmail-pathname-coding-system.
5772         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5773         coding-system-for-write instead of buffer-file-coding-system to
5774         gnus-agent-file-coding-system.
5775
5776         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5777         Decode group name.
5778
5779         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5780
5781         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5782         (gnus-read-newsrc-el-file): Make group names unibyte.
5783
5784         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5785         nnmail-pathname-coding-system.
5786
5787         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5788         (nnrss-request-delete-group): Bind file-name-coding-system to
5789         nnmail-pathname-coding-system.
5790         (nnrss-read-server-data, nnrss-read-group-data): Bind
5791         file-name-coding-system correctly.
5792         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5793
5794         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5795         (nntp-server-to-method-cache): New variable.
5796         (nntp-group-pathname): New function that decodes non-ASCII group names.
5797         (nntp-possibly-create-directory, nntp-marks-changed-p)
5798         (nntp-save-marks, nntp-open-marks): Use it.
5799         (nntp-possibly-create-directory, nntp-open-marks):
5800         Bind file-name-coding-system to nnmail-pathname-coding-system.
5801         (nntp-open-marks): Decode group names when bootstrapping marks.
5802
5803         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5804         Newsgroups and Folowup-To headers.
5805
5806 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5809         (gnus-server-closed-face, gnus-server-denied-face)
5810         (gnus-server-offline-face): Remove variable.
5811         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5812
5813         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5814         of modifying message-stack directly for XEmacs.
5815
5816         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5817         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5818         if the coding-system argument is nil for XEmacs.
5819
5820         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5821         mm-charset-override-alist.
5822
5823         * rfc2047.el: Don't require base64; require rfc2045 for the function
5824         rfc2045-encode-string.
5825         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5826         to quote the parameter value.
5827
5828 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5831         form in gnus-group-name-charset-method-alist.
5832
5833         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5834         overrides the default layout edit-form.
5835
5836         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5837
5838         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5839
5840 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5843         as unfetched articles.
5844
5845 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5846
5847         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5848
5849 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5852         original back end that keeps marks in the local system.
5853
5854 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5857         arg of pop-to-buffer for XEmacs.
5858         (gnus-article-read-summary-keys): Ditto; don't restore window
5859         configuration if summary command ends up with neither article buffer
5860         nor summary buffer; describe bindings if summary keys end with C-h.
5861
5862 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * message.el (message-fix-before-sending): Skip raw message part to be
5865         forwarded while checking illegible text.
5866         (message-forward-make-body-mime, message-forward-make-body): Mark
5867         signed or encrypted raw message as having no illegible text.
5868
5869 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5872         (gnus-message-with-timestamp-1): New macro.
5873         (gnus-message-with-timestamp): New function.
5874         (gnus-message): Use them.
5875
5876         * nnheader.el (nnheader-message): Use them.
5877
5878 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5879
5880         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5881         .newsrc.eld file.
5882
5883 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-agent.el (gnus-agent-fetch-headers)
5886         (gnus-agent-retrieve-headers): Bind
5887         gnus-decode-encoded-address-function to identity.
5888
5889         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5890         available also when the server returns simply a dot.
5891
5892         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5893
5894 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5897
5898 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-ems.el (gnus-x-splash): Make it work.
5901
5902         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5903         from being used.
5904
5905         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5906
5907 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5910         4th and the 5th arguments.
5911
5912         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5913         the front stickiness.
5914         (gnus-article-summary-command-nosave): Correct the order of the
5915         arguments passed to pop-to-buffer.
5916         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5917         summary command ends up with the article buffer.
5918
5919         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5920         the same faces.
5921
5922 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5923
5924         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5925
5926 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5927
5928         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5929         * gnus-sum.el (gnus-summary-highlight):
5930         * pgg.el (pgg-sign-region, pgg-sign):
5931         * mail-source.el (mail-source-delete-old-incoming-confirm):
5932         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5933
5934 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-art.el (gnus-mime-view-part-externally)
5937         (gnus-mime-view-part-internally): Fix predicate function passed to
5938         completing-read.
5939
5940         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5941
5942         * gnus.el (gnus-update-message-archive-method): Add :version.
5943
5944 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus.el (gnus-update-message-archive-method): New variable.
5947
5948         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5949         according to gnus-message-archive-method if
5950         gnus-update-message-archive-method is non-nil.
5951
5952 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5955         by Loic Dachary <loic@dachary.org>.
5956         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5957
5958 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * message.el (message-pop-to-buffer): Add switch-function argument.
5961         (message-mail): Pass switch-function argument to it.
5962
5963 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5966         Improve doc string.
5967
5968 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5971         (gnus-header-content)
5972         * gnus-cite.el (gnus-cite-10)
5973         * gnus-srvr.el (gnus-server-closed)
5974         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5975         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5976         (gnus-group-mail-3-empty, gnus-group-mail-low)
5977         (gnus-group-mail-low-empty, gnus-splash)
5978         * message.el (message-header-to, message-header-cc)
5979         (message-header-subject, message-header-other, message-header-name)
5980         (message-header-xheader, message-separator, message-cited-text)
5981         (message-mml): Lighten colors of faces used for dark background.
5982
5983 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5984
5985         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5986         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5987
5988 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * message.el (message-narrow-to-headers-or-head):
5991         Ignore mail-header-separator in the body.
5992
5993 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5996         same as window size.
5997
5998 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5999
6000         * message.el (message-font-lock-keywords): Use message-header-xheader
6001         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6002         ahead of the anything pattern, to get it recognised.
6003
6004 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6007         spam.el loads uses it in the compiled defadvice form.
6008
6009 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6010
6011         * gnus-sum.el (gnus-articles-to-read)
6012         (gnus-summary-insert-old-articles): Don't truncate group name for
6013         `read-string'.
6014
6015         * gnus-util.el (gnus-limit-string): Delete this function.
6016
6017         * gnus-sum.el (gnus-simplify-subject-fully): Use
6018         `truncate-string-to-width' instead.
6019
6020 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6021
6022         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6023         if, on summary exit, the next group has to be selected.
6024         (gnus-summary-exit): Use it.
6025
6026 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6029         non-break space.
6030
6031 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6034         Check if group is not a directory.
6035         (nnfolder-request-expire-articles): Don't delete articles if the target
6036         group is not available.
6037
6038         * nnml.el (nnml-request-create-group): Properly check if group is not a
6039         file.
6040         (nnml-request-expire-articles): Don't delete articles if the target
6041         group is not available.
6042
6043         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6044         Don't quote characters that are within parentheses.
6045
6046 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6049         (gnus-handle-ephemeral-exit): Select article according to it.
6050
6051 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * message.el (message-insert-formated-citation-line): Remove newline.
6054         (message-citation-line-format): Add final \n here so that the user can
6055         avoid a blank line.
6056
6057 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6058
6059         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6060         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6061         Update lanl/arXiv support.
6062
6063 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * gnus.el: Bump version number.
6066
6067 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * gnus.el (gnus-version-number): Bump version.
6070
6071 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6072
6073         * gnus.el: No Gnus v0.6 is released.
6074
6075 2007-04-27  Didier Verna  <didier@xemacs.org>
6076
6077         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6078         * gmm-utils.el (gmm-regexp-concat): here.
6079         * message.el: Don't require 'gnus-util.
6080         (message-dont-reply-to-names): Handle name change above.
6081         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6082
6083 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6086         since the initial value varies according to the system.
6087
6088 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6091
6092 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6093
6094         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6095
6096 2007-04-24  Didier Verna  <didier@xemacs.org>
6097
6098         Improve the type of gnus-ignored-from-addresses.
6099         * gnus-util.el (gnus-orify-regexp): New function.
6100         * message.el (gnus-util): Require it.
6101         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6102         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6103         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6104
6105 2007-04-24  Didier Verna  <didier@xemacs.org>
6106
6107         * gnus-sum.el:
6108         * gnus-utils.el: Fix some trailing whitespaces.
6109
6110 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6113         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6114         article's Message-ID; refer parent article in summary buffer.
6115
6116         * message.el (message-bounce): Call mime-to-mml.
6117
6118         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6119         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6120         optimize and/or forms properly.
6121
6122 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6125         URL.
6126
6127 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6130
6131 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6134         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6135         displayed of multipart/alternative part if it is invoked from summary
6136         buffer.
6137
6138         * mm-view.el (mm-inline-text-html-render-with-w3m)
6139         (mm-inline-text-html-render-with-w3m-standalone)
6140         (mm-inline-render-with-function): Use mail-parse-charset by default.
6141
6142 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6143
6144         * parse-time.el (parse-time-string-chars): Check if CHAR
6145         is less than the length of parse-time-syntax.
6146
6147 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6150         from gnus-newsgroup-processable.
6151
6152 2007-04-16  Didier Verna  <didier@xemacs.org>
6153
6154         * gnus-msg.el (gnus-configure-posting-styles): Handle
6155         message-signature-directory properly with :file syntax.  Reported by
6156         "Leo".
6157
6158 2007-04-11  Didier Verna  <didier@xemacs.org>
6159
6160         New user option: message-signature-directory.
6161         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6162         * message.el (message-insert-signature): Ditto.
6163         * message.el (message-signature-file): Doc update.
6164         * message.el (message-signature-directory): New.
6165
6166 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-msg.el (gnus-inews-yank-articles): Use
6169         message-exchange-point-and-mark instead of exchange-point-and-mark.
6170
6171 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * message.el (message-yank-original): Make sure cited text ends with
6174         newline; don't exchange point and mark.
6175
6176 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6177
6178         * tls.el (open-tls-stream): Properly handle case where there
6179         is no associated buffer.
6180
6181 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6182
6183         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6184         message-yank-original, make sure (< mark TEXT point).
6185
6186 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * message.el (message-fill-column): New variable.
6189         (message-mode): Use it.  Add comment on a possible new hook.
6190
6191         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6192         (nnmail-get-new-mail): Reformat.
6193
6194         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6195
6196         * gmm-utils.el: Fix Commentary.
6197         (gmm-tool-bar-from-list): Fix typo in doc string.
6198
6199 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6200
6201         * message.el (message-yank-original): Don't switch point and mark
6202         unnecessarily to put point and mark as documented.
6203
6204 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6205
6206         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6207         from the message heads.
6208
6209 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6210
6211         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6212         article buffer does not have a window.  This may not be the best
6213         solution but is certainly better than setting the start of the null,
6214         that is the current, window.
6215
6216 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6219         (gnus-draft-setup): Run it.
6220
6221         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6222         gnus-score-fast-scoring.  Allow regexp.
6223         (gnus-score-headers): Use it.
6224
6225         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6226         XEmacs.
6227
6228         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6229         string.
6230         (gnus-button-alist): Also catch `<f1> k ...'.
6231         (gnus-treat-display-x-face): Fix doc string.
6232
6233 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6234
6235         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6236         evaluation of gnus-extended-version to ensure correct generation of the
6237         User-Agent header when message-generate-headers-first is used.
6238
6239 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6240
6241         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6242         hashcash-path is nil.  Don't call callback with incorrect number of
6243         parameters if val is 0.
6244
6245 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6246
6247         * message.el (message-required-news-headers):
6248         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6249
6250 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6251
6252         * tls.el (open-tls-stream): In handshake-waiting loop,
6253         don't wait more if there is output available to process.
6254
6255 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6256
6257         * tls.el (tls-program): Doc fix.
6258
6259 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * message.el (message-generate-new-buffers): Change the meaning of the
6262         nil value; add `standard' to the choices; treat t as `unique'; improve
6263         doc string.
6264         (gnus-select-frame-set-input-focus): Autoload.
6265         (message-buffer-name): Search for the existing message buffer if
6266         message-generate-new-buffers is nil or `standard'; treat the value t of
6267         message-generate-new-buffers as `unique'.
6268         (message-pop-to-buffer): Raise the frame already displaying the message
6269         buffer; clear the echo area after querying.
6270         (message-setup): Pass the `continue' argument to compose-mail.
6271         (message-mail): Prefer `switch-function' if it is given; search for the
6272         existing message buffer if the `continue' argument is non-nil; pass
6273         continue and switch-function arguments to compose-mail by way of
6274         message-setup.
6275         (message-mail-other-window): Adjust argument of message-setup.
6276         (message-mail-other-frame): Ditto.
6277
6278 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6281         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6282         to turn font-lock on when turning gnus-message-citation-mode on.
6283
6284 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6285
6286         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6287         (mml-smime-function-alist): New variable; add epg as the backend.
6288         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6289         mml-smime- functions instead.
6290         * mm-view.el: Require smime.
6291
6292 2007-03-05  Didier Verna  <didier@xemacs.org>
6293
6294         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6295         instead of just inheritance for posting styles.
6296         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6297
6298 2007-02-24  Chris Moore  <dooglus@gmail.com>
6299
6300         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6301         * pgg-pgp.el (pgg-pgp-encrypt-region):
6302         * pgg-gpg.el (pgg-gpg-encrypt-region):
6303         Check pgg-encrypt-for-me if no other recipients.
6304
6305 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6306
6307         * tls.el (tls-certtool-program): Fix custom type.
6308
6309 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6312         and point-at-eol instead of line-(beginning|end)-position.
6313
6314         * assistant.el (assistant-parse-buffer): Ditto.
6315
6316         * netrc.el (netrc-parse-services): Ditto.
6317
6318 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6319
6320         * mml2015.el (mml2015-epg-find-usable-key): New function.
6321         (mml2015-epg-sign): Use it.
6322         (mml2015-epg-encrypt): Use it.
6323
6324 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * message.el (message-make-in-reply-to): Quote name containing
6327         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6328         if there are special characters.  Reported by NAKAJI Hiroyuki
6329         <nakaji@jp.freebsd.org>.
6330
6331 2007-02-27  Didier Verna  <didier@xemacs.org>
6332
6333         Include the group parameters as well as the topic ones in the
6334         inheritance filter process.
6335         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6336         argument GROUP-PARAMS-LIST.
6337         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6338
6339 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * nntp.el (nntp-never-echoes-commands)
6342         (nntp-open-connection-functions-never-echo-commands): New variables.
6343         (nntp-send-command): Use them.
6344
6345 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6346
6347         * mml2015.el (mml2015-epg-verify): Simplified.
6348
6349 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * mml.el (mml-content-disposition-alist): New user option.
6352         (mml-content-disposition): New function.
6353         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6354         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6355
6356 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6357
6358         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6359         verification.
6360
6361 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6362
6363         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6364         articles posted in the last 24 hours.
6365
6366 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6367
6368         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6369
6370 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6371
6372         * nntp.el (nntp-send-command): Don't wait for echoes when
6373         nntp-open-ssl-stream is used.
6374
6375 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6378         (gnus-message-add-citation-keywords)
6379         (gnus-message-remove-citation-keywords): Remove.
6380         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6381         directly, make the variables in font-lock-defaults buffer-local, add
6382         gnus-message-citation-keywords to them and then update the value of
6383         font-lock-keywords.
6384
6385 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * message.el (message-cite-original-1): Don't call
6388         gnus-article-highlight-citation.
6389
6390         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6391         citations; fix line count.
6392
6393 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6396         (gnus-message-add-citation-keywords)
6397         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6398         versions of font-lock-add-keywords and font-lock-remove-keywords to
6399         work with XEmacs correctly.
6400
6401 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6402
6403         * gnus-cite.el (gnus-cite-face-list): Set the values of
6404         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6405         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6406         (gnus-message-cite-prefix-regexp): New variable.
6407         (gnus-message-search-citation-line): Use it; protect against long
6408         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6409         the 0th match data for Emacs.
6410         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6411         (gnus-message-add-citation-keywords): Append keywords rather than
6412         prepending; emulate font-lock-add-keywords if it is not available.
6413         (gnus-message-remove-citation-keywords): Emulate
6414         font-lock-remove-keywords if it is not available.
6415
6416         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6417
6418         * message.el (message-cite-prefix-regexp): Set the value of
6419         gnus-message-cite-prefix-regexp.
6420
6421 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6422
6423         * nnweb.el (nnweb-google-parse-1): Update parser.
6424
6425 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6426
6427         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6428
6429 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6430
6431         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6432         regexp.
6433
6434 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6437         string-to-multibyte.
6438         (uudecode-decode-region-internal): Use it.
6439
6440         * lpath.el: Fbind string-as-multibyte for XEmacs.
6441
6442 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6445         custom choice.
6446
6447         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6448
6449 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6450
6451         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6452
6453         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6454         `write-region' to respect `mm-inhibit-file-name-handlers'.
6455
6456 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6459         Use gnus-home-directory instead of "~/" or "$HOME".
6460
6461 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6462
6463         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6464         to mention filename.
6465         Add comments at beginning regarding usage.
6466         (encrypt-write-file-contents): Change interactive so a string is
6467         acceptable.  If the file has no associated model, show an error instead
6468         of a nonsense prompt.
6469
6470 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6471
6472         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6473         Thanks to Yoshihiko Yamada for kind notification of this typo.
6474
6475 2007-01-12  Kenichi Handa  <handa@m17n.org>
6476
6477         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6478         multibyte buffer.
6479
6480 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-score.el (gnus-score-fast-scoring): New variable.
6483         (gnus-score-headers): Use it.
6484
6485         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6486
6487         * message.el (message-cite-original-1): Call
6488         gnus-article-highlight-citation if requested.
6489         (message-make-from): Allow name and address as optional arguments.
6490
6491         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6492
6493         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6494         bugs to doc string.
6495         (gnus-button-alist): Add mid\\|message-id.
6496         (gnus-button-fetch-group): Extend for use in
6497         `browse-url-browser-function'.
6498         (gnus-button-url-regexp): Try to catch paired parentheses like in
6499         Wikipedia URLs.
6500
6501         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6502         Suggested by Simon Krahnke <overlord@gmx.li>.
6503
6504 2007-01-13  Romain Francoise  <romain@orebokech.com>
6505
6506         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6507         Update copyright.
6508
6509 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6510
6511         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6512
6513 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6514
6515         * gnus-registry.el (gnus-registry-unfollowed-groups)
6516         (gnus-registry-split-fancy-with-parent): Fix documentation.
6517
6518 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6521         from nnweb groups.
6522
6523 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6526         Xref urls.  Erase buffer before requesting head.
6527
6528 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6531         customizable.
6532
6533 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6534
6535         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6536         no signing key is found.
6537         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6538         no encrypting and/or signing key is found.
6539
6540 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6543
6544 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6545
6546         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6547         headers read from disk with the ones newly found in the current search.
6548         This should no longer cause problems, because the article numbers in
6549         Gmane's `nov.php' output are ignored since the previous change.
6550
6551 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6552
6553         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6554
6555 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6558         replace-regexp-in-string; bind url-version; fbind display-images-p and
6559         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6560         find-face and set-itimer-function for Emacs; bind itimer-list for
6561         Emacs.
6562
6563         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6564
6565 2007-01-01  Romain Francoise  <romain@orebokech.com>
6566
6567         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6568
6569 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6570
6571         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6572         `define-minor-mode' macro definition expanded properly.
6573         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6574         exclude it there.
6575
6576         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6577         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6578         `fboundp' test.
6579         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6580         This is OK to autoload in (S)XEmacs now.
6581
6582 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6585         keystroke.
6586         (gnus-summary-limit-to-singletons): Fix typo.
6587
6588         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6589         else fails.
6590
6591 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6592
6593         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6594         docstring.
6595
6596         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6597         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6598         (gnus-summary-insert-dormant-articles): Fix typo in message.
6599
6600 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6603         nil for XEmacs.
6604         (gnus-message-citation-mode): Don't autoload in XEmacs.
6605
6606         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6607
6608 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6609
6610         * nnimap.el (nnimap-expunge-search-string): Mention
6611         nnimap-search-uids-not-since-is-evil in docstring.
6612
6613 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * spam.el: Revert to make-obsolete-variable because
6616         define-obsolete-variable-alias is not supported in Emacs 21.
6617
6618         * spam.el (spam-ifile-path, spam-ifile-database-path)
6619         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6620         make-obsolete-variable.
6621         (spam-bsfilter-path, spam-bsfilter-program)
6622         (spam-spamassassin-path, spam-spamassassin-program)
6623         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6624         use "path" inappropriately.
6625         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6626         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6627         variable names.
6628
6629 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6630
6631         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6632         summary buffer.
6633
6634         * password.el (password-cache-remove): Use clear-string to burn
6635         password, if available.
6636
6637 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6640
6641         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6642
6643         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6644         (gnus-message-highlight-citation): Move defcustom here from
6645         gnus-cite.el.
6646         (gnus-message-citation-mode): Autoload.
6647
6648         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6649         checks to make it compile with XEmacs.
6650         (gnus-message-citation-mode): New minor mode.
6651         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6652         (gnus-message-highlight-citation): New variables.
6653         (gnus-message-search-citation-line)
6654         (gnus-message-add-citation-keywords)
6655         (gnus-message-remove-citation-keywords)
6656         (turn-on-gnus-message-citation-mode)
6657         (turn-off-gnus-message-citation-mode): New functions.
6658
6659 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6660
6661         * gnus-cite.el: Enable highlighting of different citation levels in
6662         message-mode.
6663
6664 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * message.el (message-make-fqdn): Fix comment.
6667         (message-bogus-system-names): Add ".local".
6668
6669         * spam.el (spam-ifile-path, spam-ifile-program)
6670         (spam-ifile-database-path, spam-ifile-database)
6671         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6672         Don't use "path" inappropriately.
6673         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6674         strings.
6675         (spam-check-ifile, spam-ifile-register-with-ifile)
6676         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6677         new variable names.
6678
6679         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6680         (gnus-treat-display-smileys): Simplify using
6681         gnus-image-type-available-p.
6682
6683         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6684         available.
6685
6686         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6687         `display-images-p' if available.
6688
6689 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6692         one after turning on the buffer's multibyteness instead of decoding
6693         them directly in the unibyte buffer that causes unexpected conversion
6694         in Emacs 23 (unicode).
6695
6696 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6697
6698         * message.el (message-generate-hashcash): Fix custom type.
6699
6700 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6703
6704 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6707         disconnect icons.  Add help text.
6708
6709 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6710
6711         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6712         negated to be consistent with the others we handle.
6713
6714 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6717         version of gnus-summary-buffer to something, so that we can use two
6718         article buffers at the same time.
6719
6720 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6721
6722         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6723         trigger all the extra headers.
6724         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6725         sorting.
6726
6727 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6728
6729         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6730         solid groups.
6731
6732 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6733
6734         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6735
6736 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6737
6738         * legacy-gnus-agent.el: Add Copyright notice.
6739
6740 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6741
6742         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6743
6744 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6747
6748         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6749         to make it work reliably in CVS Emacs.
6750         (gnus-summary-limit-strange-charsets-predicate)
6751         (gnus-summary-limit-to-predicate): New functions.
6752
6753 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6754
6755         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6756         specifying array size.
6757         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6758         array if it is too small.
6759         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6760         (gnus-sort-threads-loop): New function.
6761
6762 2006-12-06  Chris Moore  <dooglus@gmail.com>
6763
6764         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6765         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6766
6767 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6768
6769         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6770         options.
6771
6772 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6773
6774         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6775         DOS-ing the recipient.
6776
6777         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6778         the headers when creating the mapping to avoid mismappings.
6779         (nnweb-gmane-create-mapping): Always nix out old mapping.
6780
6781 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6784         and mm-verify-option to never.
6785
6786 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * message.el (message-signed-or-encrypted-p): New function.
6789         (message-forward-make-body): Use it.
6790
6791         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6792         Replace encode-coding-string with mm-encode-coding-string.
6793
6794 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * nneething.el (nneething-decode-file-name): Replace
6797         decode-coding-string with mm-decode-coding-string.
6798
6799         * gnus-int.el (gnus-open-server): Say failed server's name.
6800
6801 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6802
6803         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6804         strings to a single string.  Quote `errors-file-name'.
6805         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6806         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6807         Adjust calls.  Use `shell-quote-argument'.
6808
6809 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6810
6811         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6812         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6813
6814         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6815         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6816         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6817         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6818         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6819         (gnus-subscribe-newsgroup, gnus-1):
6820         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6821         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6822         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6823         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6824
6825 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6828         keystroke.
6829         (gnus-summary-limit-to-bodies): Implement headersp.
6830
6831 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6832
6833         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6834
6835 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6838
6839 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * message.el (message-generate-hashcash): Expand range of values to
6842         include `opportunistic'.
6843         (message-send-mail): Use it.
6844
6845 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6846
6847         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6848         and comment it.
6849
6850         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6851
6852 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * gnus-util.el (gnus-extract-address-components): Improve comment.
6855
6856 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-util.el (gnus-extract-address-components): Work with address in
6859         which the name portion contains @.
6860
6861         * lpath.el: Fbind custom-autoload.
6862
6863 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * gnus.el (gnus-start): Move custom group up.
6866         (gnus-select-method): Don't autoload, but make it available for
6867         `customize-variable'.
6868         (gnus-getenv-nntpserver): Don't autoload.
6869
6870 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6873
6874 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * message.el (message-sendmail-extra-arguments): New variable.
6877         (message-send-mail-with-sendmail): Use it.
6878
6879 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6882         mm-with-unibyte-current-buffer to make string unibyte.
6883
6884         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6885         mm-string-as-multibyte.
6886
6887 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6888
6889         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6890         Reported by Werner Koch <wk@gnupg.org>.
6891
6892 2006-11-14  Daiki Ueno  <ueno@p360>
6893
6894         * mml2015.el: Autoload epa-select-keys when compiling.
6895
6896 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6897
6898         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6899         message-options.
6900         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6901
6902 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6903
6904         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6905         EasyPG (< 0.0.6).
6906         (mml2015-always-trust): New user option.
6907         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6908         prompt.
6909
6910 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * nntp.el (nntp-authinfo-force): New variable.
6913         (nntp-send-authinfo): Use it.
6914
6915 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6918         decode encoded words.  Improve prompt.  Add comment about forwarding.
6919         (message-replacement-char): Move up.
6920
6921 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6922
6923         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6924         instead of gnus-intersection because arguments of gnus-sorted-nunion
6925         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6926
6927 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6930         (message-simplify-subject-functions): Enable
6931         message-strip-subject-encoded-words by default.
6932
6933 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * message.el (message-strip-subject-encoded-words): New function.
6936         (message-simplify-subject-functions): New variable.
6937         (message-simplify-subject): Use it.  Fix typo in doc string.
6938         Support message-strip-subject-encoded-words.
6939
6940 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6941
6942         * gnus-diary.el (gnus-diary-delay-format-function):
6943         * nndiary.el (nndiary-reminders):
6944         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6945
6946 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * gnus-art.el (article-hide-boring-headers): Fetch date from
6949         gnus-original-article-buffer to avoid problems with localized date
6950         strings.
6951
6952 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6955
6956 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6959         New variables.
6960         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6961         (mm-charset-synonym-alist): Move some entries to
6962         mm-codepage-iso-8859-list.
6963         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6964         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6965
6966 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6969
6970 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6973         with Emacs 21 and XEmacs.
6974
6975 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6976
6977         * spam.el (spam-parse-address): New function for better parsing,
6978         catching errors, etc.
6979         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6980
6981 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * mm-view.el: Add interactive arg to html2text autoload.
6984
6985 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6988
6989 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6992         variables.
6993         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6994         (mm-charset-synonym-alist): Move some entries to
6995         mm-codepage-iso-8859-list.
6996
6997         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6998
6999 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * message.el (message-citation-line-format)
7002         (message-insert-formated-citation-line): Fix implementation of %E, %N
7003         and %n according to the doc string.
7004
7005 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7006
7007         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7008         car-safe to avoid bad parses.
7009
7010 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7013         names.
7014
7015         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7016
7017 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7020         header.
7021
7022         * message.el (message-draft-headers): Add Date.
7023         (message-headers-to-generate): Fix typo in docstring.
7024
7025         * nndraft.el (nndraft-required-headers): New variable.
7026         (nndraft-generate-headers): Use it.
7027
7028         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7029
7030 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7031
7032         * gnus-registry.el (gnus-registry-wash-for-keywords)
7033         (gnus-registry-find-keywords): New functions to allow easy searching of
7034         articles that are in the registry.
7035
7036 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7039         ietf-drums-parse-address instead of gnus-extract-address-components.
7040         Reported by Damien Elmes <damien@repose.cx>.
7041
7042 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7043
7044         * gnus.el (gnus-mime): Remove unused custom group.
7045
7046 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7047
7048         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7049         "blank line" when searching for end of armor headers.
7050
7051 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gmm-utils.el (gmm-write-region): Fix variable name.
7054
7055 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7056
7057         * gmm-utils.el (gmm-write-region): New function based on compatibility
7058         code from `mm-make-temp-file'.
7059
7060         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7061
7062         * nnmaildir.el (nnmaildir--update-nov)
7063         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7064         Use `gmm-write-region'.
7065
7066 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7069         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7070
7071         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7072
7073         * message.el (message-replacement-char): New variable.
7074         (message-fix-before-sending): Use it.
7075         (message-simplify-subject): New function to remove duplicate code.
7076         (message-reply, message-followup): Use it.
7077
7078         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7079         gnus-summary-limit-to-articles.
7080
7081 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-util.el (gnus-with-local-quit): New macro.
7084
7085         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7086
7087 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7088
7089         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7090         ignore non-string data.
7091
7092 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7093
7094         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7095         non-string data (needs to be done in the registry too).
7096
7097 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7098
7099         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7100         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7101         (gnus-registry-split-fancy-with-parent)
7102         (gnus-registry-fetch-simplified-message-subject-fast)
7103         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7104         Remove text properties on ingress into the registry and when it's saved.
7105         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7106         registry from entries with no groups.
7107
7108 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7111         function to remove string properties.
7112
7113 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gmm-utils.el (gmm): Adjust custom version.
7116
7117         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7118         custom version.
7119
7120         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7121
7122 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * gnus-art.el (gnus-insert-prev-page-button)
7125         (gnus-insert-next-page-button): Simplify.  Reformat.
7126
7127 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7128
7129         * gnus-art.el (gnus-insert-prev-page-button)
7130         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7131
7132 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7133
7134         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7135
7136 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7137
7138         * gnus-art.el (gnus-insert-mime-button)
7139         (gnus-insert-mime-security-button):
7140         Apply gnus-article-button-face to MIME and security buttons.
7141
7142 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7145         readable.
7146
7147 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7150
7151 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7152
7153         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7154         `browse-url-of-file' instead of `browse-url'.
7155
7156 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7157
7158         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7159         regexp.  Articles containing quotation were cut prematurely.
7160
7161 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * message.el (message-cite-original-1): Use nobody by default for the
7164         value of From header.
7165         (message-reply): Ditto.
7166
7167 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7168
7169         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7170         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7171         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7172
7173 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7174
7175         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7176         mails in the doc string.  Add some URLs in comment.
7177         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7178
7179 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7182         backslashes handling and the way to find boundaries of quoted strings.
7183
7184 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7185
7186         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7187         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7188         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7189         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7190
7191 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7194         doc string.
7195         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7196
7197 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * lpath.el: Fbind epg-check-configuration.
7200
7201 2006-09-06  Simon Josefsson  <jas@extundo.com>
7202
7203         * mml2015.el (mml2015-use): Doc fix, mention epg.
7204
7205 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7206
7207         * mml2015.el (mml2015-use): Default to epg, if available.
7208
7209 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7210
7211         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7212         message-sender.
7213         (mml1991-epg-encrypt): Ditto.
7214         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7215         message-sender.
7216         (mml2015-epg-encrypt): Ditto.
7217
7218 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7219
7220         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7221         several common directories.
7222
7223 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7224
7225         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7226         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7227
7228 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-art.el (article-decode-encoded-words): Make it fast.
7231
7232 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7235
7236         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7237         in quoted string into `\'.
7238
7239 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7242         Use standard-syntax-table.
7243
7244 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-art.el (gnus-decode-address-function): New variable.
7247         (article-decode-encoded-words): Use it to decode headers which are
7248         assumed to contain addresses.
7249         (gnus-mime-delete-part): Remove useless `or'.
7250
7251         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7252         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7253         (gnus-nov-parse-line): Use it to decode From header.
7254         (gnus-get-newsgroup-headers): Ditto.
7255         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7256
7257         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7258         (mail-decode-encoded-address-string): New alias.
7259
7260         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7261         New function.
7262         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7263         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7264         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7265         (rfc2047-decode-string): Ditto.
7266         (rfc2047-decode-address-region): New function.
7267         (rfc2047-decode-address-string): New function.
7268
7269 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * message.el (message-caesar-buffer-body): Allow rotating headers.
7272
7273         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7274
7275         * message.el (message-insert-formated-citation-line): Fix %f.
7276         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7277
7278 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7281         (gnus-bookmark-mouse-available-p): New macro.
7282         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7283         (gnus-bookmark-bmenu-show-infos): Use it.
7284         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7285         (gnus-bookmark-bmenu-hide-infos): Ditto.
7286         (gnus-bookmark-remove-properties): New function.
7287         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7288         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7289         (gnus-bookmark-write-file): Bind coding-system-for-write.
7290         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7291         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7292         group before selecting it.
7293         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7294         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7295         quit-window if it is not available; use gnus-mouse-2 and bind it to
7296         gnus-bookmark-bmenu-select-by-mouse.
7297         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7298         (gnus-bookmark-bmenu-select-by-mouse): New function.
7299
7300 2006-08-13  Romain Francoise  <romain@orebokech.com>
7301
7302         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7303         space.
7304
7305 2006-08-10  Romain Francoise  <romain@orebokech.com>
7306
7307         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7308         (dns-mode-soa-auto-increment-serial): New user option.
7309         (dns-mode-soa-maybe-increment-serial): New function.
7310         (dns-mode): Add the latter to `write-contents-functions'.
7311
7312 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * compface.el (uncompface): Use binary rather than raw-text-unix.
7315
7316 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * compface.el (uncompface): Make sure the eol conversion doesn't take
7319         place when communicating with the external programs.  Reported by
7320         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7321
7322 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7325
7326 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7327
7328         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7329         Make it more robust by parsing author and date independently.
7330
7331 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7334
7335 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7336
7337         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7338         first matching secret key.
7339         (mml2015-epg-encrypt): Ditto.
7340
7341         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7342         first matching secret key.
7343         (mml1991-epg-encrypt): Ditto.
7344
7345         * mml2015.el (mml2015-encrypt-to-self): New user option.
7346         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7347         mml2015-epg-encrypt-to-self is set.
7348
7349         * mml1991.el (mml1991-encrypt-to-self): New variable.
7350         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7351         mml1991-epg-encrypt-to-self is set.
7352
7353         * mml2015.el (mml2015-signers): New user option.
7354         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7355         (mml2015-epg-encrypt): Allow to select signing keys.
7356
7357         * mml1991.el (mml1991-signers): New variable.
7358         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7359         (mml1991-epg-encrypt): Allow to select signing keys.
7360
7361 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * nnheader.el (nnheader-insert-head): Make it work even if the file
7364         uses CRLF for the line-break code.
7365
7366 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7367
7368         * mml2015.el: Require mml-sec instead of password.
7369         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7370         (mml2015-cache-passphrase): Inherit the default value from
7371         mml-secure-cache-passphrase.
7372         (mml2015-passphrase-cache-expiry): Inherit the default value from
7373         mml-secure-passphrase-cache-expiry.
7374
7375         * mml1991.el: Require mml-sec instead of password.
7376         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7377         (mml1991-cache-passphrase): Inherit the default value from
7378         mml-secure-cache-passphrase.
7379         (mml1991-passphrase-cache-expiry): Inherit the default value from
7380         mml-secure-passphrase-cache-expiry.
7381
7382         * mml-sec.el: Require password.
7383         (mml-secure-verbose): New user option.
7384         (mml-secure-cache-passphrase): New user option.
7385         (mml-secure-passphrase-cache-expiry): New user option.
7386
7387 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7388
7389         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7390         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7391         andreas@altroot.de (Andreas Vögele).
7392
7393         FIXME: Use `tiny change'?
7394
7395 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7396
7397         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7398         workaround for the url package included with Emacs.
7399
7400         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7401
7402 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7405         correctly.  This fixes a bug caused by the 2006-05-12 change.
7406
7407 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7408
7409         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7410         some information about the error when saying that the `bogus' mail
7411         group will be used.
7412
7413 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7414
7415         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7416         string.
7417
7418 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7419
7420         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7421
7422 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7423
7424         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7425
7426 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7427
7428         * mml1991.el (mml1991-function-alist): Add epg.
7429         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7430         (mml1991-epg-encrypt): New functions.
7431
7432 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7433
7434         * mml2015.el (mml2015-verbose): New variable.
7435         (mml2015-cache-passphrase): Ditto.
7436         (mml2015-passphrase-cache-expiry): Ditto.
7437         (mml2015-function-alist): Add epg.
7438         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7439         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7440         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7441         functions.
7442
7443 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7444
7445         * message.el (message-cite-original-1): Preserve region when removing
7446         quoted text due to X-No-Archive in order to avoid bogus attribution
7447         when citing multiple messages.
7448
7449 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7450
7451         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7452         Kenneth Jacker <khj@be.cs.appstate.edu>.
7453
7454 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * gnus-diary.el (gnus-user-format-function-d)
7457         (gnus-user-format-function-D): Autoload.
7458
7459         * imap.el (Commentary): Fix typo.
7460
7461         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7462         2006-04-22 contribution.
7463
7464 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7465
7466         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7467         It didn't really fix the bogosity I'm seeing with solid web groups.
7468
7469 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7470
7471         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7472         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7473         created using server names.  If we use the feature without declaring
7474         it, Gnus does not properly manage server and group state.
7475
7476         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7477         bound.
7478
7479 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7480
7481         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7482         looking up the method using GROUP's prefix before inventing a new one.
7483         It is used on killed/unknown groups in various places where returning
7484         an all-new method isn't expected by the caller.
7485
7486         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7487         and match semantics of gnus-group-real-prefix.
7488
7489 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * nnmail.el (nnmail-broken-references-mailers): New variable.
7492         (nnmail-ignore-broken-references): New function generalizing
7493         nnmail-fix-eudora-headers.
7494         (nnmail-fix-eudora-headers): Now obsolete.
7495
7496         * gnus-art.el (gnus-button-handle-custom): Support
7497         `customize-apropos*'.
7498
7499 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7502
7503         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7504         articles.
7505
7506 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * message.el (message-cite-reply-above): New variable.
7509         (message-yank-original): Use it.
7510
7511 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7514
7515 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7518         as read.
7519
7520         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7521
7522 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7523
7524         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7525         (gnus-bookmark-default-file): Use gnus-directory.
7526         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7527         Remove "*" in doc string.
7528         (gnus-bookmark-write-file): Simplify.
7529         (gnus-bookmark-maybe-sort-alist): Use `when'.
7530         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7531         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7532         FIXME about Emacs 21 and XEmacs compatibility.
7533         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7534         compatibility.
7535         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7536         compatibility.
7537         (gnus-bookmark-menu-heading): Fix version.
7538
7539 2006-06-19  Bastien Guerry  <bzg@altern.org>
7540
7541         * gnus-bookmark.el: New file.
7542
7543 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * message.el (message-syntax-checks): Doc fix.
7546
7547 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7548
7549         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7550         unsubscribed groups as if they were killed ones.  It causes duplicate
7551         entries in gnus-newsrc-alist.
7552
7553 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * message.el (message-syntax-checks): Doc fix.
7556         (message-send-mail): Add check for continuation headers.
7557         (message-check-news-header-syntax): Fix regexp used to check for
7558         continuation headers.
7559
7560 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7563
7564 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7567
7568 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7571         default-truncate-lines.
7572
7573 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7576         to fill the utf-8 entry.
7577
7578         * lpath.el: Fbind unicode-precedence-list.
7579
7580 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7581
7582         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7583
7584 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7585
7586         * gnus-agent.el (directory-files-and-attributes): Move all the way
7587         forward (the third and final move).
7588         (gnus-agent-read-agentview): Trap reconstruction errors due to
7589         nonexistant directory.  Handle by returning nil.
7590
7591 2006-05-30  Didier Verna  <didier@xemacs.org>
7592
7593         * message.el (message-dont-reply-to-names): Update the custom type.
7594         * message.el (message-dont-reply-to-names): New defsubst: potentially
7595         convert a list of regexps into a single one.
7596         * message.el (message-get-reply-headers): Use it.
7597         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7598
7599 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-agent.el (directory-files-and-attributes): Move forward.
7602
7603 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * gnus-ml.el (gnus-mailing-list-subscribe)
7606         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7607         (gnus-mailing-list-message): Fix doc strings.
7608
7609 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7610
7611         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7612         of doing it manually.
7613
7614 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7617         comment.
7618
7619 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7620
7621         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7622         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7623         (gnus-agent-read-local): All symbols allocated in my-obarray.
7624         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7625         (gnus-agent-regenerate-group): Check numeric names to see if they are
7626         messages or groups.
7627         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7628         better way of do this...)
7629
7630         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7631         'dummy.group' (there should be a better way of do this...)
7632
7633 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7636         (gnus-saved-headers): Ditto.
7637         (gnus-default-article-saver): Mention functions may have properties.
7638         (gnus-article-save): Override gnus-save-all-headers and
7639         gnus-saved-headers by :headers property which saver function may have.
7640         (gnus-summary-save-in-file): Add :headers property.
7641         (gnus-summary-write-to-file): Ditto.
7642
7643         * gnus-sum.el (gnus-summary-save-article): Bind
7644         gnus-prompt-before-saving to t when saving many articles in a file;
7645         always show all headers.
7646
7647         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7648
7649 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7652         marks.
7653
7654         * message.el (message-indent-citation): Add optional arguments to allow
7655         using it outside of message buffers.
7656
7657         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7658         (gnus-article-treat-unfold-headers): Use it.
7659         (gnus-article-truncate-lines): New variable.
7660         (gnus-article-mode): Use it.
7661         (gnus-article-toggle-truncate-lines): New function.
7662
7663         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7664         gnus-article-toggle-truncate-lines.
7665
7666         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7667         coding system in XEmacs, use binary.
7668
7669 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7672         after-load-alist.
7673
7674         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7675         this function should save decoded articles.
7676         (gnus-summary-write-to-file): Use property to specify this function
7677         should save decoded articles and specify gnus-summary-save-in-file
7678         should be used to save articles other than the first one when saving
7679         many articles.
7680         (gnus-summary-save-body-in-file): Use property to specify this
7681         function should save decoded articles.
7682         (gnus-summary-write-body-to-file): Use property to specify this
7683         function should save decoded articles and specify
7684         gnus-summary-save-body-in-file should be used to save articles other
7685         than the first one when saving many articles.
7686
7687         * gnus-sum.el (gnus-summary-save-article): Simplify.
7688
7689 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-art.el (gnus-default-article-saver): Add
7692         gnus-summary-write-body-to-file.
7693         (gnus-article-save-coding-system): Don't use coding system object
7694         in XEmacs.
7695         (gnus-read-save-file-name): Add optional `dir-var' argument which
7696         specifies directory in which files are saved; work even if optional
7697         `variable' argument is not specified.
7698         (gnus-summary-write-to-file): Read file name.
7699         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7700         (gnus-summary-write-body-to-file): New function.
7701
7702         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7703         (gnus-summary-local-variables): Add it.
7704         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7705         (gnus-summary-save-article): Remove optional `decode' argument;
7706         determine whether to decode articles by the value of
7707         gnus-default-article-saver; when saving many files using
7708         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7709         it first and use gnus-summary-save-in-file or
7710         gnus-summary-save-body-in-file thereafter unless
7711         gnus-prompt-before-saving is always; move point to article which
7712         will be saved.
7713         (gnus-summary-save-article-file): Revert.
7714         (gnus-summary-write-article-file): Revert.
7715         (gnus-summary-save-article-body-file): Revert.
7716         (gnus-summary-write-article-body-file): New function.
7717
7718 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-art.el (gnus-default-article-saver): Doc fix.
7721         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7722         from gnus-summary-save-article-coding-system, and default to a
7723         certain coding system.
7724         (gnus-output-to-file): Add coding cookie and encode text according
7725         to gnus-article-save-coding-system; don't use mm-append-to-file.
7726
7727         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7728         gnus-art.el and rename to gnus-article-save-coding-system.
7729         (gnus-summary-save-article): Require gnus-art; don't show all
7730         headers if it decodes articles; don't add coding cookie here;
7731         don't bind mm-text-coding-system-for-write.
7732         (gnus-summary-save-article-file): Save decoded articles.
7733         (gnus-summary-write-article-file): When saving many files, use
7734         gnus-summary-write-to-file first and gnus-summary-save-in-file
7735         thereafter unless gnus-prompt-before-saving is always.
7736         (gnus-summary-save-article-body-file): Save decoded articles.
7737
7738         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7739
7740 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * nnrss.el (nnrss-check-group): Bind hash-index.
7743
7744 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7745
7746         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7747         its hash index.  Store this hash in `nnrss-group-data'.
7748         (nnrss-read-group-data): Update accordingly.
7749
7750 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7753         entry.
7754
7755         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7756         gnus-article-browse-html-article.
7757
7758 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7759
7760         * gnus-sum.el (gnus-summary-mime-map): Add
7761         gnus-article-browse-html-article.
7762
7763         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7764
7765 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7768         suitable coding systems in customize.
7769
7770 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * mail-source.el (mail-sources): Fix custom type.
7773
7774 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7777         (gnus-summary-expire-articles-now): Shorten prompt.
7778
7779         * gmm-utils.el (wid-edit): Require.
7780         (defun-gmm): Renamed from `gmm-defun-compat'.
7781         (gmm-image-search-load-path): Use it.
7782         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7783
7784 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7787         variable.
7788         (gnus-summary-save-article): Add optional `decode' argument.  If
7789         it is set and gnus-summary-save-article-coding-system is non-nil,
7790         save decoded article.
7791         (gnus-summary-write-article-file): Save decoded article if
7792         gnus-summary-save-article-coding-system is non-nil.
7793
7794         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7795         type.
7796
7797 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7800
7801 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7804         first to test gnus-single-article-buffer which may be buffer-local.
7805
7806         * gnus-sum.el (gnus-summary-setup-buffer): Make
7807         gnus-single-article-buffer buffer-local and nil in ephemeral
7808         group; make gnus-article-buffer, gnus-article-current, and
7809         gnus-original-article-buffer always buffer-local.
7810         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7811         group.
7812         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7813
7814 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * nnml.el (nnml-request-compact-group): Compressed files might not
7817         have .gz extension.
7818
7819 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7820
7821         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7822         (mm-copy-to-buffer): Use with-current-buffer.
7823         (mm-display-part): Simplify.
7824         (mm-inlinable-p): Add optional arg `type'.
7825
7826 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7827
7828         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7829         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7830         Try harder to show the attachment internally or externally using
7831         gnus-mime-view-part-as-type.
7832
7833 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * message.el (message-from-style, message-signature-separator)
7836         (message-user-organization-file, message-send-mail-function)
7837         (message-citation-line-function, message-yank-prefix)
7838         (message-indent-citation-function, message-signature)
7839         (message-signature-file, message-signature-insert-empty-line):
7840         Remove autoloads.
7841
7842         * gnus-art.el (gnus-buttonized-mime-types): Remove
7843         "multipart/signed".  Revert 2006-04-26 change.
7844
7845 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7846
7847         * gnus.el (gnus-version-number): Bump version.
7848
7849 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7850
7851         * gnus.el: No Gnus v0.5 is released.
7852
7853 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7854
7855         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7856         fetching articles by message-id.
7857
7858 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * message.el (hashcash): Require hashcash as normal.
7861
7862         * ecomplete.el (ecomplete-highlight-match-line): Use
7863         point-at-eol.
7864         (ecomplete-highlight-match-line): Use `highlight', because that
7865         face exists in both Emacs and XEmacs.
7866
7867         * message.el (message-display-abbrev): Use point-at-bol.
7868
7869         * mail-source.el: Don't require timer/timer-funcs.
7870
7871         * gnus-async.el: Ditto.
7872
7873         * password.el: Ditto.
7874
7875         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7876
7877         * mm-url.el: Ditto.
7878
7879         * gnus-xmas.el: Don't require timer-funcs.
7880
7881         * mm-util.el: Require timer/timer-funcs.
7882
7883 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7884
7885         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7886         Close.
7887
7888 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7891         unibyte after clear-decrypt function runs.
7892
7893         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7894         returns as a unibyte string.
7895
7896 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * lpath.el: Revert.
7899
7900         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7901         (pgg-gpg-process-sentinel): Revert.
7902
7903         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7904         (pgg-pgp-lookup-key): Revert.
7905
7906         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7907         (pgg-pgp5-lookup-key): Revert.
7908
7909         * pgg.el (pgg-fetch-key): Revert.
7910
7911 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * lpath.el: Fbind string-as-multibyte for XEmacs.
7914
7915         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7916         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7917         (mml1991-pgg-encrypt): Ditto.
7918
7919         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7920         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7921         a multibyte buffer.
7922
7923         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7924         (pgg-pgp-lookup-key): Ditto.
7925
7926         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7927         (pgg-pgp5-lookup-key): Ditto.
7928
7929         * pgg.el (pgg-fetch-key): Ditto.
7930
7931 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * message.el (message-user-organization-file): Check several
7934         locations of the organization file.
7935
7936         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7937         Add gnus-article-view-part-as-type.
7938
7939         * gnus-art.el (gnus-article-view-part-as-type): New function.
7940
7941         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7942         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7943
7944         * mml.el: Simplify autoload.
7945         (mml-mode): defvar dnd-protocol-alist instead of using
7946         symbol-value.
7947         (mml-default-directory): New variable.
7948         (mml-minibuffer-read-file): Use it.
7949         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7950
7951         * message.el (message-citation-line-format): New variable.
7952         (message-insert-formated-citation-line): New function.
7953         (message-citation-line-function): Add
7954         `message-insert-formated-citation-line' to custom type.
7955
7956         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7957         to doc string.
7958
7959         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7960         depending on mm-verify-option.
7961
7962 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7965         binding pgg-* variables; reimplement the section which prevents
7966         MIME header from being signed.
7967         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7968         pgg-text-mode; remove a blank line at the top of body.
7969
7970         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7971         lines at the top of body; use gnus-newsgroup-charset if there's no
7972         Charset header.
7973
7974 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * message.el (message-self-insert-commands): Doc fix.
7977
7978         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7979         (mm-uu-pgp-encrypted-test): Ditto.
7980         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7981         between header and body; return application/pgp-encrypted handle
7982         if decryption failed; decode decrypted body by charset.
7983
7984         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7985         element match to application/pgp-*.
7986
7987 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7988
7989         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7990         HTML.
7991
7992 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * mail-source.el (mail-source-call-script): Message the error
7995         string.
7996
7997 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * gnus-util.el (gnus-byte-compile): Use it.
8000
8001 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8002
8003         * gnus-util.el (kill-empty-logs): New function.
8004
8005 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * message.el (message-mail-alias-type): Doc fix.
8008         (message-mail-alias-type-p): New function.
8009         (message-send): Use it.
8010         (message-mode): Ditto.
8011         (message-strip-forbidden-properties): Ditto.
8012
8013         * ecomplete.el (ecomplete-database-file-coding-system): New
8014         variable.
8015         (ecomplete-save): Use it.
8016         (ecomplete-setup): Use it.
8017
8018 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * message.el (message-self-insert-commands): New variable.
8021         (message-strip-forbidden-properties): Use it.
8022
8023 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8024
8025         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8026         that doesn't make XEmacs choke.
8027
8028 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-util.el (gnus-replace-in-string):
8031         Prefer replace-regexp-in-string over of replace-in-string.
8032
8033 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-util.el (gnus-select-frame-set-input-focus):
8036         Use select-frame-set-input-focus if it is available in XEmacs; use
8037         definition defined in Emacs 22 for old Emacsen.
8038
8039         * dgnushack.el: Autoload unmorse-region for XEmacs.
8040
8041         * lpath.el: Bind cursor-in-non-selected-windows and
8042         select-frame-set-input-focus for XEmacs.
8043
8044 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8047
8048 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8049
8050         * gnus-registry.el (gnus-registry-cache-save): Remove text
8051         properties when saving via the temp buffer.
8052
8053 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * message.el (message-generate-hashcash): Honor custom type.
8056
8057 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058
8059         * message.el (message-generate-hashcash): Default to non-nil when
8060         hashcash is found.
8061
8062         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8063         (gnus-refer-thread-limit): Increase default to 500.
8064
8065         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8066
8067         * flow-fill.el (fill-flowed): Allow delete-space.
8068
8069 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8070
8071         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8072         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8073         Remove autoloads.
8074
8075 2006-04-18  Simon Josefsson  <jas@extundo.com>
8076
8077         * message.el (message-generate-hashcash): Default to.
8078
8079 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8082         concatenating segments rather than before concatenating them.
8083
8084 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8087
8088 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8091
8092         * message.el (message-forward-make-body-plain): Allow
8093         message-forward-ignored-headers to be a list.
8094         (message-remove-ignored-headers): Factor out into function.
8095         (message-forward-make-body-mml): Use it.
8096
8097         * imap.el (imap-quote-specials): New function.
8098         (imap-login-auth): Quote specials.
8099
8100         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8101         (rfc2231-parse-string): Allow concatanation of parameters that
8102         aren't contiguous.  The test case is
8103           (mail-header-parse-content-type "message/external-body;
8104             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8105             access-type=LOCAL-FILE;
8106             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8107
8108 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8109
8110         * nntp.el (nntp-accept-process-output): Return the value of
8111         `nnheader-accept-process-output'.
8112
8113 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8116         (gnus-button-alist): Recognize more diff formats.
8117         (gnus-button-patch): Strip directory.
8118
8119 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8122         Emacs 22 when setting focus.
8123
8124 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * gnus-art.el (gnus-article-treat-types): Do treatment of
8127         text/x-verbatim parts.
8128         (gnus-button-patch): New command.
8129
8130         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8131         addresses that contain invalid characters.
8132
8133 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * message.el (message-put-addresses-in-ecomplete): Use
8136         gnus-replace-in-string.
8137         (message-is-yours-p): Use the more correct
8138         mail-header-parse-address instead of
8139         mail-extract-address-components.
8140         (message-put-addresses-in-ecomplete): Fix typo.
8141
8142         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8143         keystroke.
8144
8145         * gnus-art.el (gnus-treatment-function-alist): Change order of
8146         newsgroups/generic header folding to avoid double-folding.
8147
8148         * message.el (message-hidden-headers): Add X-Draft-From.
8149
8150         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8151         command.
8152         (gnus-summary-repeat-search-article-backward): New command.
8153
8154         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8155         groups in the parent topic.
8156
8157 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8158
8159         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8160         (spam-extra-header-to-number): Return the CRM114 number as a
8161         number instead of a string.
8162
8163 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * gnus-art.el (gnus-face-properties-alist): Moved here from
8166         gnus-fun.
8167
8168         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8169
8170 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171
8172         * message.el (message-strip-forbidden-properties): Only display on
8173         self-insert-command.
8174
8175         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8176         reindent.
8177         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8178
8179 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8180
8181         * smiley.el (smiley-style): Fix typo.
8182
8183 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * hashcash.el (hashcash-insert-payment-async-2): Use
8186         message-goto-eoh instead of doing it manually.
8187         (mail-add-payment): Use message-narrow-to-header instead of trying
8188         to do the same itself.
8189
8190         * message.el (message-hidden-headers): Add Face.
8191
8192         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8193         reparenting code.
8194         (gnus-summary-reparent-children): Refactored out code.
8195         (gnus-summary-thread-map): New keystroke.
8196         (gnus-summary-reparent-children): Make into command.
8197
8198         * smiley.el (smiley-style): Default to `medium' if using a large
8199         font.
8200
8201         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8202         does it itself.
8203
8204         * message.el (message-point-in-header-p): Simplify definition.
8205
8206 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * nnagent.el (nnagent-request-set-mark): Silence log file
8209         writing.
8210         (nnagent-request-set-mark): Use write-region instead of
8211         append-to-file.
8212
8213         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8214         strange select method.
8215
8216         * ecomplete.el (ecomplete-display-matches): Get highlightling
8217         right.
8218         (ecomplete-display-matches): Use literals.
8219         (ecomplete-display-matches): Disable message logging.
8220
8221         * message.el (message-display-abbrev): Small optimization.
8222
8223         * ecomplete.el (ecomplete-display-matches): Allow automatic
8224         display.
8225
8226         * message.el (message-strip-forbidden-properties): Display
8227         abbrevs.
8228         (message-display-abbrev): Get automatic display right.
8229
8230         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8231         keystrokes.
8232
8233 2006-04-13  Romain Francoise  <romain@orebokech.com>
8234
8235         TODO: Backport to v5-10!
8236
8237         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8238         Moved here (and renamed) from gnus-registry.el.
8239
8240         * gnus-registry.el: Require gnus-util.
8241         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8242
8243 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244
8245         * gnus-group.el (gnus-group-catchup-current): Change
8246         if-then-else-if-then-else into cond.
8247         (gnus-group-catchup): Indent.
8248         (group-name-at-point): New function.
8249         (gnus-fetch-group): Provide default from thing at point.
8250
8251 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252
8253         * message.el (message-display-abbrev): Fix regexp.
8254
8255         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8256         choosing.
8257         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8258         dead variables.
8259
8260         * message.el (message-newline-and-indent): Remove debugging.
8261         (message-display-abbrev): Use new implementation.
8262
8263 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * gnus-art.el (gnus-article-mode): Set
8266         cursor-in-non-selected-windows to nil.
8267
8268         * smiley.el: Revert previous change.
8269         (smiley-data-directory): defvar it before using it in the
8270         defcustom of `smiley-style'.
8271
8272 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273
8274         * message.el (message-newline-and-indent): New function.
8275
8276         * ecomplete.el: Implement more bits.
8277
8278         * message.el (message-put-addresses-in-ecomplete): Clean up the
8279         string.
8280
8281         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8282
8283         * gnus-sum.el (gnus-summary-save-parts): Bind
8284         gnus-summary-save-parts-counter and use it to make unique file
8285         names.
8286
8287         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8288
8289         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8290         parameter to say whether to actually parse the individual
8291         addresses.
8292
8293         * message.el (message-put-addresses-in-ecomplete): New function.
8294         (ecomplete): Require.
8295         (message-mail-alias-type): Add ecomplete as an option.
8296
8297 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8298
8299         * flow-fill.el (fill-flowed): Remove trailing space from blank
8300         quoted lines.
8301
8302 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8303
8304         * smiley.el (smiley-style): Move definition later to avoid a
8305         compilation warning.
8306
8307 2006-04-12  Kenichi Handa  <handa@m17n.org>
8308
8309         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8310         buffer and then decode the buffer text if necessary.
8311         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8312         first, and after mm-encode-body, change the buffer to unibyte.
8313         Use mm-disable-multibyte instead of set-buffer-multibyte.
8314
8315 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8318         Content-Type header instead of Content-Disposition header.
8319         (gnus-mime-inline-part): Ditto.
8320         (gnus-mime-view-part-as-charset): Ignore charset that the part
8321         specifies.
8322
8323         * mm-decode.el (mm-display-part): Work with external parts and
8324         usual parts similarly.
8325
8326         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8327         instead of gnus-display-mime.
8328
8329         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8330         instead of with-temp-buffer.
8331
8332         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8333         tag to summarized topics part in order to encode non-ASCII text.
8334
8335 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * smiley.el (smiley-style): New variable.
8338         (smiley-directory): New function.
8339         (smiley-data-directory): Derive from `smiley-style' using
8340         `smiley-directory'.
8341         (smiley-regexp-alist): Add new entries.
8342
8343         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8344         (gnus-article-browse-delete-temp): Add :version.
8345
8346 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8347
8348         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8349         the sieve region.
8350
8351 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352
8353         * gnus.el (gnus-version-number): Bump version.
8354
8355 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus.el: No Gnus v0.4 is released.
8358
8359 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360
8361         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8362         layout.
8363
8364         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8365         unknown charset.
8366
8367         * message.el (message-header-synonyms): Add Original-To to the
8368         default.
8369
8370         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8371         optional parameter.
8372
8373 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * gnus-fun.el (gnus): Require it for gnus-directory.
8376
8377 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8380
8381 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8382
8383         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8384
8385 2006-04-05  Simon Josefsson  <jas@extundo.com>
8386
8387         * password.el (password-reset): New function.
8388
8389 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8390
8391         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8392         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8393
8394 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8395
8396         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8397         Some whitespace was matched into the url, which broke browsing hits
8398         > 100 when mm-url-use-external was nil.
8399
8400 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8403         gnus-extra-headers for 'Newsgroups.
8404
8405         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8406         bound.
8407
8408 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8409
8410         * pgg-gpg.el: Clean up process buffers every time gpg processes
8411         complete.
8412
8413 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8416         doc string.
8417
8418 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8419
8420         * pgg-gpg.el (pgg-gpg-process-filter)
8421         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8422
8423         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8424         lines, temporary fix.
8425
8426 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8429
8430 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8431
8432         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8433         default-enable-multibyte-characters.  This reverts the change from
8434         revision 6.17 which is no longer necessary because the passphrase
8435         is sent separately now.  GnuPG messages are unreadable under
8436         multibyte locales with default-enable-multibyte-characters set to
8437         nil.
8438
8439 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * message.el (message-tool-bar-gnome): Move "spell".
8442
8443 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8446         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8447         instead.
8448
8449 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8450
8451         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8452         newsgroups handling for NNTP overviews which don't include
8453         Newsgroups.
8454
8455 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8456
8457         * message.el (message-resend): Bind message-generate-hashcash to nil.
8458
8459 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8460
8461         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8462         when searching for already-paid recipients.
8463
8464 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8465
8466         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8467         passphrases when it is not needed.
8468         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8469         passphrase stuff from gpg, should only be necessary when you use
8470         gpg with a smartcard.
8471
8472 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * mml.el (mml-insert-mime): Ignore cached contents of
8475         message/external-body part.
8476
8477         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8478         (mm-insert-part): Ditto.
8479
8480 2006-03-23  Simon Josefsson  <jas@extundo.com>
8481
8482         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8483         Reiner.
8484         (pgg-gpg-use-agent-p): Use it again.
8485
8486 2006-03-23  Simon Josefsson  <jas@extundo.com>
8487
8488         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8489         older emacsen.
8490         (pgg-gpg-use-agent-p): Don't use it.
8491
8492 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8495         if we can.
8496
8497 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8498
8499         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8500         (pgg-gpg-update-agent): New function.
8501         (pgg-gpg-use-agent-p): New function.
8502         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8503         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8504         (pgg-gpg-sign-region): Use it.
8505
8506 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8509         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8510
8511 2006-03-21  Simon Josefsson  <jas@extundo.com>
8512
8513         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8514         <wilde@sha-bang.de>.
8515         (pgg-gpg-use-agent): New variable.
8516         (pgg-gpg-process-region): Use it.
8517         (pgg-gpg-encrypt-region): Likewise.
8518         (pgg-gpg-encrypt-symmetric-region): Likewise.
8519         (pgg-gpg-decrypt-region): Likewise.
8520         (pgg-gpg-sign-region): Likewise.
8521         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8522
8523 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8526
8527         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8528         Add comment on version.
8529
8530 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * smiley.el: Add missing test smiley.
8533
8534 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * mm-decode.el (mm-with-part): New macro.
8537         (mm-get-part): Use it; work with message/external-body as well.
8538         (mm-save-part): Treat name and filename equally.
8539
8540         * mm-extern.el (mm-extern-cache-contents): New function.
8541         (mm-inline-external-body): Use it; force the part to be displayed;
8542         move undisplayer added to the cached handle to the parent.
8543
8544         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8545         (gnus-mime-view-part-as-type): Work with message/external-body.
8546
8547         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8548
8549 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8550
8551         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8552         images in image-load-path.  [Sync with image.el, revision 1.60, in
8553         Emacs.]
8554
8555 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8558         path rather than symbol.  Always return list of directories.
8559         Guarantee that image directory comes first.  [Sync with image.el,
8560         revision 1.59, in Emacs.]
8561
8562         * message.el (message-make-tool-bar): Adjust to new API of
8563         `gmm-image-load-path-for-library'.
8564
8565         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8566
8567         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8568
8569 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8570
8571         * gnus-art.el (gnus-article-only-boring-p):
8572         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8573         intangible text.
8574         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8575
8576 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8579         `defun' instead of `gmm-defun-compat'.
8580
8581 2006-03-14  Simon Josefsson  <jas@extundo.com>
8582
8583         * message.el (message-unique-id): Don't use message-number-base36
8584         if (user-uid) is a float.
8585         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8586
8587 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8590
8591         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8592         empty line between a part and a message part.
8593
8594 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * smiley.el: Add more test smileys.
8597         (smiley-data-directory, smiley-regexp-alist)
8598         (gnus-smiley-file-types): Fix doc strings.
8599         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8600         adding new elements.
8601         (smiley-mouse-map): Unused code.  Make it a comment.
8602
8603 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8606         scan latest NoCeM messages instead of old ones.
8607         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8608         delimiters that are recently used.
8609         (gnus-nocem-load-cache): Add autoload cookie.
8610
8611         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8612
8613         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8614         level which is larger than gnus-use-nocem is specified.
8615
8616         * gnus-group.el (gnus-group-get-new-news): Ditto.
8617
8618 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * gnus-util.el (gnus-tool-bar-update): New function.
8621
8622         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8623         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8624
8625         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8626
8627         * gnus-group.el (gnus-group-redraw-when-idle)
8628         (gnus-group-redraw-check): Remove.
8629         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8630
8631 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8634         if optional last element is specified in splits (FIELD VALUE...).
8635
8636 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8639         to gmm-image-load-path-for-library.  Call with no-error argument.
8640         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8641
8642         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8643
8644         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8645
8646         * gmm-utils.el (gmm-image-load-path): Remove alias.
8647
8648 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * gmm-utils.el (gmm-image-load-path): Add alias.
8651
8652         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8653         nnml-generate-nov-databases-1.
8654         (nnml-generate-nov-databases): Use it.
8655         (nnml-generate-nov-databases-directory): Document no-active
8656         argument.
8657
8658         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8659         directory if path is t.  Add no-error.
8660
8661         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8662         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8663
8664         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8665         resetting gnus-article-browse-html-temp-list.
8666
8667         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8668         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8669         Add example to docstring.  Rename local variables.  Move error
8670         checks to default case in cond and simplify.
8671
8672 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8675         handle is multipart when calling it recursively.
8676         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8677
8678 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8679
8680         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8681         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8682
8683 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8686         is loaded.
8687
8688         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8689         loaded.
8690
8691 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8694         to "Emacs 23 (unicode)" in doc string.
8695
8696         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8697         "Emacs 23 (unicode)" in comment.
8698
8699 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8702
8703         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8704         characters 160 through 255 in Emacs 23.
8705
8706 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8709         gnus-article-browse-html-temp.
8710         (gnus-article-browse-delete-temp): Make it customizable.  Add
8711         `file'.  Adjust doc string.
8712         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8713         query for each file.  Adjust doc string.
8714         (gnus-article-browse-html-parts): Add
8715         `gnus-article-browse-delete-temp-files' to
8716         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8717
8718 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8719
8720         * gnus-art.el (gnus-article-browse-html-temp)
8721         (gnus-article-browse-delete-temp): New variables.
8722         (gnus-article-browse-delete-temp-files): New function.
8723         (gnus-article-browse-html-parts): Use it.
8724
8725 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8728
8729         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8730         string.
8731
8732         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8733         gnus-summary-insert-new-articles when unplugged.  Remove
8734         gnus-summary-search-article-forward.
8735
8736         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8737         display-visual-class instead of display-color-cells.
8738
8739 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * dgnushack.el: Autoload customize-group for XEmacs.
8742
8743         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8744         message/* containing non-ASCII text properly.
8745
8746 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * message.el: Require gmm-utils, remove autoloads.
8749         (message-tool-bar): Set default based on
8750         gmm-tool-bar-style.
8751         (message-tool-bar-gnome): Add gmm-customize-mode.
8752
8753         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8754         gmm-tool-bar-style.
8755         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8756
8757         * gnus-group.el (gnus-group-tool-bar): Set default based on
8758         gmm-tool-bar-style.
8759         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8760
8761         * gmm-utils.el (gmm-image-directory): Rename variable from
8762         gmm-image-load-path.
8763         (gmm-image-load-path): Use gmm-image-directory.
8764         (gmm-customize-mode): New function.
8765         (gmm-tool-bar-style): New variable.
8766
8767         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8768         gnus-group-redraw-line-number.
8769         (gnus-group-redraw-check): Simplify.
8770         (gnus-group-tool-bar-update): Remove redraw check.
8771         (gnus-group-make-tool-bar): Add redraw check.
8772
8773 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8774
8775         * gnus-art.el (gnus-button): Add missing parentheses.
8776
8777 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * lpath.el: Fbind line-number-at-pos.
8780
8781 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8784
8785 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * gnus-art.el (gnus-button): New face.
8788         (gnus-article-button-face): Use it.
8789
8790         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8791         gnus-summary-next-page.  Re-order.
8792
8793         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8794         next-node are now included.
8795         (gnus-group-redraw-line-number): New internal variable.
8796         (gnus-group-redraw-check): Helper function for updating the tool
8797         bar.
8798         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8799
8800         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8801
8802         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8803         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8804         Use it to match format of Spamassassin 3.0 and later.  Reported by
8805         IRIE Tetsuya <irie@t.email.ne.jp>.
8806         (spam-check-bogofilter)
8807         (spam-bogofilter-register-with-bogofilter): Fix args of
8808         `gnus-error' calls.
8809
8810 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8813         unnecessary interaction when sending queued mails.  Reported by
8814         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8815
8816 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8819         first or last are nil.
8820
8821 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8822
8823         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8824
8825 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8828
8829 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8830
8831         * dns.el (query-dns): Protect more against buggy tcp output.
8832
8833 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8836         nov.php.
8837
8838 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8839
8840         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8841         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8842         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8843         output on the server side.
8844         (nnweb-google-create-mapping): Update regexps and add some
8845         progress indication.
8846
8847 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8850         gnus-agent-toggle-plugged.  Re-order icons.
8851         (gnus-group-tool-bar-gnome): Add
8852         gnus-group-{prev,next}-unread-group.
8853         (gnus-group-tool-bar-gnome): Re-order icons.
8854
8855         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8856         gnus-summary-insert-new-articles.
8857
8858         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8859         comments.
8860
8861         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8862         also available in Emacs 21.3.
8863
8864         * message.el (message-fix-before-sending): Change "Emacs 22" to
8865         "Emacs 23 (unicode)" in comment.
8866
8867         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8868         "Emacs 23 (unicode)" in comment.
8869
8870         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8871         comment.
8872         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8873
8874         * mm-view.el (mm-fill-flowed): Add :version.
8875
8876 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8879         and load-path.
8880
8881 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * message.el: Autoload gmm-image-load-path.
8884         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8885         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8886         consitency.
8887
8888         * gmm-utils.el (gmm-image-load-path): Also search in
8889         "../etc/images".  Don't set gmm-image-load-path if we don't find
8890         the image.
8891
8892 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gmm-utils.el (gmm-image-load-path): Don't make
8895         `gmm-image-load-path' include subdirectories which the second arg
8896         `image' might specify.
8897
8898         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8899         subdirectory to icon file names.
8900
8901         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8902
8903 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8906         gmm-image-load-path calls.
8907
8908         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8909
8910         * message.el (message-make-tool-bar): Ditto.
8911
8912         * mml.el (mml-preview): Added comment concerning tool bar icons.
8913
8914         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8915         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8916
8917         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8918         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8919
8920         * message.el (message-tool-bar-gnome): Use new icon names.
8921         (message-make-tool-bar): Use `gmm-image-load-path'.
8922
8923         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8924         functions from MH-E.
8925         (gmm-image-load-path): New variable from MH-E.
8926         (gmm-image-load-path): New function from MH-E.  Added arguments
8927         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8928         *-image-load-path-called-flag.
8929
8930 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8931
8932         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8933
8934 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8935
8936         * nnimap.el (nnimap-request-move-article): Change folder back to
8937         source group before deleting.
8938
8939 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8942
8943         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8944         mm-url.
8945
8946         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8947
8948 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8951         coding system which mm-charset-to-coding-system returns for a
8952         given charset is valid.
8953
8954 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8955
8956         * html2text.el (html2text-remove-tag-list):
8957         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8958
8959 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8960
8961         * gnus-cus.el: Revert 2005-10-17 change.
8962
8963 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-art.el (article-strip-banner): Call
8966         article-really-strip-banner only when the regexp match is made.
8967
8968 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8969
8970         * gnus-art.el (article-strip-banner): Use
8971         gnus-extract-address-components instead of
8972         mail-header-parse-addresses to make it work with non-ASCII text;
8973         remove mail-encode-encoded-word-string.
8974
8975         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8976         values which are surrounded with \"...\"; make it never cause a
8977         Lisp error; give up parsing of parameters if it failed in
8978         extracting type.
8979
8980 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8981
8982         * smime.el (smime-cert-by-ldap-1): Fix bug where
8983         `smime-ldap-search' returns results without userCertificates.
8984
8985 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8988
8989 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * spam.el (spam-check-spamassassin-headers): Adapt format for
8992         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8993         <ari@mbf.ocn.ne.jp>.
8994         (spam-list-of-processors): Add spam-use-gmane.
8995
8996 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8999         make-temp-file; make it work with XEmacs as well.
9000
9001         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9002         mm-make-temp-file.
9003
9004         * mm-decode.el (mm-display-external): Use the 3rd arg of
9005         mm-make-temp-file.
9006         (mm-create-image-xemacs): Ditto.
9007
9008 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9011         with message-narrow-to-headers.
9012         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9013         (gnus-draft-check-draft-articles): New function.
9014         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9015
9016 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * gnus-art.el (gnus-article-browse-html-parts):
9019         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9020         Don't use suffix argument for mm-make-temp-file for Emacs 21
9021         compatibility.  Remove useless `format'.
9022
9023 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9024
9025         * nnweb.el (nnweb-google-wash-article): Update regexps.
9026         (nnweb-group-alist): Use defvoo instead of defvar.
9027
9028 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9031         re-loading nn* modules.
9032
9033 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9036         for `tool-bar-mode' and don't check it's default-value.
9037
9038         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9039
9040         * message.el (message-make-tool-bar): Ditto.
9041
9042         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9043         `substring'.  Shorten tmp-file name.
9044
9045         * gnus.el: Remove bogus comment.
9046
9047 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9048
9049         * gnus-art.el (gnus-article-browse-html-parts): New function.
9050         (gnus-article-browse-html-article): New function for viewing html
9051         articles with a browser.
9052
9053 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9054
9055         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9056         in elisp.
9057         (pgg-gpg-encrypt-symmetric-region): Ditto.
9058         (pgg-gpg-sign-region): Ditto.
9059
9060         * pgg-def.el (pgg-text-mode): New variable.
9061
9062         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9063         (mml2015-pgg-encrypt): Ditto.
9064
9065         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9066         (mml1991-pgg-encrypt): Ditto.
9067
9068 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9071         message-make-date instead of current-time-string.
9072
9073         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9074         to gnus-decoded which mm-uu might set.
9075
9076 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9079         don't decode quoted parameters; remove misimported Emacs code.
9080         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9081         (rfc2231-decode-encoded-string): Don't use split-string which
9082         behaves differently according to Emacs version; use
9083         mm-decode-coding-region to convert charset to coding-system.
9084         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9085         (rfc2231-encode-string): Remove misimported Emacs code.
9086
9087 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9090         when calling mail-header-parse-content-type.
9091         (article-de-quoted-unreadable): Ditto.
9092         (article-de-base64-unreadable): Ditto.
9093         (article-wash-html): Ditto.
9094
9095         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9096         calling mail-header-parse-content-type and
9097         mail-header-parse-content-disposition.
9098         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9099         mail-header-parse-content-type.
9100
9101         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9102         insert charset and format parameters; encode description after
9103         inserting it to buffer.
9104         (mml-insert-parameter): Fold lines properly even if a parameter is
9105         segmented into two or more lines; change the max column to 76.
9106
9107         * rfc1843.el (rfc1843-decode-article-body): Don't use
9108         ignore-errors when calling mail-header-parse-content-type.
9109
9110         * rfc2231.el (rfc2231-parse-string): Return at least type if
9111         possible; don't cause an error even if it fails in parsing of
9112         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9113         (rfc2231-encode-string): Don't break lines at the beginning, leave
9114         it to mml-insert-parameter.
9115
9116         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9117         calling mail-header-parse-content-type.
9118
9119 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * spam-report.el (spam-report-gmane-use-article-number):
9122         Improve doc string.
9123         (spam-report-gmane-internal): Check if a suitable header was found
9124         in the article.
9125
9126 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9129         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9130
9131 2006-02-05  Romain Francoise  <romain@orebokech.com>
9132
9133         Update copyright notices of all files in the gnus directory.
9134
9135 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9136
9137         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9138
9139 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9142         segmented lines of parameter value to cope with Thunderbird 1.5
9143         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9144         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9145         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9146
9147 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9148
9149         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9150         parts.
9151
9152 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9153
9154         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9155         there's only one active file for all servers.
9156         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9157         solid groups.  Gnus might have used a FAST request to select the group.
9158         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9159         and nnweb-search redundantly in the active file.
9160         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9161         (nnweb-request-create-group): Don't use ARGS.
9162         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9163         initialisations.  Let nnoo do the work.
9164
9165 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9168         Say the part has been decoded.
9169
9170         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9171
9172 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9173
9174         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9175         mailcap-viewer-test-cache when there's no 'test clause, since that
9176         will invert the meaning of a "nil" test previously determined by
9177         mailcap-mailcap-entry-passes-test.
9178
9179 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9182         compiling.
9183
9184         * gnus-sum.el: Ditto.
9185
9186         * message.el: Don't bind tool-bar-map when compiling.
9187
9188 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9191
9192 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9193
9194         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9195         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9196         current Google Groups.
9197
9198 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9201         and tool-bar-mode.
9202
9203         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9204         and tool-bar-mode.
9205
9206         * message.el (message-tool-bar-update): Simplify.
9207         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9208
9209         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9210         gnus-summary-buffer.
9211         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9212         gnus-summary-reply.
9213
9214         * gmm-utils.el (gmm): Add :version.
9215
9216 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * Makefile.in (clean): New rule.
9219         (distclean): Use it.
9220
9221 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9222
9223         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9224         autoload.
9225
9226 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gmm-utils.el (gmm-verbose): Add :group.
9229
9230 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * message.el: Change some comments WRT tool-bars.
9233
9234         * gnus-sum.el (gnus-summary-tool-bar)
9235         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9236         (gnus-summary-tool-bar-zap-list): New variables.
9237         (gnus-summary-make-tool-bar): Complete rewrite using
9238         `gmm-tool-bar-from-list'.
9239
9240         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9241         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9242         variables.
9243         (gnus-group-make-tool-bar): Complete rewrite using
9244         `gmm-tool-bar-from-list'.
9245         (gnus-group-tool-bar-update): New function.
9246
9247         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9248
9249 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9252         is dissected into a single part of which the type is the same as
9253         the given one; decode charset.
9254
9255 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9256
9257         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9258         into alists as symbol not string, since that's what
9259         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9260         look for.
9261
9262 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9263
9264         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9265         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9266
9267         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9268
9269 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9272         (gnus-xmas-mime-security-button-menu): New function.
9273
9274         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9275         (gnus-mime-security-button-menu): New definition.
9276         (gnus-mime-security-button-map): Use them.
9277         (gnus-mime-security-button-menu): New function.
9278         (gnus-insert-mime-security-button): Addition to help echo.
9279         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9280         (gnus-mime-security-pipe-part): New functions.
9281
9282         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9283         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9284
9285         * mm-decode.el (mm-handle-set-disposition): Remove.
9286         (mm-handle-set-description): Remove.
9287
9288 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9291         (mm-w3m-standalone-supports-m17n-p): New function.
9292         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9293         w3m usage.
9294
9295         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9296         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9297
9298 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * message.el (message-tool-bar-zap-list): Use
9301         gmm-tool-bar-zap-list as custom type.
9302         (message-tool-bar-update): New function.
9303         (message-tool-bar, message-tool-bar-gnome)
9304         (message-tool-bar-retro): Add message-tool-bar-update.
9305         (message-tool-bar-gnome): Add flyspell-buffer.
9306
9307         * gnus-util.el (gnus-error): Describe `args'.
9308
9309         * gmm-utils.el (gmm-error): Describe `args'.
9310         (gmm-tool-bar-zap-list): New widget.
9311         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9312
9313 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9316         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9317         the number of recursive calls.
9318
9319         * mm-decode.el (mm-handle-set-disposition): New macro.
9320         (mm-handle-set-description): New macro.
9321
9322 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9325         encoding.
9326
9327 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * message.el (message-tool-bar-zap-list, message-tool-bar)
9330         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9331         (message-tool-bar-local-item-from-menu): Remove.
9332         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9333         (message-make-tool-bar): New function.
9334         (message-mode): Use `message-make-tool-bar'.
9335
9336         * gmm-utils.el: New file.
9337         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9338         (gmm-lazy): New widget copied from `nnmail.el'.
9339         (gmm-tool-bar-from-list): New function for creating customizable
9340         tool bars.
9341         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9342         output.
9343         (gmm): Add :prefix to defgroup.
9344
9345 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9346
9347         * gmm-utils.el (gmm-widget-p): New function.
9348
9349 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * mml.el (mml-attach-file): Describe `description' in doc string.
9352         (mml-menu): Add Emacs MIME manual and PGG manual.
9353
9354 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9355
9356         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9357
9358 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9359
9360         * nntp.el (nntp-end-of-line): Doc fix.
9361
9362 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9363
9364         * imap.el (imap-open): Handle case where buffer is a buffer
9365         object.
9366
9367 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9368
9369         * gnus-delay.el (gnus-delay): Don't autoload.
9370         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9371         to be re-loaded when customizing the `gnus-delay' group.
9372
9373 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9374
9375         * message.el (message-insert-citation-line): Use newlines.
9376
9377 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9378
9379         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9380         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9381         these routines, so the passphrase can be managed externally and
9382         passed in to the system.
9383         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9384         pgg-add-passphrase-to-cache function.
9385
9386         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9387         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9388         these routines, so the passphrase can be managed externally and
9389         passed in to the system.
9390         (pgg-pgp5-sign-region): Use new name of
9391         pgg-add-passphrase-to-cache function.
9392
9393 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9394
9395         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9396         part of the decoded armor to find the key-identifier.
9397         (pgg-gpg-lookup-key-owner): New function to return the
9398         human-readable identifier of a key owner.
9399         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9400         itself.
9401         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9402         the key value) if we have a key and can match it against a secret
9403         key.  Also, added a note pointing out fact that the prompt only
9404         indicates the first matching key.
9405
9406         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9407         pgg-decrypt-region.
9408         (pgg-add-passphrase-to-cache): Rename from
9409         `pgg-add-passphrase-cache' to reduce confusion (all callers
9410         changed).
9411         (pgg-remove-passphrase-from-cache): Rename from
9412         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9413         changed).
9414         (pgg-read-passphrase, pgg-add-passphrase-cache)
9415         (pgg-remove-passphrase-cache): Add informative docstrings.
9416         (pgg-decrypt): Convey provided passphrase in subordinate call to
9417         pgg-decrypt-region.
9418
9419 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9420
9421         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9422         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9423         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9424         'passphrase' argument, so the passphrase can be managed externally
9425         and then passed in to the system.
9426
9427         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9428         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9429         so the passphrase cache can be used reliably with identifiers
9430         besides a pgp packet's key id.
9431
9432         * pgg-gpg.el (pgg-gpg-encrypt-region)
9433         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9434         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9435         these routines, so the passphrase can be managed externally and
9436         passed in to the system.
9437
9438         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9439         'notruncate' argument, so the passphrase cache can be used
9440         reliably with identifiers besides a pgp packet's key id.
9441
9442 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9443
9444         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9445         symmetric encryption.
9446         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9447         encrypted session key.
9448         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9449         message ask for the passphrase in a proper way.
9450
9451         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9452         New user commands for symmetric encryption.
9453
9454 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9457
9458         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9459
9460 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9461
9462         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9463
9464 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * mm-decode.el (mm-inlined-types): Add application/pgp.
9467         (mm-automatic-display): Ditto.
9468
9469         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9470         part as text.
9471
9472 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * nnrss.el: Update copyright.
9475         (nnrss-opml-import): Query whether to subscribe to each entry.
9476
9477         * gnus-art.el:
9478         * gnus-sum.el:
9479         * gnus-xmas.el:
9480         * messagexmas.el:
9481         * mm-uu.el:
9482         * mm-view.el: Update copyright.
9483
9484 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * message.el (message-info): New function.
9487         (message-mode-menu): Add it.
9488         Update copyright.
9489
9490         * ChangeLog: Fix and update copyright.
9491
9492 2006-01-13  Romain Francoise  <romain@orebokech.com>
9493
9494         * message.el (message-forward-subject-name-subject): Prefer the
9495         address to 'nowhere' if the sender has no name.
9496         Fix typo.  Update copyright year.
9497
9498 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * gnus-art.el (article-wash-html): Use
9501         gnus-summary-show-article-charset-alist if a numeric arg is given.
9502         (gnus-article-wash-html-with-w3m-standalone): New function.
9503
9504         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9505         mm-inline-text-html-render-with-w3m-standalone.
9506         (mm-text-html-washer-alist): Map w3m-standalone to
9507         gnus-article-wash-html-with-w3m-standalone.
9508         (mm-inline-text-html-render-with-w3m-standalone): New function.
9509
9510 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9511
9512         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9513         Improve LaTeX.
9514
9515 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9518         (nnrss-request-article): Render text/plain parts as HTML.
9519
9520         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9521         the buffer.
9522
9523 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9526         custom definition of `gnus-posting-styles'.
9527
9528         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9529         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9530
9531 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9534         Use nntp for bug archive.
9535
9536 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9539         parts.
9540         (nnrss-normalize-date): New function converts ISO 8601 date into
9541         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9542         (nnrss-check-group): Use it.
9543
9544 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9547
9548         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9549         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9550         (nnrss-insert-w3): Ditto.
9551
9552 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9555         the articles to be forwarded including the case where neither a
9556         number of articles nor a region is specified.
9557
9558 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * nnrss.el (nnrss-request-article): Fix last change; fill
9561         text/plain parts.
9562
9563 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9566         in text/plain part.
9567         (nnrss-check-group): Don't add excessive newline to dc:subject.
9568
9569 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9570
9571         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9572         article.
9573
9574 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9577         (nnml-use-compressed-files, nnml-save-mail): Support other
9578         comression programs such as bzip2.
9579
9580 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9581
9582         * dns.el (query-dns): Make sure we check the buffer size before
9583         removing tcp headers.
9584
9585 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9588         remove MIME buttons associated with multipart/alternative parts.
9589         (gnus-mime-display-alternative): Tag buttons using `article-type'
9590         text property.
9591
9592         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9593         associated with multipart/alternative parts.
9594
9595         * gnus-art.el (gnus-signature-separator): Fix custom type.
9596
9597         * mm-decode.el (mm-inlined-types): Fix custom type.
9598         (mm-keep-viewer-alive-types): Ditto.
9599         (mm-automatic-display): Ditto.
9600         (mm-attachment-override-types): Ditto.
9601         (mm-inline-override-types): Ditto.
9602         (mm-automatic-external-display): Ditto.
9603
9604 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * spam-report.el (spam-report-user-mail-address)
9607         (spam-report-user-agent): New variables.
9608         (spam-report-url-ping-plain): Use spam-report-user-agent.
9609
9610 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9611
9612         * gnus-art.el (gnus-button-handle-custom): Do not just use
9613         `customize-apropos' for any "M-x customize-*" button but the
9614         function called for.  Accept both the function name and its
9615         argument in order to achieve this.
9616         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9617         function name to `gnus-button-handle-custom' in case of "M-x
9618         customize-*" buttons.
9619
9620 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9623         multipart/alternative and add xref to mm-discouraged-alternatives
9624         in doc string.
9625
9626         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9627         gnus-buttonized-mime-types in doc string.
9628
9629 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9632         Suggest image/.* in the doc string.
9633
9634 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9637         message-marks (Debian bug #342521).
9638
9639 2005-12-12  Simon Josefsson  <jas@extundo.com>
9640
9641         * password.el (password-read-from-cache): Add.
9642         (password-read): Use it.
9643
9644 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9647         us-ascii as a MIME charset.
9648
9649         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9650         against the case where the 2nd arg TYPE is nil.
9651
9652 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * pop3.el (pop3-stream-type): Fix custom version.
9655
9656         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9657
9658 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9659
9660         * mm-decode.el (mm-display-external): Add missing cdr.
9661
9662 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9665         RFC1524) if it is in mailcap or add a suffix according to
9666         mailcap-mime-extensions when generating a temp filename; postpone
9667         deleting a temp file for 2 seconds for some wrappers, shell
9668         scripts, and so on, which might exit right after having started a
9669         viewer command as a background job.
9670
9671 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * nntp.el (nntp-marks-directory): Fix custom group.
9674
9675         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9676         steps when < 10.
9677
9678         * gnus-start.el (gnus-no-server-1): Mention
9679         `gnus-level-default-subscribed' in doc string.
9680
9681 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9682
9683         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9684         parens.
9685
9686 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-xmas.el (gnus-use-toolbar): Revert.
9689         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9690         gnus-use-toolbar is default.
9691
9692         * messagexmas.el (message-use-toolbar): Revert.
9693         (message-setup-toolbar): Use global default-toolbar if
9694         message-use-toolbar is default.
9695
9696 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9697
9698         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9699         according to default-toolbar-visible-p.
9700
9701         * messagexmas.el (message-use-toolbar): Ditto.
9702
9703 2005-11-26  Dave Love  <fx@gnu.org>
9704
9705         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9706         (tls-program, tls-success): Provide openssl alternative.
9707
9708         * starttls.el: Doc fixes.
9709         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9710         SERVICE to PORT.
9711
9712         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9713         port null or service name.
9714         (starttls-negotiate): Autoload.
9715
9716 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * message.el (message-kill-to-signature): Fix interactive spec.
9719
9720 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * pop3.el (pop3-open-server): Recognize a string as a service name.
9723
9724 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9725
9726         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9727
9728 2005-11-23  Dave Love  <fx@gnu.org>
9729
9730         Add pop3s, pop3/starttls.
9731
9732         * pop3.el (pop3-authentication-scheme): Clarify doc.
9733         (open-tls-stream, starttls-open-stream): Autoload.
9734         (pop3-stream-type): New.
9735         (pop3-open-server): Use it.
9736
9737         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9738         for POP.
9739         (mail-source-keyword-map): Add :stream for POP.
9740         (mail-source-fetch-pop): Use pop3-stream-type.
9741
9742 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9745         of current-time-string.
9746
9747 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9748
9749         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9750         date header.
9751
9752 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9753
9754         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9755         it can seriously impact performance as it bypasses the agent's
9756         local caches.
9757
9758 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9759
9760         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9761         must be explicitly online rather than "not explicitly offline" for
9762         its flags to be synchronized.
9763
9764         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9765         that gnus-uu-unmark-thread will function correctly.
9766
9767         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9768         1024K is instead displayed as 1M.
9769
9770 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9771
9772         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9773
9774 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9775
9776         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9777
9778 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9779
9780         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9781         error message to display actual error condition.
9782         (gnus-agent-save-local): Avoid saving symbols that are bound to
9783         nil as they simply result in a warning message in
9784         gnus-agent-read-local.
9785
9786 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9789         rather than make-variable-buffer-local for file-precious-flag.
9790
9791 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9792
9793         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9794         for duplicates which are removed.  The invalid sort check then
9795         triggers a rescan after the sort as sorting may have moved
9796         duplicate entries such that they can be cheaply detected.
9797
9798 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9801
9802 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9803
9804         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9805         internal variable to a custom variable.  Changed default value
9806         from compressed(2) to uncompressed(1).
9807         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9808         support for uncompressed agentview files.  Taken together, reading
9809         the agentview file should now be 6-7 times faster.
9810
9811 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9812
9813         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9814         as a buffer-local variable.  This avoids creating truncated
9815         dribble files as a result of a hang up, eg.
9816
9817 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9818
9819         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9820         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9821         XEmacs.
9822
9823 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * gnus-start.el (gnus-start-draft-setup): Enforce
9826         `gnus-draft-mode' for nndraft:drafts at startup.
9827
9828         * gnus.el (gnus-splash): Change custom group.
9829         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9830         allow-list argument.
9831
9832         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9833         string.
9834
9835 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gnus-art.el (gnus-default-article-saver): Add user-defined
9838         `function' to custom type.
9839
9840 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9841
9842         * imap.el (imap-open): Handle case where buffer is a buffer
9843         object.
9844
9845 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9848         long lines.
9849         (gnus-cache-delete-group): Wrap doc strings.
9850
9851         * gnus-agent.el (gnus-agent-rename-group)
9852         (gnus-agent-delete-group): Wrap doc strings.
9853
9854 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * messagexmas.el (message-use-toolbar): Change the valid values
9857         into default, top, bottom, left, and right.
9858         (message-toolbar-thickness): New variable.
9859         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9860         well.
9861         (message-setup-toolbar): Make it work.
9862
9863         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9864         (gnus-use-toolbar): Change the valid values into default, top,
9865         bottom, left, and right.
9866         (gnus-toolbar-thickness): New variable.
9867         (gnus-xmas-setup-toolbar): New function.
9868         (gnus-xmas-setup-group-toolbar): Use it.
9869         (gnus-xmas-setup-summary-toolbar): Use it.
9870
9871 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * gnus-start.el (gnus-1): Add "native" to
9874         gnus-predefined-server-alist.
9875
9876         * gnus.el (gnus-method-to-server): Don't add "native" to the
9877         lists here, because that leads to problems when
9878         gnus-select-method is bound.
9879
9880 2005-11-09  Simon Josefsson  <jas@extundo.com>
9881
9882         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9883         use (not sort-by-date) instead.
9884
9885 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9886
9887         * gnus-delay.el (gnus-delay-group): Don't autoload.
9888         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9889         to be re-loaded when customizing the `gnus-delay' group.
9890
9891 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9892
9893         * message.el: Revert last changes.
9894         (message-insert-citation-line): Use newlines.
9895
9896 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9897
9898         * message.el (message-courtesy-message)
9899         (message-mark-insert-begin, message-mark-insert-end)
9900         (message-elide-ellipsis, message-cancel-message)
9901         (message-add-header, message-change-subject)
9902         (message-cross-post-followup-to-header)
9903         (message-cross-post-insert-note, message-reduce-to-to-cc)
9904         (message-widen-reply, message-delete-not-region)
9905         (message-kill-to-signature, message-insert-signature)
9906         (message-insert-importance-high, message-insert-importance-low)
9907         (message-insert-or-toggle-importance)
9908         (message-insert-disposition-notification-to)
9909         (message-indent-citation, message-yank-original)
9910         (message-cite-original-without-signature, message-cite-original)
9911         (message-insert-citation-line, message-position-on-field)
9912         (message-fix-before-sending, message-send-mail-partially)
9913         (message-send-mail, message-send-mail-with-sendmail)
9914         (message-send-mail-with-qmail, message-send-news)
9915         (message-check-news-header-syntax, message-generate-headers)
9916         (message-insert-courtesy-copy, message-fill-address)
9917         (message-fill-header, message-shorten-references)
9918         (message-setup-1, message-cancel-news)
9919         (message-forward-make-body-plain, message-forward-make-body-mime)
9920         (message-forward-make-body-mml, message-encode-message-body)
9921         (message-forward-make-body-digest-plain)
9922         (message-forward-make-body-digest-mime)
9923         (message-use-alternative-email-as-from): Insert `hard-newline'
9924         instead of ordinary newlines.
9925
9926 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * message.el (message-generate-headers): Downcase the argument
9929         given to message-check-element.
9930
9931 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9932
9933         * nntp.el (nntp-authinfo-rejected): New error condition.
9934         (nntp-wait-for): Use new error condition to signal authentication
9935         error.
9936         (nntp-retrieve-data): Rethrow new error condition to break out of
9937         recursive call to nntp-send-authinfo.
9938
9939 2005-11-08  Romain Francoise  <romain@orebokech.com>
9940
9941         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9942         (gnus-summary-exit-map): Bind to `Z p'.
9943         (gnus-summary-make-menu-bar): Add menu item.
9944
9945 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9948         (gnus-treat-*): Add `first' in all doc strings.
9949
9950         * gnus-group.el (gnus-group-compact-group): Fix typo.
9951
9952 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9953
9954         * gnus.el (gnus-parameters-case-fold-search): New variable.
9955         (gnus-parameters-get-parameter): Use it.
9956
9957         * gnus-score.el (gnus-home-score-file): Doc fix.
9958
9959 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9960
9961         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9962
9963 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * mm-util.el (mm-special-display-p): New function.
9966
9967         * mml.el (mml-preview): Use it; doc fix.
9968
9969 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9970
9971         * imap.el (imap-open): Handle case where buffer is a buffer object.
9972
9973 2005-10-29  Romain Francoise  <romain@orebokech.com>
9974
9975         * message.el (message-fix-before-sending): Fix comment.
9976
9977 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9978
9979         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9980
9981 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9982
9983         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9984         Used in gnus-score.el.
9985
9986 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9989
9990 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9993         whitespace removed in revision 7.8.  Use concatenated string to
9994         protect trailing whitespace.
9995
9996 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9997
9998         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9999         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10000         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10001         Courier IMAP ("some version from 2004").  Mostly based on similar
10002         code in the same function.
10003
10004 2005-10-26  Didier Verna  <didier@xemacs.org>
10005
10006         * gnus-group.el (gnus-group-compact-group): Invalidate original
10007         article buffer.
10008         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10009         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10010         NOV database and in article itself.
10011         Invalidate article backlog.
10012
10013 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10014
10015         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10016
10017 2005-10-26  Simon Josefsson  <jas@extundo.com>
10018
10019         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10020         part of 2004-07-25 change.
10021
10022 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * message.el (message-display-completion-list): New function.
10025         (message-expand-group): Use it; make sure the Completions buffer
10026         is modifiable.
10027 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10028
10029         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10030         user-mail-name is an empty string.
10031
10032 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10035         depending on gnus-score-decay-constant.
10036
10037         * encrypt.el (encrypt-insert-file-contents)
10038         (encrypt-write-file-contents): Don't use `gnus-message'.
10039
10040         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10041         arguments.
10042         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10043         arguments to mm-uu-verbatim-marks-extract.
10044         (mm-uu-hide-markers): New variable.
10045         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10046
10047         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10048         (gnus-convert-image-to-face-command): Use "convert" by default to
10049         allow other input image formats.
10050         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10051         accordingly.
10052
10053 2005-10-23  Simon Josefsson  <jas@extundo.com>
10054
10055         * imap.el (imap-gssapi-program): Align command line parameters
10056         with latest GNU SASL.
10057         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10058
10059 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10062         HTML.
10063         (nnslashdot-request-article): Ditto.
10064
10065         * lpath.el (featurep): Add nobreak-char-display.
10066
10067 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10068
10069         * mail-source.el (mail-source-fetch-pop): Require pop3.
10070         (mail-source-check-pop): Ditto.
10071
10072 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10075         errors.
10076
10077 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10080         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10081
10082         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10083
10084         * mm-bodies.el (mm-decode-string): Call
10085         `mm-charset-to-coding-system' with allow-override argument.
10086
10087 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10090         (rfc2047-charset-to-coding-system): New function.
10091         (rfc2047-decode-encoded-words): New function.
10092         (rfc2047-decode-region): Use them.
10093         (rfc2047-decode-cte): Remove.
10094         (rfc2047-parse-and-decode): Remove.
10095         (rfc2047-decode): Remove.
10096
10097 2005-10-15  Kenichi Handa  <handa@m17n.org>
10098
10099         * rfc2047.el (rfc2047-decode-cte): New function.
10100         (rfc2047-decode-region): Change the way to decode successive
10101         encoded-words: decode B- or Q-encoding in each encoded-word,
10102         concatenate them, and decode it as charset.
10103
10104 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * lpath.el: Fbind codepage-setup for XEmacs.
10107
10108 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10109
10110         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10111         widget-move-and-invoke.
10112         (gnus-custom-mode): Use gnus-custom-map.
10113
10114 2005-10-15  Bill Wohler  <wohler@newt.com>
10115
10116         * message.el (message-tool-bar-map): Renamed image file from
10117         mail_send to mail/send.
10118
10119 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10120
10121         * message.el (message-expand-group): Pass the common
10122         prefix substring of completion to `display-completion-list'.
10123
10124 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * mml-sec.el (mml-secure-method): New internal variable.
10127         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10128         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10129         functions using mml-secure-method.
10130
10131         * mml.el (mml-mode-map): Add key bindings for those functions.
10132         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10133         Harder <harder@myrealbox.com>.
10134         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10135         end of message if point is the headers of the message.
10136
10137         * message.el (message-in-body-p): New function.
10138
10139         * assistant.el: Autoload gnus-util and netrc.
10140
10141         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10142         Use `mm-charset-override-alist' only when decoding.
10143
10144         * mm-bodies.el (mm-decode-body): Call
10145         `mm-charset-to-coding-system' with allow-override argument.
10146
10147         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10148         `filename' from Content-Disposition if Content-Type doesn't
10149         provide `name'.
10150         (gnus-mime-view-part-as-type): Set default instead of
10151         initial-input.
10152
10153 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10154
10155         * format-spec.el (format-spec): Propagate text properties of % spec.
10156
10157 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-art.el (gnus-treat-predicate): Add `first'.
10160
10161 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10164         (mm-charset-override-alist): New variable.
10165         (mm-charset-to-coding-system): Use it.
10166         (mm-codepage-setup): New helper function.
10167         (mm-charset-eval-alist): New variable.
10168         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10169         about unknown charsets.
10170
10171         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10172
10173 2005-10-04  David Hansen  <david.hansen@gmx.net>
10174
10175         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10176         (nnrss-check-group): Ditto.
10177
10178 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10181         Rename x-gnus-verbatim to x-verbatim.
10182         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10183
10184         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10185         x-verbatim.
10186
10187         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10188
10189         * gnus-util.el (gnus-remove-duplicates): Remove.
10190
10191         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10192         instead of gnus-remove-duplicates.
10193
10194         * message.el (message-remove-duplicates): Remove.
10195         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10196         message-remove-duplicates.
10197
10198         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10199         available, else use implementation from `delete-dups'.
10200
10201         * message.el (message-insert-expires): New function.
10202         (message-mode-map): Add key binding.
10203         (message-mode-field-menu): Add menu entry.
10204         (message-mode): Document it.
10205         (message-make-expires-date): Use `message-make-date'.
10206
10207 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10208
10209         * message.el (message-make-expires-date): New function.
10210
10211 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * Makefile.in (list-installed-shadows): New entry.
10214         (install): Use it.
10215         (remove-installed-shadows): New entry.
10216
10217         * dgnushack.el (dgnushack-default-load-path): New variable.
10218         (dgnushack-find-lisp-shadows): New function.
10219         (dgnushack-remove-lisp-shadows): New function.
10220
10221 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * Makefile.in (install-el-elc): New entry.
10224         (install): Use it so that .el files are necessarily installed.
10225
10226 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10229
10230 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10231
10232         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10233         function rather than the diff-mode.el package.
10234         (mm-display-external): Use with-current-buffer.
10235         (mm-viewer-completion-map, mm-viewer-completion-map):
10236         Move initialization inside declaration.
10237
10238 2005-09-29  Simon Josefsson  <jas@extundo.com>
10239
10240         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10241         autoload mail-check-payment.
10242         (spam-check-hashcash): Define unconditionally, since hashcash.el
10243         is part of Gnus now.  Ignore errors from payment checking.
10244
10245 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * message.el (message-bold-region, message-unbold-region): Rename
10248         from `bold-region' and `unbold-region'.
10249
10250         * message.el: Remove useless autoloads.
10251
10252 2005-09-28  Simon Josefsson  <jas@extundo.com>
10253
10254         * message.el (message-use-idna): Default to t.
10255         (message-use-idna): Test whether encoding works too.  Doc fix.
10256
10257 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * nntp.el (nntp-warn-about-losing-connection): Remove.
10260
10261 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10262
10263         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10264         customizable.  Change default value.
10265         (mm-uu-diff-groups-regexp): Change default value.
10266         (mm-uu-type-alist): Add doc string.
10267         (mm-uu-configure): Add doc string.  Make it interactive.
10268         (mm-uu-tex-groups-regexp): New variable.
10269         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10270         (mm-uu-type-alist): Add LaTeX documents.
10271         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10272         of "text/verbatim".
10273         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10274
10275         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10276         instead of "text/verbatim".
10277
10278         * message.el (message-mark-inserted-region)
10279         (message-mark-insert-file): Use slrn style marks when called with
10280         prefix argument.
10281
10282 2005-09-27  Simon Josefsson  <jas@extundo.com>
10283
10284         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10285
10286 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10287
10288         * message.el (message-remove-duplicates): New function.
10289         Implementation borrowed from `gnus-remove-duplicates'.
10290         (message-idna-to-ascii-rhs): Also encode idna addresses in
10291         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10292         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10293         only ask about the same idna domain once per header and also tell
10294         in what header to replace the idna domain.
10295
10296         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10297         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10298         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10299         a header is decoded and not just the last one.
10300
10301 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10304         has been decoded.
10305
10306         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10307         (mm-insert-part): Don't modify text if it has been decoded.
10308
10309         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10310         decoded.
10311
10312         * mm-view.el (mm-inline-text): Don't strip text props unless
10313         decoding enriched or richtext parts.
10314
10315 2005-09-25  Romain Francoise  <romain@orebokech.com>
10316
10317         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10318         * gnus-start.el (gnus-subscribe-interactively):
10319         * gnus-uu.el (gnus-uu-grab-articles):
10320         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10321         space.
10322
10323 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10324
10325         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10326         * mm-view.el (mm-view-pkcs7-decrypt):
10327         * gnus-sum.el (gnus-summary-limit-to-extra)
10328         (gnus-summary-respool-article, gnus-read-move-group-name):
10329         * gnus-score.el (gnus-summary-increase-score):
10330         * gnus-util.el (gnus-completing-read-with-default):
10331         * gnus-art.el (gnus-read-save-file-name)
10332         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10333         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10334         * message.el (message-check-news-header-syntax):
10335         Follow convention for reading with the minibuffer.
10336
10337 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * spam-report.el (spam-report-url-ping-plain):
10340         Use gnus-extended-version as User-Agent.
10341
10342         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10343         default value is nil.
10344
10345         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10346         (mm-uu-verbatim-marks-extract): New function.
10347         (mm-uu-extract): New face.
10348         (mm-uu-copy-to-buffer): Use it.
10349
10350         * spam-report.el (spam-report-gmane-ham): Renamed from
10351         `spam-report-gmane-unspam'.
10352         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10353         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10354
10355         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10356         Autoload.
10357         (spam-report-gmane-unregister-routine): Renamed
10358         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10359
10360 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10361
10362         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10363         (spam-report-gmane-unregister-routine): Add support for gmane
10364         unregistration.
10365
10366         * spam-report.el (spam-report-gmane-unspam)
10367         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10368         (spam-report-gmane): Change to take a single article and do unspam
10369         registration.
10370
10371 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * mm-url.el (mm-url-decode-entities): Fix regexp.
10374
10375 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10376
10377         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10378         default to nil, to be able to use Gnus at all.  If the default
10379         switches to something else, then the function should be fixed not
10380         be exceedingly slow.
10381
10382 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10383
10384         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10385         fail hard.
10386
10387         * spam-report.el: Add better Keywords line.
10388
10389         * spam.el: Add Maintainer and better Keywords line.
10390
10391 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * gnus-art.el (gnus-article-replace-part)
10394         (gnus-mime-replace-part): New functions.
10395         (gnus-mime-action-alist, gnus-mime-button-commands)
10396         (gnus-mime-save-part-and-strip): Added file argument.
10397         (gnus-article-part-wrapper): Added interactive argument.
10398
10399         * gnus-sum.el (gnus-summary-mime-map): Add
10400         `gnus-article-replace-part'.
10401
10402 2005-09-19  Didier Verna  <didier@xemacs.org>
10403
10404         The nnml compaction feature:
10405         * nnml.el (nnml-request-compact-group): New function.
10406         * nnml.el (nnml-request-compact): New function.
10407         * gnus-int.el (gnus-request-compact-group): New function.
10408         * gnus-int.el (gnus-request-compact): New function.
10409         * gnus-group.el (gnus-group-compact-group): New function.
10410         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10411         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10412         * gnus-srvr.el (gnus-server-compact-server): New function.
10413         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10414         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10415
10416 2005-09-18  Deepak Goel  <deego@gnufans.org>
10417
10418         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10419         format spec.
10420
10421 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10424
10425 2005-09-15  Romain Francoise  <romain@orebokech.com>
10426
10427         * message.el (message-fill-paragraph): Clarify docstring.
10428
10429 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-art.el (gnus-mime-display-part): Protect against broken
10432         MIME messages.
10433
10434 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10437         before parsing header.
10438
10439 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10440
10441         * html2text.el (html2text-replace-list): Add new entities.
10442
10443 2005-09-11  Romain Francoise  <romain@orebokech.com>
10444
10445         * message.el (message-alternative-emails): Improve docstring.
10446         (message-setup-1): Call `message-use-alternative-email-as-from'
10447         after `message-setup-hook' to give it precedence over posting
10448         styles, etc.
10449         (message-use-alternative-email-as-from): Add docstring.  Remove
10450         the original From header if present.
10451
10452         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10453         (nnml-save-mail): Use it.
10454
10455         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10456         articles.  Add new argument `silent'.
10457         (gnus-uu-mark-all): Report the total number of marked articles.
10458
10459 2005-09-10  Romain Francoise  <romain@orebokech.com>
10460
10461         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10462         (gnus-uu-mark-series): Likewise.
10463
10464 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * spam-report.el (spam-report-gmane): Fix generation of spam
10467         report URL.
10468
10469 2005-09-10  Simon Josefsson  <jas@extundo.com>
10470
10471         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10472         t, based on discussion on the ding list with Robert Epprecht
10473         <epprecht@solnet.ch>.
10474
10475 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * spam-report.el (spam-report-gmane): Make it work without
10478         X-Report-Spam header.  Gmane now only provides Archived-At.
10479         This is only used if `spam-report-gmane-use-article-number' is nil.
10480         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10481
10482         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10483         make `gnus-summary-sort-by-recipient' work with threading.
10484
10485         * nnweb.el (nnweb-google-wash-article): Print a message if article
10486         is not available.
10487
10488 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10489
10490         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10491         change.  Decode text/* parts content before displaying.
10492
10493 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10496
10497 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10500
10501         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10502         url-package-name, url-package-version,
10503         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10504         w3m-display-inline-images, and w3m-minor-mode-map.
10505
10506 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * message.el (message-tab-body-function): Fix mismatched custom type.
10509
10510         * gnus.el (gnus-group-change-level-function): Ditto.
10511
10512         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10513
10514         * gnus-art.el (gnus-signature-limit)
10515         (gnus-article-mime-part-function): Ditto.
10516
10517 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * mml.el (mml-mode): Silence the byte compiler.
10520
10521         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10522         using `(sit-for 0)' before moving the point to the specified part;
10523         skip unbuttonized parts.
10524         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10525         return to the summary window if gnus-auto-select-part is non-nil.
10526
10527 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10530         variables.
10531         (mml-dnd-attach-file, mml-mode): Use them.
10532
10533         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10534         Make fetching article by MID work again for Google Groups.  Added
10535         FIXME concerning gnus-group-make-web-group.
10536
10537         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10538         Don't depend on Gnus by using mail-extract-address-components if
10539         gnus-extract-address-components is not bound.
10540
10541 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10542
10543         * gnus-art.el (gnus-mime-display-security): Don't display the
10544         signature, but only the signed part.
10545
10546 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10549
10550         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10551         list, not listp.
10552
10553 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10554
10555         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10556         when encoding.
10557
10558         * mm-bodies.el (mm-decode-content-transfer-encoding):
10559         De-canonicalize CRLF for all text content types, not just
10560         text/plain.
10561
10562 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10565         valid article; point arrow and cursor at the MIME button.
10566
10567 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10570         Suggested by Dan Christensen <jdc@uwo.ca>.
10571
10572         * mm-decode.el (mm-save-part): Enable change of prompt.
10573
10574 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10575
10576         * gnus-msg.el (gnus-inews-add-send-actions): Made
10577         `message-post-method' lambda parameter ARG `&optional'.
10578
10579 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10580
10581         * gnus-sum.el (gnus-summary-mime-map): Added
10582         gnus-article-save-part-and-strip, gnus-article-delete-part and
10583         gnus-article-jump-to-part.
10584
10585         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10586         (gnus-article-edit-part): Use it.
10587         (gnus-article-part-wrapper): Added no-handle argument.
10588         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10589         functions.
10590
10591 2005-08-29  Romain Francoise  <romain@orebokech.com>
10592
10593         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10594         docstring.
10595         (gnus-face-from-file): Likewise.
10596
10597 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10600         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10601         non-nil.
10602         (gnus-auto-select-part): New variable.
10603         (gnus-article-jump-to-part): New function.
10604         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10605         (gnus-mime-delete-part): Allow selecting specified part after
10606         deleting or stripping parts.
10607         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10608         part if argument is bogus.
10609
10610 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10611
10612         * gnus-art.el (w3m-minor-mode-map):
10613         * gnus-spec.el (gnus-newsrc-file-version):
10614         * gnus-util.el (nnmail-active-file-coding-system)
10615         (gnus-original-article-buffer, gnus-user-agent):
10616         * gnus.el (gnus-ham-process-destinations)
10617         (gnus-parameter-ham-marks-alist)
10618         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10619         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10620         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10621         * mm-decode.el (gnus-current-window-configuration):
10622         * mm-extern.el (gnus-article-mime-handles):
10623         * mm-url.el (url-current-object, url-package-name)
10624         (url-package-version):
10625         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10626         (smime-keys, w3m-cid-retrieve-function-alist)
10627         (w3m-current-buffer, w3m-display-inline-images)
10628         (w3m-minor-mode-map):
10629         * mml-smime.el (gnus-extract-address-components):
10630         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10631         (gnus-newsrc-hashtb, message-default-charset)
10632         (message-deletable-headers, message-options)
10633         (message-posting-charset, message-required-mail-headers)
10634         (message-required-news-headers):
10635         * mml1991.el (mc-pgp-always-sign):
10636         * mml2015.el (mc-pgp-always-sign):
10637         * nnheader.el (nnmail-extra-headers):
10638         * rfc1843.el (gnus-decode-encoded-word-function)
10639         (gnus-decode-header-function, gnus-newsgroup-name):
10640         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10641
10642 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10643
10644         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10645         the end of the date treatments.
10646
10647 2005-08-15  Simon Josefsson  <jas@extundo.com>
10648
10649         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10650         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10651         Capello and Romain Francoise.
10652         (pgg-fetch-key-function): Removed, not used?
10653         (pgg-insert-url-with-w3): Require url, to get
10654         url-insert-file-contents regardless of where it is defined.
10655
10656 2005-08-13  Romain Francoise  <romain@orebokech.com>
10657
10658         * message.el (message-cite-original-1): New function.
10659         (message-cite-original): Use it.
10660         (message-cite-original-without-signature): Ditto.
10661
10662 2005-08-08  Romain Francoise  <romain@orebokech.com>
10663
10664         * message.el (message-yank-empty-prefix): New variable.
10665         (message-indent-citation): Use it.
10666         (message-cite-original-without-signature): Respect X-No-Archive.
10667
10668 2005-08-08  Simon Josefsson  <jas@extundo.com>
10669
10670         * pgg.el: Autoload url-insert-file-contents instead of loading
10671         w3/url.
10672         (pgg-insert-url-with-w3): Don't load url here.
10673
10674 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10675
10676         * message.el (message-kill-to-signature): Don't insert newline at
10677         bol.
10678         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10679
10680 2005-08-06  Romain Francoise  <romain@orebokech.com>
10681
10682         * message.el (message-user-fqdn): Fix typo in docstring.
10683
10684 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10685
10686         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10687
10688         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10689
10690 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mm-bodies.el (mm-encode-body): Use coding system rather than
10693         charset to encode text.
10694
10695         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10696         number of charsets if utf-8 is available (XEmacs).
10697
10698 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10701         taken from `gnus-button-mid-or-mail-regexp'.
10702         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10703         (gnus-button-alist): Improve regexp for domain part of the MIDs
10704         for news:localpart@domain buttons.
10705         (gnus-button-ctan-directory-regexp): Update.
10706
10707 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * sieve-manage.el (sieve-manage-interactive-login): Use
10710         make-local-variable rather than make-variable-buffer-local.
10711         (sieve-manage-open): Ditto.
10712         (sieve-manage-authenticate): Ditto.
10713
10714         * mml.el (mml-generate-mime-1): Make the content type default to
10715         text/plain if the filename is not specified.
10716
10717 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10720         instead of insert-buffer.
10721
10722         * message.el (message-yank-original): Ditto; set the mark at the
10723         end of the yanked message.
10724
10725 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10728         lines to scroll rather than to stop it.
10729
10730         * mml.el (mml-generate-default-type): Add doc string.
10731         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10732         default to application/octet-stream when determining the content
10733         type if it is not specified for the part or the mml contents; add
10734         a comment about mml-generate-default-type.
10735
10736 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10739         make it default to application/octet-stream when determining the
10740         content type if it is not specified for the external contents.
10741
10742 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10745         segmented parameter but also other parameters might be there.
10746
10747 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * mm-decode.el (mm-display-external): Delete temp file, directory
10750         and buffer immediately if the external process is exited.
10751
10752 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10755         fewer lines than that of scroll-margin.
10756         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10757
10758 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (gnus-article-next-page): Revert.
10761         (gnus-article-beginning-of-window): New macro.
10762         (gnus-article-next-page-1): Use it.
10763         (gnus-article-prev-page): Ditto.
10764         (gnus-article-edit-part): Use insert-buffer-substring instead of
10765         insert-buffer.
10766         (gnus-article-edit-exit): Ditto.
10767
10768         * gnus-util.el (gnus-beginning-of-window): Remove.
10769         (gnus-end-of-window): Remove.
10770
10771         * lpath.el: Don't bind header-line-format and scroll-margin.
10772
10773 2005-07-25  Simon Josefsson  <jas@extundo.com>
10774
10775         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10776         to have the url package without w3.  Reported by Daiki Ueno
10777         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10778
10779 2005-07-20  Didier Verna  <didier@xemacs.org>
10780
10781         * gnus-diary.el: Remove the description comment (nndiary is now
10782         properly documented in the Gnus manual).
10783         Fix the spelling of "Back End".
10784         * nndiary.el: Ditto.
10785         Fix the copyright notice.
10786
10787 2005-07-18  Romain Francoise  <romain@orebokech.com>
10788
10789         * gnus-sum.el (gnus-summary-to-prefix)
10790         (gnus-summary-newsgroup-prefix): New variables.
10791         (gnus-summary-from-or-to-or-newsgroups): Use them.
10792
10793 2005-07-17  Romain Francoise  <romain@orebokech.com>
10794
10795         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10796         space as it's generally not especially interesting to the user.
10797
10798 2005-07-16  Romain Francoise  <romain@orebokech.com>
10799
10800         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10801         nil to avoid prompting and file modification if one of the
10802         messages at the top of the nnfolder file contains a copyright
10803         notice.
10804         Update copyright notice.
10805
10806         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10807         instead of `current-time-string' as the latter creates a time
10808         string that is not RFC 2822 compliant (it lacks the zone).
10809         Update copyright notice.
10810
10811 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10812
10813         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10814         for text/rtf.  Display default in prompt.  Pass default for M-n.
10815
10816         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10817
10818 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10819
10820         * gnus-msg.el (gnus-button-mailto): Remove
10821         save-selected-window-window hackery because it relies on
10822         save-selected-window internals.
10823
10824 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10827         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10828         (gnus-article-prev-page): Ditto.
10829
10830         * gnus-util.el (gnus-beginning-of-window): New function.
10831         (gnus-end-of-window): New function.
10832
10833         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10834
10835 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10836
10837         * gnus-score.el (gnus-score-edit-all-score): Set
10838         gnus-score-edit-exit-function to gnus-score-edit-done and call
10839         gnus-message.
10840
10841 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * gnus-msg.el (gnus-button-mailto): Remove
10844         save-selected-window-window hackery because it relies on
10845         save-selected-window internals.
10846
10847 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10850         add-minor-mode.
10851         (gnus-binary-mode): Ditto.
10852
10853         * gnus-topic.el (gnus-topic-mode): Ditto.
10854
10855 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10856
10857         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10858         (gnus-article-prev-page): Take scroll-margin into consideration.
10859
10860 2005-07-04  Lute Kamstra  <lute@gnu.org>
10861
10862         Update FSF's address in GPL notices.
10863
10864 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10865
10866         * gnus.el (gnus-exit):
10867         * gnus-group.el (gnus-group-icons):
10868         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10869
10870         * gnus-nocem.el (gnus-nocem):
10871         * message.el (message-various, message-buffers, message-sending)
10872         (message-interface, message-forwarding, message-insertion)
10873         (message-headers, message-news, message-mail):
10874         * pgg-gpg.el (pgg-gpg):
10875         * pgg-parse.el (pgg-parse):
10876         * pgg-pgp.el (pgg-pgp):
10877         * pgg-pgp5.el (pgg-pgp5):
10878         * pop3.el (pop3): Finish `defgroup' description with period.
10879
10880 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus-art.el (article-display-face): Improve the efficiency.
10883         (article-display-x-face): Ditto; remove grey x-face stuff.
10884
10885 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-art.el (article-display-face): Correct the position in
10888         which Faces are inserted.
10889
10890 2005-06-29  Didier Verna  <didier@xemacs.org>
10891
10892         * gnus-art.el (article-display-face): Display faces in correct
10893         order.
10894
10895 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10898         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10899         (gnus-nocem-check-article): Fetch the Type header.
10900         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10901         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10902         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10903         make sure gnus-nocem-hashtb is initialized.
10904         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10905         (gnus-nocem-unwanted-article-p): Ditto.
10906
10907         * pgg.el (pgg-verify): Return the verification result.
10908
10909 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10910
10911         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10912         is ascii.
10913
10914 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10915
10916         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10917         `show-nonbreak-escape'.
10918
10919 2005-06-23  Lute Kamstra  <lute@gnu.org>
10920
10921         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10922
10923         * dig.el (dig-mode):
10924         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10925
10926 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10927
10928         * nnimap.el (nnimap-split-download-body): Fix spellings.
10929
10930 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10931
10932         * gnus-art.el (gnus-article-encrypt-body):
10933         * gnus-cus.el (gnus-score-customize):
10934         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10935         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10936
10937 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10938
10939         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10940         header by looking for magic "MII" at the beginnig.
10941
10942 2005-06-16  Miles Bader  <miles@gnu.org>
10943
10944         * gnus-xmas.el (gnus-xmas-group-startup-message):
10945         Use renamed gnus-splash face.
10946
10947         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10948         (assistant-field-face): New backward-compatibility alias for renamed
10949         face.
10950         (assistant-render-text): Use renamed assistant-field face.
10951
10952         * spam.el (spam): Remove "-face" suffix from face name.
10953         (spam-face): New backward-compatibility alias for renamed face.
10954         (spam-face, spam-initialize): Use renamed spam face.
10955
10956         * message.el (message-header-to, message-header-cc)
10957         (message-header-subject, message-header-newsgroups)
10958         (message-header-other, message-header-name)
10959         (message-header-xheader, message-separator, message-cited-text)
10960         (message-mml): Remove "-face" suffix from face names.
10961         (message-header-to-face, message-header-cc-face)
10962         (message-header-subject-face, message-header-newsgroups-face)
10963         (message-header-other-face, message-header-name-face)
10964         (message-header-xheader-face, message-separator-face)
10965         (message-cited-text-face, message-mml-face):
10966         New backward-compatibility aliases for renamed faces.
10967         (message-font-lock-keywords): Use renamed message faces.
10968
10969         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10970         (sieve-test-commands, sieve-tagged-arguments):
10971         Remove "-face" suffix from face names.
10972         (sieve-control-commands-face, sieve-action-commands-face)
10973         (sieve-test-commands-face, sieve-tagged-arguments-face):
10974         New backward-compatibility aliases for renamed faces.
10975         (sieve-control-commands-face, sieve-action-commands-face)
10976         (sieve-test-commands-face, sieve-tagged-arguments-face):
10977         Use renamed sieve faces.
10978
10979         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10980         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10981         (gnus-group-news-3-empty, gnus-group-news-4)
10982         (gnus-group-news-4-empty, gnus-group-news-5)
10983         (gnus-group-news-5-empty, gnus-group-news-6)
10984         (gnus-group-news-6-empty, gnus-group-news-low)
10985         (gnus-group-news-low-empty, gnus-group-mail-1)
10986         (gnus-group-mail-1-empty, gnus-group-mail-2)
10987         (gnus-group-mail-2-empty, gnus-group-mail-3)
10988         (gnus-group-mail-3-empty, gnus-group-mail-low)
10989         (gnus-group-mail-low-empty, gnus-summary-selected)
10990         (gnus-summary-cancelled, gnus-summary-high-ticked)
10991         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10992         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10993         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10994         (gnus-summary-low-undownloaded)
10995         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10996         (gnus-summary-low-unread, gnus-summary-normal-unread)
10997         (gnus-summary-high-read, gnus-summary-low-read)
10998         (gnus-summary-normal-read, gnus-splash):
10999         Remove "-face" suffix from face names.
11000         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11001         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11002         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11003         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11004         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11005         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11006         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11007         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11008         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11009         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11010         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11011         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11012         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11013         (gnus-summary-normal-ticked-face)
11014         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11015         (gnus-summary-normal-ancient-face)
11016         (gnus-summary-high-undownloaded-face)
11017         (gnus-summary-low-undownloaded-face)
11018         (gnus-summary-normal-undownloaded-face)
11019         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11020         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11021         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11022         (gnus-splash-face):
11023         New backward-compatibility aliases for renamed faces.
11024         (gnus-group-startup-message): Use renamed gnus faces.
11025
11026         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11027         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11028         (gnus-server-agent): Remove "-face" suffix from face names.
11029         (gnus-server-agent-face, gnus-server-opened-face)
11030         (gnus-server-closed-face, gnus-server-denied-face)
11031         (gnus-server-offline-face):
11032         New backward-compatibility aliases for renamed faces.
11033         (gnus-server-agent-face, gnus-server-opened-face)
11034         (gnus-server-closed-face, gnus-server-denied-face)
11035         (gnus-server-offline-face): Use renamed gnus faces.
11036
11037         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11038         Remove "-face" suffix from face names.
11039         (gnus-picon-xbm-face, gnus-picon-face):
11040         New backward-compatibility aliases for renamed faces.
11041
11042         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11043         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11044         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11045         (gnus-cite-11): Remove "-face" suffix from face names.
11046         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11047         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11048         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11049         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11050         New backward-compatibility aliases for renamed faces.
11051         (gnus-cite-attribution-face, gnus-cite-face-list)
11052         (gnus-article-boring-faces): Use renamed gnus faces.
11053
11054         * gnus-art.el (gnus-signature, gnus-header-from)
11055         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11056         (gnus-header-content): Remove "-face" suffix from face names.
11057         (gnus-signature-face, gnus-header-from-face)
11058         (gnus-header-subject-face, gnus-header-newsgroups-face)
11059         (gnus-header-name-face, gnus-header-content-face):
11060         New backward-compatibility aliases for renamed faces.
11061         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11062
11063         * gnus-sum.el (gnus-summary-selected-face)
11064         (gnus-summary-highlight): Use renamed gnus faces.
11065         * gnus-group.el (gnus-group-highlight): Likewise.
11066
11067 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11068
11069         * gnus-sieve.el (gnus-sieve-article-add-rule):
11070         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11071         * spam-stat.el (spam-stat-buffer-change-to-spam)
11072         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11073
11074         * message.el (message-is-yours-p):
11075         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11076
11077 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11078
11079         * mm-view.el (mm-inline-text): Withdraw the last change.
11080
11081 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11084         executing enriched-decode.
11085
11086 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11089         charset of tar files.
11090
11091 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11092
11093         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11094
11095 2005-06-04  Lute Kamstra  <lute@gnu.org>
11096
11097         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11098         information is never recorded.
11099
11100 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11101
11102         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11103
11104 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * pop3.el (pop3-apop): Run md5 in the binary mode.
11107
11108         * starttls.el (starttls-set-process-query-on-exit-flag):
11109         Use eval-and-compile.
11110
11111 2005-05-31  Simon Josefsson  <jas@extundo.com>
11112
11113         * smime.el (smime-replace-in-string): Define.
11114         (smime-cert-by-ldap-1): Use it.
11115
11116 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-art.el (article-display-x-face): Replace
11119         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11120
11121         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11122         set-process-query-on-exit-flag or process-kill-without-query.
11123
11124         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11125         loop instead of replace-regexp.
11126
11127         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11128         instead of process-kill-without-query if it is available.
11129
11130         * lpath.el: Fbind ldap-search-entries.
11131
11132         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11133         instead of find-file-hooks if it is available.
11134
11135         * mml1991.el: Bind pgg-default-user-id when compiling.
11136
11137         * mml2015.el: Bind pgg-default-user-id when compiling.
11138
11139         * nndraft.el (nndraft-request-associate-buffer):
11140         Use write-contents-functions instead of write-contents-hooks if it is
11141         available.
11142
11143         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11144         instead of find-file-hooks if it is available.
11145
11146         * nntp.el (nntp-open-connection): Replace
11147         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11148         (nntp-open-ssl-stream): Ditto.
11149         (nntp-open-tls-stream): Ditto.
11150
11151         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11152         set-process-query-on-exit-flag or process-kill-without-query.
11153         (starttls-open-stream-gnutls): Use it instead of
11154         process-kill-without-query.
11155         (starttls-open-stream): Ditto.
11156
11157 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11158
11159         * smime.el (smime-cert-by-ldap-1): Don't use
11160         replace-regexp-in-string.
11161
11162 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11163
11164         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11165
11166         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11167         in PEM format.  Adjust to the XEmacs compability.
11168
11169 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11172         by `string-to-number'.
11173         * gnus-agent.el (gnus-agent-regenerate-group)
11174         (gnus-agent-fetch-articles): Ditto.
11175         * gnus-art.el (gnus-button-fetch-group): Ditto.
11176         * gnus-cache.el (gnus-cache-generate-active)
11177         (gnus-cache-articles-in-group): Ditto.
11178         * gnus-group.el (gnus-group-set-current-level)
11179         (gnus-group-insert-group-line): Ditto.
11180         * gnus-score.el (gnus-score-set-expunge-below)
11181         (gnus-score-set-mark-below, gnus-summary-score-effect)
11182         (gnus-summary-score-entry): Ditto.
11183         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11184         (gnus-soup-pack): Ditto.
11185         * gnus-spec.el (gnus-xmas-format): Ditto.
11186         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11187         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11188         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11189         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11190         * nndb.el (nndb-get-remote-expire-response): Ditto.
11191         * nndiary.el (nndiary-parse-schedule-value)
11192         (nndiary-string-to-number, nndiary-request-replace-article)
11193         (nndiary-request-article): Ditto.
11194         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11195         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11196         * nneething.el (nneething-make-head): Ditto.
11197         * nnfolder.el (nnfolder-request-article)
11198         (nnfolder-retrieve-headers): Ditto.
11199         * nnheader.el (nnheader-file-to-number): Ditto.
11200         * nnkiboze.el (nnkiboze-request-article): Ditto.
11201         * nnmail.el (nnmail-process-unix-mail-format)
11202         (nnmail-process-babyl-mail-format): Ditto.
11203         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11204         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11205         (nnmh-request-create-group, nnmh-request-list-1)
11206         (nnmh-request-group, nnmh-request-article): Ditto.
11207         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11208         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11209         * nnsoup.el (nnsoup-make-active): Ditto.
11210         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11211         * nntp.el (nntp-find-group-and-number)
11212         (nntp-retrieve-headers-with-xover): Ditto.
11213         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11214         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11215         (pgg-format-key-identifier): Ditto.
11216         * pop3.el (pop3-last, pop3-stat): Ditto.
11217         * qp.el (quoted-printable-decode-region): Ditto.
11218
11219         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11220         of concat.
11221
11222 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11225
11226         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11227
11228         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11229
11230         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11231
11232         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11233
11234         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11235
11236         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11237         (gnus-carpal-mode): Ditto.
11238
11239         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11240         (gnus-browse-mode): Ditto.
11241
11242         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11243
11244         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11245
11246 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11247
11248         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11249
11250 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-util.el (gnus-run-mode-hooks): New function.
11253
11254         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11255
11256         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11257         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11258
11259 2005-05-27  Lute Kamstra  <lute@gnu.org>
11260
11261         * dns-mode.el (dns-mode): Specify customization group.
11262
11263 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11264
11265         * gnus-agent.el (gnus-agent-make-mode-line-string):
11266         Use mode-line-highlight as mouse-face.
11267
11268 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * canlock.el (canlock): Change the parent group to news.
11271
11272         * deuglify.el (gnus-outlook-deuglify): Add :group.
11273
11274         * dig.el (dig): Add :group.
11275
11276         * dns-mode.el (dns-mode): Add :group.
11277
11278         * encrypt.el (encrypt): Add :group.
11279
11280         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11281         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11282         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11283         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11284         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11285
11286         * gnus-diary.el (gnus-diary): Add :group.
11287
11288         * gnus.el (gnus-group-news-1-face): Add :group.
11289         (gnus-group-news-1-empty-face): Ditto.
11290         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11291         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11292         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11293         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11294         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11295         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11296         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11297         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11298         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11299         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11300         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11301         (gnus-summary-high-ticked-face): Ditto.
11302         (gnus-summary-low-ticked-face): Ditto.
11303         (gnus-summary-normal-ticked-face): Ditto.
11304         (gnus-summary-high-ancient-face): Ditto.
11305         (gnus-summary-low-ancient-face): Ditto.
11306         (gnus-summary-normal-ancient-face): Ditto.
11307         (gnus-summary-high-undownloaded-face): Ditto.
11308         (gnus-summary-low-undownloaded-face): Ditto.
11309         (gnus-summary-normal-undownloaded-face): Ditto.
11310         (gnus-summary-high-unread-face): Ditto.
11311         (gnus-summary-low-unread-face): Ditto.
11312         (gnus-summary-normal-unread-face): Ditto.
11313         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11314         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11315
11316         * hashcash.el (hashcash): New custom group.
11317         (hashcash-default-payment): Add :group.
11318         (hashcash-payment-alist): Ditto.
11319         (hashcash-default-accept-payment): Ditto.
11320         (hashcash-accept-resources): Ditto.
11321         (hashcash-path): Ditto.
11322         (hashcash-extra-generate-parameters): Ditto.
11323         (hashcash-double-spend-database): Ditto.
11324         (hashcash-in-news): Ditto.
11325
11326         * message.el (message-minibuffer-local-map): Add :group.
11327
11328         * netrc.el (netrc): Add :group.
11329
11330         * sieve-manage.el (sieve-manage-log): Add :group.
11331         (sieve-manage-default-user): Diito.
11332         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11333         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11334         (sieve-manage-authenticators): Ditto.
11335         (sieve-manage-authenticator-alist): Ditto.
11336         (sieve-manage-default-port): Ditto.
11337
11338         * sieve-mode.el (sieve-control-commands-face): Add :group.
11339         (sieve-action-commands-face): Ditto.
11340         (sieve-test-commands-face): Ditto.
11341         (sieve-tagged-arguments-face): Ditto.
11342
11343         * smime.el (smime): Add :group.
11344
11345         * spam-report.el (spam-report): Add :group.
11346
11347         * spam.el (spam, spam-face): Add :group.
11348
11349 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11352         return \n.\n.\n at the end of articles.  Protect against that.
11353         (nntp-with-open-group): Allow debugging.
11354
11355         * nnheader.el (mail-header-set-extra): Make into a function
11356         because I just could't understand how to quote the list properly.
11357
11358         * dns.el (query-dns-cached): New function.
11359
11360 2005-05-26  Lute Kamstra  <lute@gnu.org>
11361
11362         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11363
11364 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11367
11368         * gnus-art.el: Don't autoload mail-extract-address-components.
11369
11370         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11371         eval-and-compile to evaluate it.
11372
11373         * hashcash.el: Don't autoload executable-find.
11374
11375         * nndb.el: Don't declare the nndb back end two or more times; don't
11376         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11377
11378         * nntp.el: Autoload format-spec instead of format; use
11379         eval-and-compile to evaluate autoload forms.
11380
11381 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11382
11383         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11384
11385 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * gnus.el (gnus-version-number): Bump version.
11388
11389 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11390
11391         * gnus.el: No Gnus v0.3 is released.
11392
11393 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394
11395         * lpath.el (featurep): Bind show-nonbreak-escape.
11396
11397 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * gnus-art.el (gnus-article-edit-part): Disable undo.
11400
11401 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11404         gnus-article-date-lapsed-new-header is t if date timer is active;
11405         skip headers in which the original date value is empty.
11406         (gnus-article-save-original-date): Redefine it as a macro.
11407         (gnus-display-mime): Use it.
11408
11409 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * gnus-art.el (article-date-ut): Support converting date in
11412         forwarded parts as well.
11413         (gnus-article-save-original-date): New function.
11414         (gnus-display-mime): Use it.
11415
11416 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11417
11418         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11419         enclosure element of <item>.
11420
11421 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * message.el (message-kill-buffer-query): Renamed from
11424         `message-kill-buffer-query-if-modified'.  Added :version.
11425
11426 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11429         window layout.
11430
11431 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * mml.el: Autoload dnd when compiling.
11434
11435 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11438         x-dnd-*.
11439
11440 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * qp.el (quoted-printable-encode-region): Save excursion.
11443
11444 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11445
11446         * message.el (message-kill-buffer-query-if-modified): Add new variable
11447         so the user can kill a modified message buffer quickly.
11448         (message-kill-buffer): Use it.
11449
11450 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * lpath.el: Fbind display-time-event-handler; don't fbind
11453         string-to-multibyte.
11454
11455         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11456
11457 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11460         contained in text because xml.el decodes entities) with LFs.
11461
11462 2005-04-11  Lute Kamstra  <lute@gnu.org>
11463
11464         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11465         differently.
11466
11467 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11468
11469         * mm-util.el (mm-detect-coding-region): Typo.
11470
11471 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11474
11475 2005-04-06  Deepak Goel  <deego@gnufans.org>
11476
11477         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11478         user-function allow user modifications of the scores.
11479         (spam-stat-score-buffer-user): New function, to allow
11480         user-computed modifications to the score.
11481         (spam-stat-score-buffer-user-functions): List of additional
11482         scoring functions.
11483         (spam-stat-error-holder): Global temporary error holder.
11484         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11485         variable.
11486
11487 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11488
11489         * gnus-registry.el (gnus-registry-clean-empty-function)
11490         (gnus-registry-trim, gnus-registry-fetch-groups)
11491         (gnus-registry-delete-group): Groups that match
11492         `gnus-registry-ignored-groups' are removed from the registry
11493         entries, not just ignored for splitting.  This helps clean up the
11494         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11495         to get all the groups a message ID is in.
11496
11497         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11498         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11499         (spam-stat-score-buffer-user-functions): Add :number custom type.
11500
11501 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11504         argument in XEmacs.
11505
11506         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11507         (nnrss-request-group): Decode group name first.
11508         (nnrss-request-article): Make a text/plain article if mml-to-mime
11509         failed.
11510         (nnrss-get-encoding): Return a compatible encoding according to
11511         nnrss-compatible-encoding-alist.
11512         (nnrss-find-el): Use consp instead of listp.
11513         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11514
11515 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11518         which Emacs 20 doesn't support.
11519         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11520
11521 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11524         silence the byte compiler inside the defun.
11525
11526         * gnus-demon.el (parse-time-string): Add autoload.
11527
11528         * gnus-delay.el (parse-time-string): Add autoload.
11529
11530         * gnus-art.el (parse-time-string): Add autoload.
11531
11532         * nnultimate.el (parse-time): Require for `parse-time-string'.
11533
11534 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11537
11538         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11539
11540         * smime.el (smime-ldap-host-list): Add :version.
11541
11542 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11545         pass it to `gnus-browse-read-group'.
11546         (gnus-browse-read-group): Add NUMBER argument and pass it to
11547         `gnus-group-read-ephemeral-group'.
11548
11549         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11550         argument and pass it to `gnus-group-read-group'.
11551
11552 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11553
11554         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11555         mm-xemacs-find-mime-charset-1 if we have the mule feature
11556         available at runtime.
11557
11558 2005-03-25  Werner Lemberg  <wl@gnu.org>
11559
11560         * nnmaildir.el: Replace `illegal' with `invalid'.
11561
11562 2005-03-23  Lute Kamstra  <lute@gnu.org>
11563
11564         * time-date.el: Add comment on time value formats.
11565         Don't require parse-time.
11566         (with-decoded-time-value): New macro.
11567         (encode-time-value): New function.
11568         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11569         (days-to-time): Return a valid time value when arg is huge.
11570         (time-since): Use time-subtract.
11571         (time-to-number-of-days): Use time-to-seconds.
11572
11573 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11574
11575         * gnus-start.el (gnus-display-time-event-handler):
11576         Check display-time-timer at runtime rather than only at load time
11577         in case display-time-mode is turned off in the mean time.
11578
11579 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11582         used.
11583
11584         * nneething.el (nneething-map-file-directory): Derive from
11585         `gnus-directory'.
11586
11587         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11588         the To/Cc button.
11589
11590 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * nnmaildir.el (nnmaildir-request-accept-article):
11593         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11594
11595 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11596
11597         * gnus-async.el: Require timer-funcs at compile time when in
11598         XEmacs for `run-with-idle-timer'.
11599
11600 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11601
11602         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11603         autoloaded function.
11604
11605 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11606
11607         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11608
11609 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11610
11611         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11612
11613 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11614
11615         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11616         gnus-expert-user to default.
11617
11618 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11619
11620         * nnimap.el (nnimap-open-server): Ditto.
11621
11622         * imap.el (imap-authenticate): Fix typo.
11623
11624 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11625
11626         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11627         buffer (since IMAP server might return FETCH response out of
11628         order, and the nntp buffer must be sorted).
11629
11630 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11631
11632         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11633         comparison on string.
11634
11635         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11636         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11637         (gnus-agent-summary-fetch-series): Modified to protect against
11638         gnus-agent-summary-fetch-group clearing processable flags.
11639         (gnus-agent-synchronize-group-flags): Update live group buffer as
11640         synchronization may occur due to the user toggle the plugged
11641         status.
11642         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11643         successfully downloaded.
11644         (gnus-agent-expire-group-1): Avoid using markers when the overview
11645         is in ascending order; greatly improves performance.
11646         (gnus-agent-regenerate-group): Use
11647         gnus-agent-synchronize-group-flags to reset read status in both
11648         gnus and server.
11649         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11650
11651 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * message.el: Don't autoload former message-utils variables.
11654         (message-strip-subject-trailing-was): Change doc string.
11655
11656         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11657         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11658         (nnweb-google-search): Add "hl=en" here.
11659         (nnweb-google-parse-1, nnweb-google-create-mapping):
11660         Don't hardcode URL.
11661
11662 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * message.el (message-get-reply-headers, message-followup):
11665         Mention related variables `message-use-followup-to' and
11666         `message-use-mail-followup-to', in the information buffer.
11667
11668         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11669         of broken groups(-beta).google.com.
11670
11671 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11672
11673         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11674         parameter to invoked gnus-request-move-article; remove the
11675         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11676         all at once instead of once per article.
11677         (gnus-summary-remove-process-mark): Accept a list of articles as
11678         well as a single article for processing.
11679
11680         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11681         parameter.
11682
11683         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11684
11685         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11686
11687         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11688         parameter.
11689
11690         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11691         parameter.
11692
11693         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11694         parameter and remove the gnus-sum-hint-move-is-internal variable.
11695
11696         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11697         parameter.
11698
11699         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11700         parameter.
11701
11702         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11703         parameter.
11704
11705         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11706
11707         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11708         parameter.
11709
11710         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11711         parameter.
11712
11713 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11714
11715         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11716         a more conservative way.
11717
11718 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11719
11720         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11721         buffer, so it moves the window's cursor.
11722
11723 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11724
11725         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11726         `mm-dissect-multipart' and receive the from field as an (optional)
11727         argument from `mm-dissect-multipart'.
11728         (mm-dissect-multipart): Receive the from field as an argument and
11729         pass it on when we call `mm-dissect-buffer' on MIME parts.
11730         Fixes verification/decryption of signed/encrypted MIME parts.
11731
11732 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11733
11734         * gnus-sum.el (gnus-summary-move-article): Set
11735         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11736         whatever it calls (right now, only nnimap-request-move article
11737         respects it).
11738
11739         * nnimap.el (nnimap-request-move-article): When
11740         gnus-sum-hint-move-is-internal is set, don't do the extra
11741         nnimap-request-article.
11742
11743 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11746
11747         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11748         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11749
11750         * gnus-sum.el (gnus-summary-caesar-message):
11751         Apply `gnus-treat-article' after rotation.
11752
11753         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11754         doc string.
11755
11756 2005-02-22  Simon Josefsson  <jas@extundo.com>
11757
11758         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11759         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11760         <arne@arnested.dk>.
11761         (encrypt): Add password-cache and password-cache-expiry as group
11762         members.
11763
11764 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11765
11766         * smime.el (smime-ldap-host-list): Doc fix.
11767         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11768         cache) password.
11769         (smime-sign-region): Use it.
11770         (smime-decrypt-region): Use it.
11771         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11772         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11773         fails.
11774         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11775         certificate from DER to PEM format rather than calling openssl.
11776
11777         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11778
11779         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11780         for signing/encryption.
11781
11782         * mml.el (mml-parse-1): Use them.
11783
11784 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11785
11786         * nnrss.el (nnrss-verbose): Removed.
11787         (nnrss-request-group): Use `nnheader-message' instead.
11788
11789 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11790
11791         * nnrss.el (nnrss-verbose): New variable.
11792         (nnrss-request-group): Make it say nnrss is requesting a group.
11793
11794 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11797         Handle news URL with given port correctly.
11798
11799 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11802         containing special characters.
11803
11804         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11805
11806         * mml.el (mime-to-mml): Ditto.
11807
11808         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11809         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11810         (rfc2047-decode-region): Quote decoded words containing special
11811         characters when rfc2047-quote-decoded-words-containing-tspecials
11812         is non-nil.
11813
11814 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11815
11816         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11817
11818         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11819
11820 2005-02-15  Simon Josefsson  <jas@extundo.com>
11821
11822         * nnimap.el (nnimap-debug): Doc fix.
11823
11824         * imap.el (imap-debug): Doc fix.
11825
11826 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11829
11830 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11831
11832         * gnus.el (spam-contents): Improve docs for spam-contents
11833         parameter in its variable incarnation.
11834
11835 2005-02-14  Simon Josefsson  <jas@extundo.com>
11836
11837         * smime-ldap.el: Use require instead of load-library for ldap.
11838         (smime-ldap-search): Indent.
11839         (smime-ldap-search-internal): Shorten line.
11840
11841         * smime.el (smime-cert-by-dns): Add doc-string.
11842         (smime-cert-by-ldap-1): Indent.
11843
11844         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11845         mml-smime-get-dns-ldap.
11846         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11847
11848 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11849
11850         * smime.el: Require smime-ldap.
11851         (smime-ldap-host-list): New variable.
11852         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11853
11854         * mml-smime.el (mml-smime-encrypt-query): New function.
11855         (mml-smime-encrypt-query): Use it.
11856
11857         * smime-ldap.el: New file.
11858
11859 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11862
11863 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11866         argument in doc string.  Make query for type more clear.
11867
11868 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * gnus.el (gnus-group-startup-message): Search for gnus images in
11871         etc/images/gnus.
11872         * mm-util.el (mm-image-load-path): Likewise.
11873         * smiley.el (smiley-data-directory): Search for smilies in
11874         etc/images/smilies.
11875
11876 2005-02-09  Kim F. Storm  <storm@cua.dk>
11877
11878         Change Emacs release version from 21.4 to 22.1 throughout.
11879         Change Emacs development version from 21.3.50 to 22.0.50.
11880
11881 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11884
11885         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11886         non-Mule XEmacs as well.
11887         (mm-decompress-buffer): Signal an error intentionally if it does
11888         not decompress compressed data because auto-compression-mode is
11889         disabled.
11890
11891 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11892
11893         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11894         an ID in the registry even if it has no groups.
11895
11896 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11899         merge it into mm-decompress-buffer.
11900         (gnus-mime-copy-part): Use the MIME part charset, the value which
11901         a user specified or gnus-newsgroup-charset for decoding, like
11902         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11903         save-buffer what was used.  Suggested by Kevin Ryde
11904         <user42@zip.com.au>.
11905         (gnus-mime-inline-part): Allow the name parameter as well as the
11906         filename parameter; force decompressing of compressed data; always
11907         display contents being not decoded as unibyte.
11908
11909         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11910         as well as the filename parameter.
11911
11912         * mm-util.el (mm-decompress-buffer): Merge
11913         gnus-mime-jka-compr-maybe-uncompress.
11914         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11915         of compressed data.
11916
11917 2005-02-08  Simon Josefsson  <jas@extundo.com>
11918
11919         * imap.el (imap-log): Doc fix.
11920
11921 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11924         the coding cookies; decompress compressed parts.
11925
11926         * mml.el (mml-generate-mime-1): Add the charset parameter according
11927         to the value which a user specified manually or the coding cookie.
11928
11929         * mm-util.el (mm-string-to-multibyte): New function.
11930         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11931         (mm-coding-system-to-mime-charset): New function.
11932         (mm-decompress-buffer): New function.
11933         (mm-find-buffer-file-coding-system): New function.
11934
11935         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11936         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11937         parts.
11938
11939 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11940
11941         * mm-view.el (mm-display-inline-fontify): Decode a part according
11942         to the charset parameter.
11943
11944 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11947         prefix arg is neither nil nor a number, as info specifies.
11948
11949 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11952         timestamps.
11953
11954 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11955
11956         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11957         groups error checking and notify user.
11958
11959 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11960
11961         * message.el (message-send-mail-function): Check existence of
11962         sendmail-program first before using default value
11963         `message-send-mail-with-sendmail'.  Otherwise use more generic
11964         `smtpmail-send-it'.
11965
11966 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * nntp.el (nntp-request-update-info): Always return nil.
11969
11970 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11971
11972         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11973
11974 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11975
11976         * message.el (message-beginning-of-line): Change the behavior when
11977         invoked between BOL and : so that it first moves backward.
11978
11979 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11982         article buffer when editing of the article is discarded.
11983         (gnus-article-prepare): Revert.
11984
11985 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (gnus-article-prepare):
11988         Remove message-strip-forbidden-properties from the local hook.
11989
11990 2005-01-27  Simon Josefsson  <jas@extundo.com>
11991
11992         * password.el (password-cache-add): Only start one timer per key.
11993         Reported by Derek Atkins <warlord@MIT.EDU>.
11994
11995 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11996
11997         * run-at-time.el: Removed.  It is no longer needed as
11998         timer-funcs.el in the xemacs-base package has a working version of
11999         `run-at-time'.
12000
12001         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12002
12003         * password.el: Require timer-funcs instead of run-at-time in
12004         XEmacs.
12005         Remove `password-run-at-time' macro.
12006         (password-cache-add): Use `run-at-time' instead of
12007         `password-run-at-time'.
12008
12009         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12010         Remove `nnheader-cancel-function-timers' alias,
12011         `cancel-function-timers' exists in XEmacs in timer-funcs.
12012
12013         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12014         for `run-with-idle-timer'.
12015
12016         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12017         for `run-at-time'.
12018
12019         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12020         for `with-timeout'.
12021
12022         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12023         the same as for XEmacs 21.4.
12024         No need to ignore `run-with-idle-timer', this function exists in
12025         XEmacs now in timer-funcs.el in the xemacs-base package.
12026         (dgnushack-compile): No need to delete
12027         run-at-time.el from the list of files to compile because it
12028         doesn't exist anymore.
12029
12030 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12033         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12034
12035 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12036
12037         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12038         sensitively.
12039
12040 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12041
12042         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12043
12044 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12047         which will be inserted according to the multibyteness of a buffer
12048         rather than the type of contents.  Suggested by ARISAWA Akihiro
12049         <ari@mbf.ocn.ne.jp>.
12050
12051         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12052         of string which old xml.el may return rather than a string.
12053
12054 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12057
12058 2005-01-16  Simon Josefsson  <jas@extundo.com>
12059
12060         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12061         idn/idna.el isn't available.
12062         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12063         <michael@waxrat.com>.
12064
12065         * hashcash.el: Remove non-FSF copyright header.
12066
12067         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12068         (hashcash-generate-payment): Use it.
12069         (hashcash-generate-payment-async): Use it.
12070
12071 2005-01-15  Simon Josefsson  <jas@extundo.com>
12072
12073         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12074         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12075
12076         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12077         gnus-summary-idna-message.
12078         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12079         (gnus-summary-idna-message): New function.
12080
12081 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12084         gnus-novice-user.
12085
12086 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * nnrss.el (nnrss-request-delete-group): Delete entries in
12089         nnrss-group-alist as well.
12090         (nnrss-save-server-data): Insert newline.
12091
12092 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * gnus.el (gnus-user-agent): Use list of symbols instead of
12095         symbols.  Display full version number for (S)XEmacs.  Optionally
12096         display (S)XEmacs codename.
12097
12098         * gnus-util.el (gnus-emacs-version): Update for new
12099         `gnus-user-agent'.
12100
12101         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12102         Gnus version.
12103
12104 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12107         which is unreadable in some setups.
12108
12109 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-spec.el (gnus-update-format-specifications): Flush the
12112         group format spec cache if it doesn't support decoded group names.
12113
12114 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12117         Allow to apply decay on score files matching a regexp.
12118
12119 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12122         compatibility in %g and %c.
12123
12124 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12127         name for only %g and %c.
12128         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12129         of gnus-tmp-group to decoded group name.
12130         (gnus-group-make-rss-group): Exclude `/'s from group names.
12131
12132 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * nnrss.el (nnrss-get-encoding): Fix regexp.
12135
12136 2004-12-27  Simon Josefsson  <jas@extundo.com>
12137
12138         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12139         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12140         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12141
12142 2004-12-17  Kim F. Storm  <storm@cua.dk>
12143
12144         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12145
12146         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12147
12148 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12149
12150         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12151
12152 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * nnrss.el: Require rfc2047 and mml.
12155         (nnrss-file-coding-system): New variable.
12156         (nnrss-format-string): Redefine it as an inline function.
12157         (nnrss-decode-group-name): New function.
12158         (nnrss-string-as-multibyte): Remove.
12159         (nnrss-retrieve-headers): Decode group name; don't use
12160         nnrss-format-string.
12161         (nnrss-request-group): Decode group name.
12162         (nnrss-request-article): Decode group name; allow a Message-ID as
12163         well as an article number; don't use nnrss-format-string; encode a
12164         Message-ID string which may contain non-ASCII characters; use
12165         mml-to-mime to compose a MIME article.
12166         (nnrss-request-expire-articles): Decode group name.
12167         (nnrss-request-delete-group): Decode group name.
12168         (nnrss-fetch): Clarify error message.
12169         (nnrss-read-server-data): Use insert-file-contents instead of load;
12170         bind file-name-coding-system; use multibyte buffer.
12171         (nnrss-save-server-data): Bind coding-system-for-write to the
12172         value of nnrss-file-coding-system; bind file-name-coding-system;
12173         add coding cookie.
12174         (nnrss-read-group-data): Use insert-file-contents instead of load;
12175         bind file-name-coding-system; use multibyte buffer.
12176         (nnrss-save-group-data): Bind coding-system-for-write to the
12177         value of nnrss-file-coding-system; bind file-name-coding-system.
12178         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12179         make it work with non-ASCII text.
12180         (nnrss-find-el): Make it work with old xml.el as well.
12181
12182 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12183
12184         * nnrss.el (nnrss-get-encoding): New function.
12185         (nnrss-fetch): Use unibyte buffer initially; bind
12186         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12187         decode contents according to the encoding attribute.
12188         (nnrss-save-group-data): Add coding cookie.
12189         (nnrss-mime-encode-string): New function.
12190         (nnrss-check-group): Use it to encode subject and author.
12191
12192 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12193
12194         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12195         imaginary variable.
12196
12197 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12200         correctly even if there are wide characters.
12201
12202 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12203
12204         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12205         downcased symbol names; make a new cache instead of reusing
12206         bbdb-hashtable.
12207
12208 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12211         concatenating segments rather than before concatenating them.
12212         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12213
12214         * message.el (message-get-reply-headers): Bind `extra'.
12215
12216 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * message.el (message-extra-wide-headers): New variable.
12219         (message-get-reply-headers): Use it.
12220
12221 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12224         (gnus-agent-group-pathname): Ditto.
12225
12226         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12227
12228         * gnus-group.el (gnus-group-make-group): Decode group name.
12229         (gnus-group-make-rss-group): Register the group data after opening
12230         the nnrss group.
12231
12232 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12233
12234         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12235         by expiry now get marked as read.
12236
12237 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12240
12241 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12242
12243         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12244         unify Latin characters in XEmacs.
12245         (mm-find-mime-charset-region): Use it.
12246
12247 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-util.el (gnus-delete-directory): New function.
12250
12251         * gnus-agent.el (gnus-agent-delete-group): Use it.
12252
12253         * gnus-cache.el (gnus-cache-delete-group): Use it.
12254
12255 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12258         names.
12259
12260 2004-12-16  Simon Josefsson  <jas@extundo.com>
12261
12262         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12263
12264 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12267
12268         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12269         (gnus-group-set-current-level): Decode group name.
12270
12271 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12272
12273         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12274         failed.
12275
12276 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-group.el (gnus-group-delete-group): Decode group name.
12279         (gnus-group-make-rss-group): Encode group name.
12280         (gnus-group-catchup-current): Decode group name.
12281         (gnus-group-kill-group): Decode group name.
12282
12283 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12284
12285         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12286
12287 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-group.el (gnus-group-make-rss-group):
12290         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12291
12292         * gnus-start.el (gnus-setup-news): Honor user's setting to
12293         gnus-message-archive-method.  Suggested by Lute Kamstra
12294         <lute@gnu.org>.
12295
12296 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12297
12298         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12299         global counterparts of the buffer-local variables.
12300
12301 2004-11-16  Romain Francoise  <romain@orebokech.com>
12302
12303         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12304         counterparts of the buffer-local variables.
12305
12306 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * message.el (message-forbidden-properties): Fixed typo in doc
12309         string.
12310
12311 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * gnus-util.el (gnus-replace-in-string): Added doc string.
12314
12315         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12316         to avoid problems when splitting mails with many recipients.
12317
12318 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12319
12320         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12321         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12322
12323 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12324
12325         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12326         if there is no hashtable in memory or file modification time is
12327         newer than cached timestamp.
12328
12329 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12332         not-matching option.
12333
12334 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12337         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12338         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12339         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12340         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12341         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12342
12343 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * message.el (message-forward-make-body-mml): Remove headers
12346         according to message-forward-ignored-headers if a message is decoded.
12347
12348 2004-12-02  Romain Francoise  <romain@orebokech.com>
12349
12350         * message.el (message-forward-make-body-plain): Always remove
12351         headers according to message-forward-ignored-headers.
12352
12353 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12354
12355         * spam.el (spam-summary-prepare-exit): Remove the
12356         gnus-summary-limit pop for now, it has problems with ham marks for
12357         me.
12358
12359 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12360
12361         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12362         correctly.
12363
12364 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12365
12366         * format-spec.el (format-spec): Message the char.
12367
12368 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12369
12370         * gnus-art.el (gnus-split-methods): Reformat comments.
12371
12372         * spam.el (spam-summary-prepare-exit): Remove article limits
12373         before exiting the summary buffer.
12374
12375 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12378         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12379
12380         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12381         order to silence the byte compiler.
12382
12383         * spam.el: Fix the way to silence the byte compiler, which
12384         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12385         bbdb-search-simple, spam-BBDB-register-routine,
12386         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12387         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12388         spam-stat-buffer-is-spam, spam-stat-load,
12389         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12390         spam-stat-save and spam-stat-split-fancy.
12391
12392 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12395         which may confuse users.
12396         (canlock-password-for-verify): Ditto.
12397
12398         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12399
12400         * gnus-art.el (gnus-emphasis-alist): Ditto.
12401
12402         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12403
12404         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12405
12406         * gnus-start.el (gnus-save-killed-list): Ditto.
12407
12408         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12409         (gnus-sum-thread-tree-root): Ditto.
12410         (gnus-sum-thread-tree-false-root): Ditto.
12411         (gnus-sum-thread-tree-single-indent): Ditto.
12412
12413         * message.el (message-courtesy-message): Ditto.
12414         (message-archive-note): Ditto.
12415         (message-subscribed-address-file): Ditto.
12416         (message-user-fqdn): Ditto.
12417
12418         * spam-report.el (spam-report-gmane-regex): Ditto.
12419
12420         * spam.el (spam-blackhole-good-server-regex): Ditto.
12421
12422 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * mml.el (mml-preview): Widen the message buffer before copying
12425         the contents to the preview buffer; sort headers before previewing.
12426
12427         * message.el (message-hidden-headers): Fix the way to avoid a bug
12428         in the `repeat' widget in Emacs 21.3 or earlier.
12429
12430 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * message.el (message-hidden-headers): Default to "^References:".
12433         Improve customization type.  Suggested by Reiner Steib
12434         <Reiner.Steib@gmx.de>.
12435
12436 2004-11-25  Romain Francoise  <romain@orebokech.com>
12437
12438         * message.el (message-strip-forbidden-properties): Remove check for
12439         obsolete `message-hidden' text property, hidden headers are not
12440         accessible in the buffer anymore.
12441
12442 2004-11-22  Romain Francoise  <romain@orebokech.com>
12443
12444         * message.el (message-header-format-alist): Add `From' in list
12445         so that it can be sorted.
12446         (message-fix-before-sending): Widen and sort headers before
12447         sending.
12448         (message-hide-headers): Use narrowing to hide headers by moving
12449         them to the top of the buffer and narrowing to the region
12450         underneath.
12451
12452 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * message.el (message-strip-forbidden-properties): Bind
12455         buffer-read-only (etc) to nil.
12456
12457 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12460         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12461
12462 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12463
12464         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12465
12466 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467
12468         * dns.el (query-dns): Use sit-for to time instead of
12469         accept-process-output, since that doesn't seem to work on udp
12470         sockets.
12471
12472 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12475
12476 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12477
12478         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12479         doc string.  Improve doc string.
12480
12481 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * nntp.el (nntp-request-update-info): Return nil if
12484         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12485         may not call gnus-activate-group which uselessly issues the GROUP
12486         commands for all nntp groups and wastes time.  Reported by Romain
12487         Francoise <romain@orebokech.com>.
12488
12489         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12490
12491 2004-11-15  Simon Josefsson  <jas@extundo.com>
12492
12493         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12494         headers separately.
12495         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12496         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12497
12498 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-start.el (gnus-convert-old-newsrc):
12501         Assign legacy-gnus-agent to 5.10.7.
12502
12503 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12506         start of the lines.
12507
12508 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12509
12510         * hashcash.el (hashcash-default-payment): Change default to 20.
12511         (hashcash-default-accept-payment): Change default to 20.
12512         (hashcash-process-alist): New variable.
12513         (hashcash-generate-payment-async): Add.
12514         (hashcash-already-paid-p): Add.
12515         (hashcash-insert-payment): Don't generate payments twice.
12516         (hashcash-insert-payment-async): Add.
12517         (hashcash-insert-payment-async-2): Add.
12518         (hashcash-cancel-async): Add.
12519         (hashcash-wait-async): Add.
12520         (hashcash-processes-running-p): Add.
12521         (hashcash-wait-or-cancel): Add.
12522         (mail-add-payment): New optional argument.  Conditionally start
12523         asynchronous calculation.
12524         (mail-add-payment-async): Add.
12525
12526         * message.el (message-send-mail): Wait for asynchronous hashcash
12527         results.  Don't clobber existing X-Hashcash headers.
12528         (message-setup-1): Call mail-add-payment-async when
12529         message-generate-hashcash is non-nil.
12530
12531 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12532
12533         * message.el (message-use-alternative-email-as-from): Examine the
12534         From header as well; use message-make-from in order to include a
12535         user's full name.
12536
12537 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12540         default; improve customization type.
12541         (gnus-emphasis-custom-with-format): New macro.
12542         (gnus-emphasis-custom-value-to-external): New function.
12543         (gnus-emphasis-custom-value-to-internal): New function.
12544
12545 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546
12547         * dns.el (query-dns): Resolve reverse addresses.
12548
12549 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12550
12551         * gnus-group.el (gnus-group-get-new-news): Use it.
12552
12553         * gnus-start.el (gnus-check-reasonable-setup): New function.
12554
12555 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12558         "Args out of range" error.  Reported by Arnaud Giersch
12559         <arnaud.giersch@free.fr>.
12560
12561 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12562
12563         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12564
12565 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12566
12567         * spam.el (spam group): Add :version.
12568
12569         * pgg-def.el (pgg group): Add :version.
12570
12571 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * gnus-art.el (gnus-article-edit-article): Don't associate the
12574         article buffer with a draft file.  This is a temporary measure
12575         against the 2004-08-22 change to gnus-article-edit-mode.
12576
12577 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12580         (html2text-format-tags): Remove unused variable `attr'.
12581
12582 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12585
12586         * tls.el (tls-process-connection-type, tls-success)
12587         (tls-certtool-program): Add :version.
12588
12589         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12590         (starttls-extra-arguments, starttls-process-connection-type)
12591         (starttls-connect, starttls-failure, starttls-success): Add :version.
12592
12593         * spam-stat.el (spam-stat): Add :version.
12594
12595         * sieve.el (sieve): Add :version.
12596
12597         * sha1.el (sha1): Add :version.
12598         (sha1-use-external): Remove redundant version.
12599
12600         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12601         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12602         (nnmail-split-fancy-match-partial-words)
12603         (nnmail-split-lowercase-expanded): Add :version.
12604
12605         * nndiary.el (nndiary): Add :version.
12606
12607         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12608
12609         * mml-sec.el (mml-default-sign-method)
12610         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12611         Add :version.
12612
12613         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12614
12615         * mm-url.el (mm-url-use-external, mm-url-program)
12616         (mm-url-arguments): Add :version.
12617
12618         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12619         (mm-attachment-file-modes, mm-decrypt-option)
12620         (mm-w3m-safe-url-regexp): Add :version.
12621
12622         * message.el (message-cite-prefix-regexp)
12623         (message-sendmail-envelope-from, message-minibuffer-local-map)
12624         (message-user-fqdn, message-completion-alist): Add :version.
12625
12626         * gnus-win.el (gnus-configure-windows-hook)
12627         (gnus-use-frames-on-any-display): Add :version.
12628
12629         * gnus-art.el (gnus-article-address-banner-alist)
12630         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12631         (gnus-treat-from-picon, gnus-treat-mail-picon)
12632         (gnus-treat-x-pgp-sig): Add :version.
12633
12634         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12635         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12636         (gnus-summary-article-delete-hook)
12637         (gnus-summary-display-while-building): Add :version.
12638
12639         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12640         (gnus-get-top-new-news-hook): Add :version.
12641
12642         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12643         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12644
12645         * gnus-registry.el (gnus-registry): Add :version.
12646
12647         * gnus-spec.el (gnus-use-correct-string-widths)
12648         (gnus-make-format-preserve-properties): Add :version.
12649
12650         * gnus.el (gnus-group-charter-alist)
12651         (gnus-group-fetch-control-use-browse-url)
12652         (gnus-install-group-spam-parameters): Add :version.
12653
12654         * gnus-diary.el (gnus-diary): Add :version.
12655
12656         * gnus-delay.el (gnus-delay): Add :version.
12657
12658         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12659         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12660         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12661         Add :version.
12662
12663         * gnus-agent.el (gnus-agent-max-fetch-size)
12664         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12665         (gnus-agent-prompt-send-queue): Add :version.
12666
12667         * deuglify.el (gnus-outlook-deuglify): Add :version.
12668
12669         * html2text.el: Beautify code.  Improve doc strings.  Some
12670         checkdoc cleanup.
12671         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12672
12673 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12674
12675         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12676
12677 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12680         when package is loaded.
12681
12682         * spam.el (spam-summary-score-preferred-header): Add global preference
12683         for people who want to override the default SpamAssassin over
12684         Bogofilter preference (when both are set).
12685         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12686         (spam-user-format-function-S): Check
12687         spam-summary-score-preferred-header.
12688         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12689         (spam-user-format-function-S): Format the score correctly.
12690
12691 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12694         signature file.  Suggested by Manoj Srivastava
12695         <srivasta@golden-gryphon.com>.
12696
12697         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12698         iso-2022-jp even in the Japanese language environment.
12699         Suggested by Jason Rumney <jasonr@gnu.org>.
12700
12701 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12704         use the same characters as the dummy marks; make it free from
12705         getting affected by the language environment.
12706         (gnus-summary-read-group-1): Update mark positions only when the
12707         format spec is updated.
12708
12709         * gnus-spec.el (gnus-update-format-specifications): Return a list
12710         of updated types.
12711
12712 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12715         of boundp to check if display-warning is available.
12716
12717 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12718
12719         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12720
12721 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * nnspool.el (nnspool-spool-directory): Use news-path if the
12724         news-directory variable is not bound.
12725
12726         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12727         function instead of display-warning if it is not available.
12728
12729 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12732         v5-10: Use `point-at-bol'.
12733
12734 2004-10-26  Simon Josefsson  <jas@extundo.com>
12735
12736         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12737         <chenggao@gmail.com>.
12738
12739 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12742         instead.
12743
12744 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12745
12746         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12747         to remove a server from the nnimap-server-buffer-alist.
12748         (nnimap-open-connection, nnimap-close-server): Use it.
12749
12750         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12751
12752 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12755         running the major-mode function.
12756
12757 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12760         dummy marks in the right way.
12761
12762 2004-10-18  David Edmondson  <dme@dme.org>
12763
12764         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12765         excessively.
12766
12767 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * gnus-util.el (gnus-split-references): Accept a nil references
12770         string and go on blissfully.
12771
12772         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12773         cases where the references string is non-nil but has no references.
12774
12775         * encrypt.el: Add autoload tags.
12776
12777         * spam.el (spam-resolve-registrations-routine): Remove article
12778         from unregistration list too.  Reported by David Hanak
12779         <dhanak@isis.vanderbilt.edu>
12780
12781 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12784         nil.  Changed custom type.
12785
12786 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12789
12790         * gnus-sum.el (gnus-summary-move-article): Use it.
12791
12792 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12793
12794         * encrypt.el: Add autoload cookies.
12795
12796         * spam.el (spam-backend-article-list-property)
12797         (spam-backend-get-article-todo-list)
12798         (spam-backend-put-article-todo-list)
12799         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12800         Resolve registrations separately.
12801         (spam-register-routine): Format comments.
12802         (spam-unregister-routine, spam-register-routine): Always call with
12803         specific-articles, no default list.
12804         (spam-summary-prepare-exit): Use the spam-classifications function.
12805
12806         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12807         gnus-encrypt.el.
12808
12809         * encrypt.el: Copied from gnus-encrypt.el.
12810
12811         * gnus-encrypt.el: Commented that it's obsolete.
12812
12813 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12816         (gnus-score-save): Use it.
12817
12818         * message.el (message-bury): Use `window-dedicated-p'.
12819
12820 2004-10-15  Simon Josefsson  <jas@extundo.com>
12821
12822         * pop3.el (top-level): Don't require nnheader.
12823         (pop3-read-timeout): Add.
12824         (pop3-accept-process-output): Add.
12825         (pop3-read-response, pop3-retr): Use it.
12826
12827 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12828
12829         * spam.el (spam-register-routine): Move comment.
12830         (spam-verify-bogofilter): Use 'unknown for the initial
12831         spam-bogofilter-valid state, not 'never.
12832
12833         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12834         for netrc-machine.
12835
12836         * nnimap.el (nnimap-open-connection): Use
12837         netrc-machine-user-or-password.
12838
12839 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12840
12841         * gnus-registry.el (gnus-registry-unload-hook):
12842         Set as a variable with add-hook.
12843
12844         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12845         of news-path.
12846
12847         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12848
12849         * spam.el: Delete duplicate `provide'.
12850         (spam-unload-hook): Set as a variable with add-hook.
12851
12852 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12855         in the doc string.
12856
12857         * message.el (message-ignored-news-headers)
12858         (message-ignored-supersedes-headers)
12859         (message-ignored-resent-headers)
12860         (message-forward-ignored-headers): Improve custom type.
12861
12862 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * message.el (message-tokenize-header): Fix 2004-09-06 change
12865         which used point-min in the wrong place.
12866
12867 2004-10-12  Simon Josefsson  <jas@extundo.com>
12868
12869         * tls.el (tls-certtool-program): New variable.
12870         (tls-certificate-information): New function, based on
12871         ssl-certificate-information.
12872
12873 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * compface.el: Move the version of ELisp-based uncompface program
12876         to the contrib directory because of the copyright problem.
12877
12878 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * message.el (message-kill-buffer): Raise the current frame.
12881
12882 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12883
12884         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12885
12886         * gnus.el (message-y-or-n-p): Autoload.
12887
12888         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12889         (pop3-password-required, pop3-authentication-scheme)
12890         (pop3-leave-mail-on-server): Made customizable.
12891         (pop3): New custom group.
12892         (pop3-retr): Remove `sleep-for' statements.
12893         Suggested by Dave Love <fx@gnu.org>.
12894
12895         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12896         Windows/DOS.
12897
12898         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12899         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12900         Dave Love <fx@gnu.org>.
12901
12902         * mml.el (mml-minibuffer-read-disposition): Require match.
12903         Suggested by Dave Love <fx@gnu.org>.
12904
12905 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12908         doc string.
12909
12910 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12913
12914 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12915
12916         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12917         instead of calling `mm-insert-inline', to decode text/* parts
12918         before displaying them.
12919
12920 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * mm-uu.el (mm-uu-text-plain-type): New variable.
12923         (mm-uu-pgp-signed-extract-1): Use it.
12924         (mm-uu-pgp-encrypted-extract-1): Use it.
12925         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12926         bind mm-uu-text-plain-type with that value.
12927         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12928         mm-uu-dissect.
12929
12930 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-group.el (gnus-update-group-mark-positions):
12933         * gnus-sum.el (gnus-update-summary-mark-positions):
12934         * message.el (message-check-news-body-syntax):
12935         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12936         of string-as-multibyte.
12937
12938 2004-10-05  Juri Linkov  <juri@jurta.org>
12939
12940         * gnus-group.el (gnus-update-group-mark-positions):
12941         * gnus-sum.el (gnus-update-summary-mark-positions):
12942         * message.el (message-check-news-body-syntax):
12943         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12944         8-bit unibyte values to a multibyte string for search functions.
12945
12946 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12949         (mm-uu-dissect-text-parts): New function.
12950
12951         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12952         dissect text parts.
12953
12954         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12955         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12956
12957         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12958
12959         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12960         gnus-current-topics instead of gnus-current-topic.
12961
12962 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12963
12964         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12965
12966 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12967
12968         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12969         where approriate.
12970
12971         * nnml.el (nnml-generate-active-info): do.
12972
12973         * nndiary.el (nndiary-generate-active-info): do.
12974
12975         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12976         (gnus-topic-move): do.
12977
12978         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12979         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12980
12981         * gnus-srvr.el (gnus-server-prepare)
12982         (gnus-server-open-all-servers): do.
12983
12984         * gnus-msg.el (gnus-summary-cancel-article)
12985         (gnus-summary-resend-message)
12986         (gnus-summary-mail-crosspost-complaint): do.
12987
12988         * gnus-move.el (gnus-change-server): do.
12989
12990         * gnus-group.el (gnus-group-unmark-all-groups)
12991         (gnus-group-set-current-level): do.
12992
12993 2004-10-04  Simon Josefsson  <jas@extundo.com>
12994
12995         * message.el (message-generate-hashcash): Doc fix.
12996
12997 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12998
12999         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13000         avoid infinite recursion via gnus-get-function.
13001
13002 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13003
13004         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13005
13006         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13007
13008         * nnmail.el (nnmail-split-history): do.
13009
13010         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13011         (nnml-request-delete-group): do.
13012
13013         * nnslashdot.el (nnslashdot-read-groups): do.
13014
13015         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13016         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13017
13018         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13019         (nnspool-sift-nov-with-sed): Use last.
13020         (nnspool-retrieve-headers-with-nov): Use mapc.
13021         (nnspool-request-newgroups): Use dolist.
13022         (nnspool-request-group): Use last.
13023
13024         * nntp.el (nntp-read-server-type): Use dolist.
13025
13026         * nnvirtual.el (nnvirtual-create-mapping)
13027         (nnvirtual-update-read-and-marked): Use dolist.
13028         (nnvirtual-convert-headers): Simplify.
13029
13030 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13031
13032         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13033         support for sync'ing tick marks.
13034
13035 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13038         there's no visible header.
13039
13040 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13041
13042         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13043         necessary, pass full group name to gnus-request-set-marks.
13044
13045 2004-10-01  Simon Josefsson  <jas@extundo.com>
13046
13047         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13048         acroread.
13049
13050 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13051
13052         * spam-report.el (spam-report-gmane): Fix interactive.
13053
13054         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13055
13056         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13057         when writing file.
13058         (gnus-agent-synchronize-flags): Don't default to being
13059         interactive.
13060
13061 2004-09-30  Simon Josefsson  <jas@extundo.com>
13062
13063         * message.el (message-generate-hashcash): Add.
13064         (message-send-mail): Use it, call mail-add-payment.
13065
13066 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13067
13068         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13069
13070 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13071
13072         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13073         gnus-requst-update-info with explicit code to sync the in-memory
13074         info read flags with the marks being sync'd to the backend.
13075
13076         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13077
13078 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13079
13080         * spam.el (spam-verify-bogofilter): Add new function.
13081         (spam-check-bogofilter)
13082         (spam-bogofilter-register-with-bogofilter): Use it.
13083         (spam-verify-bogofilter): Add small fixes.
13084
13085 2004-09-28  Simon Josefsson  <jas@extundo.com>
13086
13087         * hashcash.el (hashcash-generate-payment): Revert.
13088
13089 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13092         gnus-extract-references instead of gnus-split-references.
13093
13094         * gnus-util.el (gnus-extract-references): Add new function, analogous
13095         to gnus-split-references but extracts only the message-ID without
13096         anything extra.
13097
13098         * hashcash.el (hashcash-generate-payment)
13099         (hashcash-check-payment): Do the right thing if hashcash-path is
13100         nil (because the hashcash program could not be found).
13101
13102         * spam.el (spam-use-hashcash): Remove comment.
13103
13104 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13105
13106         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13107         (gnus-cache-enter-article, gnus-cache-remove-article)
13108         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13109
13110         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13111
13112         * gnus-art.el (article-hide-boring-headers)
13113         (article-translate-strings, article-display-face)
13114         (gnus-article-mime-match-handle-first)
13115         (gnus-article-highlight-headers)
13116         (gnus-article-add-buttons-to-head): do.
13117
13118 2004-09-27  Simon Josefsson  <jas@extundo.com>
13119
13120         * hashcash.el: New version, from
13121         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13122         ../contrib/.
13123
13124 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13127
13128 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13129
13130         * gnus-dup.el (gnus-dup-open): Use mapc.
13131         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13132
13133         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13134         Reported by Stefan Wiens <s.wi@gmx.net>.
13135
13136         * gnus.el (gnus-shutdown): Use dolist.
13137
13138         * gnus-undo.el (gnus-undo): Use mapc.
13139
13140         * nnrss.el (nnrss-generate-active): do.
13141
13142         * message.el (message-cite-original-without-signature)
13143         (message-cite-original): Use mapc.
13144         (message-do-actions, message-make-forward-subject): Use dolist.
13145
13146 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13147
13148         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13149         deletion to remove entire duplicate line.  Fixes merged article
13150         number bug.
13151
13152 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13153
13154         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13155         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13156         first ask if you want to open a server and then, even when you
13157         responded with no, asking if you want to synchronize the server's
13158         flags.
13159         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13160         multi-line expressions.
13161         (gnus-agent-synchronize-group-flags): New internal function.
13162         Updates marks in memory (in the info structure) AND in the
13163         backend.
13164
13165         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13166
13167         * nnagent.el (nnagent-request-set-mark): Use
13168         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13169         method, to ensure that synchronization updates marks in the
13170         backend and in the info (in memory) structure.
13171
13172 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13175         convention fully; don't miss the root article of a thread; make
13176         the X-Draft-From header with correct article numbers.
13177
13178 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13179
13180         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13181         unless plugged.  Disable the agent so that an open failure causes
13182         an error.
13183
13184         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13185         Reverted 2004-09-21 change.  The backend must be opened while
13186         synchronizing flags even when the backend stores the flags
13187         locally.
13188
13189 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13192         in `header' match.  Reported by Svend Tollak Munkejord.
13193
13194         * message.el (message-cite-original): Fix use of
13195         `message-cite-articles-with-x-no-archive'.
13196
13197 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13200         (gnus-window-to-buffer): Ditto.
13201
13202         * mml.el (mml-preview-buffer): New variable.
13203         (mml-preview): Manage window layout with gnus-buffer-configuration.
13204
13205         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13206         X-Draft-From header even if those articles aren't quoted.
13207
13208 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13209
13210         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13211         (gnus-request-set-mark, gnus-request-update-mark): Use new
13212         g-s-t-u-l-m to decide to use backend even when unplugged.
13213
13214 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13217         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13218
13219 2004-09-20  Simon Josefsson  <jas@extundo.com>
13220
13221         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13222         "utf-16-le".
13223
13224 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13225
13226         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13227
13228 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * uudecode.el (uudecode-use-external): Add :version.
13231
13232         * smime.el (smime-CA-file, smime-encrypt-cipher)
13233         (smime-dns-server): Add :version.
13234
13235         * smiley.el (gnus-smiley-file-types): Add :version.
13236
13237         * sha1.el (sha1-use-external): Add :version.
13238
13239         * pgg-def.el (pgg-query-keyserver): Add :version.
13240
13241         * nnmail.el (nnmail-fancy-expiry-targets)
13242         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13243         Add :version.
13244
13245         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13246         (nnimap-retrieve-groups-asynchronous): Add :version.
13247         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13248
13249         * mml.el (mml-content-disposition-parameters)
13250         (mml-insert-mime-headers-always): Add :version.
13251
13252         * mm-util.el (mm-coding-system-priorities): Add :version.
13253
13254         * mm-decode.el (mm-inline-text-html-with-images)
13255         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13256         (mm-verify-option): Add :version.
13257         (mm-text-html-renderer): Change :version.
13258
13259         * message.el (message-fcc-externalize-attachments)
13260         (message-required-headers, message-draft-headers)
13261         (message-subject-trailing-was-query)
13262         (message-subject-trailing-was-ask-regexp)
13263         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13264         (message-mark-insert-end, message-archive-header)
13265         (message-archive-note, message-cross-post-default)
13266         (message-cross-post-note, message-followup-to-note)
13267         (message-cross-post-note-function, message-use-mail-followup-to)
13268         (message-subscribed-address-functions)
13269         (message-subscribed-address-file, message-subscribed-addresses)
13270         (message-subscribed-regexps, message-allow-no-recipients)
13271         (message-yank-cited-prefix, message-signature-insert-empty-line)
13272         (message-hidden-headers, message-hierarchical-addresses)
13273         (message-mail-user-agent, message-use-idna)
13274         (message-valid-fqdn-regexp)
13275         (message-strip-special-text-properties, message-header-synonyms)
13276         (message-beginning-of-line, message-tab-body-function): Add :version.
13277         (message-insert-canlock, message-wide-reply-confirm-recipients):
13278         Change :version.
13279
13280         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13281         and :version.
13282         (mail-source-delete-old-incoming-confirm)
13283         (mail-source-movemail-program): Add :version.
13284
13285         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13286         (gnus-agent-cache, gnus-agent): Change :version.
13287
13288         * gnus-util.el (gnus-use-byte-compile): Change :version.
13289
13290         * gnus-sum.el (gnus-summary-make-false-root-always)
13291         (gnus-summary-default-high-score)
13292         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13293         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13294         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13295         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13296         (gnus-sum-thread-tree-single-indent)
13297         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13298         (gnus-sum-thread-tree-leaf-with-other)
13299         (gnus-sum-thread-tree-single-leaf): Add :version.
13300         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13301         (gnus-article-loose-mime): Change :version.
13302
13303         * gnus-start.el (gnus-backup-startup-file)
13304         (gnus-save-startup-file-via-temp-buffer): Add :version.
13305
13306         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13307         (gnus-server-offline-face): Add :version.
13308
13309         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13310
13311         * gnus-msg.el (gnus-gcc-externalize-attachments)
13312         (gnus-debug-files, gnus-debug-exclude-variables)
13313         (gnus-discouraged-post-methods): Change :version.
13314         (gnus-confirm-mail-reply-to-news)
13315         (gnus-confirm-treat-mail-like-news): Add :version.
13316
13317         * gnus-int.el (gnus-server-unopen-status): Add :version.
13318
13319         * gnus-group.el (gnus-group-jump-to-group-prompt)
13320         (gnus-large-ephemeral-newsgroup)
13321         (gnus-fetch-old-ephemeral-headers): Add :version.
13322
13323         * gnus-fun.el (gnus-x-face-directory)
13324         (gnus-convert-pbm-to-x-face-command)
13325         (gnus-convert-image-to-x-face-command)
13326         (gnus-convert-image-to-face-command): Add :version.
13327
13328         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13329
13330         * gnus-cite.el (gnus-cite-blank-line-after-header)
13331         (gnus-article-boring-faces): Add :version.
13332
13333         * gnus-art.el (gnus-buttonized-mime-types)
13334         (gnus-inhibit-mime-unbuttonizing)
13335         (gnus-treat-display-face)
13336         (gnus-treat-body-boundary): Change :version.
13337         (gnus-body-boundary-delimiter, gnus-picon-databases)
13338         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13339         (gnus-treat-date-english, gnus-treat-fold-headers)
13340         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13341         (gnus-treat-mail-picon, gnus-treat-wash-html)
13342         (gnus-article-encrypt-protocol)
13343         (gnus-use-idna, gnus-article-over-scroll)
13344         (gnus-mime-display-multipart-alternative-as-mixed)
13345         (gnus-mime-display-multipart-related-as-mixed)
13346         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13347         (gnus-ctan-url, gnus-button-ctan-handler)
13348         (gnus-button-handle-ctan-bogus-regexp)
13349         (gnus-button-ctan-directory-regexp)
13350         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13351         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13352         (gnus-button-man-level, gnus-button-emacs-level)
13353         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13354
13355         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13356         (gnus-agent-go-online): Change :version.
13357         (gnus-agent-expire-unagentized-dirs)
13358         (gnus-agent-auto-agentize-methods): Add :version.
13359
13360         * flow-fill.el (fill-flowed-display-column)
13361         (fill-flowed-encode-column): Add :version.
13362
13363         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13364         (gnus-outlook-deuglify-unwrap-max)
13365         (gnus-outlook-deuglify-cite-marks)
13366         (gnus-outlook-deuglify-unwrap-stop-chars)
13367         (gnus-outlook-deuglify-no-wrap-chars)
13368         (gnus-outlook-deuglify-attrib-cut-regexp)
13369         (gnus-outlook-deuglify-attrib-verb-regexp)
13370         (gnus-outlook-deuglify-attrib-end-regexp)
13371         (gnus-outlook-display-hook): Add :version.
13372
13373         * binhex.el (binhex-use-external): Add :version.
13374
13375 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13376
13377         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13378         and `invisible'.
13379
13380 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13381
13382         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13383         in gnus-registry-trim.
13384
13385 2004-09-13  Simon Josefsson  <jas@extundo.com>
13386
13387         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13388
13389         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13390
13391         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13392         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13393         <yamaoka@jpl.org>.
13394         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13395         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13396         <yamaoka@jpl.org>.
13397
13398         * sieve.el (sieve-manage-mode): Ditto.
13399
13400 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13403
13404 2004-09-11  Simon Josefsson  <jas@extundo.com>
13405
13406         * dns-mode.el: Add.
13407
13408         * mm-view.el (mm-display-dns-inline): Add.
13409
13410         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13411         (mm-automatic-display): Ditto.
13412
13413         * mailcap.el (mailcap-mime-data): Add text/dns.
13414         (mailcap-mime-extensions): Map .soa to text/dns.
13415
13416 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13417
13418         * gnus-art.el (article-decode-mime-words, article-babel)
13419         (gnus-article-highlight-signature, gnus-article-add-buttons)
13420         (gnus-signature-toggle): Remove unnecessary bindings of
13421         `inhibit-read-only' inherited from v5.10 merge.
13422
13423 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * nntp.el (nntp): New customization group.
13426         (nntp-authinfo-file): Add customization group.
13427
13428         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13429
13430         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13431
13432         * gnus.el (to-address, to-list, subscribed)
13433         (large-newsgroup-initial): Ditto.
13434
13435         * flow-fill.el (fill-flowed-display-column)
13436         (fill-flowed-encode-column): Ditto.
13437
13438 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13439
13440         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13441         Use point-min rather than 1.
13442         (message-send-mail): Use buffer-size rather than point-max.
13443
13444         * gnus-sum.el (gnus-summary-search-article-forward):
13445         Signal a specific `search-failed' rather than a generic `error'.
13446
13447         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13448         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13449         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13450
13451 2004-09-10  Simon Josefsson  <jas@extundo.com>
13452
13453         * nndb.el (require): Remove tcp and duplicate cl.
13454
13455 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-agent.el (directory-files-and-attributes): Move forward.
13458
13459 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13460
13461         * gnus-agent.el (directory-files-and-attributes): Optionally
13462         defined to support XEmacs.
13463
13464 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13465
13466         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13467         to avoid run-time CL dependencies.
13468         (gnus-agent-unfetch-articles): New function.
13469         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13470         article numbers even when local .overview file is missing.
13471         (gnus-agent-read-article-number): New function.  Only accepts
13472         27-bit article numbers.
13473         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13474         gnus-agent-read-article-number.
13475         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13476         from backend while recognizing that article numbers in .overview
13477         must be valid.
13478         (gnus-agent-update-files-total-fetched-for): Use
13479         directory-files-and-attributes to improve performance.
13480         * gnus-int.el (gnus-request-move-article): Use
13481         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13482         improve performance.
13483
13484         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13485         some users confused by references to .newsrc when they only have a
13486         .newsrc.eld file.
13487         (gnus-convert-mark-converter-prompt)
13488         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13489         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13490         New function.  Used internally to only display 'gnus converting
13491         files' message when actually necessary.
13492
13493         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13494         methods now autoloaded.
13495
13496 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13499         identifiers.
13500
13501 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * gnus-picon.el: Fix indentation and closing parenthesis.
13504
13505 2004-09-01  Simon Josefsson  <jas@extundo.com>
13506
13507         * message.el (message-canlock-generate): Require sha1, not
13508         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13509         to require within a function.  Sadly, if sha1.el isn't loaded, the
13510         let binding in m-c-g will hide the defcustom definition, which is
13511         bad.)
13512
13513         * canlock.el: Require sha1, not sha1-el.
13514
13515         * message.el: Don't autoload sha1 (there is a autoload cookie in
13516         sha1.el).
13517
13518         * sha1-el.el: Renamed to sha1.el.
13519
13520 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13521
13522         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13523
13524 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13525
13526         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13527
13528 2004-08-30  Kim F. Storm  <storm@cua.dk>
13529
13530         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13531
13532         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13533         Add :group 'nnimap.
13534
13535 2004-08-30  Andreas Schwab  <schwab@suse.de>
13536
13537         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13538         ?* and ?\;.
13539
13540         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13541         and ?\' to symbol instead of whitespace.
13542
13543 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13546
13547         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13548         instead of re-search-forward.
13549
13550         * gnus-uu.el (gnus-uu-save-article): Ditto.
13551         (gnus-uu-post-encode-uuencode): Ditto.
13552
13553         * html2text.el (html2text-clean-list-items): Ditto.
13554         (html2text-clean-dtdd): Ditto.
13555         (html2text-format-tags): Ditto.
13556
13557         * message.el (message-send-mail-with-sendmail): Fix regexp.
13558         (message-fill-field-general): Use search-forward instead of
13559         re-search-forward.
13560         (unbold-region): Ditto.
13561
13562         * nnrss.el (nnrss-request-article): Ditto.
13563
13564         * nnslashdot.el (nnslashdot-request-article): Ditto.
13565
13566         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13567
13568         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13569         "Unrecognized menu descriptor" error in XEmacs.
13570
13571 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13572
13573         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13574         parent article of a sparse article in the thread hashtb.
13575
13576 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13577
13578         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13579         (nnmail-expand-newtext): Lowercase expanded entries if
13580         nnmail-split-lowercase-expanded is non-nil.
13581
13582 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13585
13586         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13587         of gnus-tmp-news-method into string under XEmacs.  It will be
13588         passed to gnus-correct-length which takes only a string argument.
13589
13590 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-util.el (gnus-bind-print-variables): New macro.
13593         (gnus-prin1): Use it.
13594         (gnus-prin1-to-string): Use it.
13595         (gnus-pp): New function.
13596         (gnus-pp-to-string): New function.
13597
13598         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13599         Replace pp-to-string with gnus-pp-to-string.
13600         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13601         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13602         * gnus-msg.el (gnus-debug): Ditto.
13603         * gnus-score.el (gnus-score-save): Ditto.
13604         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13605         gnus-pp-to-string.
13606         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13607         with gnus-pp.
13608         * score-mode.el (gnus-score-pretty-print): Ditto.
13609         * webmail.el (webmail-debug): Ditto.
13610
13611 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-art.el (article-display-face, article-display-x-face):
13614         Use buffer-read-only.
13615
13616 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * gnus-art.el (article-hide-list-identifiers):
13619         Bind inhibit-read-only as t.
13620
13621 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13624
13625 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13626
13627         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13628         (gnus-narrow-to-page): Don't assume point-min == 1.
13629         (gnus-article-edit-mode): Derive from message-mode.
13630
13631         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13632         point-min == 1.
13633
13634         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13635         Disable incorrect use of `assert'.
13636
13637         * message.el (message-mode): Set comment-start-skip.
13638
13639
13640 2004-08-22  Sam Steingold  <sds@gnu.org>
13641
13642         * pop3.el (pop3-leave-mail-on-server): New user variable.
13643         (pop3-movemail): Delete mail only when it is nil.
13644
13645 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13648
13649         * mml.el (mml-preview): Use `pop-to-buffer'.
13650
13651         * message.el (message-goto-mail-followup-to): Insert after "To".
13652         (message-carefully-insert-headers): Add comment.
13653
13654         * gnus.el: Remove unused variable `gnus-article-check-size'.
13655
13656         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13657
13658         * gnus-art.el (gnus-button-alist): Improve
13659         `gnus-button-handle-library' entry.
13660
13661 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13662
13663         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13664         downcase, since XEmacs capitalizes error messages differently.
13665
13666 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13667
13668         * nntp.el: Add (require 'gnus) due to reference to
13669         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13670
13671 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13672
13673         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13674         `mm-fill-flowed'.
13675
13676         * mm-decode.el (mm-dissect-singlepart): Check it.
13677
13678 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13679
13680         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13681         'imap' for netrc parsing.
13682
13683 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * mailcap.el (mailcap-mime-data): Mark as risky.
13686
13687 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13690         may be included in the encoded word.
13691         (rfc2047-encode): Don't append a space if the encoded word
13692         includes close parenthesis.
13693
13694 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13697         of text within parentheses.
13698
13699 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13700
13701         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13702         (gnus-encrypt-write-file-contents): Make the password key the file
13703         name PLUS the cipher, not just the cipher.  Also remove failed
13704         passwords from the cache.
13705
13706 2004-08-06  Simon Josefsson  <jas@extundo.com>
13707
13708         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13709         fix.
13710
13711 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13714         LWSP.
13715
13716 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13717
13718         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13719         to append in-reply-to: data to the references: header.
13720
13721         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13722         (netrc-parse): Use gnus-encrypt.el functions.
13723
13724         * gnus-encrypt.el: Add new file for encryption support; currently
13725         does only a few GPG ciphers and an internal XOR cipher.
13726
13727         * password.el: Add comments on using password-read-and-add.
13728         (password-read-and-add): Add function to read and add the
13729         password to the cache at once.
13730
13731 2004-07-28  Simon Josefsson  <jas@extundo.com>
13732
13733         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13734         parameter (but don't use it, for now).
13735
13736         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13737         instead of hard coding to nil.
13738
13739 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13742         as mm-inline-image-xemacs does.
13743
13744 2004-07-26  Simon Josefsson  <jas@extundo.com>
13745
13746         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13747         Revert part of 2004-07-17 change below.
13748
13749 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13752         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13753
13754 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13755
13756         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13757         quotes that actually start with ">" at the beginning of the
13758         lines.
13759
13760 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * rfc2047.el (rfc2047-encode-region): Fix last change.
13763         (rfc2047-encode-parameter): Remove useless concat.
13764
13765 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13768         encode special characters; fix some kind of misconfigured headers;
13769         signal a real error if debug-on-quit or debug-on-error is non-nil.
13770         (rfc2047-encode-max-chars): New variable.
13771         (rfc2047-encode-1): Use it.
13772         (rfc2047-encode-parameter): New function.
13773
13774         * mml.el (mml-insert-parameter): Remove an excessive space.
13775
13776 2004-07-17  Simon Josefsson  <jas@extundo.com>
13777
13778         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13779         Kai Grossjohann <kai@emptydomain.de>.
13780         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13781         (gnus-group-make-menu-bar): Ditto.
13782
13783         * gnus-util.el (gnus-group-server): Add.
13784
13785 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13786
13787         * message.el (message-clone-locals): Clone sendmail and smtp
13788         variables.
13789
13790 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * rfc2047.el (rfc2047-encode-region): Fix last change.
13793
13794 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13797         characters as non-special.
13798
13799 2004-07-09  Simon Josefsson  <jas@extundo.com>
13800
13801         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13802         Users will lose all flag changes made while unplugged with
13803         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13804         good default.  See numerous reports on ding mailing list.
13805
13806 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13809         add generate-head-function and generate-article-function to the
13810         rfc822-forward entry.
13811         (nndoc-rfc822-forward-generate-article): New function.
13812         (nndoc-rfc822-forward-generate-head): New function.
13813
13814         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13815
13816 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13817
13818         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13819         respect display group parameter and gnus-summary-expunge-below.
13820         (gnus-articles-to-read): Remove unused reference to display group
13821         parameter.
13822
13823 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824
13825         * nnheader.el (nnheader-uniquify-message-id): New experimental
13826         variable.
13827         (nnheader-nov-read-message-id): Use it.
13828
13829         * spam-report.el (spam-report-gmane): Add interactive.
13830
13831 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13834         qp-or-base64 for the application/* types.
13835
13836 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13837
13838         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13839
13840 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13841
13842         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13843         trim value.
13844
13845 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13846
13847         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13848         New macro and function.
13849         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13850
13851 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13854         after-load-alist.
13855
13856 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13857
13858         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13859         update info that isn't there.
13860
13861 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13862
13863         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13864         entry.
13865
13866 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * mm-view.el (mm-inline-render-with-function): Use multibyte
13869         buffer; decode html source by charset.
13870
13871         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13872
13873         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13874         Mule-UCS is loaded under XEmacs.
13875         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13876
13877 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13878
13879         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13880
13881 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * mm-util.el (mm-coding-system-p): Return a coding-system.
13884         (mm-mime-mule-charset-alist): Use shift_jis instead of
13885         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13886         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13887         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13888         instead of japanese-shift-jis and iso-latin-1 respectively in
13889         order to share the default value with both Emacs and XEmacs-mule.
13890         (mm-mule-charset-to-mime-charset): Make
13891         mm-coding-system-priorities effective.
13892         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13893         while predicating of candidates upon the priorities.
13894
13895 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13896
13897         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13898         gnus-uu-invert-processable.
13899
13900         * gnus.el: Autoload gnus-uu-invert-processable.
13901
13902 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * mm-util.el (mm-with-multibyte-buffer): New macro.
13905
13906         * rfc2047.el (rfc2047-encode-string): Use it.
13907         (rfc2047-encode-region): Move point to the end of the region after
13908         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13909
13910 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13913         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13914
13915 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13918         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13919         Karl Chen <quarl@nospam.quarl.org>.
13920
13921 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13922
13923         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13924         invalid addresses.
13925
13926 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13927
13928         * spam.el: Change section markers, revise TODO list.
13929         (spam-backends): Make new master list of all installed backends.
13930         (spam-summary-exit-behavior): Add new variable to determine how
13931         messages moves are done at summary exit.
13932         (spam-move-spam-nonspam-groups-only)
13933         (spam-process-ham-in-nonham-groups)
13934         (spam-process-ham-in-spam-groups): Remove variables, the
13935         spam-summary-exit-behavior variable should be used to manage this
13936         behavior.
13937         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13938         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13939         and spam-old-spam-articles.
13940         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13941         Add empty variables, placeholders for the backends they represent.
13942         (spam-set-difference): Move, unchanged.
13943         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13944         unless the user has a processor variable.
13945         (spam-classifications, spam-classification-valid-p)
13946         (spam-backend-properties, spam-backend-property-valid-p)
13947         (spam-backend-function-type-valid-p)
13948         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13949         (spam-report-articles-gmane, spam-report-articles-resend):
13950         Remove functions, they are not needed.
13951         (spam-install-backend-super, spam-backend-list)
13952         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13953         (spam-backend-function, spam-backend-ham-registration-function)
13954         (spam-backend-spam-registration-function)
13955         (spam-backend-ham-unregistration-function)
13956         (spam-backend-spam-unregistration-function)
13957         (spam-backend-statistical-p, spam-backend-mover-p)
13958         (spam-install-backend-alias, spam-install-checkonly-backend)
13959         (spam-install-mover-backend, spam-install-nocheck-backend)
13960         (spam-install-backend, spam-install-statistical-backend)
13961         (spam-install-statistical-checkonly-backend): Add backend installation
13962         support.
13963         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13964         (spam-group-processor-p): Use the new backend code and respect the
13965         summary exit behavior.
13966         (spam-mark-spam-as-expired-and-move-routine): Remove.
13967         (spam-summary-prepare): Change to use the new spam-old-articles
13968         variable.
13969         (spam-copy-or-move-routine, spam-copy-spam-routine)
13970         (spam-move-spam-routine, spam-copy-ham-routine)
13971         (spam-move-ham-routine): Add code to copy/move ham or spam.
13972         (spam-fetch-field-fast): Improve doc and code, plus allow the
13973         'number request.
13974         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13975         variables.
13976         (spam-split, spam-find-spam): Use the new backend code.
13977         (spam-registration-functions): Remove variable.
13978         (spam-unregister-routine): Add convenience wrapper.
13979         (spam-log-undo-registration, spam-register-routine)
13980         (spam-log-processing-to-registry)
13981         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13982         where possible.
13983         (spam-check-gmane-xref, spam-check-regex-headers)
13984         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13985         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13986         (spam-check-bogofilter-headers, spam-check-spamoracle)
13987         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13988         (spam-check-crm114-headers): Use the spam-split-group that
13989         spam-split prepares, no need to determine it every time.
13990
13991         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13992         to the nnheader-parse-naked-head call.
13993
13994         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13995
13996         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13997         the nnheader-nov-read-message-id call.
13998
13999 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14002         gnus-activate-group twice.  Suggested by Markus Peter
14003         <warp@spin.de>.
14004
14005 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-art.el (gnus-article-time-format): Exchange the order of
14008         day and month in the default value; fix customization type.
14009         (article-date-ut): Use add-text-properties.
14010         (article-make-date-line): Use message-make-date instead of
14011         current-time-string.
14012
14013         * message.el (message-fetch-field): Don't use set-text-properties.
14014         (message-make-date): Simplify.
14015
14016         * messagexmas.el (message-xmas-make-date): New function.
14017         (message-xmas-redefine): Defalias message-make-date to it.
14018
14019 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14022         (rfc2047-encode-region): Treat text within parentheses as special;
14023         show the original text when error has occurred.
14024
14025         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14026         already-computed method to gnus-activate-group.
14027
14028         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14029         same select-methods identical Lisp objects.
14030
14031         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14032         object when modifying the info.
14033
14034 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14037         gnus-opened-servers since it has never been opened with the new
14038         configuration yet.
14039
14040 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14043         arg to nnheader-generate-fake-message-id.
14044
14045 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14046
14047         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14048         number and build a fake message ID localized to a group and
14049         article number (so it's repeatable from that point on).
14050         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14051         ID format.
14052
14053         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14054         nnheader-generate-fake-message-id with the article number.
14055
14056 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14057
14058         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14059         end-of-buffer.
14060
14061 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * message.el (message-ignored-supersedes-headers): Add Approved.
14064
14065 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14068         goto-char.
14069         (rfc2047-encode): Fold the line before encoding.
14070
14071 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14072
14073         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14074         folding -- not all headers can be folded, and this should be done
14075         by the message composition mode.  Probably.  I think.
14076
14077 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14080         fast.
14081
14082         * gnus-ems.el (gnus-remove-image): Don't use
14083         message-text-with-property; remove only the image found first.
14084
14085         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14086         found first.
14087
14088 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14089
14090         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14091
14092 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * message.el (message-text-with-property): Make it fast and accept
14095         optional arguments.
14096         (message-strip-forbidden-properties): Use it.
14097         (message-fix-before-sending): Follow the m-t-w-p change.
14098
14099         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14100
14101 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * gnus-art.el (article-hide-headers): Don't change the buffer
14104         mistakenly when performing mml-preview even if
14105         gnus-single-article-buffer is nil.
14106
14107 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14108
14109         * message.el (message-expand-name-databases): New user option.
14110         (message-expand-name): Use it.
14111
14112 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14113
14114         * spam.el (spam-report-articles-resend)
14115         (spam-report-resend-register-routine): Allow ham reporting.
14116         (spam-report-resend-register-ham-routine): Add wrapper.
14117         (spam-registration-functions): Add ham resending functions.
14118         (spam-list-of-processors): Add ham resend processor.
14119
14120         * gnus.el (ham-resend-to): Add new group parameter.
14121         (spam-process): Add ham resend option.
14122
14123         * spam-report.el (spam-report-resend): Allow reporting ham.
14124         (spam-report-resend-ham): Add wrapper.
14125
14126 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14127
14128         * message.el (message-cite-articles-with-x-no-archive): New
14129         variable.
14130         (message-cite-original): Use it.
14131
14132 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * message.el (message-cite-original): Respect X-No-Archive.
14135
14136 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-art.el (article-hide-headers): Refer to the values for
14139         gnus-ignored-headers and gnus-visible-headers in the summary
14140         buffer since a user may have set them as group parameters.
14141
14142 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14143
14144         * assistant.el (assistant-node-name): Add convenience function.
14145         (assistant-render-text, assistant-render-node): Add error handling,
14146         plus handle multiple next nodes.
14147         (assistant-find-next-node): Comment out for now.
14148         (assistant-find-next-nodes): Add function, returns list of next
14149         nodes.
14150
14151 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * mail-source.el (mail-source-directory): Fix doc-string.
14154
14155 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * assistant.el (assistant-render-text, assistant-eval): Add :set
14158         widget type, which is different because it takes and returns a
14159         list.  Much hilarity ensues.
14160
14161 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14164
14165         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14166         doc-string.
14167
14168         * gnus-start.el (gnus-activate-group): Added doc-string.
14169
14170 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14173
14174 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14175
14176         * assistant.el (assistant-render-text): Try to add a :set
14177         widget, more to come.
14178
14179         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14180         strings.
14181         (spam-report-articles-resend)
14182         (spam-register-routine): Do registration iff any articles warrant
14183         it.
14184         (spam-summary-prepare-exit): Change log message for nil group
14185         destinations.
14186
14187 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14188
14189         * spam.el (spam-report-resend-register-routine): Allow
14190         spam-report-resend-to to be a group parameter or a global value.
14191
14192 2004-05-26  Simon Josefsson  <jas@extundo.com>
14193
14194         * starttls.el: Merge with my GNUTLS based starttls.el.
14195         (starttls-gnutls-program, starttls-use-gnutls)
14196         (starttls-extra-arguments, starttls-process-connection-type)
14197         (starttls-connect, starttls-failure, starttls-success): New
14198         variables.
14199         (starttls-program, starttls-extra-args): Doc fix.
14200         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14201         functions.
14202         (starttls-negotiate, starttls-open-stream): Check
14203         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14204         function if it is set.
14205
14206 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14209         structured fields.
14210
14211 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14214
14215 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14216
14217         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14218         variable.
14219         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14220         assigning the spam-mark to new messages.
14221
14222 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14223
14224         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14225
14226 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14229
14230         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14231         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14232         default.
14233
14234 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14235
14236         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14237         correct data.
14238
14239 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14240
14241         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14242         (spam-group-processor-p): Fix function.
14243         (spam-group-processor-multiple-p)
14244         (spam-group-spam-processor-report-gmane-p)
14245         (spam-group-spam-processor-report-resend-p)
14246         (spam-group-spam-processor-bogofilter-p)
14247         (spam-group-spam-processor-blacklist-p)
14248         (spam-group-spam-processor-ifile-p)
14249         (spam-group-ham-processor-ifile-p)
14250         (spam-group-spam-processor-spamoracle-p)
14251         (spam-group-spam-processor-crm114-p)
14252         (spam-group-ham-processor-bogofilter-p)
14253         (spam-group-spam-processor-stat-p)
14254         (spam-group-ham-processor-stat-p)
14255         (spam-group-ham-processor-whitelist-p)
14256         (spam-group-ham-processor-BBDB-p)
14257         (spam-group-ham-processor-spamoracle-p)
14258         (spam-group-ham-processor-copy-p): Remove functions with some
14259         prejudice against unneeded code.
14260         (spam-report-articles-resend)
14261         (spam-report-resend-register-routine): Allow the group/topic
14262         spam-resend-to value to override spam-report-resend-to.
14263         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14264         properly now.
14265
14266         * gnus.el (spam-resend-to): Add group/topic parameter.
14267         (spam-process): Move the OBSOLETE processors to the end of the
14268         choices.
14269
14270 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14271
14272         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14273         with resend-to set to nil, and then ask the user if necessary.
14274         (spam-report-resend): spam-report-resend takes a list of articles, not
14275         separate article numbers.
14276
14277 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14280         addition to emacs-w3m.
14281
14282 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14283
14284         * assistant.el (assistant-authinfo-data): New function.
14285         (assistant-eval): Eval for entire assistant.
14286
14287         * netrc.el (netrc-services-file): New variable.
14288         (netrc-parse-services): New function.
14289         (netrc-find-service-name): New function.
14290         (netrc-find-service-number): New function.
14291         (netrc-port-equal): New function.
14292         (netrc-machine): Use it.
14293
14294         * nnimap.el (nnimap-open-connection): Use netrc.
14295
14296         * gnus-util.el (gnus-netrc-get): Remove aliases.
14297
14298         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14299
14300         * assistant.el (wid-edit): Fix compilation.
14301
14302         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14303
14304 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14305
14306         * gnus-util.el (gnus-set-file-modes): New function.  (small
14307         patch).
14308
14309 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14310
14311         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14312
14313         * assistant.el (assistant-render-node): Fix up rendering and
14314         read-only text.
14315         (assistant-render-node): Reset.
14316         (assistant-make-read-only): Not sticky.
14317
14318 2004-05-20  Danny Siu  <dsiu@adobe.com>
14319
14320         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14321         centered even when gnus-auto-center-summary is t.
14322
14323 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14324
14325         * dns.el (dns-get-txt-answer): New function.
14326         (dns-read-txt): Ditto.
14327         (query-dns): Use it.
14328
14329 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14332         active for foreign groups even if the group level is higher than
14333         the specified value.
14334
14335 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14336
14337         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14338         non-active groups.
14339
14340         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14341
14342 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14343
14344         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14345
14346 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14347
14348         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14349         (spam-crm114-header, spam-crm114-spam-switch)
14350         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14351         (spam-crm114-positive-spam-header)
14352         (spam-crm114-database-directory, spam-list-of-processors)
14353         (spam-group-spam-processor-crm114-p)
14354         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14355         (spam-generic-score, spam-list-of-checks)
14356         (spam-list-of-statistical-checks, spam-registration-functions)
14357         (spam-check-crm114-headers, spam-crm114-score)
14358         (spam-check-crm114, spam-crm114-register-with-crm114)
14359         (spam-crm114-register-spam-routine)
14360         (spam-crm114-unregister-spam-routine)
14361         (spam-crm114-register-ham-routine)
14362         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14363         asjo@koldfront.dk (Adam Sjøgren).
14364
14365         * gnus.el: Add spam-use-crm114.
14366
14367         * spam.el (spam-list-of-processors, spam-registration-functions):
14368         Add spam-use-resend.
14369         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14370         (spam-report-articles-gmane): Add doc fix.
14371         (spam-report-articles-resend, spam-report-resend-register-routine):
14372         Add wrappers around spam-report-resend-to.
14373
14374         * spam-report.el (spam-report-resend-to, spam-report-resend):
14375         Add support for resending spam.
14376         (spam-report-gmane): Fix line length >80.
14377
14378         * gnus.el (spam-process): Add spam-use-resend.
14379
14380 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14381
14382         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14383         number of processed spam messages.
14384         (spam-ham-copy-or-move-routine): Return the number of processed
14385         ham messages.
14386         (spam-summary-prepare-exit): Use the above values to decide
14387         whether status messages shouled be displayed.
14388
14389 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14392         `rfc2047-encoding-function-alist' in order to avoid conflicting
14393         with the old version.
14394         (rfc2047-encode-region): Concatenate words containing non-ASCII
14395         characters in structured fields; don't encode space-delimited
14396         ASCII words even in unstructured fields; don't break words at
14397         char-category boundaries.
14398         (rfc2047-encode-1): New function.
14399         (rfc2047-encode): Use it; encode text so that it occupies the
14400         maximum width within 76-column; work correctly on Q encoding for
14401         iso-2022-* charsets.
14402         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14403         sure not to break a line just after the header name.
14404         (rfc2047-b-encode-region): Removed.
14405         (rfc2047-b-encode-string): New function.
14406         (rfc2047-q-encode-region): Removed.
14407         (rfc2047-q-encode-string): New function.
14408
14409         * mm-util.el (mm-replace-in-string): New function.
14410
14411 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14412
14413         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14414         get it right.
14415         (gnus-inews-make-draft): Really.
14416
14417 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14418
14419         * nnmh.el (nnmh-request-list-1): Don't check the link count
14420         before descending.  (small patch)
14421
14422 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14423
14424         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14425         stuff.
14426
14427         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14428         on real group name.
14429
14430         * gnus-art.el (gnus-signature-limit): Doc fix.
14431
14432         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14433
14434         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14435
14436 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14437
14438         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14439         isn't a string.
14440
14441 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14442
14443         * gnus-draft.el (gnus-draft-send): Bind
14444         rfc2047-encode-encoded-words.
14445
14446         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14447         (rfc2047-encodable-p): Say that =? needs encoding.
14448         (rfc2047-encode-encoded-words): New variable.
14449
14450         * gnus-group.el (gnus-group-select-group): Doc fix.
14451
14452         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14453
14454         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14455         to nil.
14456
14457         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14458
14459         * nnheader.el (nnheader-get-lines-and-char): New function.
14460
14461 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * gnus-msg.el (gnus-summary-followup-with-original): Document
14464         yanking of region when active.
14465
14466 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14469         groups if the group level is higher than the specified value.
14470
14471 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14472
14473         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14474         (gnus-group-jump-to-group): Added prefix argument using
14475         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14476         non-active group.
14477
14478         * compface.el (uncompface): Be verbose when changing
14479         `uncompface-use-external'.
14480
14481         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14482         handle manual section.
14483
14484 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14485
14486         * gnus-art.el (gnus-button-alist): Revert previous change.
14487
14488 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14491
14492 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14493
14494         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14495         whether backend can accept message.
14496
14497         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14498
14499 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14500
14501         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14502         Avoid creating directory when nntp-marks-is-evil is true.
14503         Reported by Reiner Steib.
14504
14505 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14506
14507         * gnus-picon.el (gnus-picon-style): New variable.
14508         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14509         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14510         Jesper Harder <harder@ifa.au.dk>.
14511
14512 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14513
14514         * message.el (message-fill-field): Return point.
14515         (message-generate-headers): Go to end of field.
14516
14517         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14518         stuff for non-living groups.
14519
14520 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14521
14522         * gnus-art.el (gnus-article-followup-with-original)
14523         (gnus-article-reply-with-original): gnus-mark-active-p ->
14524         gnus-region-active-p.
14525
14526 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14527
14528         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14529         only when there is spam or ham to be processed.
14530
14531 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14532
14533         * mail-source.el (mail-source-delete-crash-box): Refactor.
14534         (mail-source-fetch): Use it.
14535         (mail-source-fetch-file): Ditto.
14536         (mail-source-fetch-directory): Run postscript in loop.
14537         (mail-source-fetch-pop): Delete.
14538         (mail-source-fetch-maildir): Ditto.
14539         (mail-source-fetch-imap): Ditto.
14540
14541         * imap.el (imap-authenticators): Comment out sasl.
14542
14543         * message.el (message-skip-to-next-address): New function.
14544         (message-fill-header-address): Refactor.
14545         (message-fill-address): Use it.
14546         (message-delete-address): Use it.
14547         (message-fill-header-general): Refactor.
14548         (message-fill-field-address): Rename.
14549         (message-narrow-to-field): Find the start of the header.
14550         (message-header-format-alist): Don't pre-fill.
14551         (message-fill-header): Removed.
14552         (message-insert-header): New function.
14553         (message-shorten-references): Use it.
14554
14555         * rfc2047.el (rfc2047-field-value): Strip props.
14556
14557         * mail-parse.el (mail-header-make-address): New alias.
14558
14559         * ietf-drums.el (ietf-drums-make-address): New function.
14560
14561         * imap.el: Add compiler directives.
14562
14563         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14564
14565         * gnus-art.el (article-decode-idna-rhs): Don't use
14566         message-idna-inside-rhs-p.
14567
14568 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14569
14570         * message.el (message-idna-inside-rhs-p): Removed.
14571         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14572
14573         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14574         false positives.
14575
14576 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14577
14578         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14579
14580 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14581
14582         * nneething.el (nneething-file-name): Don't create spurious
14583         files.
14584
14585         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14586         (gnus-inews-do-gcc): Remove sleep.
14587
14588         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14589         part under point.
14590
14591         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14592         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14593
14594 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14595
14596         * spam.el (spam-summary-prepare-exit): Fixed (length).
14597
14598 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14599
14600         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14601         as expired without moving it" message when there are spam
14602         messages left.
14603
14604 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14605
14606         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14607         header is not nil.
14608
14609 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14610
14611         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14612         nntp-possibly-create-directory, not nntp-possibly-change-group.
14613         (nntp-marks-changed-p): New arg SERVER.
14614         (nntp-request-update-info): Adjust caller.
14615
14616 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14617
14618         * nntp.el (nntp-save-marks): Pass missing arg.
14619
14620 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14621
14622         * nntp.el: Support marks.
14623         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14624         (nntp-marks-modtime, nntp-marks-directory): New variables.
14625         (nntp-request-set-mark, nntp-request-update-info)
14626         (nntp-possibly-create-directory, nntp-marks-changed-p)
14627         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14628         functions.
14629
14630 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14631
14632         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14633         (gnus-xmas-redefine): Rename.
14634
14635         * gnus-score.el (gnus-score-insert-help): Use
14636         gnus-select-lowest-window.
14637
14638         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14639         appt-select-lowest-window and rename to gnus-select-lowest-window.
14640
14641         * gnus.el: do.
14642
14643 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14644
14645         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14646         encodings of MIME-encoded words, in order to improve
14647         interoperability with several broken MUAs.
14648
14649 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14650
14651         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14652         tags, only when charsets are not specified in headers.
14653         (mm-inline-text-html-render-with-w3m): Ditto.
14654
14655         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14656         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14657
14658 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14659
14660         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14661         instead of MIME-decoded from fields when checking
14662         `gnus-article-address-banner-alist'.
14663
14664 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14665
14666         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14667         description rather than subject.
14668
14669 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14670
14671         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14672
14673 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14674
14675         * gnus.el (gnus-version-number): Bump.
14676
14677 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14678
14679         * gnus.el: No Gnus v0.2 is released.
14680
14681 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14682
14683         * gnus-agent.el (gnus-agent-read-agentview): Inline
14684         gnus-uncompress-range.
14685
14686 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14687
14688         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14689         `exec-installed-p'.
14690
14691 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14692
14693         * gnus.el (spam-process, spam-autodetect-methods): Add
14694         bsfilter and bsfilter-headers.
14695
14696         * spam.el (spam-bsfilter): New customize group.
14697         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14698         (spam-bsfilter-header, spam-bsfilter-probability-header)
14699         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14700         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14701         (spam-bsfilter-database-directory): New options.
14702         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14703         (spam-list-of-statistical-checks, spam-registration-functions):
14704         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14705         (spam-bsfilter-score): New command.
14706         (spam-check-bsfilter-headers, spam-check-bsfilter)
14707         (spam-bsfilter-register-with-bsfilter)
14708         (spam-bsfilter-register-spam-routine)
14709         (spam-bsfilter-unregister-spam-routine)
14710         (spam-bsfilter-register-ham-routine)
14711         (spam-bsfilter-unregister-ham-routine): New functions.
14712         (spam-generic-score): Support bsfilter; Accept an optional argument
14713         to recalcurate spam score even if scoring header has already been
14714         added.
14715         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14716         optional argument to recalcurate spam score even if scoring header
14717         has already been added.
14718
14719 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14720
14721         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14722         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14723         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14724         link is missing.
14725
14726 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14727
14728         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14729         (html2text-get-attr): Rewrite.
14730
14731         * message.el (message-setup-1): Remove redundant put-text-property
14732         on mail-header-separator.
14733
14734 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14735
14736         * gnus-registry.el (gnus-registry-cache-whitespace)
14737         (gnus-registry-action, gnus-registry-spool-action)
14738         (gnus-registry-split-fancy-with-parent): Change message levels
14739         from 5 to 3 or 7, as needed.
14740
14741         * spam.el (spam-summary-prepare-exit)
14742         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14743         (spam-split, spam-find-spam, spam-log-undo-registration)
14744         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14745         level from 5 to 6.
14746
14747 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14750         2004-03-04 change).
14751
14752 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14753
14754         * sieve-manage.el (sieve-manage-open):
14755         * nnweb.el (nnweb-insert-html):
14756         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14757         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14758         * nnspool.el (nnspool-request-group):
14759         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14760         * nnml.el (nnml-request-update-info):
14761         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14762         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14763         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14764         (nnimap-request-set-mark):
14765         * nnfolder.el (nnfolder-request-update-info):
14766         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14767         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14768         * gnus-uu.el (gnus-uu-find-articles-matching):
14769         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14770         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14771         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14772         * gnus-nocem.el (gnus-nocem-scan-groups):
14773         * gnus-int.el (gnus-start-news-server):
14774         * gnus-group.el (gnus-group-make-kiboze-group)
14775         (gnus-group-browse-foreign-server):
14776         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14777         Use mapc when appropriate.
14778
14779 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14780
14781         FIXME: Make separate entries for each person.
14782
14783         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14784         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14785         <shields@msrl.com>:
14786
14787         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14788         may need for spam sorting and scoring.
14789         (spam-user-format-function-S): Add user format function suitable for
14790         general use.
14791         (spam-article-sort-by-spam-status): Add sorting function for summary
14792         sorting.
14793         (spam-extra-header-to-number): Add function to get a score from a
14794         header.
14795         (spam-summary-score): Add function to get a numeric score from the
14796         headers.
14797         (spam-generic-score): Fix function doc, was in wrong place.
14798         (spam-initialize): Take symbols when it's run, and install the
14799         extra headers that spam-necessary-extra-headers thinks we need.
14800
14801 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14802
14803         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14804         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14805
14806 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14807
14808         * gnus-sum.el (gnus-set-global-variables)
14809         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14810         (gnus-article-get-xrefs, gnus-summary-best-group)
14811         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14812         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14813         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14814         Use with-current-buffer.
14815
14816 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14817
14818         * spam.el (spam-summary-prepare-exit): Simplify logic.
14819         (spam-fetch-article-header): Read the article header if it's not
14820         available.
14821         (spam-list-articles): Simplify logic.
14822         (spam-filelist-register-routine): Fix bug with unregister-list.
14823
14824         * gnus-registry.el: Fix comments at beginning.
14825
14826 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14827
14828         * message.el (message-cater-to-broken-inn): Remove.
14829         (message-shorten-references): Make sure the total folded length of
14830         References is shorter than 998 characters to cater to a bug in INN
14831         2.3.  Also, don't pretend that references aren't folded -- this
14832         hasn't worked for a while.
14833
14834 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14835
14836         * gnus-agent.el (gnus-agentize):
14837         gnus-agent-send-mail-real-function no longer set to current value
14838         of message-send-mail-function but rather a lambda that calls
14839         message-send-mail-function.  The change makes the agent real-time
14840         responsive to user changes to message-send-mail-function.
14841
14842 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14843
14844         * legacy-gnus-agent.el
14845         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14846         help from Florian Weimer <fw@deneb.enyo.de>
14847
14848 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * nnmail.el (nnmail-cache-insert): Revert last change.
14851
14852 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * nnmail.el (nnmail-cache-insert): Always check whether
14855         nnmail-cache-ignore-groups matches a group name.
14856
14857 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14858
14859         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14860         (spam-find-spam, spam-log-processing-to-registry)
14861         (spam-log-registered-p, spam-log-unregistration-needed-p)
14862         (spam-log-undo-registration): Use gnus-message instead of
14863         gnus-error, none of these errors are fatal.
14864
14865         * gnus-registry.el (gnus-registry-clean-empty-function)
14866         (gnus-registry-clean-empty): Remove only empty entries without
14867         extra data.
14868
14869 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * spam-stat.el (spam-stat-buffer-change-to-spam)
14872         (spam-stat-buffer-change-to-non-spam): Change (error) to
14873         (gnus-message 8) invocation.
14874
14875 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * nntp.el (nntp-via-netcat-command): New variable.
14878         (nntp-via-netcat-switches): New variable.
14879         (nntp-open-via-rlogin-and-netcat): New function.
14880         (nntp-open-connection-function): Doc fix.
14881         (nntp-telnet-command): Doc fix.
14882         (nntp-end-of-line): Doc fix.
14883         (nntp-via-rlogin-command): Doc fix.
14884         (nntp-via-user-name): Doc fix.
14885         (nntp-via-address): Doc fix.
14886
14887 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14890         error in Emacs 21.1.
14891
14892 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14895
14896 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14897
14898         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14899         (gnus-agent-with-refreshed-group): New macro.
14900         (gnus-agent-rename-group): New function.
14901         (gnus-agent-delete-group): New function.
14902         (gnus-agent-save-group-info): Use gnus-command-method when
14903         `method' parameter is nil.  Don't write nil entries into the
14904         active file.
14905         (gnus-agent-get-group-info): New function.
14906         (gnus-agent-fetch-articles): Use
14907         gnus-agent-update-files-total-fetched-for to increment disk space
14908         used.
14909         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14910         gnus-agent-update-view-total-fetched-for to increment disk space
14911         used.
14912         (gnus-agent-get-local): Added optional parameters to avoid calling
14913         gnus-group-real-name and gnus-find-method-for-group.
14914         (gnus-agent-set-local): Delete stored entry if either min, or max,
14915         are nil.
14916         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14917         quit, use gnus-agent-regenerate-group to record existance of any
14918         articles fetched to disk before the quit occurred.
14919         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14920         gnus-agent-update-view-total-fetched-for, and
14921         gnus-agent-update-files-total-fetched-for to decrement disk space
14922         used.
14923         (gnus-agent-retrieve-headers): Use
14924         gnus-agent-update-view-total-fetched-for to increment disk space
14925         used.
14926         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14927         with gnus-agent-update-files-total-fetched-for to decrement disk
14928         space and fresh group buffer.
14929         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14930         (gnus-agent-need-update-total-fetched-for): New variable.
14931         (gnus-agent-update-files-total-fetched-for): New function.
14932         (gnus-agent-update-view-total-fetched-for): New function.
14933         (gnus-agent-total-fetched-for): New function.
14934
14935         * gnus-cache.el (gnus-cache-save-buffers): Use
14936         gnus-cache-update-overview-total-fetched-for to change disk space
14937         used by this group.
14938         (gnus-cache-possibly-enter-article): Use
14939         gnus-cache-update-file-total-fetched-for to increment disk space
14940         used by this group.
14941         (gnus-cache-possibly-remove-article): Use
14942         gnus-cache-update-file-total-fetched-for to decrement disk space
14943         used by this group.
14944         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14945         (gnus-cache-rename-group): New function.
14946         (gnus-cache-delete-group): New function.
14947         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14948         (gnus-cache-need-update-total-fetched-for): New variable.
14949         (gnus-cache-with-refreshed-group): New macro.
14950         (gnus-cache-update-file-total-fetched-for): New function.
14951         (gnus-cache-update-overview-total-fetched-for): New function.
14952         (gnus-cache-rename-group-total-fetched-for): New function.
14953         (gnus-cache-delete-group-total-fetched-for): New function.
14954         (gnus-cache-total-fetched-for): New function.
14955
14956         * gnus-group.el: Require gnus-sum and autoload functions to
14957         resolve warnings when gnus-group.el compiled alone.
14958         (gnus-group-line-format): Documented new %F.
14959         (size of Fetched data) group line format; identifies disk space
14960         used by agent and cache.
14961         (gnus-group-line-format-alist): Defined new F format.
14962         (gnus-total-fetched-for): New function.
14963         (gnus-group-delete-group): No longer update
14964         gnus-cache-active-altered as gnus-request-delete-group now keeps
14965         the cache in sync.
14966         (gnus-group-list-active): Let the agent store a server's active
14967         list if currently plugged.
14968
14969         * gnus-int.el (gnus-request-delete-group):
14970         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14971         local disk in sync with the server.
14972         (gnus-request-rename-group):
14973         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14974         local disk in sync with the server.
14975
14976         * gnus-start.el (gnus-get-unread-articles):
14977         Cosmetic simplification to logic.
14978
14979         * gnus-util.el (gnus-rename-file): New function.
14980
14981 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14982
14983         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14984
14985 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14986
14987         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14988         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14989
14990 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14991
14992         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14993         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14994
14995 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14996
14997         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14998
14999 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15000
15001         * spam.el (spam-set-difference): Add function to replace
15002         gnus-set-difference in spam.el.
15003         (spam-summary-prepare-exit): Use spam-set-difference.
15004
15005 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15006
15007         * gnus-registry.el (gnus-registry-cache-file): Update to use
15008         gnus-dribble-directory OR gnus-home-directory OR ~.
15009         (gnus-registry-split-fancy-with-parent): Fix doc.
15010
15011 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * message.el (message-exchange-point-and-mark): Use
15014         message-mark-active-p.  Suggested by Jesper Harder
15015         <harder@ifa.au.dk>.
15016
15017 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * message.el (message-exchange-point-and-mark): Don't activate
15020         region if it was inactive.  Suggested by Hiroshi Fujishima
15021         <pooh@nature.tsukuba.ac.jp>.
15022
15023 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * gnus-art.el (article-display-face): Display Faces in the same
15026         order as X-Faces.
15027
15028 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15031
15032 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15035         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15036         (gnus-article-mime-hierarchy): Remove.
15037         (gnus-article-mime-hierarchy-next): Remove.
15038         (gnus-article-mode): Revert 2004-03-19 change.
15039         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15040         (gnus-insert-mime-button): Revert 2004-03-19 change.
15041         (gnus-mime-accumulate-hierarchy): Remove.
15042         (gnus-mime-enter-multipart): Remove.
15043         (gnus-mime-leave-multipart): Remove.
15044         (gnus-mime-display-part): Revert 2004-03-19 change.
15045         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15046
15047         * mml.el (mml-preview): Revert 2004-03-19 change.
15048
15049 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15050
15051         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15052
15053 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15056         t while entering a file name using the mm-with-multibyte macro.
15057         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15058
15059         * mm-util.el (mm-with-multibyte): New macro.
15060
15061 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15064         user option.
15065         (gnus-mime-multipart-functions): Doc and customization fix.
15066         (gnus-article-mime-hierarchy): New variable.
15067         (gnus-article-mime-hierarchy-next): New variable.
15068         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15069         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15070         gnus-article-mime-hierarchy-next to nil.
15071         (gnus-insert-mime-button): Show hierarchy numbers.
15072         (gnus-mime-accumulate-hierarchy): New function.
15073         (gnus-mime-enter-multipart): New function.
15074         (gnus-mime-leave-multipart): New function.
15075         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15076         (gnus-mime-display-alternative): Show hierarchy numbers.
15077
15078         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15079         gnus-article-mime-hierarchy-next to nil.
15080
15081 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15082
15083         * dns.el: Don't require gnus-xmas.
15084
15085 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15086
15087         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15088         inline PGP.
15089         (mml-menu): Disable mml-quote-region if mark is inactive.
15090
15091 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15094         when the group's active is not available.
15095
15096 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15099         error.
15100
15101 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * imap.el (imap-store-password): New variable.
15104         (imap-interactive-login): Use it.
15105         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15106
15107 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15110         window-start and hscroll to summary window.
15111
15112 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15113
15114         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15115         conversion message to newsrc-dribble when an actual conversion is
15116         performed.
15117
15118 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15119
15120         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15121
15122 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * mm-decode.el (mm-complicated-handles): New function reviving
15125         former definition of mm-multiple-handles.
15126
15127         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15128         (gnus-mime-delete-part): Use it.
15129
15130 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15131
15132         * gnus-agent.el (gnus-agent-read-local): Bind
15133         nnheader-file-coding-system to gnus-agent-file-coding-system to
15134         avoid the implicit assumption that they will always be equal.
15135         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15136         coding-system-for-write, as the with-temp-file macro first prints
15137         to a buffer then saves the buffer.
15138
15139 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-art.el (gnus-article-edit-part): New function.
15142         (gnus-mime-save-part-and-strip): Use it; do query instead of
15143         signaling an error; don't use mm-multiple-handles.
15144         (gnus-mime-delete-part): Ditto.
15145
15146 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15147
15148         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15149         old file versions.
15150         (gnus-group-prepare-hook): Removed function that converted list
15151         form of gnus-agent-expire-days to group properties.
15152
15153         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15154         (gnus-request-accept-article): Re-indented.
15155
15156         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15157         converters to handle old agent file formats.  Added logic for a
15158         "backup before upgrading warning".
15159         (gnus-convert-mark-converter-prompt): Developers can mark
15160         functions as needing (default), or not needing,
15161         gnus-convert-old-newsrc's "backup before upgrading warning".
15162         (gnus-convert-converter-needs-prompt): Tests whether the user
15163         should be protected from potentially irreversable changes by the
15164         function.
15165
15166         * legacy-gnus-agent.el: New.  Provides converters that are only
15167         loaded when gnus-convert-old-newsrc needs to call them.
15168
15169 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * mail-source.el (mail-source-touch-pop): Doc fix.
15172
15173         * message.el (message-smtpmail-send-it): Doc fix.
15174
15175 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15176
15177         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15178
15179         * nnmail.el (nnmail-split-fancy): do.
15180
15181         * gnus-kill.el (gnus-kill, gnus-execute): do.
15182
15183 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15184
15185         * gnus-sum.el (gnus-widget-reversible-match)
15186         (gnus-widget-reversible-to-internal)
15187         (gnus-widget-reversible-to-external): New functions.
15188         (gnus-widget-reversible): New widget.
15189         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15190
15191 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15192
15193         * gnus-sum.el (gnus-thread-sort-functions)
15194         (gnus-article-sort-functions): Document `(not F)' items.
15195
15196 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15197
15198         * spam.el (spam-use-gmane-xref): Add new backend.
15199         (spam-gmane-xref-spam-group): Add variable to control the name of the
15200         Gmane spam group.
15201         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15202         (spam-regex-headers-spam, spam-regex-headers-ham)
15203         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15204         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15205         backends and checks.
15206         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15207
15208         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15209         an autodetect method.
15210
15211 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15212
15213         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15214         articles are being added to a group.
15215         (gnus-request-replace-article): Inform the agent that articles
15216         need to be uncached as the cached contents are no longer valid.
15217
15218 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * binhex.el: Don't autoload executable-find.
15221
15222         * canlock.el: Don't autoload mail-fetch-field.
15223
15224         * dgnushack.el: Autoload c-mode for XEmacs.
15225
15226         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15227
15228         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15229         rmail-dont-reply-to and rmail-output.
15230
15231         * gnus-score.el: Don't autoload ffap-string-at-point.
15232
15233         * gnus-setup.el: Don't autoload sc-cite-original.
15234
15235         * imap.el: Don't autoload base64-decode-string,
15236         base64-encode-string and md5.
15237
15238         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15239         and rmail-msg-restore-non-pruned-header.
15240
15241         * mm-decode.el: Don't autoload executable-find.
15242
15243         * mm-url.el: Don't autoload executable-find.
15244
15245         * mm-view.el: Don't autoload diff-mode.
15246
15247         * nndb.el: Don't autoload news-reply-mode, news-setup,
15248         cancel-timer and telnet.
15249
15250         * password.el: Don't autoload run-at-time for Emacs.
15251
15252         * sha1-el.el: Don't autoload executable-find.
15253
15254         * sieve-mode.el: Don't autoload c-mode.
15255
15256         * uudecode.el: Don't autoload executable-find.
15257
15258 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15259
15260         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15261         (gnus-agent-possibly-alter-active): Avoid null in numeric
15262         comparison.
15263         (gnus-agent-set-local): Refuse to save null in local object table.
15264         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15265         list of articles that will be marked as unread.
15266
15267 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15270
15271 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15272
15273         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15274         language tags.
15275
15276 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15277
15278         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15279         Don't bind "obarray".
15280
15281         * gnus-sum.el (gnus-thread-sort-functions): Added
15282         `gnus-thread-sort-by-most-recent-number' and
15283         `gnus-thread-sort-by-most-recent-date'.
15284         Reported by Kai Grossjohann <kai@emptydomain.de>.
15285
15286 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15289
15290 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15291
15292         * gnus-cus.el (gnus-agent-customize-category): Removed
15293         ignore-errors macro reference that required cl to be loaded at
15294         run-time.
15295
15296         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15297         single-interval range of the form (min . max).  Previously the
15298         range had to look like ((min . max)).  Likewise, return
15299         (min . max) rather than ((min . max)).
15300         (gnus-range-map): Use gnus-range-normalize to accept
15301         single-interval range.
15302
15303         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15304         the cache, but not the agent, now appear with their usual face.
15305
15306         * dgnushack.el (loaddir): New variable that is bound to the
15307         directory containing the dgnushack.el file. Use loaddir, rather
15308         than srcdir, to update load-path. Change lets dgnushack compile
15309         code in directories other than GNUS/lisp.
15310
15311 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * lpath.el: Don't bind w3m-safe-url-regexp.
15314
15315         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15316         w3m-safe-url-regexp variable buffer-local.
15317
15318         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15319
15320 2004-02-27  Simon Josefsson  <jas@extundo.com>
15321
15322         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15323         gnus-group-real-prefix.
15324         (gnus-summary-move-article): Use it, instead of
15325         gnus-group-real-prefix.
15326
15327 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * lpath.el: Bind w3m-safe-url-regexp.
15330
15331         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15332         w3m-safe-url-regexp variable buffer-local and set it as the value
15333         of mm-w3m-safe-url-regexp.
15334
15335         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15336
15337         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15338         parsing gnus-posting-styles when the message is not for replying.
15339
15340         * dgnushack.el: Autoload sgml-mode for XEmacs.
15341
15342         * nnrss.el (nnrss-opml-export): Use
15343         mm-set-buffer-file-coding-system instead of
15344         set-buffer-file-coding-system.
15345
15346 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15347
15348         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15349         of checkdoc.el).
15350         * nnrss.el: do.
15351         * gnus-mlspl.el: do.
15352         * gnus-ml.el: do.
15353         * gnus-srvr.el: do.
15354
15355         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15356
15357 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15358
15359         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15360         Corrections to custom-manual links.
15361
15362         * gnus-art.el (gnus-article): Ditto.
15363
15364         * mm-decode.el (mime-display, mime-security): Ditto.
15365
15366 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15367
15368         * flow-fill.el: Typo.
15369
15370 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15371
15372         * spam-wash.el: New file.
15373
15374 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15375
15376         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15377
15378 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15379
15380         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15381         to be run with new-articles as LIST1, not LIST2.
15382         (spam-registration-functions): Add spam-use-ham-copy as a nil
15383         registration backend.
15384
15385 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15386
15387         * spam-stat.el (spam-stat-washing-hook): New option.
15388         (spam-stat-buffer-words): Use it.
15389         (spam-stat-process-directory, spam-stat-test-directory): Use
15390         insert-file-contents-literally.
15391         (spam-stat-coding-system): New variable.
15392         (spam-stat-load, spam-stat-save): Use it.
15393
15394 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * spam-report.el (spam-report-plug-agent): Quote
15397         spam-report-url-to-file and spam-report-url-ping-plain.
15398
15399 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15402         / in mailto URLs.
15403
15404 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * spam-report.el (spam-report-process-queue): Fix interactive use.
15407         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15408         (spam-report-unplug-agent): Doc fixes.
15409         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15410         (spam-report-agentize, spam-report-deagentize): Autoload.
15411
15412 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15415
15416         * message.el (message-setup-fill-variables): Add mml tags to
15417         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15418         <ajk@iu.edu>.
15419         (message-mode): Don't modify paragraph-separate there.
15420
15421 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * compface.el (uncompface-use-external): Default to undecided.
15424         (uncompface-use-external-threshold): New variable.
15425         (uncompface-float-time): New macro.
15426         (uncompface): Determine whether to use the external decoder if
15427         uncompface-use-external is undecided.
15428
15429 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15430
15431         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15432         after images.
15433
15434         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15435
15436 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15437
15438         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15439
15440         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15441
15442         * gnus-sum.el (gnus-summary-limit-to-age)
15443         (gnus-summary-limit-children): do.
15444
15445         * gnus-int.el (gnus-request-scan): do.
15446
15447         * gnus-group.el (gnus-group-suspend): do.
15448
15449         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15450
15451         * gnus-cite.el (gnus-cite-parse-attributions): do.
15452
15453         * gnus-agent.el (gnus-summary-set-agent-mark)
15454         (gnus-agent-regenerate-group): do.
15455
15456         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15457
15458         * binhex.el (binhex-decode-region-internal): do.
15459
15460 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-fun.el (gnus-face-properties-alist): New user option.
15463         (gnus-display-x-face-in-from): Use it.
15464
15465         * gnus-art.el (article-display-face): Ditto.
15466
15467         * compface.el (uncompface-use-external): Default to nil.
15468
15469 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15470
15471         * nntp.el (nntp-erase-buffer): New function.
15472         (nntp-retrieve-data, nntp-send-command)
15473         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15474         (nntp-possibly-change-group): Use it.
15475
15476         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15477         with-current-buffer.
15478
15479 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15480
15481         * compface.el: Merge the ELisp-based uncompface program.
15482         (compface): New customization group.
15483         (uncompface-use-external): New user option.
15484         (uncompface): Call uncompface-internal if uncompface-use-external
15485         is nil.
15486         (uncompface-internal): New function.  Note that there are also
15487         some other functions and variables added for this function.
15488
15489 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15490
15491         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15492         if necessary.
15493
15494 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15495
15496         * spam-report.el (spam-report-unplug-agent)
15497         (spam-report-plug-agent, spam-report-deagentize)
15498         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15499         Add support for the Agent in spam-report: when unplugged, report to a
15500         file; when plugged, submit all the requests.
15501
15502         * spam.el (spam-register-routine): Fix message about
15503         registration.
15504
15505 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15506
15507         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15508         dependencies.
15509         (rfc2047-encode): Use it.
15510
15511         * gnus-art.el (gnus-button-marker-list): Move before first
15512         reference.
15513
15514         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15515         (imap-parse-body): Fix format string mismatch.
15516
15517         * gnus-score.el (gnus-summary-increase-score): do.
15518
15519         * nnrss.el (nnrss-close): New function.
15520
15521 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15522
15523         * nnrss.el (nnrss-make-filename): New function.
15524         (nnrss-request-delete-group, nnrss-read-server-data)
15525         (nnrss-save-server-data, nnrss-read-group-data)
15526         (nnrss-save-group-data): Use it.
15527         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15528         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15529         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15530
15531 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15532
15533         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15534
15535 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15536
15537         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15538         files.
15539
15540         * message.el (message-generate-headers-first): Don't quote nil
15541         and t in docstrings.
15542
15543         * imap.el (imap-id): do.
15544
15545         * gnus-agent.el (gnus-agent-consider-all-articles)
15546         (gnus-agent-queue-mail): do.
15547
15548 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * spam-report.el (spam-report-process-queue): New function.
15551         Process requests from `spam-report-requests-file'.
15552         (spam-report-process-queue): Doc fix.
15553
15554 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15555
15556         * spam.el (spam-register-routine)
15557         (spam-log-processing-to-registry, spam-log-registered-p)
15558         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15559         Change "check" to "spam-check" for semi-clarity.
15560
15561 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15562
15563         * pop3.el: Require nnheader.
15564
15565         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15566
15567         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15568
15569         * gnus-picon.el: Require cl.
15570
15571         * gnus-fun.el: Require gnus-ems and gnus-util.
15572
15573         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15574
15575         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15576
15577         * gnus-art.el (gnus-article-edit-mode): Define before first
15578         reference.
15579
15580 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15581
15582         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15583         (gnus-uu-post-encoded): Use point-at-bol.
15584
15585         * gnus-topic.el (gnus-group-active-topic-p): do.
15586
15587         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15588
15589         * gnus-group.el (gnus-group-kill-region): do.
15590
15591         * gnus-art.el (article-date-ut): do.
15592
15593         * message.el (message-fetch-field): Remove redundant
15594         case-fold-search binding.
15595         (message-narrow-to-field): Simplify.
15596
15597 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15598
15599         * spam.el (spam-directory): Derive from `gnus-directory'.
15600
15601         * spam-report.el (spam-report-url-to-file)
15602         (spam-report-requests-file): New function and variable for offline
15603         reporting.
15604         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15605         and user defined function.
15606         (spam-report-url-ping-mm-url): Remove doubled slash.
15607
15608 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15609
15610         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15611
15612 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15613
15614         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15615         format string mismatch.
15616
15617         * sieve.el (sieve-deactivate-all): do.
15618
15619         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15620
15621         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15622
15623         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15624
15625         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15626
15627 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15628
15629         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15630         the list of checks.
15631
15632 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15633
15634         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15635         padding.
15636
15637 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15638
15639         * mm-view.el (mm-fill-flowed): New variable.
15640         (mm-inline-text): Use it.
15641
15642 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15643
15644         * spam.el (spam-spamassassin-register-ham-routine)
15645         (spam-spamassassin-register-spam-routine): Fix function names.
15646
15647 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15648
15649         * gnus.el (gnus-tmp-grouplens): Remove.
15650         (gnus-summary-line-format): Remove grouplens.
15651
15652         * gnus-group.el (gnus-group-line-format): Ditto.
15653
15654         * gnus-spec.el (gnus-format-specs): Ditto.
15655         (gnus-update-format-specifications): Flush the group format spec
15656         cache if there's the grouplens stuff.
15657         (gnus-parse-simple-format): Replace %l with the empty string.
15658
15659 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15660
15661         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15662         omission.
15663
15664 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15667         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15668
15669 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15670
15671         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15672         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15673         New macros and functions.
15674         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15675         Handle > NLINK_MAX messages.
15676         * nnmaildir.el (nnmaildir-request-set-mark): Use
15677         nnmaildir--emlink-p and nnmaildir--eexist-p.
15678
15679 2004-01-25  Alex Schroeder  <alex@gnu.org>
15680
15681         * spam-stat.el (spam-stat-process-directory-age): New option.
15682         (spam-stat-process-directory): Use it.
15683
15684 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15685
15686         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15687         (spam-stat-save): Accept prefix argument.
15688
15689 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15690
15691         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15692         links" error.
15693
15694 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15697         the rest of the and/or forms.
15698
15699 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15700
15701         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15702         compatibility with old .newsrc.eld files.
15703
15704         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15705
15706         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15707
15708         * gnus-start.el (gnus-1): do.
15709
15710         * gnus-group.el (gnus-group-line-format-alist): do.
15711
15712         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15713
15714         * gnus-gl.el: Remove.
15715
15716 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15717
15718         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15719         marks consisting of a single range {for example, (3 . 5)} rather
15720         than a list of a single range { ((3 . 5)) }.
15721
15722 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15723
15724         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15725         with-current-buffer.
15726         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15727         avoid consing a string.
15728
15729         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15730         Remove obsolete entries for big5 and gb2312.
15731
15732 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15733
15734         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15735         uncompressed list.
15736
15737 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15738
15739         * spam-stat.el (spam-stat-strip-xref): New function.
15740         (spam-stat-process-directory): Use it.
15741
15742         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15743         here -- it's done in message-fetch-field.
15744
15745 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15746
15747         * gnus-agent.el (gnus-agent-queue-mail)
15748         (gnus-agent-prompt-send-queue): New variables.
15749         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15750         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15751         "nndraft:queue" along to gnus-draft-send.  Use
15752         gnus-agent-prompt-send-queue.
15753         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15754         is "nndraft:queue".  Suggested by Gaute Strokkenes
15755         <gs234@srcf.ucam.org>
15756
15757         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15758         (agent-enable-undownloaded-faces): Added.
15759         (gnus-agent-cat-groups): Use eval-and-compile, not
15760         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15761         method of gnus-agent-cat-groups even when the buffer has been
15762         evaled.
15763         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15764         delete gnus-agent-save-active-1.
15765         (gnus-agent-save-groups): Deleted.  Identical to
15766         gnus-agent-save-active.
15767         (gnus-agent-write-active): No longer adjust agent's copy of active
15768         file as agent's adjustments are now stored in their own
15769         file.  Removed optional parameter.
15770         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15771         servers.  Add use of min/max range limits from server's local
15772         file.
15773         (gnus-agent-save-alist): Removed unused optional argument.
15774         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15775         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15776         (gnus-agent-set-local): A per-server file that keeps min/max range
15777         limits for articles known to the agent.  Provides a fast mechanism
15778         for altering many active ranges.
15779         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15780         active file (local makes it unnecessary).
15781         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15782
15783         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15784         (agent-enable-undownloaded-faces): Added.
15785
15786         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15787         disable it when sending to "nndraft:queue".
15788         (gnus-group-send-queue): Add safety check to avoid sending queue
15789         when unplugged.
15790
15791         * gnus-group.el (gnus-group-catchup): Use new
15792         gnus-sequence-of-unread-articles, not
15793         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15794         numbers of articles.  Use gnus-range-map to avoid having to
15795         uncompress the unread list.
15796         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15797         Fixed invalid ange-ftp reference.
15798
15799         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15800         (gnus-sorted-range-intersection): Intersection of two ranges
15801         without requiring that they first be uncompressed.
15802
15803         * gnus-start.el (gnus-activate-group): Unless blocked by the
15804         caller, possibly expand the active range to include both cached
15805         and agentized articles.
15806         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15807         multiple version-dependent converters.
15808         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15809         gnus-agent-save-active.
15810         (gnus-save-newsrc-file): Save dirty agent range limits.
15811
15812         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15813         gnus-agent-possibly-alter-active.
15814         (gnus-adjust-marked-articles): Faster handling of simple lists.
15815
15816 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15817
15818         * spam-stat.el (spam-stat-test-directory): New optional argument
15819         displays a list of files detected.  Suggested by Andrew Cohen
15820         <cohen@andy.bu.edu>.
15821         (spam-stat-buffer-words-with-scores): Don't narrow and change
15822         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15823
15824 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15825
15826         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15827         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15828         (spam-spamassassin-arguments)
15829         (spam-spamassassin-spam-flag-header)
15830         (spam-spamassassin-positive-spam-flag-header)
15831         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15832         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15833         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15834         (spam-list-of-processors, spam-list-of-checks)
15835         (spam-list-of-statistical-checks, spam-registration-functions)
15836         (spam-check-spamassassin-headers, spam-check-spamassassin)
15837         (spam-spamassassin-score)
15838         (spam-spamassassin-register-with-sa-learn)
15839         (spam-spamassassin-register-spam-routine)
15840         (spam-spamassassin-register-ham-routine)
15841         (spam-assassin-register-spam-routine)
15842         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15843         (spam-bogofilter-score): Fix to show article before scoring.
15844
15845 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15846
15847         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15848         default scoring function.
15849         (spam-generic-score): Call spam-spamassassin-score if
15850         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15851         spam-bogofilter-score otherwise.
15852
15853         * gnus.el (spam-process, spam-autodetect-methods): Add
15854         spamassassin and spamassassin-headers.
15855
15856 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15857
15858         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15859         Suppress unnecessary messages.
15860
15861 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15862
15863         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15864         make-hash-table.
15865
15866 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * canlock.el (base64-encode-string): Don't autoload it.
15869
15870 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * run-at-time.el: Remove useless (require 'itimer),
15873         eval-and-compile and (featurep 'xemacs).
15874
15875 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15876
15877         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15878         GROUP is a virtual group.
15879
15880 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15881
15882         * gnus.el: Autoload `message-y-or-n-p'.
15883
15884 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15885
15886         * pgg-parse.el: Remove unnecessary (require 'custom).
15887
15888         * pgg-def.el: do.
15889
15890         * nnmail.el: do.
15891
15892         * gnus-undo.el: do.
15893
15894         * gnus-picon.el: do.
15895
15896         * gnus-util.el: do.
15897
15898 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15899
15900         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15901
15902 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15905         handle, as well as a list.
15906
15907         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15908         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15909         (mm-w3m-cid-retrieve): Simplify.
15910
15911 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15912
15913         * message.el (message-kill-to-signature): Allow prefix arg to
15914         specify number of lines to keep before signature.
15915
15916 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15917
15918         * message.el (message-kill-to-signature): Change docstring.
15919
15920 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * canlock.el: Always require sha1-el.
15923         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15924
15925         * message.el: Autoload sha1 only when compiling.
15926
15927         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15928         eudc-expand-inline for XEmacs.
15929
15930 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * message.el (message-canlock-generate): Require sha1-el.
15933
15934 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15935
15936         * message.el (message-expand-name): Silence the byte compiler.
15937
15938         * lpath.el: Add detect-coding-system.
15939
15940         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15941         cus-edit.
15942
15943 2004-01-13  Simon Josefsson  <jas@extundo.com>
15944
15945         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15946         Invoke gnus-score-mode.  Reported by
15947         bojohan+news@dd.chalmers.se (Johan Bockgård).
15948
15949         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15950         Jim Blandy <jimb@redhat.com> (tiny change).
15951
15952 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15953
15954         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15955
15956 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15957
15958         * spam.el (spam-get-article-as-string): Update to use
15959         gnus-request-article-this-buffer, much simpler.
15960         (spam-get-article-as-buffer): Remove.
15961
15962 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15963
15964         * message.el (message-expand-name): Use EUDC if the user uses that.
15965
15966 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15967
15968         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15969         character for the encoding to avoid consing a string.
15970
15971         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15972         unnecessarily.
15973
15974         * mm-util.el (mm-replace-chars-in-string): Remove.
15975
15976         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15977         of mm-replace-chars-in-string.
15978
15979 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15982
15983         * mm-util.el (mm-subst-char-in-string): Support inplace.
15984
15985         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15986         a new string in every iteration.  Use shy groups.
15987
15988 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15991         * gnus-soup.el (gnus-soup-group-brew):
15992         * gnus-msg.el (gnus-put-message):
15993         * gnus-move.el (gnus-group-move-group-to-server):
15994         * gnus-kill.el (gnus-batch-score):
15995         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15996         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15997         (gnus-group-update-group, gnus-group-read-group)
15998         (gnus-group-make-group, gnus-group-make-help-group)
15999         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16000         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16001         (gnus-group-sort-by-unread, gnus-group-catchup)
16002         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16003         (gnus-group-yank-group, gnus-group-set-info)
16004         (gnus-group-list-groups):
16005         * gnus.el (gnus-generate-new-group-name):
16006         * gnus-delay.el (gnus-delay-send-queue):
16007         * nnvirtual.el (nnvirtual-catchup-group):
16008         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16009         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16010         (gnus-group-prepare-topics, gnus-topic-check-topology):
16011         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16012         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16013         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16014         (gnus-group-make-articles-read):
16015         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16016         (gnus-group-change-level, gnus-kill-newsgroup)
16017         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16018         (gnus-get-unread-articles, gnus-make-articles-unread)
16019         (gnus-make-ascending-articles-unread): Use accessor
16020         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16021         to get group information for improved readability.
16022
16023
16024 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16025
16026         * gnus-art.el (article-decode-mime-words, article-babel)
16027         (gnus-article-highlight-signature, gnus-article-add-buttons)
16028         (gnus-signature-toggle): Use gnus-with-article-buffer.
16029
16030         * gnus-art.el (gnus-article-highlight-headers)
16031         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16032
16033         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16034         (gnus-article-set-globals, gnus-request-article-this-buffer)
16035         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16036         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16037         (gnus-mime-display-alternative): Use with-current-buffer.
16038
16039 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16040
16041         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16042         also under 80 char limit, and call gnus-error if needed.
16043         (spam-fetch-article-header): Fix - it was a
16044         buffer-local variable (gnus-newsgroup-data).
16045         (spam-find-spam): Use spam-generate-fake-headers, forget about
16046         spam-insert-fake-headers.
16047         (spam-insert-fake-headers): Remove.
16048
16049 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16050
16051         * deuglify.el (gnus-article-outlook-unwrap-lines)
16052         (gnus-outlook-rearrange-article)
16053         (gnus-outlook-repair-attribution-outlook)
16054         (gnus-outlook-repair-attribution-block)
16055         (gnus-outlook-repair-attribution-other): Remove redundant
16056         save-excursion.
16057
16058 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16061         (spam-fetch-field-subject-fast)
16062         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16063         (spam-fetch-article-header): Add functions to deal with Gnus
16064         internals for fast retrieval of article header data.
16065         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16066
16067 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16068
16069         * pop3.el (pop3-md5): Remove.
16070         (pop3-apop): Replace pop3-md5 with md5.
16071
16072         * mm-bodies.el: base64 is always built-in.
16073
16074         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16075         with-current-buffer.
16076
16077 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * canlock.el (canlock-insert-header): Remove excessive grouping in
16080         regexp.
16081
16082         * gnus-sum.el (gnus-summary-read-document): Ditto.
16083
16084         * gnus-uu.el (gnus-uu-part-number): Ditto.
16085
16086         * html2text.el (html2text-remove-tags): Ditto.
16087         (html2text-format-tags): Ditto.
16088         (html2text-format-single-elements): Ditto.
16089
16090         * mml.el (mml-parse-1): Ditto.
16091
16092 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16093
16094         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16095
16096         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16097
16098         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16099
16100         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16101
16102 2003-11-15  Simon Josefsson  <jas@extundo.com>
16103
16104         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16105         (pgg-gpg-lookup-key): Use regexp match instead of
16106         split-string (split-string is different between emacs 21.2 and
16107         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16108
16109 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16110
16111         * gnus-art.el (gnus-mime-view-all-parts)
16112         (gnus-article-part-wrapper, gnus-article-view-part): Use
16113         with-current-buffer.
16114
16115 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16116
16117         * spam.el (spam-disable-spam-split-during-ham-respool)
16118         (spam-spamoracle-database, spam-cache-lookups)
16119         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16120         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16121         (spam-group-ham-marks, spam-group-spam-marks)
16122         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16123         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16124         also add spam-use-blackholes to the statistical checks.
16125         (spam-fetch-field-fast): Add interface to fetching fields, may
16126         become a macro.
16127         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16128         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16129         (spam-insert-fake-headers): Fake an article when needed.
16130         (spam-find-spam): Fake article when possible.
16131         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16132         (spam-check-bogofilter-headers): Use message-fetch-field instead
16133         of nnmail-fetch-field.
16134
16135 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16138
16139 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * spam.el (spam-split): Do not require spam-use-CHECK to be
16142         enabled if that check is passed to spam-split explicitly; also
16143         fix so 'spam doesn't get converted to spam-split-group when
16144         spam-split-symbolic-return is t.
16145         (spam-find-spam): Find registrations of the article and use those
16146         instead of re-running spam-split to find the spam/ham
16147         classification of the article.
16148         (spam-log-processing-to-registry, spam-log-registered-p)
16149         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16150         Use gnus-error instead of gnus-message.
16151         (spam-log-registration-type): Add function to determine the
16152         classification of a message based on registry entries; will
16153         return nil if both 'spam and 'ham are found.
16154         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16155         a reasonably fast local cache without the loading errors.
16156         (spam-cache-lookups): Set to t by default.
16157         (spam-find-spam): Don't try to guess spam-cache-lookups.
16158         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16159         spam-caches entry.
16160         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16161         caching of whitelist/blacklist entries.
16162         (spam-check-whitelist, spam-check-blacklist): Invoke
16163         spam-from-listed-p with a type, not a cache variable.
16164         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16165
16166 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16167
16168         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16169
16170         * nnmail.el (nnmail-split-fancy): do.
16171
16172         * mml.el (mml-parse): do.
16173
16174         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16175         (gnus-score-adaptive): do.
16176
16177 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16180         (gnus-mime-button-map): Don't set keymap parent.
16181         (gnus-button-ctan-directory-regexp): Use shy grouping.
16182         (gnus-prev-page-map): Don't set keymap parent.
16183         (gnus-prev-page-map): Remove duplicated one.
16184         (gnus-next-page-map): Don't set keymap parent.
16185         (gnus-mime-security-button-map): Ditto.
16186
16187         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16188         version number.
16189
16190         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16191
16192 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * canlock.el (canlock-sha1-function): Remove.
16195         (canlock-sha1-function-for-verify): Remove.
16196         (canlock-openssl-program): Remove.
16197         (canlock-openssl-args): Remove.
16198         (canlock-ignore-errors): Remove.
16199         (canlock-sha1-with-openssl): Remove.
16200         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16201         (canlock-verify): Don't use canlock-ignore-errors.
16202
16203         * sha1-el.el (sha1-string-external): Make it can return a string
16204         in binary form.
16205         (sha1-region-external): Ditto.
16206         (sha1-string-internal): Ditto.
16207         (sha1-region-internal): Ditto.
16208         (sha1-region): Ditto.
16209         (sha1-string): Ditto.
16210         (sha1): Ditto.
16211
16212 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16213
16214         * spam.el (spam-report-articles-gmane): New command.
16215
16216 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16219
16220         * run-at-time.el (run-at-time-saved): Remove.
16221         (run-at-time): Doc fix.
16222
16223 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16224
16225         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16226         (gnus-summary-limit-map): Add it.
16227         (gnus-summary-make-menu-bar): do.
16228
16229 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16230
16231         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16232         Make attempt at some caching support (done for BBDB only now).
16233         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16234         addresses to be checked.
16235         (spam-clear-cache-BBDB): Add function, to be invoked by
16236         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16237         (spam-check-BBDB): Check and use the caches, if
16238         spam-cache-lookups is on, remove superfluous (provide).
16239
16240 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16241
16242         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16243
16244 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16245
16246         * run-at-time.el (run-at-time-saved): Move to after the definition
16247         of `run-at-time'.
16248
16249         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16250
16251 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16254         mm-w3m-local-map-property.
16255
16256         * mm-view.el (mm-w3m-mode-map): Remove.
16257         (mm-w3m-local-map-property): Remove.
16258         (mm-inline-text-html-render-with-w3m): Don't use
16259         mm-w3m-local-map-property.
16260
16261 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16262
16263         * run-at-time.el: New file.
16264
16265         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16266         under Emacs.
16267
16268         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16269         of gnus-set-text-properties.
16270
16271         * gnus-uu.el (gnus-uu-save-article): Ditto.
16272
16273         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16274
16275         * gnus-cite.el (gnus-cite-parse): Ditto.
16276
16277         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16278         of gnus-.
16279
16280         * gnus-xmas.el (run-at-time): Require run-at-time.
16281
16282         * gnus.el: Changed calls to nnheader-run-at-time and
16283         password-run-at-time throughout to use run-at-time directly.
16284
16285         * password.el: Removed definition of run-at-time.
16286
16287         * nnheaderxm.el: Remove definition of run-at-time.
16288
16289 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16290
16291         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16292         in prompt.
16293
16294 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16295
16296         * messagexmas.el (message-xmas-redefine): Alias
16297         `message-make-caesar-translation-table' to
16298         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16299         version.
16300
16301         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16302         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16303         `gnus-xmas-set-text-properties'.
16304         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16305         `gnus-xmas-completing-read'.
16306         (gnus-xmas-completing-read): Removed.
16307         (gnus-xmas-open-network-stream): Removed.
16308
16309         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16310         XEmacs version.
16311
16312         * dns.el (dns-make-network-process): Use `open-network-stream'
16313         instead of `gnus-xmas-open-network-stream'.
16314
16315         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16316
16317         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16318
16319 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16320
16321         * gnus-art.el (gnus-mime-display-alternative)
16322         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16323         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16324         Don't use gnus-local-map-property.
16325
16326         * gnus-util.el (gnus-local-map-property): Remove.
16327
16328         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16329         gnus-completing-read-maybe-default with completing-read.
16330
16331         * gnus-util.el (gnus-completing-read): do.
16332         (gnus-completing-read-maybe-default): Remove.
16333
16334 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16335
16336         * password.el: Only autoload `run-at-time' if not XEmacs.
16337         Only autoload the itimer functions if XEmacs.
16338
16339 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16342         XEmacsen.
16343
16344         * dgnushack.el: Autoload executable-find for XEmacs.
16345
16346 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16347
16348         * gnus-art.el (gnus-read-string): Remove.
16349         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16350         read-string.
16351
16352 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16353
16354         * netrc.el: Autoload password-read.
16355         (netrc): Add configuration group.
16356         (netrc-encoding-method, netrc-openssl-path): Add
16357         variables for encoding and decoding of files with symmetric
16358         ciphers.
16359         (netrc-encode): Add assistant function to encode a file with
16360         netrc-encoding-method.
16361         (netrc-parse): Add interactive parameter, added optional
16362         decoding if netrc-encoding-method is non-nil but otherwise
16363         behavior is standard.
16364         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16365         Do s/encode/encrypt/ everywhere.
16366
16367         * spam.el: Remove executable-find autoload.
16368
16369 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16370
16371         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16372
16373         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16374
16375 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16376
16377         * gnus-art.el (gnus-treat-ansi-sequences)
16378         (article-treat-ansi-sequences): New variable and function.
16379         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16380
16381         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16382         Use it.
16383
16384 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16385
16386         * mm-util.el (mm-quote-arg): Remove.
16387
16388         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16389         shell-quote-argument.
16390
16391         * gnus-uu.el (gnus-uu-command): do.
16392
16393         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16394
16395         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16396         with make-char.
16397
16398         * mm-util.el (mm-make-char): Remove.
16399
16400         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16401         add-minor-mode.
16402
16403         * gnus-undo.el (gnus-undo-mode): do.
16404
16405         * gnus-topic.el (gnus-topic-mode): do.
16406
16407         * gnus-sum.el (gnus-dead-summary-mode): do.
16408
16409         * gnus-start.el (gnus-slave-mode): do.
16410
16411         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16412
16413         * gnus-ml.el (gnus-mailing-list-mode): do.
16414
16415         * gnus-gl.el (gnus-grouplens-mode): do.
16416
16417         * gnus-draft.el (gnus-draft-mode): do.
16418
16419         * gnus-dired.el (gnus-dired-mode): do.
16420
16421         * gnus-ems.el (gnus-add-minor-mode): Remove.
16422
16423         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16424         Replace gnus-char-width with char-width.
16425
16426         * gnus-ems.el (gnus-char-width): Remove.
16427
16428         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16429         Replace gnus-char-width with char-width.
16430
16431         * gnus-ems.el (gnus-char-width): Remove.
16432
16433         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16434         definition.
16435         Remove Emacs 20 hash table compatibility code.
16436
16437         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16438         20 compatibility code.
16439
16440         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16441
16442         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16443
16444         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16445         with point-at-{eol,bol}.
16446
16447         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16448
16449         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16450
16451         * flow-fill.el (fill-flowed-point-at-bol)
16452         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16453
16454         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16455         Replace with point-at-{eol,bol} throughout all files.
16456
16457 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * ntlm.el (ntlm-string-as-unibyte): New macro.
16460         (ntlm-build-auth-response): Use it.
16461
16462         Remove Emacs 20 stuff:
16463         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16464         (butlast, mapc, remove): Remove the compiler macros.
16465         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16466         of delq and copy-sequence.
16467         * gnus-art.el (popup-menu): Remove the compiler macro.
16468         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16469         Emacs 20.
16470
16471 2004-01-05  Simon Josefsson  <jas@extundo.com>
16472
16473         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16474         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16475         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16476         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16477         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16478         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16479         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16480         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16481         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16482         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16483         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16484         string-xor into ntlm-string-xor.  Suggested by
16485         Jesper Harder <harder@myrealbox.com>.
16486
16487         * ntlm.el: Don't include poem.
16488
16489         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16490         Jesper Harder <harder@myrealbox.com>.
16491
16492         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16493
16494         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16495         probably breaks emacs with DL patch, but do we care? Is anyone
16496         still using the DL stuff?)
16497
16498         * sieve-manage.el: Use the password package.
16499         (sieve-manage-read-passwd): Remove.
16500         (sieve-manage-interactive-login): Use password.  Re-add
16501         condition-case around loop.
16502
16503         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16504         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16505         the password package.
16506
16507 2003-02-19  Simon Josefsson  <jas@extundo.com>
16508
16509         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16510         token.
16511
16512 2002-08-07  Simon Josefsson  <jas@extundo.com>
16513
16514         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16515         (sieve-manage-authenticators):
16516         (sieve-manage-authenticator-alist): Add some SASL mechs.
16517         (sieve-sasl-auth): New function.
16518         (sieve-manage-cram-md5-auth):
16519         (sieve-manage-plain-auth): Rewrite using SASL library.
16520         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16521         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16522         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16523         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16524
16525 2004-01-05  Simon Josefsson  <jas@extundo.com>
16526
16527         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16528         New files.
16529
16530 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16531
16532         * gnus-group.el (gnus-no-groups-message): Update.
16533
16534         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16535
16536 2003-11-09  Simon Josefsson  <jas@extundo.com>
16537
16538         * imap.el: Support for ID IMAP extension (RFC 2971).
16539         (imap-local-variables): Add imap-id.
16540         (imap-id): New variable.
16541         (imap-id): New function.
16542         (imap-parse-response): Parse untagged ID response.
16543         * nnimap.el (nnimap-id): New variable.
16544         (nnimap-open-connection): Use it.
16545
16546 2003-12-28  Simon Josefsson  <jas@extundo.com>
16547
16548         * gnus-score.el (gnus-score-edit-all-score): New.
16549         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16550
16551 2004-01-04  Simon Josefsson  <jas@extundo.com>
16552
16553         * password.el: Add.
16554
16555 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16556
16557         * dns.el (dns-query-types): Fix typo.
16558         (dns-query-types): New function.
16559         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16560         PTR and SOA replies, see RFC 1035.
16561
16562 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16563
16564         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16565
16566         * Moved to Changelog.2.
16567
16568 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * gnus.el (gnus-version-number): Bump version.
16571
16572 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16573
16574         * gnus.el: No Gnus v0.1 is released.
16575
16576 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16577
16578         * gnus.el: No Gnus v0.0 is released.
16579
16580 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16581
16582         * gnus.el (gnus-version-number): Bump.
16583         (gnus-version): No.
16584
16585 See ChangeLog.2 for earlier changes.
16586
16587     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16588       Free Software Foundation, Inc.
16589
16590   This file is part of GNU Emacs.
16591
16592   GNU Emacs is free software: you can redistribute it and/or modify
16593   it under the terms of the GNU General Public License as published by
16594   the Free Software Foundation, either version 3 of the License, or
16595   (at your option) any later version.
16596
16597   GNU Emacs is distributed in the hope that it will be useful,
16598   but WITHOUT ANY WARRANTY; without even the implied warranty of
16599   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16600   GNU General Public License for more details.
16601
16602   You should have received a copy of the GNU General Public License
16603   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16604
16605 ;; Local Variables:
16606 ;; coding: utf-8
16607 ;; fill-column: 79
16608 ;; add-log-time-zone-rule: t
16609 ;; End: