Allow nnimap to just delete 'junk messages when splitting.
[gnus] / lisp / ChangeLog
1 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4         (nnimap-request-list): Nix out group in the correct buffer.
5
6         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7         parameter, and propagate this downwards.
8
9         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10         since EXAMINE changes it on the server.
11
12         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
13         this command might take a while.
14
15 2010-09-22  Julien Danjou  <julien@danjou.info>
16
17         * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
18         rather than window-pixel-edges.
19         (gnus-html-put-image): Stop using markers. They are harmful if you have
20         2 images side-by-side, they can't be properly update on text deletion.
21         Using text-property is safer here.
22         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
23         data.
24
25 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * nnimap.el (nnimap-expunge-inbox): Removed.
28         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
29         (nnimap-expunge): Flip default to t.
30
31         * gnus.el (gnus-method-to-server): Don't push things to the cache
32         unless it's unique.
33         (gnus-server-to-method): Ditto.
34
35 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
36
37         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
38
39 2010-09-22  Julien Danjou  <julien@danjou.info>
40
41         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
42         get the start of data.
43         (gnus-html-encode-url): Add this function to encode special chars in
44         URL.
45         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
46         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
47
48         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
49         default.
50         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
51
52         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
53         images alt-text.
54         (gnus-html-put-image): Put alt-text as help-echo.
55
56 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
59         * mm-util.el (mm-decompress-buffer)
60         * nnir.el (nnir-run-find-grep)
61         * pop3.el (pop3-list): Use 3rd arg of split-string.
62
63         * time-date.el (format-seconds): Comment fix.
64
65         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
66         and byte-optimize-form-code-walker.
67         (dgnushack-make-auto-load): Don't advise make-autoload.
68
69         * lpath.el: Remove Emacs 21 stuff.
70
71 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
74         outside the active range.  Suggested by Dan Christensen.
75
76         * gnus-start.el (gnus-get-unread-articles): Get the extended method
77         slightly later to avoid double-getting it.
78
79         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
80         previous patch.
81
82         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
83
84 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
85
86         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
87
88 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-int.el (gnus-open-server): Give a better error message in the
91         "go offline" case.
92
93         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
94         marks for nnimap, which is seldom the right thing to do.
95
96         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
97         (gnus-same-method-different-name): New function.
98
99         * nnimap.el (parse-time): Require.
100
101         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
102         method in the presence of many similar methods.
103
104         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
105
106         * nnimap.el (nnimap-find-expired-articles): Don't refer to
107         nnml-inhibit-expiry.
108
109         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
110         find out whether methods are equal.
111
112         * nnimap.el (nnimap-find-expired-articles): New function.
113         (nnimap-process-expiry-targets): New function.
114         (nnimap-request-move-article): Request the article before looking at
115         what the Message-ID is.  Fix found by Andrew Cohen.
116         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
117
118         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
119         for oldness in addition to being a predicate.
120
121         * nnimap.el (nnimap-request-group): When we have zero articles, return
122         the right data to Gnus.
123         (nnimap-request-expire-articles): Only delete articles immediately if
124         the target is 'delete.
125
126         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
127         method, this would bug out.
128
129         * gnus-group.el (gnus-group-expunge-group): Renamed from
130         gnus-group-nnimap-expunge, and implemented as a normal interface
131         function.
132
133         * gnus-int.el (gnus-request-expunge-group): New function.
134
135         * nnimap.el (nnimap-request-create-group): Implement.
136         (nnimap-request-expunge-group): New function.
137
138 2010-09-21  Julien Danjou  <julien@danjou.info>
139
140         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
141         (gnus-html-cache-expired): Add new function.
142         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
143         wethever we should display image for fetch it.
144         Compute alt-text earlier to pass it to the fetching function too.
145         (gnus-html-schedule-image-fetching): Change function argument to only
146         get one image at a time, not a list.
147         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
148         cache.
149         (gnus-html-get-image-data): New function to retrieve image data from
150         cache.
151         (gnus-html-put-image): Change buffer argument to use image data rather
152         than file, and place image above region rather than inserting a new
153         one. Do not take alt-text as argument, since it's useless now: we place
154         the image above alt-text.
155         (gnus-html-prune-cache): Remove.
156         (gnus-html-show-images): Start to fetch image when we find one, do not
157         push into a temporary list.
158         (gnus-html-prefetch-images): Only fetch image if they have expired.
159         (gnus-html-browse-image): Fix, use 'gnus-image-url.
160         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
161
162 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
165
166 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
169         spec inser "*" if the group isn't active instead of 0.
170
171         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
172         opening the server.
173         (nnimap-request-delete-group): Implement group deletion.
174         (nnimap-transform-headers): Return the size of the entire message in
175         the Bytes header, not just the size of the first part.
176         (nnimap-request-move-article): When moving an article from nnimap,
177         request the article first so the accepting form has an article to
178         accept.  Reported by Dan Christensen.
179         (nnimap-command): Make sure that the error message doesn't error out.
180
181 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
182
183         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
184         we haven't requested anything.
185
186 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187
188         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
189         "".  Fix found by Andrew Cohen.
190
191         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
192         instead of -encode-string.
193
194 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
197
198         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
199         by mm-subst-char-in-string.
200
201 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
204         waiting for the connection string.
205
206         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
207         arriving.
208
209         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
210         bogus characters.  This allows selecting certain Gmail groups.
211
212         * nnimap.el (nnimap-find-wanted-parts-1): New function.
213         (nnimap-fetch-partial-articles): New variable.
214         (nnimap-open-connection): When looking for credentials, also use the
215         nnimap-server-port.
216         (nnimap-request-article): Return the group/article number, so that Gnus
217         `^' works as expected.
218         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
219         them.
220
221         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
222         comments.
223         (gnus-methods-sloppily-equal): New function.
224         (gnus): When using the development version of Gnus, load the gnus-load
225         file.
226
227         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
228         `gnus-open-server' on each method before trying to scan them etc.  This
229         ensures that all the backend parameters are set correctly.
230
231         * nnimap.el (nnimap-authenticator): New variable.
232         (nnimap-open-connection): Allow anonymous login.
233         (nnimap-transform-headers): The chars header is called Chars not
234         Bytes.
235         (nnimap-wait-for-response): Don't infloop if the IMAP connection
236         drops.
237
238         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
239         patch, found by Knut Anders Hatlen.
240
241 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
242
243         * gnus-agent.el (gnus-agent-batch-confirmation)
244         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
245         to gnus-message.
246         * gnus-art.el (gnus-article-describe-briefly): Likewise.
247         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
248         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
249         * gnus-int.el (gnus-open-server): Likewise.
250         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
251         (gnus-score-check-syntax): Likewise.
252         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
253         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
254         Likewise.
255         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
256
257 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
260         calling conventions so that prefetch doesn't bug out.
261
262 2010-09-19  Julien Danjou  <julien@danjou.info>
263
264         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
265         rather than `subst-char-in-region' in order to be able to replace ASCII
266         char by UTF-8 ones.
267
268         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
269         than curl.
270         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
271         the right URL and ALT text on images.
272         (gnus-html-wash-tags): Fix tag case.
273         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
274         (gnus-article-html): Add -o display_ins_del=2 option.
275         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
276
277 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
280         the extra mail headers, which sometimes seem to happen for unknown
281         reasons.
282
283         * mail-parse.el (mail-header-encode-parameter): Define as
284         rfc2045-encode-string instead of as rfc2231-encode-string, since some
285         (or most, perhaps?) mail readers don't understand the latter, but do
286         understand the former.
287
288         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
289         to nil, so that no methods are automatically agentized.  I think this
290         is probably what most users want.
291
292         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
293         from url-retrieve, for instance about invalid URLs.
294
295         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
296         groups that have no articles.
297         (nnimap-request-article): Check that we really got an article when we
298         requested one.
299
300         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
301         doesn't exist.
302
303         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
304         nntp buffer so the agent can save it.
305         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
306         that CRLF doesn't get translated to \n.
307         (nnimap-open-connection): Don't make 'shell commands only send \n.
308
309 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
310
311         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
312         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
313         Update var name.
314         (nnml-generate-nov-file): Use dolist.
315         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
316         Use with-current-buffer.
317
318 2010-09-18  Julien Danjou  <julien@danjou.info>
319
320         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
321         parallel.
322
323 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * nnimap.el (nnimap-update-info): When doing partial marks update, get
326         the range update right.
327         (nnimap-request-group): Don't make `M-g' bug out on group with no
328         marks.
329         (nnoo): Required, so that other packages can require nnimap.
330         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
331         command we're looking for.  This helps when the server sends more
332         responses after we've gotten everything we expected.
333         (nnimap): Add a `newlinep' field to keep track of end-of-line
334         conventions.
335         Don't send CRLF to things that don't want it.
336         (nnimap-request-accept-article): Ditto.
337
338 2010-09-18  Julien Danjou  <julien@danjou.info>
339
340         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
341         than curl to retrieve images.
342
343 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * nnimap.el (nnimap-update-info): Extend the info so that we can set
346         the marks.
347         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
348         (nnimap-wait-for-connection): New function.
349         (nnimap-open-connection): If we have PREAUTH, don't query for login
350         credentials.
351         (nnimap-update-info): Fix off-by-one error when concatenating ranges
352         when doing a partial update.
353
354 2010-09-18  Julien Danjou  <julien@danjou.info>
355
356         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
357         tags.
358
359 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * nnimap.el (nnimap-credentials): New function.
362         (nnimap-open-connection): Use the new function to look for credentials
363         also on the numeric equivalents of "imap" and "imaps".
364
365         * gnus-start.el (gnus-activate-group): Send the info to
366         gnus-request-group.
367
368         * nnimap.el (nnimap-request-group): Have the "check" version of the
369         function parse flags and update the info, so that a `M-g' get a total
370         resync of all flags from the group.
371
372         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
373         to allow backends to alter the info on group selection.  Also alter all
374         the backend -request-group functions to take the parameter.
375
376         * nnimap.el (nnimap-store-info): New function.
377         (nnimap-update-info): Store the info for later usage.
378         (nnimap-request-group): Use the stored info for the dont-check case, so
379         that we don't retrieve all marks when we enter a group.
380
381         * nnimap.el: Use deffoo instead of defun for interface functions.
382
383         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
384         update the group info.  This makes the nndraft groups, for instance, go
385         back to their old behaviour.
386
387         * gnus-sum.el (gnus-select-newsgroup): Indent.
388
389         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
390         in.
391         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
392         nothing.
393
394         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
395         from methods that are denied.
396
397         * gnus-int.el (gnus-method-denied-p): New function.
398
399         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
400         store the password instead of netrc.
401         (nnimap-open-connection): Don't error out when we can't make a
402         connections.
403
404         * auth-source.el (auth-source-create): In the password prompt, say what
405         we're querying for.  Also prompt for user name if that hasn't been
406         given.
407
408         * nnimap.el (nnimap-with-process-buffer): Removed.
409
410 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
413         method when we're reading from the agent.
414
415         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
416
417         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
418         that's probably most useful for users.
419
420         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
421         "failed" all the time.
422
423         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
424         ...)) with (with-current-buffer ... ).
425
426         * nntp.el (nntp-open-server): Return whether the open was successful or
427         not.
428
429         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
430         select an unread unseen article first.
431
432         * nnimap.el (nnimap-open-connection): If the user doesn't have a
433         /etc/services, supply some sensible port defaults.
434
435         * dgnushack.el: Define netrc-credentials.
436
437 2010-09-17  Julien Danjou  <julien@danjou.info>
438
439         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
440
441 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
442
443         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
444         doesn't have any parameters.
445
446 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
449         only upcased checks.
450
451         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
452
453         * nnimap.el (nnimap-open-shell-stream): New function.
454         (nnimap-open-connection): Use it.
455         (nnimap-transform-headers): Get the number of lines in each message.
456         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
457         number of lines.
458         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
459         problem.
460
461         * utf7.el (utf7-encode): Autoload.
462
463         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
464         to allow the mail splitting to not return a default group.  This is
465         useful for nnimap, which will leave unmatched mail in the inbox.
466
467         * nnimap.el: Rewritten.
468
469         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
470         nnimap usage.
471
472         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
473         if the move is internal, so that nnimap can do fast internal moves.
474
475         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
476         data.
477         (gnus-read-active-for-groups): Support finishing the early retrieval of
478         data.
479
480         * gnus-range.el (gnus-range-nconcat): New function.
481
482         * gnus-int.el (gnus-finish-retrieve-group-infos)
483         (gnus-retrieve-group-data-early): New functions.
484
485 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
486
487         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
488         (nnrss-retrieve-groups):
489         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
490         (pop3-quit): Use with-current-buffer.
491
492 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
495         instead of nnheader-accept-process-output.
496
497         * dgnushack.el (dgnushack-compile): Add comment.
498
499         * lpath.el: No need to fbind propertize for XEmacs 21.4.
500
501         * gnus-html.el (gnus-html-schedule-image-fetching)
502         (gnus-html-prefetch-images): Replace process-kill-without-query by
503         gnus-set-process-query-on-exit-flag.
504
505 2010-09-16  Romain Francoise  <romain@orebokech.com>
506
507         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
508
509 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-registry.el (gnus-registry-install-shortcuts): The second
512         parameter to unintern is mandatory-ish in Emacs 24.
513
514         * gnus-html.el (gnus-html-schedule-image-fetching)
515         (gnus-html-prefetch-images): Check for curl before using it.
516
517         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
518         depend on curl, which isn't essential.
519
520         * imap.el: Revert back to version
521         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
522         seem problematic.
523
524 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
525
526         * gnus-registry.el (gnus-registry-install-shortcuts):
527         Explicitly pass `obarray' to `unintern' to avoid a warning.
528
529 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
532         change.
533
534         * nnrss.el (nnrss-request-list): Removed this function and related
535         functions, including the moreover stuff.
536
537 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * nnrss.el (nnrss-retrieve-groups): New function.
540
541 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
542
543         * .dir-locals.el: Add no-byte-compile cookie.
544
545 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * time-date.el (format-seconds): Comment fix.
548
549         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
550         for back end that doesn't support request-scan.
551
552 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
555         then do request scans from the backends.
556
557         * netrc.el (netrc-credentials): New conveniency function.
558
559         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
560         avoid running a hook per line, since this takes a lot of time,
561         profiling shows.
562         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
563         directly if gnus-visual-p is true.
564
565 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
568         groups; replace mapcar with dolist which is a bit faster; pass groups
569         info to gnus-read-active-file-1.
570         (gnus-read-active-file-1): Scan only specified groups if the new
571         optional arg `infos' is given.
572
573 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
576
577         * pop3.el (pop3-movemail): Removed.
578         (pop3-streaming-movemail): Renamed to pop3-movemail.
579
580         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
581         don't restrict end-tag searches to the end of the line.
582
583 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
586         articles of every unchecked group to t, which means unknown since the
587         server has never been opened.
588
589 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590
591         * gnus-html.el (gnus-html-show-alt-text): New command.
592         (gnus-html-browse-image): Ditto.
593         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
594         to browse the image directly.
595         (gnus-html-wash-tags): Search for images first, so that <a><img> works
596         better.
597
598         * gnus-async.el (gnus-async-article-callback): Call
599         `gnus-html-prefetch-images' unconditionally.
600
601         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
602         before feeding URLs to curl.
603
604 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
607         internal images as deletable by `W D D'.
608
609         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
610         (gnus-async-article-callback): Fix typo.
611
612 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
615         current line to work around bugs in the output from w3m.
616
617         * gnus-async.el (gnus-async-article-callback): Always prefetch images
618         for groups that want that.
619
620         * nntp.el (nntp-wait-for-string): Supply a timeout for
621         accept-process-output to ensure progress.
622
623         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
624         level to get unread articles from, then use that for foreign groups,
625         too.
626
627         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
628         confuses the rest of the function.
629
630         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
631         for the methods that support -retrieve-groups, too.
632
633         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
634
635 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
638         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
639
640         * pop3.el: Require cl when compiling.
641         (pop3-number-of-responses): Search for "+OK", not "+OK ".
642
643 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
646         that aren't going to be activated.
647         (gnus-get-unread-articles): Fix up the last commit.
648
649         * gnus-html.el (gnus-article-html): Allow calling without specifying
650         the handle.  In that case, dissect the buffer first.
651
652         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
653
654         * nnimap.el (nnimap-open-connection): Revert the change that would look
655         into authinfo for imaps instead of imap.
656
657         * gnus-start.el (gnus-activate-group): Take an optional parameter to
658         say that you don't want to call gnus-request-group with don-check, but
659         do check the reponse.  This is for virtual groups only.
660         (gnus-get-unread-articles): Count the archive groups as secondary, so
661         that they're activated the same way as before.
662
663         * imap.el (imap-message-map): Removed optional buffer parameter, since
664         no callers use it.
665         (imap-message-get): Ditto.
666         (imap-message-put): Ditto.
667         (imap-mailbox-map): Ditto.
668         (imap-mailbox-put): Ditto.
669         (imap-mailbox-get): Ditto.
670         (imap-mailbox-get): Revert last change for this function.
671
672         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
673         case-insensitively.
674         (nnimap-debug): Removed.
675
676         * imap.el (imap-fetch-safe): Removed function, and altered all callers
677         to use `imap-fetch' instead.  According to the comments, this should be
678         safe, since all other IMAP clients use the 1:* syntax.
679         (imap-enable-exchange-bug-workaround): Removed.
680         (imap-debug): Removed -- doesn't seem very useful.
681
682         * mail-source.el (mail-source-fetch): Don't message if we're fetching
683         mail from a file, and the file doesn't exist.
684
685         * imap.el (imap-log): New convenience function used throughout instead
686         of repeating the same code all over the place.
687
688         * pop3.el (pop3-streaming-movemail): Return t for success.
689
690         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
691         .authinfo if we're using ssl connection.
692
693         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
694         already have if we're in a main Gnus `g' run.
695
696         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
697
698 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
701
702         * nnmh.el (nnmh-request-list-1): Bind `file'.
703
704         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
705         alias to set-process-query-on-exit-flag or process-kill-without-query.
706         (pop3-open-server): Use it.
707
708 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * mail-source.el (mail-source-delete-crash-box): Always move the crash
711         box to the Incoming file.  Fixes mistake in previous checkin.
712
713         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
714         request loop (for debugging purposes) removed.
715
716         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
717         culprit is more visible.
718         (nnml-save-incremental-nov, nnml-open-incremental-nov)
719         (nnml-add-incremental-nov): New functions to do "incremental" nov
720         updates, where we just append to the end of the existing nov files
721         without reading/writing them in full.
722
723         * mail-source.el (mail-source-delete-crash-box): Really only check the
724         incoming files once in a while.
725
726         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
727
728         * mail-source.el (mail-source-delete-crash-box): Only check the
729         incoming files for deletion once per day to save a lot of file
730         accesses.
731
732         * pop3.el (pop3-logon): Fix up unbound variable typo.
733
734         * mail-source.el (pop3-streaming-movemail): Autoload.
735
736         * pop3.el (pop3-streaming-movemail): Respect
737         pop3-leave-mail-on-server.
738
739         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
740         retrieval.
741
742         * pop3.el (pop3-process-filter): Removed unused function.
743         (pop3-streaming-movemail, pop3-send-streaming-command)
744         (pop3-wait-for-messages, pop3-write-to-file)
745         (pop3-number-of-responses): New functions for streaming pop3
746         retrieval.
747
748         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
749         come from no known methods.
750         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
751         list.
752
753         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
754         message sizes.
755         (pop3-movemail): Use erase-buffer instead of looping and deleting
756         regions, which seems rather odd.
757
758         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
759         file once per `g' run.
760
761         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
762         directories.  This makes the draft queue directory work.
763
764         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
765         data from the backends, so that we only request the list of groups from
766         each method once.  This should speed things up considerably.
767
768         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
769         detect that it's not implemented.
770
771         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
772         we actually do recurse down into the tree, but don't stat all leaf
773         nodes.
774
775         * gnus-html.el (gnus-html-show-images): If there are no images to show,
776         then say so instead of bugging out.
777
778         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
779         files exist before trying to read them.
780
781         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
782         around <pre_int>.
783
784         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
785
786         * nnmh.el (nnmh-request-list-1): Optimize for speed.
787
788 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * mm-util.el (mm-image-load-path): Just return the image directories,
791         not all directories in the path in addition to the image directories.
792         (mm-image-load-path): Maintain a cache of the image directories so that
793         the `g' command in Gnus doesn't have to stat dozens of directories each
794         time.
795
796         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
797         (gnus-html-wash-tags): Add a new `i' command to insert images.
798         (gnus-html-insert-image): New command and keystroke.
799         (gnus-html-redisplay-with-images): New command and keystroke.
800         (gnus-html-show-images): Renamed command.
801         (gnus-html-wash-tags): Remove more white space before <pre_int> image
802         spacers.
803         (gnus-html-wash-tags): Decode entities at the end, so that entities
804         inside the tags don't mess up the rest of the "parsing".
805
806         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
807         so that nnimap methods aren't agentized by default.  There's apparently
808         many problems related to agent/imap behaviour.
809
810         * gnus-art.el (gnus-article-copy-string): New command and key binding.
811
812         * gnus-html.el: Doc fix.
813
814 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
817         specifier-spec-list for Emacs 21.
818
819         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
820         glyph-width and glyph-height instead of display-graphic-p and
821         image-size; make avoidance of displaying small images work for XEmacs.
822
823         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
824         for XEmacs.
825
826         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
827         of symbol that holds plist data.
828         (gnus-process-plist): Remove plist of process after getting it.
829
830 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * message.el (message-generate-hashcash): Change default to
833         'opportunistic if hashcash is installed.
834
835         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
836         (gnus-html-put-image): Only call image-size once, since it's somewhat
837         time-consuming on remote X servers.
838
839 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
842         type on data, not a file name.
843
844         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
845         window-pixel-edges for Emacs 21.
846
847         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
848         decoded contents.
849         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
850
851 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
854         group line format, since it isn't very interesting.
855
856         * gnus-agent.el (gnus-agent-short-article),
857         (gnus-agent-long-article): Increase values for these two variables,
858         since most people are likely to have more network connection and
859         storage than before.
860
861         * gnus.el (gnus-refer-article-method): Change default to 'current.
862         When referring an article, the common behaviour is to refer it from the
863         current select method, not the native select method.  The chances of
864         the native select method having the message in question is rather slim
865         these days.
866
867         * gnus-sum.el (gnus-auto-select-subject): Change default to
868         `unseen-or-unread'.  I think it's likely that most people want to
869         select an unseen article over a previously seen, but unread one.
870
871         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
872         means that in the article buffer none of the minor mode elements will
873         be shown, usually, and this is not desirable in most cases.
874
875         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
876         that commands like `d' (and the like) go to the next line in the
877         buffer, instead of the next unread article.  I think this is the
878         behaviour that is most natural for most users.
879         (gnus-single-article-buffer): Change default to nil, so that people can
880         have as many article buffers open as they have summary buffer.  I think
881         this is the most natural way for the groups to behave.
882
883         * message.el (message-generate-new-buffers): Change default to
884         `unsent', so that all new message buffers start their names with the
885         string "*unsent", and it's easier to find the buffers if you move from
886         them.
887
888 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889
890         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
891         small.  They're probably tracking images.
892         (gnus-html-wash-tags): Remove all <pre_int> place holders.
893         (gnus-html-rescale-image): Yet another try at getting the image sizing
894         right.
895
896         * nntp.el (nntp-request-set-mark): Refuse to do marks if
897         nntp-marks-file-name is nil.
898
899 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * gnus-html.el (gnus-html-wash-tags)
902         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
903         Better logging.
904
905 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
908
909         * gnus-html.el (gnus-html-wash-tags): Check the value of
910         gnus-blocked-images in the summary buffer.
911
912 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
913
914         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
915
916 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917
918         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
919         like "a", it seems like.
920         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
921         since it needs to be picked from the correct buffer.
922
923         * nnwfm.el: Removed.
924
925         * nnlistserv.el: Removed.
926
927 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
930         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
931
932 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnkiboze.el: Removed.
935
936         * nndb.el: Removed.
937
938         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
939         alt text.
940         (gnus-html-rescale-image): Try to get the rescaling logic right for
941         images that are just wide and not tall.
942
943         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
944         overshadow variable bindings.
945
946 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
947
948         * gnus-html.el (gnus-html-wash-tags)
949         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
950         extra logging.
951
952 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
955         (gnus-max-image-proportion): New variable.
956         (gnus-html-rescale-image): New function.
957         (gnus-html-put-image): Rescale images.
958
959 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
960
961         Fix up some byte-compiler warnings.
962         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
963         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
964         (gnus-article-fill-cited-article, gnus-article-hide-citation)
965         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
966         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
967         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
968         (gnus-group-update-group): Use save-excursion and with-current-buffer.
969
970 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * gnus-html.el (gnus-article-html): Decode contents by charset.
973
974 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
977         (gnus-html-frame-width, gnus-blocked-images)
978         * message.el (message-prune-recipient-rules): Add custom version.
979         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
980
981         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
982         functions.
983
984         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
985         gnus-process-get.
986
987 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
988
989         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
990         instead of lsub directly.
991
992 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * nnwarchive.el: Removed.
995
996         * gnus-soup.el: Removed.
997
998         * nnsoup.el: Removed.
999
1000         * nnultimate.el: Removed.
1001
1002         * gnus-html.el (gnus-blocked-images): New variable.
1003
1004         * message.el (message-prune-recipients): New function.
1005         (message-prune-recipient-rules): New variable.
1006
1007         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1008         guess whether a long line is natural text or not.
1009
1010         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1011         gnus-process-plist and friends for compatibility.
1012
1013 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1014
1015         * gnus-html.el: Require packages that define macros used in this file.
1016         (gnus-article-mouse-face): Declare to silence byte-compiler.
1017         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1018         process-get.
1019         (gnus-html-put-image): Use plist-get to avoid getf.
1020         (gnus-html-prefetch-images): Use with-current-buffer.
1021
1022 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-ems.el: Provide compatibility functions for
1025         gnus-set-process-plist.
1026
1027         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1028         header-line-format for XEmacs 21.4.
1029
1030         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1031         * gnus.el (gnus-valid-select-methods)
1032         * message.el (message-send-mail-partially-limit)
1033         * mm-decode.el (mm-text-html-renderer)
1034         * mml.el (mml-insert-mime-headers-always)
1035         * smiley.el (smiley-regexp-alist): Bump custom version.
1036
1037 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038
1039         * gnus-html.el: require mm-url.
1040         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1041         with the url to `url'.
1042         (gnus-html-wash-tags): Support cid: URLs/images.
1043
1044 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1047         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1048         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1049
1050         * gnus-move.el: Removed file, since it doesn't really work.
1051
1052         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1053         UTF-8.  This seems to fix problems with some German web feeds.
1054
1055         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1056         at the top so that the proper colours are applied.
1057
1058         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1059         don't have dots in their names.
1060
1061         * gnus-art.el (gnus-article-view-part): Doc fix.
1062
1063         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1064         XEmacs-compatible.
1065         (gnus-html-put-image): Don't do images on non-graphic displays.
1066
1067         * nnslashdot.el: Removed this unused backend.
1068
1069         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1070         actions.
1071         (gnus-undo-register-1): Revert last change.
1072
1073         * gnus-group.el (gnus-group-completing-read): Protect against not
1074         having completion-styles bound.
1075
1076         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1077         make broken recipients happier.
1078
1079         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1080
1081         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1082         point parameter.
1083
1084         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1085
1086         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1087         completion-styles for group selection.
1088
1089 2009-02-04  Andreas Schwab  <schwab@suse.de>
1090
1091         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1092         headers and regexp-quote the match if necessary.
1093
1094 2009-03-24  Miles Bader  <miles@gnu.org>
1095
1096         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1097         the blinking smiley.
1098
1099 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1100
1101         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1102         blink smiley.
1103
1104 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1107         where the dribbel file lives exists.
1108
1109         * message.el (message-send-mail-partially-limit): Change the default to
1110         nil, since most people don't want this.
1111
1112         * mm-url.el (mm-url-decode-entities): Also decode entities like
1113         &#x3212.
1114
1115 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1116
1117         * gnus-sum.el (gnus-summary-idna-message):
1118         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1119         Hyperlink urls in docstrings with URL `...'.
1120
1121 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1122
1123         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1124         functions.
1125
1126 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1129         say what the mouseover text should be.
1130
1131         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1132         version of the mm-w3m-safe-url-regexp variable to only download images
1133         in the groups where we want that to happen.
1134
1135         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1136
1137         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1138         easier debugging.
1139         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1140         big pictures in the article buffer.
1141
1142         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1143         gnus-article-html.
1144         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1145         w3m.
1146
1147         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1148
1149 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1152         which doesn't exist.
1153
1154         * message.el (message-inhibit-ecomplete): New variable to allow some
1155         function to inhibit ecomplete address storage.
1156         (message-resend): Disable ecomplete message storage when resending
1157         messages.
1158
1159         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1160
1161 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1164         Save excursion while copying, moving, and deleting articles in order to
1165         prevent the cursor from jumping to unforeseen place.
1166
1167 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * lpath.el: No need to bind bookmark-current-buffer,
1170         bookmark-yank-point and bookmark-make-record-function.
1171
1172 2010-08-17  Glenn Morris  <rgm@gnu.org>
1173
1174         * gnus-sync.el: Require gnus components whose functions are used.
1175
1176         * gnus-art.el (bookmark-make-record-function):
1177         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1178         Declare for compiler.
1179
1180         * mm-url.el (mml-compute-boundary): Autoload.
1181
1182 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1185
1186 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1187
1188         Typo fix "hoo4a" -> "hook".
1189
1190         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1191
1192 2010-08-14  Glenn Morris  <rgm@gnu.org>
1193
1194         * gnus-sync.el (gnus-sync): Fix defgroup version.
1195
1196 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1197
1198         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1199
1200         * gnus-sync.el: Fix docs.
1201         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1202         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1203
1204 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         Optimizations for gnus-sync.el.
1207
1208         * gnus-sync.el: Add docs about gnus-sync-backend
1209         possibilities.
1210         (gnus-sync-save): Remove unnecessary message.
1211         (gnus-sync-read): Optimize and show what groups were skipped.
1212
1213 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1214
1215         Minor bug fixes for gnus-sync.el.
1216
1217         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1218         read the sync on get-new-news.
1219
1220         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1221         quiet.
1222
1223         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1224
1225 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1226
1227         Make saving and restoring of hidden threads work with overlays.
1228         Patch applied by Ted Zlatanov.
1229
1230         * gnus-sum.el (gnus-hidden-threads-configuration)
1231         (gnus-restore-hidden-threads-configuration): Update to deal with text
1232         properties, rather than searching for a magic character.
1233
1234 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1235
1236         New gnus-sync.el library for synchronization of marks.
1237
1238         * gnus-sync.el: New library for synchronization of marks.
1239
1240         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1241         renamed from `gnus-registry-grep-in-list'.
1242
1243         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1244
1245         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1246
1247 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1250         determining charset of text fails.
1251
1252 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * nnmail.el (nnmail-get-new-mail-1): Revert.
1255
1256         * nnml.el (nnml-active-number): Make sure names of newly created groups
1257         in nnml-group-alist are encoded.
1258
1259 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1262         containing non-ASCII characters in active file for nnml back end.
1263
1264 2010-07-24  David Engster  <dengste@eml.cc>
1265
1266         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1267         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1268
1269 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1270
1271         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1272         tag (Bug#6654).
1273
1274 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1277         the article buffer, not the summary buffer.
1278
1279 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1282         Emacs 23 as well.
1283
1284 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1287         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1288
1289 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1290
1291         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1292         Patch applied by Karl Fogel.
1293
1294         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1295         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1296
1297 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1298
1299         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1300         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1301         C-w still not working correctly from Article buffers; Thierry's
1302         patch to fix that will be applied after this.
1303
1304         * gnus-art.el (bookmark-make-record-function): New local variable.
1305
1306         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1307         article buffer.
1308         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1309
1310 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1311
1312         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1313         on changes in bookmark.el.
1314
1315 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1318         `no-log' instead of message not to log prompt string.
1319
1320 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1321
1322         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1323         the *other* type of HTML form submission.
1324
1325 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1326
1327         * auth-source.el (auth-source-pick): If choice does not contain a
1328         questioned keyword, set the check to t.
1329
1330 2010-06-12  Romain Francoise  <romain@orebokech.com>
1331
1332         * gnus-util.el (gnus-date-get-time): Move up before first use.
1333
1334 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1337         (gnus-article-edit-part): Bind it to make last part that is substituted
1338         or deleted visible.
1339         (gnus-mime-display-single): Buttonize part of which id equals to
1340         gnus-mime-buttonized-part-id.
1341
1342 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1343
1344         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1345         (gnus-dd-mmm): Use gnus-date-get-time.
1346         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1347         simplify logic.
1348         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1349         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1350
1351 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1352
1353         * auth-source.el (top): Autoload `secrets-list-collections',
1354         `secrets-create-item', `secrets-delete-item'.
1355         (auth-sources): Fix tag string.
1356         (auth-get-source, auth-source-retrieve, auth-source-create)
1357         (auth-source-delete): New defuns.
1358         (auth-source-pick): Rewrite in order to avoid 2 passes.
1359         (auth-source-forget-user-or-password): New parameter USERNAME.
1360         (auth-source-user-or-password): New parameters CREATE-MISSING and
1361         DELETE-EXISTING.  Retrieve password interactively, if needed.
1362
1363 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1364
1365         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1366         deleting unused directories when gnus-expert-user is t.
1367
1368 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1371         for each temp file when gnus-article-browse-delete-temp is ask.
1372
1373 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1374
1375         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1376         Lisp calls to delete-backward-char by calls to delete-char.
1377
1378 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1379
1380         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1381
1382 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1383
1384         * password-cache.el (password-cache-remove): Fix docstring.
1385
1386 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1389         article unless decoding article to be saved.
1390
1391 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1394         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1395         generated within the mm-with-unibyte-current-buffer macro.
1396
1397 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1400         to nil when we're in a mml-preview buffer and no group is selected.
1401
1402 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1403
1404         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1405         when catching the `C-g'.  Reported by "Leo".
1406
1407 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * message.el (message-forward-make-body-plain)
1410         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1411         multibyte-string-p.
1412
1413         * lpath.el: Revert.
1414
1415 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * message.el (message-forward-make-body-mml): Assume original message
1418         is multibyte string; error on unibyte.
1419         (message-forward-make-body-plain): Ditto; don't add excessive newline
1420         in body end.
1421
1422         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1423
1424 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1425
1426         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1427         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1428
1429 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * mm-extern.el (mm-extern-url): Don't use
1432         mm-with-unibyte-current-buffer.
1433         (mm-extern-cache-contents): Use with-current-buffer instead of
1434         save-excursion + set-buffer.
1435
1436 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * mm-util.el (mm-emacs-mule): Remove.
1439
1440 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1441
1442         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1443         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1444         change.
1445
1446 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1449         bind the default value of enable-multibyte-characters to nil.
1450
1451 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * message.el (message-forward-make-body-plain)
1454         (message-forward-make-body-mml):
1455         Don't use mm-with-unibyte-current-buffer.
1456
1457 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1458
1459         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1460
1461 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1462
1463         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1464         (Bug#5592).
1465
1466 2010-05-07  Julien Danjou  <julien@danjou.info>
1467
1468         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1469         it to mm-pipe-part.
1470
1471         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1472         it is given.
1473
1474 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * binhex.el (binhex-decode-region-internal)
1477         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1478         (dns-query)
1479         * nnweb.el (nnweb-gmane-search)
1480         * pgg-parse.el (pgg-parse-armor)
1481         * pgg.el (pgg-verify-region)
1482         * sha1.el (sha1-string-external)
1483         * uudecode.el (uudecode-decode-region-internal)
1484         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1485         XEmacs.
1486
1487         * gnus-art.el (gnus-article-browse-html-parts)
1488         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1489         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1490         make-temp-file.
1491
1492         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1493         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1494         compiling.
1495
1496         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1497         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1498         XEmacs when compiling.
1499
1500         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1501         gnus-pick-mode-off-hook for XEmacs when compiling.
1502         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1503         gnus-binary-mode-off-hook for XEmacs when compiling.
1504
1505         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1506         nil if char-charset is not available.
1507
1508         * imap.el (imap-disable-multibyte)
1509         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1510         macros.
1511
1512         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1513         instead of encode-coding-string.
1514
1515         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1516         'xemacs) instead of mm-emacs-mule to switch function definitions.
1517         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1518
1519         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1520         bind temporary-file-directory for XEmacs;
1521         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1522         timer-set-function for XEmacs 21.4 and SXEmacs;
1523         bind timer-list for XEmacs 21.4 and SXEmacs;
1524         fbind char-charset and find-charset-region for non-Mule XEmacs;
1525         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1526         encode-coding-region and encode-coding-string for XEmacs having no
1527         file-coding feature.
1528
1529 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1530
1531         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1532
1533 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1536         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1537
1538 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1539
1540         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1541         alias `jka-compr-delete-temp-file' no longer exists.
1542
1543 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1544
1545         Use define-minor-mode in Gnus where applicable.
1546         * mml.el (mml-mode): Use define-minor-mode.
1547         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1548         (gnus-undo-mode): Use define-minor-mode.
1549         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1550         (gnus-dead-summary-mode): Use define-minor-mode.
1551         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1552         Initialize in declaration.
1553         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1554         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1555         (gnus-mailing-list-mode): Use define-minor-mode.
1556         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1557         (gnus-draft-mode): Use define-minor-mode.
1558         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1559         (gnus-dired-mode): Use define-minor-mode.
1560
1561 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1562
1563         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1564         handles on recursive mml-to-mime translation and check them for
1565         boundary delimiter collisions.  Reported by Greg Troxel.
1566
1567 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1570
1571 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1572
1573         * mm-util.el (mm-find-buffer-file-coding-system):
1574         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1575
1576 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1577
1578         * message.el (message-generate-headers): Record insertion of optional
1579         headers as well.  Otherwise the check to prevent repeated insertion of
1580         optional headers is a no-op.
1581
1582 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * smime.el: Don't mention CVS.
1585
1586         * nnrss.el (nnrss-fetch): Don't mention CVS.
1587
1588         * nnir.el: Don't mention CVS.
1589
1590 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1591
1592         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1593
1594 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * lpath.el: Fbind bookmark-default-handler,
1597         bookmark-get-bookmark-record, bookmark-make-record-default,
1598         bookmark-prop-get for Emacs <23 and XEmacs.
1599
1600 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1601
1602         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1603         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1604         Use with-current-buffer to silence the byte-compiler.
1605         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1606         bother to require `gnus'.
1607         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1608
1609 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1610
1611         * gnus-sum.el (gnus-summary-bookmark-make-record)
1612         (gnus-summary-bookmark-jump): New functions.
1613         (gnus-summary-mode): Setup bookmark support.
1614
1615 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1616
1617         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1618         if set.
1619
1620 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1623         gnus-article-browse-html-save-cid-image; make it work recursively for
1624         forwarded messages as well.
1625         (gnus-article-browse-html-parts): Work when prefix arg is given.
1626         (gnus-article-browse-html-article): Doc fix.
1627
1628 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1629
1630         * message.el (message-default-mail-headers):
1631         (message-default-headers): Carry the value mail-default-headers over
1632         into message-default-mail-headers, rather than message-default-headers.
1633
1634 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1635
1636         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1637         charset.
1638
1639         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1640         charset into the <meta> tag when the article is encoded to utf-8.
1641
1642 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1645         directories as well.
1646         (gnus-article-browse-html-parts): Work for images that do not specify
1647         file names; delete temp directory when quitting; insert header at the
1648         right place; use file: scheme for image files.
1649
1650 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1651
1652         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1653         (gnus-article-browse-html-parts): Use it to make temporary cid image
1654         files in addition to html file so that browser may display them.
1655
1656 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1659
1660 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1661
1662         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1663
1664 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1665
1666         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1667         about Secret Service API sources.  Improve Customize options.
1668         (auth-source-pick): Change to accept any number of search parameters.
1669         Implement fallbacks iteratively, not recursively.  Add scoring on the
1670         second pass and sort by score.  Call Secret Service API when needed.
1671         (auth-source-user-or-password): Use it.  Call Secret Service API
1672         directly when needed to get the user name and the password.
1673
1674 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1675
1676         * message.el (message-interactive): Doc fix.
1677         (message-qmail-inject-args): Reflow.
1678         (message-kill-to-signature): Fix typo in docstring.
1679
1680         * smiley.el (smiley-buffer): Fix typo in docstring.
1681
1682 2010-03-24  Glenn Morris  <rgm@gnu.org>
1683
1684         * mail-source.el (gnus-message): Declare.
1685         (mail-source-delete-old-incoming): Require gnus-util.
1686
1687 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1690
1691         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1692
1693         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1694         password-cache's default if it is not bound.
1695         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1696         password-cache-expiry's default if it is not bound.
1697
1698         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1699         available in Emacs 21.
1700
1701         * lpath.el: Suppress compiler warnings for:
1702         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1703         XEmacs;
1704         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1705         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1706         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1707
1708 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1709
1710         * auth-source.el (auth-sources): Fix up definition so extra parameters
1711         are always inline.
1712
1713 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1714
1715         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1716         wasn't updated after mismatch.  Clear cached mailbox info correctly
1717         when uidvalidity changes.
1718         (nnimap-group-prefixed-name): New function to avoid some code
1719         duplication.
1720         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1721         (nnimap-request-group): Use it.
1722         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1723         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1724         with many imap folders.  This is done by caching the group status from
1725         the imap server persistently in a group parameter `imap-status'.  (This
1726         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1727         but not persistently, so every Gnus startup was still very slow.)
1728
1729 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1730
1731         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1732         delete the extra newline.  Otherwise editing of :string and :number
1733         types don't work.
1734
1735 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1736
1737         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1738         secrets.el dependency.
1739         (auth-sources): Add optional user name.  Add secrets.el configuration
1740         choice (unused right now).
1741
1742 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1743
1744         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1745         `gnus-registry-install-shortcuts' fill in the functions.
1746
1747         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1748         warnings.
1749         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1750         (gnus-registry-install-shortcuts): Populate and use it in a
1751         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1752
1753 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1754
1755         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1756         In-place substitutions for the group name encoding/decoding.
1757         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1758         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1759         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1760         (nnimap-update-unseen, nnimap-request-list)
1761         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1762         (nnimap-request-set-mark, nnimap-split-to-groups)
1763         (nnimap-split-articles, nnimap-request-newgroups)
1764         (nnimap-request-create-group, nnimap-request-accept-article)
1765         (nnimap-request-delete-group, nnimap-request-rename-group)
1766         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1767         `encoded-mbx' for consistency.
1768         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1769         variable `imap-current-mailbox'.
1770
1771         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1772         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1773
1774 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1775
1776         * pop3.el (pop3-display-message-size-flag): Display message size byte
1777         counts during POP3 download.
1778         (pop3-movemail): Use it.
1779         (pop3-list): Implement listing of available messages.
1780
1781 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1782
1783         * nnir.el (nnir-get-article-nov-override-function): New function to
1784         override the normal NOV retrieval.
1785         (nnir-retrieve-headers): Use it.
1786
1787 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1788
1789         * auth-source.el (netrc-machine-user-or-password): Autoload.
1790
1791 2010-03-19  Glenn Morris  <rgm@gnu.org>
1792
1793         Stop message.el from loading about 40 libraries it doesn't always need.
1794         The general approach is to autoload rather than require, and to
1795         require in the specific functions rather than the file.  (Bug#5642)
1796
1797         * gmm-utils.el: Don't require wid-edit.
1798         (widget-create-child-value, widget-convert, widget-default-get):
1799         Autoload.
1800
1801         * gnus-util.el: Don't require time-date, netrc.
1802         (message-fetch-field, gnus-group-name-decode): Declare rather than
1803         autoloading.
1804         (gnus-fetch-field): Require message.
1805         (gnus-decode-newsgroups): Require gnus-group.
1806
1807         * ietf-drums.el: Don't require time-date.
1808
1809         * message.el: Don't require hashcash, canlock, ecomplete.
1810         Do require mail-utils.  Require nnheader only when compiling.
1811         (smtpmail-default-smtp-server): Remove declaration.
1812         (message-send-mail-function): Check smtpmail-default-smtp-server
1813         is bound rather than requiring smtpmail.
1814         (message-auto-save-directory, message-insert-signature): Use
1815         expand-file-name rather than nnheader-concat.
1816         (nnheader-insert-file-contents): Autoload.
1817         (hashcash-wait-async): Declare.
1818         (message-send-mail): Only call gnus-setup-posting-charset if
1819         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1820         (message-send-mail-with-sendmail): Require sendmail.
1821         (canlock-password, canlock-password-for-verify): Declare.
1822         (message-canlock-password): Require canlock.
1823         (nnheader-get-report): Autoload.
1824         (gnus-setup-posting-charset): Declare.
1825         (message-send-news): Require gnus-msg.
1826         (message-make-references, message-make-in-reply-to): Use mail-header-id
1827         rather than the alias mail-header-message-id.
1828         (ecomplete-add-item, ecomplete-save): Declare.
1829         (message-put-addresses-in-ecomplete): Require ecomplete.
1830         (ecomplete-display-matches): Autoload.
1831
1832         * mm-decode.el: Don't require mailcap, gnus-util.
1833         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1834         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1835         Autoload.
1836         (mailcap-mime-extensions): Declare.
1837
1838         * mm-encode.el: Don't require mailcap.
1839         (mailcap-extension-to-mime): Autoload.
1840
1841         * mml-sec.el: Don't require password-cache.
1842
1843         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1844         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1845         (mml-minibuffer-read-type): Require mailcap.
1846         (mml-preview): Require gnus-msg.
1847
1848         * mml1991.el: Require password-cache.
1849         (password-cache-expiry): Remove declaration.
1850
1851         * mml2015.el: Require password-cache.
1852         (password-cache-expiry): Remove declaration.
1853
1854         * nneething.el (mailcap): Require mailcap.
1855
1856         * nnheader.el (declare-function): Add compatibility stub.
1857         (message-remove-header): Declare rather than autoload.
1858         (nnheader-replace-header): Require message.
1859
1860         * nnimap.el (declare-function): Add compatibility stub.
1861         (netrc-parse, netrc-machine-user-or-password): Declare.
1862         (nnimap-open-connection): Require netrc.
1863
1864         * nntp.el (declare-function): Add compatibility stub.
1865         (netrc-parse, netrc-machine, netrc-get): Declare.
1866         (nntp-send-authinfo): Require netrc.
1867
1868         * rfc2047.el: Don't require qp.
1869         (quoted-printable-encode-region, quoted-printable-decode-string):
1870         Autoload.
1871
1872         * sieve-mode.el: Don't require easymenu.
1873         (easy-menu-add-item): Autoload it.
1874
1875         * spam-stat.el (time-to-number-of-days): Autoload it.
1876
1877 2010-03-19  Glenn Morris  <rgm@gnu.org>
1878
1879         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1880
1881 2010-03-18  Glenn Morris  <rgm@gnu.org>
1882
1883         * hashcash.el (declare-function): Remove duplicate definition.
1884
1885 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1886
1887         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1888         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1889         value if any backslash escapes).
1890
1891 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1894         if it is available.  (bug#5647)
1895
1896         * lpath.el: Suppress compiler warning for coding-system-from-name for
1897         Emacs 21 and XEmacs.
1898
1899 2010-03-14  Juri Linkov  <juri@jurta.org>
1900
1901         * hmac-def.el:
1902         * hmac-md5.el:
1903         * netrc.el: Fix keywords.
1904
1905 2010-02-26  Glenn Morris  <rgm@gnu.org>
1906
1907         * message.el (message-send-mail-function): Change the default, so that
1908         it inherits from a customized send-mail-function.  (Bug#5643)
1909
1910 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1911
1912         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1913         shell-command-to-string signals an error (bug#5299).
1914
1915 2010-02-24  Glenn Morris  <rgm@gnu.org>
1916
1917         * message.el (message-smtpmail-send-it)
1918         (message-send-mail-with-mailclient): Doc fixes.
1919
1920 2010-02-16  Glenn Morris  <rgm@gnu.org>
1921
1922         * message.el (message-default-mail-headers): Change the default value
1923         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1924
1925 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1928         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1929
1930 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1931
1932         * time-date.el (date-to-time): Doc fix (Bug#5408).
1933
1934 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1935
1936         * message.el (message-mail): Just pass yank-action on to message-setup.
1937         (message-setup): Handle (FUN . ARGS) form of yank-action.
1938         (message-with-reply-buffer, message-widen-reply)
1939         (message-yank-original): Handle non-buffer values of
1940         message-reply-buffer (Bug#4080).
1941         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1942
1943 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1944
1945         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1946         Fix typo in docstring.
1947
1948 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1949
1950         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1951         response.
1952
1953 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1956
1957         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1958
1959         * message.el (message-check-news-header-syntax): Protect against a
1960         string that `rfc822-addresses' returns when parsing fails.
1961
1962 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1965         (gnus-previous-char-property-change): New functions.
1966
1967         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1968
1969 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1970
1971         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1972         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1973
1974 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1975
1976         * message.el (message-exchange-point-and-mark): Rework last change to
1977         avoid using optional arg of exchange-point-and-mark, for backward
1978         compatibility.
1979
1980 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1981
1982         * message.el (message-exchange-point-and-mark): Call
1983         exchange-point-and-mark with an argument rather than setting
1984         mark-active by hand (Bug#5175).
1985
1986 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * nntp.el (nntp-service-to-port): Work for service expressed with
1989         numeric string; replace [:digit:] with [0-9] for XEmacs.
1990
1991 2009-12-17  Glenn Morris  <rgm@gnu.org>
1992
1993         * gnus-group.el (gnus-bug-group-download-format-alist):
1994         Change emacs entry to debbugs.gnu.org.  Bump :version.
1995
1996 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1997
1998         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1999
2000 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * message.el (message-info): Explain why we use `Info-goto-node'.
2003
2004 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2007
2008 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2009
2010         * message.el (message-completion-in-region): New compatibility function.
2011         (message-expand-group): Use it.
2012
2013 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2016         with no unread article should be listed if the 2nd arg `predicate' is
2017         given.
2018
2019 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2022
2023 2009-11-29  Juri Linkov  <juri@jurta.org>
2024
2025         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2026         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2027         on `gnus-recenter'. (Bug#4698, Bug#4981)
2028
2029 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2030
2031         * sha1.el (sha1-string-external): default-directory "/" in case
2032         otherwise non-existent.  process-connection-type pipe for touch of
2033         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2034
2035 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2036
2037         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2038         it's comms related and sgml-mode.el has "comm" on that basis too.
2039
2040 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2043         containing tspecial characters if they have been already quoted.
2044
2045 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2046
2047         * dns-mode.el (auto-mode-alist): Purecopy string.
2048
2049 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2050
2051         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2052
2053 2009-10-24  Glenn Morris  <rgm@gnu.org>
2054
2055         * gnus-art.el (help-xref-stack-item): Define for compiler.
2056
2057 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2058
2059         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2060
2061 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2064
2065 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2068         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2069
2070 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2073         (gnus-overlays-in): New alias to overlays-in.
2074
2075         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2076         gnus-overlay-get, and gnus-delete-overlay.
2077         (gnus-summary-show-thread): Make it work as well for systems in which
2078         next-single-char-property-change is not available.
2079         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2080
2081         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2082         (gnus-overlay-get): New alias to extent-property.
2083         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2084
2085         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2086         SXEmacs.
2087
2088         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2089         SXEmacs.
2090
2091 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2092
2093         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2094
2095 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2096
2097         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2098         and XEmacs that don't have `remove-overlays'.
2099
2100 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2101
2102         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2103         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2104         selective display.  Use overlays instead.
2105
2106 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2107
2108         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2109
2110 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2111
2112         * spam-stat.el (spam-stat-load): Fix typo in message.
2113
2114 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2115
2116         * dig.el (dig-invoke): Fix typo in docstring.
2117         (query-dig): Reflow docstring.
2118
2119 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2120
2121         * gnus-art.el (gnus-article-encrypt-body):
2122         * message.el (message-check-recipients):
2123         * mm-util.el (mm-codepage-setup):
2124         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2125         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2126
2127 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2128
2129         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2130         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2131         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2132         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2133         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2134
2135 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2136
2137         * dig.el: Add "Keywords: comm", as per net-utils.el.
2138
2139 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2140
2141         * dig.el (dig-mode): Use define-derived-mode.
2142
2143 2009-09-19  Glenn Morris  <rgm@gnu.org>
2144
2145         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2146
2147 2009-09-18  Glenn Morris  <rgm@gnu.org>
2148
2149         * gnus-diary.el (gnus-diary-check-message):
2150         * message.el (message-insert-formatted-citation-line):
2151         * nnbabyl.el (top-level):
2152         * nndiary.el (nndiary-schedule):
2153         Fix typos in condition-case handlers.
2154
2155 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2158         configuration that provides the sole article window in a frame;
2159         position point correctly after deleting a part.
2160
2161 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2162
2163         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2164         (spam-resolve-registrations-routine): Use it to unregister articles
2165         that change status.
2166
2167 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2170         with XEmacs.
2171         (parse-time-string-chars): Use it.
2172
2173 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2174
2175         * imap.el (imap-interactive-login): Better messages.
2176         (imap-open): Fix bug with renamed buffer on reconnect.
2177         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2178         for easier debugging and cleaner code.  On successful (guessed based on
2179         server capabilities) secondary authentication, set imap-state
2180         correctly.
2181         (imap-last-authenticator): Define imap-last-authenticator as a variable
2182         to avoid warnings.
2183
2184 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * nnrss.el (nnrss-request-article): Remove binding of
2187         default-enable-multibyte-characters that has gotten needless by
2188         the 2007-07-13 change in rfc2047-encode-message-header.
2189
2190         * mml.el (mml-insert-multipart): Error on the message header.
2191         (mml-insert-part): Error on the message header; position point at
2192         the end of a MIME tag.
2193
2194 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * time-date.el (autoload): Expand define-obsolete-function-alias into
2197         defalias and make-obsolete for old Emacsen that Gnus supports.
2198         (with-no-warnings): Define it for old Emacsen.
2199         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2200         is available.
2201         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2202         float-time is available; suppress compile warning for time-to-seconds.
2203
2204         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2205         (gnus-float-time): Alias to float-time if it exists.
2206
2207         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2208         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2209         float-time is available; suppress compile warning for time-to-seconds.
2210
2211         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2212         XEmacs.
2213
2214 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * imap.el (imap-message-map): Docstring fix.
2217
2218 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2221         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2222         Add the optional argument `encoding' that overrides the default.
2223
2224         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2225         mm-encode-buffer.
2226
2227 2009-09-04  Glenn Morris  <rgm@gnu.org>
2228
2229         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2230         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2231         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2232         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2233         * mm-util.el (mm-with-unibyte-current-buffer)
2234         (mm-find-buffer-file-coding-system):
2235         * yenc.el (yenc-decode-region): Use default-value rather than
2236         default-enable-multibyte-characters.
2237
2238 2009-09-03  Glenn Morris  <rgm@gnu.org>
2239
2240         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2241         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2242         than default-enable-multibyte-characters.
2243
2244 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2245
2246         * gnus-art.el (gnus-article-read-summary-keys):
2247         Fix gnus-buffer-configuration's value temporarily used.
2248
2249 2009-09-02  Glenn Morris  <rgm@gnu.org>
2250
2251         * gnus-util.el (gnus-float-time): New function.
2252         * gnus-delay.el (gnus-delay-article):
2253         * gnus-sum.el (gnus-thread-latest-date):
2254         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2255         * nnspool.el (nnspool-request-newgroups):
2256         Use gnus-float-time rather than time-to-seconds.
2257         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2258
2259         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2260         (gnus-header-subject-face, gnus-header-newsgroups-face)
2261         (gnus-header-name-face, gnus-header-content-face):
2262         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2263         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2264         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2265         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2266         (gnus-cite-face-11):
2267         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2268         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2269         (gnus-server-closed-face, gnus-server-denied-face)
2270         (gnus-server-offline-face):
2271         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2272         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2273         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2274         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2275         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2276         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2277         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2278         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2279         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2280         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2281         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2282         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2283         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2284         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2285         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2286         (gnus-summary-high-undownloaded-face)
2287         (gnus-summary-low-undownloaded-face)
2288         (gnus-summary-normal-undownloaded-face)
2289         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2290         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2291         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2292         (gnus-splash-face):
2293         * message.el (message-header-to-face, message-header-cc-face)
2294         (message-header-subject-face, message-header-newsgroups-face)
2295         (message-header-other-face, message-header-name-face)
2296         (message-header-xheader-face, message-separator-face)
2297         (message-cited-text-face, message-mml-face):
2298         * sieve-mode.el (sieve-control-commands-face)
2299         (sieve-action-commands-face, sieve-test-commands-face)
2300         (sieve-tagged-arguments-face):
2301         * spam.el (spam-face):
2302         Mark face aliases with "-face" in the name as obsolete.
2303
2304 2009-09-01  Glenn Morris  <rgm@gnu.org>
2305
2306         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2307         than goto-line.
2308
2309 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2312         Don't move point if the command is invoked inside the message header.
2313
2314 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2315
2316         * imap.el (imap-send-command): Simplify.
2317         (imap-wait-for-tag): point-max -> buffer-size.
2318
2319 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2320
2321         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2322         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2323         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2324         * nnir.el (nnir-swish-e-index-file):
2325         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2326         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2327         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2328         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2329         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2330         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2331
2332 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2335         Don't save excursion.
2336
2337 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2338
2339         * nnheader.el (nnheader-find-file-noselect):
2340         * mm-util.el (mm-insert-file-contents):
2341         Use (default-value 'major-mode) instead of default-major-mode.
2342
2343 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2344
2345         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2346
2347 2009-08-26  Glenn Morris  <rgm@gnu.org>
2348
2349         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2350         than placing in files.el.
2351
2352 2009-08-25  Glenn Morris  <rgm@gnu.org>
2353
2354         * nnir.el (top-level): Don't require cl at run-time.
2355         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2356         Replace cl-function substitute with gnus-replace-in-string.
2357         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2358         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2359         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2360         simplified expansions.
2361
2362 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2363
2364         * dig.el (dig): Add autoload cookie.
2365
2366 2009-08-22  Glenn Morris  <rgm@gnu.org>
2367
2368         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2369         goto-line.
2370
2371 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2372
2373         * parse-time.el (parse-time-string-chars): Save match data.
2374
2375 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2376
2377         * parse-time.el (parse-time-string-chars): Compute using character
2378         classes, to handle non-ascii characters (Bug#3190).
2379
2380 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2383
2384         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2385         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2386         (gnus-mm-display-part, gnus-mime-display-single)
2387         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2388         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2389
2390         * gnus-sum.el
2391         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2392         (gnus-summary-move-article): Add expirable mark to articles copied or
2393         moved to group that has auto-expire turned on if the option is non-nil.
2394
2395 2009-07-24  Glenn Morris  <rgm@gnu.org>
2396
2397         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2398         Fix typo.  (Bug#3903)
2399
2400 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2403         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2404         that should not be used for draft articles.
2405         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2406         that has no concern in minor mode keys.
2407         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2408         Abolish.
2409
2410 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2413         article without making inquiry to a user for unknown encoding.
2414
2415         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2416         (nnmaildir--scan): Assume i-node and device number that file-attributes
2417         returns might be cons-cell.
2418
2419         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2420
2421         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2422
2423 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2424
2425         * auth-source.el: Remove docs now in auth.texi.  Don't use
2426         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2427         `auth-source-hide-passwords' and use them.
2428
2429 2009-07-15  Glenn Morris  <rgm@gnu.org>
2430
2431         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2432
2433 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2436         excessive whitespace from the default values of title and description.
2437
2438 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2441         mail-fetch-field to fetch Content-Description header in order to
2442         exclude newlines.
2443
2444 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2445
2446         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2447         format used by GnuPG 2.0.11.
2448
2449 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2452         to deleted part.
2453
2454 2009-05-30  David Engster  <dengste@eml.cc>
2455
2456         * nnmairix.el: Remove old documentation in the commentary block.
2457         (nnmairix-request-group): Do not update active file for nnml back ends.
2458         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2459         end so that overview files are ignored.
2460         (nnmairix-update-groups): Make updating the groups more robust by using
2461         marks.
2462         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2463         with dollar characters in message-id.
2464
2465 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2466
2467         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2468         2008-12-25 in dns.el.
2469
2470 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2471
2472         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2473         could happen if the text is only composed of spaces and/or tabs.
2474
2475 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2476
2477         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2478         when sending a queued message to avoid extra mml tags.
2479
2480 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2483
2484 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2487         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2488         rmail-toggle-header for XEmacs;
2489         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2490
2491 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus-dired.el: Remove autoload for gnus-setup-message.
2494         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2495         displaying Gnus logo; always use compose-mail.
2496
2497 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2500
2501 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2504         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2505         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2506         available.
2507         (gnus-nocem-epg-verify): New function.
2508
2509 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2510
2511         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2512
2513 2009-02-15  Glenn Morris  <rgm@gnu.org>
2514
2515         * gnus-util.el (rmail-insert-rmail-file-header)
2516         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2517         autoloads.
2518         (rmail-default-rmail-file): Remove unnecessary declaration.
2519         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2520
2521 2009-02-14  Glenn Morris  <rgm@gnu.org>
2522
2523         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2524         variable (only used in gnus-util, which declares it anyway).
2525         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2526         which was only needed by gnus-art (changed to not use it any more).
2527         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2528         only used in gnus-util, which autoloads it itself.
2529         (rmail-update-summary): Fix autoload.
2530
2531         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2532         rather than rmail-output-to-rmail-file.
2533
2534 2009-02-07  Glenn Morris  <rgm@gnu.org>
2535
2536         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2537         autoload of function that no longer exists.
2538         (rmail-toggle-header): Declare.
2539         (message-forward-rmail-make-body): Handle mbox Rmail.
2540
2541 2009-01-31  Glenn Morris  <rgm@gnu.org>
2542
2543         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2544         2009-01-09 change.
2545
2546 2009-01-31  Dave Love  <fx@gnu.org>
2547
2548         * imap.el (imap-fetch-safe): Bind debug-on-error.
2549         (imap-debug): Add imap-fetch-safe.
2550
2551 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2554         (auth-source-forget-all-cached): New convenience function.
2555         (auth-source-user-or-password): Accept list of modes or a single mode.
2556
2557         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2558         auth-source modes.
2559
2560         * netrc.el (netrc-machine-user-or-password): Use list of
2561         auth-source modes.
2562
2563         * nnimap.el (nnimap-open-connection): Use list of
2564         auth-source modes.
2565
2566         * nntp.el (nntp-send-authinfo): Use list of
2567         auth-source modes.
2568
2569 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2572         now.
2573
2574 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2577         coding system in XEmacs; add a workaround for XEmacs.
2578
2579         * lpath.el: Fbind coding-system-aliasee.
2580
2581 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2584         of current-language-environment.
2585
2586 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2587
2588         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2589         available at runtime.
2590
2591 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2594
2595 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2596
2597         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2598         the greatest positive fixnum value doesn't work under an XEmacs with
2599         bignum support; use the most-positive-fixnum constant instead,
2600         available since Emacs 21.1 with cl and XEmacs 21.1.
2601
2602 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2605         XEmacs gets not to work.
2606
2607 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * mm-util.el (mm-coding-system-priorities): Allow the value like
2610         "Japanese (UTF-8)" of current-language-environment.
2611
2612 2009-01-09  Glenn Morris  <rgm@gnu.org>
2613
2614         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2615         with last-command-event.
2616
2617 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2618
2619         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2620         in the doc string.
2621
2622         * message.el (message-fix-before-sending): Amend comment.
2623
2624 2009-01-08  Dave Love  <fx@gnu.org>
2625
2626         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2627
2628 2009-01-07  David Engster  <dengste@eml.cc>
2629
2630         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2631         simplified server definitions by converting it via
2632         gnus-server-to-method.
2633
2634 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2637         parameter's operands.
2638
2639 2009-01-06  David Engster  <dengste@eml.cc>
2640
2641         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2642         primary select method (for gnus-group-mark-article-as-read).
2643
2644 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2645
2646         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2647         `(gnus)Face', not `(gnus)X-Face'.
2648
2649 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * mm-util.el (mm-ucs-to-char): New function.
2652
2653         * mm-url.el (mm-url-decode-entities): Use it.
2654
2655         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2656         unicode-to-char.
2657
2658 2009-01-05  Dave Love  <fx@gnu.org>
2659
2660         * time-date.el: Require cl for `declare'.
2661
2662 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2663
2664         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2665         Dave Love.
2666
2667 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2668
2669         * message.el (message-fix-before-sending): Add `eight-bit' to
2670         illegible-text check.
2671
2672 2009-01-03  Michael Olson  <mwolson@gnu.org>
2673
2674         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2675         `headers' is nil.  This can occur if the IMAP server does not have
2676         permissions to read messages from a folder, but can write new messages
2677         to the folder.
2678         (nnimap-request-article-part): Do not insert `data' if it is nil.
2679
2680         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2681         characters which will confuse `read', so skip past them.
2682
2683 2009-01-01  Dave Love  <fx@gnu.org>
2684
2685         * imap.el (imap-string-to-integer): Fix typo.
2686         (imap-fetch-safe): New function.
2687         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2688
2689         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2690
2691         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2692         (imap-parse-greeting): Fix doc strings.
2693         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2694         (imap-parse-flag-list): Make messages unique.
2695         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2696
2697         * nnimap.el: Fix author email.
2698         (nnimap-split-rule): Add FIXME comment.
2699         (nnimap-debug): Fix doc string.
2700
2701 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2702
2703         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2704
2705 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2706
2707         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2708         nslookup if resolv.conf isn't available.
2709         (dns-query): Rename from query-dns.
2710         (dns-query-cached): Rename from query-dns-cached.
2711
2712 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2715         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2716         to check if those variables exist (first appeared in Emacs 18.50).
2717
2718 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * mm-util.el (mm-line-number-at-pos): New function.
2721
2722         * spam-report.el (spam-report-process-queue): Use it.
2723
2724 2008-12-24  David Engster  <dengste@eml.cc>
2725
2726         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2727         parameters that haven't existed as variables as buffer-local variables.
2728
2729 2008-12-23  Dave Love  <fx@gnu.org>
2730
2731         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2732         cadar.
2733
2734         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2735         imap-starttls-p.
2736         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2737
2738 2008-12-22  Dave Love  <fx@gnu.org>
2739
2740         * imap.el: Fix author email.  Doc fixes.
2741         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2742         reply.
2743
2744 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2745
2746         * spam-report.el (spam-report-gmane-max-requests): New constant.
2747         (spam-report-gmane-wait): New variable.
2748         (spam-report-gmane-ham, spam-report-gmane-spam)
2749         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2750         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2751         the server.
2752
2753         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2754         Add explanations.
2755
2756         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2757         nnheader-accept-process-output and nnheader-read-timeout if available.
2758         (pop3-movemail): Use it.
2759
2760         * message.el (message-check-news-body-syntax): Fix signature check if
2761         there's an attachment.
2762
2763 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * mm-util.el: Add comments to the mm- emulating functions.
2766
2767 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2768
2769         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2770         by Stephen Berman <stephen.berman@gmx.net>.
2771
2772 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * mm-util.el (mm-substring-no-properties): New function.
2775         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2776         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2777         (mm-string-to-multibyte): Doc fix.
2778
2779         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2780
2781 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2782
2783         * mml.el (mml-attach-file): Strip text properties from file name.
2784         (Bug#1574)
2785
2786 2008-12-16  Glenn Morris  <rgm@gnu.org>
2787
2788         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2789
2790 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2793         knows since the charset specified might be a bogus alias that
2794         mm-charset-synonym-alist provides.
2795
2796 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2799         "ISO_8859-1".
2800
2801         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2802
2803 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * mm-util.el (mm-charset-eval-alist):
2806         Define it before mm-charset-to-coding-system.
2807         (mm-charset-to-coding-system): Add optional argument `silent';
2808         define it before mm-charset-override-alist.
2809         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2810         default value if it can be used in Emacs currently running;
2811         silence mm-charset-to-coding-system.
2812
2813 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2816         `allow-override' which says whether to use `mm-charset-override-alist'.
2817         (rfc2047-decode-encoded-words): Use it.
2818
2819         * mm-util.el (mm-charset-override-alist): Fix custom type;
2820         add `(gb2312 . gbk)' to choices.
2821
2822 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2825         fast.
2826
2827         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2828
2829         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2830
2831 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2832
2833         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2834         on links.
2835
2836         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2837
2838 2008-12-03  Lute Kamstra  <lute@gnu.org>
2839
2840         * sha1.el: Remove leading * from docstrings of defcustoms,
2841         deffaces, defconsts and defuns.
2842
2843 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2846         users' addresses that don't have domain parts.
2847         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2848         rather than message-narrow-to-head since there will be the message
2849         header separator.
2850
2851 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2852
2853         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2854         since the result is inserted in a unibyte buffer anyway.
2855         (nnimap-demule-use-string-to-multibyte): Remove.
2856         (nnimap-demule): Alias it to mm-string-to-multibyte.
2857
2858 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2859
2860         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2861         variable for debugging bug#464 and bug#1174.
2862         (nnimap-demule): Use it.
2863
2864 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2865
2866         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2867         score calculation correctly.
2868
2869 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2870
2871         * message.el (message-send-mail): Just set the buffer to unibyte
2872         rather than use mm-with-unibyte-current-buffer which does a lot more.
2873         (message-send-mail-partially): Don't bother with
2874         mm-with-unibyte-current-buffer since it's already been made unibyte by
2875         message-send-mail.
2876
2877 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2878
2879         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2880
2881 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2884
2885 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2888         require itself and to remove `with-no-warnings'.
2889
2890 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2891
2892         * starttls.el (starttls-any-program-available): Get the name of the
2893         available TLS layer program.
2894         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2895         well as the host name in the "opening" message.
2896
2897         * auth-source.el (auth-source-cache, auth-source-do-cache)
2898         (auth-source-user-or-password): Cache passwords and logins by default,
2899         allow override with `auth-source-do-cache'.
2900         (auth-source-forget-user-or-password): Allow users to remove cache
2901         entries if needed.
2902
2903 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2904
2905         * md4.el (md4-buffer): Fix typo in docstring.
2906         (md4, md4-64): Doc fixes.
2907         (md4-pack-int32): Reflow docstring.
2908
2909 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2910
2911         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2912         condition-case to only the forward-sexp call.
2913
2914 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2915
2916         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2917         quotes contained.  Make it more robust regardless by an extra
2918         condition-case wrapper.
2919
2920 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2923
2924 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * nnml.el (nnml-request-expire-articles): Check if the function set to
2927         `nnmail-expiry-target' returns the symbol `delete'.
2928
2929         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2930
2931         * nnmail.el (nnmail-expiry-target): Fix custom type.
2932
2933 2008-10-02  Glenn Morris  <rgm@gnu.org>
2934
2935         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2936         Silence compiler warning.
2937
2938 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2939
2940         * tls.el (open-tls-stream): Show the actual command being
2941         executed, instead of the format string.
2942
2943 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * lpath.el: Fbind codepage-setup for Emacs 23.
2946
2947 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2948
2949         * mml.el (mml-menu): Don't assume mml2015 is bound.
2950
2951 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2954         exists.
2955
2956 2008-09-27  Glenn Morris  <rgm@gnu.org>
2957
2958         * gnus-util.el (mail-header-remove-comments): Autoload it.
2959
2960 2008-09-27  Andreas Schwab  <schwab@suse.de>
2961
2962         * gnus-util.el (gnus-split-references): Strip comments.
2963         (gnus-parent-id): Likewise.
2964
2965 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * message.el (message-confirm-send): Fix version.
2968
2969 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * message.el (message-idna-to-ascii-rhs-1): Use
2972         mail-extract-address-components rather than mail-header-parse-addresses
2973         that is an alias by default to ietf-drums-parse-addresses that does not
2974         support non-ASCII names in headers' contents.
2975
2976 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * message.el (message-confirm-send): Fixed variable documentation to
2979         avoid the "y/n" wording.
2980
2981 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2982
2983         * message.el (message-set-auto-save-file-name): Save to a different
2984         filename so multiple messages (especially drafts) can be recovered.
2985
2986 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         * message.el (message-confirm-send): Add appropriate version.
2989
2990 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2991
2992         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2993         defvar.
2994
2995 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2996
2997         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2998         (mm-pkcs7-enveloped-magic): Ditto.
2999
3000 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3001
3002         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3003         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3004
3005 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3006
3007         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3008         default, it's better.
3009
3010 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3013         summary line gnus-number property and ignore them (with a warning
3014         message).
3015
3016 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3019         macro caddr in the interactive form since it won't be expanded.
3020
3021 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3024         `charset'; fix name of function called recursively.
3025         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3026
3027 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3030         (gnus-mime-set-charset-parameters): New function.
3031         (gnus-mime-view-part-as-charset): Use it to correctly display part
3032         specifying wrong charset.
3033
3034 2008-09-08  David Engster  <dengste@eml.cc>
3035
3036         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3037         in completing-read for back end server.
3038
3039 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * message.el (message-confirm-send): New variable to confirm sending a
3042         message.
3043         (message-send): Use it.
3044
3045 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3046
3047         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3048
3049 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3052
3053 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3054
3055         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3056         prevent tracking too many groups.
3057         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3058         Use it.
3059
3060 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3061
3062         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3063         moving point to the bottom of the window in order to avoid recentering.
3064
3065 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3068
3069         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3070         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3071         (gnus-article-beginning-of-window): Fix calculation.
3072
3073 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * gnus-msg.el (gnus-summary-supersede-article)
3076         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3077         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3078         message header.
3079
3080 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3081
3082         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3083         pending output coming after the status change.
3084
3085 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3086
3087         * message.el:
3088         * gnus-start.el:
3089         * gnus-registry.el: Remove VMS support.
3090
3091 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3094         macro.
3095         (rfc2104-hash): Use it.
3096
3097 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3098
3099         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3100         (gnus-summary-sort-by-most-recent-date): New commands.
3101         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3102         and menu entries.
3103
3104 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3107         don't redisplay article for raw contents; remove plural articles stuff.
3108
3109         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3110         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3111         on gnus-summary-save-article; display results properly.
3112
3113 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * lpath.el: No need to fbind ns-focus-frame.
3116
3117 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3120
3121 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3124         gnus-save-all-headers.
3125
3126 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3127
3128         * gnus-util.el (ns-focus-frame): Remove declaration.
3129         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3130         like x.
3131
3132 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3133
3134         * rfc2104.el (rfc2104-zero): Delete defconst.
3135         (rfc2104-hex-alist): Likewise.
3136         (rfc2104-hex-to-int): Delete func.
3137         (rfc2104-hexstring-to-bitstring): Likewise.
3138         (rfc2104-nybbles): New defconst.
3139         (rfc2104-hash): Rewrite for speed.
3140
3141 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * tls.el (open-tls-stream): Make it work with the 2nd argument
3144         BUFFER that is a string but does not exist as a buffer object, as
3145         mentioned in the doc-string.
3146
3147 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3150         SXEmacs.
3151
3152 2008-07-16  Glenn Morris  <rgm@gnu.org>
3153
3154         * gnus-util.el (ns-focus-frame): Declare for compiler.
3155
3156 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3159         set as a group parameter.
3160         (gnus-summary-save-in-pipe): Work when it is called independently.
3161         (gnus-summary-pipe-to-muttprint): Don't modify
3162         gnus-summary-pipe-output-default-command.
3163
3164 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3165
3166         * message.el (message-send-mail-with-sendmail):
3167         Display the error message.
3168
3169 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-art.el (gnus-default-article-saver):
3172         Add gnus-summary-save-in-pipe to choices.
3173         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3174         gnus-summary-pipe-output-default-command as the default command.
3175         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3176         instead of gnus-last-shell-command.
3177
3178         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3179         New user option.
3180         (gnus-summary-muttprint-program): Mention the value will be changed.
3181         (gnus-summary-save-article): Force showing of all headers.
3182         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3183
3184 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3185
3186         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3187
3188 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3189
3190         * nnimap.el (nnimap-id):
3191         * sieve-manage.el (sieve-manage-open): Doc fixes.
3192
3193 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3194
3195         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3196         if available.
3197
3198 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3199
3200         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3201
3202         * nnkiboze.el (nnkiboze-generate-group):
3203         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3204
3205         * nnmairix.el: Require CL.
3206
3207 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * dgnushack.el: Autoload get-display-table and put-display-table for
3210         XEmacs 21.5.
3211
3212         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3213         21.4 and SXEmacs.
3214
3215 2008-06-15  David Engster  <dengste@eml.cc>
3216
3217         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3218
3219 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3220
3221         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3222         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3223         runtime choice under XEmacs.
3224
3225         * gnus-sum.el (gnus-summary-set-display-table):
3226         Use `gnus-put-display-table', `gnus-get-display-table',
3227         `gnus-set-display-table' for the display table, instead of `aset'.
3228
3229         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3230         Use `gnus-put-display-table', `gnus-get-display-table',
3231         `gnus-set-display-table' for the display table.
3232
3233 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * nnmairix.el: Add autoloads.
3236
3237 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * nnmairix.el (nnmairix-delete-recreate-group)
3240         (nnmairix-update-and-clear-marks): Fix error messages.
3241
3242 2008-06-14  David Engster  <dengste@eml.cc>
3243
3244         * nnmairix.el: Upgrade to version 0.6.
3245         (nnmairix-group-toggle-propmarks-this-group)
3246         (nnmairix-group-toggle-readmarks-this-group)
3247         (nnmairix-group-delete-recreate-this-group)
3248         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3249         (nnmairix-remove-tick-mark-original-article): New commands.
3250         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3251         (nnmairix-propagate-marks-to-nnmairix-groups)
3252         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3253         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3254         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3255         functions needed for marks propagation and manipulation of read marks.
3256         (nnmairix-update-groups): New function.
3257         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3258         (nnmairix-determine-original-group-from-registry)
3259         (nnmairix-determine-original-group-from-path)
3260         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3261         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3262         New helper functions.
3263         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3264         keystrokes for new commands.
3265         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3266         (nnmairix-request-group): Check allow-fast group parameter.
3267         (nnmairix-request-create-group): Set allow-fast group parameter if
3268         nnmairix-allowfast-default is set.
3269         (nnmairix-close-group): Propagate marks upon closing if needed.
3270         (nnmairix-group-toggle-threads-this-group): Use new.
3271         nnmairix-group-toggle-parameter helper function.
3272         (nnmairix-search): Better check for empty search result.
3273         (nnmairix-goto-original-article): Use new helper functions for
3274         determining original article.
3275         (nnmairix-show-original-article): Make sure message-id is in brackets.
3276         (nnmairix-call-mairix-binary): Change variable name.
3277         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3278         helper function.
3279         (nnmairix-widget-toggle-activate): Fix doc string.
3280
3281 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * nnir.el: Require edmacro when compiling with XEmacs.
3284         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3285         available in Emacs 21.
3286
3287 2008-06-11  Glenn Morris  <rgm@gnu.org>
3288
3289         * gnus-util.el (x-focus-frame):
3290         * gnus.el (image-size):
3291         * mm-decode.el (image-size): Declare.
3292
3293         * gnus-picon.el (declare-function): Add compat definition.
3294         (image-size): Declare.
3295
3296         * gnus-group.el (tool-bar-map):
3297         * gnus-sum.el (tool-bar-map): Define for compiler.
3298
3299         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3300
3301         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3302
3303         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3304         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3305         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3306         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3307         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3308         * sieve-manage.el, spam-report.el, spam.el:
3309         Remove unnecessary eval-and-compile of autoloads.
3310
3311 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3312
3313         * auth-source.el: Precise Tramp doc.
3314
3315 2008-06-07  Glenn Morris  <rgm@gnu.org>
3316
3317         * nnmairix.el: Remove unnecessary eval-when-compile.
3318
3319 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * lpath.el: Fbind propertize for XEmacs 21.4.
3322
3323 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3324
3325         * nnir.el: Move here from ../contrib.
3326
3327 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3328
3329         * gnus-util.el (gnus-read-shell-command): New function.
3330         * mm-decode.el (mm-pipe-part):
3331         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3332
3333 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3336
3337 2008-06-03  Glenn Morris  <rgm@gnu.org>
3338
3339         * pop3.el (nnheader-accept-process-output): Autoload it.
3340
3341 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3344         are not 2-digit hexadecimal characters that follow `%'s.
3345
3346 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * message.el (message-bogus-recipient-p): Fix type in doc string.
3349         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3350         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3351         Improve custom options.
3352         (message-bogus-recipient-p): Adjust accordingly.
3353
3354 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3355
3356         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3357         long-form month and day names.
3358
3359 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * dgnushack.el: Autoload debug, eudc-expand-inline and
3362         pgg-snarf-keys-region for XEmacs.
3363
3364         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3365
3366         * nnmairix.el: Require edmacro when compiling with XEmacs.
3367
3368 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3371         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3372
3373 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3374
3375         * auth-source.el: Add more docs.
3376
3377         * netrc.el (netrc-machine): Always match if the port is not given.
3378
3379 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3382         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3383         retrieval faster in some cases, but might make CPU usage larger.  If
3384         this has any bad side effects, we might revert this change.
3385
3386         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3387         seems to make mail retrieval much, much faster.
3388         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3389         unconditionally.
3390
3391         * gnus-draft.el (gnus-group-send-queue): Bind
3392         message-send-mail-partially-limit to nil to avoid being prompted.
3393
3394 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3397
3398         * message.el (message-bogus-address-regexp): Fix and improve custom
3399         type.
3400         (message-setup-hook): Add message-check-recipients as custom option.
3401
3402 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * message.el (message-cite-function): Remove bogus autoload which crept
3405         in during merge from v5-10.
3406
3407 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3408
3409         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3410
3411         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3412
3413         * auth-source.el: Preliminary Tramp docs.
3414         (auth-sources): Change the default auth-sources to use
3415         EPA .gpg files.
3416
3417 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3418
3419         * nntp.el: Autoload `auth-source-user-or-password'.
3420         (nntp-send-authinfo): Use it.
3421
3422         * nnimap.el: Autoload `auth-source-user-or-password'.
3423         (nnimap-open-connection): Use it.
3424
3425         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3426         for the gnus-message function.
3427         (auth-source-user-or-password): Use it.
3428
3429 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3430
3431         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3432         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3433         (rfc2104-hash): Use it.
3434
3435 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3436
3437         * gnus-art.el (gnus-article-toggle-truncate-lines):
3438         Don't use `iff' in docstring.
3439
3440 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3441
3442         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3443
3444         * gnus-util.el (gnus-extract-address-component-name)
3445         (gnus-extract-address-component-email): Convenience functions around
3446         `gnus-extract-address-components'.
3447
3448         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3449         Use `gnus-extract-address-component-email' to fix bug of comparing full
3450         sender name to `user-mail-address'.
3451
3452 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3453
3454         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3455         catch/throw to optimize.
3456         (gnus-registry-find-keywords): Just use member to find a keyword.
3457
3458 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3461         is current before calling gnus-server-prepare.
3462         (gnus-server-setup-buffer, gnus-server-update-server)
3463         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3464
3465 2008-05-04  Juri Linkov  <juri@jurta.org>
3466
3467         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3468         (mailcap-file-default-commands): Use mailcap-replace-in-string
3469         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3470         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3471
3472 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3473
3474         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3475
3476 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3477
3478         * gnus.el: Bump version to 0.11.
3479
3480 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3481
3482         * gnus.el: No Gnus v0.10 is released.
3483
3484 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3487         hooks.
3488         (gnus-update-read-articles): Speed up non-marks-using users.
3489         (gnus-use-marks): Define gnus-use-marks.
3490         (gnus-propagate-marks): Rename variable to something more sensible.
3491
3492 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3493
3494         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3495         (gmm-image-load-path-for-library): Fix typos in docstrings.
3496         (gmm-message): Reflow docstring.
3497
3498 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3499
3500         * mail-source.el (mail-source-set-1, mail-source-bind):
3501         Move auth-source code out of the macro to clean it up and fix bugs.
3502
3503 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3504
3505         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3506         by sender if it's equal to user-mail-address, it's likely to be
3507         useless.
3508
3509         * mail-source.el (mail-source-bind): Don't use user or password if they
3510         are not bound.  Unintern them if they are nil.  Don't use server unless
3511         it's bound, and default it to empty string otherwise.
3512
3513 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3514
3515         * mail-source.el: Load auth-source.el.
3516         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3517         get user name or password, if auth-sources is set up.
3518
3519         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3520         strategy of splitting with parent.
3521         (gnus-registry-split-fancy-with-parent)
3522         (gnus-registry-post-process-groups): Use it and fix prior
3523         bug (returning a list as the split result).
3524
3525         * auth-source.el (auth-sources): Remove server parameter.
3526         (auth-source-pick, auth-source-user-or-password)
3527         (auth-source-user-or-password-imap)
3528         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3529         (auth-source-user-or-password-sftp)
3530         (auth-source-user-or-password-smtp): Remove server parameter.
3531
3532 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3533
3534         * smime.el (smime-sign-region, smime-encrypt-region)
3535         (smime-decrypt-region):
3536         Remove redundant calls to `generate-new-buffer-name'.
3537
3538 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3539
3540         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3541         Don't use QP for message/rfc822.
3542         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3543
3544 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3545
3546         * sieve-manage.el (sieve-string-bytes): Remove.
3547         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3548         correct byte-length only if the process's coding-system is the same as
3549         the one used internally by Emacs to represent strings.
3550
3551 2008-04-22  Juri Linkov  <juri@jurta.org>
3552
3553         * mailcap.el (mailcap-file-default-commands): New function.
3554
3555 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * message.el (message-signature-separator, message-cite-function):
3558         Change custom version.
3559
3560 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3561
3562         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3563         commands.
3564         (tls-checktrust): Ditto.
3565
3566 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3567
3568         * mm-decode.el (mm-display-external): Make temp file read-only.
3569
3570 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3571
3572         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3573         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3574         `C-c C-f d'.
3575
3576 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3577
3578         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3579
3580 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * gnus.el: Bump version to 0.9.
3583
3584 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * gnus.el: No Gnus v0.8 is released.
3587
3588 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3589
3590         * mail-source.el (mail-source-value):
3591         Prefer fboundp to functionp so it works with macros as well.
3592
3593 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3594
3595         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3596         Fix last change in case the element is not even a symbol.
3597
3598 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3599
3600         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3601         Prefer fboundp to functionp so it works with macros as well.
3602
3603 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3604
3605         * auth-source.el: Added docs.
3606         (auth-sources): Modify format to support server.
3607         (auth-source-pick, auth-source-user-or-password)
3608         (auth-source-user-or-password-imap)
3609         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3610         (auth-source-user-or-password-sftp)
3611         (auth-source-user-or-password-smtp): Add server parameter.
3612
3613 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * gnus-registry.el: Initialize the registry when gnus-registry-install
3616         is t.
3617
3618 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * compface.el (uncompface): Make buffer unibyte.
3621
3622 2008-04-05  Glenn Morris  <rgm@gnu.org>
3623
3624         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3625
3626 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3627
3628         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3629         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3630
3631         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3632         multibyteness after rather than before erasing it.
3633
3634         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3635         mm-with-multibyte.
3636         (gnus-request-article-this-buffer): Make sure the proper decoding is
3637         used if gnus-original-article-buffer happens to be unibyte.
3638
3639         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3640         default-enable-multibyte-characters.
3641
3642         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3643         default-enable-multibyte-characters.
3644
3645         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3646
3647         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3648
3649 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3650
3651         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3652         (imap-message-copyuid-1): Use it.
3653         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3654         J. Williams in
3655         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3656
3657         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3658         imap-enable-exchange-bug-workaround.
3659         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3660
3661 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3662
3663         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3664         a 100 byte status-checks into a 2-3MB transfer for each group.
3665         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3666         to enable bug workaround or not.
3667         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3668
3669 2008-03-31  Glenn Morris  <rgm@gnu.org>
3670
3671         * message.el (mml2015-use): Declare for compiler.
3672         (message-info): Require mml2015 when appropriate.
3673
3674 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3677         whitespace.
3678
3679 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3680
3681         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3682         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3683         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3684         (nntp-service-to-port): New function.
3685         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3686         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3687         (nntp-open-netcat-stream): New function.
3688         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3689
3690 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3691
3692         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3693
3694 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3695
3696         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3697
3698 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3699
3700         * dns.el (dns-write): Use set-buffer-multibyte.
3701
3702 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3703
3704         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3705
3706 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * message.el (message-signature-separator): Change default.
3709         Improve custom type.
3710         (message-cite-function): Change default to
3711         message-cite-original-without-signature.
3712
3713         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3714         toggle.
3715
3716         * message.el (message-check-news-body-syntax): Fix signature check.
3717         (message-setup-1): Mark buffer as unmodified _after_ running
3718         message-setup-hook and handling message-alternative-emails.
3719         (message-shorten-references): Be more strict when building list of
3720         valid references to comply with GNKSA.
3721
3722         * gnus-group.el (gnus-read-ephemeral-bug-group)
3723         (gnus-read-ephemeral-debian-bug-group)
3724         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3725
3726         * message.el (message-info): Don't use booleanp which isn't supported
3727         in Emacs 21 and XEmacs.
3728
3729 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3730
3731         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3732         gnus-group-gmane-group-download-format.
3733         (gnus-group-read-ephemeral-gmane-group): Rename from
3734         gnus-group-read-ephemeral-gmane-group.
3735         (gnus-read-ephemeral-gmane-group-url): Rename from
3736         gnus-group-read-ephemeral-gmane-group-url.
3737         (gnus-bug-group-download-format-alist): New variable.
3738         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3739         (gnus-read-ephemeral-emacs-bug-group): New commands.
3740
3741 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3742
3743         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3744         (gnus-visible-headers): Improve custom type.
3745
3746 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * mml.el (mml-menu): Add workarounds for XEmacs.
3749
3750         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3751         X-Boundary header.
3752
3753         * message.el (message-simplify-recipients): Fix previous commit.
3754
3755 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3756
3757         * mm-util.el (mm-set-buffer-multibyte): New function.
3758         * mm-decode.el (mm-copy-to-buffer): Use it.
3759
3760 2008-03-19  Glenn Morris  <rgm@gnu.org>
3761
3762         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3763         Accidentally removed in the sync process with Emacs.
3764
3765 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3766
3767         * message.el (message-alter-recipients-discard-bogus-full-name):
3768         New function.
3769         (message-alter-recipients-function): New variable.
3770         (message-get-reply-headers): Use it.
3771         (message-replace-header): New helper function.
3772         (message-recipients-without-full-name): New variable.
3773         (message-simplify-recipients): New command.
3774
3775         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3776
3777         * message.el (message-info): Handle EasyPG manual.
3778
3779         * mml.el (mml-menu): Add entry for EasyPG.
3780
3781 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3782
3783         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3784         parameter.
3785
3786         * message.el (message-disassociate-draft): Specify drafts group name
3787         fully.
3788
3789 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3790
3791         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3792         unnecessary duplicates from the match list.
3793
3794 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3797
3798         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3799
3800         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3801         args of `how-many' of which the XEmacs version doesn't take; declare
3802         Info-index-next as function.
3803
3804 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * gnus-score.el (gnus-score-headers): Fix handling of
3807         gnus-inhibit-slow-scoring.
3808
3809         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3810         string.
3811         (gnus-button-url-regexp): Improve handling of parenthesis.
3812         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3813         (gnus-button-handle-info-keystrokes): Handle index entries.
3814
3815 2008-03-15  Glenn Morris  <rgm@gnu.org>
3816
3817         * parse-time.el (parse-time-string): Simplify.
3818
3819 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3822         Incoming* files.
3823
3824 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3827         (auth-source-pick): Use it.
3828
3829 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3830
3831         * binhex.el (binhex-decode-region-internal):
3832         * uudecode.el (uudecode-decode-region-internal):
3833         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3834         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3835         setting default-enable-multibyte-characters.
3836
3837 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3838
3839         * auth-source.el (auth-source-protocols)
3840         (auth-source-protocols-customize, auth-source-choices): Added and
3841         modified variable customizations and defaults.
3842         (auth-source-pick, auth-source-user-or-password)
3843         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3844         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3845         (auth-source-user-or-password-sftp)
3846         (auth-source-user-or-password-smtp): Use new variables and provide an
3847         interface to netrc.el.
3848
3849 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3852         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3853         Make sure the nntp port to specify is a string.
3854
3855 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3856
3857         * nntp.el: Use with-current-buffer.
3858         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3859         dubious mm-with-unibyte-current-buffer.
3860         (nntp-with-open-group-function): New function extracted from
3861         nntp-with-open-group macro.
3862         (nntp-with-open-group): Use the function, so it's easier to debug.
3863         Add indentation and debugging info.
3864         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3865         the use of the netcat alternatives.
3866
3867         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3868         Avoid mm-string-as-multibyte as well.
3869
3870         * nnweb.el (nnweb-insert-html):
3871         Remove use of nnheader-string-as-multibyte.
3872
3873         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3874         (nnheader-string-as-multibyte): Remove.
3875
3876         * mm-view.el: Use inhibit-read-only.
3877         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3878         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3879         or unibyte-string.
3880
3881         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3882         (mm-uu-yenc-extract): Use with-current-buffer.
3883
3884         * gnus-soup.el (gnus-soup-send-packet): Don't use
3885         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3886
3887         * nnmh.el: Use with-current-buffer.
3888         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3889         mm-string-as-multibyte on the output of mm-encode-coding-string.
3890
3891         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3892         (nnimap-request-move-article): Use with-current-buffer.
3893
3894         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3895         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3896         conversion uses string-make-unibyte rather than string-as-unibyte.
3897
3898         * gnus-msg.el: Use with-current-buffer.
3899
3900         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3901
3902 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3903
3904         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3905         string for caching if it is 'PIN.
3906
3907 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * lpath.el: Consider the case without Emacs/W3.
3910
3911 2008-03-08  Glenn Morris  <rgm@gnu.org>
3912
3913         * time-date.el (date-to-time, time-subtract, time-add)
3914         (safe-date-to-time): Doc fixes.
3915
3916 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * mail-source.el (mail-source-delete-old-incoming-confirm):
3919         Change default to nil.
3920         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3921
3922 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * lpath.el: Rearrange.
3925
3926         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3927         (gnus-article-goto-prev-page): Work for articles having ^L's.
3928
3929         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3930
3931         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3932
3933 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3934
3935         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3936         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3937         (gnus-bookmark-jump): Adjust some variable names.
3938
3939 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3940
3941         * auth-source.el: New package.
3942         (auth-source-choices): Add customization entry point variable.
3943
3944         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3945         bug.
3946
3947 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3948
3949         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3950         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3951         (gnus-registry-install-shortcuts): Rename from
3952         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3953         the `gnus-registry-mark-map' keymap dynamically from
3954         `gnus-registry-marks'.  The generated functions update the summary line
3955         when a registry mark is added or deleted, and will call
3956         `gnus-registry-install-p' (see the comments in the code).
3957         (gnus-registry-user-format-function-M): Use concat intelligently.
3958
3959         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3960         the registry mark functions.
3961
3962 2008-03-05  Glenn Morris  <rgm@gnu.org>
3963
3964         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3965         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3966         gnus-art.
3967         (top-level): No need to load own source when compiling.
3968
3969 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3972         Suggested by <chris.anderton@zetnet.co.uk>.
3973
3974 2008-03-04  Glenn Morris  <rgm@gnu.org>
3975
3976         * gnus-sum.el (top-level): No need to require gnus when compiling,
3977         since unconditionally required near start of file.
3978         (gnus-summary-display-while-building): Move definition before use.
3979
3980 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3981
3982         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3983         formatting function.
3984
3985 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3988         with plists.
3989         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3990         Use new format.
3991
3992 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3995         `where-is-internal' that returns a range of key sequences.
3996
3997 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3998
3999         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4000
4001         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4002         (gnus-summary-jump-to-group): Consider windows on other displayed
4003         frames as well.  Similar changes might be needed elsewhere, but that's
4004         the one I've bumped into during my use.
4005
4006         * nndoc.el (nndoc-oe-dbx-type-p):
4007         * gnus-msg.el (gnus-debug):
4008         * gnus-group.el (gnus-update-group-mark-positions):
4009         Use mm-string-to-multibyte.
4010
4011 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4014         doesn't handle NotDashEscaped.
4015
4016         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4017         (mml-dnd-attach-options): Fix typo in custom choice.
4018
4019         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4020         nndoc-article-type to mbox.
4021         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4022
4023         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4024         to nil, instead of html2text.
4025
4026         * imap.el (imap-debug): Add `imap-ping-server'.
4027
4028         * gnus-bookmark.el: Add FIXMEs.
4029
4030         * message.el (message-form-letter-separator)
4031         (message-send-form-letter-delay): New variables.
4032         (message-send-form-letter): Use them.  New command to send form
4033         letters.  Requested by Uwe Siart.
4034         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4035
4036 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * Update copyright years.
4039
4040 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         Sync from EMACS_22_BASE.
4043
4044         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4045
4046 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4047
4048         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4049         empty author.
4050
4051 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * gnus-registry.el (gnus-registry-marks): Add variable for
4054         customization of marks and their appearance.
4055         (gnus-registry-read-mark): Use it.
4056         (gnus-registry-do-marks): Add utility function to loop through
4057         `gnus-registry-marks'.
4058         (gnus-registry-install-shortcuts-and-menus): Add function to install
4059         shortcuts and menus.
4060         (gnus-registry-initialize): Use it.
4061         (gnus-registry-default-mark): Clarify documentation.
4062
4063 2008-02-29  Glenn Morris  <rgm@gnu.org>
4064
4065         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4066         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4067         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4068         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4069         Change defcustom :version from 23.0 to 23.1.
4070
4071 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4072
4073         * gnus-registry.el (gnus-registry-follow-group-p)
4074         (gnus-registry-post-process-groups): Add functions to aid registry
4075         splitting and improve logging.  Clarify behavior in function
4076         documentation.
4077         (gnus-registry-split-fancy-with-parent): Use them.
4078
4079 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4080
4081         * gnus-art.el: Use with-current-buffer.
4082
4083 2008-02-27  David Engster  <dengste@eml.cc>
4084
4085         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4086         Express real group name in the response.
4087
4088 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4091         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4092         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4093         autoload gnus-registry-fetch-group when compiling.
4094         (nnmairix-request-group-with-article-number-correction): Remove
4095         unreferenced argument passed to nnmairix-call-backend.
4096
4097 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4100         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4101         Wilde.
4102
4103 2008-02-27  Glenn Morris  <rgm@gnu.org>
4104
4105         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4106         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4107         variables to defconsts.  Convert comments to doc-strings.
4108         (nnmairix-last-server, nnmairix-current-server): Convert from free
4109         variables to defvars.  Convert comments to doc-strings.
4110         (gnus-registry-fetch-group): Autoload.
4111         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4112         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4113         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4114         caddr.
4115         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4116         nnmairix-request-group-with-article-number-correction call.
4117         (nnmairix-fast, nnmairix-group): New, less general names, for free
4118         variables passed from nnmairix-request-group to
4119         nnmairix-request-group-with-article-number-correction.  Declare.
4120         (nnmairix-request-group-with-article-number-correction):
4121         Use nnmairix-fast, nnmairix-group rather than fast, group.
4122
4123 2008-02-26  David Engster  <dengste@eml.cc>
4124
4125         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4126         version 0.5.
4127
4128 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4131         instead of making an extra function call.  Don't add the current group
4132         to articles only when they have the group.  Use
4133         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4134         Reported by David <de_bb@arcor.de>.
4135
4136 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4139         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4140
4141 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4142
4143         * mail-source.el (mail-source-delete-incoming): Change default.
4144         Supplement doc string.
4145
4146         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4147
4148 2008-02-14  Glenn Morris  <rgm@gnu.org>
4149
4150         * time-date.el (format-seconds): New function.
4151
4152 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * nnmail.el (nnmail-message-id-cache-file): Derive from
4155         `gnus-home-directory'.
4156
4157 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4160         Document negative prefix.
4161
4162         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4163
4164 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165
4166         * message.el (message-unsent-separator): Add the Exim bounce
4167         separator.
4168
4169 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4170
4171         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4172         list.
4173         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4174         recipient/signer list.
4175
4176 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * Makefile.in (datarootdir): Define.
4179         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4180         name that might contain whitespace.
4181
4182 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4183
4184         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4185         fbound (Emacs 23 unicode), signal an error.
4186
4187 2008-02-08  Glenn Morris  <rgm@gnu.org>
4188
4189         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4190
4191 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4192
4193         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4194         ports to the calls to `netrc-machine-user-or-password' in addition to
4195         "imap" and "imaps".
4196
4197 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4198
4199         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4200
4201         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4202
4203 2008-02-01  Kenichi Handa  <handa@m17n.org>
4204
4205         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4206         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4207         (rfc2104-hash): Convert the result of concat to unibyte string.
4208
4209 2008-02-01  Dave Love  <fx@gnu.org>
4210
4211         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4212         coding-system-for-read.
4213         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4214
4215 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4218         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4219         <hanche@math.ntnu.no>.
4220
4221 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4224
4225         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4226
4227 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4228
4229         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4230         * message.el (message-beginning-of-line): Use featurep instead of bound
4231         tests in order to resolve conditionals at compile time.
4232
4233 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4234
4235         * mail-source.el (mail-sources): Add `group' choice.
4236
4237         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4238         parameter `in-group' to control into which group the articles go.
4239         Add treatment of `group' mail-source.
4240
4241 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4244
4245         * mm-decode.el (mm-dissect-buffer): Decode description.
4246
4247         * mml.el (mml-to-mime): Encode message header first.
4248
4249 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4252         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4253
4254         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4255         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4256
4257 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4258
4259         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4260
4261 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4264         prefix keys.
4265         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4266         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4267         gnus-xmas.el.
4268
4269         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4270         (gnus-xmas-article-describe-bindings): New function.
4271         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4272         gnus-xmas-article-describe-bindings.
4273
4274         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4275
4276 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4277
4278         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4279         Add new variables for article mark management.
4280         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4281         list of extra data entries which, when present, will indicate that the
4282         article ID should not be trimmed from the registry.
4283         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4284         functions.
4285         (gnus-registry-read-mark): New function to read a mark name from the
4286         user.
4287         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4288         (gnus-registry-set-article-mark-internal): New functions to add and
4289         remove marks.
4290         (gnus-registry-get-article-marks): New function to show the marks for
4291         an article, or retrieve them for further use.
4292
4293 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4296         keys when no argument is given.
4297
4298 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4299
4300         * imap.el (imap-ping-server): New variable.
4301         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4302         (imap-ping-server): Minor doc string fixes.
4303
4304 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4305
4306         * imap.el (imap-ping-server): New function.
4307         (imap-opened): Call imap-ping-server.
4308
4309 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4310
4311         * gnus-sum.el (gnus-article-sort-by-random)
4312         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4313         jidanni@jidanni.org.
4314
4315 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * gnus-art.el (gnus-article-describe-bindings): New function.
4318         (gnus-article-read-summary-keys): Use it.
4319         (gnus-article-mode-map): Bind `C-h b' to it.
4320
4321 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4324         XEmacs.
4325         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4326         against non-character events.
4327
4328         * lpath.el: Fbind map-keymap for Emacs 21.
4329
4330 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4333         command.
4334         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4335         instead of END.  Change name of the temp file.
4336         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4337         customizable.
4338
4339 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4342         bind `S W' to gnus-article-wide-reply-with-original; set default
4343         binding to gnus-article-read-summary-send-keys.
4344         (gnus-article-read-summary-keys): Fix the order of keys; display
4345         continuation keys correctly in the echo area; describe bindings
4346         correctly when keys end with `C-h'.
4347         (gnus-article-read-summary-send-keys): New function.
4348         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4349         for gnus-article-read-summary-send-keys; display continuation keys
4350         correctly in the echo area.
4351         (gnus-article-reply-with-original): Ignore prefix argument.
4352         (gnus-article-wide-reply-with-original): New function.
4353
4354         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4355         Emacs 21.
4356
4357 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4360         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4361
4362 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4365         (gnus-group-read-ephemeral-gmane-group): New command.
4366
4367 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4368
4369         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4370
4371 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * message.el (message-send-mail-function): Increase custom version.
4374
4375         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4376         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4377
4378 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4379
4380         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4381         for the cases where imap-authenticate is called with a nil buffer
4382         parameter.
4383
4384 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4387         html parts correctly; support forwarded messages.
4388         (gnus-article-browse-html-article): Remove work buffers.
4389
4390         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4391         compiling.
4392         (netrc-bound-and-true-p): New macro.
4393         (netrc-parse): Use it instead of bound-and-true-p that is not available
4394         in XEmacs 21.4.
4395
4396 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * gnus-registry.el (gnus-registry-mark-article)
4399         (gnus-registry-article-marks): Add functionality to mark articles
4400         through the Gnus registry.
4401
4402         * encrypt.el: Clarify documentation for the new pgg method.
4403         (encrypt-file-alist): Add PGG option.
4404         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4405         functionality.  Abstract password key and messaging to external
4406         functions.
4407         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4408         (encrypt-message-method-and-cipher): Add new convenience external
4409         functions.
4410         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4411         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4412
4413         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4414         (netrc-parse): Use encrypt-file-alist to determine if
4415         encrypt-find-model or encrypt-insert-file-contents should be used.
4416
4417         * encrypt.el: Clarify documentation.  Load password-cache or
4418         password, whichever one is found first, instead of autoloading.
4419
4420 2007-12-19  Glenn Morris  <rgm@gnu.org>
4421
4422         * mml.el (message-options-set, message-narrow-to-head)
4423         (message-in-body-p, message-mail-p, message-encode-message-body):
4424         Autoload.
4425         (message-remove-header, message-narrow-to-headers-or-head)
4426         (message-subscribed-p, message-make-mail-followup-to)
4427         (message-position-on-field, message-news-p)
4428         (message-options-set-recipient, message-generate-headers)
4429         (message-sort-headers): Declare as functions.
4430
4431 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4434         convention in doc string.
4435
4436 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4439         title to html parts.
4440         (gnus-article-browse-html-article): Pass message header to it.
4441
4442         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4443
4444 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4447         or password compatible with XEmacs.
4448
4449 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4452         format document.
4453         (gnus-mime-delete-part): Don't write description line if empty.
4454         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4455
4456 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4457
4458         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4459         (gnus-summary-mark-read-and-unread-as-read)
4460         (gnus-summary-mark-current-read-and-unread-as-read)
4461         (gnus-summary-mark-unread-as-ticked): Doc fix.
4462         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4463
4464 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4465
4466         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4467         Christoph Conrad <christoph.conrad@gmx.de>.
4468
4469 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4470
4471         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4472         yes-or-no-p.
4473
4474 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * mm-decode.el (mm-add-meta-html-tag): New function.
4477         (mm-save-part-to-file, mm-pipe-part): Use it.
4478
4479         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4480         gnus-y-or-n-p instead of y-or-n-p.
4481         (gnus-article-browse-html-parts): Work with message/external-body; use
4482         mm-add-meta-html-tag.
4483
4484 2007-12-11  Glenn Morris  <rgm@gnu.org>
4485
4486         * gnus-cache.el: Require gnus-sum not just when compiling.
4487
4488         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4489
4490         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4491         definitions before use.
4492
4493         * mm-decode.el: Require gnus-util.
4494         (mm-remove-part): Only call delete-annotation on XEmacs.
4495
4496         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4497
4498         * nnmail.el: Require gnus-int.
4499
4500         * spam.el: Move `require's before `eval-when-compile's.
4501
4502         * gnus-ems.el (gnus-alive-p):
4503         * gnus-fun.el (message-goto-eoh):
4504         * gnus-util.el (gnus-group-name-decode):
4505         * mail-source.el (gnus-compress-sequence):
4506         * message.el (Info-goto-node, format-spec):
4507         * mm-bodies.el (message-options-get):
4508         * mm-decode.el (mm-view-pkcs7):
4509         * mm-util.el (gmm-write-region):
4510         * mml-smime.el (mml-compute-boundary)
4511         (gnus-completing-read-with-default):
4512         * mml.el (widget-button-press, gnus-make-hashtable):
4513         * mml1991.el (mm-decode-content-transfer-encoding)
4514         (mm-encode-content-transfer-encoding)
4515         (message-options-get, message-options-set):
4516         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4517         * nnfolder.el (gnus-request-group):
4518         * nnheader.el (ietf-drums-unfold-fws):
4519         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4520         * smime.el (gnus-run-mode-hooks):
4521         * spam-stat.el (gnus-message): Autoload.
4522
4523         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4524         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4525         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4526         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4527         Add declare-function compatibility definition.
4528
4529         * gnus-cache.el (nnvirtual-find-group-art):
4530         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4531         (gnus-add-image, gnus-add-wash-type):
4532         * gnus-group.el (nnkiboze-score-file):
4533         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4534         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4535         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4536         (message-tokenize-header, gnus-get-buffer-create)
4537         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4538         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4539         * gnus.el (gnus-group-decoded-name):
4540         * mail-source.el (imap-capability):
4541         * mm-bodies.el (message-options-set):
4542         * mm-decode.el (gnus-configure-windows):
4543         * mm-extern.el (message-goto-body):
4544         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4545         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4546         (epg-sub-key-validity, message-options-set):
4547         * mml.el (widget-event-point, gnus-configure-windows):
4548         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4549         * mml2015.el (epg-check-configuration, epg-configuration)
4550         (message-options-set):
4551         * nndb.el (nndb-request-article):
4552         * nnfolder.el (gnus-request-create-group):
4553         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4554         * nnmaildir.el (gnus-group-mark-article-read):
4555         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4556         * rfc1843.el (message-fetch-field):
4557         * spam.el (gnus-extract-address-components):
4558         Declare as functions.
4559
4560 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4563
4564         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4565
4566         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4567         bind show-trailing-whitespace for XEmacs.
4568
4569 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4572         new no-op macro for backward compatibility.
4573
4574         * imap.el (imap-string-to-integer): New function.
4575
4576 2007-12-09  Glenn Morris  <rgm@gnu.org>
4577
4578         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4579
4580         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4581         * message.el, mm-view.el, sieve-manage.el, smime.el:
4582         Add declare-function compatibility definition.
4583
4584         * gnus-art.el (w3-region, w3m-region, Info-menu):
4585         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4586         * gnus-sum.el (gnus-get-predicate):
4587         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4588         * message.el (mail-abbrev-in-expansion-header-p):
4589         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4590         (w3m-detect-meta-charset, w3m-region):
4591         * sieve-manage.el (password-read, password-cache-add)
4592         (password-cache-remove):
4593         * smime.el (password-read-and-add): Declare as functions.
4594
4595 2007-12-08  David Kastrup  <dak@gnu.org>
4596
4597         * gnus-sum.el (gnus-summary-simplify-subject-query):
4598         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4599         `message'.
4600
4601 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4604         it to bind idna-program, installation-directory, defined-colors, and
4605         face-attribute for XEmacs of the version that compiles defcustom forms.
4606
4607 2007-12-07  Glenn Morris  <rgm@gnu.org>
4608
4609         * gnus-art.el (article-make-date-line): Revert previous change.
4610
4611 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4612
4613         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4614
4615 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4616
4617         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4618         Call gnus-add-to-range ranges only once with a prepared article-list.
4619
4620 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4621
4622         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4623         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4624         group names with backslashes.  Reported by Tassilo Horn
4625         <tassilo@member.fsf.org>.
4626
4627 2007-12-06  Deepak Goel  <deego3@gmail.com>
4628
4629         * gnus-art.el (article-make-date-line):
4630         * gnus-start.el (gnus-load):
4631         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4632
4633 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-art.el (gnus-use-idna)
4636         * gnus-start.el (gnus-site-init-file)
4637         * message.el (message-use-idna)
4638         * mm-uu.el (mm-uu-hide-markers)
4639         * smiley.el (smiley-style): Revert changes that suppress warnings.
4640
4641 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4644         specify charset to html source.  Reported by Christoph Conrad
4645         <christoph.conrad@gmx.de>.
4646
4647 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4650         idna-program in order to suppress byte compile warning issued by XEmacs
4651         that came to byte compile the default value section of defcustom forms
4652         recently.
4653
4654         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4655         value of installation-directory.
4656
4657         * message.el (message-use-idna): Don't directly refer to the value of
4658         idna-program.
4659
4660         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4661
4662         * smiley.el (smiley-style): Don't directly call face-attribute.
4663
4664 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4667
4668         * gnus-dired.el: Reduce Gnus dependencies.
4669         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4670         require.  Use autoloads instead.
4671         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4672         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4673         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4674         (gnus-dired-mode): Adjust doc string.
4675         (gnus-dired-mail-mode): New variable.
4676         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4677         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4678         (gnus-dired-mail-buffers): New function.  Return mail or message
4679         composition buffers.
4680         (gnus-dired-attach): Use it.
4681         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4682         NO-DECODE.
4683         (gnus-dired-print): Use `gnus-print-buffer' depending on
4684         `gnus-dired-mail-mode'.
4685
4686 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * rfc2047.el (rfc2047-encoded-word-regexp)
4689         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4690         explaining what regexp patterns are for.
4691
4692 2007-12-04  Glenn Morris  <rgm@gnu.org>
4693
4694         * password.el: Move to password-cache.el.
4695
4696         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4697         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4698         * mml-smime.el (password-read, password-cache-add)
4699         (password-cache-remove):
4700         No need to autoload, since mml-sec requires password.
4701
4702         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4703         * message.el (gnus-extract-address-components):
4704         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4705
4706         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4707         password.
4708
4709 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * mailcap.el: Reduce dependencies.
4712         (mail-header-parse-content-type): Autoload.
4713         (mailcap-delete-duplicates): New alias.
4714         (mailcap-mime-info): Add optional argument NO-DECODE.
4715         (mailcap-mime-types): Use mailcap-delete-duplicates.
4716
4717         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4718
4719 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4720
4721         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4722         (imap-parse-status): Upcase status-att for servers that sends them
4723         lower-case (e.g., MS Exchange 2007).
4724
4725 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4728         function.
4729
4730         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4731         (gnus-uu-yenc-article): New function.
4732
4733         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4734
4735         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4736         buffer.
4737
4738 2007-12-02  Glenn Morris  <rgm@gnu.org>
4739
4740         * binhex.el (binhex): New custom group.
4741         (binhex-decoder-program, binhex-decoder-switches)
4742         (binhex-use-external): Move to the binhex custom group.
4743
4744         * uudecode.el (uudecode): New custom group.
4745         (uudecode-decoder-program, uudecode-decoder-switches)
4746         (uudecode-use-external): Move to the uudecode custom group.
4747
4748         * netrc.el (top-level): Don't load `encrypt' features.
4749         (netrc-parse): Don't use encrypt.
4750         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4751
4752         * encrypt.el: Remove file.
4753
4754 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4755
4756         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4757         matches on patches.
4758
4759         * gnus-art.el (gnus-article-browse-html-article): Mention
4760         `mm-text-html-renderer' in the doc string.
4761
4762         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4763         string.  Add comments.
4764
4765         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4766         if rhs is ASCII.
4767
4768 2007-12-01  Glenn Morris  <rgm@gnu.org>
4769
4770         * mail-source.el (top-level): Require format-spec before
4771         eval-when-compile.
4772
4773 2007-11-30  Glenn Morris  <rgm@gnu.org>
4774
4775         * encrypt.el: Require password, rather than autoloading password-read.
4776
4777 2007-11-29  Glenn Morris  <rgm@gnu.org>
4778
4779         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4780         (sasl-make-client, sasl-next-step, sasl-step-data)
4781         (sasl-step-set-data): Declare as functions.
4782
4783 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4786
4787 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4788
4789         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4790         certs should be verified and what is to be done in the event of a
4791         verification failure.
4792
4793         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4794         caller can indicate whether the cache should be disregarded for this
4795         call.  This way the result of the call is reproducible at all times and
4796         can be considered a canonical server name for the supplied method.
4797         (gnus-agent-method-p): Canonicalize server names by pushing their
4798         method through `gnus-method-to-server' using the no-cache argument.
4799
4800         * gnus-srvr.el (gnus-server-insert-server-line): Call
4801         `gnus-method-to-server' with `no-cache' argument.
4802
4803         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4804         gnus-agent-possibly-synchronize-flags as this should be called when the
4805         server is actually being opened.
4806         (gnus-agent-possibly-synchronize-flags)
4807         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4808         flags file of an agentized server to the latter function.
4809
4810         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4811         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4812         after a connection has been established successfully.
4813
4814 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-art.el (article-display-face): Force to display face if called
4817         interactively; check if gnus-article-x-face-too-ugly matches author.
4818         (article-display-x-face): Display face even if From header is missing
4819         as article-display-face does.
4820
4821 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4822
4823         * hashcash.el (message-narrow-to-headers-or-head)
4824         (message-fetch-field, message-goto-eoh)
4825         (message-narrow-to-headers): Declare as functions.
4826
4827 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * mail-source.el (mail-sources): Default to fetch from file for
4830         compatibility with default of nnmail-spool-file.
4831
4832 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4835         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4836         to look for encoded word that should be encoded again.
4837         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4838         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4839         encoding pattern.
4840         (rfc2047-decode-region): Switch strict regexp and loose one according
4841         to rfc2047-allow-irregular-q-encoded-words.
4842
4843 2007-11-25  Romain Francoise  <romain@orebokech.com>
4844
4845         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4846
4847 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4848
4849         * tls.el (tls-program): Provide more custom choices from
4850         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4851         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4852
4853 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4856         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4857
4858         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4859         `nnmail-spool-file'.
4860
4861         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4862         `nnmail-spool-file'.
4863
4864         * gnus-move.el (gnus-change-server): Ditto.
4865
4866         * gnus-kill.el (gnus-batch-score): Ditto.
4867
4868         * gnus-cache.el (gnus-jog-cache): Ditto.
4869
4870         * gnus-msg.el (gnus-summary-reply):
4871         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4872
4873 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4876         version.  Minor improvement to doc strings.
4877         (tls-program): Add comment.
4878
4879 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4880
4881         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4882         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4883         mismatch between the hostname provided in the certificate and the name
4884         of the host connnecting to.
4885         (open-tls-stream): Use them.  Check certificates against trusted root
4886         certificates.
4887
4888 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4889
4890         * gnus-cache.el (gnus-cache-generate-nov-databases):
4891         Use nnml-generate-nov-databases-directory instead of
4892         nnml-generate-nov-databases-1.
4893
4894 2007-11-24  Glenn Morris  <rgm@gnu.org>
4895
4896         * message.el (message-tool-bar-retro): Update for rename
4897         mail_send.xpm->mail-send.xpm.
4898
4899 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4902         `smime-ldap-search' for Emacs 22 and up.
4903
4904 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4905
4906         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4907
4908         * message.el (message-send-mail-function): Fix error convention.
4909         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4910         (message-widen-reply, message-send-mail, message-talkative-question)
4911         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4912         (message-clone-locals, message-send-news): Use with-current-buffer.
4913         (message-insert-or-toggle-importance): Remove unused var `valid'.
4914         (message-make-references): Remove unused var `new-references'.
4915         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4916
4917 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4918
4919         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4920         (spam-split-symbolic-return-positive): Reflow docstring.
4921         (spam-backends, spam-summary-exit-behavior)
4922         (spam-mark-ham-unread-before-move-from-spam-group)
4923         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4924         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4925         (spam-clear-cache, spam-backend-check, spam-install-backend)
4926         (spam-install-statistical-backend, spam-list-of-processors)
4927         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4928         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4929         (spam-check-crm114, spam-initialize, spam-unload-hook):
4930         Fix typos in docstrings.
4931
4932 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4935         been checked if they have never been read and those group levels are
4936         higher than the one that a user specified.
4937
4938 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4941         foreign groups unless a group level is specified by a user.
4942         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4943
4944 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4945
4946         * message.el (message-send-mail-function): Require sendmail.
4947
4948 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * message.el (message-send-mail-function): Check for smtpmail too.
4951
4952         * utf7.el (utf7-encode, utf7-decode): Use coding system
4953         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4954
4955         * message.el (message-send-mail-function): New function.
4956         (message-send-mail-function): Set default using
4957         message-send-mail-function.  Adjust doc string.
4958         (message-send-mail-with-mailclient): New function.
4959
4960 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4961
4962         * smime.el (from):
4963         * rfc2047.el (message-posting-charset):
4964         * qp.el (mm-use-ultra-safe-encoding):
4965         * pop3.el (parse-time-months):
4966         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4967         * nnml.el (files):
4968         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4969         (jka-compr-compression-info-list, ange-ftp-path-format)
4970         (efs-path-regexp):
4971         * nndiary.el (files):
4972         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4973         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4974         (epg-digest-algorithm-alist, inhibit-redisplay)
4975         (password-cache-expiry):
4976         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4977         (pgg-output-buffer, password-cache-expiry):
4978         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4979         (efs-path-regexp):
4980         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4981         (inhibit-redisplay):
4982         * mm-uu.el (file-name, start-point, end-point, entry)
4983         (gnus-newsgroup-name, gnus-newsgroup-charset):
4984         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4985         (latin-unity-ucs-list):
4986         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4987         (mm-uu-binhex-decode-function):
4988         * message.el (gnus-message-group-art, gnus-list-identifiers)
4989         (rmail-enable-mime-composing, gnus-local-organization)
4990         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4991         (gnus-read-active-file, facemenu-add-face-function)
4992         (facemenu-remove-face-function, gnus-article-decoded-p)
4993         (tool-bar-mode):
4994         * mail-source.el (display-time-mail-function):
4995         * gnus-util.el (nnmail-pathname-coding-system)
4996         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4997         (gnus-original-article-buffer, gnus-user-agent)
4998         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4999         (xemacs-codename, sxemacs-codename, emacs-program-version):
5000         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5001         * gnus-start.el (gnus-agent-covered-methods)
5002         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5003         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5004         (gnus-newsgroup-headers, gnus-group-list-mode)
5005         (gnus-group-mark-positions, gnus-newsgroup-data)
5006         (gnus-newsgroup-unreads, nnoo-state-alist)
5007         (gnus-current-select-method, mail-sources)
5008         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5009         (nnmail-spool-file, gnus-cache-active-hashtb):
5010         * gnus-mh.el (mh-lib-progs):
5011         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5012         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5013         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5014         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5015         (gnus-group-buffer):
5016         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5017         (font-lock-set-defaults):
5018         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5019         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5020         (gnus-summary-post-menu, total-parts, type, condition, length):
5021         * gnus-agent.el (gnus-agent-read-agentview):
5022         * flow-fill.el (show-trailing-whitespace):
5023         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5024         eval-and-compile wrappers for byte compiler pacifiers.
5025
5026         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5027         (mm-display-inline-fontify): Check for featurep 'xemacs not
5028         extent-list.
5029
5030         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5031         itimer-list.
5032         (mm-create-image-xemacs): Only do something for XEmacs.
5033         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5034
5035         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5036
5037         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5038         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5039
5040 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5041
5042         * nnimap.el (nnimap-split-download-body):
5043         * gnus-demon.el (gnus-demon):
5044         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5045
5046 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5049         macros.
5050         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5051         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5052         copy data from unibyte buffer to multibyte current buffer.
5053         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5054         to copy data from unibyte current buffer to multibyte buffer.
5055         (nntp-make-process-buffer): Make process buffer unibyte.
5056
5057         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5058
5059 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5060
5061         * pop3.el (pop3-open-server): Accept and process data more robustly at
5062         connexion start to avoid spurious "POP SSL connexion failed" errors.
5063
5064 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5067         read group names.
5068
5069 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5072
5073 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5076         (nnmail-save-active): Use a unibyte buffer when saving active file,
5077         which may contain non-ASCII group names.
5078
5079         * nnml.el (nnml-request-group): Decode group names in messages.
5080
5081 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5082
5083         * message.el (message-citation-line-function)
5084         (message-insert-formatted-citation-line): Fix spelling of
5085         `message-insert-formated-citation-line'.
5086
5087 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5088
5089         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5090
5091 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5094         nnmail-pathname-coding-system.
5095
5096         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5097         that a user enters; decode group names in messages.
5098
5099         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5100
5101 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5104
5105         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5106
5107         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5108         risky local variable.
5109
5110         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5111
5112 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5113
5114         * encrypt.el: Improve documentation to fix function name typo.
5115         Reported by Daiki Ueno <ueno@unixuser.org>.
5116
5117 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5120         even if the point is not in the last page of an article.
5121         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5122         back to the previous page.
5123
5124 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5127
5128 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5131
5132 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5133
5134         * message.el (message-check-news-body-syntax): Avoid
5135         mm-string-as-multibyte.
5136         (message-hide-headers): Don't assume (point-min)==1.
5137
5138 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * message.el (message-remove-blank-cited-lines): Fix if remove is
5141         given.
5142         (message-bogus-address-regexp): New variable.
5143         (message-bogus-recipient-p): New function.
5144         (message-check-recipients): New command.
5145         (message-syntax-checks): Add `bogus-recipient'.
5146         (message-fix-before-sending): Add `bogus-recipient'.
5147
5148         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5149         (gnus-treat-body-boundary): Don't test window-system.
5150
5151 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5152
5153         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5154
5155 2007-10-28  Miles Bader  <miles@gnu.org>
5156
5157         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5158         at compile-time too.
5159
5160 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * gnus-msg.el (gnus-message-setup-hook): Add
5163         `message-remove-blank-cited-lines' to options.
5164
5165 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * message.el (message-remove-blank-cited-lines): New function.
5168         Suggested by Karl Plästerer.
5169
5170 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5173         mapc.
5174
5175         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5176         (top-level): Use mapc to set functions to be traced for debugging.
5177
5178         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5179         called for effect with while loop.
5180
5181         * message.el (message-talkative-question): Replace mapcar called for
5182         effect with mapc.
5183
5184         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5185         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5186         called for effect with dolist.
5187
5188         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5189
5190         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5191         gnus-extra-headers and nnmail-extra-headers.
5192
5193         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5194         called for effect with dolist.
5195         (top-level): Use mapc to set functions to be traced for debugging.
5196
5197         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5198         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5199         dolist.
5200
5201         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5202         Replace mapcar called for effect with mapc.
5203         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5204         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5205         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5206         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5207
5208         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5209         remove-if that's a cl function.
5210
5211         * webmail.el (webmail-debug): Replace mapcar called for effect with
5212         dolist.
5213
5214         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5215         with mapc.
5216
5217 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5220         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5221         with while loop.
5222
5223         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5224         functions from article-* functions.
5225         (gnus-multi-decode-header): Replace mapcar called for effect with
5226         dolist.
5227
5228         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5229         (gnus-bookmark-show-details): Replace mapcar called for effect with
5230         while loop.
5231
5232         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5233         called for effect with while loop.
5234
5235         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5236         with dolist.
5237
5238         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5239         mapcar called for effect with dolist.
5240
5241         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5242
5243         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5244         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5245         Replace mapcar called for effect with dolist.
5246         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5247         mapc.
5248
5249         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5250         Replace mapcar called for effect with dolist.
5251         (gnus-topic-list): Replace mapcar called for effect with mapc.
5252
5253         * gnus.el: Use mapc instead of mapcar to add autoloads.
5254
5255 2007-10-23  Richard Stallman  <rms@gnu.org>
5256
5257         * gnus-group.el (gnus-group-highlight): Mark as risky.
5258
5259 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus.el (gnus-server-to-method): Return method found first in
5262         gnus-newsrc-alist.
5263
5264         * gnus-art.el (gnus-article-highlight-signature)
5265         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5266         button overlay without the front stickiness.
5267
5268 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5269
5270         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5271         overview buffer needed a catch to receive its throw.
5272         (gnus-agent-flush-cache): Declared as interactive to make this function
5273         easier to use.
5274
5275 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5278         `next-line'.
5279
5280 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5283         exclude address matching message-dont-reply-to-names.
5284
5285 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * gnus-util.el (gnus-string<): New function.
5288
5289         * gnus-sum.el (gnus-article-sort-by-author)
5290         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5291
5292 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5295         the frame-focus tag is set in gnus-buffer-configuration.
5296
5297 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5300         the front stickiness.
5301
5302 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5305         url pattern; remove duplicate one.
5306         (gnus-article-extend-url-button): New function.
5307         (gnus-article-add-buttons): Use it.
5308         (gnus-button-push): Use concatenated url that it makes.
5309
5310 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5311
5312         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5313
5314 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5317         Don't hardcode point-min==1.
5318
5319 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5322         Fix comment about "iso8859-1".
5323
5324 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5325
5326         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5327         ones returned from the verify-function.
5328
5329         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5330         mml2015-extract-cleartext-signature if extraction failed.
5331
5332 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5333
5334         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5335         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5336         failed.
5337
5338 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5341
5342 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5345         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5346         recommends to use EasyPG instead of PGG.
5347
5348         * pgg.el: Revert to revision 6.23.2.16.
5349
5350         * pgg-def.el: Revert to revision 6.6.2.14.
5351
5352         * pgg-gpg.el: Revert to revision 6.23.2.34.
5353
5354 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5357         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5358         thread for both the null and zero (kill/expire thread) universal prefix
5359         cases.
5360         (gnus-summary-expire-thread): Add new function to expire a thread,
5361         using gnus-summary-kill-thread.
5362         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5363         shortcuts for gnus-summary-expire-thread.
5364         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5365         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5366
5367 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5370         extras value, so an extras entry can be deleted.
5371         (gnus-registry-delete-extra-entry): Use it.
5372         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5373         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5374         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5375         storage through the gnus-registry, and provide an appropriate API for
5376         it.
5377
5378 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5381         Suggested by Leo <sdl.web@gmail.com>.
5382
5383         * gnus.el: Do.
5384
5385 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5388         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5389
5390         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5391
5392         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5393         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5394
5395 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5398         newline.
5399         (nnmbox-request-accept-article): Don't change article in source buffer;
5400         narrow to header to use message-fetch-field rather than
5401         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5402         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5403         as delimiters; make sure article ends with newline.
5404         (nnmbox-delete-mail): Correct last position of article to be deleted;
5405         ignore X-Gnus-Newsgroup header in article body.
5406         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5407         positions; make sure article ends with newline.
5408
5409         * message.el (message-display-abbrev): Don't infloop when a user
5410         inserts SPC in the beginning of header.
5411
5412         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5413         coding-system-for-read and coding-system-for-write for XEmacs having no
5414         file-coding feature.
5415
5416         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5417
5418 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5421         list of groups not followed by default.  Fix type to be regexp.
5422         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5423
5424 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5425
5426         * hmac-def.el (define-hmac-function): Switch from old-style to
5427         new-style backquotes.
5428
5429         * md4.el (md4-make-step): Likewise.
5430
5431 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5434         raw-text coding system when saving .newsrc file, which may contain
5435         non-ASCII group names.
5436
5437 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-cus.el (gnus-score-extra): New widget.
5440         (gnus-score-extra-convert): New function.
5441         (gnus-score-customize): Use it for Extra.
5442
5443 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5444
5445         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5446         (mml2015-mailcrypt-clear-verify): Use it.
5447         (mml2015-gpg-clear-verify): Use it.
5448         (mml2015-pgg-clear-verify): Use it.
5449         (mml2015-epg-clear-verify): Replace the current part with the output
5450         from GnuPG; don't extract the plaintext by itself.
5451
5452         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5453         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5454         mml2015-clear-verify-function; don't touch the armor headers or
5455         dash-escaped text here.
5456
5457 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5460         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5461         parts, or application/octet-stream as a last resort.
5462         (gnus-mime-view-part-as-type): Don't toggle display.
5463         (gnus-mime-view-part-as-charset): Don't turn off display before
5464         querying charset.
5465
5466         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5467         stuff to undisplayer function in Emacs.
5468         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5469
5470         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5471         text/calendar parts.
5472
5473 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5476         decoding text/calendar parts.
5477
5478         * message.el (message-forward-make-body-mime): Always mark body as
5479         having no illegible text; remove signed-or-encrypted argument.
5480         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5481
5482         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5483         (mml-generate-mime-1): Don't encode body if it is specified to be in
5484         raw form; don't make buffer be unibyte when inserting multibyte string.
5485
5486 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5487
5488         * sha1.el: Fix up comment style.
5489         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5490         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5491
5492         * hex-util.el: Fix up comment style.
5493         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5494
5495         * gnus-salt.el: Use with-current-buffer.
5496         (gnus-pick-setup-message): Fix long-standing typo.
5497
5498 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * imap.el (imap-logout-timeout): New variable.
5501         (imap-logout, imap-logout-wait): New functions.
5502         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5503
5504         * nnimap.el (nnimap-logout-timeout): New server variable.
5505         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5506         nnimap-logout-timeout.
5507
5508         * gnus-art.el (gnus-article-summary-command-nosave)
5509         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5510
5511 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * gnus.el (gnus-maximum-newsgroup): New variable.
5514
5515         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5516         according to gnus-maximum-newsgroup.
5517
5518         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5519         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5520         Limit the range of articles according to gnus-maximum-newsgroup.
5521
5522 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5523
5524         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5525         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5526         Don't perform gnus-configure-windows here; reuse existing sticky
5527         article buffer.
5528
5529         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5530         it doesn't exist in gnus-article-mode.
5531
5532 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5535         (gnus-agent-decoded-group-name): New function.
5536         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5537         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5538
5539 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5540
5541         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5542         Add binding for gnus-sticky-article.
5543         (gnus-summary-exit): Don't kill sticky article buffers.
5544
5545         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5546         article buffer.
5547         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5548         (gnus-kill-sticky-article-buffers): New commands.
5549
5550 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * nntp.el (nntp-xref-number-is-evil): New server variable.
5553         (nntp-find-group-and-number): If it is non-nil, don't trust article
5554         numbers in the Xref header.
5555
5556 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-agent.el (gnus-agent-read-group): New function.
5559         (gnus-agent-flush-group, gnus-agent-expire-group)
5560         (gnus-agent-regenerate-group): Use it.
5561         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5562         nnmail-pathname-coding-system.
5563
5564 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5567
5568         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5569         that are unread as unread, and also as selected so that information of
5570         marks having been changed by a user may be updated when exiting group.
5571
5572 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5575         calculated ignoring signature parts to gnus-treat-article.
5576
5577 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5580         a point here in order to keep the window start.
5581         (gnus-insert-mime-security-button): Make a button overlay without the
5582         front stickiness.
5583         (gnus-mime-display-security): Goto the end of a button.
5584
5585         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5586
5587 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5590         group-name-at-point.
5591         (gnus-group-completing-read): New function that offers decoded
5592         non-ASCII group names for completion.
5593         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5594         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5595         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5596         (gnus-group-fetch-control): Use it.
5597         (gnus-fetch-group): Use group-name-at-point for the initial value
5598         rather than the default value; use gnus-alive-p.
5599
5600         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5601         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5602         (gnus-summary-post-news): Use gnus-group-completing-read.
5603
5604         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5605         (gnus-read-move-group-name): Decode group name for completion.
5606
5607 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5608
5609         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5610         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5611         Yamaoka slightly modified the code).
5612
5613 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5616         (nnmail-split-incoming): Bind it.
5617
5618         * nnml.el (nnml-group-name-charset): New function.
5619         (nnml-decoded-group-name): Use it; don't decode group name if
5620         nnmail-group-names-not-encoded-p is non-nil.
5621         (nnml-encoded-group-name): New function.
5622         (nnml-group-pathname): Inline nnml-decoded-group-name.
5623         (nnml-request-expire-articles): Decode group name in message.
5624         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5625         nnmail-pathname-coding-system.
5626         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5627         not decoded ones according to nnmail-group-names-not-encoded-p.
5628         (nnml-generate-active-info): Use nnml-encoded-group-name.
5629
5630 2007-08-08  Glenn Morris  <rgm@gnu.org>
5631
5632         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5633         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5634         doc-strings and comments.
5635
5636 2007-07-25  Glenn Morris  <rgm@gnu.org>
5637
5638         * Relicense all FSF files to GPLv3 or later.
5639
5640 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-sum.el (gnus-summary-move-article): Make
5643         gnus-summary-respool-article work.
5644
5645 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5648         string.
5649
5650 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5651
5652         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5653         that should be ignored when comparing distant RSS articles with local
5654         ones.
5655         (nnrss-make-hash-index): New function.  Create a hash index according
5656         to the ignored fields.
5657         (nnrss-check-group): Use it.
5658
5659 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5662
5663         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5664
5665         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5666         the new optional argument ENCODED is non-nil.
5667         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5668         coding system for encoding group name.
5669         (gnus-group-make-rss-group): Pass un-encoded group name to
5670         gnus-group-make-group.
5671         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5672         encoded.
5673
5674         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5675         Encode group name to which articles are moved or copied.
5676         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5677         coding system for encoding Newsgroup, Followup-To and Xref headers.
5678
5679         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5680         marks; use nnheader-file-coding-system to write a file.
5681         (nnagent-retrieve-headers): Bind file-name-coding-system to
5682         nnmail-pathname-coding-system.
5683
5684         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5685
5686         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5687         (nnml-request-article, nnml-request-create-group)
5688         (nnml-request-rename-group, nnml-find-id)
5689         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5690         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5691         (nnml-save-marks): Use nnml-group-pathname instead of
5692         nnmail-group-pathname.
5693
5694         (nnml-request-create-group, nnml-request-expire-articles)
5695         (nnml-request-move-article, nnml-request-delete-group)
5696         (nnml-deletable-article-p, nnml-possibly-create-directory)
5697         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5698         (nnml-open-marks): Bind file-name-coding-system to
5699         nnmail-pathname-coding-system.
5700
5701         (nnml-request-article): Pass server argument to nnml-find-group-number.
5702         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5703         server argument to nnml-possibly-create-directory.
5704         (nnml-request-accept-article): Pass server argument to
5705         nnml-active-number and nnml-save-mail.
5706         (nnml-find-group-number): Pass server argument to nnml-find-id.
5707         (nnml-request-update-info): Pass server argument to
5708         nnml-marks-changed-p.
5709
5710         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5711         (nnml-save-mail, nnml-active-number): Add server argument.
5712
5713         (nnml-request-delete-group): Warn if group is missing.
5714         (nnml-get-nov-buffer): Decode group name.
5715         (nnml-generate-active-info): Encode group name.
5716         (nnml-open-marks): Decode group name in messages.
5717
5718 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5721         if it is not specified.
5722         (gnus-article-pipe-part, gnus-article-save-part)
5723         (gnus-article-interactively-view-part, gnus-article-copy-part)
5724         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5725         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5726         (gnus-article-replace-part, gnus-article-delete-part)
5727         (gnus-article-view-part-as-type): Pass raw prefix argument to
5728         gnus-article-part-wrapper.
5729
5730 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * gnus-agent.el (gnus-agent-save-active): Bind
5733         nnheader-file-coding-system to gnus-agent-file-coding-system.
5734
5735         * gnus-cache.el (gnus-cache-save-buffers)
5736         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5737         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5738         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5739         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5740         (gnus-cache-generate-active, gnus-cache-rename-group)
5741         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5742         (gnus-cache-update-overview-total-fetched-for): Bind
5743         file-name-coding-system to nnmail-pathname-coding-system.
5744         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5745         variables.
5746         (gnus-cache-decoded-group-name): New function.
5747         (gnus-cache-file-name): Use it.
5748         (gnus-cache-generate-active): Use non-decoded group name for active.
5749
5750         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5751         right place.
5752         (gnus-write-active-file): Don't break non-ASCII group names.
5753
5754         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5755         nnmail-pathname-coding-system.
5756
5757         * lpath.el: Bind default-file-name-coding-system,
5758         file-name-coding-system and language-info-alist for XEmacs.
5759
5760         * gnus-uu.el (gnus-uu-decode-save): Typo.
5761
5762 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5765
5766 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5769         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5770         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5771         (gnus-agent-flush-group, gnus-agent-flush-cache)
5772         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5773         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5774         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5775         (gnus-agent-regenerate-group)
5776         (gnus-agent-update-files-total-fetched-for)
5777         (gnus-agent-update-view-total-fetched-for): Bind
5778         file-name-coding-system to nnmail-pathname-coding-system.
5779         (gnus-agent-group-pathname): Don't encode file names by
5780         nnmail-pathname-coding-system.
5781         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5782         coding-system-for-write instead of buffer-file-coding-system to
5783         gnus-agent-file-coding-system.
5784
5785         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5786         Decode group name.
5787
5788         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5789
5790         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5791         (gnus-read-newsrc-el-file): Make group names unibyte.
5792
5793         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5794         nnmail-pathname-coding-system.
5795
5796         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5797         (nnrss-request-delete-group): Bind file-name-coding-system to
5798         nnmail-pathname-coding-system.
5799         (nnrss-read-server-data, nnrss-read-group-data): Bind
5800         file-name-coding-system correctly.
5801         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5802
5803         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5804         (nntp-server-to-method-cache): New variable.
5805         (nntp-group-pathname): New function that decodes non-ASCII group names.
5806         (nntp-possibly-create-directory, nntp-marks-changed-p)
5807         (nntp-save-marks, nntp-open-marks): Use it.
5808         (nntp-possibly-create-directory, nntp-open-marks):
5809         Bind file-name-coding-system to nnmail-pathname-coding-system.
5810         (nntp-open-marks): Decode group names when bootstrapping marks.
5811
5812         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5813         Newsgroups and Folowup-To headers.
5814
5815 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5818         (gnus-server-closed-face, gnus-server-denied-face)
5819         (gnus-server-offline-face): Remove variable.
5820         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5821
5822         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5823         of modifying message-stack directly for XEmacs.
5824
5825         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5826         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5827         if the coding-system argument is nil for XEmacs.
5828
5829         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5830         mm-charset-override-alist.
5831
5832         * rfc2047.el: Don't require base64; require rfc2045 for the function
5833         rfc2045-encode-string.
5834         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5835         to quote the parameter value.
5836
5837 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5840         form in gnus-group-name-charset-method-alist.
5841
5842         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5843         overrides the default layout edit-form.
5844
5845         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5846
5847         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5848
5849 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5852         as unfetched articles.
5853
5854 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5857
5858 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5861         original back end that keeps marks in the local system.
5862
5863 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5866         arg of pop-to-buffer for XEmacs.
5867         (gnus-article-read-summary-keys): Ditto; don't restore window
5868         configuration if summary command ends up with neither article buffer
5869         nor summary buffer; describe bindings if summary keys end with C-h.
5870
5871 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * message.el (message-fix-before-sending): Skip raw message part to be
5874         forwarded while checking illegible text.
5875         (message-forward-make-body-mime, message-forward-make-body): Mark
5876         signed or encrypted raw message as having no illegible text.
5877
5878 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5881         (gnus-message-with-timestamp-1): New macro.
5882         (gnus-message-with-timestamp): New function.
5883         (gnus-message): Use them.
5884
5885         * nnheader.el (nnheader-message): Use them.
5886
5887 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5890         .newsrc.eld file.
5891
5892 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-agent.el (gnus-agent-fetch-headers)
5895         (gnus-agent-retrieve-headers): Bind
5896         gnus-decode-encoded-address-function to identity.
5897
5898         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5899         available also when the server returns simply a dot.
5900
5901         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5902
5903 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5906
5907 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-ems.el (gnus-x-splash): Make it work.
5910
5911         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5912         from being used.
5913
5914         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5915
5916 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5919         4th and the 5th arguments.
5920
5921         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5922         the front stickiness.
5923         (gnus-article-summary-command-nosave): Correct the order of the
5924         arguments passed to pop-to-buffer.
5925         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5926         summary command ends up with the article buffer.
5927
5928         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5929         the same faces.
5930
5931 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5932
5933         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5934
5935 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5936
5937         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5938         * gnus-sum.el (gnus-summary-highlight):
5939         * pgg.el (pgg-sign-region, pgg-sign):
5940         * mail-source.el (mail-source-delete-old-incoming-confirm):
5941         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5942
5943 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-art.el (gnus-mime-view-part-externally)
5946         (gnus-mime-view-part-internally): Fix predicate function passed to
5947         completing-read.
5948
5949         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5950
5951         * gnus.el (gnus-update-message-archive-method): Add :version.
5952
5953 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * gnus.el (gnus-update-message-archive-method): New variable.
5956
5957         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5958         according to gnus-message-archive-method if
5959         gnus-update-message-archive-method is non-nil.
5960
5961 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5964         by Loic Dachary <loic@dachary.org>.
5965         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5966
5967 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * message.el (message-pop-to-buffer): Add switch-function argument.
5970         (message-mail): Pass switch-function argument to it.
5971
5972 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5975         Improve doc string.
5976
5977 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5980         (gnus-header-content)
5981         * gnus-cite.el (gnus-cite-10)
5982         * gnus-srvr.el (gnus-server-closed)
5983         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5984         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5985         (gnus-group-mail-3-empty, gnus-group-mail-low)
5986         (gnus-group-mail-low-empty, gnus-splash)
5987         * message.el (message-header-to, message-header-cc)
5988         (message-header-subject, message-header-other, message-header-name)
5989         (message-header-xheader, message-separator, message-cited-text)
5990         (message-mml): Lighten colors of faces used for dark background.
5991
5992 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5993
5994         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5995         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5996
5997 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * message.el (message-narrow-to-headers-or-head):
6000         Ignore mail-header-separator in the body.
6001
6002 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6005         same as window size.
6006
6007 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6008
6009         * message.el (message-font-lock-keywords): Use message-header-xheader
6010         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6011         ahead of the anything pattern, to get it recognised.
6012
6013 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6016         spam.el loads uses it in the compiled defadvice form.
6017
6018 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6019
6020         * gnus-sum.el (gnus-articles-to-read)
6021         (gnus-summary-insert-old-articles): Don't truncate group name for
6022         `read-string'.
6023
6024         * gnus-util.el (gnus-limit-string): Delete this function.
6025
6026         * gnus-sum.el (gnus-simplify-subject-fully): Use
6027         `truncate-string-to-width' instead.
6028
6029 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6030
6031         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6032         if, on summary exit, the next group has to be selected.
6033         (gnus-summary-exit): Use it.
6034
6035 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6038         non-break space.
6039
6040 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6043         Check if group is not a directory.
6044         (nnfolder-request-expire-articles): Don't delete articles if the target
6045         group is not available.
6046
6047         * nnml.el (nnml-request-create-group): Properly check if group is not a
6048         file.
6049         (nnml-request-expire-articles): Don't delete articles if the target
6050         group is not available.
6051
6052         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6053         Don't quote characters that are within parentheses.
6054
6055 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6058         (gnus-handle-ephemeral-exit): Select article according to it.
6059
6060 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * message.el (message-insert-formated-citation-line): Remove newline.
6063         (message-citation-line-format): Add final \n here so that the user can
6064         avoid a blank line.
6065
6066 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6067
6068         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6069         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6070         Update lanl/arXiv support.
6071
6072 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6073
6074         * gnus.el: Bump version number.
6075
6076 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * gnus.el (gnus-version-number): Bump version.
6079
6080 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6081
6082         * gnus.el: No Gnus v0.6 is released.
6083
6084 2007-04-27  Didier Verna  <didier@xemacs.org>
6085
6086         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6087         * gmm-utils.el (gmm-regexp-concat): here.
6088         * message.el: Don't require 'gnus-util.
6089         (message-dont-reply-to-names): Handle name change above.
6090         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6091
6092 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6095         since the initial value varies according to the system.
6096
6097 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6100
6101 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6102
6103         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6104
6105 2007-04-24  Didier Verna  <didier@xemacs.org>
6106
6107         Improve the type of gnus-ignored-from-addresses.
6108         * gnus-util.el (gnus-orify-regexp): New function.
6109         * message.el (gnus-util): Require it.
6110         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6111         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6112         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6113
6114 2007-04-24  Didier Verna  <didier@xemacs.org>
6115
6116         * gnus-sum.el:
6117         * gnus-utils.el: Fix some trailing whitespaces.
6118
6119 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6122         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6123         article's Message-ID; refer parent article in summary buffer.
6124
6125         * message.el (message-bounce): Call mime-to-mml.
6126
6127         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6128         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6129         optimize and/or forms properly.
6130
6131 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6134         URL.
6135
6136 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6139
6140 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6143         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6144         displayed of multipart/alternative part if it is invoked from summary
6145         buffer.
6146
6147         * mm-view.el (mm-inline-text-html-render-with-w3m)
6148         (mm-inline-text-html-render-with-w3m-standalone)
6149         (mm-inline-render-with-function): Use mail-parse-charset by default.
6150
6151 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6152
6153         * parse-time.el (parse-time-string-chars): Check if CHAR
6154         is less than the length of parse-time-syntax.
6155
6156 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6159         from gnus-newsgroup-processable.
6160
6161 2007-04-16  Didier Verna  <didier@xemacs.org>
6162
6163         * gnus-msg.el (gnus-configure-posting-styles): Handle
6164         message-signature-directory properly with :file syntax.  Reported by
6165         "Leo".
6166
6167 2007-04-11  Didier Verna  <didier@xemacs.org>
6168
6169         New user option: message-signature-directory.
6170         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6171         * message.el (message-insert-signature): Ditto.
6172         * message.el (message-signature-file): Doc update.
6173         * message.el (message-signature-directory): New.
6174
6175 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-msg.el (gnus-inews-yank-articles): Use
6178         message-exchange-point-and-mark instead of exchange-point-and-mark.
6179
6180 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * message.el (message-yank-original): Make sure cited text ends with
6183         newline; don't exchange point and mark.
6184
6185 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6186
6187         * tls.el (open-tls-stream): Properly handle case where there
6188         is no associated buffer.
6189
6190 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6191
6192         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6193         message-yank-original, make sure (< mark TEXT point).
6194
6195 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * message.el (message-fill-column): New variable.
6198         (message-mode): Use it.  Add comment on a possible new hook.
6199
6200         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6201         (nnmail-get-new-mail): Reformat.
6202
6203         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6204
6205         * gmm-utils.el: Fix Commentary.
6206         (gmm-tool-bar-from-list): Fix typo in doc string.
6207
6208 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6209
6210         * message.el (message-yank-original): Don't switch point and mark
6211         unnecessarily to put point and mark as documented.
6212
6213 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6216         from the message heads.
6217
6218 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6219
6220         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6221         article buffer does not have a window.  This may not be the best
6222         solution but is certainly better than setting the start of the null,
6223         that is the current, window.
6224
6225 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6226
6227         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6228         (gnus-draft-setup): Run it.
6229
6230         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6231         gnus-score-fast-scoring.  Allow regexp.
6232         (gnus-score-headers): Use it.
6233
6234         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6235         XEmacs.
6236
6237         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6238         string.
6239         (gnus-button-alist): Also catch `<f1> k ...'.
6240         (gnus-treat-display-x-face): Fix doc string.
6241
6242 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6243
6244         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6245         evaluation of gnus-extended-version to ensure correct generation of the
6246         User-Agent header when message-generate-headers-first is used.
6247
6248 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6249
6250         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6251         hashcash-path is nil.  Don't call callback with incorrect number of
6252         parameters if val is 0.
6253
6254 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6255
6256         * message.el (message-required-news-headers):
6257         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6258
6259 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6260
6261         * tls.el (open-tls-stream): In handshake-waiting loop,
6262         don't wait more if there is output available to process.
6263
6264 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6265
6266         * tls.el (tls-program): Doc fix.
6267
6268 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * message.el (message-generate-new-buffers): Change the meaning of the
6271         nil value; add `standard' to the choices; treat t as `unique'; improve
6272         doc string.
6273         (gnus-select-frame-set-input-focus): Autoload.
6274         (message-buffer-name): Search for the existing message buffer if
6275         message-generate-new-buffers is nil or `standard'; treat the value t of
6276         message-generate-new-buffers as `unique'.
6277         (message-pop-to-buffer): Raise the frame already displaying the message
6278         buffer; clear the echo area after querying.
6279         (message-setup): Pass the `continue' argument to compose-mail.
6280         (message-mail): Prefer `switch-function' if it is given; search for the
6281         existing message buffer if the `continue' argument is non-nil; pass
6282         continue and switch-function arguments to compose-mail by way of
6283         message-setup.
6284         (message-mail-other-window): Adjust argument of message-setup.
6285         (message-mail-other-frame): Ditto.
6286
6287 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6290         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6291         to turn font-lock on when turning gnus-message-citation-mode on.
6292
6293 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6294
6295         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6296         (mml-smime-function-alist): New variable; add epg as the backend.
6297         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6298         mml-smime- functions instead.
6299         * mm-view.el: Require smime.
6300
6301 2007-03-05  Didier Verna  <didier@xemacs.org>
6302
6303         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6304         instead of just inheritance for posting styles.
6305         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6306
6307 2007-02-24  Chris Moore  <dooglus@gmail.com>
6308
6309         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6310         * pgg-pgp.el (pgg-pgp-encrypt-region):
6311         * pgg-gpg.el (pgg-gpg-encrypt-region):
6312         Check pgg-encrypt-for-me if no other recipients.
6313
6314 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6315
6316         * tls.el (tls-certtool-program): Fix custom type.
6317
6318 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6321         and point-at-eol instead of line-(beginning|end)-position.
6322
6323         * assistant.el (assistant-parse-buffer): Ditto.
6324
6325         * netrc.el (netrc-parse-services): Ditto.
6326
6327 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6328
6329         * mml2015.el (mml2015-epg-find-usable-key): New function.
6330         (mml2015-epg-sign): Use it.
6331         (mml2015-epg-encrypt): Use it.
6332
6333 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * message.el (message-make-in-reply-to): Quote name containing
6336         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6337         if there are special characters.  Reported by NAKAJI Hiroyuki
6338         <nakaji@jp.freebsd.org>.
6339
6340 2007-02-27  Didier Verna  <didier@xemacs.org>
6341
6342         Include the group parameters as well as the topic ones in the
6343         inheritance filter process.
6344         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6345         argument GROUP-PARAMS-LIST.
6346         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6347
6348 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * nntp.el (nntp-never-echoes-commands)
6351         (nntp-open-connection-functions-never-echo-commands): New variables.
6352         (nntp-send-command): Use them.
6353
6354 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6355
6356         * mml2015.el (mml2015-epg-verify): Simplified.
6357
6358 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * mml.el (mml-content-disposition-alist): New user option.
6361         (mml-content-disposition): New function.
6362         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6363         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6364
6365 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6366
6367         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6368         verification.
6369
6370 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6371
6372         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6373         articles posted in the last 24 hours.
6374
6375 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6376
6377         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6378
6379 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6380
6381         * nntp.el (nntp-send-command): Don't wait for echoes when
6382         nntp-open-ssl-stream is used.
6383
6384 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6387         (gnus-message-add-citation-keywords)
6388         (gnus-message-remove-citation-keywords): Remove.
6389         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6390         directly, make the variables in font-lock-defaults buffer-local, add
6391         gnus-message-citation-keywords to them and then update the value of
6392         font-lock-keywords.
6393
6394 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * message.el (message-cite-original-1): Don't call
6397         gnus-article-highlight-citation.
6398
6399         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6400         citations; fix line count.
6401
6402 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6405         (gnus-message-add-citation-keywords)
6406         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6407         versions of font-lock-add-keywords and font-lock-remove-keywords to
6408         work with XEmacs correctly.
6409
6410 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-cite.el (gnus-cite-face-list): Set the values of
6413         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6414         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6415         (gnus-message-cite-prefix-regexp): New variable.
6416         (gnus-message-search-citation-line): Use it; protect against long
6417         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6418         the 0th match data for Emacs.
6419         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6420         (gnus-message-add-citation-keywords): Append keywords rather than
6421         prepending; emulate font-lock-add-keywords if it is not available.
6422         (gnus-message-remove-citation-keywords): Emulate
6423         font-lock-remove-keywords if it is not available.
6424
6425         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6426
6427         * message.el (message-cite-prefix-regexp): Set the value of
6428         gnus-message-cite-prefix-regexp.
6429
6430 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6431
6432         * nnweb.el (nnweb-google-parse-1): Update parser.
6433
6434 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6435
6436         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6437
6438 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6439
6440         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6441         regexp.
6442
6443 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6446         string-to-multibyte.
6447         (uudecode-decode-region-internal): Use it.
6448
6449         * lpath.el: Fbind string-as-multibyte for XEmacs.
6450
6451 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6454         custom choice.
6455
6456         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6457
6458 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6459
6460         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6461
6462         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6463         `write-region' to respect `mm-inhibit-file-name-handlers'.
6464
6465 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6468         Use gnus-home-directory instead of "~/" or "$HOME".
6469
6470 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6471
6472         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6473         to mention filename.
6474         Add comments at beginning regarding usage.
6475         (encrypt-write-file-contents): Change interactive so a string is
6476         acceptable.  If the file has no associated model, show an error instead
6477         of a nonsense prompt.
6478
6479 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6480
6481         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6482         Thanks to Yoshihiko Yamada for kind notification of this typo.
6483
6484 2007-01-12  Kenichi Handa  <handa@m17n.org>
6485
6486         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6487         multibyte buffer.
6488
6489 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * gnus-score.el (gnus-score-fast-scoring): New variable.
6492         (gnus-score-headers): Use it.
6493
6494         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6495
6496         * message.el (message-cite-original-1): Call
6497         gnus-article-highlight-citation if requested.
6498         (message-make-from): Allow name and address as optional arguments.
6499
6500         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6501
6502         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6503         bugs to doc string.
6504         (gnus-button-alist): Add mid\\|message-id.
6505         (gnus-button-fetch-group): Extend for use in
6506         `browse-url-browser-function'.
6507         (gnus-button-url-regexp): Try to catch paired parentheses like in
6508         Wikipedia URLs.
6509
6510         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6511         Suggested by Simon Krahnke <overlord@gmx.li>.
6512
6513 2007-01-13  Romain Francoise  <romain@orebokech.com>
6514
6515         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6516         Update copyright.
6517
6518 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6519
6520         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6521
6522 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * gnus-registry.el (gnus-registry-unfollowed-groups)
6525         (gnus-registry-split-fancy-with-parent): Fix documentation.
6526
6527 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528
6529         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6530         from nnweb groups.
6531
6532 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6533
6534         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6535         Xref urls.  Erase buffer before requesting head.
6536
6537 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6540         customizable.
6541
6542 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6543
6544         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6545         no signing key is found.
6546         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6547         no encrypting and/or signing key is found.
6548
6549 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6552
6553 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6554
6555         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6556         headers read from disk with the ones newly found in the current search.
6557         This should no longer cause problems, because the article numbers in
6558         Gmane's `nov.php' output are ignored since the previous change.
6559
6560 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6561
6562         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6563
6564 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6567         replace-regexp-in-string; bind url-version; fbind display-images-p and
6568         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6569         find-face and set-itimer-function for Emacs; bind itimer-list for
6570         Emacs.
6571
6572         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6573
6574 2007-01-01  Romain Francoise  <romain@orebokech.com>
6575
6576         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6577
6578 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6579
6580         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6581         `define-minor-mode' macro definition expanded properly.
6582         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6583         exclude it there.
6584
6585         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6586         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6587         `fboundp' test.
6588         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6589         This is OK to autoload in (S)XEmacs now.
6590
6591 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6594         keystroke.
6595         (gnus-summary-limit-to-singletons): Fix typo.
6596
6597         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6598         else fails.
6599
6600 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6601
6602         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6603         docstring.
6604
6605         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6606         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6607         (gnus-summary-insert-dormant-articles): Fix typo in message.
6608
6609 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6612         nil for XEmacs.
6613         (gnus-message-citation-mode): Don't autoload in XEmacs.
6614
6615         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6616
6617 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6618
6619         * nnimap.el (nnimap-expunge-search-string): Mention
6620         nnimap-search-uids-not-since-is-evil in docstring.
6621
6622 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * spam.el: Revert to make-obsolete-variable because
6625         define-obsolete-variable-alias is not supported in Emacs 21.
6626
6627         * spam.el (spam-ifile-path, spam-ifile-database-path)
6628         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6629         make-obsolete-variable.
6630         (spam-bsfilter-path, spam-bsfilter-program)
6631         (spam-spamassassin-path, spam-spamassassin-program)
6632         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6633         use "path" inappropriately.
6634         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6635         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6636         variable names.
6637
6638 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6639
6640         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6641         summary buffer.
6642
6643         * password.el (password-cache-remove): Use clear-string to burn
6644         password, if available.
6645
6646 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6649
6650         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6651
6652         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6653         (gnus-message-highlight-citation): Move defcustom here from
6654         gnus-cite.el.
6655         (gnus-message-citation-mode): Autoload.
6656
6657         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6658         checks to make it compile with XEmacs.
6659         (gnus-message-citation-mode): New minor mode.
6660         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6661         (gnus-message-highlight-citation): New variables.
6662         (gnus-message-search-citation-line)
6663         (gnus-message-add-citation-keywords)
6664         (gnus-message-remove-citation-keywords)
6665         (turn-on-gnus-message-citation-mode)
6666         (turn-off-gnus-message-citation-mode): New functions.
6667
6668 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6669
6670         * gnus-cite.el: Enable highlighting of different citation levels in
6671         message-mode.
6672
6673 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * message.el (message-make-fqdn): Fix comment.
6676         (message-bogus-system-names): Add ".local".
6677
6678         * spam.el (spam-ifile-path, spam-ifile-program)
6679         (spam-ifile-database-path, spam-ifile-database)
6680         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6681         Don't use "path" inappropriately.
6682         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6683         strings.
6684         (spam-check-ifile, spam-ifile-register-with-ifile)
6685         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6686         new variable names.
6687
6688         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6689         (gnus-treat-display-smileys): Simplify using
6690         gnus-image-type-available-p.
6691
6692         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6693         available.
6694
6695         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6696         `display-images-p' if available.
6697
6698 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6701         one after turning on the buffer's multibyteness instead of decoding
6702         them directly in the unibyte buffer that causes unexpected conversion
6703         in Emacs 23 (unicode).
6704
6705 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6706
6707         * message.el (message-generate-hashcash): Fix custom type.
6708
6709 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6710
6711         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6712
6713 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6716         disconnect icons.  Add help text.
6717
6718 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6719
6720         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6721         negated to be consistent with the others we handle.
6722
6723 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6724
6725         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6726         version of gnus-summary-buffer to something, so that we can use two
6727         article buffers at the same time.
6728
6729 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6732         trigger all the extra headers.
6733         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6734         sorting.
6735
6736 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6737
6738         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6739         solid groups.
6740
6741 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6742
6743         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6744
6745 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * legacy-gnus-agent.el: Add Copyright notice.
6748
6749 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6750
6751         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6752
6753 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6756
6757         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6758         to make it work reliably in CVS Emacs.
6759         (gnus-summary-limit-strange-charsets-predicate)
6760         (gnus-summary-limit-to-predicate): New functions.
6761
6762 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6763
6764         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6765         specifying array size.
6766         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6767         array if it is too small.
6768         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6769         (gnus-sort-threads-loop): New function.
6770
6771 2006-12-06  Chris Moore  <dooglus@gmail.com>
6772
6773         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6774         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6775
6776 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6777
6778         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6779         options.
6780
6781 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6782
6783         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6784         DOS-ing the recipient.
6785
6786         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6787         the headers when creating the mapping to avoid mismappings.
6788         (nnweb-gmane-create-mapping): Always nix out old mapping.
6789
6790 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6793         and mm-verify-option to never.
6794
6795 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * message.el (message-signed-or-encrypted-p): New function.
6798         (message-forward-make-body): Use it.
6799
6800         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6801         Replace encode-coding-string with mm-encode-coding-string.
6802
6803 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * nneething.el (nneething-decode-file-name): Replace
6806         decode-coding-string with mm-decode-coding-string.
6807
6808         * gnus-int.el (gnus-open-server): Say failed server's name.
6809
6810 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6811
6812         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6813         strings to a single string.  Quote `errors-file-name'.
6814         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6815         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6816         Adjust calls.  Use `shell-quote-argument'.
6817
6818 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6819
6820         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6821         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6822
6823         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6824         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6825         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6826         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6827         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6828         (gnus-subscribe-newsgroup, gnus-1):
6829         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6830         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6831         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6832         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6833
6834 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6837         keystroke.
6838         (gnus-summary-limit-to-bodies): Implement headersp.
6839
6840 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6843
6844 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6847
6848 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * message.el (message-generate-hashcash): Expand range of values to
6851         include `opportunistic'.
6852         (message-send-mail): Use it.
6853
6854 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6855
6856         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6857         and comment it.
6858
6859         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6860
6861 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * gnus-util.el (gnus-extract-address-components): Improve comment.
6864
6865 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-util.el (gnus-extract-address-components): Work with address in
6868         which the name portion contains @.
6869
6870         * lpath.el: Fbind custom-autoload.
6871
6872 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * gnus.el (gnus-start): Move custom group up.
6875         (gnus-select-method): Don't autoload, but make it available for
6876         `customize-variable'.
6877         (gnus-getenv-nntpserver): Don't autoload.
6878
6879 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6880
6881         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6882
6883 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * message.el (message-sendmail-extra-arguments): New variable.
6886         (message-send-mail-with-sendmail): Use it.
6887
6888 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6891         mm-with-unibyte-current-buffer to make string unibyte.
6892
6893         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6894         mm-string-as-multibyte.
6895
6896 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6897
6898         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6899         Reported by Werner Koch <wk@gnupg.org>.
6900
6901 2006-11-14  Daiki Ueno  <ueno@p360>
6902
6903         * mml2015.el: Autoload epa-select-keys when compiling.
6904
6905 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6906
6907         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6908         message-options.
6909         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6910
6911 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6912
6913         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6914         EasyPG (< 0.0.6).
6915         (mml2015-always-trust): New user option.
6916         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6917         prompt.
6918
6919 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * nntp.el (nntp-authinfo-force): New variable.
6922         (nntp-send-authinfo): Use it.
6923
6924 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6925
6926         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6927         decode encoded words.  Improve prompt.  Add comment about forwarding.
6928         (message-replacement-char): Move up.
6929
6930 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6931
6932         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6933         instead of gnus-intersection because arguments of gnus-sorted-nunion
6934         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6935
6936 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6939         (message-simplify-subject-functions): Enable
6940         message-strip-subject-encoded-words by default.
6941
6942 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * message.el (message-strip-subject-encoded-words): New function.
6945         (message-simplify-subject-functions): New variable.
6946         (message-simplify-subject): Use it.  Fix typo in doc string.
6947         Support message-strip-subject-encoded-words.
6948
6949 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6950
6951         * gnus-diary.el (gnus-diary-delay-format-function):
6952         * nndiary.el (nndiary-reminders):
6953         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6954
6955 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * gnus-art.el (article-hide-boring-headers): Fetch date from
6958         gnus-original-article-buffer to avoid problems with localized date
6959         strings.
6960
6961 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6964
6965 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6968         New variables.
6969         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6970         (mm-charset-synonym-alist): Move some entries to
6971         mm-codepage-iso-8859-list.
6972         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6973         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6974
6975 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6978
6979 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6982         with Emacs 21 and XEmacs.
6983
6984 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6985
6986         * spam.el (spam-parse-address): New function for better parsing,
6987         catching errors, etc.
6988         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6989
6990 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * mm-view.el: Add interactive arg to html2text autoload.
6993
6994 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6997
6998 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6999
7000         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7001         variables.
7002         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7003         (mm-charset-synonym-alist): Move some entries to
7004         mm-codepage-iso-8859-list.
7005
7006         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7007
7008 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * message.el (message-citation-line-format)
7011         (message-insert-formated-citation-line): Fix implementation of %E, %N
7012         and %n according to the doc string.
7013
7014 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7015
7016         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7017         car-safe to avoid bad parses.
7018
7019 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7022         names.
7023
7024         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7025
7026 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7029         header.
7030
7031         * message.el (message-draft-headers): Add Date.
7032         (message-headers-to-generate): Fix typo in docstring.
7033
7034         * nndraft.el (nndraft-required-headers): New variable.
7035         (nndraft-generate-headers): Use it.
7036
7037         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7038
7039 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7040
7041         * gnus-registry.el (gnus-registry-wash-for-keywords)
7042         (gnus-registry-find-keywords): New functions to allow easy searching of
7043         articles that are in the registry.
7044
7045 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7046
7047         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7048         ietf-drums-parse-address instead of gnus-extract-address-components.
7049         Reported by Damien Elmes <damien@repose.cx>.
7050
7051 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus.el (gnus-mime): Remove unused custom group.
7054
7055 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7056
7057         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7058         "blank line" when searching for end of armor headers.
7059
7060 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gmm-utils.el (gmm-write-region): Fix variable name.
7063
7064 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * gmm-utils.el (gmm-write-region): New function based on compatibility
7067         code from `mm-make-temp-file'.
7068
7069         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7070
7071         * nnmaildir.el (nnmaildir--update-nov)
7072         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7073         Use `gmm-write-region'.
7074
7075 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7078         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7079
7080         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7081
7082         * message.el (message-replacement-char): New variable.
7083         (message-fix-before-sending): Use it.
7084         (message-simplify-subject): New function to remove duplicate code.
7085         (message-reply, message-followup): Use it.
7086
7087         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7088         gnus-summary-limit-to-articles.
7089
7090 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-util.el (gnus-with-local-quit): New macro.
7093
7094         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7095
7096 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7099         ignore non-string data.
7100
7101 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7102
7103         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7104         non-string data (needs to be done in the registry too).
7105
7106 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7109         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7110         (gnus-registry-split-fancy-with-parent)
7111         (gnus-registry-fetch-simplified-message-subject-fast)
7112         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7113         Remove text properties on ingress into the registry and when it's saved.
7114         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7115         registry from entries with no groups.
7116
7117 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7118
7119         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7120         function to remove string properties.
7121
7122 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * gmm-utils.el (gmm): Adjust custom version.
7125
7126         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7127         custom version.
7128
7129         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7130
7131 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * gnus-art.el (gnus-insert-prev-page-button)
7134         (gnus-insert-next-page-button): Simplify.  Reformat.
7135
7136 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7137
7138         * gnus-art.el (gnus-insert-prev-page-button)
7139         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7140
7141 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7142
7143         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7144
7145 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7146
7147         * gnus-art.el (gnus-insert-mime-button)
7148         (gnus-insert-mime-security-button):
7149         Apply gnus-article-button-face to MIME and security buttons.
7150
7151 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7154         readable.
7155
7156 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7159
7160 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7161
7162         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7163         `browse-url-of-file' instead of `browse-url'.
7164
7165 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7166
7167         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7168         regexp.  Articles containing quotation were cut prematurely.
7169
7170 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * message.el (message-cite-original-1): Use nobody by default for the
7173         value of From header.
7174         (message-reply): Ditto.
7175
7176 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7177
7178         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7179         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7180         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7181
7182 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7185         mails in the doc string.  Add some URLs in comment.
7186         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7187
7188 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7191         backslashes handling and the way to find boundaries of quoted strings.
7192
7193 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7194
7195         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7196         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7197         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7198         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7199
7200 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7203         doc string.
7204         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7205
7206 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * lpath.el: Fbind epg-check-configuration.
7209
7210 2006-09-06  Simon Josefsson  <jas@extundo.com>
7211
7212         * mml2015.el (mml2015-use): Doc fix, mention epg.
7213
7214 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7215
7216         * mml2015.el (mml2015-use): Default to epg, if available.
7217
7218 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7219
7220         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7221         message-sender.
7222         (mml1991-epg-encrypt): Ditto.
7223         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7224         message-sender.
7225         (mml2015-epg-encrypt): Ditto.
7226
7227 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7228
7229         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7230         several common directories.
7231
7232 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7233
7234         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7235         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7236
7237 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7238
7239         * gnus-art.el (article-decode-encoded-words): Make it fast.
7240
7241 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7244
7245         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7246         in quoted string into `\'.
7247
7248 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7251         Use standard-syntax-table.
7252
7253 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (gnus-decode-address-function): New variable.
7256         (article-decode-encoded-words): Use it to decode headers which are
7257         assumed to contain addresses.
7258         (gnus-mime-delete-part): Remove useless `or'.
7259
7260         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7261         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7262         (gnus-nov-parse-line): Use it to decode From header.
7263         (gnus-get-newsgroup-headers): Ditto.
7264         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7265
7266         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7267         (mail-decode-encoded-address-string): New alias.
7268
7269         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7270         New function.
7271         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7272         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7273         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7274         (rfc2047-decode-string): Ditto.
7275         (rfc2047-decode-address-region): New function.
7276         (rfc2047-decode-address-string): New function.
7277
7278 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * message.el (message-caesar-buffer-body): Allow rotating headers.
7281
7282         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7283
7284         * message.el (message-insert-formated-citation-line): Fix %f.
7285         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7286
7287 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7290         (gnus-bookmark-mouse-available-p): New macro.
7291         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7292         (gnus-bookmark-bmenu-show-infos): Use it.
7293         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7294         (gnus-bookmark-bmenu-hide-infos): Ditto.
7295         (gnus-bookmark-remove-properties): New function.
7296         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7297         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7298         (gnus-bookmark-write-file): Bind coding-system-for-write.
7299         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7300         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7301         group before selecting it.
7302         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7303         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7304         quit-window if it is not available; use gnus-mouse-2 and bind it to
7305         gnus-bookmark-bmenu-select-by-mouse.
7306         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7307         (gnus-bookmark-bmenu-select-by-mouse): New function.
7308
7309 2006-08-13  Romain Francoise  <romain@orebokech.com>
7310
7311         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7312         space.
7313
7314 2006-08-10  Romain Francoise  <romain@orebokech.com>
7315
7316         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7317         (dns-mode-soa-auto-increment-serial): New user option.
7318         (dns-mode-soa-maybe-increment-serial): New function.
7319         (dns-mode): Add the latter to `write-contents-functions'.
7320
7321 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * compface.el (uncompface): Use binary rather than raw-text-unix.
7324
7325 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * compface.el (uncompface): Make sure the eol conversion doesn't take
7328         place when communicating with the external programs.  Reported by
7329         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7330
7331 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7334
7335 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7336
7337         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7338         Make it more robust by parsing author and date independently.
7339
7340 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7343
7344 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7345
7346         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7347         first matching secret key.
7348         (mml2015-epg-encrypt): Ditto.
7349
7350         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7351         first matching secret key.
7352         (mml1991-epg-encrypt): Ditto.
7353
7354         * mml2015.el (mml2015-encrypt-to-self): New user option.
7355         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7356         mml2015-epg-encrypt-to-self is set.
7357
7358         * mml1991.el (mml1991-encrypt-to-self): New variable.
7359         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7360         mml1991-epg-encrypt-to-self is set.
7361
7362         * mml2015.el (mml2015-signers): New user option.
7363         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7364         (mml2015-epg-encrypt): Allow to select signing keys.
7365
7366         * mml1991.el (mml1991-signers): New variable.
7367         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7368         (mml1991-epg-encrypt): Allow to select signing keys.
7369
7370 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * nnheader.el (nnheader-insert-head): Make it work even if the file
7373         uses CRLF for the line-break code.
7374
7375 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7376
7377         * mml2015.el: Require mml-sec instead of password.
7378         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7379         (mml2015-cache-passphrase): Inherit the default value from
7380         mml-secure-cache-passphrase.
7381         (mml2015-passphrase-cache-expiry): Inherit the default value from
7382         mml-secure-passphrase-cache-expiry.
7383
7384         * mml1991.el: Require mml-sec instead of password.
7385         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7386         (mml1991-cache-passphrase): Inherit the default value from
7387         mml-secure-cache-passphrase.
7388         (mml1991-passphrase-cache-expiry): Inherit the default value from
7389         mml-secure-passphrase-cache-expiry.
7390
7391         * mml-sec.el: Require password.
7392         (mml-secure-verbose): New user option.
7393         (mml-secure-cache-passphrase): New user option.
7394         (mml-secure-passphrase-cache-expiry): New user option.
7395
7396 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7397
7398         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7399         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7400         andreas@altroot.de (Andreas Vögele).
7401
7402         FIXME: Use `tiny change'?
7403
7404 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7405
7406         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7407         workaround for the url package included with Emacs.
7408
7409         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7410
7411 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7414         correctly.  This fixes a bug caused by the 2006-05-12 change.
7415
7416 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7417
7418         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7419         some information about the error when saying that the `bogus' mail
7420         group will be used.
7421
7422 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7425         string.
7426
7427 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7428
7429         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7430
7431 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7432
7433         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7434
7435 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7436
7437         * mml1991.el (mml1991-function-alist): Add epg.
7438         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7439         (mml1991-epg-encrypt): New functions.
7440
7441 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7442
7443         * mml2015.el (mml2015-verbose): New variable.
7444         (mml2015-cache-passphrase): Ditto.
7445         (mml2015-passphrase-cache-expiry): Ditto.
7446         (mml2015-function-alist): Add epg.
7447         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7448         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7449         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7450         functions.
7451
7452 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7453
7454         * message.el (message-cite-original-1): Preserve region when removing
7455         quoted text due to X-No-Archive in order to avoid bogus attribution
7456         when citing multiple messages.
7457
7458 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7459
7460         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7461         Kenneth Jacker <khj@be.cs.appstate.edu>.
7462
7463 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * gnus-diary.el (gnus-user-format-function-d)
7466         (gnus-user-format-function-D): Autoload.
7467
7468         * imap.el (Commentary): Fix typo.
7469
7470         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7471         2006-04-22 contribution.
7472
7473 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7474
7475         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7476         It didn't really fix the bogosity I'm seeing with solid web groups.
7477
7478 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7479
7480         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7481         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7482         created using server names.  If we use the feature without declaring
7483         it, Gnus does not properly manage server and group state.
7484
7485         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7486         bound.
7487
7488 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7489
7490         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7491         looking up the method using GROUP's prefix before inventing a new one.
7492         It is used on killed/unknown groups in various places where returning
7493         an all-new method isn't expected by the caller.
7494
7495         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7496         and match semantics of gnus-group-real-prefix.
7497
7498 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * nnmail.el (nnmail-broken-references-mailers): New variable.
7501         (nnmail-ignore-broken-references): New function generalizing
7502         nnmail-fix-eudora-headers.
7503         (nnmail-fix-eudora-headers): Now obsolete.
7504
7505         * gnus-art.el (gnus-button-handle-custom): Support
7506         `customize-apropos*'.
7507
7508 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7511
7512         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7513         articles.
7514
7515 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * message.el (message-cite-reply-above): New variable.
7518         (message-yank-original): Use it.
7519
7520 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7523
7524 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7527         as read.
7528
7529         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7530
7531 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7534         (gnus-bookmark-default-file): Use gnus-directory.
7535         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7536         Remove "*" in doc string.
7537         (gnus-bookmark-write-file): Simplify.
7538         (gnus-bookmark-maybe-sort-alist): Use `when'.
7539         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7540         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7541         FIXME about Emacs 21 and XEmacs compatibility.
7542         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7543         compatibility.
7544         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7545         compatibility.
7546         (gnus-bookmark-menu-heading): Fix version.
7547
7548 2006-06-19  Bastien Guerry  <bzg@altern.org>
7549
7550         * gnus-bookmark.el: New file.
7551
7552 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * message.el (message-syntax-checks): Doc fix.
7555
7556 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7557
7558         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7559         unsubscribed groups as if they were killed ones.  It causes duplicate
7560         entries in gnus-newsrc-alist.
7561
7562 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * message.el (message-syntax-checks): Doc fix.
7565         (message-send-mail): Add check for continuation headers.
7566         (message-check-news-header-syntax): Fix regexp used to check for
7567         continuation headers.
7568
7569 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7572
7573 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7576
7577 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7580         default-truncate-lines.
7581
7582 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7585         to fill the utf-8 entry.
7586
7587         * lpath.el: Fbind unicode-precedence-list.
7588
7589 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7590
7591         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7592
7593 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7594
7595         * gnus-agent.el (directory-files-and-attributes): Move all the way
7596         forward (the third and final move).
7597         (gnus-agent-read-agentview): Trap reconstruction errors due to
7598         nonexistant directory.  Handle by returning nil.
7599
7600 2006-05-30  Didier Verna  <didier@xemacs.org>
7601
7602         * message.el (message-dont-reply-to-names): Update the custom type.
7603         * message.el (message-dont-reply-to-names): New defsubst: potentially
7604         convert a list of regexps into a single one.
7605         * message.el (message-get-reply-headers): Use it.
7606         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7607
7608 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-agent.el (directory-files-and-attributes): Move forward.
7611
7612 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * gnus-ml.el (gnus-mailing-list-subscribe)
7615         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7616         (gnus-mailing-list-message): Fix doc strings.
7617
7618 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7619
7620         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7621         of doing it manually.
7622
7623 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7626         comment.
7627
7628 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7629
7630         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7631         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7632         (gnus-agent-read-local): All symbols allocated in my-obarray.
7633         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7634         (gnus-agent-regenerate-group): Check numeric names to see if they are
7635         messages or groups.
7636         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7637         better way of do this...)
7638
7639         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7640         'dummy.group' (there should be a better way of do this...)
7641
7642 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7645         (gnus-saved-headers): Ditto.
7646         (gnus-default-article-saver): Mention functions may have properties.
7647         (gnus-article-save): Override gnus-save-all-headers and
7648         gnus-saved-headers by :headers property which saver function may have.
7649         (gnus-summary-save-in-file): Add :headers property.
7650         (gnus-summary-write-to-file): Ditto.
7651
7652         * gnus-sum.el (gnus-summary-save-article): Bind
7653         gnus-prompt-before-saving to t when saving many articles in a file;
7654         always show all headers.
7655
7656         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7657
7658 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7661         marks.
7662
7663         * message.el (message-indent-citation): Add optional arguments to allow
7664         using it outside of message buffers.
7665
7666         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7667         (gnus-article-treat-unfold-headers): Use it.
7668         (gnus-article-truncate-lines): New variable.
7669         (gnus-article-mode): Use it.
7670         (gnus-article-toggle-truncate-lines): New function.
7671
7672         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7673         gnus-article-toggle-truncate-lines.
7674
7675         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7676         coding system in XEmacs, use binary.
7677
7678 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7681         after-load-alist.
7682
7683         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7684         this function should save decoded articles.
7685         (gnus-summary-write-to-file): Use property to specify this function
7686         should save decoded articles and specify gnus-summary-save-in-file
7687         should be used to save articles other than the first one when saving
7688         many articles.
7689         (gnus-summary-save-body-in-file): Use property to specify this
7690         function should save decoded articles.
7691         (gnus-summary-write-body-to-file): Use property to specify this
7692         function should save decoded articles and specify
7693         gnus-summary-save-body-in-file should be used to save articles other
7694         than the first one when saving many articles.
7695
7696         * gnus-sum.el (gnus-summary-save-article): Simplify.
7697
7698 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * gnus-art.el (gnus-default-article-saver): Add
7701         gnus-summary-write-body-to-file.
7702         (gnus-article-save-coding-system): Don't use coding system object
7703         in XEmacs.
7704         (gnus-read-save-file-name): Add optional `dir-var' argument which
7705         specifies directory in which files are saved; work even if optional
7706         `variable' argument is not specified.
7707         (gnus-summary-write-to-file): Read file name.
7708         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7709         (gnus-summary-write-body-to-file): New function.
7710
7711         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7712         (gnus-summary-local-variables): Add it.
7713         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7714         (gnus-summary-save-article): Remove optional `decode' argument;
7715         determine whether to decode articles by the value of
7716         gnus-default-article-saver; when saving many files using
7717         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7718         it first and use gnus-summary-save-in-file or
7719         gnus-summary-save-body-in-file thereafter unless
7720         gnus-prompt-before-saving is always; move point to article which
7721         will be saved.
7722         (gnus-summary-save-article-file): Revert.
7723         (gnus-summary-write-article-file): Revert.
7724         (gnus-summary-save-article-body-file): Revert.
7725         (gnus-summary-write-article-body-file): New function.
7726
7727 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-art.el (gnus-default-article-saver): Doc fix.
7730         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7731         from gnus-summary-save-article-coding-system, and default to a
7732         certain coding system.
7733         (gnus-output-to-file): Add coding cookie and encode text according
7734         to gnus-article-save-coding-system; don't use mm-append-to-file.
7735
7736         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7737         gnus-art.el and rename to gnus-article-save-coding-system.
7738         (gnus-summary-save-article): Require gnus-art; don't show all
7739         headers if it decodes articles; don't add coding cookie here;
7740         don't bind mm-text-coding-system-for-write.
7741         (gnus-summary-save-article-file): Save decoded articles.
7742         (gnus-summary-write-article-file): When saving many files, use
7743         gnus-summary-write-to-file first and gnus-summary-save-in-file
7744         thereafter unless gnus-prompt-before-saving is always.
7745         (gnus-summary-save-article-body-file): Save decoded articles.
7746
7747         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7748
7749 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * nnrss.el (nnrss-check-group): Bind hash-index.
7752
7753 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7754
7755         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7756         its hash index.  Store this hash in `nnrss-group-data'.
7757         (nnrss-read-group-data): Update accordingly.
7758
7759 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7762         entry.
7763
7764         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7765         gnus-article-browse-html-article.
7766
7767 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7768
7769         * gnus-sum.el (gnus-summary-mime-map): Add
7770         gnus-article-browse-html-article.
7771
7772         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7773
7774 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7777         suitable coding systems in customize.
7778
7779 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * mail-source.el (mail-sources): Fix custom type.
7782
7783 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7786         (gnus-summary-expire-articles-now): Shorten prompt.
7787
7788         * gmm-utils.el (wid-edit): Require.
7789         (defun-gmm): Renamed from `gmm-defun-compat'.
7790         (gmm-image-search-load-path): Use it.
7791         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7792
7793 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7796         variable.
7797         (gnus-summary-save-article): Add optional `decode' argument.  If
7798         it is set and gnus-summary-save-article-coding-system is non-nil,
7799         save decoded article.
7800         (gnus-summary-write-article-file): Save decoded article if
7801         gnus-summary-save-article-coding-system is non-nil.
7802
7803         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7804         type.
7805
7806 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7809
7810 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7813         first to test gnus-single-article-buffer which may be buffer-local.
7814
7815         * gnus-sum.el (gnus-summary-setup-buffer): Make
7816         gnus-single-article-buffer buffer-local and nil in ephemeral
7817         group; make gnus-article-buffer, gnus-article-current, and
7818         gnus-original-article-buffer always buffer-local.
7819         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7820         group.
7821         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7822
7823 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * nnml.el (nnml-request-compact-group): Compressed files might not
7826         have .gz extension.
7827
7828 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7829
7830         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7831         (mm-copy-to-buffer): Use with-current-buffer.
7832         (mm-display-part): Simplify.
7833         (mm-inlinable-p): Add optional arg `type'.
7834
7835 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7836
7837         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7838         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7839         Try harder to show the attachment internally or externally using
7840         gnus-mime-view-part-as-type.
7841
7842 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * message.el (message-from-style, message-signature-separator)
7845         (message-user-organization-file, message-send-mail-function)
7846         (message-citation-line-function, message-yank-prefix)
7847         (message-indent-citation-function, message-signature)
7848         (message-signature-file, message-signature-insert-empty-line):
7849         Remove autoloads.
7850
7851         * gnus-art.el (gnus-buttonized-mime-types): Remove
7852         "multipart/signed".  Revert 2006-04-26 change.
7853
7854 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7855
7856         * gnus.el (gnus-version-number): Bump version.
7857
7858 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7859
7860         * gnus.el: No Gnus v0.5 is released.
7861
7862 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7863
7864         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7865         fetching articles by message-id.
7866
7867 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7868
7869         * message.el (hashcash): Require hashcash as normal.
7870
7871         * ecomplete.el (ecomplete-highlight-match-line): Use
7872         point-at-eol.
7873         (ecomplete-highlight-match-line): Use `highlight', because that
7874         face exists in both Emacs and XEmacs.
7875
7876         * message.el (message-display-abbrev): Use point-at-bol.
7877
7878         * mail-source.el: Don't require timer/timer-funcs.
7879
7880         * gnus-async.el: Ditto.
7881
7882         * password.el: Ditto.
7883
7884         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7885
7886         * mm-url.el: Ditto.
7887
7888         * gnus-xmas.el: Don't require timer-funcs.
7889
7890         * mm-util.el: Require timer/timer-funcs.
7891
7892 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7893
7894         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7895         Close.
7896
7897 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7900         unibyte after clear-decrypt function runs.
7901
7902         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7903         returns as a unibyte string.
7904
7905 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * lpath.el: Revert.
7908
7909         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7910         (pgg-gpg-process-sentinel): Revert.
7911
7912         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7913         (pgg-pgp-lookup-key): Revert.
7914
7915         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7916         (pgg-pgp5-lookup-key): Revert.
7917
7918         * pgg.el (pgg-fetch-key): Revert.
7919
7920 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * lpath.el: Fbind string-as-multibyte for XEmacs.
7923
7924         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7925         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7926         (mml1991-pgg-encrypt): Ditto.
7927
7928         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7929         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7930         a multibyte buffer.
7931
7932         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7933         (pgg-pgp-lookup-key): Ditto.
7934
7935         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7936         (pgg-pgp5-lookup-key): Ditto.
7937
7938         * pgg.el (pgg-fetch-key): Ditto.
7939
7940 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7941
7942         * message.el (message-user-organization-file): Check several
7943         locations of the organization file.
7944
7945         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7946         Add gnus-article-view-part-as-type.
7947
7948         * gnus-art.el (gnus-article-view-part-as-type): New function.
7949
7950         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7951         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7952
7953         * mml.el: Simplify autoload.
7954         (mml-mode): defvar dnd-protocol-alist instead of using
7955         symbol-value.
7956         (mml-default-directory): New variable.
7957         (mml-minibuffer-read-file): Use it.
7958         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7959
7960         * message.el (message-citation-line-format): New variable.
7961         (message-insert-formated-citation-line): New function.
7962         (message-citation-line-function): Add
7963         `message-insert-formated-citation-line' to custom type.
7964
7965         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7966         to doc string.
7967
7968         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7969         depending on mm-verify-option.
7970
7971 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7974         binding pgg-* variables; reimplement the section which prevents
7975         MIME header from being signed.
7976         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7977         pgg-text-mode; remove a blank line at the top of body.
7978
7979         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7980         lines at the top of body; use gnus-newsgroup-charset if there's no
7981         Charset header.
7982
7983 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * message.el (message-self-insert-commands): Doc fix.
7986
7987         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7988         (mm-uu-pgp-encrypted-test): Ditto.
7989         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7990         between header and body; return application/pgp-encrypted handle
7991         if decryption failed; decode decrypted body by charset.
7992
7993         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7994         element match to application/pgp-*.
7995
7996 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7997
7998         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7999         HTML.
8000
8001 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8002
8003         * mail-source.el (mail-source-call-script): Message the error
8004         string.
8005
8006 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * gnus-util.el (gnus-byte-compile): Use it.
8009
8010 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8011
8012         * gnus-util.el (kill-empty-logs): New function.
8013
8014 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8015
8016         * message.el (message-mail-alias-type): Doc fix.
8017         (message-mail-alias-type-p): New function.
8018         (message-send): Use it.
8019         (message-mode): Ditto.
8020         (message-strip-forbidden-properties): Ditto.
8021
8022         * ecomplete.el (ecomplete-database-file-coding-system): New
8023         variable.
8024         (ecomplete-save): Use it.
8025         (ecomplete-setup): Use it.
8026
8027 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * message.el (message-self-insert-commands): New variable.
8030         (message-strip-forbidden-properties): Use it.
8031
8032 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8035         that doesn't make XEmacs choke.
8036
8037 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * gnus-util.el (gnus-replace-in-string):
8040         Prefer replace-regexp-in-string over of replace-in-string.
8041
8042 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-util.el (gnus-select-frame-set-input-focus):
8045         Use select-frame-set-input-focus if it is available in XEmacs; use
8046         definition defined in Emacs 22 for old Emacsen.
8047
8048         * dgnushack.el: Autoload unmorse-region for XEmacs.
8049
8050         * lpath.el: Bind cursor-in-non-selected-windows and
8051         select-frame-set-input-focus for XEmacs.
8052
8053 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8056
8057 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * gnus-registry.el (gnus-registry-cache-save): Remove text
8060         properties when saving via the temp buffer.
8061
8062 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * message.el (message-generate-hashcash): Honor custom type.
8065
8066 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * message.el (message-generate-hashcash): Default to non-nil when
8069         hashcash is found.
8070
8071         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8072         (gnus-refer-thread-limit): Increase default to 500.
8073
8074         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8075
8076         * flow-fill.el (fill-flowed): Allow delete-space.
8077
8078 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8081         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8082         Remove autoloads.
8083
8084 2006-04-18  Simon Josefsson  <jas@extundo.com>
8085
8086         * message.el (message-generate-hashcash): Default to.
8087
8088 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8091         concatenating segments rather than before concatenating them.
8092
8093 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8096
8097 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8100
8101         * message.el (message-forward-make-body-plain): Allow
8102         message-forward-ignored-headers to be a list.
8103         (message-remove-ignored-headers): Factor out into function.
8104         (message-forward-make-body-mml): Use it.
8105
8106         * imap.el (imap-quote-specials): New function.
8107         (imap-login-auth): Quote specials.
8108
8109         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8110         (rfc2231-parse-string): Allow concatanation of parameters that
8111         aren't contiguous.  The test case is
8112           (mail-header-parse-content-type "message/external-body;
8113             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8114             access-type=LOCAL-FILE;
8115             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8116
8117 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8118
8119         * nntp.el (nntp-accept-process-output): Return the value of
8120         `nnheader-accept-process-output'.
8121
8122 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123
8124         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8125         (gnus-button-alist): Recognize more diff formats.
8126         (gnus-button-patch): Strip directory.
8127
8128 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8131         Emacs 22 when setting focus.
8132
8133 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-art.el (gnus-article-treat-types): Do treatment of
8136         text/x-verbatim parts.
8137         (gnus-button-patch): New command.
8138
8139         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8140         addresses that contain invalid characters.
8141
8142 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8143
8144         * message.el (message-put-addresses-in-ecomplete): Use
8145         gnus-replace-in-string.
8146         (message-is-yours-p): Use the more correct
8147         mail-header-parse-address instead of
8148         mail-extract-address-components.
8149         (message-put-addresses-in-ecomplete): Fix typo.
8150
8151         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8152         keystroke.
8153
8154         * gnus-art.el (gnus-treatment-function-alist): Change order of
8155         newsgroups/generic header folding to avoid double-folding.
8156
8157         * message.el (message-hidden-headers): Add X-Draft-From.
8158
8159         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8160         command.
8161         (gnus-summary-repeat-search-article-backward): New command.
8162
8163         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8164         groups in the parent topic.
8165
8166 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8167
8168         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8169         (spam-extra-header-to-number): Return the CRM114 number as a
8170         number instead of a string.
8171
8172 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * gnus-art.el (gnus-face-properties-alist): Moved here from
8175         gnus-fun.
8176
8177         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8178
8179 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * message.el (message-strip-forbidden-properties): Only display on
8182         self-insert-command.
8183
8184         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8185         reindent.
8186         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8187
8188 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8189
8190         * smiley.el (smiley-style): Fix typo.
8191
8192 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * hashcash.el (hashcash-insert-payment-async-2): Use
8195         message-goto-eoh instead of doing it manually.
8196         (mail-add-payment): Use message-narrow-to-header instead of trying
8197         to do the same itself.
8198
8199         * message.el (message-hidden-headers): Add Face.
8200
8201         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8202         reparenting code.
8203         (gnus-summary-reparent-children): Refactored out code.
8204         (gnus-summary-thread-map): New keystroke.
8205         (gnus-summary-reparent-children): Make into command.
8206
8207         * smiley.el (smiley-style): Default to `medium' if using a large
8208         font.
8209
8210         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8211         does it itself.
8212
8213         * message.el (message-point-in-header-p): Simplify definition.
8214
8215 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8216
8217         * nnagent.el (nnagent-request-set-mark): Silence log file
8218         writing.
8219         (nnagent-request-set-mark): Use write-region instead of
8220         append-to-file.
8221
8222         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8223         strange select method.
8224
8225         * ecomplete.el (ecomplete-display-matches): Get highlightling
8226         right.
8227         (ecomplete-display-matches): Use literals.
8228         (ecomplete-display-matches): Disable message logging.
8229
8230         * message.el (message-display-abbrev): Small optimization.
8231
8232         * ecomplete.el (ecomplete-display-matches): Allow automatic
8233         display.
8234
8235         * message.el (message-strip-forbidden-properties): Display
8236         abbrevs.
8237         (message-display-abbrev): Get automatic display right.
8238
8239         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8240         keystrokes.
8241
8242 2006-04-13  Romain Francoise  <romain@orebokech.com>
8243
8244         TODO: Backport to v5-10!
8245
8246         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8247         Moved here (and renamed) from gnus-registry.el.
8248
8249         * gnus-registry.el: Require gnus-util.
8250         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8251
8252 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * gnus-group.el (gnus-group-catchup-current): Change
8255         if-then-else-if-then-else into cond.
8256         (gnus-group-catchup): Indent.
8257         (group-name-at-point): New function.
8258         (gnus-fetch-group): Provide default from thing at point.
8259
8260 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * message.el (message-display-abbrev): Fix regexp.
8263
8264         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8265         choosing.
8266         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8267         dead variables.
8268
8269         * message.el (message-newline-and-indent): Remove debugging.
8270         (message-display-abbrev): Use new implementation.
8271
8272 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * gnus-art.el (gnus-article-mode): Set
8275         cursor-in-non-selected-windows to nil.
8276
8277         * smiley.el: Revert previous change.
8278         (smiley-data-directory): defvar it before using it in the
8279         defcustom of `smiley-style'.
8280
8281 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8282
8283         * message.el (message-newline-and-indent): New function.
8284
8285         * ecomplete.el: Implement more bits.
8286
8287         * message.el (message-put-addresses-in-ecomplete): Clean up the
8288         string.
8289
8290         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8291
8292         * gnus-sum.el (gnus-summary-save-parts): Bind
8293         gnus-summary-save-parts-counter and use it to make unique file
8294         names.
8295
8296         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8297
8298         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8299         parameter to say whether to actually parse the individual
8300         addresses.
8301
8302         * message.el (message-put-addresses-in-ecomplete): New function.
8303         (ecomplete): Require.
8304         (message-mail-alias-type): Add ecomplete as an option.
8305
8306 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8307
8308         * flow-fill.el (fill-flowed): Remove trailing space from blank
8309         quoted lines.
8310
8311 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8312
8313         * smiley.el (smiley-style): Move definition later to avoid a
8314         compilation warning.
8315
8316 2006-04-12  Kenichi Handa  <handa@m17n.org>
8317
8318         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8319         buffer and then decode the buffer text if necessary.
8320         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8321         first, and after mm-encode-body, change the buffer to unibyte.
8322         Use mm-disable-multibyte instead of set-buffer-multibyte.
8323
8324 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8327         Content-Type header instead of Content-Disposition header.
8328         (gnus-mime-inline-part): Ditto.
8329         (gnus-mime-view-part-as-charset): Ignore charset that the part
8330         specifies.
8331
8332         * mm-decode.el (mm-display-part): Work with external parts and
8333         usual parts similarly.
8334
8335         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8336         instead of gnus-display-mime.
8337
8338         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8339         instead of with-temp-buffer.
8340
8341         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8342         tag to summarized topics part in order to encode non-ASCII text.
8343
8344 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * smiley.el (smiley-style): New variable.
8347         (smiley-directory): New function.
8348         (smiley-data-directory): Derive from `smiley-style' using
8349         `smiley-directory'.
8350         (smiley-regexp-alist): Add new entries.
8351
8352         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8353         (gnus-article-browse-delete-temp): Add :version.
8354
8355 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8356
8357         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8358         the sieve region.
8359
8360 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * gnus.el (gnus-version-number): Bump version.
8363
8364 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * gnus.el: No Gnus v0.4 is released.
8367
8368 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8371         layout.
8372
8373         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8374         unknown charset.
8375
8376         * message.el (message-header-synonyms): Add Original-To to the
8377         default.
8378
8379         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8380         optional parameter.
8381
8382 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * gnus-fun.el (gnus): Require it for gnus-directory.
8385
8386 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8389
8390 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8391
8392         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8393
8394 2006-04-05  Simon Josefsson  <jas@extundo.com>
8395
8396         * password.el (password-reset): New function.
8397
8398 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8399
8400         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8401         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8402
8403 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8404
8405         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8406         Some whitespace was matched into the url, which broke browsing hits
8407         > 100 when mm-url-use-external was nil.
8408
8409 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8412         gnus-extra-headers for 'Newsgroups.
8413
8414         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8415         bound.
8416
8417 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8418
8419         * pgg-gpg.el: Clean up process buffers every time gpg processes
8420         complete.
8421
8422 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8425         doc string.
8426
8427 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8428
8429         * pgg-gpg.el (pgg-gpg-process-filter)
8430         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8431
8432         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8433         lines, temporary fix.
8434
8435 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8438
8439 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8440
8441         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8442         default-enable-multibyte-characters.  This reverts the change from
8443         revision 6.17 which is no longer necessary because the passphrase
8444         is sent separately now.  GnuPG messages are unreadable under
8445         multibyte locales with default-enable-multibyte-characters set to
8446         nil.
8447
8448 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8449
8450         * message.el (message-tool-bar-gnome): Move "spell".
8451
8452 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8455         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8456         instead.
8457
8458 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8459
8460         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8461         newsgroups handling for NNTP overviews which don't include
8462         Newsgroups.
8463
8464 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8465
8466         * message.el (message-resend): Bind message-generate-hashcash to nil.
8467
8468 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8469
8470         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8471         when searching for already-paid recipients.
8472
8473 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8474
8475         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8476         passphrases when it is not needed.
8477         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8478         passphrase stuff from gpg, should only be necessary when you use
8479         gpg with a smartcard.
8480
8481 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * mml.el (mml-insert-mime): Ignore cached contents of
8484         message/external-body part.
8485
8486         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8487         (mm-insert-part): Ditto.
8488
8489 2006-03-23  Simon Josefsson  <jas@extundo.com>
8490
8491         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8492         Reiner.
8493         (pgg-gpg-use-agent-p): Use it again.
8494
8495 2006-03-23  Simon Josefsson  <jas@extundo.com>
8496
8497         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8498         older emacsen.
8499         (pgg-gpg-use-agent-p): Don't use it.
8500
8501 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8504         if we can.
8505
8506 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8507
8508         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8509         (pgg-gpg-update-agent): New function.
8510         (pgg-gpg-use-agent-p): New function.
8511         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8512         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8513         (pgg-gpg-sign-region): Use it.
8514
8515 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8518         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8519
8520 2006-03-21  Simon Josefsson  <jas@extundo.com>
8521
8522         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8523         <wilde@sha-bang.de>.
8524         (pgg-gpg-use-agent): New variable.
8525         (pgg-gpg-process-region): Use it.
8526         (pgg-gpg-encrypt-region): Likewise.
8527         (pgg-gpg-encrypt-symmetric-region): Likewise.
8528         (pgg-gpg-decrypt-region): Likewise.
8529         (pgg-gpg-sign-region): Likewise.
8530         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8531
8532 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8535
8536         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8537         Add comment on version.
8538
8539 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * smiley.el: Add missing test smiley.
8542
8543 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * mm-decode.el (mm-with-part): New macro.
8546         (mm-get-part): Use it; work with message/external-body as well.
8547         (mm-save-part): Treat name and filename equally.
8548
8549         * mm-extern.el (mm-extern-cache-contents): New function.
8550         (mm-inline-external-body): Use it; force the part to be displayed;
8551         move undisplayer added to the cached handle to the parent.
8552
8553         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8554         (gnus-mime-view-part-as-type): Work with message/external-body.
8555
8556         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8557
8558 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8561         images in image-load-path.  [Sync with image.el, revision 1.60, in
8562         Emacs.]
8563
8564 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8567         path rather than symbol.  Always return list of directories.
8568         Guarantee that image directory comes first.  [Sync with image.el,
8569         revision 1.59, in Emacs.]
8570
8571         * message.el (message-make-tool-bar): Adjust to new API of
8572         `gmm-image-load-path-for-library'.
8573
8574         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8575
8576         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8577
8578 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8579
8580         * gnus-art.el (gnus-article-only-boring-p):
8581         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8582         intangible text.
8583         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8584
8585 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8588         `defun' instead of `gmm-defun-compat'.
8589
8590 2006-03-14  Simon Josefsson  <jas@extundo.com>
8591
8592         * message.el (message-unique-id): Don't use message-number-base36
8593         if (user-uid) is a float.
8594         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8595
8596 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8599
8600         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8601         empty line between a part and a message part.
8602
8603 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * smiley.el: Add more test smileys.
8606         (smiley-data-directory, smiley-regexp-alist)
8607         (gnus-smiley-file-types): Fix doc strings.
8608         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8609         adding new elements.
8610         (smiley-mouse-map): Unused code.  Make it a comment.
8611
8612 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8615         scan latest NoCeM messages instead of old ones.
8616         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8617         delimiters that are recently used.
8618         (gnus-nocem-load-cache): Add autoload cookie.
8619
8620         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8621
8622         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8623         level which is larger than gnus-use-nocem is specified.
8624
8625         * gnus-group.el (gnus-group-get-new-news): Ditto.
8626
8627 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * gnus-util.el (gnus-tool-bar-update): New function.
8630
8631         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8632         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8633
8634         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8635
8636         * gnus-group.el (gnus-group-redraw-when-idle)
8637         (gnus-group-redraw-check): Remove.
8638         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8639
8640 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8643         if optional last element is specified in splits (FIELD VALUE...).
8644
8645 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8648         to gmm-image-load-path-for-library.  Call with no-error argument.
8649         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8650
8651         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8652
8653         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8654
8655         * gmm-utils.el (gmm-image-load-path): Remove alias.
8656
8657 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * gmm-utils.el (gmm-image-load-path): Add alias.
8660
8661         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8662         nnml-generate-nov-databases-1.
8663         (nnml-generate-nov-databases): Use it.
8664         (nnml-generate-nov-databases-directory): Document no-active
8665         argument.
8666
8667         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8668         directory if path is t.  Add no-error.
8669
8670         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8671         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8672
8673         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8674         resetting gnus-article-browse-html-temp-list.
8675
8676         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8677         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8678         Add example to docstring.  Rename local variables.  Move error
8679         checks to default case in cond and simplify.
8680
8681 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8684         handle is multipart when calling it recursively.
8685         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8686
8687 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8688
8689         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8690         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8691
8692 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8695         is loaded.
8696
8697         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8698         loaded.
8699
8700 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8703         to "Emacs 23 (unicode)" in doc string.
8704
8705         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8706         "Emacs 23 (unicode)" in comment.
8707
8708 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8711
8712         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8713         characters 160 through 255 in Emacs 23.
8714
8715 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8718         gnus-article-browse-html-temp.
8719         (gnus-article-browse-delete-temp): Make it customizable.  Add
8720         `file'.  Adjust doc string.
8721         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8722         query for each file.  Adjust doc string.
8723         (gnus-article-browse-html-parts): Add
8724         `gnus-article-browse-delete-temp-files' to
8725         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8726
8727 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8728
8729         * gnus-art.el (gnus-article-browse-html-temp)
8730         (gnus-article-browse-delete-temp): New variables.
8731         (gnus-article-browse-delete-temp-files): New function.
8732         (gnus-article-browse-html-parts): Use it.
8733
8734 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8737
8738         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8739         string.
8740
8741         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8742         gnus-summary-insert-new-articles when unplugged.  Remove
8743         gnus-summary-search-article-forward.
8744
8745         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8746         display-visual-class instead of display-color-cells.
8747
8748 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * dgnushack.el: Autoload customize-group for XEmacs.
8751
8752         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8753         message/* containing non-ASCII text properly.
8754
8755 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * message.el: Require gmm-utils, remove autoloads.
8758         (message-tool-bar): Set default based on
8759         gmm-tool-bar-style.
8760         (message-tool-bar-gnome): Add gmm-customize-mode.
8761
8762         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8763         gmm-tool-bar-style.
8764         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8765
8766         * gnus-group.el (gnus-group-tool-bar): Set default based on
8767         gmm-tool-bar-style.
8768         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8769
8770         * gmm-utils.el (gmm-image-directory): Rename variable from
8771         gmm-image-load-path.
8772         (gmm-image-load-path): Use gmm-image-directory.
8773         (gmm-customize-mode): New function.
8774         (gmm-tool-bar-style): New variable.
8775
8776         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8777         gnus-group-redraw-line-number.
8778         (gnus-group-redraw-check): Simplify.
8779         (gnus-group-tool-bar-update): Remove redraw check.
8780         (gnus-group-make-tool-bar): Add redraw check.
8781
8782 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8783
8784         * gnus-art.el (gnus-button): Add missing parentheses.
8785
8786 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * lpath.el: Fbind line-number-at-pos.
8789
8790 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8793
8794 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * gnus-art.el (gnus-button): New face.
8797         (gnus-article-button-face): Use it.
8798
8799         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8800         gnus-summary-next-page.  Re-order.
8801
8802         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8803         next-node are now included.
8804         (gnus-group-redraw-line-number): New internal variable.
8805         (gnus-group-redraw-check): Helper function for updating the tool
8806         bar.
8807         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8808
8809         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8810
8811         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8812         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8813         Use it to match format of Spamassassin 3.0 and later.  Reported by
8814         IRIE Tetsuya <irie@t.email.ne.jp>.
8815         (spam-check-bogofilter)
8816         (spam-bogofilter-register-with-bogofilter): Fix args of
8817         `gnus-error' calls.
8818
8819 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8822         unnecessary interaction when sending queued mails.  Reported by
8823         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8824
8825 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8828         first or last are nil.
8829
8830 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8831
8832         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8833
8834 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8835
8836         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8837
8838 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * dns.el (query-dns): Protect more against buggy tcp output.
8841
8842 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8845         nov.php.
8846
8847 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8848
8849         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8850         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8851         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8852         output on the server side.
8853         (nnweb-google-create-mapping): Update regexps and add some
8854         progress indication.
8855
8856 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8859         gnus-agent-toggle-plugged.  Re-order icons.
8860         (gnus-group-tool-bar-gnome): Add
8861         gnus-group-{prev,next}-unread-group.
8862         (gnus-group-tool-bar-gnome): Re-order icons.
8863
8864         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8865         gnus-summary-insert-new-articles.
8866
8867         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8868         comments.
8869
8870         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8871         also available in Emacs 21.3.
8872
8873         * message.el (message-fix-before-sending): Change "Emacs 22" to
8874         "Emacs 23 (unicode)" in comment.
8875
8876         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8877         "Emacs 23 (unicode)" in comment.
8878
8879         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8880         comment.
8881         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8882
8883         * mm-view.el (mm-fill-flowed): Add :version.
8884
8885 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8888         and load-path.
8889
8890 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * message.el: Autoload gmm-image-load-path.
8893         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8894         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8895         consitency.
8896
8897         * gmm-utils.el (gmm-image-load-path): Also search in
8898         "../etc/images".  Don't set gmm-image-load-path if we don't find
8899         the image.
8900
8901 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gmm-utils.el (gmm-image-load-path): Don't make
8904         `gmm-image-load-path' include subdirectories which the second arg
8905         `image' might specify.
8906
8907         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8908         subdirectory to icon file names.
8909
8910         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8911
8912 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8915         gmm-image-load-path calls.
8916
8917         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8918
8919         * message.el (message-make-tool-bar): Ditto.
8920
8921         * mml.el (mml-preview): Added comment concerning tool bar icons.
8922
8923         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8924         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8925
8926         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8927         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8928
8929         * message.el (message-tool-bar-gnome): Use new icon names.
8930         (message-make-tool-bar): Use `gmm-image-load-path'.
8931
8932         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8933         functions from MH-E.
8934         (gmm-image-load-path): New variable from MH-E.
8935         (gmm-image-load-path): New function from MH-E.  Added arguments
8936         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8937         *-image-load-path-called-flag.
8938
8939 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8940
8941         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8942
8943 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8944
8945         * nnimap.el (nnimap-request-move-article): Change folder back to
8946         source group before deleting.
8947
8948 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8951
8952         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8953         mm-url.
8954
8955         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8956
8957 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8960         coding system which mm-charset-to-coding-system returns for a
8961         given charset is valid.
8962
8963 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8964
8965         * html2text.el (html2text-remove-tag-list):
8966         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8967
8968 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8969
8970         * gnus-cus.el: Revert 2005-10-17 change.
8971
8972 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-art.el (article-strip-banner): Call
8975         article-really-strip-banner only when the regexp match is made.
8976
8977 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-art.el (article-strip-banner): Use
8980         gnus-extract-address-components instead of
8981         mail-header-parse-addresses to make it work with non-ASCII text;
8982         remove mail-encode-encoded-word-string.
8983
8984         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8985         values which are surrounded with \"...\"; make it never cause a
8986         Lisp error; give up parsing of parameters if it failed in
8987         extracting type.
8988
8989 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8990
8991         * smime.el (smime-cert-by-ldap-1): Fix bug where
8992         `smime-ldap-search' returns results without userCertificates.
8993
8994 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8997
8998 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8999
9000         * spam.el (spam-check-spamassassin-headers): Adapt format for
9001         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9002         <ari@mbf.ocn.ne.jp>.
9003         (spam-list-of-processors): Add spam-use-gmane.
9004
9005 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9008         make-temp-file; make it work with XEmacs as well.
9009
9010         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9011         mm-make-temp-file.
9012
9013         * mm-decode.el (mm-display-external): Use the 3rd arg of
9014         mm-make-temp-file.
9015         (mm-create-image-xemacs): Ditto.
9016
9017 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9020         with message-narrow-to-headers.
9021         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9022         (gnus-draft-check-draft-articles): New function.
9023         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9024
9025 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * gnus-art.el (gnus-article-browse-html-parts):
9028         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9029         Don't use suffix argument for mm-make-temp-file for Emacs 21
9030         compatibility.  Remove useless `format'.
9031
9032 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9033
9034         * nnweb.el (nnweb-google-wash-article): Update regexps.
9035         (nnweb-group-alist): Use defvoo instead of defvar.
9036
9037 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9040         re-loading nn* modules.
9041
9042 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9045         for `tool-bar-mode' and don't check it's default-value.
9046
9047         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9048
9049         * message.el (message-make-tool-bar): Ditto.
9050
9051         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9052         `substring'.  Shorten tmp-file name.
9053
9054         * gnus.el: Remove bogus comment.
9055
9056 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9057
9058         * gnus-art.el (gnus-article-browse-html-parts): New function.
9059         (gnus-article-browse-html-article): New function for viewing html
9060         articles with a browser.
9061
9062 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9063
9064         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9065         in elisp.
9066         (pgg-gpg-encrypt-symmetric-region): Ditto.
9067         (pgg-gpg-sign-region): Ditto.
9068
9069         * pgg-def.el (pgg-text-mode): New variable.
9070
9071         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9072         (mml2015-pgg-encrypt): Ditto.
9073
9074         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9075         (mml1991-pgg-encrypt): Ditto.
9076
9077 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9080         message-make-date instead of current-time-string.
9081
9082         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9083         to gnus-decoded which mm-uu might set.
9084
9085 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9088         don't decode quoted parameters; remove misimported Emacs code.
9089         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9090         (rfc2231-decode-encoded-string): Don't use split-string which
9091         behaves differently according to Emacs version; use
9092         mm-decode-coding-region to convert charset to coding-system.
9093         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9094         (rfc2231-encode-string): Remove misimported Emacs code.
9095
9096 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9099         when calling mail-header-parse-content-type.
9100         (article-de-quoted-unreadable): Ditto.
9101         (article-de-base64-unreadable): Ditto.
9102         (article-wash-html): Ditto.
9103
9104         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9105         calling mail-header-parse-content-type and
9106         mail-header-parse-content-disposition.
9107         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9108         mail-header-parse-content-type.
9109
9110         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9111         insert charset and format parameters; encode description after
9112         inserting it to buffer.
9113         (mml-insert-parameter): Fold lines properly even if a parameter is
9114         segmented into two or more lines; change the max column to 76.
9115
9116         * rfc1843.el (rfc1843-decode-article-body): Don't use
9117         ignore-errors when calling mail-header-parse-content-type.
9118
9119         * rfc2231.el (rfc2231-parse-string): Return at least type if
9120         possible; don't cause an error even if it fails in parsing of
9121         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9122         (rfc2231-encode-string): Don't break lines at the beginning, leave
9123         it to mml-insert-parameter.
9124
9125         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9126         calling mail-header-parse-content-type.
9127
9128 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * spam-report.el (spam-report-gmane-use-article-number):
9131         Improve doc string.
9132         (spam-report-gmane-internal): Check if a suitable header was found
9133         in the article.
9134
9135 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9138         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9139
9140 2006-02-05  Romain Francoise  <romain@orebokech.com>
9141
9142         Update copyright notices of all files in the gnus directory.
9143
9144 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9145
9146         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9147
9148 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9151         segmented lines of parameter value to cope with Thunderbird 1.5
9152         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9153         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9154         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9155
9156 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9157
9158         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9159         parts.
9160
9161 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9162
9163         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9164         there's only one active file for all servers.
9165         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9166         solid groups.  Gnus might have used a FAST request to select the group.
9167         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9168         and nnweb-search redundantly in the active file.
9169         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9170         (nnweb-request-create-group): Don't use ARGS.
9171         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9172         initialisations.  Let nnoo do the work.
9173
9174 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9177         Say the part has been decoded.
9178
9179         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9180
9181 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9182
9183         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9184         mailcap-viewer-test-cache when there's no 'test clause, since that
9185         will invert the meaning of a "nil" test previously determined by
9186         mailcap-mailcap-entry-passes-test.
9187
9188 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9191         compiling.
9192
9193         * gnus-sum.el: Ditto.
9194
9195         * message.el: Don't bind tool-bar-map when compiling.
9196
9197 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9200
9201 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9202
9203         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9204         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9205         current Google Groups.
9206
9207 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9210         and tool-bar-mode.
9211
9212         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9213         and tool-bar-mode.
9214
9215         * message.el (message-tool-bar-update): Simplify.
9216         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9217
9218         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9219         gnus-summary-buffer.
9220         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9221         gnus-summary-reply.
9222
9223         * gmm-utils.el (gmm): Add :version.
9224
9225 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * Makefile.in (clean): New rule.
9228         (distclean): Use it.
9229
9230 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9231
9232         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9233         autoload.
9234
9235 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gmm-utils.el (gmm-verbose): Add :group.
9238
9239 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9240
9241         * message.el: Change some comments WRT tool-bars.
9242
9243         * gnus-sum.el (gnus-summary-tool-bar)
9244         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9245         (gnus-summary-tool-bar-zap-list): New variables.
9246         (gnus-summary-make-tool-bar): Complete rewrite using
9247         `gmm-tool-bar-from-list'.
9248
9249         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9250         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9251         variables.
9252         (gnus-group-make-tool-bar): Complete rewrite using
9253         `gmm-tool-bar-from-list'.
9254         (gnus-group-tool-bar-update): New function.
9255
9256         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9257
9258 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9261         is dissected into a single part of which the type is the same as
9262         the given one; decode charset.
9263
9264 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9265
9266         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9267         into alists as symbol not string, since that's what
9268         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9269         look for.
9270
9271 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9274         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9275
9276         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9277
9278 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9281         (gnus-xmas-mime-security-button-menu): New function.
9282
9283         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9284         (gnus-mime-security-button-menu): New definition.
9285         (gnus-mime-security-button-map): Use them.
9286         (gnus-mime-security-button-menu): New function.
9287         (gnus-insert-mime-security-button): Addition to help echo.
9288         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9289         (gnus-mime-security-pipe-part): New functions.
9290
9291         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9292         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9293
9294         * mm-decode.el (mm-handle-set-disposition): Remove.
9295         (mm-handle-set-description): Remove.
9296
9297 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9300         (mm-w3m-standalone-supports-m17n-p): New function.
9301         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9302         w3m usage.
9303
9304         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9305         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9306
9307 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * message.el (message-tool-bar-zap-list): Use
9310         gmm-tool-bar-zap-list as custom type.
9311         (message-tool-bar-update): New function.
9312         (message-tool-bar, message-tool-bar-gnome)
9313         (message-tool-bar-retro): Add message-tool-bar-update.
9314         (message-tool-bar-gnome): Add flyspell-buffer.
9315
9316         * gnus-util.el (gnus-error): Describe `args'.
9317
9318         * gmm-utils.el (gmm-error): Describe `args'.
9319         (gmm-tool-bar-zap-list): New widget.
9320         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9321
9322 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9325         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9326         the number of recursive calls.
9327
9328         * mm-decode.el (mm-handle-set-disposition): New macro.
9329         (mm-handle-set-description): New macro.
9330
9331 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9334         encoding.
9335
9336 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * message.el (message-tool-bar-zap-list, message-tool-bar)
9339         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9340         (message-tool-bar-local-item-from-menu): Remove.
9341         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9342         (message-make-tool-bar): New function.
9343         (message-mode): Use `message-make-tool-bar'.
9344
9345         * gmm-utils.el: New file.
9346         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9347         (gmm-lazy): New widget copied from `nnmail.el'.
9348         (gmm-tool-bar-from-list): New function for creating customizable
9349         tool bars.
9350         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9351         output.
9352         (gmm): Add :prefix to defgroup.
9353
9354 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9355
9356         * gmm-utils.el (gmm-widget-p): New function.
9357
9358 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * mml.el (mml-attach-file): Describe `description' in doc string.
9361         (mml-menu): Add Emacs MIME manual and PGG manual.
9362
9363 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9364
9365         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9366
9367 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9368
9369         * nntp.el (nntp-end-of-line): Doc fix.
9370
9371 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9372
9373         * imap.el (imap-open): Handle case where buffer is a buffer
9374         object.
9375
9376 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9377
9378         * gnus-delay.el (gnus-delay): Don't autoload.
9379         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9380         to be re-loaded when customizing the `gnus-delay' group.
9381
9382 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9383
9384         * message.el (message-insert-citation-line): Use newlines.
9385
9386 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9387
9388         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9389         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9390         these routines, so the passphrase can be managed externally and
9391         passed in to the system.
9392         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9393         pgg-add-passphrase-to-cache function.
9394
9395         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9396         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9397         these routines, so the passphrase can be managed externally and
9398         passed in to the system.
9399         (pgg-pgp5-sign-region): Use new name of
9400         pgg-add-passphrase-to-cache function.
9401
9402 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9403
9404         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9405         part of the decoded armor to find the key-identifier.
9406         (pgg-gpg-lookup-key-owner): New function to return the
9407         human-readable identifier of a key owner.
9408         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9409         itself.
9410         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9411         the key value) if we have a key and can match it against a secret
9412         key.  Also, added a note pointing out fact that the prompt only
9413         indicates the first matching key.
9414
9415         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9416         pgg-decrypt-region.
9417         (pgg-add-passphrase-to-cache): Rename from
9418         `pgg-add-passphrase-cache' to reduce confusion (all callers
9419         changed).
9420         (pgg-remove-passphrase-from-cache): Rename from
9421         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9422         changed).
9423         (pgg-read-passphrase, pgg-add-passphrase-cache)
9424         (pgg-remove-passphrase-cache): Add informative docstrings.
9425         (pgg-decrypt): Convey provided passphrase in subordinate call to
9426         pgg-decrypt-region.
9427
9428 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9429
9430         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9431         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9432         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9433         'passphrase' argument, so the passphrase can be managed externally
9434         and then passed in to the system.
9435
9436         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9437         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9438         so the passphrase cache can be used reliably with identifiers
9439         besides a pgp packet's key id.
9440
9441         * pgg-gpg.el (pgg-gpg-encrypt-region)
9442         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9443         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9444         these routines, so the passphrase can be managed externally and
9445         passed in to the system.
9446
9447         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9448         'notruncate' argument, so the passphrase cache can be used
9449         reliably with identifiers besides a pgp packet's key id.
9450
9451 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9452
9453         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9454         symmetric encryption.
9455         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9456         encrypted session key.
9457         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9458         message ask for the passphrase in a proper way.
9459
9460         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9461         New user commands for symmetric encryption.
9462
9463 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9466
9467         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9468
9469 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9470
9471         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9472
9473 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * mm-decode.el (mm-inlined-types): Add application/pgp.
9476         (mm-automatic-display): Ditto.
9477
9478         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9479         part as text.
9480
9481 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * nnrss.el: Update copyright.
9484         (nnrss-opml-import): Query whether to subscribe to each entry.
9485
9486         * gnus-art.el:
9487         * gnus-sum.el:
9488         * gnus-xmas.el:
9489         * messagexmas.el:
9490         * mm-uu.el:
9491         * mm-view.el: Update copyright.
9492
9493 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * message.el (message-info): New function.
9496         (message-mode-menu): Add it.
9497         Update copyright.
9498
9499         * ChangeLog: Fix and update copyright.
9500
9501 2006-01-13  Romain Francoise  <romain@orebokech.com>
9502
9503         * message.el (message-forward-subject-name-subject): Prefer the
9504         address to 'nowhere' if the sender has no name.
9505         Fix typo.  Update copyright year.
9506
9507 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-art.el (article-wash-html): Use
9510         gnus-summary-show-article-charset-alist if a numeric arg is given.
9511         (gnus-article-wash-html-with-w3m-standalone): New function.
9512
9513         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9514         mm-inline-text-html-render-with-w3m-standalone.
9515         (mm-text-html-washer-alist): Map w3m-standalone to
9516         gnus-article-wash-html-with-w3m-standalone.
9517         (mm-inline-text-html-render-with-w3m-standalone): New function.
9518
9519 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9522         Improve LaTeX.
9523
9524 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9527         (nnrss-request-article): Render text/plain parts as HTML.
9528
9529         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9530         the buffer.
9531
9532 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9535         custom definition of `gnus-posting-styles'.
9536
9537         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9538         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9539
9540 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9543         Use nntp for bug archive.
9544
9545 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9548         parts.
9549         (nnrss-normalize-date): New function converts ISO 8601 date into
9550         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9551         (nnrss-check-group): Use it.
9552
9553 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9556
9557         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9558         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9559         (nnrss-insert-w3): Ditto.
9560
9561 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9564         the articles to be forwarded including the case where neither a
9565         number of articles nor a region is specified.
9566
9567 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * nnrss.el (nnrss-request-article): Fix last change; fill
9570         text/plain parts.
9571
9572 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9575         in text/plain part.
9576         (nnrss-check-group): Don't add excessive newline to dc:subject.
9577
9578 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9579
9580         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9581         article.
9582
9583 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9586         (nnml-use-compressed-files, nnml-save-mail): Support other
9587         comression programs such as bzip2.
9588
9589 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * dns.el (query-dns): Make sure we check the buffer size before
9592         removing tcp headers.
9593
9594 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9597         remove MIME buttons associated with multipart/alternative parts.
9598         (gnus-mime-display-alternative): Tag buttons using `article-type'
9599         text property.
9600
9601         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9602         associated with multipart/alternative parts.
9603
9604         * gnus-art.el (gnus-signature-separator): Fix custom type.
9605
9606         * mm-decode.el (mm-inlined-types): Fix custom type.
9607         (mm-keep-viewer-alive-types): Ditto.
9608         (mm-automatic-display): Ditto.
9609         (mm-attachment-override-types): Ditto.
9610         (mm-inline-override-types): Ditto.
9611         (mm-automatic-external-display): Ditto.
9612
9613 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * spam-report.el (spam-report-user-mail-address)
9616         (spam-report-user-agent): New variables.
9617         (spam-report-url-ping-plain): Use spam-report-user-agent.
9618
9619 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9620
9621         * gnus-art.el (gnus-button-handle-custom): Do not just use
9622         `customize-apropos' for any "M-x customize-*" button but the
9623         function called for.  Accept both the function name and its
9624         argument in order to achieve this.
9625         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9626         function name to `gnus-button-handle-custom' in case of "M-x
9627         customize-*" buttons.
9628
9629 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9632         multipart/alternative and add xref to mm-discouraged-alternatives
9633         in doc string.
9634
9635         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9636         gnus-buttonized-mime-types in doc string.
9637
9638 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9641         Suggest image/.* in the doc string.
9642
9643 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9646         message-marks (Debian bug #342521).
9647
9648 2005-12-12  Simon Josefsson  <jas@extundo.com>
9649
9650         * password.el (password-read-from-cache): Add.
9651         (password-read): Use it.
9652
9653 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9656         us-ascii as a MIME charset.
9657
9658         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9659         against the case where the 2nd arg TYPE is nil.
9660
9661 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * pop3.el (pop3-stream-type): Fix custom version.
9664
9665         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9666
9667 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9668
9669         * mm-decode.el (mm-display-external): Add missing cdr.
9670
9671 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9674         RFC1524) if it is in mailcap or add a suffix according to
9675         mailcap-mime-extensions when generating a temp filename; postpone
9676         deleting a temp file for 2 seconds for some wrappers, shell
9677         scripts, and so on, which might exit right after having started a
9678         viewer command as a background job.
9679
9680 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * nntp.el (nntp-marks-directory): Fix custom group.
9683
9684         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9685         steps when < 10.
9686
9687         * gnus-start.el (gnus-no-server-1): Mention
9688         `gnus-level-default-subscribed' in doc string.
9689
9690 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9691
9692         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9693         parens.
9694
9695 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gnus-xmas.el (gnus-use-toolbar): Revert.
9698         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9699         gnus-use-toolbar is default.
9700
9701         * messagexmas.el (message-use-toolbar): Revert.
9702         (message-setup-toolbar): Use global default-toolbar if
9703         message-use-toolbar is default.
9704
9705 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9708         according to default-toolbar-visible-p.
9709
9710         * messagexmas.el (message-use-toolbar): Ditto.
9711
9712 2005-11-26  Dave Love  <fx@gnu.org>
9713
9714         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9715         (tls-program, tls-success): Provide openssl alternative.
9716
9717         * starttls.el: Doc fixes.
9718         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9719         SERVICE to PORT.
9720
9721         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9722         port null or service name.
9723         (starttls-negotiate): Autoload.
9724
9725 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * message.el (message-kill-to-signature): Fix interactive spec.
9728
9729 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * pop3.el (pop3-open-server): Recognize a string as a service name.
9732
9733 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9734
9735         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9736
9737 2005-11-23  Dave Love  <fx@gnu.org>
9738
9739         Add pop3s, pop3/starttls.
9740
9741         * pop3.el (pop3-authentication-scheme): Clarify doc.
9742         (open-tls-stream, starttls-open-stream): Autoload.
9743         (pop3-stream-type): New.
9744         (pop3-open-server): Use it.
9745
9746         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9747         for POP.
9748         (mail-source-keyword-map): Add :stream for POP.
9749         (mail-source-fetch-pop): Use pop3-stream-type.
9750
9751 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9754         of current-time-string.
9755
9756 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9757
9758         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9759         date header.
9760
9761 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9762
9763         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9764         it can seriously impact performance as it bypasses the agent's
9765         local caches.
9766
9767 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9768
9769         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9770         must be explicitly online rather than "not explicitly offline" for
9771         its flags to be synchronized.
9772
9773         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9774         that gnus-uu-unmark-thread will function correctly.
9775
9776         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9777         1024K is instead displayed as 1M.
9778
9779 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9782
9783 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9784
9785         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9786
9787 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9788
9789         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9790         error message to display actual error condition.
9791         (gnus-agent-save-local): Avoid saving symbols that are bound to
9792         nil as they simply result in a warning message in
9793         gnus-agent-read-local.
9794
9795 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9798         rather than make-variable-buffer-local for file-precious-flag.
9799
9800 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9801
9802         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9803         for duplicates which are removed.  The invalid sort check then
9804         triggers a rescan after the sort as sorting may have moved
9805         duplicate entries such that they can be cheaply detected.
9806
9807 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9810
9811 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9812
9813         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9814         internal variable to a custom variable.  Changed default value
9815         from compressed(2) to uncompressed(1).
9816         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9817         support for uncompressed agentview files.  Taken together, reading
9818         the agentview file should now be 6-7 times faster.
9819
9820 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9821
9822         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9823         as a buffer-local variable.  This avoids creating truncated
9824         dribble files as a result of a hang up, eg.
9825
9826 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9827
9828         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9829         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9830         XEmacs.
9831
9832 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-start.el (gnus-start-draft-setup): Enforce
9835         `gnus-draft-mode' for nndraft:drafts at startup.
9836
9837         * gnus.el (gnus-splash): Change custom group.
9838         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9839         allow-list argument.
9840
9841         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9842         string.
9843
9844 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gnus-art.el (gnus-default-article-saver): Add user-defined
9847         `function' to custom type.
9848
9849 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9850
9851         * imap.el (imap-open): Handle case where buffer is a buffer
9852         object.
9853
9854 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9857         long lines.
9858         (gnus-cache-delete-group): Wrap doc strings.
9859
9860         * gnus-agent.el (gnus-agent-rename-group)
9861         (gnus-agent-delete-group): Wrap doc strings.
9862
9863 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * messagexmas.el (message-use-toolbar): Change the valid values
9866         into default, top, bottom, left, and right.
9867         (message-toolbar-thickness): New variable.
9868         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9869         well.
9870         (message-setup-toolbar): Make it work.
9871
9872         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9873         (gnus-use-toolbar): Change the valid values into default, top,
9874         bottom, left, and right.
9875         (gnus-toolbar-thickness): New variable.
9876         (gnus-xmas-setup-toolbar): New function.
9877         (gnus-xmas-setup-group-toolbar): Use it.
9878         (gnus-xmas-setup-summary-toolbar): Use it.
9879
9880 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * gnus-start.el (gnus-1): Add "native" to
9883         gnus-predefined-server-alist.
9884
9885         * gnus.el (gnus-method-to-server): Don't add "native" to the
9886         lists here, because that leads to problems when
9887         gnus-select-method is bound.
9888
9889 2005-11-09  Simon Josefsson  <jas@extundo.com>
9890
9891         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9892         use (not sort-by-date) instead.
9893
9894 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9895
9896         * gnus-delay.el (gnus-delay-group): Don't autoload.
9897         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9898         to be re-loaded when customizing the `gnus-delay' group.
9899
9900 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9901
9902         * message.el: Revert last changes.
9903         (message-insert-citation-line): Use newlines.
9904
9905 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9906
9907         * message.el (message-courtesy-message)
9908         (message-mark-insert-begin, message-mark-insert-end)
9909         (message-elide-ellipsis, message-cancel-message)
9910         (message-add-header, message-change-subject)
9911         (message-cross-post-followup-to-header)
9912         (message-cross-post-insert-note, message-reduce-to-to-cc)
9913         (message-widen-reply, message-delete-not-region)
9914         (message-kill-to-signature, message-insert-signature)
9915         (message-insert-importance-high, message-insert-importance-low)
9916         (message-insert-or-toggle-importance)
9917         (message-insert-disposition-notification-to)
9918         (message-indent-citation, message-yank-original)
9919         (message-cite-original-without-signature, message-cite-original)
9920         (message-insert-citation-line, message-position-on-field)
9921         (message-fix-before-sending, message-send-mail-partially)
9922         (message-send-mail, message-send-mail-with-sendmail)
9923         (message-send-mail-with-qmail, message-send-news)
9924         (message-check-news-header-syntax, message-generate-headers)
9925         (message-insert-courtesy-copy, message-fill-address)
9926         (message-fill-header, message-shorten-references)
9927         (message-setup-1, message-cancel-news)
9928         (message-forward-make-body-plain, message-forward-make-body-mime)
9929         (message-forward-make-body-mml, message-encode-message-body)
9930         (message-forward-make-body-digest-plain)
9931         (message-forward-make-body-digest-mime)
9932         (message-use-alternative-email-as-from): Insert `hard-newline'
9933         instead of ordinary newlines.
9934
9935 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * message.el (message-generate-headers): Downcase the argument
9938         given to message-check-element.
9939
9940 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9941
9942         * nntp.el (nntp-authinfo-rejected): New error condition.
9943         (nntp-wait-for): Use new error condition to signal authentication
9944         error.
9945         (nntp-retrieve-data): Rethrow new error condition to break out of
9946         recursive call to nntp-send-authinfo.
9947
9948 2005-11-08  Romain Francoise  <romain@orebokech.com>
9949
9950         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9951         (gnus-summary-exit-map): Bind to `Z p'.
9952         (gnus-summary-make-menu-bar): Add menu item.
9953
9954 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9957         (gnus-treat-*): Add `first' in all doc strings.
9958
9959         * gnus-group.el (gnus-group-compact-group): Fix typo.
9960
9961 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus.el (gnus-parameters-case-fold-search): New variable.
9964         (gnus-parameters-get-parameter): Use it.
9965
9966         * gnus-score.el (gnus-home-score-file): Doc fix.
9967
9968 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9969
9970         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9971
9972 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * mm-util.el (mm-special-display-p): New function.
9975
9976         * mml.el (mml-preview): Use it; doc fix.
9977
9978 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9979
9980         * imap.el (imap-open): Handle case where buffer is a buffer object.
9981
9982 2005-10-29  Romain Francoise  <romain@orebokech.com>
9983
9984         * message.el (message-fix-before-sending): Fix comment.
9985
9986 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9987
9988         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9989
9990 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9991
9992         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9993         Used in gnus-score.el.
9994
9995 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9998
9999 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10002         whitespace removed in revision 7.8.  Use concatenated string to
10003         protect trailing whitespace.
10004
10005 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10006
10007         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10008         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10009         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10010         Courier IMAP ("some version from 2004").  Mostly based on similar
10011         code in the same function.
10012
10013 2005-10-26  Didier Verna  <didier@xemacs.org>
10014
10015         * gnus-group.el (gnus-group-compact-group): Invalidate original
10016         article buffer.
10017         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10018         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10019         NOV database and in article itself.
10020         Invalidate article backlog.
10021
10022 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10025
10026 2005-10-26  Simon Josefsson  <jas@extundo.com>
10027
10028         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10029         part of 2004-07-25 change.
10030
10031 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * message.el (message-display-completion-list): New function.
10034         (message-expand-group): Use it; make sure the Completions buffer
10035         is modifiable.
10036 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10037
10038         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10039         user-mail-name is an empty string.
10040
10041 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10044         depending on gnus-score-decay-constant.
10045
10046         * encrypt.el (encrypt-insert-file-contents)
10047         (encrypt-write-file-contents): Don't use `gnus-message'.
10048
10049         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10050         arguments.
10051         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10052         arguments to mm-uu-verbatim-marks-extract.
10053         (mm-uu-hide-markers): New variable.
10054         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10055
10056         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10057         (gnus-convert-image-to-face-command): Use "convert" by default to
10058         allow other input image formats.
10059         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10060         accordingly.
10061
10062 2005-10-23  Simon Josefsson  <jas@extundo.com>
10063
10064         * imap.el (imap-gssapi-program): Align command line parameters
10065         with latest GNU SASL.
10066         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10067
10068 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10071         HTML.
10072         (nnslashdot-request-article): Ditto.
10073
10074         * lpath.el (featurep): Add nobreak-char-display.
10075
10076 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10077
10078         * mail-source.el (mail-source-fetch-pop): Require pop3.
10079         (mail-source-check-pop): Ditto.
10080
10081 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10084         errors.
10085
10086 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10089         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10090
10091         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10092
10093         * mm-bodies.el (mm-decode-string): Call
10094         `mm-charset-to-coding-system' with allow-override argument.
10095
10096 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10099         (rfc2047-charset-to-coding-system): New function.
10100         (rfc2047-decode-encoded-words): New function.
10101         (rfc2047-decode-region): Use them.
10102         (rfc2047-decode-cte): Remove.
10103         (rfc2047-parse-and-decode): Remove.
10104         (rfc2047-decode): Remove.
10105
10106 2005-10-15  Kenichi Handa  <handa@m17n.org>
10107
10108         * rfc2047.el (rfc2047-decode-cte): New function.
10109         (rfc2047-decode-region): Change the way to decode successive
10110         encoded-words: decode B- or Q-encoding in each encoded-word,
10111         concatenate them, and decode it as charset.
10112
10113 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * lpath.el: Fbind codepage-setup for XEmacs.
10116
10117 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10118
10119         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10120         widget-move-and-invoke.
10121         (gnus-custom-mode): Use gnus-custom-map.
10122
10123 2005-10-15  Bill Wohler  <wohler@newt.com>
10124
10125         * message.el (message-tool-bar-map): Renamed image file from
10126         mail_send to mail/send.
10127
10128 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10129
10130         * message.el (message-expand-group): Pass the common
10131         prefix substring of completion to `display-completion-list'.
10132
10133 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * mml-sec.el (mml-secure-method): New internal variable.
10136         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10137         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10138         functions using mml-secure-method.
10139
10140         * mml.el (mml-mode-map): Add key bindings for those functions.
10141         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10142         Harder <harder@myrealbox.com>.
10143         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10144         end of message if point is the headers of the message.
10145
10146         * message.el (message-in-body-p): New function.
10147
10148         * assistant.el: Autoload gnus-util and netrc.
10149
10150         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10151         Use `mm-charset-override-alist' only when decoding.
10152
10153         * mm-bodies.el (mm-decode-body): Call
10154         `mm-charset-to-coding-system' with allow-override argument.
10155
10156         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10157         `filename' from Content-Disposition if Content-Type doesn't
10158         provide `name'.
10159         (gnus-mime-view-part-as-type): Set default instead of
10160         initial-input.
10161
10162 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10163
10164         * format-spec.el (format-spec): Propagate text properties of % spec.
10165
10166 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-art.el (gnus-treat-predicate): Add `first'.
10169
10170 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10173         (mm-charset-override-alist): New variable.
10174         (mm-charset-to-coding-system): Use it.
10175         (mm-codepage-setup): New helper function.
10176         (mm-charset-eval-alist): New variable.
10177         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10178         about unknown charsets.
10179
10180         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10181
10182 2005-10-04  David Hansen  <david.hansen@gmx.net>
10183
10184         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10185         (nnrss-check-group): Ditto.
10186
10187 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10190         Rename x-gnus-verbatim to x-verbatim.
10191         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10192
10193         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10194         x-verbatim.
10195
10196         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10197
10198         * gnus-util.el (gnus-remove-duplicates): Remove.
10199
10200         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10201         instead of gnus-remove-duplicates.
10202
10203         * message.el (message-remove-duplicates): Remove.
10204         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10205         message-remove-duplicates.
10206
10207         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10208         available, else use implementation from `delete-dups'.
10209
10210         * message.el (message-insert-expires): New function.
10211         (message-mode-map): Add key binding.
10212         (message-mode-field-menu): Add menu entry.
10213         (message-mode): Document it.
10214         (message-make-expires-date): Use `message-make-date'.
10215
10216 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10217
10218         * message.el (message-make-expires-date): New function.
10219
10220 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * Makefile.in (list-installed-shadows): New entry.
10223         (install): Use it.
10224         (remove-installed-shadows): New entry.
10225
10226         * dgnushack.el (dgnushack-default-load-path): New variable.
10227         (dgnushack-find-lisp-shadows): New function.
10228         (dgnushack-remove-lisp-shadows): New function.
10229
10230 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * Makefile.in (install-el-elc): New entry.
10233         (install): Use it so that .el files are necessarily installed.
10234
10235 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10238
10239 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10240
10241         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10242         function rather than the diff-mode.el package.
10243         (mm-display-external): Use with-current-buffer.
10244         (mm-viewer-completion-map, mm-viewer-completion-map):
10245         Move initialization inside declaration.
10246
10247 2005-09-29  Simon Josefsson  <jas@extundo.com>
10248
10249         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10250         autoload mail-check-payment.
10251         (spam-check-hashcash): Define unconditionally, since hashcash.el
10252         is part of Gnus now.  Ignore errors from payment checking.
10253
10254 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * message.el (message-bold-region, message-unbold-region): Rename
10257         from `bold-region' and `unbold-region'.
10258
10259         * message.el: Remove useless autoloads.
10260
10261 2005-09-28  Simon Josefsson  <jas@extundo.com>
10262
10263         * message.el (message-use-idna): Default to t.
10264         (message-use-idna): Test whether encoding works too.  Doc fix.
10265
10266 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * nntp.el (nntp-warn-about-losing-connection): Remove.
10269
10270 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10273         customizable.  Change default value.
10274         (mm-uu-diff-groups-regexp): Change default value.
10275         (mm-uu-type-alist): Add doc string.
10276         (mm-uu-configure): Add doc string.  Make it interactive.
10277         (mm-uu-tex-groups-regexp): New variable.
10278         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10279         (mm-uu-type-alist): Add LaTeX documents.
10280         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10281         of "text/verbatim".
10282         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10283
10284         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10285         instead of "text/verbatim".
10286
10287         * message.el (message-mark-inserted-region)
10288         (message-mark-insert-file): Use slrn style marks when called with
10289         prefix argument.
10290
10291 2005-09-27  Simon Josefsson  <jas@extundo.com>
10292
10293         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10294
10295 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10296
10297         * message.el (message-remove-duplicates): New function.
10298         Implementation borrowed from `gnus-remove-duplicates'.
10299         (message-idna-to-ascii-rhs): Also encode idna addresses in
10300         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10301         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10302         only ask about the same idna domain once per header and also tell
10303         in what header to replace the idna domain.
10304
10305         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10306         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10307         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10308         a header is decoded and not just the last one.
10309
10310 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10313         has been decoded.
10314
10315         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10316         (mm-insert-part): Don't modify text if it has been decoded.
10317
10318         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10319         decoded.
10320
10321         * mm-view.el (mm-inline-text): Don't strip text props unless
10322         decoding enriched or richtext parts.
10323
10324 2005-09-25  Romain Francoise  <romain@orebokech.com>
10325
10326         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10327         * gnus-start.el (gnus-subscribe-interactively):
10328         * gnus-uu.el (gnus-uu-grab-articles):
10329         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10330         space.
10331
10332 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10333
10334         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10335         * mm-view.el (mm-view-pkcs7-decrypt):
10336         * gnus-sum.el (gnus-summary-limit-to-extra)
10337         (gnus-summary-respool-article, gnus-read-move-group-name):
10338         * gnus-score.el (gnus-summary-increase-score):
10339         * gnus-util.el (gnus-completing-read-with-default):
10340         * gnus-art.el (gnus-read-save-file-name)
10341         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10342         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10343         * message.el (message-check-news-header-syntax):
10344         Follow convention for reading with the minibuffer.
10345
10346 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * spam-report.el (spam-report-url-ping-plain):
10349         Use gnus-extended-version as User-Agent.
10350
10351         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10352         default value is nil.
10353
10354         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10355         (mm-uu-verbatim-marks-extract): New function.
10356         (mm-uu-extract): New face.
10357         (mm-uu-copy-to-buffer): Use it.
10358
10359         * spam-report.el (spam-report-gmane-ham): Renamed from
10360         `spam-report-gmane-unspam'.
10361         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10362         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10363
10364         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10365         Autoload.
10366         (spam-report-gmane-unregister-routine): Renamed
10367         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10368
10369 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10370
10371         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10372         (spam-report-gmane-unregister-routine): Add support for gmane
10373         unregistration.
10374
10375         * spam-report.el (spam-report-gmane-unspam)
10376         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10377         (spam-report-gmane): Change to take a single article and do unspam
10378         registration.
10379
10380 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * mm-url.el (mm-url-decode-entities): Fix regexp.
10383
10384 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10385
10386         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10387         default to nil, to be able to use Gnus at all.  If the default
10388         switches to something else, then the function should be fixed not
10389         be exceedingly slow.
10390
10391 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10392
10393         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10394         fail hard.
10395
10396         * spam-report.el: Add better Keywords line.
10397
10398         * spam.el: Add Maintainer and better Keywords line.
10399
10400 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gnus-art.el (gnus-article-replace-part)
10403         (gnus-mime-replace-part): New functions.
10404         (gnus-mime-action-alist, gnus-mime-button-commands)
10405         (gnus-mime-save-part-and-strip): Added file argument.
10406         (gnus-article-part-wrapper): Added interactive argument.
10407
10408         * gnus-sum.el (gnus-summary-mime-map): Add
10409         `gnus-article-replace-part'.
10410
10411 2005-09-19  Didier Verna  <didier@xemacs.org>
10412
10413         The nnml compaction feature:
10414         * nnml.el (nnml-request-compact-group): New function.
10415         * nnml.el (nnml-request-compact): New function.
10416         * gnus-int.el (gnus-request-compact-group): New function.
10417         * gnus-int.el (gnus-request-compact): New function.
10418         * gnus-group.el (gnus-group-compact-group): New function.
10419         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10420         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10421         * gnus-srvr.el (gnus-server-compact-server): New function.
10422         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10423         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10424
10425 2005-09-18  Deepak Goel  <deego@gnufans.org>
10426
10427         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10428         format spec.
10429
10430 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10433
10434 2005-09-15  Romain Francoise  <romain@orebokech.com>
10435
10436         * message.el (message-fill-paragraph): Clarify docstring.
10437
10438 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-art.el (gnus-mime-display-part): Protect against broken
10441         MIME messages.
10442
10443 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10446         before parsing header.
10447
10448 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10449
10450         * html2text.el (html2text-replace-list): Add new entities.
10451
10452 2005-09-11  Romain Francoise  <romain@orebokech.com>
10453
10454         * message.el (message-alternative-emails): Improve docstring.
10455         (message-setup-1): Call `message-use-alternative-email-as-from'
10456         after `message-setup-hook' to give it precedence over posting
10457         styles, etc.
10458         (message-use-alternative-email-as-from): Add docstring.  Remove
10459         the original From header if present.
10460
10461         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10462         (nnml-save-mail): Use it.
10463
10464         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10465         articles.  Add new argument `silent'.
10466         (gnus-uu-mark-all): Report the total number of marked articles.
10467
10468 2005-09-10  Romain Francoise  <romain@orebokech.com>
10469
10470         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10471         (gnus-uu-mark-series): Likewise.
10472
10473 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * spam-report.el (spam-report-gmane): Fix generation of spam
10476         report URL.
10477
10478 2005-09-10  Simon Josefsson  <jas@extundo.com>
10479
10480         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10481         t, based on discussion on the ding list with Robert Epprecht
10482         <epprecht@solnet.ch>.
10483
10484 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * spam-report.el (spam-report-gmane): Make it work without
10487         X-Report-Spam header.  Gmane now only provides Archived-At.
10488         This is only used if `spam-report-gmane-use-article-number' is nil.
10489         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10490
10491         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10492         make `gnus-summary-sort-by-recipient' work with threading.
10493
10494         * nnweb.el (nnweb-google-wash-article): Print a message if article
10495         is not available.
10496
10497 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10498
10499         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10500         change.  Decode text/* parts content before displaying.
10501
10502 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10505
10506 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10509
10510         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10511         url-package-name, url-package-version,
10512         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10513         w3m-display-inline-images, and w3m-minor-mode-map.
10514
10515 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * message.el (message-tab-body-function): Fix mismatched custom type.
10518
10519         * gnus.el (gnus-group-change-level-function): Ditto.
10520
10521         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10522
10523         * gnus-art.el (gnus-signature-limit)
10524         (gnus-article-mime-part-function): Ditto.
10525
10526 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * mml.el (mml-mode): Silence the byte compiler.
10529
10530         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10531         using `(sit-for 0)' before moving the point to the specified part;
10532         skip unbuttonized parts.
10533         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10534         return to the summary window if gnus-auto-select-part is non-nil.
10535
10536 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10539         variables.
10540         (mml-dnd-attach-file, mml-mode): Use them.
10541
10542         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10543         Make fetching article by MID work again for Google Groups.  Added
10544         FIXME concerning gnus-group-make-web-group.
10545
10546         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10547         Don't depend on Gnus by using mail-extract-address-components if
10548         gnus-extract-address-components is not bound.
10549
10550 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10551
10552         * gnus-art.el (gnus-mime-display-security): Don't display the
10553         signature, but only the signed part.
10554
10555 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10558
10559         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10560         list, not listp.
10561
10562 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10563
10564         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10565         when encoding.
10566
10567         * mm-bodies.el (mm-decode-content-transfer-encoding):
10568         De-canonicalize CRLF for all text content types, not just
10569         text/plain.
10570
10571 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10574         valid article; point arrow and cursor at the MIME button.
10575
10576 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10579         Suggested by Dan Christensen <jdc@uwo.ca>.
10580
10581         * mm-decode.el (mm-save-part): Enable change of prompt.
10582
10583 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10584
10585         * gnus-msg.el (gnus-inews-add-send-actions): Made
10586         `message-post-method' lambda parameter ARG `&optional'.
10587
10588 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * gnus-sum.el (gnus-summary-mime-map): Added
10591         gnus-article-save-part-and-strip, gnus-article-delete-part and
10592         gnus-article-jump-to-part.
10593
10594         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10595         (gnus-article-edit-part): Use it.
10596         (gnus-article-part-wrapper): Added no-handle argument.
10597         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10598         functions.
10599
10600 2005-08-29  Romain Francoise  <romain@orebokech.com>
10601
10602         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10603         docstring.
10604         (gnus-face-from-file): Likewise.
10605
10606 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10607
10608         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10609         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10610         non-nil.
10611         (gnus-auto-select-part): New variable.
10612         (gnus-article-jump-to-part): New function.
10613         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10614         (gnus-mime-delete-part): Allow selecting specified part after
10615         deleting or stripping parts.
10616         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10617         part if argument is bogus.
10618
10619 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10620
10621         * gnus-art.el (w3m-minor-mode-map):
10622         * gnus-spec.el (gnus-newsrc-file-version):
10623         * gnus-util.el (nnmail-active-file-coding-system)
10624         (gnus-original-article-buffer, gnus-user-agent):
10625         * gnus.el (gnus-ham-process-destinations)
10626         (gnus-parameter-ham-marks-alist)
10627         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10628         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10629         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10630         * mm-decode.el (gnus-current-window-configuration):
10631         * mm-extern.el (gnus-article-mime-handles):
10632         * mm-url.el (url-current-object, url-package-name)
10633         (url-package-version):
10634         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10635         (smime-keys, w3m-cid-retrieve-function-alist)
10636         (w3m-current-buffer, w3m-display-inline-images)
10637         (w3m-minor-mode-map):
10638         * mml-smime.el (gnus-extract-address-components):
10639         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10640         (gnus-newsrc-hashtb, message-default-charset)
10641         (message-deletable-headers, message-options)
10642         (message-posting-charset, message-required-mail-headers)
10643         (message-required-news-headers):
10644         * mml1991.el (mc-pgp-always-sign):
10645         * mml2015.el (mc-pgp-always-sign):
10646         * nnheader.el (nnmail-extra-headers):
10647         * rfc1843.el (gnus-decode-encoded-word-function)
10648         (gnus-decode-header-function, gnus-newsgroup-name):
10649         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10650
10651 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10652
10653         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10654         the end of the date treatments.
10655
10656 2005-08-15  Simon Josefsson  <jas@extundo.com>
10657
10658         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10659         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10660         Capello and Romain Francoise.
10661         (pgg-fetch-key-function): Removed, not used?
10662         (pgg-insert-url-with-w3): Require url, to get
10663         url-insert-file-contents regardless of where it is defined.
10664
10665 2005-08-13  Romain Francoise  <romain@orebokech.com>
10666
10667         * message.el (message-cite-original-1): New function.
10668         (message-cite-original): Use it.
10669         (message-cite-original-without-signature): Ditto.
10670
10671 2005-08-08  Romain Francoise  <romain@orebokech.com>
10672
10673         * message.el (message-yank-empty-prefix): New variable.
10674         (message-indent-citation): Use it.
10675         (message-cite-original-without-signature): Respect X-No-Archive.
10676
10677 2005-08-08  Simon Josefsson  <jas@extundo.com>
10678
10679         * pgg.el: Autoload url-insert-file-contents instead of loading
10680         w3/url.
10681         (pgg-insert-url-with-w3): Don't load url here.
10682
10683 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10684
10685         * message.el (message-kill-to-signature): Don't insert newline at
10686         bol.
10687         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10688
10689 2005-08-06  Romain Francoise  <romain@orebokech.com>
10690
10691         * message.el (message-user-fqdn): Fix typo in docstring.
10692
10693 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10694
10695         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10696
10697         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10698
10699 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * mm-bodies.el (mm-encode-body): Use coding system rather than
10702         charset to encode text.
10703
10704         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10705         number of charsets if utf-8 is available (XEmacs).
10706
10707 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10710         taken from `gnus-button-mid-or-mail-regexp'.
10711         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10712         (gnus-button-alist): Improve regexp for domain part of the MIDs
10713         for news:localpart@domain buttons.
10714         (gnus-button-ctan-directory-regexp): Update.
10715
10716 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * sieve-manage.el (sieve-manage-interactive-login): Use
10719         make-local-variable rather than make-variable-buffer-local.
10720         (sieve-manage-open): Ditto.
10721         (sieve-manage-authenticate): Ditto.
10722
10723         * mml.el (mml-generate-mime-1): Make the content type default to
10724         text/plain if the filename is not specified.
10725
10726 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10729         instead of insert-buffer.
10730
10731         * message.el (message-yank-original): Ditto; set the mark at the
10732         end of the yanked message.
10733
10734 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10737         lines to scroll rather than to stop it.
10738
10739         * mml.el (mml-generate-default-type): Add doc string.
10740         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10741         default to application/octet-stream when determining the content
10742         type if it is not specified for the part or the mml contents; add
10743         a comment about mml-generate-default-type.
10744
10745 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10748         make it default to application/octet-stream when determining the
10749         content type if it is not specified for the external contents.
10750
10751 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10754         segmented parameter but also other parameters might be there.
10755
10756 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * mm-decode.el (mm-display-external): Delete temp file, directory
10759         and buffer immediately if the external process is exited.
10760
10761 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10764         fewer lines than that of scroll-margin.
10765         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10766
10767 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-art.el (gnus-article-next-page): Revert.
10770         (gnus-article-beginning-of-window): New macro.
10771         (gnus-article-next-page-1): Use it.
10772         (gnus-article-prev-page): Ditto.
10773         (gnus-article-edit-part): Use insert-buffer-substring instead of
10774         insert-buffer.
10775         (gnus-article-edit-exit): Ditto.
10776
10777         * gnus-util.el (gnus-beginning-of-window): Remove.
10778         (gnus-end-of-window): Remove.
10779
10780         * lpath.el: Don't bind header-line-format and scroll-margin.
10781
10782 2005-07-25  Simon Josefsson  <jas@extundo.com>
10783
10784         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10785         to have the url package without w3.  Reported by Daiki Ueno
10786         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10787
10788 2005-07-20  Didier Verna  <didier@xemacs.org>
10789
10790         * gnus-diary.el: Remove the description comment (nndiary is now
10791         properly documented in the Gnus manual).
10792         Fix the spelling of "Back End".
10793         * nndiary.el: Ditto.
10794         Fix the copyright notice.
10795
10796 2005-07-18  Romain Francoise  <romain@orebokech.com>
10797
10798         * gnus-sum.el (gnus-summary-to-prefix)
10799         (gnus-summary-newsgroup-prefix): New variables.
10800         (gnus-summary-from-or-to-or-newsgroups): Use them.
10801
10802 2005-07-17  Romain Francoise  <romain@orebokech.com>
10803
10804         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10805         space as it's generally not especially interesting to the user.
10806
10807 2005-07-16  Romain Francoise  <romain@orebokech.com>
10808
10809         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10810         nil to avoid prompting and file modification if one of the
10811         messages at the top of the nnfolder file contains a copyright
10812         notice.
10813         Update copyright notice.
10814
10815         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10816         instead of `current-time-string' as the latter creates a time
10817         string that is not RFC 2822 compliant (it lacks the zone).
10818         Update copyright notice.
10819
10820 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10821
10822         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10823         for text/rtf.  Display default in prompt.  Pass default for M-n.
10824
10825         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10826
10827 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * gnus-msg.el (gnus-button-mailto): Remove
10830         save-selected-window-window hackery because it relies on
10831         save-selected-window internals.
10832
10833 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10836         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10837         (gnus-article-prev-page): Ditto.
10838
10839         * gnus-util.el (gnus-beginning-of-window): New function.
10840         (gnus-end-of-window): New function.
10841
10842         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10843
10844 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10845
10846         * gnus-score.el (gnus-score-edit-all-score): Set
10847         gnus-score-edit-exit-function to gnus-score-edit-done and call
10848         gnus-message.
10849
10850 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * gnus-msg.el (gnus-button-mailto): Remove
10853         save-selected-window-window hackery because it relies on
10854         save-selected-window internals.
10855
10856 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10859         add-minor-mode.
10860         (gnus-binary-mode): Ditto.
10861
10862         * gnus-topic.el (gnus-topic-mode): Ditto.
10863
10864 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10865
10866         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10867         (gnus-article-prev-page): Take scroll-margin into consideration.
10868
10869 2005-07-04  Lute Kamstra  <lute@gnu.org>
10870
10871         Update FSF's address in GPL notices.
10872
10873 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10874
10875         * gnus.el (gnus-exit):
10876         * gnus-group.el (gnus-group-icons):
10877         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10878
10879         * gnus-nocem.el (gnus-nocem):
10880         * message.el (message-various, message-buffers, message-sending)
10881         (message-interface, message-forwarding, message-insertion)
10882         (message-headers, message-news, message-mail):
10883         * pgg-gpg.el (pgg-gpg):
10884         * pgg-parse.el (pgg-parse):
10885         * pgg-pgp.el (pgg-pgp):
10886         * pgg-pgp5.el (pgg-pgp5):
10887         * pop3.el (pop3): Finish `defgroup' description with period.
10888
10889 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-art.el (article-display-face): Improve the efficiency.
10892         (article-display-x-face): Ditto; remove grey x-face stuff.
10893
10894 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-art.el (article-display-face): Correct the position in
10897         which Faces are inserted.
10898
10899 2005-06-29  Didier Verna  <didier@xemacs.org>
10900
10901         * gnus-art.el (article-display-face): Display faces in correct
10902         order.
10903
10904 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10907         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10908         (gnus-nocem-check-article): Fetch the Type header.
10909         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10910         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10911         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10912         make sure gnus-nocem-hashtb is initialized.
10913         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10914         (gnus-nocem-unwanted-article-p): Ditto.
10915
10916         * pgg.el (pgg-verify): Return the verification result.
10917
10918 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10921         is ascii.
10922
10923 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10924
10925         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10926         `show-nonbreak-escape'.
10927
10928 2005-06-23  Lute Kamstra  <lute@gnu.org>
10929
10930         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10931
10932         * dig.el (dig-mode):
10933         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10934
10935 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10936
10937         * nnimap.el (nnimap-split-download-body): Fix spellings.
10938
10939 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10940
10941         * gnus-art.el (gnus-article-encrypt-body):
10942         * gnus-cus.el (gnus-score-customize):
10943         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10944         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10945
10946 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10947
10948         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10949         header by looking for magic "MII" at the beginnig.
10950
10951 2005-06-16  Miles Bader  <miles@gnu.org>
10952
10953         * gnus-xmas.el (gnus-xmas-group-startup-message):
10954         Use renamed gnus-splash face.
10955
10956         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10957         (assistant-field-face): New backward-compatibility alias for renamed
10958         face.
10959         (assistant-render-text): Use renamed assistant-field face.
10960
10961         * spam.el (spam): Remove "-face" suffix from face name.
10962         (spam-face): New backward-compatibility alias for renamed face.
10963         (spam-face, spam-initialize): Use renamed spam face.
10964
10965         * message.el (message-header-to, message-header-cc)
10966         (message-header-subject, message-header-newsgroups)
10967         (message-header-other, message-header-name)
10968         (message-header-xheader, message-separator, message-cited-text)
10969         (message-mml): Remove "-face" suffix from face names.
10970         (message-header-to-face, message-header-cc-face)
10971         (message-header-subject-face, message-header-newsgroups-face)
10972         (message-header-other-face, message-header-name-face)
10973         (message-header-xheader-face, message-separator-face)
10974         (message-cited-text-face, message-mml-face):
10975         New backward-compatibility aliases for renamed faces.
10976         (message-font-lock-keywords): Use renamed message faces.
10977
10978         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10979         (sieve-test-commands, sieve-tagged-arguments):
10980         Remove "-face" suffix from face names.
10981         (sieve-control-commands-face, sieve-action-commands-face)
10982         (sieve-test-commands-face, sieve-tagged-arguments-face):
10983         New backward-compatibility aliases for renamed faces.
10984         (sieve-control-commands-face, sieve-action-commands-face)
10985         (sieve-test-commands-face, sieve-tagged-arguments-face):
10986         Use renamed sieve faces.
10987
10988         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10989         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10990         (gnus-group-news-3-empty, gnus-group-news-4)
10991         (gnus-group-news-4-empty, gnus-group-news-5)
10992         (gnus-group-news-5-empty, gnus-group-news-6)
10993         (gnus-group-news-6-empty, gnus-group-news-low)
10994         (gnus-group-news-low-empty, gnus-group-mail-1)
10995         (gnus-group-mail-1-empty, gnus-group-mail-2)
10996         (gnus-group-mail-2-empty, gnus-group-mail-3)
10997         (gnus-group-mail-3-empty, gnus-group-mail-low)
10998         (gnus-group-mail-low-empty, gnus-summary-selected)
10999         (gnus-summary-cancelled, gnus-summary-high-ticked)
11000         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11001         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11002         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11003         (gnus-summary-low-undownloaded)
11004         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11005         (gnus-summary-low-unread, gnus-summary-normal-unread)
11006         (gnus-summary-high-read, gnus-summary-low-read)
11007         (gnus-summary-normal-read, gnus-splash):
11008         Remove "-face" suffix from face names.
11009         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11010         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11011         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11012         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11013         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11014         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11015         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11016         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11017         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11018         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11019         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11020         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11021         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11022         (gnus-summary-normal-ticked-face)
11023         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11024         (gnus-summary-normal-ancient-face)
11025         (gnus-summary-high-undownloaded-face)
11026         (gnus-summary-low-undownloaded-face)
11027         (gnus-summary-normal-undownloaded-face)
11028         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11029         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11030         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11031         (gnus-splash-face):
11032         New backward-compatibility aliases for renamed faces.
11033         (gnus-group-startup-message): Use renamed gnus faces.
11034
11035         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11036         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11037         (gnus-server-agent): Remove "-face" suffix from face names.
11038         (gnus-server-agent-face, gnus-server-opened-face)
11039         (gnus-server-closed-face, gnus-server-denied-face)
11040         (gnus-server-offline-face):
11041         New backward-compatibility aliases for renamed faces.
11042         (gnus-server-agent-face, gnus-server-opened-face)
11043         (gnus-server-closed-face, gnus-server-denied-face)
11044         (gnus-server-offline-face): Use renamed gnus faces.
11045
11046         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11047         Remove "-face" suffix from face names.
11048         (gnus-picon-xbm-face, gnus-picon-face):
11049         New backward-compatibility aliases for renamed faces.
11050
11051         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11052         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11053         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11054         (gnus-cite-11): Remove "-face" suffix from face names.
11055         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11056         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11057         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11058         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11059         New backward-compatibility aliases for renamed faces.
11060         (gnus-cite-attribution-face, gnus-cite-face-list)
11061         (gnus-article-boring-faces): Use renamed gnus faces.
11062
11063         * gnus-art.el (gnus-signature, gnus-header-from)
11064         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11065         (gnus-header-content): Remove "-face" suffix from face names.
11066         (gnus-signature-face, gnus-header-from-face)
11067         (gnus-header-subject-face, gnus-header-newsgroups-face)
11068         (gnus-header-name-face, gnus-header-content-face):
11069         New backward-compatibility aliases for renamed faces.
11070         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11071
11072         * gnus-sum.el (gnus-summary-selected-face)
11073         (gnus-summary-highlight): Use renamed gnus faces.
11074         * gnus-group.el (gnus-group-highlight): Likewise.
11075
11076 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11077
11078         * gnus-sieve.el (gnus-sieve-article-add-rule):
11079         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11080         * spam-stat.el (spam-stat-buffer-change-to-spam)
11081         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11082
11083         * message.el (message-is-yours-p):
11084         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11085
11086 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * mm-view.el (mm-inline-text): Withdraw the last change.
11089
11090 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11093         executing enriched-decode.
11094
11095 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11098         charset of tar files.
11099
11100 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11101
11102         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11103
11104 2005-06-04  Lute Kamstra  <lute@gnu.org>
11105
11106         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11107         information is never recorded.
11108
11109 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11110
11111         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11112
11113 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * pop3.el (pop3-apop): Run md5 in the binary mode.
11116
11117         * starttls.el (starttls-set-process-query-on-exit-flag):
11118         Use eval-and-compile.
11119
11120 2005-05-31  Simon Josefsson  <jas@extundo.com>
11121
11122         * smime.el (smime-replace-in-string): Define.
11123         (smime-cert-by-ldap-1): Use it.
11124
11125 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-art.el (article-display-x-face): Replace
11128         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11129
11130         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11131         set-process-query-on-exit-flag or process-kill-without-query.
11132
11133         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11134         loop instead of replace-regexp.
11135
11136         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11137         instead of process-kill-without-query if it is available.
11138
11139         * lpath.el: Fbind ldap-search-entries.
11140
11141         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11142         instead of find-file-hooks if it is available.
11143
11144         * mml1991.el: Bind pgg-default-user-id when compiling.
11145
11146         * mml2015.el: Bind pgg-default-user-id when compiling.
11147
11148         * nndraft.el (nndraft-request-associate-buffer):
11149         Use write-contents-functions instead of write-contents-hooks if it is
11150         available.
11151
11152         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11153         instead of find-file-hooks if it is available.
11154
11155         * nntp.el (nntp-open-connection): Replace
11156         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11157         (nntp-open-ssl-stream): Ditto.
11158         (nntp-open-tls-stream): Ditto.
11159
11160         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11161         set-process-query-on-exit-flag or process-kill-without-query.
11162         (starttls-open-stream-gnutls): Use it instead of
11163         process-kill-without-query.
11164         (starttls-open-stream): Ditto.
11165
11166 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11167
11168         * smime.el (smime-cert-by-ldap-1): Don't use
11169         replace-regexp-in-string.
11170
11171 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11172
11173         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11174
11175         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11176         in PEM format.  Adjust to the XEmacs compability.
11177
11178 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11181         by `string-to-number'.
11182         * gnus-agent.el (gnus-agent-regenerate-group)
11183         (gnus-agent-fetch-articles): Ditto.
11184         * gnus-art.el (gnus-button-fetch-group): Ditto.
11185         * gnus-cache.el (gnus-cache-generate-active)
11186         (gnus-cache-articles-in-group): Ditto.
11187         * gnus-group.el (gnus-group-set-current-level)
11188         (gnus-group-insert-group-line): Ditto.
11189         * gnus-score.el (gnus-score-set-expunge-below)
11190         (gnus-score-set-mark-below, gnus-summary-score-effect)
11191         (gnus-summary-score-entry): Ditto.
11192         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11193         (gnus-soup-pack): Ditto.
11194         * gnus-spec.el (gnus-xmas-format): Ditto.
11195         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11196         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11197         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11198         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11199         * nndb.el (nndb-get-remote-expire-response): Ditto.
11200         * nndiary.el (nndiary-parse-schedule-value)
11201         (nndiary-string-to-number, nndiary-request-replace-article)
11202         (nndiary-request-article): Ditto.
11203         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11204         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11205         * nneething.el (nneething-make-head): Ditto.
11206         * nnfolder.el (nnfolder-request-article)
11207         (nnfolder-retrieve-headers): Ditto.
11208         * nnheader.el (nnheader-file-to-number): Ditto.
11209         * nnkiboze.el (nnkiboze-request-article): Ditto.
11210         * nnmail.el (nnmail-process-unix-mail-format)
11211         (nnmail-process-babyl-mail-format): Ditto.
11212         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11213         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11214         (nnmh-request-create-group, nnmh-request-list-1)
11215         (nnmh-request-group, nnmh-request-article): Ditto.
11216         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11217         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11218         * nnsoup.el (nnsoup-make-active): Ditto.
11219         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11220         * nntp.el (nntp-find-group-and-number)
11221         (nntp-retrieve-headers-with-xover): Ditto.
11222         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11223         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11224         (pgg-format-key-identifier): Ditto.
11225         * pop3.el (pop3-last, pop3-stat): Ditto.
11226         * qp.el (quoted-printable-decode-region): Ditto.
11227
11228         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11229         of concat.
11230
11231 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11234
11235         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11236
11237         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11238
11239         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11240
11241         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11242
11243         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11244
11245         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11246         (gnus-carpal-mode): Ditto.
11247
11248         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11249         (gnus-browse-mode): Ditto.
11250
11251         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11252
11253         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11254
11255 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11256
11257         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11258
11259 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-util.el (gnus-run-mode-hooks): New function.
11262
11263         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11264
11265         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11266         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11267
11268 2005-05-27  Lute Kamstra  <lute@gnu.org>
11269
11270         * dns-mode.el (dns-mode): Specify customization group.
11271
11272 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11273
11274         * gnus-agent.el (gnus-agent-make-mode-line-string):
11275         Use mode-line-highlight as mouse-face.
11276
11277 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * canlock.el (canlock): Change the parent group to news.
11280
11281         * deuglify.el (gnus-outlook-deuglify): Add :group.
11282
11283         * dig.el (dig): Add :group.
11284
11285         * dns-mode.el (dns-mode): Add :group.
11286
11287         * encrypt.el (encrypt): Add :group.
11288
11289         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11290         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11291         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11292         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11293         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11294
11295         * gnus-diary.el (gnus-diary): Add :group.
11296
11297         * gnus.el (gnus-group-news-1-face): Add :group.
11298         (gnus-group-news-1-empty-face): Ditto.
11299         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11300         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11301         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11302         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11303         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11304         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11305         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11306         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11307         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11308         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11309         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11310         (gnus-summary-high-ticked-face): Ditto.
11311         (gnus-summary-low-ticked-face): Ditto.
11312         (gnus-summary-normal-ticked-face): Ditto.
11313         (gnus-summary-high-ancient-face): Ditto.
11314         (gnus-summary-low-ancient-face): Ditto.
11315         (gnus-summary-normal-ancient-face): Ditto.
11316         (gnus-summary-high-undownloaded-face): Ditto.
11317         (gnus-summary-low-undownloaded-face): Ditto.
11318         (gnus-summary-normal-undownloaded-face): Ditto.
11319         (gnus-summary-high-unread-face): Ditto.
11320         (gnus-summary-low-unread-face): Ditto.
11321         (gnus-summary-normal-unread-face): Ditto.
11322         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11323         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11324
11325         * hashcash.el (hashcash): New custom group.
11326         (hashcash-default-payment): Add :group.
11327         (hashcash-payment-alist): Ditto.
11328         (hashcash-default-accept-payment): Ditto.
11329         (hashcash-accept-resources): Ditto.
11330         (hashcash-path): Ditto.
11331         (hashcash-extra-generate-parameters): Ditto.
11332         (hashcash-double-spend-database): Ditto.
11333         (hashcash-in-news): Ditto.
11334
11335         * message.el (message-minibuffer-local-map): Add :group.
11336
11337         * netrc.el (netrc): Add :group.
11338
11339         * sieve-manage.el (sieve-manage-log): Add :group.
11340         (sieve-manage-default-user): Diito.
11341         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11342         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11343         (sieve-manage-authenticators): Ditto.
11344         (sieve-manage-authenticator-alist): Ditto.
11345         (sieve-manage-default-port): Ditto.
11346
11347         * sieve-mode.el (sieve-control-commands-face): Add :group.
11348         (sieve-action-commands-face): Ditto.
11349         (sieve-test-commands-face): Ditto.
11350         (sieve-tagged-arguments-face): Ditto.
11351
11352         * smime.el (smime): Add :group.
11353
11354         * spam-report.el (spam-report): Add :group.
11355
11356         * spam.el (spam, spam-face): Add :group.
11357
11358 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359
11360         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11361         return \n.\n.\n at the end of articles.  Protect against that.
11362         (nntp-with-open-group): Allow debugging.
11363
11364         * nnheader.el (mail-header-set-extra): Make into a function
11365         because I just could't understand how to quote the list properly.
11366
11367         * dns.el (query-dns-cached): New function.
11368
11369 2005-05-26  Lute Kamstra  <lute@gnu.org>
11370
11371         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11372
11373 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11376
11377         * gnus-art.el: Don't autoload mail-extract-address-components.
11378
11379         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11380         eval-and-compile to evaluate it.
11381
11382         * hashcash.el: Don't autoload executable-find.
11383
11384         * nndb.el: Don't declare the nndb back end two or more times; don't
11385         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11386
11387         * nntp.el: Autoload format-spec instead of format; use
11388         eval-and-compile to evaluate autoload forms.
11389
11390 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11391
11392         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11393
11394 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * gnus.el (gnus-version-number): Bump version.
11397
11398 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11399
11400         * gnus.el: No Gnus v0.3 is released.
11401
11402 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11403
11404         * lpath.el (featurep): Bind show-nonbreak-escape.
11405
11406 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * gnus-art.el (gnus-article-edit-part): Disable undo.
11409
11410 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11413         gnus-article-date-lapsed-new-header is t if date timer is active;
11414         skip headers in which the original date value is empty.
11415         (gnus-article-save-original-date): Redefine it as a macro.
11416         (gnus-display-mime): Use it.
11417
11418 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-art.el (article-date-ut): Support converting date in
11421         forwarded parts as well.
11422         (gnus-article-save-original-date): New function.
11423         (gnus-display-mime): Use it.
11424
11425 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11426
11427         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11428         enclosure element of <item>.
11429
11430 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * message.el (message-kill-buffer-query): Renamed from
11433         `message-kill-buffer-query-if-modified'.  Added :version.
11434
11435 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11438         window layout.
11439
11440 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * mml.el: Autoload dnd when compiling.
11443
11444 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11447         x-dnd-*.
11448
11449 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * qp.el (quoted-printable-encode-region): Save excursion.
11452
11453 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11454
11455         * message.el (message-kill-buffer-query-if-modified): Add new variable
11456         so the user can kill a modified message buffer quickly.
11457         (message-kill-buffer): Use it.
11458
11459 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * lpath.el: Fbind display-time-event-handler; don't fbind
11462         string-to-multibyte.
11463
11464         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11465
11466 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11469         contained in text because xml.el decodes entities) with LFs.
11470
11471 2005-04-11  Lute Kamstra  <lute@gnu.org>
11472
11473         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11474         differently.
11475
11476 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11477
11478         * mm-util.el (mm-detect-coding-region): Typo.
11479
11480 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11483
11484 2005-04-06  Deepak Goel  <deego@gnufans.org>
11485
11486         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11487         user-function allow user modifications of the scores.
11488         (spam-stat-score-buffer-user): New function, to allow
11489         user-computed modifications to the score.
11490         (spam-stat-score-buffer-user-functions): List of additional
11491         scoring functions.
11492         (spam-stat-error-holder): Global temporary error holder.
11493         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11494         variable.
11495
11496 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11497
11498         * gnus-registry.el (gnus-registry-clean-empty-function)
11499         (gnus-registry-trim, gnus-registry-fetch-groups)
11500         (gnus-registry-delete-group): Groups that match
11501         `gnus-registry-ignored-groups' are removed from the registry
11502         entries, not just ignored for splitting.  This helps clean up the
11503         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11504         to get all the groups a message ID is in.
11505
11506         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11507         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11508         (spam-stat-score-buffer-user-functions): Add :number custom type.
11509
11510 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11513         argument in XEmacs.
11514
11515         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11516         (nnrss-request-group): Decode group name first.
11517         (nnrss-request-article): Make a text/plain article if mml-to-mime
11518         failed.
11519         (nnrss-get-encoding): Return a compatible encoding according to
11520         nnrss-compatible-encoding-alist.
11521         (nnrss-find-el): Use consp instead of listp.
11522         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11523
11524 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11527         which Emacs 20 doesn't support.
11528         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11529
11530 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11531
11532         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11533         silence the byte compiler inside the defun.
11534
11535         * gnus-demon.el (parse-time-string): Add autoload.
11536
11537         * gnus-delay.el (parse-time-string): Add autoload.
11538
11539         * gnus-art.el (parse-time-string): Add autoload.
11540
11541         * nnultimate.el (parse-time): Require for `parse-time-string'.
11542
11543 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11546
11547         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11548
11549         * smime.el (smime-ldap-host-list): Add :version.
11550
11551 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11554         pass it to `gnus-browse-read-group'.
11555         (gnus-browse-read-group): Add NUMBER argument and pass it to
11556         `gnus-group-read-ephemeral-group'.
11557
11558         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11559         argument and pass it to `gnus-group-read-group'.
11560
11561 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11562
11563         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11564         mm-xemacs-find-mime-charset-1 if we have the mule feature
11565         available at runtime.
11566
11567 2005-03-25  Werner Lemberg  <wl@gnu.org>
11568
11569         * nnmaildir.el: Replace `illegal' with `invalid'.
11570
11571 2005-03-23  Lute Kamstra  <lute@gnu.org>
11572
11573         * time-date.el: Add comment on time value formats.
11574         Don't require parse-time.
11575         (with-decoded-time-value): New macro.
11576         (encode-time-value): New function.
11577         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11578         (days-to-time): Return a valid time value when arg is huge.
11579         (time-since): Use time-subtract.
11580         (time-to-number-of-days): Use time-to-seconds.
11581
11582 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11583
11584         * gnus-start.el (gnus-display-time-event-handler):
11585         Check display-time-timer at runtime rather than only at load time
11586         in case display-time-mode is turned off in the mean time.
11587
11588 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11591         used.
11592
11593         * nneething.el (nneething-map-file-directory): Derive from
11594         `gnus-directory'.
11595
11596         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11597         the To/Cc button.
11598
11599 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * nnmaildir.el (nnmaildir-request-accept-article):
11602         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11603
11604 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11605
11606         * gnus-async.el: Require timer-funcs at compile time when in
11607         XEmacs for `run-with-idle-timer'.
11608
11609 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11610
11611         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11612         autoloaded function.
11613
11614 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11615
11616         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11617
11618 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11619
11620         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11621
11622 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11623
11624         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11625         gnus-expert-user to default.
11626
11627 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11628
11629         * nnimap.el (nnimap-open-server): Ditto.
11630
11631         * imap.el (imap-authenticate): Fix typo.
11632
11633 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11634
11635         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11636         buffer (since IMAP server might return FETCH response out of
11637         order, and the nntp buffer must be sorted).
11638
11639 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11640
11641         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11642         comparison on string.
11643
11644         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11645         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11646         (gnus-agent-summary-fetch-series): Modified to protect against
11647         gnus-agent-summary-fetch-group clearing processable flags.
11648         (gnus-agent-synchronize-group-flags): Update live group buffer as
11649         synchronization may occur due to the user toggle the plugged
11650         status.
11651         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11652         successfully downloaded.
11653         (gnus-agent-expire-group-1): Avoid using markers when the overview
11654         is in ascending order; greatly improves performance.
11655         (gnus-agent-regenerate-group): Use
11656         gnus-agent-synchronize-group-flags to reset read status in both
11657         gnus and server.
11658         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11659
11660 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * message.el: Don't autoload former message-utils variables.
11663         (message-strip-subject-trailing-was): Change doc string.
11664
11665         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11666         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11667         (nnweb-google-search): Add "hl=en" here.
11668         (nnweb-google-parse-1, nnweb-google-create-mapping):
11669         Don't hardcode URL.
11670
11671 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * message.el (message-get-reply-headers, message-followup):
11674         Mention related variables `message-use-followup-to' and
11675         `message-use-mail-followup-to', in the information buffer.
11676
11677         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11678         of broken groups(-beta).google.com.
11679
11680 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11681
11682         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11683         parameter to invoked gnus-request-move-article; remove the
11684         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11685         all at once instead of once per article.
11686         (gnus-summary-remove-process-mark): Accept a list of articles as
11687         well as a single article for processing.
11688
11689         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11690         parameter.
11691
11692         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11693
11694         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11695
11696         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11697         parameter.
11698
11699         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11700         parameter.
11701
11702         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11703         parameter and remove the gnus-sum-hint-move-is-internal variable.
11704
11705         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11706         parameter.
11707
11708         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11709         parameter.
11710
11711         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11712         parameter.
11713
11714         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11715
11716         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11717         parameter.
11718
11719         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11720         parameter.
11721
11722 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11723
11724         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11725         a more conservative way.
11726
11727 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11728
11729         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11730         buffer, so it moves the window's cursor.
11731
11732 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11733
11734         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11735         `mm-dissect-multipart' and receive the from field as an (optional)
11736         argument from `mm-dissect-multipart'.
11737         (mm-dissect-multipart): Receive the from field as an argument and
11738         pass it on when we call `mm-dissect-buffer' on MIME parts.
11739         Fixes verification/decryption of signed/encrypted MIME parts.
11740
11741 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11742
11743         * gnus-sum.el (gnus-summary-move-article): Set
11744         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11745         whatever it calls (right now, only nnimap-request-move article
11746         respects it).
11747
11748         * nnimap.el (nnimap-request-move-article): When
11749         gnus-sum-hint-move-is-internal is set, don't do the extra
11750         nnimap-request-article.
11751
11752 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11755
11756         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11757         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11758
11759         * gnus-sum.el (gnus-summary-caesar-message):
11760         Apply `gnus-treat-article' after rotation.
11761
11762         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11763         doc string.
11764
11765 2005-02-22  Simon Josefsson  <jas@extundo.com>
11766
11767         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11768         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11769         <arne@arnested.dk>.
11770         (encrypt): Add password-cache and password-cache-expiry as group
11771         members.
11772
11773 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11774
11775         * smime.el (smime-ldap-host-list): Doc fix.
11776         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11777         cache) password.
11778         (smime-sign-region): Use it.
11779         (smime-decrypt-region): Use it.
11780         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11781         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11782         fails.
11783         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11784         certificate from DER to PEM format rather than calling openssl.
11785
11786         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11787
11788         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11789         for signing/encryption.
11790
11791         * mml.el (mml-parse-1): Use them.
11792
11793 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11794
11795         * nnrss.el (nnrss-verbose): Removed.
11796         (nnrss-request-group): Use `nnheader-message' instead.
11797
11798 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11799
11800         * nnrss.el (nnrss-verbose): New variable.
11801         (nnrss-request-group): Make it say nnrss is requesting a group.
11802
11803 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11806         Handle news URL with given port correctly.
11807
11808 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11811         containing special characters.
11812
11813         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11814
11815         * mml.el (mime-to-mml): Ditto.
11816
11817         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11818         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11819         (rfc2047-decode-region): Quote decoded words containing special
11820         characters when rfc2047-quote-decoded-words-containing-tspecials
11821         is non-nil.
11822
11823 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11824
11825         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11826
11827         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11828
11829 2005-02-15  Simon Josefsson  <jas@extundo.com>
11830
11831         * nnimap.el (nnimap-debug): Doc fix.
11832
11833         * imap.el (imap-debug): Doc fix.
11834
11835 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11838
11839 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11840
11841         * gnus.el (spam-contents): Improve docs for spam-contents
11842         parameter in its variable incarnation.
11843
11844 2005-02-14  Simon Josefsson  <jas@extundo.com>
11845
11846         * smime-ldap.el: Use require instead of load-library for ldap.
11847         (smime-ldap-search): Indent.
11848         (smime-ldap-search-internal): Shorten line.
11849
11850         * smime.el (smime-cert-by-dns): Add doc-string.
11851         (smime-cert-by-ldap-1): Indent.
11852
11853         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11854         mml-smime-get-dns-ldap.
11855         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11856
11857 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11858
11859         * smime.el: Require smime-ldap.
11860         (smime-ldap-host-list): New variable.
11861         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11862
11863         * mml-smime.el (mml-smime-encrypt-query): New function.
11864         (mml-smime-encrypt-query): Use it.
11865
11866         * smime-ldap.el: New file.
11867
11868 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11871
11872 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11875         argument in doc string.  Make query for type more clear.
11876
11877 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gnus.el (gnus-group-startup-message): Search for gnus images in
11880         etc/images/gnus.
11881         * mm-util.el (mm-image-load-path): Likewise.
11882         * smiley.el (smiley-data-directory): Search for smilies in
11883         etc/images/smilies.
11884
11885 2005-02-09  Kim F. Storm  <storm@cua.dk>
11886
11887         Change Emacs release version from 21.4 to 22.1 throughout.
11888         Change Emacs development version from 21.3.50 to 22.0.50.
11889
11890 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11891
11892         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11893
11894         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11895         non-Mule XEmacs as well.
11896         (mm-decompress-buffer): Signal an error intentionally if it does
11897         not decompress compressed data because auto-compression-mode is
11898         disabled.
11899
11900 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11901
11902         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11903         an ID in the registry even if it has no groups.
11904
11905 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11908         merge it into mm-decompress-buffer.
11909         (gnus-mime-copy-part): Use the MIME part charset, the value which
11910         a user specified or gnus-newsgroup-charset for decoding, like
11911         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11912         save-buffer what was used.  Suggested by Kevin Ryde
11913         <user42@zip.com.au>.
11914         (gnus-mime-inline-part): Allow the name parameter as well as the
11915         filename parameter; force decompressing of compressed data; always
11916         display contents being not decoded as unibyte.
11917
11918         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11919         as well as the filename parameter.
11920
11921         * mm-util.el (mm-decompress-buffer): Merge
11922         gnus-mime-jka-compr-maybe-uncompress.
11923         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11924         of compressed data.
11925
11926 2005-02-08  Simon Josefsson  <jas@extundo.com>
11927
11928         * imap.el (imap-log): Doc fix.
11929
11930 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11931
11932         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11933         the coding cookies; decompress compressed parts.
11934
11935         * mml.el (mml-generate-mime-1): Add the charset parameter according
11936         to the value which a user specified manually or the coding cookie.
11937
11938         * mm-util.el (mm-string-to-multibyte): New function.
11939         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11940         (mm-coding-system-to-mime-charset): New function.
11941         (mm-decompress-buffer): New function.
11942         (mm-find-buffer-file-coding-system): New function.
11943
11944         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11945         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11946         parts.
11947
11948 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11949
11950         * mm-view.el (mm-display-inline-fontify): Decode a part according
11951         to the charset parameter.
11952
11953 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11956         prefix arg is neither nil nor a number, as info specifies.
11957
11958 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11961         timestamps.
11962
11963 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11964
11965         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11966         groups error checking and notify user.
11967
11968 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11969
11970         * message.el (message-send-mail-function): Check existence of
11971         sendmail-program first before using default value
11972         `message-send-mail-with-sendmail'.  Otherwise use more generic
11973         `smtpmail-send-it'.
11974
11975 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * nntp.el (nntp-request-update-info): Always return nil.
11978
11979 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11980
11981         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11982
11983 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11984
11985         * message.el (message-beginning-of-line): Change the behavior when
11986         invoked between BOL and : so that it first moves backward.
11987
11988 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11989
11990         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11991         article buffer when editing of the article is discarded.
11992         (gnus-article-prepare): Revert.
11993
11994 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-art.el (gnus-article-prepare):
11997         Remove message-strip-forbidden-properties from the local hook.
11998
11999 2005-01-27  Simon Josefsson  <jas@extundo.com>
12000
12001         * password.el (password-cache-add): Only start one timer per key.
12002         Reported by Derek Atkins <warlord@MIT.EDU>.
12003
12004 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12005
12006         * run-at-time.el: Removed.  It is no longer needed as
12007         timer-funcs.el in the xemacs-base package has a working version of
12008         `run-at-time'.
12009
12010         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12011
12012         * password.el: Require timer-funcs instead of run-at-time in
12013         XEmacs.
12014         Remove `password-run-at-time' macro.
12015         (password-cache-add): Use `run-at-time' instead of
12016         `password-run-at-time'.
12017
12018         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12019         Remove `nnheader-cancel-function-timers' alias,
12020         `cancel-function-timers' exists in XEmacs in timer-funcs.
12021
12022         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12023         for `run-with-idle-timer'.
12024
12025         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12026         for `run-at-time'.
12027
12028         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12029         for `with-timeout'.
12030
12031         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12032         the same as for XEmacs 21.4.
12033         No need to ignore `run-with-idle-timer', this function exists in
12034         XEmacs now in timer-funcs.el in the xemacs-base package.
12035         (dgnushack-compile): No need to delete
12036         run-at-time.el from the list of files to compile because it
12037         doesn't exist anymore.
12038
12039 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12042         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12043
12044 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12045
12046         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12047         sensitively.
12048
12049 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12050
12051         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12052
12053 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12056         which will be inserted according to the multibyteness of a buffer
12057         rather than the type of contents.  Suggested by ARISAWA Akihiro
12058         <ari@mbf.ocn.ne.jp>.
12059
12060         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12061         of string which old xml.el may return rather than a string.
12062
12063 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12066
12067 2005-01-16  Simon Josefsson  <jas@extundo.com>
12068
12069         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12070         idn/idna.el isn't available.
12071         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12072         <michael@waxrat.com>.
12073
12074         * hashcash.el: Remove non-FSF copyright header.
12075
12076         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12077         (hashcash-generate-payment): Use it.
12078         (hashcash-generate-payment-async): Use it.
12079
12080 2005-01-15  Simon Josefsson  <jas@extundo.com>
12081
12082         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12083         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12084
12085         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12086         gnus-summary-idna-message.
12087         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12088         (gnus-summary-idna-message): New function.
12089
12090 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12093         gnus-novice-user.
12094
12095 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * nnrss.el (nnrss-request-delete-group): Delete entries in
12098         nnrss-group-alist as well.
12099         (nnrss-save-server-data): Insert newline.
12100
12101 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus.el (gnus-user-agent): Use list of symbols instead of
12104         symbols.  Display full version number for (S)XEmacs.  Optionally
12105         display (S)XEmacs codename.
12106
12107         * gnus-util.el (gnus-emacs-version): Update for new
12108         `gnus-user-agent'.
12109
12110         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12111         Gnus version.
12112
12113 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12116         which is unreadable in some setups.
12117
12118 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-spec.el (gnus-update-format-specifications): Flush the
12121         group format spec cache if it doesn't support decoded group names.
12122
12123 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12126         Allow to apply decay on score files matching a regexp.
12127
12128 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12131         compatibility in %g and %c.
12132
12133 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12136         name for only %g and %c.
12137         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12138         of gnus-tmp-group to decoded group name.
12139         (gnus-group-make-rss-group): Exclude `/'s from group names.
12140
12141 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * nnrss.el (nnrss-get-encoding): Fix regexp.
12144
12145 2004-12-27  Simon Josefsson  <jas@extundo.com>
12146
12147         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12148         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12149         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12150
12151 2004-12-17  Kim F. Storm  <storm@cua.dk>
12152
12153         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12154
12155         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12156
12157 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12158
12159         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12160
12161 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * nnrss.el: Require rfc2047 and mml.
12164         (nnrss-file-coding-system): New variable.
12165         (nnrss-format-string): Redefine it as an inline function.
12166         (nnrss-decode-group-name): New function.
12167         (nnrss-string-as-multibyte): Remove.
12168         (nnrss-retrieve-headers): Decode group name; don't use
12169         nnrss-format-string.
12170         (nnrss-request-group): Decode group name.
12171         (nnrss-request-article): Decode group name; allow a Message-ID as
12172         well as an article number; don't use nnrss-format-string; encode a
12173         Message-ID string which may contain non-ASCII characters; use
12174         mml-to-mime to compose a MIME article.
12175         (nnrss-request-expire-articles): Decode group name.
12176         (nnrss-request-delete-group): Decode group name.
12177         (nnrss-fetch): Clarify error message.
12178         (nnrss-read-server-data): Use insert-file-contents instead of load;
12179         bind file-name-coding-system; use multibyte buffer.
12180         (nnrss-save-server-data): Bind coding-system-for-write to the
12181         value of nnrss-file-coding-system; bind file-name-coding-system;
12182         add coding cookie.
12183         (nnrss-read-group-data): Use insert-file-contents instead of load;
12184         bind file-name-coding-system; use multibyte buffer.
12185         (nnrss-save-group-data): Bind coding-system-for-write to the
12186         value of nnrss-file-coding-system; bind file-name-coding-system.
12187         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12188         make it work with non-ASCII text.
12189         (nnrss-find-el): Make it work with old xml.el as well.
12190
12191 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12192
12193         * nnrss.el (nnrss-get-encoding): New function.
12194         (nnrss-fetch): Use unibyte buffer initially; bind
12195         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12196         decode contents according to the encoding attribute.
12197         (nnrss-save-group-data): Add coding cookie.
12198         (nnrss-mime-encode-string): New function.
12199         (nnrss-check-group): Use it to encode subject and author.
12200
12201 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12202
12203         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12204         imaginary variable.
12205
12206 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12209         correctly even if there are wide characters.
12210
12211 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12212
12213         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12214         downcased symbol names; make a new cache instead of reusing
12215         bbdb-hashtable.
12216
12217 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12220         concatenating segments rather than before concatenating them.
12221         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12222
12223         * message.el (message-get-reply-headers): Bind `extra'.
12224
12225 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12226
12227         * message.el (message-extra-wide-headers): New variable.
12228         (message-get-reply-headers): Use it.
12229
12230 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12233         (gnus-agent-group-pathname): Ditto.
12234
12235         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12236
12237         * gnus-group.el (gnus-group-make-group): Decode group name.
12238         (gnus-group-make-rss-group): Register the group data after opening
12239         the nnrss group.
12240
12241 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12242
12243         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12244         by expiry now get marked as read.
12245
12246 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12249
12250 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12251
12252         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12253         unify Latin characters in XEmacs.
12254         (mm-find-mime-charset-region): Use it.
12255
12256 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-util.el (gnus-delete-directory): New function.
12259
12260         * gnus-agent.el (gnus-agent-delete-group): Use it.
12261
12262         * gnus-cache.el (gnus-cache-delete-group): Use it.
12263
12264 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12267         names.
12268
12269 2004-12-16  Simon Josefsson  <jas@extundo.com>
12270
12271         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12272
12273 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12276
12277         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12278         (gnus-group-set-current-level): Decode group name.
12279
12280 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12281
12282         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12283         failed.
12284
12285 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-group.el (gnus-group-delete-group): Decode group name.
12288         (gnus-group-make-rss-group): Encode group name.
12289         (gnus-group-catchup-current): Decode group name.
12290         (gnus-group-kill-group): Decode group name.
12291
12292 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12293
12294         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12295
12296 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-group.el (gnus-group-make-rss-group):
12299         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12300
12301         * gnus-start.el (gnus-setup-news): Honor user's setting to
12302         gnus-message-archive-method.  Suggested by Lute Kamstra
12303         <lute@gnu.org>.
12304
12305 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12306
12307         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12308         global counterparts of the buffer-local variables.
12309
12310 2004-11-16  Romain Francoise  <romain@orebokech.com>
12311
12312         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12313         counterparts of the buffer-local variables.
12314
12315 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * message.el (message-forbidden-properties): Fixed typo in doc
12318         string.
12319
12320 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * gnus-util.el (gnus-replace-in-string): Added doc string.
12323
12324         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12325         to avoid problems when splitting mails with many recipients.
12326
12327 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12328
12329         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12330         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12331
12332 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12333
12334         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12335         if there is no hashtable in memory or file modification time is
12336         newer than cached timestamp.
12337
12338 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12341         not-matching option.
12342
12343 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12346         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12347         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12348         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12349         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12350         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12351
12352 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * message.el (message-forward-make-body-mml): Remove headers
12355         according to message-forward-ignored-headers if a message is decoded.
12356
12357 2004-12-02  Romain Francoise  <romain@orebokech.com>
12358
12359         * message.el (message-forward-make-body-plain): Always remove
12360         headers according to message-forward-ignored-headers.
12361
12362 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12363
12364         * spam.el (spam-summary-prepare-exit): Remove the
12365         gnus-summary-limit pop for now, it has problems with ham marks for
12366         me.
12367
12368 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12369
12370         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12371         correctly.
12372
12373 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12374
12375         * format-spec.el (format-spec): Message the char.
12376
12377 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12378
12379         * gnus-art.el (gnus-split-methods): Reformat comments.
12380
12381         * spam.el (spam-summary-prepare-exit): Remove article limits
12382         before exiting the summary buffer.
12383
12384 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12387         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12388
12389         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12390         order to silence the byte compiler.
12391
12392         * spam.el: Fix the way to silence the byte compiler, which
12393         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12394         bbdb-search-simple, spam-BBDB-register-routine,
12395         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12396         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12397         spam-stat-buffer-is-spam, spam-stat-load,
12398         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12399         spam-stat-save and spam-stat-split-fancy.
12400
12401 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12404         which may confuse users.
12405         (canlock-password-for-verify): Ditto.
12406
12407         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12408
12409         * gnus-art.el (gnus-emphasis-alist): Ditto.
12410
12411         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12412
12413         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12414
12415         * gnus-start.el (gnus-save-killed-list): Ditto.
12416
12417         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12418         (gnus-sum-thread-tree-root): Ditto.
12419         (gnus-sum-thread-tree-false-root): Ditto.
12420         (gnus-sum-thread-tree-single-indent): Ditto.
12421
12422         * message.el (message-courtesy-message): Ditto.
12423         (message-archive-note): Ditto.
12424         (message-subscribed-address-file): Ditto.
12425         (message-user-fqdn): Ditto.
12426
12427         * spam-report.el (spam-report-gmane-regex): Ditto.
12428
12429         * spam.el (spam-blackhole-good-server-regex): Ditto.
12430
12431 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * mml.el (mml-preview): Widen the message buffer before copying
12434         the contents to the preview buffer; sort headers before previewing.
12435
12436         * message.el (message-hidden-headers): Fix the way to avoid a bug
12437         in the `repeat' widget in Emacs 21.3 or earlier.
12438
12439 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * message.el (message-hidden-headers): Default to "^References:".
12442         Improve customization type.  Suggested by Reiner Steib
12443         <Reiner.Steib@gmx.de>.
12444
12445 2004-11-25  Romain Francoise  <romain@orebokech.com>
12446
12447         * message.el (message-strip-forbidden-properties): Remove check for
12448         obsolete `message-hidden' text property, hidden headers are not
12449         accessible in the buffer anymore.
12450
12451 2004-11-22  Romain Francoise  <romain@orebokech.com>
12452
12453         * message.el (message-header-format-alist): Add `From' in list
12454         so that it can be sorted.
12455         (message-fix-before-sending): Widen and sort headers before
12456         sending.
12457         (message-hide-headers): Use narrowing to hide headers by moving
12458         them to the top of the buffer and narrowing to the region
12459         underneath.
12460
12461 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * message.el (message-strip-forbidden-properties): Bind
12464         buffer-read-only (etc) to nil.
12465
12466 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12469         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12470
12471 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12472
12473         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12474
12475 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12476
12477         * dns.el (query-dns): Use sit-for to time instead of
12478         accept-process-output, since that doesn't seem to work on udp
12479         sockets.
12480
12481 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12484
12485 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12486
12487         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12488         doc string.  Improve doc string.
12489
12490 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * nntp.el (nntp-request-update-info): Return nil if
12493         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12494         may not call gnus-activate-group which uselessly issues the GROUP
12495         commands for all nntp groups and wastes time.  Reported by Romain
12496         Francoise <romain@orebokech.com>.
12497
12498         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12499
12500 2004-11-15  Simon Josefsson  <jas@extundo.com>
12501
12502         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12503         headers separately.
12504         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12505         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12506
12507 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * gnus-start.el (gnus-convert-old-newsrc):
12510         Assign legacy-gnus-agent to 5.10.7.
12511
12512 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12513
12514         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12515         start of the lines.
12516
12517 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12518
12519         * hashcash.el (hashcash-default-payment): Change default to 20.
12520         (hashcash-default-accept-payment): Change default to 20.
12521         (hashcash-process-alist): New variable.
12522         (hashcash-generate-payment-async): Add.
12523         (hashcash-already-paid-p): Add.
12524         (hashcash-insert-payment): Don't generate payments twice.
12525         (hashcash-insert-payment-async): Add.
12526         (hashcash-insert-payment-async-2): Add.
12527         (hashcash-cancel-async): Add.
12528         (hashcash-wait-async): Add.
12529         (hashcash-processes-running-p): Add.
12530         (hashcash-wait-or-cancel): Add.
12531         (mail-add-payment): New optional argument.  Conditionally start
12532         asynchronous calculation.
12533         (mail-add-payment-async): Add.
12534
12535         * message.el (message-send-mail): Wait for asynchronous hashcash
12536         results.  Don't clobber existing X-Hashcash headers.
12537         (message-setup-1): Call mail-add-payment-async when
12538         message-generate-hashcash is non-nil.
12539
12540 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12541
12542         * message.el (message-use-alternative-email-as-from): Examine the
12543         From header as well; use message-make-from in order to include a
12544         user's full name.
12545
12546 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12549         default; improve customization type.
12550         (gnus-emphasis-custom-with-format): New macro.
12551         (gnus-emphasis-custom-value-to-external): New function.
12552         (gnus-emphasis-custom-value-to-internal): New function.
12553
12554 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555
12556         * dns.el (query-dns): Resolve reverse addresses.
12557
12558 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12559
12560         * gnus-group.el (gnus-group-get-new-news): Use it.
12561
12562         * gnus-start.el (gnus-check-reasonable-setup): New function.
12563
12564 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12567         "Args out of range" error.  Reported by Arnaud Giersch
12568         <arnaud.giersch@free.fr>.
12569
12570 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12571
12572         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12573
12574 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12575
12576         * spam.el (spam group): Add :version.
12577
12578         * pgg-def.el (pgg group): Add :version.
12579
12580 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-art.el (gnus-article-edit-article): Don't associate the
12583         article buffer with a draft file.  This is a temporary measure
12584         against the 2004-08-22 change to gnus-article-edit-mode.
12585
12586 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12589         (html2text-format-tags): Remove unused variable `attr'.
12590
12591 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12594
12595         * tls.el (tls-process-connection-type, tls-success)
12596         (tls-certtool-program): Add :version.
12597
12598         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12599         (starttls-extra-arguments, starttls-process-connection-type)
12600         (starttls-connect, starttls-failure, starttls-success): Add :version.
12601
12602         * spam-stat.el (spam-stat): Add :version.
12603
12604         * sieve.el (sieve): Add :version.
12605
12606         * sha1.el (sha1): Add :version.
12607         (sha1-use-external): Remove redundant version.
12608
12609         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12610         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12611         (nnmail-split-fancy-match-partial-words)
12612         (nnmail-split-lowercase-expanded): Add :version.
12613
12614         * nndiary.el (nndiary): Add :version.
12615
12616         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12617
12618         * mml-sec.el (mml-default-sign-method)
12619         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12620         Add :version.
12621
12622         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12623
12624         * mm-url.el (mm-url-use-external, mm-url-program)
12625         (mm-url-arguments): Add :version.
12626
12627         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12628         (mm-attachment-file-modes, mm-decrypt-option)
12629         (mm-w3m-safe-url-regexp): Add :version.
12630
12631         * message.el (message-cite-prefix-regexp)
12632         (message-sendmail-envelope-from, message-minibuffer-local-map)
12633         (message-user-fqdn, message-completion-alist): Add :version.
12634
12635         * gnus-win.el (gnus-configure-windows-hook)
12636         (gnus-use-frames-on-any-display): Add :version.
12637
12638         * gnus-art.el (gnus-article-address-banner-alist)
12639         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12640         (gnus-treat-from-picon, gnus-treat-mail-picon)
12641         (gnus-treat-x-pgp-sig): Add :version.
12642
12643         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12644         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12645         (gnus-summary-article-delete-hook)
12646         (gnus-summary-display-while-building): Add :version.
12647
12648         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12649         (gnus-get-top-new-news-hook): Add :version.
12650
12651         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12652         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12653
12654         * gnus-registry.el (gnus-registry): Add :version.
12655
12656         * gnus-spec.el (gnus-use-correct-string-widths)
12657         (gnus-make-format-preserve-properties): Add :version.
12658
12659         * gnus.el (gnus-group-charter-alist)
12660         (gnus-group-fetch-control-use-browse-url)
12661         (gnus-install-group-spam-parameters): Add :version.
12662
12663         * gnus-diary.el (gnus-diary): Add :version.
12664
12665         * gnus-delay.el (gnus-delay): Add :version.
12666
12667         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12668         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12669         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12670         Add :version.
12671
12672         * gnus-agent.el (gnus-agent-max-fetch-size)
12673         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12674         (gnus-agent-prompt-send-queue): Add :version.
12675
12676         * deuglify.el (gnus-outlook-deuglify): Add :version.
12677
12678         * html2text.el: Beautify code.  Improve doc strings.  Some
12679         checkdoc cleanup.
12680         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12681
12682 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12683
12684         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12685
12686 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12687
12688         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12689         when package is loaded.
12690
12691         * spam.el (spam-summary-score-preferred-header): Add global preference
12692         for people who want to override the default SpamAssassin over
12693         Bogofilter preference (when both are set).
12694         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12695         (spam-user-format-function-S): Check
12696         spam-summary-score-preferred-header.
12697         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12698         (spam-user-format-function-S): Format the score correctly.
12699
12700 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12703         signature file.  Suggested by Manoj Srivastava
12704         <srivasta@golden-gryphon.com>.
12705
12706         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12707         iso-2022-jp even in the Japanese language environment.
12708         Suggested by Jason Rumney <jasonr@gnu.org>.
12709
12710 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12713         use the same characters as the dummy marks; make it free from
12714         getting affected by the language environment.
12715         (gnus-summary-read-group-1): Update mark positions only when the
12716         format spec is updated.
12717
12718         * gnus-spec.el (gnus-update-format-specifications): Return a list
12719         of updated types.
12720
12721 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12724         of boundp to check if display-warning is available.
12725
12726 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12727
12728         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12729
12730 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * nnspool.el (nnspool-spool-directory): Use news-path if the
12733         news-directory variable is not bound.
12734
12735         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12736         function instead of display-warning if it is not available.
12737
12738 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12741         v5-10: Use `point-at-bol'.
12742
12743 2004-10-26  Simon Josefsson  <jas@extundo.com>
12744
12745         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12746         <chenggao@gmail.com>.
12747
12748 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12751         instead.
12752
12753 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12754
12755         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12756         to remove a server from the nnimap-server-buffer-alist.
12757         (nnimap-open-connection, nnimap-close-server): Use it.
12758
12759         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12760
12761 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12764         running the major-mode function.
12765
12766 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12769         dummy marks in the right way.
12770
12771 2004-10-18  David Edmondson  <dme@dme.org>
12772
12773         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12774         excessively.
12775
12776 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12777
12778         * gnus-util.el (gnus-split-references): Accept a nil references
12779         string and go on blissfully.
12780
12781         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12782         cases where the references string is non-nil but has no references.
12783
12784         * encrypt.el: Add autoload tags.
12785
12786         * spam.el (spam-resolve-registrations-routine): Remove article
12787         from unregistration list too.  Reported by David Hanak
12788         <dhanak@isis.vanderbilt.edu>
12789
12790 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12793         nil.  Changed custom type.
12794
12795 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12798
12799         * gnus-sum.el (gnus-summary-move-article): Use it.
12800
12801 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12802
12803         * encrypt.el: Add autoload cookies.
12804
12805         * spam.el (spam-backend-article-list-property)
12806         (spam-backend-get-article-todo-list)
12807         (spam-backend-put-article-todo-list)
12808         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12809         Resolve registrations separately.
12810         (spam-register-routine): Format comments.
12811         (spam-unregister-routine, spam-register-routine): Always call with
12812         specific-articles, no default list.
12813         (spam-summary-prepare-exit): Use the spam-classifications function.
12814
12815         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12816         gnus-encrypt.el.
12817
12818         * encrypt.el: Copied from gnus-encrypt.el.
12819
12820         * gnus-encrypt.el: Commented that it's obsolete.
12821
12822 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12825         (gnus-score-save): Use it.
12826
12827         * message.el (message-bury): Use `window-dedicated-p'.
12828
12829 2004-10-15  Simon Josefsson  <jas@extundo.com>
12830
12831         * pop3.el (top-level): Don't require nnheader.
12832         (pop3-read-timeout): Add.
12833         (pop3-accept-process-output): Add.
12834         (pop3-read-response, pop3-retr): Use it.
12835
12836 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12837
12838         * spam.el (spam-register-routine): Move comment.
12839         (spam-verify-bogofilter): Use 'unknown for the initial
12840         spam-bogofilter-valid state, not 'never.
12841
12842         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12843         for netrc-machine.
12844
12845         * nnimap.el (nnimap-open-connection): Use
12846         netrc-machine-user-or-password.
12847
12848 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12849
12850         * gnus-registry.el (gnus-registry-unload-hook):
12851         Set as a variable with add-hook.
12852
12853         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12854         of news-path.
12855
12856         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12857
12858         * spam.el: Delete duplicate `provide'.
12859         (spam-unload-hook): Set as a variable with add-hook.
12860
12861 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12864         in the doc string.
12865
12866         * message.el (message-ignored-news-headers)
12867         (message-ignored-supersedes-headers)
12868         (message-ignored-resent-headers)
12869         (message-forward-ignored-headers): Improve custom type.
12870
12871 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * message.el (message-tokenize-header): Fix 2004-09-06 change
12874         which used point-min in the wrong place.
12875
12876 2004-10-12  Simon Josefsson  <jas@extundo.com>
12877
12878         * tls.el (tls-certtool-program): New variable.
12879         (tls-certificate-information): New function, based on
12880         ssl-certificate-information.
12881
12882 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * compface.el: Move the version of ELisp-based uncompface program
12885         to the contrib directory because of the copyright problem.
12886
12887 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * message.el (message-kill-buffer): Raise the current frame.
12890
12891 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12894
12895         * gnus.el (message-y-or-n-p): Autoload.
12896
12897         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12898         (pop3-password-required, pop3-authentication-scheme)
12899         (pop3-leave-mail-on-server): Made customizable.
12900         (pop3): New custom group.
12901         (pop3-retr): Remove `sleep-for' statements.
12902         Suggested by Dave Love <fx@gnu.org>.
12903
12904         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12905         Windows/DOS.
12906
12907         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12908         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12909         Dave Love <fx@gnu.org>.
12910
12911         * mml.el (mml-minibuffer-read-disposition): Require match.
12912         Suggested by Dave Love <fx@gnu.org>.
12913
12914 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12917         doc string.
12918
12919 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12922
12923 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12924
12925         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12926         instead of calling `mm-insert-inline', to decode text/* parts
12927         before displaying them.
12928
12929 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * mm-uu.el (mm-uu-text-plain-type): New variable.
12932         (mm-uu-pgp-signed-extract-1): Use it.
12933         (mm-uu-pgp-encrypted-extract-1): Use it.
12934         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12935         bind mm-uu-text-plain-type with that value.
12936         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12937         mm-uu-dissect.
12938
12939 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus-group.el (gnus-update-group-mark-positions):
12942         * gnus-sum.el (gnus-update-summary-mark-positions):
12943         * message.el (message-check-news-body-syntax):
12944         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12945         of string-as-multibyte.
12946
12947 2004-10-05  Juri Linkov  <juri@jurta.org>
12948
12949         * gnus-group.el (gnus-update-group-mark-positions):
12950         * gnus-sum.el (gnus-update-summary-mark-positions):
12951         * message.el (message-check-news-body-syntax):
12952         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12953         8-bit unibyte values to a multibyte string for search functions.
12954
12955 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12958         (mm-uu-dissect-text-parts): New function.
12959
12960         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12961         dissect text parts.
12962
12963         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12964         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12965
12966         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12967
12968         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12969         gnus-current-topics instead of gnus-current-topic.
12970
12971 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12972
12973         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12974
12975 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12976
12977         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12978         where approriate.
12979
12980         * nnml.el (nnml-generate-active-info): do.
12981
12982         * nndiary.el (nndiary-generate-active-info): do.
12983
12984         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12985         (gnus-topic-move): do.
12986
12987         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12988         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12989
12990         * gnus-srvr.el (gnus-server-prepare)
12991         (gnus-server-open-all-servers): do.
12992
12993         * gnus-msg.el (gnus-summary-cancel-article)
12994         (gnus-summary-resend-message)
12995         (gnus-summary-mail-crosspost-complaint): do.
12996
12997         * gnus-move.el (gnus-change-server): do.
12998
12999         * gnus-group.el (gnus-group-unmark-all-groups)
13000         (gnus-group-set-current-level): do.
13001
13002 2004-10-04  Simon Josefsson  <jas@extundo.com>
13003
13004         * message.el (message-generate-hashcash): Doc fix.
13005
13006 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13007
13008         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13009         avoid infinite recursion via gnus-get-function.
13010
13011 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13012
13013         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13014
13015         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13016
13017         * nnmail.el (nnmail-split-history): do.
13018
13019         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13020         (nnml-request-delete-group): do.
13021
13022         * nnslashdot.el (nnslashdot-read-groups): do.
13023
13024         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13025         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13026
13027         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13028         (nnspool-sift-nov-with-sed): Use last.
13029         (nnspool-retrieve-headers-with-nov): Use mapc.
13030         (nnspool-request-newgroups): Use dolist.
13031         (nnspool-request-group): Use last.
13032
13033         * nntp.el (nntp-read-server-type): Use dolist.
13034
13035         * nnvirtual.el (nnvirtual-create-mapping)
13036         (nnvirtual-update-read-and-marked): Use dolist.
13037         (nnvirtual-convert-headers): Simplify.
13038
13039 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13040
13041         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13042         support for sync'ing tick marks.
13043
13044 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13047         there's no visible header.
13048
13049 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13050
13051         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13052         necessary, pass full group name to gnus-request-set-marks.
13053
13054 2004-10-01  Simon Josefsson  <jas@extundo.com>
13055
13056         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13057         acroread.
13058
13059 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13060
13061         * spam-report.el (spam-report-gmane): Fix interactive.
13062
13063         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13064
13065         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13066         when writing file.
13067         (gnus-agent-synchronize-flags): Don't default to being
13068         interactive.
13069
13070 2004-09-30  Simon Josefsson  <jas@extundo.com>
13071
13072         * message.el (message-generate-hashcash): Add.
13073         (message-send-mail): Use it, call mail-add-payment.
13074
13075 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13076
13077         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13078
13079 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13080
13081         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13082         gnus-requst-update-info with explicit code to sync the in-memory
13083         info read flags with the marks being sync'd to the backend.
13084
13085         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13086
13087 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13088
13089         * spam.el (spam-verify-bogofilter): Add new function.
13090         (spam-check-bogofilter)
13091         (spam-bogofilter-register-with-bogofilter): Use it.
13092         (spam-verify-bogofilter): Add small fixes.
13093
13094 2004-09-28  Simon Josefsson  <jas@extundo.com>
13095
13096         * hashcash.el (hashcash-generate-payment): Revert.
13097
13098 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13099
13100         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13101         gnus-extract-references instead of gnus-split-references.
13102
13103         * gnus-util.el (gnus-extract-references): Add new function, analogous
13104         to gnus-split-references but extracts only the message-ID without
13105         anything extra.
13106
13107         * hashcash.el (hashcash-generate-payment)
13108         (hashcash-check-payment): Do the right thing if hashcash-path is
13109         nil (because the hashcash program could not be found).
13110
13111         * spam.el (spam-use-hashcash): Remove comment.
13112
13113 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13114
13115         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13116         (gnus-cache-enter-article, gnus-cache-remove-article)
13117         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13118
13119         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13120
13121         * gnus-art.el (article-hide-boring-headers)
13122         (article-translate-strings, article-display-face)
13123         (gnus-article-mime-match-handle-first)
13124         (gnus-article-highlight-headers)
13125         (gnus-article-add-buttons-to-head): do.
13126
13127 2004-09-27  Simon Josefsson  <jas@extundo.com>
13128
13129         * hashcash.el: New version, from
13130         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13131         ../contrib/.
13132
13133 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13136
13137 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13138
13139         * gnus-dup.el (gnus-dup-open): Use mapc.
13140         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13141
13142         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13143         Reported by Stefan Wiens <s.wi@gmx.net>.
13144
13145         * gnus.el (gnus-shutdown): Use dolist.
13146
13147         * gnus-undo.el (gnus-undo): Use mapc.
13148
13149         * nnrss.el (nnrss-generate-active): do.
13150
13151         * message.el (message-cite-original-without-signature)
13152         (message-cite-original): Use mapc.
13153         (message-do-actions, message-make-forward-subject): Use dolist.
13154
13155 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13156
13157         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13158         deletion to remove entire duplicate line.  Fixes merged article
13159         number bug.
13160
13161 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13162
13163         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13164         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13165         first ask if you want to open a server and then, even when you
13166         responded with no, asking if you want to synchronize the server's
13167         flags.
13168         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13169         multi-line expressions.
13170         (gnus-agent-synchronize-group-flags): New internal function.
13171         Updates marks in memory (in the info structure) AND in the
13172         backend.
13173
13174         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13175
13176         * nnagent.el (nnagent-request-set-mark): Use
13177         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13178         method, to ensure that synchronization updates marks in the
13179         backend and in the info (in memory) structure.
13180
13181 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13184         convention fully; don't miss the root article of a thread; make
13185         the X-Draft-From header with correct article numbers.
13186
13187 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13188
13189         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13190         unless plugged.  Disable the agent so that an open failure causes
13191         an error.
13192
13193         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13194         Reverted 2004-09-21 change.  The backend must be opened while
13195         synchronizing flags even when the backend stores the flags
13196         locally.
13197
13198 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13201         in `header' match.  Reported by Svend Tollak Munkejord.
13202
13203         * message.el (message-cite-original): Fix use of
13204         `message-cite-articles-with-x-no-archive'.
13205
13206 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13209         (gnus-window-to-buffer): Ditto.
13210
13211         * mml.el (mml-preview-buffer): New variable.
13212         (mml-preview): Manage window layout with gnus-buffer-configuration.
13213
13214         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13215         X-Draft-From header even if those articles aren't quoted.
13216
13217 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13218
13219         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13220         (gnus-request-set-mark, gnus-request-update-mark): Use new
13221         g-s-t-u-l-m to decide to use backend even when unplugged.
13222
13223 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13226         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13227
13228 2004-09-20  Simon Josefsson  <jas@extundo.com>
13229
13230         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13231         "utf-16-le".
13232
13233 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13234
13235         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13236
13237 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * uudecode.el (uudecode-use-external): Add :version.
13240
13241         * smime.el (smime-CA-file, smime-encrypt-cipher)
13242         (smime-dns-server): Add :version.
13243
13244         * smiley.el (gnus-smiley-file-types): Add :version.
13245
13246         * sha1.el (sha1-use-external): Add :version.
13247
13248         * pgg-def.el (pgg-query-keyserver): Add :version.
13249
13250         * nnmail.el (nnmail-fancy-expiry-targets)
13251         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13252         Add :version.
13253
13254         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13255         (nnimap-retrieve-groups-asynchronous): Add :version.
13256         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13257
13258         * mml.el (mml-content-disposition-parameters)
13259         (mml-insert-mime-headers-always): Add :version.
13260
13261         * mm-util.el (mm-coding-system-priorities): Add :version.
13262
13263         * mm-decode.el (mm-inline-text-html-with-images)
13264         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13265         (mm-verify-option): Add :version.
13266         (mm-text-html-renderer): Change :version.
13267
13268         * message.el (message-fcc-externalize-attachments)
13269         (message-required-headers, message-draft-headers)
13270         (message-subject-trailing-was-query)
13271         (message-subject-trailing-was-ask-regexp)
13272         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13273         (message-mark-insert-end, message-archive-header)
13274         (message-archive-note, message-cross-post-default)
13275         (message-cross-post-note, message-followup-to-note)
13276         (message-cross-post-note-function, message-use-mail-followup-to)
13277         (message-subscribed-address-functions)
13278         (message-subscribed-address-file, message-subscribed-addresses)
13279         (message-subscribed-regexps, message-allow-no-recipients)
13280         (message-yank-cited-prefix, message-signature-insert-empty-line)
13281         (message-hidden-headers, message-hierarchical-addresses)
13282         (message-mail-user-agent, message-use-idna)
13283         (message-valid-fqdn-regexp)
13284         (message-strip-special-text-properties, message-header-synonyms)
13285         (message-beginning-of-line, message-tab-body-function): Add :version.
13286         (message-insert-canlock, message-wide-reply-confirm-recipients):
13287         Change :version.
13288
13289         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13290         and :version.
13291         (mail-source-delete-old-incoming-confirm)
13292         (mail-source-movemail-program): Add :version.
13293
13294         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13295         (gnus-agent-cache, gnus-agent): Change :version.
13296
13297         * gnus-util.el (gnus-use-byte-compile): Change :version.
13298
13299         * gnus-sum.el (gnus-summary-make-false-root-always)
13300         (gnus-summary-default-high-score)
13301         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13302         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13303         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13304         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13305         (gnus-sum-thread-tree-single-indent)
13306         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13307         (gnus-sum-thread-tree-leaf-with-other)
13308         (gnus-sum-thread-tree-single-leaf): Add :version.
13309         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13310         (gnus-article-loose-mime): Change :version.
13311
13312         * gnus-start.el (gnus-backup-startup-file)
13313         (gnus-save-startup-file-via-temp-buffer): Add :version.
13314
13315         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13316         (gnus-server-offline-face): Add :version.
13317
13318         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13319
13320         * gnus-msg.el (gnus-gcc-externalize-attachments)
13321         (gnus-debug-files, gnus-debug-exclude-variables)
13322         (gnus-discouraged-post-methods): Change :version.
13323         (gnus-confirm-mail-reply-to-news)
13324         (gnus-confirm-treat-mail-like-news): Add :version.
13325
13326         * gnus-int.el (gnus-server-unopen-status): Add :version.
13327
13328         * gnus-group.el (gnus-group-jump-to-group-prompt)
13329         (gnus-large-ephemeral-newsgroup)
13330         (gnus-fetch-old-ephemeral-headers): Add :version.
13331
13332         * gnus-fun.el (gnus-x-face-directory)
13333         (gnus-convert-pbm-to-x-face-command)
13334         (gnus-convert-image-to-x-face-command)
13335         (gnus-convert-image-to-face-command): Add :version.
13336
13337         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13338
13339         * gnus-cite.el (gnus-cite-blank-line-after-header)
13340         (gnus-article-boring-faces): Add :version.
13341
13342         * gnus-art.el (gnus-buttonized-mime-types)
13343         (gnus-inhibit-mime-unbuttonizing)
13344         (gnus-treat-display-face)
13345         (gnus-treat-body-boundary): Change :version.
13346         (gnus-body-boundary-delimiter, gnus-picon-databases)
13347         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13348         (gnus-treat-date-english, gnus-treat-fold-headers)
13349         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13350         (gnus-treat-mail-picon, gnus-treat-wash-html)
13351         (gnus-article-encrypt-protocol)
13352         (gnus-use-idna, gnus-article-over-scroll)
13353         (gnus-mime-display-multipart-alternative-as-mixed)
13354         (gnus-mime-display-multipart-related-as-mixed)
13355         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13356         (gnus-ctan-url, gnus-button-ctan-handler)
13357         (gnus-button-handle-ctan-bogus-regexp)
13358         (gnus-button-ctan-directory-regexp)
13359         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13360         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13361         (gnus-button-man-level, gnus-button-emacs-level)
13362         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13363
13364         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13365         (gnus-agent-go-online): Change :version.
13366         (gnus-agent-expire-unagentized-dirs)
13367         (gnus-agent-auto-agentize-methods): Add :version.
13368
13369         * flow-fill.el (fill-flowed-display-column)
13370         (fill-flowed-encode-column): Add :version.
13371
13372         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13373         (gnus-outlook-deuglify-unwrap-max)
13374         (gnus-outlook-deuglify-cite-marks)
13375         (gnus-outlook-deuglify-unwrap-stop-chars)
13376         (gnus-outlook-deuglify-no-wrap-chars)
13377         (gnus-outlook-deuglify-attrib-cut-regexp)
13378         (gnus-outlook-deuglify-attrib-verb-regexp)
13379         (gnus-outlook-deuglify-attrib-end-regexp)
13380         (gnus-outlook-display-hook): Add :version.
13381
13382         * binhex.el (binhex-use-external): Add :version.
13383
13384 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13387         and `invisible'.
13388
13389 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13390
13391         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13392         in gnus-registry-trim.
13393
13394 2004-09-13  Simon Josefsson  <jas@extundo.com>
13395
13396         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13397
13398         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13399
13400         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13401         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13402         <yamaoka@jpl.org>.
13403         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13404         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13405         <yamaoka@jpl.org>.
13406
13407         * sieve.el (sieve-manage-mode): Ditto.
13408
13409 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13412
13413 2004-09-11  Simon Josefsson  <jas@extundo.com>
13414
13415         * dns-mode.el: Add.
13416
13417         * mm-view.el (mm-display-dns-inline): Add.
13418
13419         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13420         (mm-automatic-display): Ditto.
13421
13422         * mailcap.el (mailcap-mime-data): Add text/dns.
13423         (mailcap-mime-extensions): Map .soa to text/dns.
13424
13425 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13426
13427         * gnus-art.el (article-decode-mime-words, article-babel)
13428         (gnus-article-highlight-signature, gnus-article-add-buttons)
13429         (gnus-signature-toggle): Remove unnecessary bindings of
13430         `inhibit-read-only' inherited from v5.10 merge.
13431
13432 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * nntp.el (nntp): New customization group.
13435         (nntp-authinfo-file): Add customization group.
13436
13437         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13438
13439         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13440
13441         * gnus.el (to-address, to-list, subscribed)
13442         (large-newsgroup-initial): Ditto.
13443
13444         * flow-fill.el (fill-flowed-display-column)
13445         (fill-flowed-encode-column): Ditto.
13446
13447 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13448
13449         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13450         Use point-min rather than 1.
13451         (message-send-mail): Use buffer-size rather than point-max.
13452
13453         * gnus-sum.el (gnus-summary-search-article-forward):
13454         Signal a specific `search-failed' rather than a generic `error'.
13455
13456         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13457         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13458         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13459
13460 2004-09-10  Simon Josefsson  <jas@extundo.com>
13461
13462         * nndb.el (require): Remove tcp and duplicate cl.
13463
13464 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-agent.el (directory-files-and-attributes): Move forward.
13467
13468 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13469
13470         * gnus-agent.el (directory-files-and-attributes): Optionally
13471         defined to support XEmacs.
13472
13473 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13474
13475         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13476         to avoid run-time CL dependencies.
13477         (gnus-agent-unfetch-articles): New function.
13478         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13479         article numbers even when local .overview file is missing.
13480         (gnus-agent-read-article-number): New function.  Only accepts
13481         27-bit article numbers.
13482         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13483         gnus-agent-read-article-number.
13484         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13485         from backend while recognizing that article numbers in .overview
13486         must be valid.
13487         (gnus-agent-update-files-total-fetched-for): Use
13488         directory-files-and-attributes to improve performance.
13489         * gnus-int.el (gnus-request-move-article): Use
13490         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13491         improve performance.
13492
13493         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13494         some users confused by references to .newsrc when they only have a
13495         .newsrc.eld file.
13496         (gnus-convert-mark-converter-prompt)
13497         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13498         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13499         New function.  Used internally to only display 'gnus converting
13500         files' message when actually necessary.
13501
13502         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13503         methods now autoloaded.
13504
13505 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13508         identifiers.
13509
13510 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * gnus-picon.el: Fix indentation and closing parenthesis.
13513
13514 2004-09-01  Simon Josefsson  <jas@extundo.com>
13515
13516         * message.el (message-canlock-generate): Require sha1, not
13517         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13518         to require within a function.  Sadly, if sha1.el isn't loaded, the
13519         let binding in m-c-g will hide the defcustom definition, which is
13520         bad.)
13521
13522         * canlock.el: Require sha1, not sha1-el.
13523
13524         * message.el: Don't autoload sha1 (there is a autoload cookie in
13525         sha1.el).
13526
13527         * sha1-el.el: Renamed to sha1.el.
13528
13529 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13530
13531         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13532
13533 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13534
13535         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13536
13537 2004-08-30  Kim F. Storm  <storm@cua.dk>
13538
13539         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13540
13541         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13542         Add :group 'nnimap.
13543
13544 2004-08-30  Andreas Schwab  <schwab@suse.de>
13545
13546         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13547         ?* and ?\;.
13548
13549         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13550         and ?\' to symbol instead of whitespace.
13551
13552 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13555
13556         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13557         instead of re-search-forward.
13558
13559         * gnus-uu.el (gnus-uu-save-article): Ditto.
13560         (gnus-uu-post-encode-uuencode): Ditto.
13561
13562         * html2text.el (html2text-clean-list-items): Ditto.
13563         (html2text-clean-dtdd): Ditto.
13564         (html2text-format-tags): Ditto.
13565
13566         * message.el (message-send-mail-with-sendmail): Fix regexp.
13567         (message-fill-field-general): Use search-forward instead of
13568         re-search-forward.
13569         (unbold-region): Ditto.
13570
13571         * nnrss.el (nnrss-request-article): Ditto.
13572
13573         * nnslashdot.el (nnslashdot-request-article): Ditto.
13574
13575         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13576
13577         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13578         "Unrecognized menu descriptor" error in XEmacs.
13579
13580 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13581
13582         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13583         parent article of a sparse article in the thread hashtb.
13584
13585 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13586
13587         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13588         (nnmail-expand-newtext): Lowercase expanded entries if
13589         nnmail-split-lowercase-expanded is non-nil.
13590
13591 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13594
13595         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13596         of gnus-tmp-news-method into string under XEmacs.  It will be
13597         passed to gnus-correct-length which takes only a string argument.
13598
13599 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-util.el (gnus-bind-print-variables): New macro.
13602         (gnus-prin1): Use it.
13603         (gnus-prin1-to-string): Use it.
13604         (gnus-pp): New function.
13605         (gnus-pp-to-string): New function.
13606
13607         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13608         Replace pp-to-string with gnus-pp-to-string.
13609         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13610         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13611         * gnus-msg.el (gnus-debug): Ditto.
13612         * gnus-score.el (gnus-score-save): Ditto.
13613         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13614         gnus-pp-to-string.
13615         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13616         with gnus-pp.
13617         * score-mode.el (gnus-score-pretty-print): Ditto.
13618         * webmail.el (webmail-debug): Ditto.
13619
13620 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-art.el (article-display-face, article-display-x-face):
13623         Use buffer-read-only.
13624
13625 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-art.el (article-hide-list-identifiers):
13628         Bind inhibit-read-only as t.
13629
13630 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13633
13634 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13635
13636         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13637         (gnus-narrow-to-page): Don't assume point-min == 1.
13638         (gnus-article-edit-mode): Derive from message-mode.
13639
13640         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13641         point-min == 1.
13642
13643         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13644         Disable incorrect use of `assert'.
13645
13646         * message.el (message-mode): Set comment-start-skip.
13647
13648
13649 2004-08-22  Sam Steingold  <sds@gnu.org>
13650
13651         * pop3.el (pop3-leave-mail-on-server): New user variable.
13652         (pop3-movemail): Delete mail only when it is nil.
13653
13654 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13657
13658         * mml.el (mml-preview): Use `pop-to-buffer'.
13659
13660         * message.el (message-goto-mail-followup-to): Insert after "To".
13661         (message-carefully-insert-headers): Add comment.
13662
13663         * gnus.el: Remove unused variable `gnus-article-check-size'.
13664
13665         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13666
13667         * gnus-art.el (gnus-button-alist): Improve
13668         `gnus-button-handle-library' entry.
13669
13670 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13671
13672         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13673         downcase, since XEmacs capitalizes error messages differently.
13674
13675 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13676
13677         * nntp.el: Add (require 'gnus) due to reference to
13678         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13679
13680 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13681
13682         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13683         `mm-fill-flowed'.
13684
13685         * mm-decode.el (mm-dissect-singlepart): Check it.
13686
13687 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13688
13689         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13690         'imap' for netrc parsing.
13691
13692 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * mailcap.el (mailcap-mime-data): Mark as risky.
13695
13696 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13699         may be included in the encoded word.
13700         (rfc2047-encode): Don't append a space if the encoded word
13701         includes close parenthesis.
13702
13703 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13706         of text within parentheses.
13707
13708 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13709
13710         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13711         (gnus-encrypt-write-file-contents): Make the password key the file
13712         name PLUS the cipher, not just the cipher.  Also remove failed
13713         passwords from the cache.
13714
13715 2004-08-06  Simon Josefsson  <jas@extundo.com>
13716
13717         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13718         fix.
13719
13720 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13723         LWSP.
13724
13725 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13726
13727         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13728         to append in-reply-to: data to the references: header.
13729
13730         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13731         (netrc-parse): Use gnus-encrypt.el functions.
13732
13733         * gnus-encrypt.el: Add new file for encryption support; currently
13734         does only a few GPG ciphers and an internal XOR cipher.
13735
13736         * password.el: Add comments on using password-read-and-add.
13737         (password-read-and-add): Add function to read and add the
13738         password to the cache at once.
13739
13740 2004-07-28  Simon Josefsson  <jas@extundo.com>
13741
13742         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13743         parameter (but don't use it, for now).
13744
13745         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13746         instead of hard coding to nil.
13747
13748 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13751         as mm-inline-image-xemacs does.
13752
13753 2004-07-26  Simon Josefsson  <jas@extundo.com>
13754
13755         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13756         Revert part of 2004-07-17 change below.
13757
13758 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13761         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13762
13763 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13764
13765         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13766         quotes that actually start with ">" at the beginning of the
13767         lines.
13768
13769 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * rfc2047.el (rfc2047-encode-region): Fix last change.
13772         (rfc2047-encode-parameter): Remove useless concat.
13773
13774 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13777         encode special characters; fix some kind of misconfigured headers;
13778         signal a real error if debug-on-quit or debug-on-error is non-nil.
13779         (rfc2047-encode-max-chars): New variable.
13780         (rfc2047-encode-1): Use it.
13781         (rfc2047-encode-parameter): New function.
13782
13783         * mml.el (mml-insert-parameter): Remove an excessive space.
13784
13785 2004-07-17  Simon Josefsson  <jas@extundo.com>
13786
13787         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13788         Kai Grossjohann <kai@emptydomain.de>.
13789         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13790         (gnus-group-make-menu-bar): Ditto.
13791
13792         * gnus-util.el (gnus-group-server): Add.
13793
13794 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13795
13796         * message.el (message-clone-locals): Clone sendmail and smtp
13797         variables.
13798
13799 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * rfc2047.el (rfc2047-encode-region): Fix last change.
13802
13803 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13806         characters as non-special.
13807
13808 2004-07-09  Simon Josefsson  <jas@extundo.com>
13809
13810         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13811         Users will lose all flag changes made while unplugged with
13812         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13813         good default.  See numerous reports on ding mailing list.
13814
13815 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13818         add generate-head-function and generate-article-function to the
13819         rfc822-forward entry.
13820         (nndoc-rfc822-forward-generate-article): New function.
13821         (nndoc-rfc822-forward-generate-head): New function.
13822
13823         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13824
13825 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13826
13827         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13828         respect display group parameter and gnus-summary-expunge-below.
13829         (gnus-articles-to-read): Remove unused reference to display group
13830         parameter.
13831
13832 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833
13834         * nnheader.el (nnheader-uniquify-message-id): New experimental
13835         variable.
13836         (nnheader-nov-read-message-id): Use it.
13837
13838         * spam-report.el (spam-report-gmane): Add interactive.
13839
13840 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13843         qp-or-base64 for the application/* types.
13844
13845 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13846
13847         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13848
13849 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13850
13851         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13852         trim value.
13853
13854 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13855
13856         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13857         New macro and function.
13858         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13859
13860 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13863         after-load-alist.
13864
13865 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13866
13867         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13868         update info that isn't there.
13869
13870 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13871
13872         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13873         entry.
13874
13875 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * mm-view.el (mm-inline-render-with-function): Use multibyte
13878         buffer; decode html source by charset.
13879
13880         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13881
13882         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13883         Mule-UCS is loaded under XEmacs.
13884         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13885
13886 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13887
13888         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13889
13890 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * mm-util.el (mm-coding-system-p): Return a coding-system.
13893         (mm-mime-mule-charset-alist): Use shift_jis instead of
13894         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13895         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13896         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13897         instead of japanese-shift-jis and iso-latin-1 respectively in
13898         order to share the default value with both Emacs and XEmacs-mule.
13899         (mm-mule-charset-to-mime-charset): Make
13900         mm-coding-system-priorities effective.
13901         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13902         while predicating of candidates upon the priorities.
13903
13904 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13905
13906         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13907         gnus-uu-invert-processable.
13908
13909         * gnus.el: Autoload gnus-uu-invert-processable.
13910
13911 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * mm-util.el (mm-with-multibyte-buffer): New macro.
13914
13915         * rfc2047.el (rfc2047-encode-string): Use it.
13916         (rfc2047-encode-region): Move point to the end of the region after
13917         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13918
13919 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13922         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13923
13924 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13927         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13928         Karl Chen <quarl@nospam.quarl.org>.
13929
13930 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13931
13932         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13933         invalid addresses.
13934
13935 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13936
13937         * spam.el: Change section markers, revise TODO list.
13938         (spam-backends): Make new master list of all installed backends.
13939         (spam-summary-exit-behavior): Add new variable to determine how
13940         messages moves are done at summary exit.
13941         (spam-move-spam-nonspam-groups-only)
13942         (spam-process-ham-in-nonham-groups)
13943         (spam-process-ham-in-spam-groups): Remove variables, the
13944         spam-summary-exit-behavior variable should be used to manage this
13945         behavior.
13946         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13947         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13948         and spam-old-spam-articles.
13949         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13950         Add empty variables, placeholders for the backends they represent.
13951         (spam-set-difference): Move, unchanged.
13952         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13953         unless the user has a processor variable.
13954         (spam-classifications, spam-classification-valid-p)
13955         (spam-backend-properties, spam-backend-property-valid-p)
13956         (spam-backend-function-type-valid-p)
13957         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13958         (spam-report-articles-gmane, spam-report-articles-resend):
13959         Remove functions, they are not needed.
13960         (spam-install-backend-super, spam-backend-list)
13961         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13962         (spam-backend-function, spam-backend-ham-registration-function)
13963         (spam-backend-spam-registration-function)
13964         (spam-backend-ham-unregistration-function)
13965         (spam-backend-spam-unregistration-function)
13966         (spam-backend-statistical-p, spam-backend-mover-p)
13967         (spam-install-backend-alias, spam-install-checkonly-backend)
13968         (spam-install-mover-backend, spam-install-nocheck-backend)
13969         (spam-install-backend, spam-install-statistical-backend)
13970         (spam-install-statistical-checkonly-backend): Add backend installation
13971         support.
13972         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13973         (spam-group-processor-p): Use the new backend code and respect the
13974         summary exit behavior.
13975         (spam-mark-spam-as-expired-and-move-routine): Remove.
13976         (spam-summary-prepare): Change to use the new spam-old-articles
13977         variable.
13978         (spam-copy-or-move-routine, spam-copy-spam-routine)
13979         (spam-move-spam-routine, spam-copy-ham-routine)
13980         (spam-move-ham-routine): Add code to copy/move ham or spam.
13981         (spam-fetch-field-fast): Improve doc and code, plus allow the
13982         'number request.
13983         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13984         variables.
13985         (spam-split, spam-find-spam): Use the new backend code.
13986         (spam-registration-functions): Remove variable.
13987         (spam-unregister-routine): Add convenience wrapper.
13988         (spam-log-undo-registration, spam-register-routine)
13989         (spam-log-processing-to-registry)
13990         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13991         where possible.
13992         (spam-check-gmane-xref, spam-check-regex-headers)
13993         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13994         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13995         (spam-check-bogofilter-headers, spam-check-spamoracle)
13996         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13997         (spam-check-crm114-headers): Use the spam-split-group that
13998         spam-split prepares, no need to determine it every time.
13999
14000         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14001         to the nnheader-parse-naked-head call.
14002
14003         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14004
14005         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14006         the nnheader-nov-read-message-id call.
14007
14008 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14011         gnus-activate-group twice.  Suggested by Markus Peter
14012         <warp@spin.de>.
14013
14014 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-art.el (gnus-article-time-format): Exchange the order of
14017         day and month in the default value; fix customization type.
14018         (article-date-ut): Use add-text-properties.
14019         (article-make-date-line): Use message-make-date instead of
14020         current-time-string.
14021
14022         * message.el (message-fetch-field): Don't use set-text-properties.
14023         (message-make-date): Simplify.
14024
14025         * messagexmas.el (message-xmas-make-date): New function.
14026         (message-xmas-redefine): Defalias message-make-date to it.
14027
14028 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14031         (rfc2047-encode-region): Treat text within parentheses as special;
14032         show the original text when error has occurred.
14033
14034         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14035         already-computed method to gnus-activate-group.
14036
14037         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14038         same select-methods identical Lisp objects.
14039
14040         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14041         object when modifying the info.
14042
14043 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14046         gnus-opened-servers since it has never been opened with the new
14047         configuration yet.
14048
14049 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14052         arg to nnheader-generate-fake-message-id.
14053
14054 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14055
14056         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14057         number and build a fake message ID localized to a group and
14058         article number (so it's repeatable from that point on).
14059         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14060         ID format.
14061
14062         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14063         nnheader-generate-fake-message-id with the article number.
14064
14065 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14066
14067         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14068         end-of-buffer.
14069
14070 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14071
14072         * message.el (message-ignored-supersedes-headers): Add Approved.
14073
14074 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14077         goto-char.
14078         (rfc2047-encode): Fold the line before encoding.
14079
14080 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14081
14082         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14083         folding -- not all headers can be folded, and this should be done
14084         by the message composition mode.  Probably.  I think.
14085
14086 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14089         fast.
14090
14091         * gnus-ems.el (gnus-remove-image): Don't use
14092         message-text-with-property; remove only the image found first.
14093
14094         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14095         found first.
14096
14097 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14098
14099         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14100
14101 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * message.el (message-text-with-property): Make it fast and accept
14104         optional arguments.
14105         (message-strip-forbidden-properties): Use it.
14106         (message-fix-before-sending): Follow the m-t-w-p change.
14107
14108         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14109
14110 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-art.el (article-hide-headers): Don't change the buffer
14113         mistakenly when performing mml-preview even if
14114         gnus-single-article-buffer is nil.
14115
14116 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14117
14118         * message.el (message-expand-name-databases): New user option.
14119         (message-expand-name): Use it.
14120
14121 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14122
14123         * spam.el (spam-report-articles-resend)
14124         (spam-report-resend-register-routine): Allow ham reporting.
14125         (spam-report-resend-register-ham-routine): Add wrapper.
14126         (spam-registration-functions): Add ham resending functions.
14127         (spam-list-of-processors): Add ham resend processor.
14128
14129         * gnus.el (ham-resend-to): Add new group parameter.
14130         (spam-process): Add ham resend option.
14131
14132         * spam-report.el (spam-report-resend): Allow reporting ham.
14133         (spam-report-resend-ham): Add wrapper.
14134
14135 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14136
14137         * message.el (message-cite-articles-with-x-no-archive): New
14138         variable.
14139         (message-cite-original): Use it.
14140
14141 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14142
14143         * message.el (message-cite-original): Respect X-No-Archive.
14144
14145 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-art.el (article-hide-headers): Refer to the values for
14148         gnus-ignored-headers and gnus-visible-headers in the summary
14149         buffer since a user may have set them as group parameters.
14150
14151 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14152
14153         * assistant.el (assistant-node-name): Add convenience function.
14154         (assistant-render-text, assistant-render-node): Add error handling,
14155         plus handle multiple next nodes.
14156         (assistant-find-next-node): Comment out for now.
14157         (assistant-find-next-nodes): Add function, returns list of next
14158         nodes.
14159
14160 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * mail-source.el (mail-source-directory): Fix doc-string.
14163
14164 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14165
14166         * assistant.el (assistant-render-text, assistant-eval): Add :set
14167         widget type, which is different because it takes and returns a
14168         list.  Much hilarity ensues.
14169
14170 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14173
14174         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14175         doc-string.
14176
14177         * gnus-start.el (gnus-activate-group): Added doc-string.
14178
14179 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14182
14183 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * assistant.el (assistant-render-text): Try to add a :set
14186         widget, more to come.
14187
14188         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14189         strings.
14190         (spam-report-articles-resend)
14191         (spam-register-routine): Do registration iff any articles warrant
14192         it.
14193         (spam-summary-prepare-exit): Change log message for nil group
14194         destinations.
14195
14196 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14197
14198         * spam.el (spam-report-resend-register-routine): Allow
14199         spam-report-resend-to to be a group parameter or a global value.
14200
14201 2004-05-26  Simon Josefsson  <jas@extundo.com>
14202
14203         * starttls.el: Merge with my GNUTLS based starttls.el.
14204         (starttls-gnutls-program, starttls-use-gnutls)
14205         (starttls-extra-arguments, starttls-process-connection-type)
14206         (starttls-connect, starttls-failure, starttls-success): New
14207         variables.
14208         (starttls-program, starttls-extra-args): Doc fix.
14209         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14210         functions.
14211         (starttls-negotiate, starttls-open-stream): Check
14212         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14213         function if it is set.
14214
14215 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14218         structured fields.
14219
14220 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14223
14224 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14225
14226         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14227         variable.
14228         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14229         assigning the spam-mark to new messages.
14230
14231 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14232
14233         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14234
14235 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14238
14239         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14240         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14241         default.
14242
14243 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14244
14245         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14246         correct data.
14247
14248 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14249
14250         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14251         (spam-group-processor-p): Fix function.
14252         (spam-group-processor-multiple-p)
14253         (spam-group-spam-processor-report-gmane-p)
14254         (spam-group-spam-processor-report-resend-p)
14255         (spam-group-spam-processor-bogofilter-p)
14256         (spam-group-spam-processor-blacklist-p)
14257         (spam-group-spam-processor-ifile-p)
14258         (spam-group-ham-processor-ifile-p)
14259         (spam-group-spam-processor-spamoracle-p)
14260         (spam-group-spam-processor-crm114-p)
14261         (spam-group-ham-processor-bogofilter-p)
14262         (spam-group-spam-processor-stat-p)
14263         (spam-group-ham-processor-stat-p)
14264         (spam-group-ham-processor-whitelist-p)
14265         (spam-group-ham-processor-BBDB-p)
14266         (spam-group-ham-processor-spamoracle-p)
14267         (spam-group-ham-processor-copy-p): Remove functions with some
14268         prejudice against unneeded code.
14269         (spam-report-articles-resend)
14270         (spam-report-resend-register-routine): Allow the group/topic
14271         spam-resend-to value to override spam-report-resend-to.
14272         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14273         properly now.
14274
14275         * gnus.el (spam-resend-to): Add group/topic parameter.
14276         (spam-process): Move the OBSOLETE processors to the end of the
14277         choices.
14278
14279 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14280
14281         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14282         with resend-to set to nil, and then ask the user if necessary.
14283         (spam-report-resend): spam-report-resend takes a list of articles, not
14284         separate article numbers.
14285
14286 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14289         addition to emacs-w3m.
14290
14291 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * assistant.el (assistant-authinfo-data): New function.
14294         (assistant-eval): Eval for entire assistant.
14295
14296         * netrc.el (netrc-services-file): New variable.
14297         (netrc-parse-services): New function.
14298         (netrc-find-service-name): New function.
14299         (netrc-find-service-number): New function.
14300         (netrc-port-equal): New function.
14301         (netrc-machine): Use it.
14302
14303         * nnimap.el (nnimap-open-connection): Use netrc.
14304
14305         * gnus-util.el (gnus-netrc-get): Remove aliases.
14306
14307         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14308
14309         * assistant.el (wid-edit): Fix compilation.
14310
14311         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14312
14313 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14314
14315         * gnus-util.el (gnus-set-file-modes): New function.  (small
14316         patch).
14317
14318 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319
14320         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14321
14322         * assistant.el (assistant-render-node): Fix up rendering and
14323         read-only text.
14324         (assistant-render-node): Reset.
14325         (assistant-make-read-only): Not sticky.
14326
14327 2004-05-20  Danny Siu  <dsiu@adobe.com>
14328
14329         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14330         centered even when gnus-auto-center-summary is t.
14331
14332 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14333
14334         * dns.el (dns-get-txt-answer): New function.
14335         (dns-read-txt): Ditto.
14336         (query-dns): Use it.
14337
14338 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14341         active for foreign groups even if the group level is higher than
14342         the specified value.
14343
14344 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14345
14346         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14347         non-active groups.
14348
14349         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14350
14351 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14352
14353         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14354
14355 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14356
14357         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14358         (spam-crm114-header, spam-crm114-spam-switch)
14359         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14360         (spam-crm114-positive-spam-header)
14361         (spam-crm114-database-directory, spam-list-of-processors)
14362         (spam-group-spam-processor-crm114-p)
14363         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14364         (spam-generic-score, spam-list-of-checks)
14365         (spam-list-of-statistical-checks, spam-registration-functions)
14366         (spam-check-crm114-headers, spam-crm114-score)
14367         (spam-check-crm114, spam-crm114-register-with-crm114)
14368         (spam-crm114-register-spam-routine)
14369         (spam-crm114-unregister-spam-routine)
14370         (spam-crm114-register-ham-routine)
14371         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14372         asjo@koldfront.dk (Adam Sjøgren).
14373
14374         * gnus.el: Add spam-use-crm114.
14375
14376         * spam.el (spam-list-of-processors, spam-registration-functions):
14377         Add spam-use-resend.
14378         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14379         (spam-report-articles-gmane): Add doc fix.
14380         (spam-report-articles-resend, spam-report-resend-register-routine):
14381         Add wrappers around spam-report-resend-to.
14382
14383         * spam-report.el (spam-report-resend-to, spam-report-resend):
14384         Add support for resending spam.
14385         (spam-report-gmane): Fix line length >80.
14386
14387         * gnus.el (spam-process): Add spam-use-resend.
14388
14389 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14390
14391         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14392         number of processed spam messages.
14393         (spam-ham-copy-or-move-routine): Return the number of processed
14394         ham messages.
14395         (spam-summary-prepare-exit): Use the above values to decide
14396         whether status messages shouled be displayed.
14397
14398 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14401         `rfc2047-encoding-function-alist' in order to avoid conflicting
14402         with the old version.
14403         (rfc2047-encode-region): Concatenate words containing non-ASCII
14404         characters in structured fields; don't encode space-delimited
14405         ASCII words even in unstructured fields; don't break words at
14406         char-category boundaries.
14407         (rfc2047-encode-1): New function.
14408         (rfc2047-encode): Use it; encode text so that it occupies the
14409         maximum width within 76-column; work correctly on Q encoding for
14410         iso-2022-* charsets.
14411         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14412         sure not to break a line just after the header name.
14413         (rfc2047-b-encode-region): Removed.
14414         (rfc2047-b-encode-string): New function.
14415         (rfc2047-q-encode-region): Removed.
14416         (rfc2047-q-encode-string): New function.
14417
14418         * mm-util.el (mm-replace-in-string): New function.
14419
14420 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14421
14422         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14423         get it right.
14424         (gnus-inews-make-draft): Really.
14425
14426 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14427
14428         * nnmh.el (nnmh-request-list-1): Don't check the link count
14429         before descending.  (small patch)
14430
14431 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14432
14433         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14434         stuff.
14435
14436         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14437         on real group name.
14438
14439         * gnus-art.el (gnus-signature-limit): Doc fix.
14440
14441         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14442
14443         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14444
14445 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14446
14447         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14448         isn't a string.
14449
14450 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14451
14452         * gnus-draft.el (gnus-draft-send): Bind
14453         rfc2047-encode-encoded-words.
14454
14455         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14456         (rfc2047-encodable-p): Say that =? needs encoding.
14457         (rfc2047-encode-encoded-words): New variable.
14458
14459         * gnus-group.el (gnus-group-select-group): Doc fix.
14460
14461         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14462
14463         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14464         to nil.
14465
14466         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14467
14468         * nnheader.el (nnheader-get-lines-and-char): New function.
14469
14470 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus-msg.el (gnus-summary-followup-with-original): Document
14473         yanking of region when active.
14474
14475 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14478         groups if the group level is higher than the specified value.
14479
14480 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14483         (gnus-group-jump-to-group): Added prefix argument using
14484         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14485         non-active group.
14486
14487         * compface.el (uncompface): Be verbose when changing
14488         `uncompface-use-external'.
14489
14490         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14491         handle manual section.
14492
14493 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14494
14495         * gnus-art.el (gnus-button-alist): Revert previous change.
14496
14497 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14500
14501 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14502
14503         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14504         whether backend can accept message.
14505
14506         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14507
14508 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14509
14510         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14511         Avoid creating directory when nntp-marks-is-evil is true.
14512         Reported by Reiner Steib.
14513
14514 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * gnus-picon.el (gnus-picon-style): New variable.
14517         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14518         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14519         Jesper Harder <harder@ifa.au.dk>.
14520
14521 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14522
14523         * message.el (message-fill-field): Return point.
14524         (message-generate-headers): Go to end of field.
14525
14526         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14527         stuff for non-living groups.
14528
14529 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14530
14531         * gnus-art.el (gnus-article-followup-with-original)
14532         (gnus-article-reply-with-original): gnus-mark-active-p ->
14533         gnus-region-active-p.
14534
14535 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14538         only when there is spam or ham to be processed.
14539
14540 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14541
14542         * mail-source.el (mail-source-delete-crash-box): Refactor.
14543         (mail-source-fetch): Use it.
14544         (mail-source-fetch-file): Ditto.
14545         (mail-source-fetch-directory): Run postscript in loop.
14546         (mail-source-fetch-pop): Delete.
14547         (mail-source-fetch-maildir): Ditto.
14548         (mail-source-fetch-imap): Ditto.
14549
14550         * imap.el (imap-authenticators): Comment out sasl.
14551
14552         * message.el (message-skip-to-next-address): New function.
14553         (message-fill-header-address): Refactor.
14554         (message-fill-address): Use it.
14555         (message-delete-address): Use it.
14556         (message-fill-header-general): Refactor.
14557         (message-fill-field-address): Rename.
14558         (message-narrow-to-field): Find the start of the header.
14559         (message-header-format-alist): Don't pre-fill.
14560         (message-fill-header): Removed.
14561         (message-insert-header): New function.
14562         (message-shorten-references): Use it.
14563
14564         * rfc2047.el (rfc2047-field-value): Strip props.
14565
14566         * mail-parse.el (mail-header-make-address): New alias.
14567
14568         * ietf-drums.el (ietf-drums-make-address): New function.
14569
14570         * imap.el: Add compiler directives.
14571
14572         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14573
14574         * gnus-art.el (article-decode-idna-rhs): Don't use
14575         message-idna-inside-rhs-p.
14576
14577 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14578
14579         * message.el (message-idna-inside-rhs-p): Removed.
14580         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14581
14582         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14583         false positives.
14584
14585 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14586
14587         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14588
14589 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590
14591         * nneething.el (nneething-file-name): Don't create spurious
14592         files.
14593
14594         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14595         (gnus-inews-do-gcc): Remove sleep.
14596
14597         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14598         part under point.
14599
14600         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14601         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14602
14603 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14604
14605         * spam.el (spam-summary-prepare-exit): Fixed (length).
14606
14607 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14608
14609         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14610         as expired without moving it" message when there are spam
14611         messages left.
14612
14613 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14614
14615         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14616         header is not nil.
14617
14618 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14619
14620         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14621         nntp-possibly-create-directory, not nntp-possibly-change-group.
14622         (nntp-marks-changed-p): New arg SERVER.
14623         (nntp-request-update-info): Adjust caller.
14624
14625 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14626
14627         * nntp.el (nntp-save-marks): Pass missing arg.
14628
14629 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14630
14631         * nntp.el: Support marks.
14632         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14633         (nntp-marks-modtime, nntp-marks-directory): New variables.
14634         (nntp-request-set-mark, nntp-request-update-info)
14635         (nntp-possibly-create-directory, nntp-marks-changed-p)
14636         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14637         functions.
14638
14639 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14640
14641         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14642         (gnus-xmas-redefine): Rename.
14643
14644         * gnus-score.el (gnus-score-insert-help): Use
14645         gnus-select-lowest-window.
14646
14647         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14648         appt-select-lowest-window and rename to gnus-select-lowest-window.
14649
14650         * gnus.el: do.
14651
14652 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14653
14654         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14655         encodings of MIME-encoded words, in order to improve
14656         interoperability with several broken MUAs.
14657
14658 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14659
14660         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14661         tags, only when charsets are not specified in headers.
14662         (mm-inline-text-html-render-with-w3m): Ditto.
14663
14664         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14665         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14666
14667 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14668
14669         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14670         instead of MIME-decoded from fields when checking
14671         `gnus-article-address-banner-alist'.
14672
14673 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14674
14675         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14676         description rather than subject.
14677
14678 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14679
14680         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14681
14682 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14683
14684         * gnus.el (gnus-version-number): Bump.
14685
14686 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14687
14688         * gnus.el: No Gnus v0.2 is released.
14689
14690 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14691
14692         * gnus-agent.el (gnus-agent-read-agentview): Inline
14693         gnus-uncompress-range.
14694
14695 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14696
14697         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14698         `exec-installed-p'.
14699
14700 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14701
14702         * gnus.el (spam-process, spam-autodetect-methods): Add
14703         bsfilter and bsfilter-headers.
14704
14705         * spam.el (spam-bsfilter): New customize group.
14706         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14707         (spam-bsfilter-header, spam-bsfilter-probability-header)
14708         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14709         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14710         (spam-bsfilter-database-directory): New options.
14711         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14712         (spam-list-of-statistical-checks, spam-registration-functions):
14713         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14714         (spam-bsfilter-score): New command.
14715         (spam-check-bsfilter-headers, spam-check-bsfilter)
14716         (spam-bsfilter-register-with-bsfilter)
14717         (spam-bsfilter-register-spam-routine)
14718         (spam-bsfilter-unregister-spam-routine)
14719         (spam-bsfilter-register-ham-routine)
14720         (spam-bsfilter-unregister-ham-routine): New functions.
14721         (spam-generic-score): Support bsfilter; Accept an optional argument
14722         to recalcurate spam score even if scoring header has already been
14723         added.
14724         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14725         optional argument to recalcurate spam score even if scoring header
14726         has already been added.
14727
14728 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14729
14730         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14731         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14732         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14733         link is missing.
14734
14735 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14736
14737         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14738         (html2text-get-attr): Rewrite.
14739
14740         * message.el (message-setup-1): Remove redundant put-text-property
14741         on mail-header-separator.
14742
14743 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14744
14745         * gnus-registry.el (gnus-registry-cache-whitespace)
14746         (gnus-registry-action, gnus-registry-spool-action)
14747         (gnus-registry-split-fancy-with-parent): Change message levels
14748         from 5 to 3 or 7, as needed.
14749
14750         * spam.el (spam-summary-prepare-exit)
14751         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14752         (spam-split, spam-find-spam, spam-log-undo-registration)
14753         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14754         level from 5 to 6.
14755
14756 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14759         2004-03-04 change).
14760
14761 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14762
14763         * sieve-manage.el (sieve-manage-open):
14764         * nnweb.el (nnweb-insert-html):
14765         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14766         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14767         * nnspool.el (nnspool-request-group):
14768         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14769         * nnml.el (nnml-request-update-info):
14770         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14771         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14772         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14773         (nnimap-request-set-mark):
14774         * nnfolder.el (nnfolder-request-update-info):
14775         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14776         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14777         * gnus-uu.el (gnus-uu-find-articles-matching):
14778         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14779         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14780         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14781         * gnus-nocem.el (gnus-nocem-scan-groups):
14782         * gnus-int.el (gnus-start-news-server):
14783         * gnus-group.el (gnus-group-make-kiboze-group)
14784         (gnus-group-browse-foreign-server):
14785         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14786         Use mapc when appropriate.
14787
14788 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14789
14790         FIXME: Make separate entries for each person.
14791
14792         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14793         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14794         <shields@msrl.com>:
14795
14796         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14797         may need for spam sorting and scoring.
14798         (spam-user-format-function-S): Add user format function suitable for
14799         general use.
14800         (spam-article-sort-by-spam-status): Add sorting function for summary
14801         sorting.
14802         (spam-extra-header-to-number): Add function to get a score from a
14803         header.
14804         (spam-summary-score): Add function to get a numeric score from the
14805         headers.
14806         (spam-generic-score): Fix function doc, was in wrong place.
14807         (spam-initialize): Take symbols when it's run, and install the
14808         extra headers that spam-necessary-extra-headers thinks we need.
14809
14810 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14811
14812         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14813         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14814
14815 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14816
14817         * gnus-sum.el (gnus-set-global-variables)
14818         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14819         (gnus-article-get-xrefs, gnus-summary-best-group)
14820         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14821         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14822         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14823         Use with-current-buffer.
14824
14825 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14826
14827         * spam.el (spam-summary-prepare-exit): Simplify logic.
14828         (spam-fetch-article-header): Read the article header if it's not
14829         available.
14830         (spam-list-articles): Simplify logic.
14831         (spam-filelist-register-routine): Fix bug with unregister-list.
14832
14833         * gnus-registry.el: Fix comments at beginning.
14834
14835 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14836
14837         * message.el (message-cater-to-broken-inn): Remove.
14838         (message-shorten-references): Make sure the total folded length of
14839         References is shorter than 998 characters to cater to a bug in INN
14840         2.3.  Also, don't pretend that references aren't folded -- this
14841         hasn't worked for a while.
14842
14843 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14844
14845         * gnus-agent.el (gnus-agentize):
14846         gnus-agent-send-mail-real-function no longer set to current value
14847         of message-send-mail-function but rather a lambda that calls
14848         message-send-mail-function.  The change makes the agent real-time
14849         responsive to user changes to message-send-mail-function.
14850
14851 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14852
14853         * legacy-gnus-agent.el
14854         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14855         help from Florian Weimer <fw@deneb.enyo.de>
14856
14857 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * nnmail.el (nnmail-cache-insert): Revert last change.
14860
14861 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * nnmail.el (nnmail-cache-insert): Always check whether
14864         nnmail-cache-ignore-groups matches a group name.
14865
14866 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14867
14868         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14869         (spam-find-spam, spam-log-processing-to-registry)
14870         (spam-log-registered-p, spam-log-unregistration-needed-p)
14871         (spam-log-undo-registration): Use gnus-message instead of
14872         gnus-error, none of these errors are fatal.
14873
14874         * gnus-registry.el (gnus-registry-clean-empty-function)
14875         (gnus-registry-clean-empty): Remove only empty entries without
14876         extra data.
14877
14878 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14879
14880         * spam-stat.el (spam-stat-buffer-change-to-spam)
14881         (spam-stat-buffer-change-to-non-spam): Change (error) to
14882         (gnus-message 8) invocation.
14883
14884 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * nntp.el (nntp-via-netcat-command): New variable.
14887         (nntp-via-netcat-switches): New variable.
14888         (nntp-open-via-rlogin-and-netcat): New function.
14889         (nntp-open-connection-function): Doc fix.
14890         (nntp-telnet-command): Doc fix.
14891         (nntp-end-of-line): Doc fix.
14892         (nntp-via-rlogin-command): Doc fix.
14893         (nntp-via-user-name): Doc fix.
14894         (nntp-via-address): Doc fix.
14895
14896 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14899         error in Emacs 21.1.
14900
14901 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14902
14903         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14904
14905 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14906
14907         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14908         (gnus-agent-with-refreshed-group): New macro.
14909         (gnus-agent-rename-group): New function.
14910         (gnus-agent-delete-group): New function.
14911         (gnus-agent-save-group-info): Use gnus-command-method when
14912         `method' parameter is nil.  Don't write nil entries into the
14913         active file.
14914         (gnus-agent-get-group-info): New function.
14915         (gnus-agent-fetch-articles): Use
14916         gnus-agent-update-files-total-fetched-for to increment disk space
14917         used.
14918         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14919         gnus-agent-update-view-total-fetched-for to increment disk space
14920         used.
14921         (gnus-agent-get-local): Added optional parameters to avoid calling
14922         gnus-group-real-name and gnus-find-method-for-group.
14923         (gnus-agent-set-local): Delete stored entry if either min, or max,
14924         are nil.
14925         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14926         quit, use gnus-agent-regenerate-group to record existance of any
14927         articles fetched to disk before the quit occurred.
14928         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14929         gnus-agent-update-view-total-fetched-for, and
14930         gnus-agent-update-files-total-fetched-for to decrement disk space
14931         used.
14932         (gnus-agent-retrieve-headers): Use
14933         gnus-agent-update-view-total-fetched-for to increment disk space
14934         used.
14935         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14936         with gnus-agent-update-files-total-fetched-for to decrement disk
14937         space and fresh group buffer.
14938         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14939         (gnus-agent-need-update-total-fetched-for): New variable.
14940         (gnus-agent-update-files-total-fetched-for): New function.
14941         (gnus-agent-update-view-total-fetched-for): New function.
14942         (gnus-agent-total-fetched-for): New function.
14943
14944         * gnus-cache.el (gnus-cache-save-buffers): Use
14945         gnus-cache-update-overview-total-fetched-for to change disk space
14946         used by this group.
14947         (gnus-cache-possibly-enter-article): Use
14948         gnus-cache-update-file-total-fetched-for to increment disk space
14949         used by this group.
14950         (gnus-cache-possibly-remove-article): Use
14951         gnus-cache-update-file-total-fetched-for to decrement disk space
14952         used by this group.
14953         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14954         (gnus-cache-rename-group): New function.
14955         (gnus-cache-delete-group): New function.
14956         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14957         (gnus-cache-need-update-total-fetched-for): New variable.
14958         (gnus-cache-with-refreshed-group): New macro.
14959         (gnus-cache-update-file-total-fetched-for): New function.
14960         (gnus-cache-update-overview-total-fetched-for): New function.
14961         (gnus-cache-rename-group-total-fetched-for): New function.
14962         (gnus-cache-delete-group-total-fetched-for): New function.
14963         (gnus-cache-total-fetched-for): New function.
14964
14965         * gnus-group.el: Require gnus-sum and autoload functions to
14966         resolve warnings when gnus-group.el compiled alone.
14967         (gnus-group-line-format): Documented new %F.
14968         (size of Fetched data) group line format; identifies disk space
14969         used by agent and cache.
14970         (gnus-group-line-format-alist): Defined new F format.
14971         (gnus-total-fetched-for): New function.
14972         (gnus-group-delete-group): No longer update
14973         gnus-cache-active-altered as gnus-request-delete-group now keeps
14974         the cache in sync.
14975         (gnus-group-list-active): Let the agent store a server's active
14976         list if currently plugged.
14977
14978         * gnus-int.el (gnus-request-delete-group):
14979         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14980         local disk in sync with the server.
14981         (gnus-request-rename-group):
14982         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14983         local disk in sync with the server.
14984
14985         * gnus-start.el (gnus-get-unread-articles):
14986         Cosmetic simplification to logic.
14987
14988         * gnus-util.el (gnus-rename-file): New function.
14989
14990 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14991
14992         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14993
14994 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14995
14996         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14997         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14998
14999 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15000
15001         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15002         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15003
15004 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15005
15006         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15007
15008 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15009
15010         * spam.el (spam-set-difference): Add function to replace
15011         gnus-set-difference in spam.el.
15012         (spam-summary-prepare-exit): Use spam-set-difference.
15013
15014 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15015
15016         * gnus-registry.el (gnus-registry-cache-file): Update to use
15017         gnus-dribble-directory OR gnus-home-directory OR ~.
15018         (gnus-registry-split-fancy-with-parent): Fix doc.
15019
15020 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * message.el (message-exchange-point-and-mark): Use
15023         message-mark-active-p.  Suggested by Jesper Harder
15024         <harder@ifa.au.dk>.
15025
15026 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * message.el (message-exchange-point-and-mark): Don't activate
15029         region if it was inactive.  Suggested by Hiroshi Fujishima
15030         <pooh@nature.tsukuba.ac.jp>.
15031
15032 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-art.el (article-display-face): Display Faces in the same
15035         order as X-Faces.
15036
15037 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15040
15041 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15044         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15045         (gnus-article-mime-hierarchy): Remove.
15046         (gnus-article-mime-hierarchy-next): Remove.
15047         (gnus-article-mode): Revert 2004-03-19 change.
15048         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15049         (gnus-insert-mime-button): Revert 2004-03-19 change.
15050         (gnus-mime-accumulate-hierarchy): Remove.
15051         (gnus-mime-enter-multipart): Remove.
15052         (gnus-mime-leave-multipart): Remove.
15053         (gnus-mime-display-part): Revert 2004-03-19 change.
15054         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15055
15056         * mml.el (mml-preview): Revert 2004-03-19 change.
15057
15058 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15059
15060         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15061
15062 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15065         t while entering a file name using the mm-with-multibyte macro.
15066         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15067
15068         * mm-util.el (mm-with-multibyte): New macro.
15069
15070 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15073         user option.
15074         (gnus-mime-multipart-functions): Doc and customization fix.
15075         (gnus-article-mime-hierarchy): New variable.
15076         (gnus-article-mime-hierarchy-next): New variable.
15077         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15078         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15079         gnus-article-mime-hierarchy-next to nil.
15080         (gnus-insert-mime-button): Show hierarchy numbers.
15081         (gnus-mime-accumulate-hierarchy): New function.
15082         (gnus-mime-enter-multipart): New function.
15083         (gnus-mime-leave-multipart): New function.
15084         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15085         (gnus-mime-display-alternative): Show hierarchy numbers.
15086
15087         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15088         gnus-article-mime-hierarchy-next to nil.
15089
15090 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15091
15092         * dns.el: Don't require gnus-xmas.
15093
15094 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15095
15096         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15097         inline PGP.
15098         (mml-menu): Disable mml-quote-region if mark is inactive.
15099
15100 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15103         when the group's active is not available.
15104
15105 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15108         error.
15109
15110 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * imap.el (imap-store-password): New variable.
15113         (imap-interactive-login): Use it.
15114         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15115
15116 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15119         window-start and hscroll to summary window.
15120
15121 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15122
15123         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15124         conversion message to newsrc-dribble when an actual conversion is
15125         performed.
15126
15127 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15128
15129         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15130
15131 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * mm-decode.el (mm-complicated-handles): New function reviving
15134         former definition of mm-multiple-handles.
15135
15136         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15137         (gnus-mime-delete-part): Use it.
15138
15139 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15140
15141         * gnus-agent.el (gnus-agent-read-local): Bind
15142         nnheader-file-coding-system to gnus-agent-file-coding-system to
15143         avoid the implicit assumption that they will always be equal.
15144         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15145         coding-system-for-write, as the with-temp-file macro first prints
15146         to a buffer then saves the buffer.
15147
15148 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * gnus-art.el (gnus-article-edit-part): New function.
15151         (gnus-mime-save-part-and-strip): Use it; do query instead of
15152         signaling an error; don't use mm-multiple-handles.
15153         (gnus-mime-delete-part): Ditto.
15154
15155 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15156
15157         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15158         old file versions.
15159         (gnus-group-prepare-hook): Removed function that converted list
15160         form of gnus-agent-expire-days to group properties.
15161
15162         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15163         (gnus-request-accept-article): Re-indented.
15164
15165         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15166         converters to handle old agent file formats.  Added logic for a
15167         "backup before upgrading warning".
15168         (gnus-convert-mark-converter-prompt): Developers can mark
15169         functions as needing (default), or not needing,
15170         gnus-convert-old-newsrc's "backup before upgrading warning".
15171         (gnus-convert-converter-needs-prompt): Tests whether the user
15172         should be protected from potentially irreversable changes by the
15173         function.
15174
15175         * legacy-gnus-agent.el: New.  Provides converters that are only
15176         loaded when gnus-convert-old-newsrc needs to call them.
15177
15178 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * mail-source.el (mail-source-touch-pop): Doc fix.
15181
15182         * message.el (message-smtpmail-send-it): Doc fix.
15183
15184 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15185
15186         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15187
15188         * nnmail.el (nnmail-split-fancy): do.
15189
15190         * gnus-kill.el (gnus-kill, gnus-execute): do.
15191
15192 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15193
15194         * gnus-sum.el (gnus-widget-reversible-match)
15195         (gnus-widget-reversible-to-internal)
15196         (gnus-widget-reversible-to-external): New functions.
15197         (gnus-widget-reversible): New widget.
15198         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15199
15200 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15201
15202         * gnus-sum.el (gnus-thread-sort-functions)
15203         (gnus-article-sort-functions): Document `(not F)' items.
15204
15205 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15206
15207         * spam.el (spam-use-gmane-xref): Add new backend.
15208         (spam-gmane-xref-spam-group): Add variable to control the name of the
15209         Gmane spam group.
15210         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15211         (spam-regex-headers-spam, spam-regex-headers-ham)
15212         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15213         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15214         backends and checks.
15215         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15216
15217         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15218         an autodetect method.
15219
15220 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15221
15222         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15223         articles are being added to a group.
15224         (gnus-request-replace-article): Inform the agent that articles
15225         need to be uncached as the cached contents are no longer valid.
15226
15227 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * binhex.el: Don't autoload executable-find.
15230
15231         * canlock.el: Don't autoload mail-fetch-field.
15232
15233         * dgnushack.el: Autoload c-mode for XEmacs.
15234
15235         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15236
15237         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15238         rmail-dont-reply-to and rmail-output.
15239
15240         * gnus-score.el: Don't autoload ffap-string-at-point.
15241
15242         * gnus-setup.el: Don't autoload sc-cite-original.
15243
15244         * imap.el: Don't autoload base64-decode-string,
15245         base64-encode-string and md5.
15246
15247         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15248         and rmail-msg-restore-non-pruned-header.
15249
15250         * mm-decode.el: Don't autoload executable-find.
15251
15252         * mm-url.el: Don't autoload executable-find.
15253
15254         * mm-view.el: Don't autoload diff-mode.
15255
15256         * nndb.el: Don't autoload news-reply-mode, news-setup,
15257         cancel-timer and telnet.
15258
15259         * password.el: Don't autoload run-at-time for Emacs.
15260
15261         * sha1-el.el: Don't autoload executable-find.
15262
15263         * sieve-mode.el: Don't autoload c-mode.
15264
15265         * uudecode.el: Don't autoload executable-find.
15266
15267 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15268
15269         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15270         (gnus-agent-possibly-alter-active): Avoid null in numeric
15271         comparison.
15272         (gnus-agent-set-local): Refuse to save null in local object table.
15273         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15274         list of articles that will be marked as unread.
15275
15276 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15279
15280 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15281
15282         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15283         language tags.
15284
15285 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15286
15287         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15288         Don't bind "obarray".
15289
15290         * gnus-sum.el (gnus-thread-sort-functions): Added
15291         `gnus-thread-sort-by-most-recent-number' and
15292         `gnus-thread-sort-by-most-recent-date'.
15293         Reported by Kai Grossjohann <kai@emptydomain.de>.
15294
15295 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15298
15299 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15300
15301         * gnus-cus.el (gnus-agent-customize-category): Removed
15302         ignore-errors macro reference that required cl to be loaded at
15303         run-time.
15304
15305         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15306         single-interval range of the form (min . max).  Previously the
15307         range had to look like ((min . max)).  Likewise, return
15308         (min . max) rather than ((min . max)).
15309         (gnus-range-map): Use gnus-range-normalize to accept
15310         single-interval range.
15311
15312         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15313         the cache, but not the agent, now appear with their usual face.
15314
15315         * dgnushack.el (loaddir): New variable that is bound to the
15316         directory containing the dgnushack.el file. Use loaddir, rather
15317         than srcdir, to update load-path. Change lets dgnushack compile
15318         code in directories other than GNUS/lisp.
15319
15320 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * lpath.el: Don't bind w3m-safe-url-regexp.
15323
15324         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15325         w3m-safe-url-regexp variable buffer-local.
15326
15327         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15328
15329 2004-02-27  Simon Josefsson  <jas@extundo.com>
15330
15331         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15332         gnus-group-real-prefix.
15333         (gnus-summary-move-article): Use it, instead of
15334         gnus-group-real-prefix.
15335
15336 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * lpath.el: Bind w3m-safe-url-regexp.
15339
15340         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15341         w3m-safe-url-regexp variable buffer-local and set it as the value
15342         of mm-w3m-safe-url-regexp.
15343
15344         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15345
15346         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15347         parsing gnus-posting-styles when the message is not for replying.
15348
15349         * dgnushack.el: Autoload sgml-mode for XEmacs.
15350
15351         * nnrss.el (nnrss-opml-export): Use
15352         mm-set-buffer-file-coding-system instead of
15353         set-buffer-file-coding-system.
15354
15355 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15356
15357         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15358         of checkdoc.el).
15359         * nnrss.el: do.
15360         * gnus-mlspl.el: do.
15361         * gnus-ml.el: do.
15362         * gnus-srvr.el: do.
15363
15364         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15365
15366 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15367
15368         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15369         Corrections to custom-manual links.
15370
15371         * gnus-art.el (gnus-article): Ditto.
15372
15373         * mm-decode.el (mime-display, mime-security): Ditto.
15374
15375 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15376
15377         * flow-fill.el: Typo.
15378
15379 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15380
15381         * spam-wash.el: New file.
15382
15383 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15384
15385         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15386
15387 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15388
15389         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15390         to be run with new-articles as LIST1, not LIST2.
15391         (spam-registration-functions): Add spam-use-ham-copy as a nil
15392         registration backend.
15393
15394 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15395
15396         * spam-stat.el (spam-stat-washing-hook): New option.
15397         (spam-stat-buffer-words): Use it.
15398         (spam-stat-process-directory, spam-stat-test-directory): Use
15399         insert-file-contents-literally.
15400         (spam-stat-coding-system): New variable.
15401         (spam-stat-load, spam-stat-save): Use it.
15402
15403 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * spam-report.el (spam-report-plug-agent): Quote
15406         spam-report-url-to-file and spam-report-url-ping-plain.
15407
15408 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15409
15410         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15411         / in mailto URLs.
15412
15413 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * spam-report.el (spam-report-process-queue): Fix interactive use.
15416         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15417         (spam-report-unplug-agent): Doc fixes.
15418         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15419         (spam-report-agentize, spam-report-deagentize): Autoload.
15420
15421 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15424
15425         * message.el (message-setup-fill-variables): Add mml tags to
15426         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15427         <ajk@iu.edu>.
15428         (message-mode): Don't modify paragraph-separate there.
15429
15430 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * compface.el (uncompface-use-external): Default to undecided.
15433         (uncompface-use-external-threshold): New variable.
15434         (uncompface-float-time): New macro.
15435         (uncompface): Determine whether to use the external decoder if
15436         uncompface-use-external is undecided.
15437
15438 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15439
15440         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15441         after images.
15442
15443         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15444
15445 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15446
15447         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15448
15449         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15450
15451         * gnus-sum.el (gnus-summary-limit-to-age)
15452         (gnus-summary-limit-children): do.
15453
15454         * gnus-int.el (gnus-request-scan): do.
15455
15456         * gnus-group.el (gnus-group-suspend): do.
15457
15458         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15459
15460         * gnus-cite.el (gnus-cite-parse-attributions): do.
15461
15462         * gnus-agent.el (gnus-summary-set-agent-mark)
15463         (gnus-agent-regenerate-group): do.
15464
15465         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15466
15467         * binhex.el (binhex-decode-region-internal): do.
15468
15469 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-fun.el (gnus-face-properties-alist): New user option.
15472         (gnus-display-x-face-in-from): Use it.
15473
15474         * gnus-art.el (article-display-face): Ditto.
15475
15476         * compface.el (uncompface-use-external): Default to nil.
15477
15478 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15479
15480         * nntp.el (nntp-erase-buffer): New function.
15481         (nntp-retrieve-data, nntp-send-command)
15482         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15483         (nntp-possibly-change-group): Use it.
15484
15485         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15486         with-current-buffer.
15487
15488 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15489
15490         * compface.el: Merge the ELisp-based uncompface program.
15491         (compface): New customization group.
15492         (uncompface-use-external): New user option.
15493         (uncompface): Call uncompface-internal if uncompface-use-external
15494         is nil.
15495         (uncompface-internal): New function.  Note that there are also
15496         some other functions and variables added for this function.
15497
15498 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15499
15500         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15501         if necessary.
15502
15503 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15504
15505         * spam-report.el (spam-report-unplug-agent)
15506         (spam-report-plug-agent, spam-report-deagentize)
15507         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15508         Add support for the Agent in spam-report: when unplugged, report to a
15509         file; when plugged, submit all the requests.
15510
15511         * spam.el (spam-register-routine): Fix message about
15512         registration.
15513
15514 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15515
15516         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15517         dependencies.
15518         (rfc2047-encode): Use it.
15519
15520         * gnus-art.el (gnus-button-marker-list): Move before first
15521         reference.
15522
15523         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15524         (imap-parse-body): Fix format string mismatch.
15525
15526         * gnus-score.el (gnus-summary-increase-score): do.
15527
15528         * nnrss.el (nnrss-close): New function.
15529
15530 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15531
15532         * nnrss.el (nnrss-make-filename): New function.
15533         (nnrss-request-delete-group, nnrss-read-server-data)
15534         (nnrss-save-server-data, nnrss-read-group-data)
15535         (nnrss-save-group-data): Use it.
15536         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15537         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15538         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15539
15540 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15541
15542         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15543
15544 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15545
15546         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15547         files.
15548
15549         * message.el (message-generate-headers-first): Don't quote nil
15550         and t in docstrings.
15551
15552         * imap.el (imap-id): do.
15553
15554         * gnus-agent.el (gnus-agent-consider-all-articles)
15555         (gnus-agent-queue-mail): do.
15556
15557 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * spam-report.el (spam-report-process-queue): New function.
15560         Process requests from `spam-report-requests-file'.
15561         (spam-report-process-queue): Doc fix.
15562
15563 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15564
15565         * spam.el (spam-register-routine)
15566         (spam-log-processing-to-registry, spam-log-registered-p)
15567         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15568         Change "check" to "spam-check" for semi-clarity.
15569
15570 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15571
15572         * pop3.el: Require nnheader.
15573
15574         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15575
15576         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15577
15578         * gnus-picon.el: Require cl.
15579
15580         * gnus-fun.el: Require gnus-ems and gnus-util.
15581
15582         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15583
15584         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15585
15586         * gnus-art.el (gnus-article-edit-mode): Define before first
15587         reference.
15588
15589 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15590
15591         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15592         (gnus-uu-post-encoded): Use point-at-bol.
15593
15594         * gnus-topic.el (gnus-group-active-topic-p): do.
15595
15596         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15597
15598         * gnus-group.el (gnus-group-kill-region): do.
15599
15600         * gnus-art.el (article-date-ut): do.
15601
15602         * message.el (message-fetch-field): Remove redundant
15603         case-fold-search binding.
15604         (message-narrow-to-field): Simplify.
15605
15606 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * spam.el (spam-directory): Derive from `gnus-directory'.
15609
15610         * spam-report.el (spam-report-url-to-file)
15611         (spam-report-requests-file): New function and variable for offline
15612         reporting.
15613         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15614         and user defined function.
15615         (spam-report-url-ping-mm-url): Remove doubled slash.
15616
15617 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15620
15621 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15622
15623         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15624         format string mismatch.
15625
15626         * sieve.el (sieve-deactivate-all): do.
15627
15628         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15629
15630         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15631
15632         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15633
15634         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15635
15636 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15639         the list of checks.
15640
15641 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15642
15643         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15644         padding.
15645
15646 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15647
15648         * mm-view.el (mm-fill-flowed): New variable.
15649         (mm-inline-text): Use it.
15650
15651 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15652
15653         * spam.el (spam-spamassassin-register-ham-routine)
15654         (spam-spamassassin-register-spam-routine): Fix function names.
15655
15656 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * gnus.el (gnus-tmp-grouplens): Remove.
15659         (gnus-summary-line-format): Remove grouplens.
15660
15661         * gnus-group.el (gnus-group-line-format): Ditto.
15662
15663         * gnus-spec.el (gnus-format-specs): Ditto.
15664         (gnus-update-format-specifications): Flush the group format spec
15665         cache if there's the grouplens stuff.
15666         (gnus-parse-simple-format): Replace %l with the empty string.
15667
15668 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15669
15670         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15671         omission.
15672
15673 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15676         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15677
15678 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15679
15680         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15681         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15682         New macros and functions.
15683         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15684         Handle > NLINK_MAX messages.
15685         * nnmaildir.el (nnmaildir-request-set-mark): Use
15686         nnmaildir--emlink-p and nnmaildir--eexist-p.
15687
15688 2004-01-25  Alex Schroeder  <alex@gnu.org>
15689
15690         * spam-stat.el (spam-stat-process-directory-age): New option.
15691         (spam-stat-process-directory): Use it.
15692
15693 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15694
15695         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15696         (spam-stat-save): Accept prefix argument.
15697
15698 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15699
15700         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15701         links" error.
15702
15703 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15706         the rest of the and/or forms.
15707
15708 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15709
15710         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15711         compatibility with old .newsrc.eld files.
15712
15713         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15714
15715         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15716
15717         * gnus-start.el (gnus-1): do.
15718
15719         * gnus-group.el (gnus-group-line-format-alist): do.
15720
15721         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15722
15723         * gnus-gl.el: Remove.
15724
15725 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15726
15727         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15728         marks consisting of a single range {for example, (3 . 5)} rather
15729         than a list of a single range { ((3 . 5)) }.
15730
15731 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15732
15733         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15734         with-current-buffer.
15735         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15736         avoid consing a string.
15737
15738         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15739         Remove obsolete entries for big5 and gb2312.
15740
15741 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15742
15743         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15744         uncompressed list.
15745
15746 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15747
15748         * spam-stat.el (spam-stat-strip-xref): New function.
15749         (spam-stat-process-directory): Use it.
15750
15751         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15752         here -- it's done in message-fetch-field.
15753
15754 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15755
15756         * gnus-agent.el (gnus-agent-queue-mail)
15757         (gnus-agent-prompt-send-queue): New variables.
15758         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15759         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15760         "nndraft:queue" along to gnus-draft-send.  Use
15761         gnus-agent-prompt-send-queue.
15762         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15763         is "nndraft:queue".  Suggested by Gaute Strokkenes
15764         <gs234@srcf.ucam.org>
15765
15766         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15767         (agent-enable-undownloaded-faces): Added.
15768         (gnus-agent-cat-groups): Use eval-and-compile, not
15769         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15770         method of gnus-agent-cat-groups even when the buffer has been
15771         evaled.
15772         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15773         delete gnus-agent-save-active-1.
15774         (gnus-agent-save-groups): Deleted.  Identical to
15775         gnus-agent-save-active.
15776         (gnus-agent-write-active): No longer adjust agent's copy of active
15777         file as agent's adjustments are now stored in their own
15778         file.  Removed optional parameter.
15779         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15780         servers.  Add use of min/max range limits from server's local
15781         file.
15782         (gnus-agent-save-alist): Removed unused optional argument.
15783         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15784         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15785         (gnus-agent-set-local): A per-server file that keeps min/max range
15786         limits for articles known to the agent.  Provides a fast mechanism
15787         for altering many active ranges.
15788         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15789         active file (local makes it unnecessary).
15790         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15791
15792         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15793         (agent-enable-undownloaded-faces): Added.
15794
15795         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15796         disable it when sending to "nndraft:queue".
15797         (gnus-group-send-queue): Add safety check to avoid sending queue
15798         when unplugged.
15799
15800         * gnus-group.el (gnus-group-catchup): Use new
15801         gnus-sequence-of-unread-articles, not
15802         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15803         numbers of articles.  Use gnus-range-map to avoid having to
15804         uncompress the unread list.
15805         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15806         Fixed invalid ange-ftp reference.
15807
15808         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15809         (gnus-sorted-range-intersection): Intersection of two ranges
15810         without requiring that they first be uncompressed.
15811
15812         * gnus-start.el (gnus-activate-group): Unless blocked by the
15813         caller, possibly expand the active range to include both cached
15814         and agentized articles.
15815         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15816         multiple version-dependent converters.
15817         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15818         gnus-agent-save-active.
15819         (gnus-save-newsrc-file): Save dirty agent range limits.
15820
15821         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15822         gnus-agent-possibly-alter-active.
15823         (gnus-adjust-marked-articles): Faster handling of simple lists.
15824
15825 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15826
15827         * spam-stat.el (spam-stat-test-directory): New optional argument
15828         displays a list of files detected.  Suggested by Andrew Cohen
15829         <cohen@andy.bu.edu>.
15830         (spam-stat-buffer-words-with-scores): Don't narrow and change
15831         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15832
15833 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15834
15835         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15836         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15837         (spam-spamassassin-arguments)
15838         (spam-spamassassin-spam-flag-header)
15839         (spam-spamassassin-positive-spam-flag-header)
15840         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15841         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15842         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15843         (spam-list-of-processors, spam-list-of-checks)
15844         (spam-list-of-statistical-checks, spam-registration-functions)
15845         (spam-check-spamassassin-headers, spam-check-spamassassin)
15846         (spam-spamassassin-score)
15847         (spam-spamassassin-register-with-sa-learn)
15848         (spam-spamassassin-register-spam-routine)
15849         (spam-spamassassin-register-ham-routine)
15850         (spam-assassin-register-spam-routine)
15851         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15852         (spam-bogofilter-score): Fix to show article before scoring.
15853
15854 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15855
15856         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15857         default scoring function.
15858         (spam-generic-score): Call spam-spamassassin-score if
15859         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15860         spam-bogofilter-score otherwise.
15861
15862         * gnus.el (spam-process, spam-autodetect-methods): Add
15863         spamassassin and spamassassin-headers.
15864
15865 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15866
15867         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15868         Suppress unnecessary messages.
15869
15870 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15871
15872         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15873         make-hash-table.
15874
15875 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * canlock.el (base64-encode-string): Don't autoload it.
15878
15879 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * run-at-time.el: Remove useless (require 'itimer),
15882         eval-and-compile and (featurep 'xemacs).
15883
15884 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15885
15886         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15887         GROUP is a virtual group.
15888
15889 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15890
15891         * gnus.el: Autoload `message-y-or-n-p'.
15892
15893 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15894
15895         * pgg-parse.el: Remove unnecessary (require 'custom).
15896
15897         * pgg-def.el: do.
15898
15899         * nnmail.el: do.
15900
15901         * gnus-undo.el: do.
15902
15903         * gnus-picon.el: do.
15904
15905         * gnus-util.el: do.
15906
15907 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15910
15911 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15914         handle, as well as a list.
15915
15916         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15917         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15918         (mm-w3m-cid-retrieve): Simplify.
15919
15920 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15921
15922         * message.el (message-kill-to-signature): Allow prefix arg to
15923         specify number of lines to keep before signature.
15924
15925 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15926
15927         * message.el (message-kill-to-signature): Change docstring.
15928
15929 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * canlock.el: Always require sha1-el.
15932         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15933
15934         * message.el: Autoload sha1 only when compiling.
15935
15936         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15937         eudc-expand-inline for XEmacs.
15938
15939 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * message.el (message-canlock-generate): Require sha1-el.
15942
15943 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15944
15945         * message.el (message-expand-name): Silence the byte compiler.
15946
15947         * lpath.el: Add detect-coding-system.
15948
15949         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15950         cus-edit.
15951
15952 2004-01-13  Simon Josefsson  <jas@extundo.com>
15953
15954         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15955         Invoke gnus-score-mode.  Reported by
15956         bojohan+news@dd.chalmers.se (Johan Bockgård).
15957
15958         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15959         Jim Blandy <jimb@redhat.com> (tiny change).
15960
15961 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15962
15963         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15964
15965 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15966
15967         * spam.el (spam-get-article-as-string): Update to use
15968         gnus-request-article-this-buffer, much simpler.
15969         (spam-get-article-as-buffer): Remove.
15970
15971 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15972
15973         * message.el (message-expand-name): Use EUDC if the user uses that.
15974
15975 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15976
15977         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15978         character for the encoding to avoid consing a string.
15979
15980         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15981         unnecessarily.
15982
15983         * mm-util.el (mm-replace-chars-in-string): Remove.
15984
15985         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15986         of mm-replace-chars-in-string.
15987
15988 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15991
15992         * mm-util.el (mm-subst-char-in-string): Support inplace.
15993
15994         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15995         a new string in every iteration.  Use shy groups.
15996
15997 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15998
15999         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16000         * gnus-soup.el (gnus-soup-group-brew):
16001         * gnus-msg.el (gnus-put-message):
16002         * gnus-move.el (gnus-group-move-group-to-server):
16003         * gnus-kill.el (gnus-batch-score):
16004         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16005         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16006         (gnus-group-update-group, gnus-group-read-group)
16007         (gnus-group-make-group, gnus-group-make-help-group)
16008         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16009         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16010         (gnus-group-sort-by-unread, gnus-group-catchup)
16011         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16012         (gnus-group-yank-group, gnus-group-set-info)
16013         (gnus-group-list-groups):
16014         * gnus.el (gnus-generate-new-group-name):
16015         * gnus-delay.el (gnus-delay-send-queue):
16016         * nnvirtual.el (nnvirtual-catchup-group):
16017         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16018         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16019         (gnus-group-prepare-topics, gnus-topic-check-topology):
16020         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16021         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16022         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16023         (gnus-group-make-articles-read):
16024         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16025         (gnus-group-change-level, gnus-kill-newsgroup)
16026         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16027         (gnus-get-unread-articles, gnus-make-articles-unread)
16028         (gnus-make-ascending-articles-unread): Use accessor
16029         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16030         to get group information for improved readability.
16031
16032
16033 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16034
16035         * gnus-art.el (article-decode-mime-words, article-babel)
16036         (gnus-article-highlight-signature, gnus-article-add-buttons)
16037         (gnus-signature-toggle): Use gnus-with-article-buffer.
16038
16039         * gnus-art.el (gnus-article-highlight-headers)
16040         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16041
16042         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16043         (gnus-article-set-globals, gnus-request-article-this-buffer)
16044         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16045         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16046         (gnus-mime-display-alternative): Use with-current-buffer.
16047
16048 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16049
16050         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16051         also under 80 char limit, and call gnus-error if needed.
16052         (spam-fetch-article-header): Fix - it was a
16053         buffer-local variable (gnus-newsgroup-data).
16054         (spam-find-spam): Use spam-generate-fake-headers, forget about
16055         spam-insert-fake-headers.
16056         (spam-insert-fake-headers): Remove.
16057
16058 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16059
16060         * deuglify.el (gnus-article-outlook-unwrap-lines)
16061         (gnus-outlook-rearrange-article)
16062         (gnus-outlook-repair-attribution-outlook)
16063         (gnus-outlook-repair-attribution-block)
16064         (gnus-outlook-repair-attribution-other): Remove redundant
16065         save-excursion.
16066
16067 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16068
16069         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16070         (spam-fetch-field-subject-fast)
16071         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16072         (spam-fetch-article-header): Add functions to deal with Gnus
16073         internals for fast retrieval of article header data.
16074         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16075
16076 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16077
16078         * pop3.el (pop3-md5): Remove.
16079         (pop3-apop): Replace pop3-md5 with md5.
16080
16081         * mm-bodies.el: base64 is always built-in.
16082
16083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16084         with-current-buffer.
16085
16086 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * canlock.el (canlock-insert-header): Remove excessive grouping in
16089         regexp.
16090
16091         * gnus-sum.el (gnus-summary-read-document): Ditto.
16092
16093         * gnus-uu.el (gnus-uu-part-number): Ditto.
16094
16095         * html2text.el (html2text-remove-tags): Ditto.
16096         (html2text-format-tags): Ditto.
16097         (html2text-format-single-elements): Ditto.
16098
16099         * mml.el (mml-parse-1): Ditto.
16100
16101 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16102
16103         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16104
16105         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16106
16107         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16108
16109         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16110
16111 2003-11-15  Simon Josefsson  <jas@extundo.com>
16112
16113         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16114         (pgg-gpg-lookup-key): Use regexp match instead of
16115         split-string (split-string is different between emacs 21.2 and
16116         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16117
16118 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16119
16120         * gnus-art.el (gnus-mime-view-all-parts)
16121         (gnus-article-part-wrapper, gnus-article-view-part): Use
16122         with-current-buffer.
16123
16124 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16125
16126         * spam.el (spam-disable-spam-split-during-ham-respool)
16127         (spam-spamoracle-database, spam-cache-lookups)
16128         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16129         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16130         (spam-group-ham-marks, spam-group-spam-marks)
16131         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16132         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16133         also add spam-use-blackholes to the statistical checks.
16134         (spam-fetch-field-fast): Add interface to fetching fields, may
16135         become a macro.
16136         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16137         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16138         (spam-insert-fake-headers): Fake an article when needed.
16139         (spam-find-spam): Fake article when possible.
16140         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16141         (spam-check-bogofilter-headers): Use message-fetch-field instead
16142         of nnmail-fetch-field.
16143
16144 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16145
16146         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16147
16148 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16149
16150         * spam.el (spam-split): Do not require spam-use-CHECK to be
16151         enabled if that check is passed to spam-split explicitly; also
16152         fix so 'spam doesn't get converted to spam-split-group when
16153         spam-split-symbolic-return is t.
16154         (spam-find-spam): Find registrations of the article and use those
16155         instead of re-running spam-split to find the spam/ham
16156         classification of the article.
16157         (spam-log-processing-to-registry, spam-log-registered-p)
16158         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16159         Use gnus-error instead of gnus-message.
16160         (spam-log-registration-type): Add function to determine the
16161         classification of a message based on registry entries; will
16162         return nil if both 'spam and 'ham are found.
16163         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16164         a reasonably fast local cache without the loading errors.
16165         (spam-cache-lookups): Set to t by default.
16166         (spam-find-spam): Don't try to guess spam-cache-lookups.
16167         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16168         spam-caches entry.
16169         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16170         caching of whitelist/blacklist entries.
16171         (spam-check-whitelist, spam-check-blacklist): Invoke
16172         spam-from-listed-p with a type, not a cache variable.
16173         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16174
16175 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16176
16177         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16178
16179         * nnmail.el (nnmail-split-fancy): do.
16180
16181         * mml.el (mml-parse): do.
16182
16183         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16184         (gnus-score-adaptive): do.
16185
16186 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16189         (gnus-mime-button-map): Don't set keymap parent.
16190         (gnus-button-ctan-directory-regexp): Use shy grouping.
16191         (gnus-prev-page-map): Don't set keymap parent.
16192         (gnus-prev-page-map): Remove duplicated one.
16193         (gnus-next-page-map): Don't set keymap parent.
16194         (gnus-mime-security-button-map): Ditto.
16195
16196         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16197         version number.
16198
16199         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16200
16201 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * canlock.el (canlock-sha1-function): Remove.
16204         (canlock-sha1-function-for-verify): Remove.
16205         (canlock-openssl-program): Remove.
16206         (canlock-openssl-args): Remove.
16207         (canlock-ignore-errors): Remove.
16208         (canlock-sha1-with-openssl): Remove.
16209         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16210         (canlock-verify): Don't use canlock-ignore-errors.
16211
16212         * sha1-el.el (sha1-string-external): Make it can return a string
16213         in binary form.
16214         (sha1-region-external): Ditto.
16215         (sha1-string-internal): Ditto.
16216         (sha1-region-internal): Ditto.
16217         (sha1-region): Ditto.
16218         (sha1-string): Ditto.
16219         (sha1): Ditto.
16220
16221 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16222
16223         * spam.el (spam-report-articles-gmane): New command.
16224
16225 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16228
16229         * run-at-time.el (run-at-time-saved): Remove.
16230         (run-at-time): Doc fix.
16231
16232 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16233
16234         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16235         (gnus-summary-limit-map): Add it.
16236         (gnus-summary-make-menu-bar): do.
16237
16238 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16239
16240         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16241         Make attempt at some caching support (done for BBDB only now).
16242         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16243         addresses to be checked.
16244         (spam-clear-cache-BBDB): Add function, to be invoked by
16245         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16246         (spam-check-BBDB): Check and use the caches, if
16247         spam-cache-lookups is on, remove superfluous (provide).
16248
16249 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16250
16251         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16252
16253 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16254
16255         * run-at-time.el (run-at-time-saved): Move to after the definition
16256         of `run-at-time'.
16257
16258         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16259
16260 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16263         mm-w3m-local-map-property.
16264
16265         * mm-view.el (mm-w3m-mode-map): Remove.
16266         (mm-w3m-local-map-property): Remove.
16267         (mm-inline-text-html-render-with-w3m): Don't use
16268         mm-w3m-local-map-property.
16269
16270 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16271
16272         * run-at-time.el: New file.
16273
16274         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16275         under Emacs.
16276
16277         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16278         of gnus-set-text-properties.
16279
16280         * gnus-uu.el (gnus-uu-save-article): Ditto.
16281
16282         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16283
16284         * gnus-cite.el (gnus-cite-parse): Ditto.
16285
16286         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16287         of gnus-.
16288
16289         * gnus-xmas.el (run-at-time): Require run-at-time.
16290
16291         * gnus.el: Changed calls to nnheader-run-at-time and
16292         password-run-at-time throughout to use run-at-time directly.
16293
16294         * password.el: Removed definition of run-at-time.
16295
16296         * nnheaderxm.el: Remove definition of run-at-time.
16297
16298 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16299
16300         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16301         in prompt.
16302
16303 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16304
16305         * messagexmas.el (message-xmas-redefine): Alias
16306         `message-make-caesar-translation-table' to
16307         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16308         version.
16309
16310         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16311         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16312         `gnus-xmas-set-text-properties'.
16313         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16314         `gnus-xmas-completing-read'.
16315         (gnus-xmas-completing-read): Removed.
16316         (gnus-xmas-open-network-stream): Removed.
16317
16318         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16319         XEmacs version.
16320
16321         * dns.el (dns-make-network-process): Use `open-network-stream'
16322         instead of `gnus-xmas-open-network-stream'.
16323
16324         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16325
16326         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16327
16328 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16329
16330         * gnus-art.el (gnus-mime-display-alternative)
16331         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16332         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16333         Don't use gnus-local-map-property.
16334
16335         * gnus-util.el (gnus-local-map-property): Remove.
16336
16337         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16338         gnus-completing-read-maybe-default with completing-read.
16339
16340         * gnus-util.el (gnus-completing-read): do.
16341         (gnus-completing-read-maybe-default): Remove.
16342
16343 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16344
16345         * password.el: Only autoload `run-at-time' if not XEmacs.
16346         Only autoload the itimer functions if XEmacs.
16347
16348 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16351         XEmacsen.
16352
16353         * dgnushack.el: Autoload executable-find for XEmacs.
16354
16355 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16356
16357         * gnus-art.el (gnus-read-string): Remove.
16358         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16359         read-string.
16360
16361 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16362
16363         * netrc.el: Autoload password-read.
16364         (netrc): Add configuration group.
16365         (netrc-encoding-method, netrc-openssl-path): Add
16366         variables for encoding and decoding of files with symmetric
16367         ciphers.
16368         (netrc-encode): Add assistant function to encode a file with
16369         netrc-encoding-method.
16370         (netrc-parse): Add interactive parameter, added optional
16371         decoding if netrc-encoding-method is non-nil but otherwise
16372         behavior is standard.
16373         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16374         Do s/encode/encrypt/ everywhere.
16375
16376         * spam.el: Remove executable-find autoload.
16377
16378 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16381
16382         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16383
16384 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * gnus-art.el (gnus-treat-ansi-sequences)
16387         (article-treat-ansi-sequences): New variable and function.
16388         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16389
16390         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16391         Use it.
16392
16393 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * mm-util.el (mm-quote-arg): Remove.
16396
16397         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16398         shell-quote-argument.
16399
16400         * gnus-uu.el (gnus-uu-command): do.
16401
16402         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16403
16404         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16405         with make-char.
16406
16407         * mm-util.el (mm-make-char): Remove.
16408
16409         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16410         add-minor-mode.
16411
16412         * gnus-undo.el (gnus-undo-mode): do.
16413
16414         * gnus-topic.el (gnus-topic-mode): do.
16415
16416         * gnus-sum.el (gnus-dead-summary-mode): do.
16417
16418         * gnus-start.el (gnus-slave-mode): do.
16419
16420         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16421
16422         * gnus-ml.el (gnus-mailing-list-mode): do.
16423
16424         * gnus-gl.el (gnus-grouplens-mode): do.
16425
16426         * gnus-draft.el (gnus-draft-mode): do.
16427
16428         * gnus-dired.el (gnus-dired-mode): do.
16429
16430         * gnus-ems.el (gnus-add-minor-mode): Remove.
16431
16432         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16433         Replace gnus-char-width with char-width.
16434
16435         * gnus-ems.el (gnus-char-width): Remove.
16436
16437         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16438         Replace gnus-char-width with char-width.
16439
16440         * gnus-ems.el (gnus-char-width): Remove.
16441
16442         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16443         definition.
16444         Remove Emacs 20 hash table compatibility code.
16445
16446         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16447         20 compatibility code.
16448
16449         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16450
16451         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16452
16453         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16454         with point-at-{eol,bol}.
16455
16456         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16457
16458         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16459
16460         * flow-fill.el (fill-flowed-point-at-bol)
16461         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16462
16463         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16464         Replace with point-at-{eol,bol} throughout all files.
16465
16466 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * ntlm.el (ntlm-string-as-unibyte): New macro.
16469         (ntlm-build-auth-response): Use it.
16470
16471         Remove Emacs 20 stuff:
16472         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16473         (butlast, mapc, remove): Remove the compiler macros.
16474         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16475         of delq and copy-sequence.
16476         * gnus-art.el (popup-menu): Remove the compiler macro.
16477         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16478         Emacs 20.
16479
16480 2004-01-05  Simon Josefsson  <jas@extundo.com>
16481
16482         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16483         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16484         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16485         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16486         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16487         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16488         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16489         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16490         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16491         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16492         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16493         string-xor into ntlm-string-xor.  Suggested by
16494         Jesper Harder <harder@myrealbox.com>.
16495
16496         * ntlm.el: Don't include poem.
16497
16498         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16499         Jesper Harder <harder@myrealbox.com>.
16500
16501         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16502
16503         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16504         probably breaks emacs with DL patch, but do we care? Is anyone
16505         still using the DL stuff?)
16506
16507         * sieve-manage.el: Use the password package.
16508         (sieve-manage-read-passwd): Remove.
16509         (sieve-manage-interactive-login): Use password.  Re-add
16510         condition-case around loop.
16511
16512         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16513         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16514         the password package.
16515
16516 2003-02-19  Simon Josefsson  <jas@extundo.com>
16517
16518         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16519         token.
16520
16521 2002-08-07  Simon Josefsson  <jas@extundo.com>
16522
16523         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16524         (sieve-manage-authenticators):
16525         (sieve-manage-authenticator-alist): Add some SASL mechs.
16526         (sieve-sasl-auth): New function.
16527         (sieve-manage-cram-md5-auth):
16528         (sieve-manage-plain-auth): Rewrite using SASL library.
16529         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16530         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16531         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16532         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16533
16534 2004-01-05  Simon Josefsson  <jas@extundo.com>
16535
16536         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16537         New files.
16538
16539 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16540
16541         * gnus-group.el (gnus-no-groups-message): Update.
16542
16543         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16544
16545 2003-11-09  Simon Josefsson  <jas@extundo.com>
16546
16547         * imap.el: Support for ID IMAP extension (RFC 2971).
16548         (imap-local-variables): Add imap-id.
16549         (imap-id): New variable.
16550         (imap-id): New function.
16551         (imap-parse-response): Parse untagged ID response.
16552         * nnimap.el (nnimap-id): New variable.
16553         (nnimap-open-connection): Use it.
16554
16555 2003-12-28  Simon Josefsson  <jas@extundo.com>
16556
16557         * gnus-score.el (gnus-score-edit-all-score): New.
16558         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16559
16560 2004-01-04  Simon Josefsson  <jas@extundo.com>
16561
16562         * password.el: Add.
16563
16564 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16565
16566         * dns.el (dns-query-types): Fix typo.
16567         (dns-query-types): New function.
16568         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16569         PTR and SOA replies, see RFC 1035.
16570
16571 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16572
16573         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16574
16575         * Moved to Changelog.2.
16576
16577 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16578
16579         * gnus.el (gnus-version-number): Bump version.
16580
16581 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16582
16583         * gnus.el: No Gnus v0.1 is released.
16584
16585 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16586
16587         * gnus.el: No Gnus v0.0 is released.
16588
16589 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16590
16591         * gnus.el (gnus-version-number): Bump.
16592         (gnus-version): No.
16593
16594 See ChangeLog.2 for earlier changes.
16595
16596     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16597       Free Software Foundation, Inc.
16598
16599   This file is part of GNU Emacs.
16600
16601   GNU Emacs is free software: you can redistribute it and/or modify
16602   it under the terms of the GNU General Public License as published by
16603   the Free Software Foundation, either version 3 of the License, or
16604   (at your option) any later version.
16605
16606   GNU Emacs is distributed in the hope that it will be useful,
16607   but WITHOUT ANY WARRANTY; without even the implied warranty of
16608   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16609   GNU General Public License for more details.
16610
16611   You should have received a copy of the GNU General Public License
16612   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16613
16614 ;; Local Variables:
16615 ;; coding: utf-8
16616 ;; fill-column: 79
16617 ;; add-log-time-zone-rule: t
16618 ;; End: