f920d679d494e75a036363c4ad9b3981ff8d81f4
[gnus] / lisp / ChangeLog
1 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4         (nnimap-request-list): Nix out group in the correct buffer.
5         (nnimap-parse-flags): Implement by using `read' instead of
6         hand-parsing.
7         (nnimap-flags-to-marks): Pass on permanent-flags.
8         (nnimap-make-process-buffer): Record the server name.
9
10         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11         parameter, and propagate this downwards.
12
13         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
14         since EXAMINE changes it on the server.
15
16         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
17         this command might take a while.
18
19 2010-09-22  Julien Danjou  <julien@danjou.info>
20
21         * gnus-html.el (gnus-html-rescale-image): Use window-inside-pixel-edges
22         rather than window-pixel-edges.
23         (gnus-html-put-image): Stop using markers. They are harmful if you have
24         2 images side-by-side, they can't be properly update on text deletion.
25         Using text-property is safer here.
26         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
27         data.
28
29 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * nnimap.el (nnimap-expunge-inbox): Removed.
32         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
33         (nnimap-expunge): Flip default to t.
34
35         * gnus.el (gnus-method-to-server): Don't push things to the cache
36         unless it's unique.
37         (gnus-server-to-method): Ditto.
38
39 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
42
43 2010-09-22  Julien Danjou  <julien@danjou.info>
44
45         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
46         get the start of data.
47         (gnus-html-encode-url): Add this function to encode special chars in
48         URL.
49         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
50         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
51
52         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
53         default.
54         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
55
56         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
57         images alt-text.
58         (gnus-html-put-image): Put alt-text as help-echo.
59
60 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
63         * mm-util.el (mm-decompress-buffer)
64         * nnir.el (nnir-run-find-grep)
65         * pop3.el (pop3-list): Use 3rd arg of split-string.
66
67         * time-date.el (format-seconds): Comment fix.
68
69         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
70         and byte-optimize-form-code-walker.
71         (dgnushack-make-auto-load): Don't advise make-autoload.
72
73         * lpath.el: Remove Emacs 21 stuff.
74
75 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
78         outside the active range.  Suggested by Dan Christensen.
79
80         * gnus-start.el (gnus-get-unread-articles): Get the extended method
81         slightly later to avoid double-getting it.
82
83         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
84         previous patch.
85
86         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
87
88 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
89
90         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
91
92 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-int.el (gnus-open-server): Give a better error message in the
95         "go offline" case.
96
97         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
98         marks for nnimap, which is seldom the right thing to do.
99
100         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
101         (gnus-same-method-different-name): New function.
102
103         * nnimap.el (parse-time): Require.
104
105         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
106         method in the presence of many similar methods.
107
108         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
109
110         * nnimap.el (nnimap-find-expired-articles): Don't refer to
111         nnml-inhibit-expiry.
112
113         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
114         find out whether methods are equal.
115
116         * nnimap.el (nnimap-find-expired-articles): New function.
117         (nnimap-process-expiry-targets): New function.
118         (nnimap-request-move-article): Request the article before looking at
119         what the Message-ID is.  Fix found by Andrew Cohen.
120         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
121
122         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
123         for oldness in addition to being a predicate.
124
125         * nnimap.el (nnimap-request-group): When we have zero articles, return
126         the right data to Gnus.
127         (nnimap-request-expire-articles): Only delete articles immediately if
128         the target is 'delete.
129
130         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
131         method, this would bug out.
132
133         * gnus-group.el (gnus-group-expunge-group): Renamed from
134         gnus-group-nnimap-expunge, and implemented as a normal interface
135         function.
136
137         * gnus-int.el (gnus-request-expunge-group): New function.
138
139         * nnimap.el (nnimap-request-create-group): Implement.
140         (nnimap-request-expunge-group): New function.
141
142 2010-09-21  Julien Danjou  <julien@danjou.info>
143
144         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
145         (gnus-html-cache-expired): Add new function.
146         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
147         wethever we should display image for fetch it.
148         Compute alt-text earlier to pass it to the fetching function too.
149         (gnus-html-schedule-image-fetching): Change function argument to only
150         get one image at a time, not a list.
151         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
152         cache.
153         (gnus-html-get-image-data): New function to retrieve image data from
154         cache.
155         (gnus-html-put-image): Change buffer argument to use image data rather
156         than file, and place image above region rather than inserting a new
157         one. Do not take alt-text as argument, since it's useless now: we place
158         the image above alt-text.
159         (gnus-html-prune-cache): Remove.
160         (gnus-html-show-images): Start to fetch image when we find one, do not
161         push into a temporary list.
162         (gnus-html-prefetch-images): Only fetch image if they have expired.
163         (gnus-html-browse-image): Fix, use 'gnus-image-url.
164         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
165
166 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
169
170 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
173         spec inser "*" if the group isn't active instead of 0.
174
175         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
176         opening the server.
177         (nnimap-request-delete-group): Implement group deletion.
178         (nnimap-transform-headers): Return the size of the entire message in
179         the Bytes header, not just the size of the first part.
180         (nnimap-request-move-article): When moving an article from nnimap,
181         request the article first so the accepting form has an article to
182         accept.  Reported by Dan Christensen.
183         (nnimap-command): Make sure that the error message doesn't error out.
184
185 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
186
187         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
188         we haven't requested anything.
189
190 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
193         "".  Fix found by Andrew Cohen.
194
195         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
196         instead of -encode-string.
197
198 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
201
202         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
203         by mm-subst-char-in-string.
204
205 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
208         waiting for the connection string.
209
210         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
211         arriving.
212
213         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
214         bogus characters.  This allows selecting certain Gmail groups.
215
216         * nnimap.el (nnimap-find-wanted-parts-1): New function.
217         (nnimap-fetch-partial-articles): New variable.
218         (nnimap-open-connection): When looking for credentials, also use the
219         nnimap-server-port.
220         (nnimap-request-article): Return the group/article number, so that Gnus
221         `^' works as expected.
222         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
223         them.
224
225         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
226         comments.
227         (gnus-methods-sloppily-equal): New function.
228         (gnus): When using the development version of Gnus, load the gnus-load
229         file.
230
231         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
232         `gnus-open-server' on each method before trying to scan them etc.  This
233         ensures that all the backend parameters are set correctly.
234
235         * nnimap.el (nnimap-authenticator): New variable.
236         (nnimap-open-connection): Allow anonymous login.
237         (nnimap-transform-headers): The chars header is called Chars not
238         Bytes.
239         (nnimap-wait-for-response): Don't infloop if the IMAP connection
240         drops.
241
242         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
243         patch, found by Knut Anders Hatlen.
244
245 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
246
247         * gnus-agent.el (gnus-agent-batch-confirmation)
248         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
249         to gnus-message.
250         * gnus-art.el (gnus-article-describe-briefly): Likewise.
251         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
252         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
253         * gnus-int.el (gnus-open-server): Likewise.
254         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
255         (gnus-score-check-syntax): Likewise.
256         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
257         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
258         Likewise.
259         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
260
261 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
264         calling conventions so that prefetch doesn't bug out.
265
266 2010-09-19  Julien Danjou  <julien@danjou.info>
267
268         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
269         rather than `subst-char-in-region' in order to be able to replace ASCII
270         char by UTF-8 ones.
271
272         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
273         than curl.
274         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
275         the right URL and ALT text on images.
276         (gnus-html-wash-tags): Fix tag case.
277         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
278         (gnus-article-html): Add -o display_ins_del=2 option.
279         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
280
281 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
284         the extra mail headers, which sometimes seem to happen for unknown
285         reasons.
286
287         * mail-parse.el (mail-header-encode-parameter): Define as
288         rfc2045-encode-string instead of as rfc2231-encode-string, since some
289         (or most, perhaps?) mail readers don't understand the latter, but do
290         understand the former.
291
292         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
293         to nil, so that no methods are automatically agentized.  I think this
294         is probably what most users want.
295
296         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
297         from url-retrieve, for instance about invalid URLs.
298
299         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
300         groups that have no articles.
301         (nnimap-request-article): Check that we really got an article when we
302         requested one.
303
304         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
305         doesn't exist.
306
307         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
308         nntp buffer so the agent can save it.
309         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
310         that CRLF doesn't get translated to \n.
311         (nnimap-open-connection): Don't make 'shell commands only send \n.
312
313 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
314
315         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
316         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
317         Update var name.
318         (nnml-generate-nov-file): Use dolist.
319         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
320         Use with-current-buffer.
321
322 2010-09-18  Julien Danjou  <julien@danjou.info>
323
324         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
325         parallel.
326
327 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * nnimap.el (nnimap-update-info): When doing partial marks update, get
330         the range update right.
331         (nnimap-request-group): Don't make `M-g' bug out on group with no
332         marks.
333         (nnoo): Required, so that other packages can require nnimap.
334         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
335         command we're looking for.  This helps when the server sends more
336         responses after we've gotten everything we expected.
337         (nnimap): Add a `newlinep' field to keep track of end-of-line
338         conventions.
339         Don't send CRLF to things that don't want it.
340         (nnimap-request-accept-article): Ditto.
341
342 2010-09-18  Julien Danjou  <julien@danjou.info>
343
344         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
345         than curl to retrieve images.
346
347 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * nnimap.el (nnimap-update-info): Extend the info so that we can set
350         the marks.
351         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
352         (nnimap-wait-for-connection): New function.
353         (nnimap-open-connection): If we have PREAUTH, don't query for login
354         credentials.
355         (nnimap-update-info): Fix off-by-one error when concatenating ranges
356         when doing a partial update.
357
358 2010-09-18  Julien Danjou  <julien@danjou.info>
359
360         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
361         tags.
362
363 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * nnimap.el (nnimap-credentials): New function.
366         (nnimap-open-connection): Use the new function to look for credentials
367         also on the numeric equivalents of "imap" and "imaps".
368
369         * gnus-start.el (gnus-activate-group): Send the info to
370         gnus-request-group.
371
372         * nnimap.el (nnimap-request-group): Have the "check" version of the
373         function parse flags and update the info, so that a `M-g' get a total
374         resync of all flags from the group.
375
376         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
377         to allow backends to alter the info on group selection.  Also alter all
378         the backend -request-group functions to take the parameter.
379
380         * nnimap.el (nnimap-store-info): New function.
381         (nnimap-update-info): Store the info for later usage.
382         (nnimap-request-group): Use the stored info for the dont-check case, so
383         that we don't retrieve all marks when we enter a group.
384
385         * nnimap.el: Use deffoo instead of defun for interface functions.
386
387         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
388         update the group info.  This makes the nndraft groups, for instance, go
389         back to their old behaviour.
390
391         * gnus-sum.el (gnus-select-newsgroup): Indent.
392
393         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
394         in.
395         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
396         nothing.
397
398         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
399         from methods that are denied.
400
401         * gnus-int.el (gnus-method-denied-p): New function.
402
403         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
404         store the password instead of netrc.
405         (nnimap-open-connection): Don't error out when we can't make a
406         connections.
407
408         * auth-source.el (auth-source-create): In the password prompt, say what
409         we're querying for.  Also prompt for user name if that hasn't been
410         given.
411
412         * nnimap.el (nnimap-with-process-buffer): Removed.
413
414 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
417         method when we're reading from the agent.
418
419         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
420
421         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
422         that's probably most useful for users.
423
424         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
425         "failed" all the time.
426
427         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
428         ...)) with (with-current-buffer ... ).
429
430         * nntp.el (nntp-open-server): Return whether the open was successful or
431         not.
432
433         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
434         select an unread unseen article first.
435
436         * nnimap.el (nnimap-open-connection): If the user doesn't have a
437         /etc/services, supply some sensible port defaults.
438
439         * dgnushack.el: Define netrc-credentials.
440
441 2010-09-17  Julien Danjou  <julien@danjou.info>
442
443         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
444
445 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
446
447         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
448         doesn't have any parameters.
449
450 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
453         only upcased checks.
454
455         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
456
457         * nnimap.el (nnimap-open-shell-stream): New function.
458         (nnimap-open-connection): Use it.
459         (nnimap-transform-headers): Get the number of lines in each message.
460         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
461         number of lines.
462         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
463         problem.
464
465         * utf7.el (utf7-encode): Autoload.
466
467         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
468         to allow the mail splitting to not return a default group.  This is
469         useful for nnimap, which will leave unmatched mail in the inbox.
470
471         * nnimap.el: Rewritten.
472
473         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
474         nnimap usage.
475
476         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
477         if the move is internal, so that nnimap can do fast internal moves.
478
479         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
480         data.
481         (gnus-read-active-for-groups): Support finishing the early retrieval of
482         data.
483
484         * gnus-range.el (gnus-range-nconcat): New function.
485
486         * gnus-int.el (gnus-finish-retrieve-group-infos)
487         (gnus-retrieve-group-data-early): New functions.
488
489 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
490
491         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
492         (nnrss-retrieve-groups):
493         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
494         (pop3-quit): Use with-current-buffer.
495
496 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
499         instead of nnheader-accept-process-output.
500
501         * dgnushack.el (dgnushack-compile): Add comment.
502
503         * lpath.el: No need to fbind propertize for XEmacs 21.4.
504
505         * gnus-html.el (gnus-html-schedule-image-fetching)
506         (gnus-html-prefetch-images): Replace process-kill-without-query by
507         gnus-set-process-query-on-exit-flag.
508
509 2010-09-16  Romain Francoise  <romain@orebokech.com>
510
511         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
512
513 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * gnus-registry.el (gnus-registry-install-shortcuts): The second
516         parameter to unintern is mandatory-ish in Emacs 24.
517
518         * gnus-html.el (gnus-html-schedule-image-fetching)
519         (gnus-html-prefetch-images): Check for curl before using it.
520
521         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
522         depend on curl, which isn't essential.
523
524         * imap.el: Revert back to version
525         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
526         seem problematic.
527
528 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
529
530         * gnus-registry.el (gnus-registry-install-shortcuts):
531         Explicitly pass `obarray' to `unintern' to avoid a warning.
532
533 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
536         change.
537
538         * nnrss.el (nnrss-request-list): Removed this function and related
539         functions, including the moreover stuff.
540
541 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * nnrss.el (nnrss-retrieve-groups): New function.
544
545 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
546
547         * .dir-locals.el: Add no-byte-compile cookie.
548
549 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * time-date.el (format-seconds): Comment fix.
552
553         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
554         for back end that doesn't support request-scan.
555
556 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
559         then do request scans from the backends.
560
561         * netrc.el (netrc-credentials): New conveniency function.
562
563         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
564         avoid running a hook per line, since this takes a lot of time,
565         profiling shows.
566         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
567         directly if gnus-visual-p is true.
568
569 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
572         groups; replace mapcar with dolist which is a bit faster; pass groups
573         info to gnus-read-active-file-1.
574         (gnus-read-active-file-1): Scan only specified groups if the new
575         optional arg `infos' is given.
576
577 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
580
581         * pop3.el (pop3-movemail): Removed.
582         (pop3-streaming-movemail): Renamed to pop3-movemail.
583
584         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
585         don't restrict end-tag searches to the end of the line.
586
587 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
590         articles of every unchecked group to t, which means unknown since the
591         server has never been opened.
592
593 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * gnus-html.el (gnus-html-show-alt-text): New command.
596         (gnus-html-browse-image): Ditto.
597         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
598         to browse the image directly.
599         (gnus-html-wash-tags): Search for images first, so that <a><img> works
600         better.
601
602         * gnus-async.el (gnus-async-article-callback): Call
603         `gnus-html-prefetch-images' unconditionally.
604
605         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
606         before feeding URLs to curl.
607
608 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
611         internal images as deletable by `W D D'.
612
613         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
614         (gnus-async-article-callback): Fix typo.
615
616 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
619         current line to work around bugs in the output from w3m.
620
621         * gnus-async.el (gnus-async-article-callback): Always prefetch images
622         for groups that want that.
623
624         * nntp.el (nntp-wait-for-string): Supply a timeout for
625         accept-process-output to ensure progress.
626
627         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
628         level to get unread articles from, then use that for foreign groups,
629         too.
630
631         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
632         confuses the rest of the function.
633
634         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
635         for the methods that support -retrieve-groups, too.
636
637         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
638
639 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
642         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
643
644         * pop3.el: Require cl when compiling.
645         (pop3-number-of-responses): Search for "+OK", not "+OK ".
646
647 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
650         that aren't going to be activated.
651         (gnus-get-unread-articles): Fix up the last commit.
652
653         * gnus-html.el (gnus-article-html): Allow calling without specifying
654         the handle.  In that case, dissect the buffer first.
655
656         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
657
658         * nnimap.el (nnimap-open-connection): Revert the change that would look
659         into authinfo for imaps instead of imap.
660
661         * gnus-start.el (gnus-activate-group): Take an optional parameter to
662         say that you don't want to call gnus-request-group with don-check, but
663         do check the reponse.  This is for virtual groups only.
664         (gnus-get-unread-articles): Count the archive groups as secondary, so
665         that they're activated the same way as before.
666
667         * imap.el (imap-message-map): Removed optional buffer parameter, since
668         no callers use it.
669         (imap-message-get): Ditto.
670         (imap-message-put): Ditto.
671         (imap-mailbox-map): Ditto.
672         (imap-mailbox-put): Ditto.
673         (imap-mailbox-get): Ditto.
674         (imap-mailbox-get): Revert last change for this function.
675
676         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
677         case-insensitively.
678         (nnimap-debug): Removed.
679
680         * imap.el (imap-fetch-safe): Removed function, and altered all callers
681         to use `imap-fetch' instead.  According to the comments, this should be
682         safe, since all other IMAP clients use the 1:* syntax.
683         (imap-enable-exchange-bug-workaround): Removed.
684         (imap-debug): Removed -- doesn't seem very useful.
685
686         * mail-source.el (mail-source-fetch): Don't message if we're fetching
687         mail from a file, and the file doesn't exist.
688
689         * imap.el (imap-log): New convenience function used throughout instead
690         of repeating the same code all over the place.
691
692         * pop3.el (pop3-streaming-movemail): Return t for success.
693
694         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
695         .authinfo if we're using ssl connection.
696
697         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
698         already have if we're in a main Gnus `g' run.
699
700         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
701
702 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
705
706         * nnmh.el (nnmh-request-list-1): Bind `file'.
707
708         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
709         alias to set-process-query-on-exit-flag or process-kill-without-query.
710         (pop3-open-server): Use it.
711
712 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * mail-source.el (mail-source-delete-crash-box): Always move the crash
715         box to the Incoming file.  Fixes mistake in previous checkin.
716
717         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
718         request loop (for debugging purposes) removed.
719
720         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
721         culprit is more visible.
722         (nnml-save-incremental-nov, nnml-open-incremental-nov)
723         (nnml-add-incremental-nov): New functions to do "incremental" nov
724         updates, where we just append to the end of the existing nov files
725         without reading/writing them in full.
726
727         * mail-source.el (mail-source-delete-crash-box): Really only check the
728         incoming files once in a while.
729
730         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
731
732         * mail-source.el (mail-source-delete-crash-box): Only check the
733         incoming files for deletion once per day to save a lot of file
734         accesses.
735
736         * pop3.el (pop3-logon): Fix up unbound variable typo.
737
738         * mail-source.el (pop3-streaming-movemail): Autoload.
739
740         * pop3.el (pop3-streaming-movemail): Respect
741         pop3-leave-mail-on-server.
742
743         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
744         retrieval.
745
746         * pop3.el (pop3-process-filter): Removed unused function.
747         (pop3-streaming-movemail, pop3-send-streaming-command)
748         (pop3-wait-for-messages, pop3-write-to-file)
749         (pop3-number-of-responses): New functions for streaming pop3
750         retrieval.
751
752         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
753         come from no known methods.
754         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
755         list.
756
757         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
758         message sizes.
759         (pop3-movemail): Use erase-buffer instead of looping and deleting
760         regions, which seems rather odd.
761
762         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
763         file once per `g' run.
764
765         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
766         directories.  This makes the draft queue directory work.
767
768         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
769         data from the backends, so that we only request the list of groups from
770         each method once.  This should speed things up considerably.
771
772         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
773         detect that it's not implemented.
774
775         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
776         we actually do recurse down into the tree, but don't stat all leaf
777         nodes.
778
779         * gnus-html.el (gnus-html-show-images): If there are no images to show,
780         then say so instead of bugging out.
781
782         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
783         files exist before trying to read them.
784
785         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
786         around <pre_int>.
787
788         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
789
790         * nnmh.el (nnmh-request-list-1): Optimize for speed.
791
792 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * mm-util.el (mm-image-load-path): Just return the image directories,
795         not all directories in the path in addition to the image directories.
796         (mm-image-load-path): Maintain a cache of the image directories so that
797         the `g' command in Gnus doesn't have to stat dozens of directories each
798         time.
799
800         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
801         (gnus-html-wash-tags): Add a new `i' command to insert images.
802         (gnus-html-insert-image): New command and keystroke.
803         (gnus-html-redisplay-with-images): New command and keystroke.
804         (gnus-html-show-images): Renamed command.
805         (gnus-html-wash-tags): Remove more white space before <pre_int> image
806         spacers.
807         (gnus-html-wash-tags): Decode entities at the end, so that entities
808         inside the tags don't mess up the rest of the "parsing".
809
810         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
811         so that nnimap methods aren't agentized by default.  There's apparently
812         many problems related to agent/imap behaviour.
813
814         * gnus-art.el (gnus-article-copy-string): New command and key binding.
815
816         * gnus-html.el: Doc fix.
817
818 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
821         specifier-spec-list for Emacs 21.
822
823         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
824         glyph-width and glyph-height instead of display-graphic-p and
825         image-size; make avoidance of displaying small images work for XEmacs.
826
827         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
828         for XEmacs.
829
830         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
831         of symbol that holds plist data.
832         (gnus-process-plist): Remove plist of process after getting it.
833
834 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * message.el (message-generate-hashcash): Change default to
837         'opportunistic if hashcash is installed.
838
839         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
840         (gnus-html-put-image): Only call image-size once, since it's somewhat
841         time-consuming on remote X servers.
842
843 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
846         type on data, not a file name.
847
848         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
849         window-pixel-edges for Emacs 21.
850
851         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
852         decoded contents.
853         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
854
855 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
858         group line format, since it isn't very interesting.
859
860         * gnus-agent.el (gnus-agent-short-article),
861         (gnus-agent-long-article): Increase values for these two variables,
862         since most people are likely to have more network connection and
863         storage than before.
864
865         * gnus.el (gnus-refer-article-method): Change default to 'current.
866         When referring an article, the common behaviour is to refer it from the
867         current select method, not the native select method.  The chances of
868         the native select method having the message in question is rather slim
869         these days.
870
871         * gnus-sum.el (gnus-auto-select-subject): Change default to
872         `unseen-or-unread'.  I think it's likely that most people want to
873         select an unseen article over a previously seen, but unread one.
874
875         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
876         means that in the article buffer none of the minor mode elements will
877         be shown, usually, and this is not desirable in most cases.
878
879         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
880         that commands like `d' (and the like) go to the next line in the
881         buffer, instead of the next unread article.  I think this is the
882         behaviour that is most natural for most users.
883         (gnus-single-article-buffer): Change default to nil, so that people can
884         have as many article buffers open as they have summary buffer.  I think
885         this is the most natural way for the groups to behave.
886
887         * message.el (message-generate-new-buffers): Change default to
888         `unsent', so that all new message buffers start their names with the
889         string "*unsent", and it's easier to find the buffers if you move from
890         them.
891
892 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
895         small.  They're probably tracking images.
896         (gnus-html-wash-tags): Remove all <pre_int> place holders.
897         (gnus-html-rescale-image): Yet another try at getting the image sizing
898         right.
899
900         * nntp.el (nntp-request-set-mark): Refuse to do marks if
901         nntp-marks-file-name is nil.
902
903 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
904
905         * gnus-html.el (gnus-html-wash-tags)
906         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
907         Better logging.
908
909 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
912
913         * gnus-html.el (gnus-html-wash-tags): Check the value of
914         gnus-blocked-images in the summary buffer.
915
916 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
917
918         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
919
920 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
923         like "a", it seems like.
924         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
925         since it needs to be picked from the correct buffer.
926
927         * nnwfm.el: Removed.
928
929         * nnlistserv.el: Removed.
930
931 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
934         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
935
936 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * nnkiboze.el: Removed.
939
940         * nndb.el: Removed.
941
942         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
943         alt text.
944         (gnus-html-rescale-image): Try to get the rescaling logic right for
945         images that are just wide and not tall.
946
947         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
948         overshadow variable bindings.
949
950 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
951
952         * gnus-html.el (gnus-html-wash-tags)
953         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
954         extra logging.
955
956 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
959         (gnus-max-image-proportion): New variable.
960         (gnus-html-rescale-image): New function.
961         (gnus-html-put-image): Rescale images.
962
963 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
964
965         Fix up some byte-compiler warnings.
966         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
967         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
968         (gnus-article-fill-cited-article, gnus-article-hide-citation)
969         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
970         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
971         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
972         (gnus-group-update-group): Use save-excursion and with-current-buffer.
973
974 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-html.el (gnus-article-html): Decode contents by charset.
977
978 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
981         (gnus-html-frame-width, gnus-blocked-images)
982         * message.el (message-prune-recipient-rules): Add custom version.
983         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
984
985         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
986         functions.
987
988         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
989         gnus-process-get.
990
991 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
992
993         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
994         instead of lsub directly.
995
996 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * nnwarchive.el: Removed.
999
1000         * gnus-soup.el: Removed.
1001
1002         * nnsoup.el: Removed.
1003
1004         * nnultimate.el: Removed.
1005
1006         * gnus-html.el (gnus-blocked-images): New variable.
1007
1008         * message.el (message-prune-recipients): New function.
1009         (message-prune-recipient-rules): New variable.
1010
1011         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1012         guess whether a long line is natural text or not.
1013
1014         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1015         gnus-process-plist and friends for compatibility.
1016
1017 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1018
1019         * gnus-html.el: Require packages that define macros used in this file.
1020         (gnus-article-mouse-face): Declare to silence byte-compiler.
1021         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1022         process-get.
1023         (gnus-html-put-image): Use plist-get to avoid getf.
1024         (gnus-html-prefetch-images): Use with-current-buffer.
1025
1026 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * gnus-ems.el: Provide compatibility functions for
1029         gnus-set-process-plist.
1030
1031         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1032         header-line-format for XEmacs 21.4.
1033
1034         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1035         * gnus.el (gnus-valid-select-methods)
1036         * message.el (message-send-mail-partially-limit)
1037         * mm-decode.el (mm-text-html-renderer)
1038         * mml.el (mml-insert-mime-headers-always)
1039         * smiley.el (smiley-regexp-alist): Bump custom version.
1040
1041 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-html.el: require mm-url.
1044         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1045         with the url to `url'.
1046         (gnus-html-wash-tags): Support cid: URLs/images.
1047
1048 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1051         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1052         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1053
1054         * gnus-move.el: Removed file, since it doesn't really work.
1055
1056         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1057         UTF-8.  This seems to fix problems with some German web feeds.
1058
1059         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1060         at the top so that the proper colours are applied.
1061
1062         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1063         don't have dots in their names.
1064
1065         * gnus-art.el (gnus-article-view-part): Doc fix.
1066
1067         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1068         XEmacs-compatible.
1069         (gnus-html-put-image): Don't do images on non-graphic displays.
1070
1071         * nnslashdot.el: Removed this unused backend.
1072
1073         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1074         actions.
1075         (gnus-undo-register-1): Revert last change.
1076
1077         * gnus-group.el (gnus-group-completing-read): Protect against not
1078         having completion-styles bound.
1079
1080         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1081         make broken recipients happier.
1082
1083         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1084
1085         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1086         point parameter.
1087
1088         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1089
1090         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1091         completion-styles for group selection.
1092
1093 2009-02-04  Andreas Schwab  <schwab@suse.de>
1094
1095         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1096         headers and regexp-quote the match if necessary.
1097
1098 2009-03-24  Miles Bader  <miles@gnu.org>
1099
1100         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1101         the blinking smiley.
1102
1103 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1104
1105         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1106         blink smiley.
1107
1108 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1111         where the dribbel file lives exists.
1112
1113         * message.el (message-send-mail-partially-limit): Change the default to
1114         nil, since most people don't want this.
1115
1116         * mm-url.el (mm-url-decode-entities): Also decode entities like
1117         &#x3212.
1118
1119 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1120
1121         * gnus-sum.el (gnus-summary-idna-message):
1122         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1123         Hyperlink urls in docstrings with URL `...'.
1124
1125 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1126
1127         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1128         functions.
1129
1130 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1133         say what the mouseover text should be.
1134
1135         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1136         version of the mm-w3m-safe-url-regexp variable to only download images
1137         in the groups where we want that to happen.
1138
1139         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1140
1141         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1142         easier debugging.
1143         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1144         big pictures in the article buffer.
1145
1146         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1147         gnus-article-html.
1148         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1149         w3m.
1150
1151         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1152
1153 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1156         which doesn't exist.
1157
1158         * message.el (message-inhibit-ecomplete): New variable to allow some
1159         function to inhibit ecomplete address storage.
1160         (message-resend): Disable ecomplete message storage when resending
1161         messages.
1162
1163         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1164
1165 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1168         Save excursion while copying, moving, and deleting articles in order to
1169         prevent the cursor from jumping to unforeseen place.
1170
1171 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * lpath.el: No need to bind bookmark-current-buffer,
1174         bookmark-yank-point and bookmark-make-record-function.
1175
1176 2010-08-17  Glenn Morris  <rgm@gnu.org>
1177
1178         * gnus-sync.el: Require gnus components whose functions are used.
1179
1180         * gnus-art.el (bookmark-make-record-function):
1181         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1182         Declare for compiler.
1183
1184         * mm-url.el (mml-compute-boundary): Autoload.
1185
1186 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1189
1190 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1191
1192         Typo fix "hoo4a" -> "hook".
1193
1194         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1195
1196 2010-08-14  Glenn Morris  <rgm@gnu.org>
1197
1198         * gnus-sync.el (gnus-sync): Fix defgroup version.
1199
1200 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1201
1202         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1203
1204         * gnus-sync.el: Fix docs.
1205         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1206         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1207
1208 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         Optimizations for gnus-sync.el.
1211
1212         * gnus-sync.el: Add docs about gnus-sync-backend
1213         possibilities.
1214         (gnus-sync-save): Remove unnecessary message.
1215         (gnus-sync-read): Optimize and show what groups were skipped.
1216
1217 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1218
1219         Minor bug fixes for gnus-sync.el.
1220
1221         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
1222         read the sync on get-new-news.
1223
1224         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
1225         quiet.
1226
1227         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1228
1229 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1230
1231         Make saving and restoring of hidden threads work with overlays.
1232         Patch applied by Ted Zlatanov.
1233
1234         * gnus-sum.el (gnus-hidden-threads-configuration)
1235         (gnus-restore-hidden-threads-configuration): Update to deal with text
1236         properties, rather than searching for a magic character.
1237
1238 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         New gnus-sync.el library for synchronization of marks.
1241
1242         * gnus-sync.el: New library for synchronization of marks.
1243
1244         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1245         renamed from `gnus-registry-grep-in-list'.
1246
1247         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1248
1249         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1250
1251 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1254         determining charset of text fails.
1255
1256 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * nnmail.el (nnmail-get-new-mail-1): Revert.
1259
1260         * nnml.el (nnml-active-number): Make sure names of newly created groups
1261         in nnml-group-alist are encoded.
1262
1263 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1266         containing non-ASCII characters in active file for nnml back end.
1267
1268 2010-07-24  David Engster  <dengste@eml.cc>
1269
1270         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1271         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1272
1273 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1274
1275         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1276         tag (Bug#6654).
1277
1278 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1281         the article buffer, not the summary buffer.
1282
1283 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1286         Emacs 23 as well.
1287
1288 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
1291         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
1292
1293 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1294
1295         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1296         Patch applied by Karl Fogel.
1297
1298         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1299         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1300
1301 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1302
1303         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1304         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1305         C-w still not working correctly from Article buffers; Thierry's
1306         patch to fix that will be applied after this.
1307
1308         * gnus-art.el (bookmark-make-record-function): New local variable.
1309
1310         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1311         article buffer.
1312         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1313
1314 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1315
1316         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1317         on changes in bookmark.el.
1318
1319 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
1322         `no-log' instead of message not to log prompt string.
1323
1324 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1325
1326         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1327         the *other* type of HTML form submission.
1328
1329 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1330
1331         * auth-source.el (auth-source-pick): If choice does not contain a
1332         questioned keyword, set the check to t.
1333
1334 2010-06-12  Romain Francoise  <romain@orebokech.com>
1335
1336         * gnus-util.el (gnus-date-get-time): Move up before first use.
1337
1338 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1341         (gnus-article-edit-part): Bind it to make last part that is substituted
1342         or deleted visible.
1343         (gnus-mime-display-single): Buttonize part of which id equals to
1344         gnus-mime-buttonized-part-id.
1345
1346 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1347
1348         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1349         (gnus-dd-mmm): Use gnus-date-get-time.
1350         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1351         simplify logic.
1352         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1353         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1354
1355 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1356
1357         * auth-source.el (top): Autoload `secrets-list-collections',
1358         `secrets-create-item', `secrets-delete-item'.
1359         (auth-sources): Fix tag string.
1360         (auth-get-source, auth-source-retrieve, auth-source-create)
1361         (auth-source-delete): New defuns.
1362         (auth-source-pick): Rewrite in order to avoid 2 passes.
1363         (auth-source-forget-user-or-password): New parameter USERNAME.
1364         (auth-source-user-or-password): New parameters CREATE-MISSING and
1365         DELETE-EXISTING.  Retrieve password interactively, if needed.
1366
1367 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1368
1369         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1370         deleting unused directories when gnus-expert-user is t.
1371
1372 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1375         for each temp file when gnus-article-browse-delete-temp is ask.
1376
1377 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1378
1379         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
1380         Lisp calls to delete-backward-char by calls to delete-char.
1381
1382 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1383
1384         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1385
1386 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1387
1388         * password-cache.el (password-cache-remove): Fix docstring.
1389
1390 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1393         article unless decoding article to be saved.
1394
1395 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1398         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1399         generated within the mm-with-unibyte-current-buffer macro.
1400
1401 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1404         to nil when we're in a mml-preview buffer and no group is selected.
1405
1406 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1407
1408         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1409         when catching the `C-g'.  Reported by "Leo".
1410
1411 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * message.el (message-forward-make-body-plain)
1414         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1415         multibyte-string-p.
1416
1417         * lpath.el: Revert.
1418
1419 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * message.el (message-forward-make-body-mml): Assume original message
1422         is multibyte string; error on unibyte.
1423         (message-forward-make-body-plain): Ditto; don't add excessive newline
1424         in body end.
1425
1426         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
1427
1428 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1429
1430         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1431         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1432
1433 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1434
1435         * mm-extern.el (mm-extern-url): Don't use
1436         mm-with-unibyte-current-buffer.
1437         (mm-extern-cache-contents): Use with-current-buffer instead of
1438         save-excursion + set-buffer.
1439
1440 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * mm-util.el (mm-emacs-mule): Remove.
1443
1444 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1445
1446         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1447         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1448         change.
1449
1450 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1453         bind the default value of enable-multibyte-characters to nil.
1454
1455 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * message.el (message-forward-make-body-plain)
1458         (message-forward-make-body-mml):
1459         Don't use mm-with-unibyte-current-buffer.
1460
1461 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1462
1463         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
1464
1465 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1466
1467         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1468         (Bug#5592).
1469
1470 2010-05-07  Julien Danjou  <julien@danjou.info>
1471
1472         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1473         it to mm-pipe-part.
1474
1475         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1476         it is given.
1477
1478 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * binhex.el (binhex-decode-region-internal)
1481         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
1482         (dns-query)
1483         * nnweb.el (nnweb-gmane-search)
1484         * pgg-parse.el (pgg-parse-armor)
1485         * pgg.el (pgg-verify-region)
1486         * sha1.el (sha1-string-external)
1487         * uudecode.el (uudecode-decode-region-internal)
1488         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1489         XEmacs.
1490
1491         * gnus-art.el (gnus-article-browse-html-parts)
1492         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1493         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1494         make-temp-file.
1495
1496         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1497         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1498         compiling.
1499
1500         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1501         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1502         XEmacs when compiling.
1503
1504         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1505         gnus-pick-mode-off-hook for XEmacs when compiling.
1506         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1507         gnus-binary-mode-off-hook for XEmacs when compiling.
1508
1509         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1510         nil if char-charset is not available.
1511
1512         * imap.el (imap-disable-multibyte)
1513         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
1514         macros.
1515
1516         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1517         instead of encode-coding-string.
1518
1519         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1520         'xemacs) instead of mm-emacs-mule to switch function definitions.
1521         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1522
1523         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
1524         bind temporary-file-directory for XEmacs;
1525         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
1526         timer-set-function for XEmacs 21.4 and SXEmacs;
1527         bind timer-list for XEmacs 21.4 and SXEmacs;
1528         fbind char-charset and find-charset-region for non-Mule XEmacs;
1529         fbind decode-coding-region, decode-coding-string, detect-coding-region,
1530         encode-coding-region and encode-coding-string for XEmacs having no
1531         file-coding feature.
1532
1533 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1534
1535         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1536
1537 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1540         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1541
1542 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1543
1544         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1545         alias `jka-compr-delete-temp-file' no longer exists.
1546
1547 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1548
1549         Use define-minor-mode in Gnus where applicable.
1550         * mml.el (mml-mode): Use define-minor-mode.
1551         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1552         (gnus-undo-mode): Use define-minor-mode.
1553         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1554         (gnus-dead-summary-mode): Use define-minor-mode.
1555         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1556         Initialize in declaration.
1557         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1558         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1559         (gnus-mailing-list-mode): Use define-minor-mode.
1560         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1561         (gnus-draft-mode): Use define-minor-mode.
1562         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1563         (gnus-dired-mode): Use define-minor-mode.
1564
1565 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1566
1567         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1568         handles on recursive mml-to-mime translation and check them for
1569         boundary delimiter collisions.  Reported by Greg Troxel.
1570
1571 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1574
1575 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1576
1577         * mm-util.el (mm-find-buffer-file-coding-system):
1578         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1579
1580 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1581
1582         * message.el (message-generate-headers): Record insertion of optional
1583         headers as well.  Otherwise the check to prevent repeated insertion of
1584         optional headers is a no-op.
1585
1586 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1587
1588         * smime.el: Don't mention CVS.
1589
1590         * nnrss.el (nnrss-fetch): Don't mention CVS.
1591
1592         * nnir.el: Don't mention CVS.
1593
1594 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1595
1596         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
1597
1598 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * lpath.el: Fbind bookmark-default-handler,
1601         bookmark-get-bookmark-record, bookmark-make-record-default,
1602         bookmark-prop-get for Emacs <23 and XEmacs.
1603
1604 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1605
1606         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1607         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1608         Use with-current-buffer to silence the byte-compiler.
1609         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1610         bother to require `gnus'.
1611         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1612
1613 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1614
1615         * gnus-sum.el (gnus-summary-bookmark-make-record)
1616         (gnus-summary-bookmark-jump): New functions.
1617         (gnus-summary-mode): Setup bookmark support.
1618
1619 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1620
1621         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1622         if set.
1623
1624 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1627         gnus-article-browse-html-save-cid-image; make it work recursively for
1628         forwarded messages as well.
1629         (gnus-article-browse-html-parts): Work when prefix arg is given.
1630         (gnus-article-browse-html-article): Doc fix.
1631
1632 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1633
1634         * message.el (message-default-mail-headers):
1635         (message-default-headers): Carry the value mail-default-headers over
1636         into message-default-mail-headers, rather than message-default-headers.
1637
1638 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1639
1640         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1641         charset.
1642
1643         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1644         charset into the <meta> tag when the article is encoded to utf-8.
1645
1646 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1649         directories as well.
1650         (gnus-article-browse-html-parts): Work for images that do not specify
1651         file names; delete temp directory when quitting; insert header at the
1652         right place; use file: scheme for image files.
1653
1654 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1655
1656         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1657         (gnus-article-browse-html-parts): Use it to make temporary cid image
1658         files in addition to html file so that browser may display them.
1659
1660 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1663
1664 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1665
1666         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1667
1668 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1671         about Secret Service API sources.  Improve Customize options.
1672         (auth-source-pick): Change to accept any number of search parameters.
1673         Implement fallbacks iteratively, not recursively.  Add scoring on the
1674         second pass and sort by score.  Call Secret Service API when needed.
1675         (auth-source-user-or-password): Use it.  Call Secret Service API
1676         directly when needed to get the user name and the password.
1677
1678 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1679
1680         * message.el (message-interactive): Doc fix.
1681         (message-qmail-inject-args): Reflow.
1682         (message-kill-to-signature): Fix typo in docstring.
1683
1684         * smiley.el (smiley-buffer): Fix typo in docstring.
1685
1686 2010-03-24  Glenn Morris  <rgm@gnu.org>
1687
1688         * mail-source.el (gnus-message): Declare.
1689         (mail-source-delete-old-incoming): Require gnus-util.
1690
1691 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1694
1695         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1696
1697         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1698         password-cache's default if it is not bound.
1699         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1700         password-cache-expiry's default if it is not bound.
1701
1702         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1703         available in Emacs 21.
1704
1705         * lpath.el: Suppress compiler warnings for:
1706         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1707         XEmacs;
1708         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1709         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1710         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1711
1712 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1713
1714         * auth-source.el (auth-sources): Fix up definition so extra parameters
1715         are always inline.
1716
1717 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1718
1719         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1720         wasn't updated after mismatch.  Clear cached mailbox info correctly
1721         when uidvalidity changes.
1722         (nnimap-group-prefixed-name): New function to avoid some code
1723         duplication.
1724         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1725         (nnimap-request-group): Use it.
1726         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1727         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1728         with many imap folders.  This is done by caching the group status from
1729         the imap server persistently in a group parameter `imap-status'.  (This
1730         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1731         but not persistently, so every Gnus startup was still very slow.)
1732
1733 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1734
1735         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1736         delete the extra newline.  Otherwise editing of :string and :number
1737         types don't work.
1738
1739 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1740
1741         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1742         secrets.el dependency.
1743         (auth-sources): Add optional user name.  Add secrets.el configuration
1744         choice (unused right now).
1745
1746 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1747
1748         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1749         `gnus-registry-install-shortcuts' fill in the functions.
1750
1751         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1752         warnings.
1753         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1754         (gnus-registry-install-shortcuts): Populate and use it in a
1755         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1756
1757 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1758
1759         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1760         In-place substitutions for the group name encoding/decoding.
1761         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1762         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1763         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1764         (nnimap-update-unseen, nnimap-request-list)
1765         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1766         (nnimap-request-set-mark, nnimap-split-to-groups)
1767         (nnimap-split-articles, nnimap-request-newgroups)
1768         (nnimap-request-create-group, nnimap-request-accept-article)
1769         (nnimap-request-delete-group, nnimap-request-rename-group)
1770         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1771         `encoded-mbx' for consistency.
1772         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1773         variable `imap-current-mailbox'.
1774
1775         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1776         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1777
1778 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1779
1780         * pop3.el (pop3-display-message-size-flag): Display message size byte
1781         counts during POP3 download.
1782         (pop3-movemail): Use it.
1783         (pop3-list): Implement listing of available messages.
1784
1785 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1786
1787         * nnir.el (nnir-get-article-nov-override-function): New function to
1788         override the normal NOV retrieval.
1789         (nnir-retrieve-headers): Use it.
1790
1791 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1792
1793         * auth-source.el (netrc-machine-user-or-password): Autoload.
1794
1795 2010-03-19  Glenn Morris  <rgm@gnu.org>
1796
1797         Stop message.el from loading about 40 libraries it doesn't always need.
1798         The general approach is to autoload rather than require, and to
1799         require in the specific functions rather than the file.  (Bug#5642)
1800
1801         * gmm-utils.el: Don't require wid-edit.
1802         (widget-create-child-value, widget-convert, widget-default-get):
1803         Autoload.
1804
1805         * gnus-util.el: Don't require time-date, netrc.
1806         (message-fetch-field, gnus-group-name-decode): Declare rather than
1807         autoloading.
1808         (gnus-fetch-field): Require message.
1809         (gnus-decode-newsgroups): Require gnus-group.
1810
1811         * ietf-drums.el: Don't require time-date.
1812
1813         * message.el: Don't require hashcash, canlock, ecomplete.
1814         Do require mail-utils.  Require nnheader only when compiling.
1815         (smtpmail-default-smtp-server): Remove declaration.
1816         (message-send-mail-function): Check smtpmail-default-smtp-server
1817         is bound rather than requiring smtpmail.
1818         (message-auto-save-directory, message-insert-signature): Use
1819         expand-file-name rather than nnheader-concat.
1820         (nnheader-insert-file-contents): Autoload.
1821         (hashcash-wait-async): Declare.
1822         (message-send-mail): Only call gnus-setup-posting-charset if
1823         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1824         (message-send-mail-with-sendmail): Require sendmail.
1825         (canlock-password, canlock-password-for-verify): Declare.
1826         (message-canlock-password): Require canlock.
1827         (nnheader-get-report): Autoload.
1828         (gnus-setup-posting-charset): Declare.
1829         (message-send-news): Require gnus-msg.
1830         (message-make-references, message-make-in-reply-to): Use mail-header-id
1831         rather than the alias mail-header-message-id.
1832         (ecomplete-add-item, ecomplete-save): Declare.
1833         (message-put-addresses-in-ecomplete): Require ecomplete.
1834         (ecomplete-display-matches): Autoload.
1835
1836         * mm-decode.el: Don't require mailcap, gnus-util.
1837         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1838         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1839         Autoload.
1840         (mailcap-mime-extensions): Declare.
1841
1842         * mm-encode.el: Don't require mailcap.
1843         (mailcap-extension-to-mime): Autoload.
1844
1845         * mml-sec.el: Don't require password-cache.
1846
1847         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1848         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1849         (mml-minibuffer-read-type): Require mailcap.
1850         (mml-preview): Require gnus-msg.
1851
1852         * mml1991.el: Require password-cache.
1853         (password-cache-expiry): Remove declaration.
1854
1855         * mml2015.el: Require password-cache.
1856         (password-cache-expiry): Remove declaration.
1857
1858         * nneething.el (mailcap): Require mailcap.
1859
1860         * nnheader.el (declare-function): Add compatibility stub.
1861         (message-remove-header): Declare rather than autoload.
1862         (nnheader-replace-header): Require message.
1863
1864         * nnimap.el (declare-function): Add compatibility stub.
1865         (netrc-parse, netrc-machine-user-or-password): Declare.
1866         (nnimap-open-connection): Require netrc.
1867
1868         * nntp.el (declare-function): Add compatibility stub.
1869         (netrc-parse, netrc-machine, netrc-get): Declare.
1870         (nntp-send-authinfo): Require netrc.
1871
1872         * rfc2047.el: Don't require qp.
1873         (quoted-printable-encode-region, quoted-printable-decode-string):
1874         Autoload.
1875
1876         * sieve-mode.el: Don't require easymenu.
1877         (easy-menu-add-item): Autoload it.
1878
1879         * spam-stat.el (time-to-number-of-days): Autoload it.
1880
1881 2010-03-19  Glenn Morris  <rgm@gnu.org>
1882
1883         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1884
1885 2010-03-18  Glenn Morris  <rgm@gnu.org>
1886
1887         * hashcash.el (declare-function): Remove duplicate definition.
1888
1889 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1890
1891         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1892         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1893         value if any backslash escapes).
1894
1895 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1898         if it is available.  (bug#5647)
1899
1900         * lpath.el: Suppress compiler warning for coding-system-from-name for
1901         Emacs 21 and XEmacs.
1902
1903 2010-03-14  Juri Linkov  <juri@jurta.org>
1904
1905         * hmac-def.el:
1906         * hmac-md5.el:
1907         * netrc.el: Fix keywords.
1908
1909 2010-02-26  Glenn Morris  <rgm@gnu.org>
1910
1911         * message.el (message-send-mail-function): Change the default, so that
1912         it inherits from a customized send-mail-function.  (Bug#5643)
1913
1914 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1915
1916         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1917         shell-command-to-string signals an error (bug#5299).
1918
1919 2010-02-24  Glenn Morris  <rgm@gnu.org>
1920
1921         * message.el (message-smtpmail-send-it)
1922         (message-send-mail-with-mailclient): Doc fixes.
1923
1924 2010-02-16  Glenn Morris  <rgm@gnu.org>
1925
1926         * message.el (message-default-mail-headers): Change the default value
1927         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1928
1929 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1932         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1933
1934 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1935
1936         * time-date.el (date-to-time): Doc fix (Bug#5408).
1937
1938 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1939
1940         * message.el (message-mail): Just pass yank-action on to message-setup.
1941         (message-setup): Handle (FUN . ARGS) form of yank-action.
1942         (message-with-reply-buffer, message-widen-reply)
1943         (message-yank-original): Handle non-buffer values of
1944         message-reply-buffer (Bug#4080).
1945         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1946
1947 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1948
1949         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1950         Fix typo in docstring.
1951
1952 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1953
1954         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1955         response.
1956
1957 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1960
1961         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1962
1963         * message.el (message-check-news-header-syntax): Protect against a
1964         string that `rfc822-addresses' returns when parsing fails.
1965
1966 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1969         (gnus-previous-char-property-change): New functions.
1970
1971         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1972
1973 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1974
1975         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1976         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1977
1978 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1979
1980         * message.el (message-exchange-point-and-mark): Rework last change to
1981         avoid using optional arg of exchange-point-and-mark, for backward
1982         compatibility.
1983
1984 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1985
1986         * message.el (message-exchange-point-and-mark): Call
1987         exchange-point-and-mark with an argument rather than setting
1988         mark-active by hand (Bug#5175).
1989
1990 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * nntp.el (nntp-service-to-port): Work for service expressed with
1993         numeric string; replace [:digit:] with [0-9] for XEmacs.
1994
1995 2009-12-17  Glenn Morris  <rgm@gnu.org>
1996
1997         * gnus-group.el (gnus-bug-group-download-format-alist):
1998         Change emacs entry to debbugs.gnu.org.  Bump :version.
1999
2000 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2003
2004 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2005
2006         * message.el (message-info): Explain why we use `Info-goto-node'.
2007
2008 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2011
2012 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2013
2014         * message.el (message-completion-in-region): New compatibility function.
2015         (message-expand-group): Use it.
2016
2017 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2020         with no unread article should be listed if the 2nd arg `predicate' is
2021         given.
2022
2023 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2026
2027 2009-11-29  Juri Linkov  <juri@jurta.org>
2028
2029         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2030         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2031         on `gnus-recenter'. (Bug#4698, Bug#4981)
2032
2033 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2034
2035         * sha1.el (sha1-string-external): default-directory "/" in case
2036         otherwise non-existent.  process-connection-type pipe for touch of
2037         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2038
2039 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2040
2041         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2042         it's comms related and sgml-mode.el has "comm" on that basis too.
2043
2044 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2047         containing tspecial characters if they have been already quoted.
2048
2049 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2050
2051         * dns-mode.el (auto-mode-alist): Purecopy string.
2052
2053 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2054
2055         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2056
2057 2009-10-24  Glenn Morris  <rgm@gnu.org>
2058
2059         * gnus-art.el (help-xref-stack-item): Define for compiler.
2060
2061 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2062
2063         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2064
2065 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2068
2069 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2072         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2073
2074 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2077         (gnus-overlays-in): New alias to overlays-in.
2078
2079         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2080         gnus-overlay-get, and gnus-delete-overlay.
2081         (gnus-summary-show-thread): Make it work as well for systems in which
2082         next-single-char-property-change is not available.
2083         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2084
2085         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2086         (gnus-overlay-get): New alias to extent-property.
2087         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2088
2089         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2090         SXEmacs.
2091
2092         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2093         SXEmacs.
2094
2095 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2098
2099 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2100
2101         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2102         and XEmacs that don't have `remove-overlays'.
2103
2104 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2105
2106         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2107         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2108         selective display.  Use overlays instead.
2109
2110 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2111
2112         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2113
2114 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2115
2116         * spam-stat.el (spam-stat-load): Fix typo in message.
2117
2118 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2119
2120         * dig.el (dig-invoke): Fix typo in docstring.
2121         (query-dig): Reflow docstring.
2122
2123 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2124
2125         * gnus-art.el (gnus-article-encrypt-body):
2126         * message.el (message-check-recipients):
2127         * mm-util.el (mm-codepage-setup):
2128         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2129         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2130
2131 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2132
2133         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2134         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2135         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2136         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2137         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2138
2139 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2140
2141         * dig.el: Add "Keywords: comm", as per net-utils.el.
2142
2143 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2144
2145         * dig.el (dig-mode): Use define-derived-mode.
2146
2147 2009-09-19  Glenn Morris  <rgm@gnu.org>
2148
2149         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2150
2151 2009-09-18  Glenn Morris  <rgm@gnu.org>
2152
2153         * gnus-diary.el (gnus-diary-check-message):
2154         * message.el (message-insert-formatted-citation-line):
2155         * nnbabyl.el (top-level):
2156         * nndiary.el (nndiary-schedule):
2157         Fix typos in condition-case handlers.
2158
2159 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2162         configuration that provides the sole article window in a frame;
2163         position point correctly after deleting a part.
2164
2165 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2166
2167         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2168         (spam-resolve-registrations-routine): Use it to unregister articles
2169         that change status.
2170
2171 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2174         with XEmacs.
2175         (parse-time-string-chars): Use it.
2176
2177 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2178
2179         * imap.el (imap-interactive-login): Better messages.
2180         (imap-open): Fix bug with renamed buffer on reconnect.
2181         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2182         for easier debugging and cleaner code.  On successful (guessed based on
2183         server capabilities) secondary authentication, set imap-state
2184         correctly.
2185         (imap-last-authenticator): Define imap-last-authenticator as a variable
2186         to avoid warnings.
2187
2188 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * nnrss.el (nnrss-request-article): Remove binding of
2191         default-enable-multibyte-characters that has gotten needless by
2192         the 2007-07-13 change in rfc2047-encode-message-header.
2193
2194         * mml.el (mml-insert-multipart): Error on the message header.
2195         (mml-insert-part): Error on the message header; position point at
2196         the end of a MIME tag.
2197
2198 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * time-date.el (autoload): Expand define-obsolete-function-alias into
2201         defalias and make-obsolete for old Emacsen that Gnus supports.
2202         (with-no-warnings): Define it for old Emacsen.
2203         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2204         is available.
2205         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2206         float-time is available; suppress compile warning for time-to-seconds.
2207
2208         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2209         (gnus-float-time): Alias to float-time if it exists.
2210
2211         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2212         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2213         float-time is available; suppress compile warning for time-to-seconds.
2214
2215         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2216         XEmacs.
2217
2218 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2219
2220         * imap.el (imap-message-map): Docstring fix.
2221
2222 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
2225         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
2226         Add the optional argument `encoding' that overrides the default.
2227
2228         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
2229         mm-encode-buffer.
2230
2231 2009-09-04  Glenn Morris  <rgm@gnu.org>
2232
2233         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
2234         mm-disable-multibyte, rather than default-enable-multibyte-characters.
2235         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
2236         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
2237         * mm-util.el (mm-with-unibyte-current-buffer)
2238         (mm-find-buffer-file-coding-system):
2239         * yenc.el (yenc-decode-region): Use default-value rather than
2240         default-enable-multibyte-characters.
2241
2242 2009-09-03  Glenn Morris  <rgm@gnu.org>
2243
2244         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
2245         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
2246         than default-enable-multibyte-characters.
2247
2248 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
2249
2250         * gnus-art.el (gnus-article-read-summary-keys):
2251         Fix gnus-buffer-configuration's value temporarily used.
2252
2253 2009-09-02  Glenn Morris  <rgm@gnu.org>
2254
2255         * gnus-util.el (gnus-float-time): New function.
2256         * gnus-delay.el (gnus-delay-article):
2257         * gnus-sum.el (gnus-thread-latest-date):
2258         * gnus-util.el (gnus-user-date): Use gnus-float-time.
2259         * nnspool.el (nnspool-request-newgroups):
2260         Use gnus-float-time rather than time-to-seconds.
2261         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
2262
2263         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
2264         (gnus-header-subject-face, gnus-header-newsgroups-face)
2265         (gnus-header-name-face, gnus-header-content-face):
2266         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
2267         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
2268         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
2269         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
2270         (gnus-cite-face-11):
2271         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
2272         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2273         (gnus-server-closed-face, gnus-server-denied-face)
2274         (gnus-server-offline-face):
2275         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2276         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2277         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2278         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2279         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2280         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2281         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2282         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2283         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2284         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2285         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2286         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2287         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2288         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
2289         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
2290         (gnus-summary-high-undownloaded-face)
2291         (gnus-summary-low-undownloaded-face)
2292         (gnus-summary-normal-undownloaded-face)
2293         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2294         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2295         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2296         (gnus-splash-face):
2297         * message.el (message-header-to-face, message-header-cc-face)
2298         (message-header-subject-face, message-header-newsgroups-face)
2299         (message-header-other-face, message-header-name-face)
2300         (message-header-xheader-face, message-separator-face)
2301         (message-cited-text-face, message-mml-face):
2302         * sieve-mode.el (sieve-control-commands-face)
2303         (sieve-action-commands-face, sieve-test-commands-face)
2304         (sieve-tagged-arguments-face):
2305         * spam.el (spam-face):
2306         Mark face aliases with "-face" in the name as obsolete.
2307
2308 2009-09-01  Glenn Morris  <rgm@gnu.org>
2309
2310         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
2311         than goto-line.
2312
2313 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2316         Don't move point if the command is invoked inside the message header.
2317
2318 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2319
2320         * imap.el (imap-send-command): Simplify.
2321         (imap-wait-for-tag): point-max -> buffer-size.
2322
2323 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2324
2325         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
2326         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
2327         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
2328         * nnir.el (nnir-swish-e-index-file):
2329         * gnus-sum.el (gnus-summary-delete-marked-as-read)
2330         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
2331         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2332         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
2333         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
2334         (gnus-treat-display-xface): Add Emacs version of obsolescence.
2335
2336 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
2339         Don't save excursion.
2340
2341 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2342
2343         * nnheader.el (nnheader-find-file-noselect):
2344         * mm-util.el (mm-insert-file-contents):
2345         Use (default-value 'major-mode) instead of default-major-mode.
2346
2347 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2348
2349         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
2350
2351 2009-08-26  Glenn Morris  <rgm@gnu.org>
2352
2353         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
2354         than placing in files.el.
2355
2356 2009-08-25  Glenn Morris  <rgm@gnu.org>
2357
2358         * nnir.el (top-level): Don't require cl at run-time.
2359         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
2360         Replace cl-function substitute with gnus-replace-in-string.
2361         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
2362         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
2363         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
2364         simplified expansions.
2365
2366 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2367
2368         * dig.el (dig): Add autoload cookie.
2369
2370 2009-08-22  Glenn Morris  <rgm@gnu.org>
2371
2372         * gnus-art.el (gnus-button-patch): Use forward-line rather than
2373         goto-line.
2374
2375 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
2376
2377         * parse-time.el (parse-time-string-chars): Save match data.
2378
2379 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
2380
2381         * parse-time.el (parse-time-string-chars): Compute using character
2382         classes, to handle non-ascii characters (Bug#3190).
2383
2384 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
2387
2388         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
2389         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
2390         (gnus-mm-display-part, gnus-mime-display-single)
2391         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
2392         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
2393
2394         * gnus-sum.el
2395         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
2396         (gnus-summary-move-article): Add expirable mark to articles copied or
2397         moved to group that has auto-expire turned on if the option is non-nil.
2398
2399 2009-07-24  Glenn Morris  <rgm@gnu.org>
2400
2401         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
2402         Fix typo.  (Bug#3903)
2403
2404 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2407         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2408         that should not be used for draft articles.
2409         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2410         that has no concern in minor mode keys.
2411         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2412         Abolish.
2413
2414 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2417         article without making inquiry to a user for unknown encoding.
2418
2419         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2420         (nnmaildir--scan): Assume i-node and device number that file-attributes
2421         returns might be cons-cell.
2422
2423         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
2424
2425         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
2426
2427 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * auth-source.el: Remove docs now in auth.texi.  Don't use
2430         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2431         `auth-source-hide-passwords' and use them.
2432
2433 2009-07-15  Glenn Morris  <rgm@gnu.org>
2434
2435         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2436
2437 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2440         excessive whitespace from the default values of title and description.
2441
2442 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2445         mail-fetch-field to fetch Content-Description header in order to
2446         exclude newlines.
2447
2448 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
2449
2450         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
2451         format used by GnuPG 2.0.11.
2452
2453 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2456         to deleted part.
2457
2458 2009-05-30  David Engster  <dengste@eml.cc>
2459
2460         * nnmairix.el: Remove old documentation in the commentary block.
2461         (nnmairix-request-group): Do not update active file for nnml back ends.
2462         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2463         end so that overview files are ignored.
2464         (nnmairix-update-groups): Make updating the groups more robust by using
2465         marks.
2466         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2467         with dollar characters in message-id.
2468
2469 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2470
2471         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2472         2008-12-25 in dns.el.
2473
2474 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2475
2476         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2477         could happen if the text is only composed of spaces and/or tabs.
2478
2479 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2480
2481         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2482         when sending a queued message to avoid extra mml tags.
2483
2484 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2487
2488 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
2491         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
2492         rmail-toggle-header for XEmacs;
2493         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
2494
2495 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-dired.el: Remove autoload for gnus-setup-message.
2498         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2499         displaying Gnus logo; always use compose-mail.
2500
2501 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2504
2505 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2508         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2509         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2510         available.
2511         (gnus-nocem-epg-verify): New function.
2512
2513 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2514
2515         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2516
2517 2009-02-15  Glenn Morris  <rgm@gnu.org>
2518
2519         * gnus-util.el (rmail-insert-rmail-file-header)
2520         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2521         autoloads.
2522         (rmail-default-rmail-file): Remove unnecessary declaration.
2523         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2524
2525 2009-02-14  Glenn Morris  <rgm@gnu.org>
2526
2527         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2528         variable (only used in gnus-util, which declares it anyway).
2529         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2530         which was only needed by gnus-art (changed to not use it any more).
2531         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2532         only used in gnus-util, which autoloads it itself.
2533         (rmail-update-summary): Fix autoload.
2534
2535         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2536         rather than rmail-output-to-rmail-file.
2537
2538 2009-02-07  Glenn Morris  <rgm@gnu.org>
2539
2540         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2541         autoload of function that no longer exists.
2542         (rmail-toggle-header): Declare.
2543         (message-forward-rmail-make-body): Handle mbox Rmail.
2544
2545 2009-01-31  Glenn Morris  <rgm@gnu.org>
2546
2547         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2548         2009-01-09 change.
2549
2550 2009-01-31  Dave Love  <fx@gnu.org>
2551
2552         * imap.el (imap-fetch-safe): Bind debug-on-error.
2553         (imap-debug): Add imap-fetch-safe.
2554
2555 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2558         (auth-source-forget-all-cached): New convenience function.
2559         (auth-source-user-or-password): Accept list of modes or a single mode.
2560
2561         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2562         auth-source modes.
2563
2564         * netrc.el (netrc-machine-user-or-password): Use list of
2565         auth-source modes.
2566
2567         * nnimap.el (nnimap-open-connection): Use list of
2568         auth-source modes.
2569
2570         * nntp.el (nntp-send-authinfo): Use list of
2571         auth-source modes.
2572
2573 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2576         now.
2577
2578 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2581         coding system in XEmacs; add a workaround for XEmacs.
2582
2583         * lpath.el: Fbind coding-system-aliasee.
2584
2585 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2588         of current-language-environment.
2589
2590 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2591
2592         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2593         available at runtime.
2594
2595 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2598
2599 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2600
2601         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2602         the greatest positive fixnum value doesn't work under an XEmacs with
2603         bignum support; use the most-positive-fixnum constant instead,
2604         available since Emacs 21.1 with cl and XEmacs 21.1.
2605
2606 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2609         XEmacs gets not to work.
2610
2611 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * mm-util.el (mm-coding-system-priorities): Allow the value like
2614         "Japanese (UTF-8)" of current-language-environment.
2615
2616 2009-01-09  Glenn Morris  <rgm@gnu.org>
2617
2618         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2619         with last-command-event.
2620
2621 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2622
2623         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2624         in the doc string.
2625
2626         * message.el (message-fix-before-sending): Amend comment.
2627
2628 2009-01-08  Dave Love  <fx@gnu.org>
2629
2630         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2631
2632 2009-01-07  David Engster  <dengste@eml.cc>
2633
2634         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2635         simplified server definitions by converting it via
2636         gnus-server-to-method.
2637
2638 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2641         parameter's operands.
2642
2643 2009-01-06  David Engster  <dengste@eml.cc>
2644
2645         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2646         primary select method (for gnus-group-mark-article-as-read).
2647
2648 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2649
2650         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2651         `(gnus)Face', not `(gnus)X-Face'.
2652
2653 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * mm-util.el (mm-ucs-to-char): New function.
2656
2657         * mm-url.el (mm-url-decode-entities): Use it.
2658
2659         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2660         unicode-to-char.
2661
2662 2009-01-05  Dave Love  <fx@gnu.org>
2663
2664         * time-date.el: Require cl for `declare'.
2665
2666 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2667
2668         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2669         Dave Love.
2670
2671 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2672
2673         * message.el (message-fix-before-sending): Add `eight-bit' to
2674         illegible-text check.
2675
2676 2009-01-03  Michael Olson  <mwolson@gnu.org>
2677
2678         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2679         `headers' is nil.  This can occur if the IMAP server does not have
2680         permissions to read messages from a folder, but can write new messages
2681         to the folder.
2682         (nnimap-request-article-part): Do not insert `data' if it is nil.
2683
2684         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2685         characters which will confuse `read', so skip past them.
2686
2687 2009-01-01  Dave Love  <fx@gnu.org>
2688
2689         * imap.el (imap-string-to-integer): Fix typo.
2690         (imap-fetch-safe): New function.
2691         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2692
2693         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2694
2695         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2696         (imap-parse-greeting): Fix doc strings.
2697         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2698         (imap-parse-flag-list): Make messages unique.
2699         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2700
2701         * nnimap.el: Fix author email.
2702         (nnimap-split-rule): Add FIXME comment.
2703         (nnimap-debug): Fix doc string.
2704
2705 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2706
2707         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2708
2709 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2710
2711         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2712         nslookup if resolv.conf isn't available.
2713         (dns-query): Rename from query-dns.
2714         (dns-query-cached): Rename from query-dns-cached.
2715
2716 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2719         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2720         to check if those variables exist (first appeared in Emacs 18.50).
2721
2722 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * mm-util.el (mm-line-number-at-pos): New function.
2725
2726         * spam-report.el (spam-report-process-queue): Use it.
2727
2728 2008-12-24  David Engster  <dengste@eml.cc>
2729
2730         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2731         parameters that haven't existed as variables as buffer-local variables.
2732
2733 2008-12-23  Dave Love  <fx@gnu.org>
2734
2735         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2736         cadar.
2737
2738         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2739         imap-starttls-p.
2740         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2741
2742 2008-12-22  Dave Love  <fx@gnu.org>
2743
2744         * imap.el: Fix author email.  Doc fixes.
2745         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2746         reply.
2747
2748 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2749
2750         * spam-report.el (spam-report-gmane-max-requests): New constant.
2751         (spam-report-gmane-wait): New variable.
2752         (spam-report-gmane-ham, spam-report-gmane-spam)
2753         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2754         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2755         the server.
2756
2757         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2758         Add explanations.
2759
2760         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2761         nnheader-accept-process-output and nnheader-read-timeout if available.
2762         (pop3-movemail): Use it.
2763
2764         * message.el (message-check-news-body-syntax): Fix signature check if
2765         there's an attachment.
2766
2767 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * mm-util.el: Add comments to the mm- emulating functions.
2770
2771 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2774         by Stephen Berman <stephen.berman@gmx.net>.
2775
2776 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * mm-util.el (mm-substring-no-properties): New function.
2779         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2780         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2781         (mm-string-to-multibyte): Doc fix.
2782
2783         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2784
2785 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * mml.el (mml-attach-file): Strip text properties from file name.
2788         (Bug#1574)
2789
2790 2008-12-16  Glenn Morris  <rgm@gnu.org>
2791
2792         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2793
2794 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2797         knows since the charset specified might be a bogus alias that
2798         mm-charset-synonym-alist provides.
2799
2800 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2801
2802         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2803         "ISO_8859-1".
2804
2805         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2806
2807 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * mm-util.el (mm-charset-eval-alist):
2810         Define it before mm-charset-to-coding-system.
2811         (mm-charset-to-coding-system): Add optional argument `silent';
2812         define it before mm-charset-override-alist.
2813         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2814         default value if it can be used in Emacs currently running;
2815         silence mm-charset-to-coding-system.
2816
2817 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2820         `allow-override' which says whether to use `mm-charset-override-alist'.
2821         (rfc2047-decode-encoded-words): Use it.
2822
2823         * mm-util.el (mm-charset-override-alist): Fix custom type;
2824         add `(gb2312 . gbk)' to choices.
2825
2826 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2829         fast.
2830
2831         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2832
2833         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2834
2835 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2836
2837         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2838         on links.
2839
2840         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2841
2842 2008-12-03  Lute Kamstra  <lute@gnu.org>
2843
2844         * sha1.el: Remove leading * from docstrings of defcustoms,
2845         deffaces, defconsts and defuns.
2846
2847 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2850         users' addresses that don't have domain parts.
2851         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2852         rather than message-narrow-to-head since there will be the message
2853         header separator.
2854
2855 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2856
2857         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2858         since the result is inserted in a unibyte buffer anyway.
2859         (nnimap-demule-use-string-to-multibyte): Remove.
2860         (nnimap-demule): Alias it to mm-string-to-multibyte.
2861
2862 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2863
2864         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2865         variable for debugging bug#464 and bug#1174.
2866         (nnimap-demule): Use it.
2867
2868 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2869
2870         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2871         score calculation correctly.
2872
2873 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2874
2875         * message.el (message-send-mail): Just set the buffer to unibyte
2876         rather than use mm-with-unibyte-current-buffer which does a lot more.
2877         (message-send-mail-partially): Don't bother with
2878         mm-with-unibyte-current-buffer since it's already been made unibyte by
2879         message-send-mail.
2880
2881 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2884
2885 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2888
2889 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2892         require itself and to remove `with-no-warnings'.
2893
2894 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2895
2896         * starttls.el (starttls-any-program-available): Get the name of the
2897         available TLS layer program.
2898         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2899         well as the host name in the "opening" message.
2900
2901         * auth-source.el (auth-source-cache, auth-source-do-cache)
2902         (auth-source-user-or-password): Cache passwords and logins by default,
2903         allow override with `auth-source-do-cache'.
2904         (auth-source-forget-user-or-password): Allow users to remove cache
2905         entries if needed.
2906
2907 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2908
2909         * md4.el (md4-buffer): Fix typo in docstring.
2910         (md4, md4-64): Doc fixes.
2911         (md4-pack-int32): Reflow docstring.
2912
2913 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2916         condition-case to only the forward-sexp call.
2917
2918 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2919
2920         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2921         quotes contained.  Make it more robust regardless by an extra
2922         condition-case wrapper.
2923
2924 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2927
2928 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * nnml.el (nnml-request-expire-articles): Check if the function set to
2931         `nnmail-expiry-target' returns the symbol `delete'.
2932
2933         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2934
2935         * nnmail.el (nnmail-expiry-target): Fix custom type.
2936
2937 2008-10-02  Glenn Morris  <rgm@gnu.org>
2938
2939         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2940         Silence compiler warning.
2941
2942 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2943
2944         * tls.el (open-tls-stream): Show the actual command being
2945         executed, instead of the format string.
2946
2947 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * lpath.el: Fbind codepage-setup for Emacs 23.
2950
2951 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2952
2953         * mml.el (mml-menu): Don't assume mml2015 is bound.
2954
2955 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2958         exists.
2959
2960 2008-09-27  Glenn Morris  <rgm@gnu.org>
2961
2962         * gnus-util.el (mail-header-remove-comments): Autoload it.
2963
2964 2008-09-27  Andreas Schwab  <schwab@suse.de>
2965
2966         * gnus-util.el (gnus-split-references): Strip comments.
2967         (gnus-parent-id): Likewise.
2968
2969 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2970
2971         * message.el (message-confirm-send): Fix version.
2972
2973 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * message.el (message-idna-to-ascii-rhs-1): Use
2976         mail-extract-address-components rather than mail-header-parse-addresses
2977         that is an alias by default to ietf-drums-parse-addresses that does not
2978         support non-ASCII names in headers' contents.
2979
2980 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2981
2982         * message.el (message-confirm-send): Fixed variable documentation to
2983         avoid the "y/n" wording.
2984
2985 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2986
2987         * message.el (message-set-auto-save-file-name): Save to a different
2988         filename so multiple messages (especially drafts) can be recovered.
2989
2990 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2991
2992         * message.el (message-confirm-send): Add appropriate version.
2993
2994 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2997         defvar.
2998
2999 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3000
3001         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3002         (mm-pkcs7-enveloped-magic): Ditto.
3003
3004 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3005
3006         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3007         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3008
3009 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3010
3011         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3012         default, it's better.
3013
3014 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3017         summary line gnus-number property and ignore them (with a warning
3018         message).
3019
3020 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3023         macro caddr in the interactive form since it won't be expanded.
3024
3025 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3028         `charset'; fix name of function called recursively.
3029         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3030
3031 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3034         (gnus-mime-set-charset-parameters): New function.
3035         (gnus-mime-view-part-as-charset): Use it to correctly display part
3036         specifying wrong charset.
3037
3038 2008-09-08  David Engster  <dengste@eml.cc>
3039
3040         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3041         in completing-read for back end server.
3042
3043 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * message.el (message-confirm-send): New variable to confirm sending a
3046         message.
3047         (message-send): Use it.
3048
3049 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3050
3051         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3052
3053 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3056
3057 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3058
3059         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3060         prevent tracking too many groups.
3061         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3062         Use it.
3063
3064 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3065
3066         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3067         moving point to the bottom of the window in order to avoid recentering.
3068
3069 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3072
3073         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3074         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3075         (gnus-article-beginning-of-window): Fix calculation.
3076
3077 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-msg.el (gnus-summary-supersede-article)
3080         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3081         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3082         message header.
3083
3084 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3085
3086         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3087         pending output coming after the status change.
3088
3089 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3090
3091         * message.el:
3092         * gnus-start.el:
3093         * gnus-registry.el: Remove VMS support.
3094
3095 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3098         macro.
3099         (rfc2104-hash): Use it.
3100
3101 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3102
3103         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3104         (gnus-summary-sort-by-most-recent-date): New commands.
3105         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3106         and menu entries.
3107
3108 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3111         don't redisplay article for raw contents; remove plural articles stuff.
3112
3113         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3114         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3115         on gnus-summary-save-article; display results properly.
3116
3117 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * lpath.el: No need to fbind ns-focus-frame.
3120
3121 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3124
3125 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3128         gnus-save-all-headers.
3129
3130 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3131
3132         * gnus-util.el (ns-focus-frame): Remove declaration.
3133         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3134         like x.
3135
3136 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3137
3138         * rfc2104.el (rfc2104-zero): Delete defconst.
3139         (rfc2104-hex-alist): Likewise.
3140         (rfc2104-hex-to-int): Delete func.
3141         (rfc2104-hexstring-to-bitstring): Likewise.
3142         (rfc2104-nybbles): New defconst.
3143         (rfc2104-hash): Rewrite for speed.
3144
3145 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * tls.el (open-tls-stream): Make it work with the 2nd argument
3148         BUFFER that is a string but does not exist as a buffer object, as
3149         mentioned in the doc-string.
3150
3151 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3154         SXEmacs.
3155
3156 2008-07-16  Glenn Morris  <rgm@gnu.org>
3157
3158         * gnus-util.el (ns-focus-frame): Declare for compiler.
3159
3160 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3163         set as a group parameter.
3164         (gnus-summary-save-in-pipe): Work when it is called independently.
3165         (gnus-summary-pipe-to-muttprint): Don't modify
3166         gnus-summary-pipe-output-default-command.
3167
3168 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3169
3170         * message.el (message-send-mail-with-sendmail):
3171         Display the error message.
3172
3173 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-art.el (gnus-default-article-saver):
3176         Add gnus-summary-save-in-pipe to choices.
3177         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3178         gnus-summary-pipe-output-default-command as the default command.
3179         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3180         instead of gnus-last-shell-command.
3181
3182         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3183         New user option.
3184         (gnus-summary-muttprint-program): Mention the value will be changed.
3185         (gnus-summary-save-article): Force showing of all headers.
3186         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3187
3188 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3189
3190         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3191
3192 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3193
3194         * nnimap.el (nnimap-id):
3195         * sieve-manage.el (sieve-manage-open): Doc fixes.
3196
3197 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3198
3199         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3200         if available.
3201
3202 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3203
3204         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3205
3206         * nnkiboze.el (nnkiboze-generate-group):
3207         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3208
3209         * nnmairix.el: Require CL.
3210
3211 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * dgnushack.el: Autoload get-display-table and put-display-table for
3214         XEmacs 21.5.
3215
3216         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3217         21.4 and SXEmacs.
3218
3219 2008-06-15  David Engster  <dengste@eml.cc>
3220
3221         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
3222
3223 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
3224
3225         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
3226         New macros that expand to an `aset'/`aref' call under Emacs, and to a
3227         runtime choice under XEmacs.
3228
3229         * gnus-sum.el (gnus-summary-set-display-table):
3230         Use `gnus-put-display-table', `gnus-get-display-table',
3231         `gnus-set-display-table' for the display table, instead of `aset'.
3232
3233         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
3234         Use `gnus-put-display-table', `gnus-get-display-table',
3235         `gnus-set-display-table' for the display table.
3236
3237 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * nnmairix.el: Add autoloads.
3240
3241 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3242
3243         * nnmairix.el (nnmairix-delete-recreate-group)
3244         (nnmairix-update-and-clear-marks): Fix error messages.
3245
3246 2008-06-14  David Engster  <dengste@eml.cc>
3247
3248         * nnmairix.el: Upgrade to version 0.6.
3249         (nnmairix-group-toggle-propmarks-this-group)
3250         (nnmairix-group-toggle-readmarks-this-group)
3251         (nnmairix-group-delete-recreate-this-group)
3252         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
3253         (nnmairix-remove-tick-mark-original-article): New commands.
3254         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
3255         (nnmairix-propagate-marks-to-nnmairix-groups)
3256         (nnmairix-only-use-registry, nnmairix-allowfast-default)
3257         (nnmairix-marks-cache, nnmairix-version-output): New variables.
3258         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
3259         functions needed for marks propagation and manipulation of read marks.
3260         (nnmairix-update-groups): New function.
3261         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
3262         (nnmairix-determine-original-group-from-registry)
3263         (nnmairix-determine-original-group-from-path)
3264         (nnmairix-get-group-from-file-path, nnmairix-map-range)
3265         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
3266         New helper functions.
3267         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
3268         keystrokes for new commands.
3269         (nnmairix-delete-and-create-on-change): Doc string cleanup.
3270         (nnmairix-request-group): Check allow-fast group parameter.
3271         (nnmairix-request-create-group): Set allow-fast group parameter if
3272         nnmairix-allowfast-default is set.
3273         (nnmairix-close-group): Propagate marks upon closing if needed.
3274         (nnmairix-group-toggle-threads-this-group): Use new.
3275         nnmairix-group-toggle-parameter helper function.
3276         (nnmairix-search): Better check for empty search result.
3277         (nnmairix-goto-original-article): Use new helper functions for
3278         determining original article.
3279         (nnmairix-show-original-article): Make sure message-id is in brackets.
3280         (nnmairix-call-mairix-binary): Change variable name.
3281         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
3282         helper function.
3283         (nnmairix-widget-toggle-activate): Fix doc string.
3284
3285 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * nnir.el: Require edmacro when compiling with XEmacs.
3288         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
3289         available in Emacs 21.
3290
3291 2008-06-11  Glenn Morris  <rgm@gnu.org>
3292
3293         * gnus-util.el (x-focus-frame):
3294         * gnus.el (image-size):
3295         * mm-decode.el (image-size): Declare.
3296
3297         * gnus-picon.el (declare-function): Add compat definition.
3298         (image-size): Declare.
3299
3300         * gnus-group.el (tool-bar-map):
3301         * gnus-sum.el (tool-bar-map): Define for compiler.
3302
3303         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
3304
3305         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
3306
3307         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
3308         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
3309         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
3310         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
3311         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
3312         * sieve-manage.el, spam-report.el, spam.el:
3313         Remove unnecessary eval-and-compile of autoloads.
3314
3315 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
3316
3317         * auth-source.el: Precise Tramp doc.
3318
3319 2008-06-07  Glenn Morris  <rgm@gnu.org>
3320
3321         * nnmairix.el: Remove unnecessary eval-when-compile.
3322
3323 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * lpath.el: Fbind propertize for XEmacs 21.4.
3326
3327 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3328
3329         * nnir.el: Move here from ../contrib.
3330
3331 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3332
3333         * gnus-util.el (gnus-read-shell-command): New function.
3334         * mm-decode.el (mm-pipe-part):
3335         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
3336
3337 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
3340
3341 2008-06-03  Glenn Morris  <rgm@gnu.org>
3342
3343         * pop3.el (nnheader-accept-process-output): Autoload it.
3344
3345 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
3348         are not 2-digit hexadecimal characters that follow `%'s.
3349
3350 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * message.el (message-bogus-recipient-p): Fix type in doc string.
3353         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
3354         (message-bogus-addresses): Rename from message-bogus-address-regexp.
3355         Improve custom options.
3356         (message-bogus-recipient-p): Adjust accordingly.
3357
3358 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
3359
3360         * parse-time.el (parse-time-months, parse-time-weekdays): Add
3361         long-form month and day names.
3362
3363 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * dgnushack.el: Autoload debug, eudc-expand-inline and
3366         pgg-snarf-keys-region for XEmacs.
3367
3368         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
3369
3370         * nnmairix.el: Require edmacro when compiling with XEmacs.
3371
3372 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
3375         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
3376
3377 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * auth-source.el: Add more docs.
3380
3381         * netrc.el (netrc-machine): Always match if the port is not given.
3382
3383 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * nnheader.el (nnheader-read-timeout): Change the default timeout from
3386         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
3387         retrieval faster in some cases, but might make CPU usage larger.  If
3388         this has any bad side effects, we might revert this change.
3389
3390         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
3391         seems to make mail retrieval much, much faster.
3392         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
3393         unconditionally.
3394
3395         * gnus-draft.el (gnus-group-send-queue): Bind
3396         message-send-mail-partially-limit to nil to avoid being prompted.
3397
3398 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
3399
3400         * mml.el (mml-attach-buffer): Prompt for `disposition'.
3401
3402         * message.el (message-bogus-address-regexp): Fix and improve custom
3403         type.
3404         (message-setup-hook): Add message-check-recipients as custom option.
3405
3406 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3407
3408         * message.el (message-cite-function): Remove bogus autoload which crept
3409         in during merge from v5-10.
3410
3411 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3412
3413         * nnimap.el (nnimap-open-connection): Fix login/password bug.
3414
3415         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
3416
3417         * auth-source.el: Preliminary Tramp docs.
3418         (auth-sources): Change the default auth-sources to use
3419         EPA .gpg files.
3420
3421 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3422
3423         * nntp.el: Autoload `auth-source-user-or-password'.
3424         (nntp-send-authinfo): Use it.
3425
3426         * nnimap.el: Autoload `auth-source-user-or-password'.
3427         (nnimap-open-connection): Use it.
3428
3429         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
3430         for the gnus-message function.
3431         (auth-source-user-or-password): Use it.
3432
3433 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3434
3435         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
3436         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
3437         (rfc2104-hash): Use it.
3438
3439 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3440
3441         * gnus-art.el (gnus-article-toggle-truncate-lines):
3442         Don't use `iff' in docstring.
3443
3444 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
3445
3446         * gnus-registry.el: Adjusted copyright dates and added a keyword.
3447
3448         * gnus-util.el (gnus-extract-address-component-name)
3449         (gnus-extract-address-component-email): Convenience functions around
3450         `gnus-extract-address-components'.
3451
3452         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3453         Use `gnus-extract-address-component-email' to fix bug of comparing full
3454         sender name to `user-mail-address'.
3455
3456 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3457
3458         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
3459         catch/throw to optimize.
3460         (gnus-registry-find-keywords): Just use member to find a keyword.
3461
3462 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3463
3464         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
3465         is current before calling gnus-server-prepare.
3466         (gnus-server-setup-buffer, gnus-server-update-server)
3467         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
3468
3469 2008-05-04  Juri Linkov  <juri@jurta.org>
3470
3471         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
3472         (mailcap-file-default-commands): Use mailcap-replace-in-string
3473         instead of replace-regexp-in-string, and mailcap-delete-duplicates
3474         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
3475
3476 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
3477
3478         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
3479
3480 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3481
3482         * gnus.el: Bump version to 0.11.
3483
3484 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3485
3486         * gnus.el: No Gnus v0.10 is released.
3487
3488 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
3491         hooks.
3492         (gnus-update-read-articles): Speed up non-marks-using users.
3493         (gnus-use-marks): Define gnus-use-marks.
3494         (gnus-propagate-marks): Rename variable to something more sensible.
3495
3496 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3497
3498         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
3499         (gmm-image-load-path-for-library): Fix typos in docstrings.
3500         (gmm-message): Reflow docstring.
3501
3502 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * mail-source.el (mail-source-set-1, mail-source-bind):
3505         Move auth-source code out of the macro to clean it up and fix bugs.
3506
3507 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
3508
3509         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
3510         by sender if it's equal to user-mail-address, it's likely to be
3511         useless.
3512
3513         * mail-source.el (mail-source-bind): Don't use user or password if they
3514         are not bound.  Unintern them if they are nil.  Don't use server unless
3515         it's bound, and default it to empty string otherwise.
3516
3517 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3518
3519         * mail-source.el: Load auth-source.el.
3520         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
3521         get user name or password, if auth-sources is set up.
3522
3523         * gnus-registry.el (gnus-registry-split-strategy): New variable for
3524         strategy of splitting with parent.
3525         (gnus-registry-split-fancy-with-parent)
3526         (gnus-registry-post-process-groups): Use it and fix prior
3527         bug (returning a list as the split result).
3528
3529         * auth-source.el (auth-sources): Remove server parameter.
3530         (auth-source-pick, auth-source-user-or-password)
3531         (auth-source-user-or-password-imap)
3532         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3533         (auth-source-user-or-password-sftp)
3534         (auth-source-user-or-password-smtp): Remove server parameter.
3535
3536 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
3537
3538         * smime.el (smime-sign-region, smime-encrypt-region)
3539         (smime-decrypt-region):
3540         Remove redundant calls to `generate-new-buffer-name'.
3541
3542 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
3543
3544         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
3545         Don't use QP for message/rfc822.
3546         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
3547
3548 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3549
3550         * sieve-manage.el (sieve-string-bytes): Remove.
3551         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
3552         correct byte-length only if the process's coding-system is the same as
3553         the one used internally by Emacs to represent strings.
3554
3555 2008-04-22  Juri Linkov  <juri@jurta.org>
3556
3557         * mailcap.el (mailcap-file-default-commands): New function.
3558
3559 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * message.el (message-signature-separator, message-cite-function):
3562         Change custom version.
3563
3564 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
3565
3566         * tls.el (tls-program): Add -ign_eof argument to call the openssl
3567         commands.
3568         (tls-checktrust): Ditto.
3569
3570 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3571
3572         * mm-decode.el (mm-display-external): Make temp file read-only.
3573
3574 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3575
3576         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3577         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3578         `C-c C-f d'.
3579
3580 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3581
3582         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3583
3584 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * gnus.el: Bump version to 0.9.
3587
3588 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * gnus.el: No Gnus v0.8 is released.
3591
3592 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3593
3594         * mail-source.el (mail-source-value):
3595         Prefer fboundp to functionp so it works with macros as well.
3596
3597 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3598
3599         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3600         Fix last change in case the element is not even a symbol.
3601
3602 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3603
3604         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3605         Prefer fboundp to functionp so it works with macros as well.
3606
3607 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * auth-source.el: Added docs.
3610         (auth-sources): Modify format to support server.
3611         (auth-source-pick, auth-source-user-or-password)
3612         (auth-source-user-or-password-imap)
3613         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3614         (auth-source-user-or-password-sftp)
3615         (auth-source-user-or-password-smtp): Add server parameter.
3616
3617 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3618
3619         * gnus-registry.el: Initialize the registry when gnus-registry-install
3620         is t.
3621
3622 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * compface.el (uncompface): Make buffer unibyte.
3625
3626 2008-04-05  Glenn Morris  <rgm@gnu.org>
3627
3628         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3629
3630 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3631
3632         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3633         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3634
3635         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3636         multibyteness after rather than before erasing it.
3637
3638         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3639         mm-with-multibyte.
3640         (gnus-request-article-this-buffer): Make sure the proper decoding is
3641         used if gnus-original-article-buffer happens to be unibyte.
3642
3643         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3644         default-enable-multibyte-characters.
3645
3646         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3647         default-enable-multibyte-characters.
3648
3649         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3650
3651         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3652
3653 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3654
3655         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3656         (imap-message-copyuid-1): Use it.
3657         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3658         J. Williams in
3659         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3660
3661         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3662         imap-enable-exchange-bug-workaround.
3663         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3664
3665 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3666
3667         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3668         a 100 byte status-checks into a 2-3MB transfer for each group.
3669         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3670         to enable bug workaround or not.
3671         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3672
3673 2008-03-31  Glenn Morris  <rgm@gnu.org>
3674
3675         * message.el (mml2015-use): Declare for compiler.
3676         (message-info): Require mml2015 when appropriate.
3677
3678 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3681         whitespace.
3682
3683 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3684
3685         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3686         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3687         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3688         (nntp-service-to-port): New function.
3689         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3690         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3691         (nntp-open-netcat-stream): New function.
3692         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3693
3694 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3695
3696         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3697
3698 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3699
3700         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3701
3702 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3703
3704         * dns.el (dns-write): Use set-buffer-multibyte.
3705
3706 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3707
3708         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3709
3710 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * message.el (message-signature-separator): Change default.
3713         Improve custom type.
3714         (message-cite-function): Change default to
3715         message-cite-original-without-signature.
3716
3717         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3718         toggle.
3719
3720         * message.el (message-check-news-body-syntax): Fix signature check.
3721         (message-setup-1): Mark buffer as unmodified _after_ running
3722         message-setup-hook and handling message-alternative-emails.
3723         (message-shorten-references): Be more strict when building list of
3724         valid references to comply with GNKSA.
3725
3726         * gnus-group.el (gnus-read-ephemeral-bug-group)
3727         (gnus-read-ephemeral-debian-bug-group)
3728         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3729
3730         * message.el (message-info): Don't use booleanp which isn't supported
3731         in Emacs 21 and XEmacs.
3732
3733 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3734
3735         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3736         gnus-group-gmane-group-download-format.
3737         (gnus-group-read-ephemeral-gmane-group): Rename from
3738         gnus-group-read-ephemeral-gmane-group.
3739         (gnus-read-ephemeral-gmane-group-url): Rename from
3740         gnus-group-read-ephemeral-gmane-group-url.
3741         (gnus-bug-group-download-format-alist): New variable.
3742         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3743         (gnus-read-ephemeral-emacs-bug-group): New commands.
3744
3745 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3746
3747         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3748         (gnus-visible-headers): Improve custom type.
3749
3750 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3751
3752         * mml.el (mml-menu): Add workarounds for XEmacs.
3753
3754         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3755         X-Boundary header.
3756
3757         * message.el (message-simplify-recipients): Fix previous commit.
3758
3759 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3760
3761         * mm-util.el (mm-set-buffer-multibyte): New function.
3762         * mm-decode.el (mm-copy-to-buffer): Use it.
3763
3764 2008-03-19  Glenn Morris  <rgm@gnu.org>
3765
3766         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3767         Accidentally removed in the sync process with Emacs.
3768
3769 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3770
3771         * message.el (message-alter-recipients-discard-bogus-full-name):
3772         New function.
3773         (message-alter-recipients-function): New variable.
3774         (message-get-reply-headers): Use it.
3775         (message-replace-header): New helper function.
3776         (message-recipients-without-full-name): New variable.
3777         (message-simplify-recipients): New command.
3778
3779         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3780
3781         * message.el (message-info): Handle EasyPG manual.
3782
3783         * mml.el (mml-menu): Add entry for EasyPG.
3784
3785 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3786
3787         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3788         parameter.
3789
3790         * message.el (message-disassociate-draft): Specify drafts group name
3791         fully.
3792
3793 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3794
3795         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3796         unnecessary duplicates from the match list.
3797
3798 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3801
3802         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3803
3804         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3805         args of `how-many' of which the XEmacs version doesn't take; declare
3806         Info-index-next as function.
3807
3808 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3809
3810         * gnus-score.el (gnus-score-headers): Fix handling of
3811         gnus-inhibit-slow-scoring.
3812
3813         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3814         string.
3815         (gnus-button-url-regexp): Improve handling of parenthesis.
3816         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3817         (gnus-button-handle-info-keystrokes): Handle index entries.
3818
3819 2008-03-15  Glenn Morris  <rgm@gnu.org>
3820
3821         * parse-time.el (parse-time-string): Simplify.
3822
3823 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3826         Incoming* files.
3827
3828 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3829
3830         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3831         (auth-source-pick): Use it.
3832
3833 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3834
3835         * binhex.el (binhex-decode-region-internal):
3836         * uudecode.el (uudecode-decode-region-internal):
3837         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3838         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3839         setting default-enable-multibyte-characters.
3840
3841 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3842
3843         * auth-source.el (auth-source-protocols)
3844         (auth-source-protocols-customize, auth-source-choices): Added and
3845         modified variable customizations and defaults.
3846         (auth-source-pick, auth-source-user-or-password)
3847         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3848         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3849         (auth-source-user-or-password-sftp)
3850         (auth-source-user-or-password-smtp): Use new variables and provide an
3851         interface to netrc.el.
3852
3853 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3856         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3857         Make sure the nntp port to specify is a string.
3858
3859 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3860
3861         * nntp.el: Use with-current-buffer.
3862         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3863         dubious mm-with-unibyte-current-buffer.
3864         (nntp-with-open-group-function): New function extracted from
3865         nntp-with-open-group macro.
3866         (nntp-with-open-group): Use the function, so it's easier to debug.
3867         Add indentation and debugging info.
3868         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3869         the use of the netcat alternatives.
3870
3871         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3872         Avoid mm-string-as-multibyte as well.
3873
3874         * nnweb.el (nnweb-insert-html):
3875         Remove use of nnheader-string-as-multibyte.
3876
3877         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3878         (nnheader-string-as-multibyte): Remove.
3879
3880         * mm-view.el: Use inhibit-read-only.
3881         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3882         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3883         or unibyte-string.
3884
3885         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3886         (mm-uu-yenc-extract): Use with-current-buffer.
3887
3888         * gnus-soup.el (gnus-soup-send-packet): Don't use
3889         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3890
3891         * nnmh.el: Use with-current-buffer.
3892         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3893         mm-string-as-multibyte on the output of mm-encode-coding-string.
3894
3895         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3896         (nnimap-request-move-article): Use with-current-buffer.
3897
3898         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3899         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3900         conversion uses string-make-unibyte rather than string-as-unibyte.
3901
3902         * gnus-msg.el: Use with-current-buffer.
3903
3904         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3905
3906 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3907
3908         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3909         string for caching if it is 'PIN.
3910
3911 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * lpath.el: Consider the case without Emacs/W3.
3914
3915 2008-03-08  Glenn Morris  <rgm@gnu.org>
3916
3917         * time-date.el (date-to-time, time-subtract, time-add)
3918         (safe-date-to-time): Doc fixes.
3919
3920 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * mail-source.el (mail-source-delete-old-incoming-confirm):
3923         Change default to nil.
3924         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3925
3926 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * lpath.el: Rearrange.
3929
3930         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3931         (gnus-article-goto-prev-page): Work for articles having ^L's.
3932
3933         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3934
3935         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3936
3937 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3938
3939         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3940         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3941         (gnus-bookmark-jump): Adjust some variable names.
3942
3943 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3944
3945         * auth-source.el: New package.
3946         (auth-source-choices): Add customization entry point variable.
3947
3948         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3949         bug.
3950
3951 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3952
3953         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3954         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3955         (gnus-registry-install-shortcuts): Rename from
3956         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3957         the `gnus-registry-mark-map' keymap dynamically from
3958         `gnus-registry-marks'.  The generated functions update the summary line
3959         when a registry mark is added or deleted, and will call
3960         `gnus-registry-install-p' (see the comments in the code).
3961         (gnus-registry-user-format-function-M): Use concat intelligently.
3962
3963         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3964         the registry mark functions.
3965
3966 2008-03-05  Glenn Morris  <rgm@gnu.org>
3967
3968         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3969         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3970         gnus-art.
3971         (top-level): No need to load own source when compiling.
3972
3973 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3976         Suggested by <chris.anderton@zetnet.co.uk>.
3977
3978 2008-03-04  Glenn Morris  <rgm@gnu.org>
3979
3980         * gnus-sum.el (top-level): No need to require gnus when compiling,
3981         since unconditionally required near start of file.
3982         (gnus-summary-display-while-building): Move definition before use.
3983
3984 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3987         formatting function.
3988
3989 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3990
3991         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3992         with plists.
3993         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3994         Use new format.
3995
3996 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3999         `where-is-internal' that returns a range of key sequences.
4000
4001 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4002
4003         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4004
4005         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4006         (gnus-summary-jump-to-group): Consider windows on other displayed
4007         frames as well.  Similar changes might be needed elsewhere, but that's
4008         the one I've bumped into during my use.
4009
4010         * nndoc.el (nndoc-oe-dbx-type-p):
4011         * gnus-msg.el (gnus-debug):
4012         * gnus-group.el (gnus-update-group-mark-positions):
4013         Use mm-string-to-multibyte.
4014
4015 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4018         doesn't handle NotDashEscaped.
4019
4020         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4021         (mml-dnd-attach-options): Fix typo in custom choice.
4022
4023         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4024         nndoc-article-type to mbox.
4025         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4026
4027         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4028         to nil, instead of html2text.
4029
4030         * imap.el (imap-debug): Add `imap-ping-server'.
4031
4032         * gnus-bookmark.el: Add FIXMEs.
4033
4034         * message.el (message-form-letter-separator)
4035         (message-send-form-letter-delay): New variables.
4036         (message-send-form-letter): Use them.  New command to send form
4037         letters.  Requested by Uwe Siart.
4038         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4039
4040 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * Update copyright years.
4043
4044 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         Sync from EMACS_22_BASE.
4047
4048         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4049
4050 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4051
4052         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4053         empty author.
4054
4055 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4056
4057         * gnus-registry.el (gnus-registry-marks): Add variable for
4058         customization of marks and their appearance.
4059         (gnus-registry-read-mark): Use it.
4060         (gnus-registry-do-marks): Add utility function to loop through
4061         `gnus-registry-marks'.
4062         (gnus-registry-install-shortcuts-and-menus): Add function to install
4063         shortcuts and menus.
4064         (gnus-registry-initialize): Use it.
4065         (gnus-registry-default-mark): Clarify documentation.
4066
4067 2008-02-29  Glenn Morris  <rgm@gnu.org>
4068
4069         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4070         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4071         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4072         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4073         Change defcustom :version from 23.0 to 23.1.
4074
4075 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4076
4077         * gnus-registry.el (gnus-registry-follow-group-p)
4078         (gnus-registry-post-process-groups): Add functions to aid registry
4079         splitting and improve logging.  Clarify behavior in function
4080         documentation.
4081         (gnus-registry-split-fancy-with-parent): Use them.
4082
4083 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4084
4085         * gnus-art.el: Use with-current-buffer.
4086
4087 2008-02-27  David Engster  <dengste@eml.cc>
4088
4089         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4090         Express real group name in the response.
4091
4092 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4095         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4096         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4097         autoload gnus-registry-fetch-group when compiling.
4098         (nnmairix-request-group-with-article-number-correction): Remove
4099         unreferenced argument passed to nnmairix-call-backend.
4100
4101 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4104         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4105         Wilde.
4106
4107 2008-02-27  Glenn Morris  <rgm@gnu.org>
4108
4109         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4110         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4111         variables to defconsts.  Convert comments to doc-strings.
4112         (nnmairix-last-server, nnmairix-current-server): Convert from free
4113         variables to defvars.  Convert comments to doc-strings.
4114         (gnus-registry-fetch-group): Autoload.
4115         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4116         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4117         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4118         caddr.
4119         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4120         nnmairix-request-group-with-article-number-correction call.
4121         (nnmairix-fast, nnmairix-group): New, less general names, for free
4122         variables passed from nnmairix-request-group to
4123         nnmairix-request-group-with-article-number-correction.  Declare.
4124         (nnmairix-request-group-with-article-number-correction):
4125         Use nnmairix-fast, nnmairix-group rather than fast, group.
4126
4127 2008-02-26  David Engster  <dengste@eml.cc>
4128
4129         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4130         version 0.5.
4131
4132 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4135         instead of making an extra function call.  Don't add the current group
4136         to articles only when they have the group.  Use
4137         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4138         Reported by David <de_bb@arcor.de>.
4139
4140 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4143         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4144
4145 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * mail-source.el (mail-source-delete-incoming): Change default.
4148         Supplement doc string.
4149
4150         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4151
4152 2008-02-14  Glenn Morris  <rgm@gnu.org>
4153
4154         * time-date.el (format-seconds): New function.
4155
4156 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * nnmail.el (nnmail-message-id-cache-file): Derive from
4159         `gnus-home-directory'.
4160
4161 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4162
4163         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4164         Document negative prefix.
4165
4166         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4167
4168 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * message.el (message-unsent-separator): Add the Exim bounce
4171         separator.
4172
4173 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4174
4175         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4176         list.
4177         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4178         recipient/signer list.
4179
4180 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * Makefile.in (datarootdir): Define.
4183         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4184         name that might contain whitespace.
4185
4186 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4189         fbound (Emacs 23 unicode), signal an error.
4190
4191 2008-02-08  Glenn Morris  <rgm@gnu.org>
4192
4193         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4194
4195 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4196
4197         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4198         ports to the calls to `netrc-machine-user-or-password' in addition to
4199         "imap" and "imaps".
4200
4201 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4202
4203         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4204
4205         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4206
4207 2008-02-01  Kenichi Handa  <handa@m17n.org>
4208
4209         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4210         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4211         (rfc2104-hash): Convert the result of concat to unibyte string.
4212
4213 2008-02-01  Dave Love  <fx@gnu.org>
4214
4215         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4216         coding-system-for-read.
4217         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4218
4219 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4220
4221         * gnus.el (gnus-group-startup-message): Add `find-image' call before
4222         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
4223         <hanche@math.ntnu.no>.
4224
4225 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4228
4229         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4230
4231 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
4232
4233         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4234         * message.el (message-beginning-of-line): Use featurep instead of bound
4235         tests in order to resolve conditionals at compile time.
4236
4237 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
4238
4239         * mail-source.el (mail-sources): Add `group' choice.
4240
4241         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4242         parameter `in-group' to control into which group the articles go.
4243         Add treatment of `group' mail-source.
4244
4245 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4248
4249         * mm-decode.el (mm-dissect-buffer): Decode description.
4250
4251         * mml.el (mml-to-mime): Encode message header first.
4252
4253 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4256         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4257
4258         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
4259         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
4260
4261 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4264
4265 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4268         prefix keys.
4269         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4270         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4271         gnus-xmas.el.
4272
4273         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
4274         (gnus-xmas-article-describe-bindings): New function.
4275         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
4276         gnus-xmas-article-describe-bindings.
4277
4278         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
4279
4280 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4283         Add new variables for article mark management.
4284         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4285         list of extra data entries which, when present, will indicate that the
4286         article ID should not be trimmed from the registry.
4287         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4288         functions.
4289         (gnus-registry-read-mark): New function to read a mark name from the
4290         user.
4291         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4292         (gnus-registry-set-article-mark-internal): New functions to add and
4293         remove marks.
4294         (gnus-registry-get-article-marks): New function to show the marks for
4295         an article, or retrieve them for further use.
4296
4297 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4300         keys when no argument is given.
4301
4302 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * imap.el (imap-ping-server): New variable.
4305         (imap-opened): On add extra ping if imap-ping-server is non-nil.
4306         (imap-ping-server): Minor doc string fixes.
4307
4308 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4309
4310         * imap.el (imap-ping-server): New function.
4311         (imap-opened): Call imap-ping-server.
4312
4313 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4314
4315         * gnus-sum.el (gnus-article-sort-by-random)
4316         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
4317         jidanni@jidanni.org.
4318
4319 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-art.el (gnus-article-describe-bindings): New function.
4322         (gnus-article-read-summary-keys): Use it.
4323         (gnus-article-mode-map): Bind `C-h b' to it.
4324
4325 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
4328         XEmacs.
4329         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
4330         against non-character events.
4331
4332         * lpath.el: Fbind map-keymap for Emacs 21.
4333
4334 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4335
4336         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
4337         command.
4338         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
4339         instead of END.  Change name of the temp file.
4340         (gnus-group-gmane-group-download-format): Add doc string.  Make it
4341         customizable.
4342
4343 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
4346         bind `S W' to gnus-article-wide-reply-with-original; set default
4347         binding to gnus-article-read-summary-send-keys.
4348         (gnus-article-read-summary-keys): Fix the order of keys; display
4349         continuation keys correctly in the echo area; describe bindings
4350         correctly when keys end with `C-h'.
4351         (gnus-article-read-summary-send-keys): New function.
4352         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
4353         for gnus-article-read-summary-send-keys; display continuation keys
4354         correctly in the echo area.
4355         (gnus-article-reply-with-original): Ignore prefix argument.
4356         (gnus-article-wide-reply-with-original): New function.
4357
4358         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
4359         Emacs 21.
4360
4361 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
4364         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
4365
4366 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
4367
4368         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
4369         (gnus-group-read-ephemeral-gmane-group): New command.
4370
4371 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4372
4373         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
4374
4375 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4376
4377         * message.el (message-send-mail-function): Increase custom version.
4378
4379         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
4380         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
4381
4382 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4383
4384         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
4385         for the cases where imap-authenticate is called with a nil buffer
4386         parameter.
4387
4388 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
4391         html parts correctly; support forwarded messages.
4392         (gnus-article-browse-html-article): Remove work buffers.
4393
4394         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
4395         compiling.
4396         (netrc-bound-and-true-p): New macro.
4397         (netrc-parse): Use it instead of bound-and-true-p that is not available
4398         in XEmacs 21.4.
4399
4400 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4401
4402         * gnus-registry.el (gnus-registry-mark-article)
4403         (gnus-registry-article-marks): Add functionality to mark articles
4404         through the Gnus registry.
4405
4406         * encrypt.el: Clarify documentation for the new pgg method.
4407         (encrypt-file-alist): Add PGG option.
4408         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
4409         functionality.  Abstract password key and messaging to external
4410         functions.
4411         (encrypt-password-key, encrypt-get-passphrase-if-needed)
4412         (encrypt-message-method-and-cipher): Add new convenience external
4413         functions.
4414         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
4415         (encrypt-pgg-process-buffer): Add PGG functionality glue.
4416
4417         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
4418         (netrc-parse): Use encrypt-file-alist to determine if
4419         encrypt-find-model or encrypt-insert-file-contents should be used.
4420
4421         * encrypt.el: Clarify documentation.  Load password-cache or
4422         password, whichever one is found first, instead of autoloading.
4423
4424 2007-12-19  Glenn Morris  <rgm@gnu.org>
4425
4426         * mml.el (message-options-set, message-narrow-to-head)
4427         (message-in-body-p, message-mail-p, message-encode-message-body):
4428         Autoload.
4429         (message-remove-header, message-narrow-to-headers-or-head)
4430         (message-subscribed-p, message-make-mail-followup-to)
4431         (message-position-on-field, message-news-p)
4432         (message-options-set-recipient, message-generate-headers)
4433         (message-sort-headers): Declare as functions.
4434
4435 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
4438         convention in doc string.
4439
4440 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
4443         title to html parts.
4444         (gnus-article-browse-html-article): Pass message header to it.
4445
4446         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
4447
4448 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
4451         or password compatible with XEmacs.
4452
4453 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
4456         format document.
4457         (gnus-mime-delete-part): Don't write description line if empty.
4458         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
4459
4460 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
4461
4462         * gnus-sum.el (gnus-summary-mark-unread-as-read)
4463         (gnus-summary-mark-read-and-unread-as-read)
4464         (gnus-summary-mark-current-read-and-unread-as-read)
4465         (gnus-summary-mark-unread-as-ticked): Doc fix.
4466         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
4467
4468 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
4471         Christoph Conrad <christoph.conrad@gmx.de>.
4472
4473 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
4474
4475         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
4476         yes-or-no-p.
4477
4478 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * mm-decode.el (mm-add-meta-html-tag): New function.
4481         (mm-save-part-to-file, mm-pipe-part): Use it.
4482
4483         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
4484         gnus-y-or-n-p instead of y-or-n-p.
4485         (gnus-article-browse-html-parts): Work with message/external-body; use
4486         mm-add-meta-html-tag.
4487
4488 2007-12-11  Glenn Morris  <rgm@gnu.org>
4489
4490         * gnus-cache.el: Require gnus-sum not just when compiling.
4491
4492         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
4493
4494         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
4495         definitions before use.
4496
4497         * mm-decode.el: Require gnus-util.
4498         (mm-remove-part): Only call delete-annotation on XEmacs.
4499
4500         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
4501
4502         * nnmail.el: Require gnus-int.
4503
4504         * spam.el: Move `require's before `eval-when-compile's.
4505
4506         * gnus-ems.el (gnus-alive-p):
4507         * gnus-fun.el (message-goto-eoh):
4508         * gnus-util.el (gnus-group-name-decode):
4509         * mail-source.el (gnus-compress-sequence):
4510         * message.el (Info-goto-node, format-spec):
4511         * mm-bodies.el (message-options-get):
4512         * mm-decode.el (mm-view-pkcs7):
4513         * mm-util.el (gmm-write-region):
4514         * mml-smime.el (mml-compute-boundary)
4515         (gnus-completing-read-with-default):
4516         * mml.el (widget-button-press, gnus-make-hashtable):
4517         * mml1991.el (mm-decode-content-transfer-encoding)
4518         (mm-encode-content-transfer-encoding)
4519         (message-options-get, message-options-set):
4520         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
4521         * nnfolder.el (gnus-request-group):
4522         * nnheader.el (ietf-drums-unfold-fws):
4523         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
4524         * smime.el (gnus-run-mode-hooks):
4525         * spam-stat.el (gnus-message): Autoload.
4526
4527         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
4528         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
4529         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
4530         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
4531         Add declare-function compatibility definition.
4532
4533         * gnus-cache.el (nnvirtual-find-group-art):
4534         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
4535         (gnus-add-image, gnus-add-wash-type):
4536         * gnus-group.el (nnkiboze-score-file):
4537         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
4538         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
4539         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
4540         (message-tokenize-header, gnus-get-buffer-create)
4541         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
4542         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
4543         * gnus.el (gnus-group-decoded-name):
4544         * mail-source.el (imap-capability):
4545         * mm-bodies.el (message-options-set):
4546         * mm-decode.el (gnus-configure-windows):
4547         * mm-extern.el (message-goto-body):
4548         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
4549         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
4550         (epg-sub-key-validity, message-options-set):
4551         * mml.el (widget-event-point, gnus-configure-windows):
4552         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
4553         * mml2015.el (epg-check-configuration, epg-configuration)
4554         (message-options-set):
4555         * nndb.el (nndb-request-article):
4556         * nnfolder.el (gnus-request-create-group):
4557         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
4558         * nnmaildir.el (gnus-group-mark-article-read):
4559         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
4560         * rfc1843.el (message-fetch-field):
4561         * spam.el (gnus-extract-address-components):
4562         Declare as functions.
4563
4564 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
4567
4568         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
4569
4570         * lpath.el: Fbind run-mode-hooks for Emacs 21;
4571         bind show-trailing-whitespace for XEmacs.
4572
4573 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
4576         new no-op macro for backward compatibility.
4577
4578         * imap.el (imap-string-to-integer): New function.
4579
4580 2007-12-09  Glenn Morris  <rgm@gnu.org>
4581
4582         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
4583
4584         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
4585         * message.el, mm-view.el, sieve-manage.el, smime.el:
4586         Add declare-function compatibility definition.
4587
4588         * gnus-art.el (w3-region, w3m-region, Info-menu):
4589         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
4590         * gnus-sum.el (gnus-get-predicate):
4591         * gnus-util.el (mm-append-to-file, w32-focus-frame):
4592         * message.el (mail-abbrev-in-expansion-header-p):
4593         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
4594         (w3m-detect-meta-charset, w3m-region):
4595         * sieve-manage.el (password-read, password-cache-add)
4596         (password-cache-remove):
4597         * smime.el (password-read-and-add): Declare as functions.
4598
4599 2007-12-08  David Kastrup  <dak@gnu.org>
4600
4601         * gnus-sum.el (gnus-summary-simplify-subject-query):
4602         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
4603         `message'.
4604
4605 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
4608         it to bind idna-program, installation-directory, defined-colors, and
4609         face-attribute for XEmacs of the version that compiles defcustom forms.
4610
4611 2007-12-07  Glenn Morris  <rgm@gnu.org>
4612
4613         * gnus-art.el (article-make-date-line): Revert previous change.
4614
4615 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4618
4619 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4620
4621         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4622         Call gnus-add-to-range ranges only once with a prepared article-list.
4623
4624 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4625
4626         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4627         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4628         group names with backslashes.  Reported by Tassilo Horn
4629         <tassilo@member.fsf.org>.
4630
4631 2007-12-06  Deepak Goel  <deego3@gmail.com>
4632
4633         * gnus-art.el (article-make-date-line):
4634         * gnus-start.el (gnus-load):
4635         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4636
4637 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * gnus-art.el (gnus-use-idna)
4640         * gnus-start.el (gnus-site-init-file)
4641         * message.el (message-use-idna)
4642         * mm-uu.el (mm-uu-hide-markers)
4643         * smiley.el (smiley-style): Revert changes that suppress warnings.
4644
4645 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4648         specify charset to html source.  Reported by Christoph Conrad
4649         <christoph.conrad@gmx.de>.
4650
4651 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4654         idna-program in order to suppress byte compile warning issued by XEmacs
4655         that came to byte compile the default value section of defcustom forms
4656         recently.
4657
4658         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4659         value of installation-directory.
4660
4661         * message.el (message-use-idna): Don't directly refer to the value of
4662         idna-program.
4663
4664         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4665
4666         * smiley.el (smiley-style): Don't directly call face-attribute.
4667
4668 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4669
4670         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4671
4672         * gnus-dired.el: Reduce Gnus dependencies.
4673         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4674         require.  Use autoloads instead.
4675         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4676         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4677         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4678         (gnus-dired-mode): Adjust doc string.
4679         (gnus-dired-mail-mode): New variable.
4680         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4681         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4682         (gnus-dired-mail-buffers): New function.  Return mail or message
4683         composition buffers.
4684         (gnus-dired-attach): Use it.
4685         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4686         NO-DECODE.
4687         (gnus-dired-print): Use `gnus-print-buffer' depending on
4688         `gnus-dired-mail-mode'.
4689
4690 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * rfc2047.el (rfc2047-encoded-word-regexp)
4693         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4694         explaining what regexp patterns are for.
4695
4696 2007-12-04  Glenn Morris  <rgm@gnu.org>
4697
4698         * password.el: Move to password-cache.el.
4699
4700         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4701         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4702         * mml-smime.el (password-read, password-cache-add)
4703         (password-cache-remove):
4704         No need to autoload, since mml-sec requires password.
4705
4706         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4707         * message.el (gnus-extract-address-components):
4708         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4709
4710         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4711         password.
4712
4713 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4714
4715         * mailcap.el: Reduce dependencies.
4716         (mail-header-parse-content-type): Autoload.
4717         (mailcap-delete-duplicates): New alias.
4718         (mailcap-mime-info): Add optional argument NO-DECODE.
4719         (mailcap-mime-types): Use mailcap-delete-duplicates.
4720
4721         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4722
4723 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4724
4725         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4726         (imap-parse-status): Upcase status-att for servers that sends them
4727         lower-case (e.g., MS Exchange 2007).
4728
4729 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4732         function.
4733
4734         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4735         (gnus-uu-yenc-article): New function.
4736
4737         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4738
4739         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4740         buffer.
4741
4742 2007-12-02  Glenn Morris  <rgm@gnu.org>
4743
4744         * binhex.el (binhex): New custom group.
4745         (binhex-decoder-program, binhex-decoder-switches)
4746         (binhex-use-external): Move to the binhex custom group.
4747
4748         * uudecode.el (uudecode): New custom group.
4749         (uudecode-decoder-program, uudecode-decoder-switches)
4750         (uudecode-use-external): Move to the uudecode custom group.
4751
4752         * netrc.el (top-level): Don't load `encrypt' features.
4753         (netrc-parse): Don't use encrypt.
4754         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4755
4756         * encrypt.el: Remove file.
4757
4758 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4759
4760         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4761         matches on patches.
4762
4763         * gnus-art.el (gnus-article-browse-html-article): Mention
4764         `mm-text-html-renderer' in the doc string.
4765
4766         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4767         string.  Add comments.
4768
4769         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4770         if rhs is ASCII.
4771
4772 2007-12-01  Glenn Morris  <rgm@gnu.org>
4773
4774         * mail-source.el (top-level): Require format-spec before
4775         eval-when-compile.
4776
4777 2007-11-30  Glenn Morris  <rgm@gnu.org>
4778
4779         * encrypt.el: Require password, rather than autoloading password-read.
4780
4781 2007-11-29  Glenn Morris  <rgm@gnu.org>
4782
4783         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4784         (sasl-make-client, sasl-next-step, sasl-step-data)
4785         (sasl-step-set-data): Declare as functions.
4786
4787 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4790
4791 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4792
4793         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4794         certs should be verified and what is to be done in the event of a
4795         verification failure.
4796
4797         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4798         caller can indicate whether the cache should be disregarded for this
4799         call.  This way the result of the call is reproducible at all times and
4800         can be considered a canonical server name for the supplied method.
4801         (gnus-agent-method-p): Canonicalize server names by pushing their
4802         method through `gnus-method-to-server' using the no-cache argument.
4803
4804         * gnus-srvr.el (gnus-server-insert-server-line): Call
4805         `gnus-method-to-server' with `no-cache' argument.
4806
4807         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4808         gnus-agent-possibly-synchronize-flags as this should be called when the
4809         server is actually being opened.
4810         (gnus-agent-possibly-synchronize-flags)
4811         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4812         flags file of an agentized server to the latter function.
4813
4814         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4815         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4816         after a connection has been established successfully.
4817
4818 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-art.el (article-display-face): Force to display face if called
4821         interactively; check if gnus-article-x-face-too-ugly matches author.
4822         (article-display-x-face): Display face even if From header is missing
4823         as article-display-face does.
4824
4825 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4826
4827         * hashcash.el (message-narrow-to-headers-or-head)
4828         (message-fetch-field, message-goto-eoh)
4829         (message-narrow-to-headers): Declare as functions.
4830
4831 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * mail-source.el (mail-sources): Default to fetch from file for
4834         compatibility with default of nnmail-spool-file.
4835
4836 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4839         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4840         to look for encoded word that should be encoded again.
4841         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4842         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4843         encoding pattern.
4844         (rfc2047-decode-region): Switch strict regexp and loose one according
4845         to rfc2047-allow-irregular-q-encoded-words.
4846
4847 2007-11-25  Romain Francoise  <romain@orebokech.com>
4848
4849         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4850
4851 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * tls.el (tls-program): Provide more custom choices from
4854         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4855         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4856
4857 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4860         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4861
4862         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4863         `nnmail-spool-file'.
4864
4865         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4866         `nnmail-spool-file'.
4867
4868         * gnus-move.el (gnus-change-server): Ditto.
4869
4870         * gnus-kill.el (gnus-batch-score): Ditto.
4871
4872         * gnus-cache.el (gnus-jog-cache): Ditto.
4873
4874         * gnus-msg.el (gnus-summary-reply):
4875         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4876
4877 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4880         version.  Minor improvement to doc strings.
4881         (tls-program): Add comment.
4882
4883 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4884
4885         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4886         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4887         mismatch between the hostname provided in the certificate and the name
4888         of the host connnecting to.
4889         (open-tls-stream): Use them.  Check certificates against trusted root
4890         certificates.
4891
4892 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4893
4894         * gnus-cache.el (gnus-cache-generate-nov-databases):
4895         Use nnml-generate-nov-databases-directory instead of
4896         nnml-generate-nov-databases-1.
4897
4898 2007-11-24  Glenn Morris  <rgm@gnu.org>
4899
4900         * message.el (message-tool-bar-retro): Update for rename
4901         mail_send.xpm->mail-send.xpm.
4902
4903 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4906         `smime-ldap-search' for Emacs 22 and up.
4907
4908 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4909
4910         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4911
4912         * message.el (message-send-mail-function): Fix error convention.
4913         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4914         (message-widen-reply, message-send-mail, message-talkative-question)
4915         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4916         (message-clone-locals, message-send-news): Use with-current-buffer.
4917         (message-insert-or-toggle-importance): Remove unused var `valid'.
4918         (message-make-references): Remove unused var `new-references'.
4919         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4920
4921 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4922
4923         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4924         (spam-split-symbolic-return-positive): Reflow docstring.
4925         (spam-backends, spam-summary-exit-behavior)
4926         (spam-mark-ham-unread-before-move-from-spam-group)
4927         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4928         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4929         (spam-clear-cache, spam-backend-check, spam-install-backend)
4930         (spam-install-statistical-backend, spam-list-of-processors)
4931         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4932         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4933         (spam-check-crm114, spam-initialize, spam-unload-hook):
4934         Fix typos in docstrings.
4935
4936 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4939         been checked if they have never been read and those group levels are
4940         higher than the one that a user specified.
4941
4942 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4945         foreign groups unless a group level is specified by a user.
4946         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4947
4948 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * message.el (message-send-mail-function): Require sendmail.
4951
4952 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4953
4954         * message.el (message-send-mail-function): Check for smtpmail too.
4955
4956         * utf7.el (utf7-encode, utf7-decode): Use coding system
4957         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4958
4959         * message.el (message-send-mail-function): New function.
4960         (message-send-mail-function): Set default using
4961         message-send-mail-function.  Adjust doc string.
4962         (message-send-mail-with-mailclient): New function.
4963
4964 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4965
4966         * smime.el (from):
4967         * rfc2047.el (message-posting-charset):
4968         * qp.el (mm-use-ultra-safe-encoding):
4969         * pop3.el (parse-time-months):
4970         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4971         * nnml.el (files):
4972         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4973         (jka-compr-compression-info-list, ange-ftp-path-format)
4974         (efs-path-regexp):
4975         * nndiary.el (files):
4976         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4977         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4978         (epg-digest-algorithm-alist, inhibit-redisplay)
4979         (password-cache-expiry):
4980         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4981         (pgg-output-buffer, password-cache-expiry):
4982         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4983         (efs-path-regexp):
4984         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4985         (inhibit-redisplay):
4986         * mm-uu.el (file-name, start-point, end-point, entry)
4987         (gnus-newsgroup-name, gnus-newsgroup-charset):
4988         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4989         (latin-unity-ucs-list):
4990         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4991         (mm-uu-binhex-decode-function):
4992         * message.el (gnus-message-group-art, gnus-list-identifiers)
4993         (rmail-enable-mime-composing, gnus-local-organization)
4994         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4995         (gnus-read-active-file, facemenu-add-face-function)
4996         (facemenu-remove-face-function, gnus-article-decoded-p)
4997         (tool-bar-mode):
4998         * mail-source.el (display-time-mail-function):
4999         * gnus-util.el (nnmail-pathname-coding-system)
5000         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5001         (gnus-original-article-buffer, gnus-user-agent)
5002         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5003         (xemacs-codename, sxemacs-codename, emacs-program-version):
5004         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5005         * gnus-start.el (gnus-agent-covered-methods)
5006         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5007         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5008         (gnus-newsgroup-headers, gnus-group-list-mode)
5009         (gnus-group-mark-positions, gnus-newsgroup-data)
5010         (gnus-newsgroup-unreads, nnoo-state-alist)
5011         (gnus-current-select-method, mail-sources)
5012         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5013         (nnmail-spool-file, gnus-cache-active-hashtb):
5014         * gnus-mh.el (mh-lib-progs):
5015         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5016         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5017         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5018         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5019         (gnus-group-buffer):
5020         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5021         (font-lock-set-defaults):
5022         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5023         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5024         (gnus-summary-post-menu, total-parts, type, condition, length):
5025         * gnus-agent.el (gnus-agent-read-agentview):
5026         * flow-fill.el (show-trailing-whitespace):
5027         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5028         eval-and-compile wrappers for byte compiler pacifiers.
5029
5030         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5031         (mm-display-inline-fontify): Check for featurep 'xemacs not
5032         extent-list.
5033
5034         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5035         itimer-list.
5036         (mm-create-image-xemacs): Only do something for XEmacs.
5037         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5038
5039         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5040
5041         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5042         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5043
5044 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5045
5046         * nnimap.el (nnimap-split-download-body):
5047         * gnus-demon.el (gnus-demon):
5048         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5049
5050 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5053         macros.
5054         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5055         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5056         copy data from unibyte buffer to multibyte current buffer.
5057         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5058         to copy data from unibyte current buffer to multibyte buffer.
5059         (nntp-make-process-buffer): Make process buffer unibyte.
5060
5061         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5062
5063 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5064
5065         * pop3.el (pop3-open-server): Accept and process data more robustly at
5066         connexion start to avoid spurious "POP SSL connexion failed" errors.
5067
5068 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5071         read group names.
5072
5073 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5074
5075         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5076
5077 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5080         (nnmail-save-active): Use a unibyte buffer when saving active file,
5081         which may contain non-ASCII group names.
5082
5083         * nnml.el (nnml-request-group): Decode group names in messages.
5084
5085 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * message.el (message-citation-line-function)
5088         (message-insert-formatted-citation-line): Fix spelling of
5089         `message-insert-formated-citation-line'.
5090
5091 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5094
5095 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5098         nnmail-pathname-coding-system.
5099
5100         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5101         that a user enters; decode group names in messages.
5102
5103         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5104
5105 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5106
5107         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5108
5109         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5110
5111         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5112         risky local variable.
5113
5114         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5115
5116 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5117
5118         * encrypt.el: Improve documentation to fix function name typo.
5119         Reported by Daiki Ueno <ueno@unixuser.org>.
5120
5121 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5124         even if the point is not in the last page of an article.
5125         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5126         back to the previous page.
5127
5128 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5131
5132 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5135
5136 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * message.el (message-check-news-body-syntax): Avoid
5139         mm-string-as-multibyte.
5140         (message-hide-headers): Don't assume (point-min)==1.
5141
5142 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * message.el (message-remove-blank-cited-lines): Fix if remove is
5145         given.
5146         (message-bogus-address-regexp): New variable.
5147         (message-bogus-recipient-p): New function.
5148         (message-check-recipients): New command.
5149         (message-syntax-checks): Add `bogus-recipient'.
5150         (message-fix-before-sending): Add `bogus-recipient'.
5151
5152         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5153         (gnus-treat-body-boundary): Don't test window-system.
5154
5155 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5156
5157         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5158
5159 2007-10-28  Miles Bader  <miles@gnu.org>
5160
5161         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5162         at compile-time too.
5163
5164 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * gnus-msg.el (gnus-message-setup-hook): Add
5167         `message-remove-blank-cited-lines' to options.
5168
5169 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5170
5171         * message.el (message-remove-blank-cited-lines): New function.
5172         Suggested by Karl Plästerer.
5173
5174 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5177         mapc.
5178
5179         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5180         (top-level): Use mapc to set functions to be traced for debugging.
5181
5182         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5183         called for effect with while loop.
5184
5185         * message.el (message-talkative-question): Replace mapcar called for
5186         effect with mapc.
5187
5188         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5189         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5190         called for effect with dolist.
5191
5192         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5193
5194         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5195         gnus-extra-headers and nnmail-extra-headers.
5196
5197         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5198         called for effect with dolist.
5199         (top-level): Use mapc to set functions to be traced for debugging.
5200
5201         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5202         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5203         dolist.
5204
5205         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5206         Replace mapcar called for effect with mapc.
5207         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5208         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5209         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5210         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5211
5212         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5213         remove-if that's a cl function.
5214
5215         * webmail.el (webmail-debug): Replace mapcar called for effect with
5216         dolist.
5217
5218         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5219         with mapc.
5220
5221 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5224         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5225         with while loop.
5226
5227         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5228         functions from article-* functions.
5229         (gnus-multi-decode-header): Replace mapcar called for effect with
5230         dolist.
5231
5232         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5233         (gnus-bookmark-show-details): Replace mapcar called for effect with
5234         while loop.
5235
5236         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5237         called for effect with while loop.
5238
5239         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5240         with dolist.
5241
5242         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5243         mapcar called for effect with dolist.
5244
5245         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5246
5247         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5248         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5249         Replace mapcar called for effect with dolist.
5250         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5251         mapc.
5252
5253         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5254         Replace mapcar called for effect with dolist.
5255         (gnus-topic-list): Replace mapcar called for effect with mapc.
5256
5257         * gnus.el: Use mapc instead of mapcar to add autoloads.
5258
5259 2007-10-23  Richard Stallman  <rms@gnu.org>
5260
5261         * gnus-group.el (gnus-group-highlight): Mark as risky.
5262
5263 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * gnus.el (gnus-server-to-method): Return method found first in
5266         gnus-newsrc-alist.
5267
5268         * gnus-art.el (gnus-article-highlight-signature)
5269         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5270         button overlay without the front stickiness.
5271
5272 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
5273
5274         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5275         overview buffer needed a catch to receive its throw.
5276         (gnus-agent-flush-cache): Declared as interactive to make this function
5277         easier to use.
5278
5279 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5280
5281         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5282         `next-line'.
5283
5284 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5287         exclude address matching message-dont-reply-to-names.
5288
5289 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * gnus-util.el (gnus-string<): New function.
5292
5293         * gnus-sum.el (gnus-article-sort-by-author)
5294         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5295
5296 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5299         the frame-focus tag is set in gnus-buffer-configuration.
5300
5301 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (gnus-article-add-button): Make a button overlay without
5304         the front stickiness.
5305
5306 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5309         url pattern; remove duplicate one.
5310         (gnus-article-extend-url-button): New function.
5311         (gnus-article-add-buttons): Use it.
5312         (gnus-button-push): Use concatenated url that it makes.
5313
5314 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
5315
5316         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5317
5318 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5319
5320         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5321         Don't hardcode point-min==1.
5322
5323 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5326         Fix comment about "iso8859-1".
5327
5328 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
5329
5330         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5331         ones returned from the verify-function.
5332
5333         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5334         mml2015-extract-cleartext-signature if extraction failed.
5335
5336 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
5337
5338         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5339         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5340         failed.
5341
5342 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * Relicense "GPLv2 or later" files to "GPLv3 or later".
5345
5346 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
5347
5348         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
5349         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5350         recommends to use EasyPG instead of PGG.
5351
5352         * pgg.el: Revert to revision 6.23.2.16.
5353
5354         * pgg-def.el: Revert to revision 6.6.2.14.
5355
5356         * pgg-gpg.el: Revert to revision 6.23.2.34.
5357
5358 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5361         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5362         thread for both the null and zero (kill/expire thread) universal prefix
5363         cases.
5364         (gnus-summary-expire-thread): Add new function to expire a thread,
5365         using gnus-summary-kill-thread.
5366         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5367         shortcuts for gnus-summary-expire-thread.
5368         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5369         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
5370
5371 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5372
5373         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5374         extras value, so an extras entry can be deleted.
5375         (gnus-registry-delete-extra-entry): Use it.
5376         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5377         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5378         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5379         storage through the gnus-registry, and provide an appropriate API for
5380         it.
5381
5382 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5385         Suggested by Leo <sdl.web@gmail.com>.
5386
5387         * gnus.el: Do.
5388
5389 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5392         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5393
5394         * gnus-agent.el (gnus-agent-fetch-headers): Do.
5395
5396         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5397         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5398
5399 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5402         newline.
5403         (nnmbox-request-accept-article): Don't change article in source buffer;
5404         narrow to header to use message-fetch-field rather than
5405         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
5406         (nnmbox-request-replace-article): Quote lines that'll be misidentified
5407         as delimiters; make sure article ends with newline.
5408         (nnmbox-delete-mail): Correct last position of article to be deleted;
5409         ignore X-Gnus-Newsgroup header in article body.
5410         (nnmbox-save-mail): Quote lines looking like delimiters at the right
5411         positions; make sure article ends with newline.
5412
5413         * message.el (message-display-abbrev): Don't infloop when a user
5414         inserts SPC in the beginning of header.
5415
5416         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
5417         coding-system-for-read and coding-system-for-write for XEmacs having no
5418         file-coding feature.
5419
5420         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
5421
5422 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
5425         list of groups not followed by default.  Fix type to be regexp.
5426         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
5427
5428 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
5429
5430         * hmac-def.el (define-hmac-function): Switch from old-style to
5431         new-style backquotes.
5432
5433         * md4.el (md4-make-step): Likewise.
5434
5435 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
5438         raw-text coding system when saving .newsrc file, which may contain
5439         non-ASCII group names.
5440
5441 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-cus.el (gnus-score-extra): New widget.
5444         (gnus-score-extra-convert): New function.
5445         (gnus-score-customize): Use it for Extra.
5446
5447 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
5448
5449         * mml2015.el (mml2015-extract-cleartext-signature): New function.
5450         (mml2015-mailcrypt-clear-verify): Use it.
5451         (mml2015-gpg-clear-verify): Use it.
5452         (mml2015-pgg-clear-verify): Use it.
5453         (mml2015-epg-clear-verify): Replace the current part with the output
5454         from GnuPG; don't extract the plaintext by itself.
5455
5456         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
5457         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
5458         mml2015-clear-verify-function; don't touch the armor headers or
5459         dash-escaped text here.
5460
5461 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
5464         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
5465         parts, or application/octet-stream as a last resort.
5466         (gnus-mime-view-part-as-type): Don't toggle display.
5467         (gnus-mime-view-part-as-charset): Don't turn off display before
5468         querying charset.
5469
5470         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
5471         stuff to undisplayer function in Emacs.
5472         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
5473
5474         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
5475         text/calendar parts.
5476
5477 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
5480         decoding text/calendar parts.
5481
5482         * message.el (message-forward-make-body-mime): Always mark body as
5483         having no illegible text; remove signed-or-encrypted argument.
5484         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
5485
5486         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
5487         (mml-generate-mime-1): Don't encode body if it is specified to be in
5488         raw form; don't make buffer be unibyte when inserting multibyte string.
5489
5490 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5491
5492         * sha1.el: Fix up comment style.
5493         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
5494         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
5495
5496         * hex-util.el: Fix up comment style.
5497         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
5498
5499         * gnus-salt.el: Use with-current-buffer.
5500         (gnus-pick-setup-message): Fix long-standing typo.
5501
5502 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * imap.el (imap-logout-timeout): New variable.
5505         (imap-logout, imap-logout-wait): New functions.
5506         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
5507
5508         * nnimap.el (nnimap-logout-timeout): New server variable.
5509         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
5510         nnimap-logout-timeout.
5511
5512         * gnus-art.el (gnus-article-summary-command-nosave)
5513         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
5514
5515 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * gnus.el (gnus-maximum-newsgroup): New variable.
5518
5519         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
5520         according to gnus-maximum-newsgroup.
5521
5522         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5523         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
5524         Limit the range of articles according to gnus-maximum-newsgroup.
5525
5526 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
5527
5528         * gnus-art.el (gnus-sticky-article): Fixed problems described in
5529         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
5530         Don't perform gnus-configure-windows here; reuse existing sticky
5531         article buffer.
5532
5533         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
5534         it doesn't exist in gnus-article-mode.
5535
5536 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
5539         (gnus-agent-decoded-group-name): New function.
5540         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
5541         (gnus-agent-expire-group-1): Use it; decode group name in messages.
5542
5543 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
5544
5545         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
5546         Add binding for gnus-sticky-article.
5547         (gnus-summary-exit): Don't kill sticky article buffers.
5548
5549         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
5550         article buffer.
5551         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
5552         (gnus-kill-sticky-article-buffers): New commands.
5553
5554 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * nntp.el (nntp-xref-number-is-evil): New server variable.
5557         (nntp-find-group-and-number): If it is non-nil, don't trust article
5558         numbers in the Xref header.
5559
5560 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-agent.el (gnus-agent-read-group): New function.
5563         (gnus-agent-flush-group, gnus-agent-expire-group)
5564         (gnus-agent-regenerate-group): Use it.
5565         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
5566         nnmail-pathname-coding-system.
5567
5568 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
5571
5572         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
5573         that are unread as unread, and also as selected so that information of
5574         marks having been changed by a user may be updated when exiting group.
5575
5576 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-art.el (gnus-mime-display-single): Pass part number that is
5579         calculated ignoring signature parts to gnus-treat-article.
5580
5581 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
5584         a point here in order to keep the window start.
5585         (gnus-insert-mime-security-button): Make a button overlay without the
5586         front stickiness.
5587         (gnus-mime-display-security): Goto the end of a button.
5588
5589         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
5590
5591 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
5594         group-name-at-point.
5595         (gnus-group-completing-read): New function that offers decoded
5596         non-ASCII group names for completion.
5597         (gnus-fetch-group, gnus-group-read-ephemeral-group)
5598         (gnus-group-jump-to-group, gnus-group-make-group-simple)
5599         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
5600         (gnus-group-fetch-control): Use it.
5601         (gnus-fetch-group): Use group-name-at-point for the initial value
5602         rather than the default value; use gnus-alive-p.
5603
5604         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
5605         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
5606         (gnus-summary-post-news): Use gnus-group-completing-read.
5607
5608         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
5609         (gnus-read-move-group-name): Decode group name for completion.
5610
5611 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
5612
5613         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
5614         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5615         Yamaoka slightly modified the code).
5616
5617 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5618
5619         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5620         (nnmail-split-incoming): Bind it.
5621
5622         * nnml.el (nnml-group-name-charset): New function.
5623         (nnml-decoded-group-name): Use it; don't decode group name if
5624         nnmail-group-names-not-encoded-p is non-nil.
5625         (nnml-encoded-group-name): New function.
5626         (nnml-group-pathname): Inline nnml-decoded-group-name.
5627         (nnml-request-expire-articles): Decode group name in message.
5628         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5629         nnmail-pathname-coding-system.
5630         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5631         not decoded ones according to nnmail-group-names-not-encoded-p.
5632         (nnml-generate-active-info): Use nnml-encoded-group-name.
5633
5634 2007-08-08  Glenn Morris  <rgm@gnu.org>
5635
5636         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5637         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5638         doc-strings and comments.
5639
5640 2007-07-25  Glenn Morris  <rgm@gnu.org>
5641
5642         * Relicense all FSF files to GPLv3 or later.
5643
5644 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-sum.el (gnus-summary-move-article): Make
5647         gnus-summary-respool-article work.
5648
5649 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5652         string.
5653
5654 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5655
5656         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5657         that should be ignored when comparing distant RSS articles with local
5658         ones.
5659         (nnrss-make-hash-index): New function.  Create a hash index according
5660         to the ignored fields.
5661         (nnrss-check-group): Use it.
5662
5663 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5666
5667         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5668
5669         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5670         the new optional argument ENCODED is non-nil.
5671         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5672         coding system for encoding group name.
5673         (gnus-group-make-rss-group): Pass un-encoded group name to
5674         gnus-group-make-group.
5675         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5676         encoded.
5677
5678         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5679         Encode group name to which articles are moved or copied.
5680         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5681         coding system for encoding Newsgroup, Followup-To and Xref headers.
5682
5683         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5684         marks; use nnheader-file-coding-system to write a file.
5685         (nnagent-retrieve-headers): Bind file-name-coding-system to
5686         nnmail-pathname-coding-system.
5687
5688         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5689
5690         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5691         (nnml-request-article, nnml-request-create-group)
5692         (nnml-request-rename-group, nnml-find-id)
5693         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5694         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5695         (nnml-save-marks): Use nnml-group-pathname instead of
5696         nnmail-group-pathname.
5697
5698         (nnml-request-create-group, nnml-request-expire-articles)
5699         (nnml-request-move-article, nnml-request-delete-group)
5700         (nnml-deletable-article-p, nnml-possibly-create-directory)
5701         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5702         (nnml-open-marks): Bind file-name-coding-system to
5703         nnmail-pathname-coding-system.
5704
5705         (nnml-request-article): Pass server argument to nnml-find-group-number.
5706         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5707         server argument to nnml-possibly-create-directory.
5708         (nnml-request-accept-article): Pass server argument to
5709         nnml-active-number and nnml-save-mail.
5710         (nnml-find-group-number): Pass server argument to nnml-find-id.
5711         (nnml-request-update-info): Pass server argument to
5712         nnml-marks-changed-p.
5713
5714         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5715         (nnml-save-mail, nnml-active-number): Add server argument.
5716
5717         (nnml-request-delete-group): Warn if group is missing.
5718         (nnml-get-nov-buffer): Decode group name.
5719         (nnml-generate-active-info): Encode group name.
5720         (nnml-open-marks): Decode group name in messages.
5721
5722 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5725         if it is not specified.
5726         (gnus-article-pipe-part, gnus-article-save-part)
5727         (gnus-article-interactively-view-part, gnus-article-copy-part)
5728         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5729         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5730         (gnus-article-replace-part, gnus-article-delete-part)
5731         (gnus-article-view-part-as-type): Pass raw prefix argument to
5732         gnus-article-part-wrapper.
5733
5734 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-agent.el (gnus-agent-save-active): Bind
5737         nnheader-file-coding-system to gnus-agent-file-coding-system.
5738
5739         * gnus-cache.el (gnus-cache-save-buffers)
5740         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5741         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5742         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5743         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5744         (gnus-cache-generate-active, gnus-cache-rename-group)
5745         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5746         (gnus-cache-update-overview-total-fetched-for): Bind
5747         file-name-coding-system to nnmail-pathname-coding-system.
5748         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5749         variables.
5750         (gnus-cache-decoded-group-name): New function.
5751         (gnus-cache-file-name): Use it.
5752         (gnus-cache-generate-active): Use non-decoded group name for active.
5753
5754         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5755         right place.
5756         (gnus-write-active-file): Don't break non-ASCII group names.
5757
5758         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5759         nnmail-pathname-coding-system.
5760
5761         * lpath.el: Bind default-file-name-coding-system,
5762         file-name-coding-system and language-info-alist for XEmacs.
5763
5764         * gnus-uu.el (gnus-uu-decode-save): Typo.
5765
5766 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5769
5770 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5773         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5774         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5775         (gnus-agent-flush-group, gnus-agent-flush-cache)
5776         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5777         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5778         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5779         (gnus-agent-regenerate-group)
5780         (gnus-agent-update-files-total-fetched-for)
5781         (gnus-agent-update-view-total-fetched-for): Bind
5782         file-name-coding-system to nnmail-pathname-coding-system.
5783         (gnus-agent-group-pathname): Don't encode file names by
5784         nnmail-pathname-coding-system.
5785         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5786         coding-system-for-write instead of buffer-file-coding-system to
5787         gnus-agent-file-coding-system.
5788
5789         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5790         Decode group name.
5791
5792         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5793
5794         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5795         (gnus-read-newsrc-el-file): Make group names unibyte.
5796
5797         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5798         nnmail-pathname-coding-system.
5799
5800         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5801         (nnrss-request-delete-group): Bind file-name-coding-system to
5802         nnmail-pathname-coding-system.
5803         (nnrss-read-server-data, nnrss-read-group-data): Bind
5804         file-name-coding-system correctly.
5805         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5806
5807         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5808         (nntp-server-to-method-cache): New variable.
5809         (nntp-group-pathname): New function that decodes non-ASCII group names.
5810         (nntp-possibly-create-directory, nntp-marks-changed-p)
5811         (nntp-save-marks, nntp-open-marks): Use it.
5812         (nntp-possibly-create-directory, nntp-open-marks):
5813         Bind file-name-coding-system to nnmail-pathname-coding-system.
5814         (nntp-open-marks): Decode group names when bootstrapping marks.
5815
5816         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5817         Newsgroups and Folowup-To headers.
5818
5819 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5822         (gnus-server-closed-face, gnus-server-denied-face)
5823         (gnus-server-offline-face): Remove variable.
5824         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5825
5826         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5827         of modifying message-stack directly for XEmacs.
5828
5829         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5830         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5831         if the coding-system argument is nil for XEmacs.
5832
5833         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5834         mm-charset-override-alist.
5835
5836         * rfc2047.el: Don't require base64; require rfc2045 for the function
5837         rfc2045-encode-string.
5838         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5839         to quote the parameter value.
5840
5841 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5844         form in gnus-group-name-charset-method-alist.
5845
5846         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5847         overrides the default layout edit-form.
5848
5849         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5850
5851         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5852
5853 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5856         as unfetched articles.
5857
5858 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5861
5862 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5865         original back end that keeps marks in the local system.
5866
5867 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5870         arg of pop-to-buffer for XEmacs.
5871         (gnus-article-read-summary-keys): Ditto; don't restore window
5872         configuration if summary command ends up with neither article buffer
5873         nor summary buffer; describe bindings if summary keys end with C-h.
5874
5875 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * message.el (message-fix-before-sending): Skip raw message part to be
5878         forwarded while checking illegible text.
5879         (message-forward-make-body-mime, message-forward-make-body): Mark
5880         signed or encrypted raw message as having no illegible text.
5881
5882 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5885         (gnus-message-with-timestamp-1): New macro.
5886         (gnus-message-with-timestamp): New function.
5887         (gnus-message): Use them.
5888
5889         * nnheader.el (nnheader-message): Use them.
5890
5891 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5894         .newsrc.eld file.
5895
5896 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-agent.el (gnus-agent-fetch-headers)
5899         (gnus-agent-retrieve-headers): Bind
5900         gnus-decode-encoded-address-function to identity.
5901
5902         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5903         available also when the server returns simply a dot.
5904
5905         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5906
5907 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5910
5911 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-ems.el (gnus-x-splash): Make it work.
5914
5915         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5916         from being used.
5917
5918         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5919
5920 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5923         4th and the 5th arguments.
5924
5925         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5926         the front stickiness.
5927         (gnus-article-summary-command-nosave): Correct the order of the
5928         arguments passed to pop-to-buffer.
5929         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5930         summary command ends up with the article buffer.
5931
5932         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5933         the same faces.
5934
5935 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5936
5937         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5938
5939 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5940
5941         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5942         * gnus-sum.el (gnus-summary-highlight):
5943         * pgg.el (pgg-sign-region, pgg-sign):
5944         * mail-source.el (mail-source-delete-old-incoming-confirm):
5945         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5946
5947 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (gnus-mime-view-part-externally)
5950         (gnus-mime-view-part-internally): Fix predicate function passed to
5951         completing-read.
5952
5953         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5954
5955         * gnus.el (gnus-update-message-archive-method): Add :version.
5956
5957 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus.el (gnus-update-message-archive-method): New variable.
5960
5961         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5962         according to gnus-message-archive-method if
5963         gnus-update-message-archive-method is non-nil.
5964
5965 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5968         by Loic Dachary <loic@dachary.org>.
5969         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5970
5971 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * message.el (message-pop-to-buffer): Add switch-function argument.
5974         (message-mail): Pass switch-function argument to it.
5975
5976 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5979         Improve doc string.
5980
5981 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5984         (gnus-header-content)
5985         * gnus-cite.el (gnus-cite-10)
5986         * gnus-srvr.el (gnus-server-closed)
5987         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5988         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5989         (gnus-group-mail-3-empty, gnus-group-mail-low)
5990         (gnus-group-mail-low-empty, gnus-splash)
5991         * message.el (message-header-to, message-header-cc)
5992         (message-header-subject, message-header-other, message-header-name)
5993         (message-header-xheader, message-separator, message-cited-text)
5994         (message-mml): Lighten colors of faces used for dark background.
5995
5996 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5997
5998         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5999         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6000
6001 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * message.el (message-narrow-to-headers-or-head):
6004         Ignore mail-header-separator in the body.
6005
6006 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6009         same as window size.
6010
6011 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6012
6013         * message.el (message-font-lock-keywords): Use message-header-xheader
6014         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6015         ahead of the anything pattern, to get it recognised.
6016
6017 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6020         spam.el loads uses it in the compiled defadvice form.
6021
6022 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6023
6024         * gnus-sum.el (gnus-articles-to-read)
6025         (gnus-summary-insert-old-articles): Don't truncate group name for
6026         `read-string'.
6027
6028         * gnus-util.el (gnus-limit-string): Delete this function.
6029
6030         * gnus-sum.el (gnus-simplify-subject-fully): Use
6031         `truncate-string-to-width' instead.
6032
6033 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6034
6035         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6036         if, on summary exit, the next group has to be selected.
6037         (gnus-summary-exit): Use it.
6038
6039 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6040
6041         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6042         non-break space.
6043
6044 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6047         Check if group is not a directory.
6048         (nnfolder-request-expire-articles): Don't delete articles if the target
6049         group is not available.
6050
6051         * nnml.el (nnml-request-create-group): Properly check if group is not a
6052         file.
6053         (nnml-request-expire-articles): Don't delete articles if the target
6054         group is not available.
6055
6056         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6057         Don't quote characters that are within parentheses.
6058
6059 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6062         (gnus-handle-ephemeral-exit): Select article according to it.
6063
6064 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * message.el (message-insert-formated-citation-line): Remove newline.
6067         (message-citation-line-format): Add final \n here so that the user can
6068         avoid a blank line.
6069
6070 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6071
6072         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6073         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6074         Update lanl/arXiv support.
6075
6076 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * gnus.el: Bump version number.
6079
6080 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * gnus.el (gnus-version-number): Bump version.
6083
6084 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6085
6086         * gnus.el: No Gnus v0.6 is released.
6087
6088 2007-04-27  Didier Verna  <didier@xemacs.org>
6089
6090         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6091         * gmm-utils.el (gmm-regexp-concat): here.
6092         * message.el: Don't require 'gnus-util.
6093         (message-dont-reply-to-names): Handle name change above.
6094         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6095
6096 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6099         since the initial value varies according to the system.
6100
6101 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6104
6105 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6106
6107         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6108
6109 2007-04-24  Didier Verna  <didier@xemacs.org>
6110
6111         Improve the type of gnus-ignored-from-addresses.
6112         * gnus-util.el (gnus-orify-regexp): New function.
6113         * message.el (gnus-util): Require it.
6114         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6115         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6116         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6117
6118 2007-04-24  Didier Verna  <didier@xemacs.org>
6119
6120         * gnus-sum.el:
6121         * gnus-utils.el: Fix some trailing whitespaces.
6122
6123 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6126         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6127         article's Message-ID; refer parent article in summary buffer.
6128
6129         * message.el (message-bounce): Call mime-to-mml.
6130
6131         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6132         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6133         optimize and/or forms properly.
6134
6135 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6138         URL.
6139
6140 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6143
6144 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6147         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6148         displayed of multipart/alternative part if it is invoked from summary
6149         buffer.
6150
6151         * mm-view.el (mm-inline-text-html-render-with-w3m)
6152         (mm-inline-text-html-render-with-w3m-standalone)
6153         (mm-inline-render-with-function): Use mail-parse-charset by default.
6154
6155 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6156
6157         * parse-time.el (parse-time-string-chars): Check if CHAR
6158         is less than the length of parse-time-syntax.
6159
6160 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6163         from gnus-newsgroup-processable.
6164
6165 2007-04-16  Didier Verna  <didier@xemacs.org>
6166
6167         * gnus-msg.el (gnus-configure-posting-styles): Handle
6168         message-signature-directory properly with :file syntax.  Reported by
6169         "Leo".
6170
6171 2007-04-11  Didier Verna  <didier@xemacs.org>
6172
6173         New user option: message-signature-directory.
6174         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6175         * message.el (message-insert-signature): Ditto.
6176         * message.el (message-signature-file): Doc update.
6177         * message.el (message-signature-directory): New.
6178
6179 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-msg.el (gnus-inews-yank-articles): Use
6182         message-exchange-point-and-mark instead of exchange-point-and-mark.
6183
6184 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * message.el (message-yank-original): Make sure cited text ends with
6187         newline; don't exchange point and mark.
6188
6189 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6190
6191         * tls.el (open-tls-stream): Properly handle case where there
6192         is no associated buffer.
6193
6194 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6195
6196         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6197         message-yank-original, make sure (< mark TEXT point).
6198
6199 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * message.el (message-fill-column): New variable.
6202         (message-mode): Use it.  Add comment on a possible new hook.
6203
6204         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6205         (nnmail-get-new-mail): Reformat.
6206
6207         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6208
6209         * gmm-utils.el: Fix Commentary.
6210         (gmm-tool-bar-from-list): Fix typo in doc string.
6211
6212 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6213
6214         * message.el (message-yank-original): Don't switch point and mark
6215         unnecessarily to put point and mark as documented.
6216
6217 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6218
6219         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6220         from the message heads.
6221
6222 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6223
6224         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6225         article buffer does not have a window.  This may not be the best
6226         solution but is certainly better than setting the start of the null,
6227         that is the current, window.
6228
6229 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6232         (gnus-draft-setup): Run it.
6233
6234         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6235         gnus-score-fast-scoring.  Allow regexp.
6236         (gnus-score-headers): Use it.
6237
6238         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6239         XEmacs.
6240
6241         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6242         string.
6243         (gnus-button-alist): Also catch `<f1> k ...'.
6244         (gnus-treat-display-x-face): Fix doc string.
6245
6246 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6247
6248         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6249         evaluation of gnus-extended-version to ensure correct generation of the
6250         User-Agent header when message-generate-headers-first is used.
6251
6252 2007-03-24  Simon Josefsson  <simon@josefsson.org>
6253
6254         * hashcash.el (hashcash-generate-payment-async): Don't crash if
6255         hashcash-path is nil.  Don't call callback with incorrect number of
6256         parameters if val is 0.
6257
6258 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6259
6260         * message.el (message-required-news-headers):
6261         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6262
6263 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
6264
6265         * tls.el (open-tls-stream): In handshake-waiting loop,
6266         don't wait more if there is output available to process.
6267
6268 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
6269
6270         * tls.el (tls-program): Doc fix.
6271
6272 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * message.el (message-generate-new-buffers): Change the meaning of the
6275         nil value; add `standard' to the choices; treat t as `unique'; improve
6276         doc string.
6277         (gnus-select-frame-set-input-focus): Autoload.
6278         (message-buffer-name): Search for the existing message buffer if
6279         message-generate-new-buffers is nil or `standard'; treat the value t of
6280         message-generate-new-buffers as `unique'.
6281         (message-pop-to-buffer): Raise the frame already displaying the message
6282         buffer; clear the echo area after querying.
6283         (message-setup): Pass the `continue' argument to compose-mail.
6284         (message-mail): Prefer `switch-function' if it is given; search for the
6285         existing message buffer if the `continue' argument is non-nil; pass
6286         continue and switch-function arguments to compose-mail by way of
6287         message-setup.
6288         (message-mail-other-window): Adjust argument of message-setup.
6289         (message-mail-other-frame): Ditto.
6290
6291 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6294         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6295         to turn font-lock on when turning gnus-message-citation-mode on.
6296
6297 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
6298
6299         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6300         (mml-smime-function-alist): New variable; add epg as the backend.
6301         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6302         mml-smime- functions instead.
6303         * mm-view.el: Require smime.
6304
6305 2007-03-05  Didier Verna  <didier@xemacs.org>
6306
6307         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6308         instead of just inheritance for posting styles.
6309         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6310
6311 2007-02-24  Chris Moore  <dooglus@gmail.com>
6312
6313         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
6314         * pgg-pgp.el (pgg-pgp-encrypt-region):
6315         * pgg-gpg.el (pgg-gpg-encrypt-region):
6316         Check pgg-encrypt-for-me if no other recipients.
6317
6318 2007-02-24  John Paul Wallington  <jpw@pobox.com>
6319
6320         * tls.el (tls-certtool-program): Fix custom type.
6321
6322 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6325         and point-at-eol instead of line-(beginning|end)-position.
6326
6327         * assistant.el (assistant-parse-buffer): Ditto.
6328
6329         * netrc.el (netrc-parse-services): Ditto.
6330
6331 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
6332
6333         * mml2015.el (mml2015-epg-find-usable-key): New function.
6334         (mml2015-epg-sign): Use it.
6335         (mml2015-epg-encrypt): Use it.
6336
6337 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * message.el (message-make-in-reply-to): Quote name containing
6340         non-ASCII characters.  It will make the RFC2047 encoder cause an error
6341         if there are special characters.  Reported by NAKAJI Hiroyuki
6342         <nakaji@jp.freebsd.org>.
6343
6344 2007-02-27  Didier Verna  <didier@xemacs.org>
6345
6346         Include the group parameters as well as the topic ones in the
6347         inheritance filter process.
6348         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6349         argument GROUP-PARAMS-LIST.
6350         * gnus-topic.el (gnus-group-topic-parameters): Use it.
6351
6352 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * nntp.el (nntp-never-echoes-commands)
6355         (nntp-open-connection-functions-never-echo-commands): New variables.
6356         (nntp-send-command): Use them.
6357
6358 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
6359
6360         * mml2015.el (mml2015-epg-verify): Simplified.
6361
6362 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * mml.el (mml-content-disposition-alist): New user option.
6365         (mml-content-disposition): New function.
6366         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6367         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6368
6369 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
6370
6371         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6372         verification.
6373
6374 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6375
6376         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6377         articles posted in the last 24 hours.
6378
6379 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
6380
6381         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6382
6383 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
6384
6385         * nntp.el (nntp-send-command): Don't wait for echoes when
6386         nntp-open-ssl-stream is used.
6387
6388 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-cite.el (gnus-test-font-lock-add-keywords)
6391         (gnus-message-add-citation-keywords)
6392         (gnus-message-remove-citation-keywords): Remove.
6393         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6394         directly, make the variables in font-lock-defaults buffer-local, add
6395         gnus-message-citation-keywords to them and then update the value of
6396         font-lock-keywords.
6397
6398 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * message.el (message-cite-original-1): Don't call
6401         gnus-article-highlight-citation.
6402
6403         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6404         citations; fix line count.
6405
6406 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6409         (gnus-message-add-citation-keywords)
6410         (gnus-message-remove-citation-keywords): Use it; fix the emulating
6411         versions of font-lock-add-keywords and font-lock-remove-keywords to
6412         work with XEmacs correctly.
6413
6414 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * gnus-cite.el (gnus-cite-face-list): Set the values of
6417         gnus-message-max-citation-depth and gnus-message-citation-keywords.
6418         (gnus-message-max-citation-depth): Use defvar rather than defconst.
6419         (gnus-message-cite-prefix-regexp): New variable.
6420         (gnus-message-search-citation-line): Use it; protect against long
6421         citation prefix; fill match data with nil rather than 0 for XEmacs; set
6422         the 0th match data for Emacs.
6423         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6424         (gnus-message-add-citation-keywords): Append keywords rather than
6425         prepending; emulate font-lock-add-keywords if it is not available.
6426         (gnus-message-remove-citation-keywords): Emulate
6427         font-lock-remove-keywords if it is not available.
6428
6429         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6430
6431         * message.el (message-cite-prefix-regexp): Set the value of
6432         gnus-message-cite-prefix-regexp.
6433
6434 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6435
6436         * nnweb.el (nnweb-google-parse-1): Update parser.
6437
6438 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6439
6440         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
6441
6442 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6443
6444         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6445         regexp.
6446
6447 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * uudecode.el (uudecode-string-to-multibyte): New function emulating
6450         string-to-multibyte.
6451         (uudecode-decode-region-internal): Use it.
6452
6453         * lpath.el: Fbind string-as-multibyte for XEmacs.
6454
6455 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
6458         custom choice.
6459
6460         * gnus-art.el (gnus-signature-limit): Fix custom choice.
6461
6462 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
6463
6464         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
6465
6466         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
6467         `write-region' to respect `mm-inhibit-file-name-handlers'.
6468
6469 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
6472         Use gnus-home-directory instead of "~/" or "$HOME".
6473
6474 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * encrypt.el (encrypt-insert-file-contents): Add better prompt
6477         to mention filename.
6478         Add comments at beginning regarding usage.
6479         (encrypt-write-file-contents): Change interactive so a string is
6480         acceptable.  If the file has no associated model, show an error instead
6481         of a nonsense prompt.
6482
6483 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6484
6485         * spam.el (spam-bsfilter-ham-switch): Fix typo.
6486         Thanks to Yoshihiko Yamada for kind notification of this typo.
6487
6488 2007-01-12  Kenichi Handa  <handa@m17n.org>
6489
6490         * uudecode.el (uudecode-decode-region-internal): Make it work in a
6491         multibyte buffer.
6492
6493 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-score.el (gnus-score-fast-scoring): New variable.
6496         (gnus-score-headers): Use it.
6497
6498         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
6499
6500         * message.el (message-cite-original-1): Call
6501         gnus-article-highlight-citation if requested.
6502         (message-make-from): Allow name and address as optional arguments.
6503
6504         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
6505
6506         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
6507         bugs to doc string.
6508         (gnus-button-alist): Add mid\\|message-id.
6509         (gnus-button-fetch-group): Extend for use in
6510         `browse-url-browser-function'.
6511         (gnus-button-url-regexp): Try to catch paired parentheses like in
6512         Wikipedia URLs.
6513
6514         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
6515         Suggested by Simon Krahnke <overlord@gmx.li>.
6516
6517 2007-01-13  Romain Francoise  <romain@orebokech.com>
6518
6519         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
6520         Update copyright.
6521
6522 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
6523
6524         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
6525
6526 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * gnus-registry.el (gnus-registry-unfollowed-groups)
6529         (gnus-registry-split-fancy-with-parent): Fix documentation.
6530
6531 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6532
6533         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
6534         from nnweb groups.
6535
6536 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
6539         Xref urls.  Erase buffer before requesting head.
6540
6541 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
6544         customizable.
6545
6546 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
6547
6548         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
6549         no signing key is found.
6550         (mml2015-epg-encrypt): Ask user whether to skip or abort if
6551         no encrypting and/or signing key is found.
6552
6553 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
6556
6557 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6558
6559         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
6560         headers read from disk with the ones newly found in the current search.
6561         This should no longer cause problems, because the article numbers in
6562         Gmane's `nov.php' output are ignored since the previous change.
6563
6564 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6565
6566         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
6567
6568 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
6571         replace-regexp-in-string; bind url-version; fbind display-images-p and
6572         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
6573         find-face and set-itimer-function for Emacs; bind itimer-list for
6574         Emacs.
6575
6576         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
6577
6578 2007-01-01  Romain Francoise  <romain@orebokech.com>
6579
6580         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6581
6582 2006-12-31  Steve Youngs  <steve@sxemacs.org>
6583
6584         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
6585         `define-minor-mode' macro definition expanded properly.
6586         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6587         exclude it there.
6588
6589         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
6590         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
6591         `fboundp' test.
6592         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
6593         This is OK to autoload in (S)XEmacs now.
6594
6595 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6596
6597         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
6598         keystroke.
6599         (gnus-summary-limit-to-singletons): Fix typo.
6600
6601         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
6602         else fails.
6603
6604 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6605
6606         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
6607         docstring.
6608
6609         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
6610         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
6611         (gnus-summary-insert-dormant-articles): Fix typo in message.
6612
6613 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6616         nil for XEmacs.
6617         (gnus-message-citation-mode): Don't autoload in XEmacs.
6618
6619         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6620
6621 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6622
6623         * nnimap.el (nnimap-expunge-search-string): Mention
6624         nnimap-search-uids-not-since-is-evil in docstring.
6625
6626 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * spam.el: Revert to make-obsolete-variable because
6629         define-obsolete-variable-alias is not supported in Emacs 21.
6630
6631         * spam.el (spam-ifile-path, spam-ifile-database-path)
6632         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6633         make-obsolete-variable.
6634         (spam-bsfilter-path, spam-bsfilter-program)
6635         (spam-spamassassin-path, spam-spamassassin-program)
6636         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6637         use "path" inappropriately.
6638         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6639         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6640         variable names.
6641
6642 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6643
6644         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6645         summary buffer.
6646
6647         * password.el (password-cache-remove): Use clear-string to burn
6648         password, if available.
6649
6650 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6653
6654         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6655
6656         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6657         (gnus-message-highlight-citation): Move defcustom here from
6658         gnus-cite.el.
6659         (gnus-message-citation-mode): Autoload.
6660
6661         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6662         checks to make it compile with XEmacs.
6663         (gnus-message-citation-mode): New minor mode.
6664         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6665         (gnus-message-highlight-citation): New variables.
6666         (gnus-message-search-citation-line)
6667         (gnus-message-add-citation-keywords)
6668         (gnus-message-remove-citation-keywords)
6669         (turn-on-gnus-message-citation-mode)
6670         (turn-off-gnus-message-citation-mode): New functions.
6671
6672 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6673
6674         * gnus-cite.el: Enable highlighting of different citation levels in
6675         message-mode.
6676
6677 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * message.el (message-make-fqdn): Fix comment.
6680         (message-bogus-system-names): Add ".local".
6681
6682         * spam.el (spam-ifile-path, spam-ifile-program)
6683         (spam-ifile-database-path, spam-ifile-database)
6684         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6685         Don't use "path" inappropriately.
6686         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6687         strings.
6688         (spam-check-ifile, spam-ifile-register-with-ifile)
6689         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6690         new variable names.
6691
6692         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6693         (gnus-treat-display-smileys): Simplify using
6694         gnus-image-type-available-p.
6695
6696         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6697         available.
6698
6699         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6700         `display-images-p' if available.
6701
6702 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6705         one after turning on the buffer's multibyteness instead of decoding
6706         them directly in the unibyte buffer that causes unexpected conversion
6707         in Emacs 23 (unicode).
6708
6709 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6710
6711         * message.el (message-generate-hashcash): Fix custom type.
6712
6713 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6716
6717 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6720         disconnect icons.  Add help text.
6721
6722 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6723
6724         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6725         negated to be consistent with the others we handle.
6726
6727 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6730         version of gnus-summary-buffer to something, so that we can use two
6731         article buffers at the same time.
6732
6733 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6736         trigger all the extra headers.
6737         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6738         sorting.
6739
6740 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6741
6742         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6743         solid groups.
6744
6745 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6746
6747         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6748
6749 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * legacy-gnus-agent.el: Add Copyright notice.
6752
6753 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6754
6755         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6756
6757 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758
6759         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6760
6761         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6762         to make it work reliably in CVS Emacs.
6763         (gnus-summary-limit-strange-charsets-predicate)
6764         (gnus-summary-limit-to-predicate): New functions.
6765
6766 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6767
6768         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6769         specifying array size.
6770         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6771         array if it is too small.
6772         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6773         (gnus-sort-threads-loop): New function.
6774
6775 2006-12-06  Chris Moore  <dooglus@gmail.com>
6776
6777         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6778         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6779
6780 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6781
6782         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6783         options.
6784
6785 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6788         DOS-ing the recipient.
6789
6790         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6791         the headers when creating the mapping to avoid mismappings.
6792         (nnweb-gmane-create-mapping): Always nix out old mapping.
6793
6794 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6797         and mm-verify-option to never.
6798
6799 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * message.el (message-signed-or-encrypted-p): New function.
6802         (message-forward-make-body): Use it.
6803
6804         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6805         Replace encode-coding-string with mm-encode-coding-string.
6806
6807 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * nneething.el (nneething-decode-file-name): Replace
6810         decode-coding-string with mm-decode-coding-string.
6811
6812         * gnus-int.el (gnus-open-server): Say failed server's name.
6813
6814 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6815
6816         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6817         strings to a single string.  Quote `errors-file-name'.
6818         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6819         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6820         Adjust calls.  Use `shell-quote-argument'.
6821
6822 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6823
6824         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6825         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6826
6827         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6828         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6829         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6830         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6831         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6832         (gnus-subscribe-newsgroup, gnus-1):
6833         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6834         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6835         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6836         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6837
6838 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839
6840         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6841         keystroke.
6842         (gnus-summary-limit-to-bodies): Implement headersp.
6843
6844 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845
6846         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6847
6848 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6851
6852 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * message.el (message-generate-hashcash): Expand range of values to
6855         include `opportunistic'.
6856         (message-send-mail): Use it.
6857
6858 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6859
6860         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6861         and comment it.
6862
6863         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6864
6865 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * gnus-util.el (gnus-extract-address-components): Improve comment.
6868
6869 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-util.el (gnus-extract-address-components): Work with address in
6872         which the name portion contains @.
6873
6874         * lpath.el: Fbind custom-autoload.
6875
6876 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * gnus.el (gnus-start): Move custom group up.
6879         (gnus-select-method): Don't autoload, but make it available for
6880         `customize-variable'.
6881         (gnus-getenv-nntpserver): Don't autoload.
6882
6883 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6884
6885         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6886
6887 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * message.el (message-sendmail-extra-arguments): New variable.
6890         (message-send-mail-with-sendmail): Use it.
6891
6892 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6895         mm-with-unibyte-current-buffer to make string unibyte.
6896
6897         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6898         mm-string-as-multibyte.
6899
6900 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6901
6902         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6903         Reported by Werner Koch <wk@gnupg.org>.
6904
6905 2006-11-14  Daiki Ueno  <ueno@p360>
6906
6907         * mml2015.el: Autoload epa-select-keys when compiling.
6908
6909 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6910
6911         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6912         message-options.
6913         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6914
6915 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6916
6917         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6918         EasyPG (< 0.0.6).
6919         (mml2015-always-trust): New user option.
6920         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6921         prompt.
6922
6923 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * nntp.el (nntp-authinfo-force): New variable.
6926         (nntp-send-authinfo): Use it.
6927
6928 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6931         decode encoded words.  Improve prompt.  Add comment about forwarding.
6932         (message-replacement-char): Move up.
6933
6934 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6935
6936         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6937         instead of gnus-intersection because arguments of gnus-sorted-nunion
6938         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6939
6940 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6943         (message-simplify-subject-functions): Enable
6944         message-strip-subject-encoded-words by default.
6945
6946 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * message.el (message-strip-subject-encoded-words): New function.
6949         (message-simplify-subject-functions): New variable.
6950         (message-simplify-subject): Use it.  Fix typo in doc string.
6951         Support message-strip-subject-encoded-words.
6952
6953 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6954
6955         * gnus-diary.el (gnus-diary-delay-format-function):
6956         * nndiary.el (nndiary-reminders):
6957         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6958
6959 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * gnus-art.el (article-hide-boring-headers): Fetch date from
6962         gnus-original-article-buffer to avoid problems with localized date
6963         strings.
6964
6965 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6968
6969 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6972         New variables.
6973         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6974         (mm-charset-synonym-alist): Move some entries to
6975         mm-codepage-iso-8859-list.
6976         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6977         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6978
6979 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6982
6983 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6986         with Emacs 21 and XEmacs.
6987
6988 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         * spam.el (spam-parse-address): New function for better parsing,
6991         catching errors, etc.
6992         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6993
6994 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6995
6996         * mm-view.el: Add interactive arg to html2text autoload.
6997
6998 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7001
7002 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7005         variables.
7006         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7007         (mm-charset-synonym-alist): Move some entries to
7008         mm-codepage-iso-8859-list.
7009
7010         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7011
7012 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * message.el (message-citation-line-format)
7015         (message-insert-formated-citation-line): Fix implementation of %E, %N
7016         and %n according to the doc string.
7017
7018 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7019
7020         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7021         car-safe to avoid bad parses.
7022
7023 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7026         names.
7027
7028         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7029
7030 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7033         header.
7034
7035         * message.el (message-draft-headers): Add Date.
7036         (message-headers-to-generate): Fix typo in docstring.
7037
7038         * nndraft.el (nndraft-required-headers): New variable.
7039         (nndraft-generate-headers): Use it.
7040
7041         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7042
7043 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * gnus-registry.el (gnus-registry-wash-for-keywords)
7046         (gnus-registry-find-keywords): New functions to allow easy searching of
7047         articles that are in the registry.
7048
7049 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7052         ietf-drums-parse-address instead of gnus-extract-address-components.
7053         Reported by Damien Elmes <damien@repose.cx>.
7054
7055 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7056
7057         * gnus.el (gnus-mime): Remove unused custom group.
7058
7059 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7060
7061         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7062         "blank line" when searching for end of armor headers.
7063
7064 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gmm-utils.el (gmm-write-region): Fix variable name.
7067
7068 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * gmm-utils.el (gmm-write-region): New function based on compatibility
7071         code from `mm-make-temp-file'.
7072
7073         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7074
7075         * nnmaildir.el (nnmaildir--update-nov)
7076         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7077         Use `gmm-write-region'.
7078
7079 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7082         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7083
7084         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7085
7086         * message.el (message-replacement-char): New variable.
7087         (message-fix-before-sending): Use it.
7088         (message-simplify-subject): New function to remove duplicate code.
7089         (message-reply, message-followup): Use it.
7090
7091         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7092         gnus-summary-limit-to-articles.
7093
7094 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-util.el (gnus-with-local-quit): New macro.
7097
7098         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7099
7100 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7103         ignore non-string data.
7104
7105 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7106
7107         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7108         non-string data (needs to be done in the registry too).
7109
7110 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7113         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7114         (gnus-registry-split-fancy-with-parent)
7115         (gnus-registry-fetch-simplified-message-subject-fast)
7116         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7117         Remove text properties on ingress into the registry and when it's saved.
7118         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7119         registry from entries with no groups.
7120
7121 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7122
7123         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7124         function to remove string properties.
7125
7126 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gmm-utils.el (gmm): Adjust custom version.
7129
7130         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7131         custom version.
7132
7133         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7134
7135 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * gnus-art.el (gnus-insert-prev-page-button)
7138         (gnus-insert-next-page-button): Simplify.  Reformat.
7139
7140 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7141
7142         * gnus-art.el (gnus-insert-prev-page-button)
7143         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7144
7145 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7146
7147         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7148
7149 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7150
7151         * gnus-art.el (gnus-insert-mime-button)
7152         (gnus-insert-mime-security-button):
7153         Apply gnus-article-button-face to MIME and security buttons.
7154
7155 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7158         readable.
7159
7160 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7163
7164 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7165
7166         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7167         `browse-url-of-file' instead of `browse-url'.
7168
7169 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7170
7171         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7172         regexp.  Articles containing quotation were cut prematurely.
7173
7174 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * message.el (message-cite-original-1): Use nobody by default for the
7177         value of From header.
7178         (message-reply): Ditto.
7179
7180 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7181
7182         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7183         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7184         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7185
7186 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7189         mails in the doc string.  Add some URLs in comment.
7190         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7191
7192 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7195         backslashes handling and the way to find boundaries of quoted strings.
7196
7197 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7198
7199         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7200         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7201         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7202         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7203
7204 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7207         doc string.
7208         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7209
7210 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * lpath.el: Fbind epg-check-configuration.
7213
7214 2006-09-06  Simon Josefsson  <jas@extundo.com>
7215
7216         * mml2015.el (mml2015-use): Doc fix, mention epg.
7217
7218 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7219
7220         * mml2015.el (mml2015-use): Default to epg, if available.
7221
7222 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7223
7224         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7225         message-sender.
7226         (mml1991-epg-encrypt): Ditto.
7227         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7228         message-sender.
7229         (mml2015-epg-encrypt): Ditto.
7230
7231 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7232
7233         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7234         several common directories.
7235
7236 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7237
7238         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7239         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7240
7241 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-art.el (article-decode-encoded-words): Make it fast.
7244
7245 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7248
7249         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7250         in quoted string into `\'.
7251
7252 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7255         Use standard-syntax-table.
7256
7257 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-decode-address-function): New variable.
7260         (article-decode-encoded-words): Use it to decode headers which are
7261         assumed to contain addresses.
7262         (gnus-mime-delete-part): Remove useless `or'.
7263
7264         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7265         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7266         (gnus-nov-parse-line): Use it to decode From header.
7267         (gnus-get-newsgroup-headers): Ditto.
7268         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7269
7270         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7271         (mail-decode-encoded-address-string): New alias.
7272
7273         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7274         New function.
7275         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7276         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7277         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7278         (rfc2047-decode-string): Ditto.
7279         (rfc2047-decode-address-region): New function.
7280         (rfc2047-decode-address-string): New function.
7281
7282 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * message.el (message-caesar-buffer-body): Allow rotating headers.
7285
7286         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7287
7288         * message.el (message-insert-formated-citation-line): Fix %f.
7289         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7290
7291 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7294         (gnus-bookmark-mouse-available-p): New macro.
7295         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7296         (gnus-bookmark-bmenu-show-infos): Use it.
7297         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7298         (gnus-bookmark-bmenu-hide-infos): Ditto.
7299         (gnus-bookmark-remove-properties): New function.
7300         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7301         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7302         (gnus-bookmark-write-file): Bind coding-system-for-write.
7303         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7304         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7305         group before selecting it.
7306         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7307         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7308         quit-window if it is not available; use gnus-mouse-2 and bind it to
7309         gnus-bookmark-bmenu-select-by-mouse.
7310         (gnus-bookmark-show-details): Remove unused variable `details-list'.
7311         (gnus-bookmark-bmenu-select-by-mouse): New function.
7312
7313 2006-08-13  Romain Francoise  <romain@orebokech.com>
7314
7315         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7316         space.
7317
7318 2006-08-10  Romain Francoise  <romain@orebokech.com>
7319
7320         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
7321         (dns-mode-soa-auto-increment-serial): New user option.
7322         (dns-mode-soa-maybe-increment-serial): New function.
7323         (dns-mode): Add the latter to `write-contents-functions'.
7324
7325 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * compface.el (uncompface): Use binary rather than raw-text-unix.
7328
7329 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * compface.el (uncompface): Make sure the eol conversion doesn't take
7332         place when communicating with the external programs.  Reported by
7333         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7334
7335 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * nnheader.el (nnheader-insert-head): Fix typo in comment.
7338
7339 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7340
7341         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7342         Make it more robust by parsing author and date independently.
7343
7344 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7347
7348 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
7349
7350         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7351         first matching secret key.
7352         (mml2015-epg-encrypt): Ditto.
7353
7354         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7355         first matching secret key.
7356         (mml1991-epg-encrypt): Ditto.
7357
7358         * mml2015.el (mml2015-encrypt-to-self): New user option.
7359         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7360         mml2015-epg-encrypt-to-self is set.
7361
7362         * mml1991.el (mml1991-encrypt-to-self): New variable.
7363         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7364         mml1991-epg-encrypt-to-self is set.
7365
7366         * mml2015.el (mml2015-signers): New user option.
7367         (mml2015-epg-sign): Reflect the value of mml2015-signers.
7368         (mml2015-epg-encrypt): Allow to select signing keys.
7369
7370         * mml1991.el (mml1991-signers): New variable.
7371         (mml1991-epg-sign): Reflect the value of mml1991-signers.
7372         (mml1991-epg-encrypt): Allow to select signing keys.
7373
7374 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * nnheader.el (nnheader-insert-head): Make it work even if the file
7377         uses CRLF for the line-break code.
7378
7379 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
7380
7381         * mml2015.el: Require mml-sec instead of password.
7382         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7383         (mml2015-cache-passphrase): Inherit the default value from
7384         mml-secure-cache-passphrase.
7385         (mml2015-passphrase-cache-expiry): Inherit the default value from
7386         mml-secure-passphrase-cache-expiry.
7387
7388         * mml1991.el: Require mml-sec instead of password.
7389         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7390         (mml1991-cache-passphrase): Inherit the default value from
7391         mml-secure-cache-passphrase.
7392         (mml1991-passphrase-cache-expiry): Inherit the default value from
7393         mml-secure-passphrase-cache-expiry.
7394
7395         * mml-sec.el: Require password.
7396         (mml-secure-verbose): New user option.
7397         (mml-secure-cache-passphrase): New user option.
7398         (mml-secure-passphrase-cache-expiry): New user option.
7399
7400 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7401
7402         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7403         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
7404         andreas@altroot.de (Andreas Vögele).
7405
7406         FIXME: Use `tiny change'?
7407
7408 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7409
7410         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7411         workaround for the url package included with Emacs.
7412
7413         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7414
7415 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7418         correctly.  This fixes a bug caused by the 2006-05-12 change.
7419
7420 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
7421
7422         * nnmail.el (nnmail-article-group): If splitting raises an error, give
7423         some information about the error when saying that the `bogus' mail
7424         group will be used.
7425
7426 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7429         string.
7430
7431 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
7432
7433         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7434
7435 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7436
7437         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7438
7439 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7440
7441         * mml1991.el (mml1991-function-alist): Add epg.
7442         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7443         (mml1991-epg-encrypt): New functions.
7444
7445 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
7446
7447         * mml2015.el (mml2015-verbose): New variable.
7448         (mml2015-cache-passphrase): Ditto.
7449         (mml2015-passphrase-cache-expiry): Ditto.
7450         (mml2015-function-alist): Add epg.
7451         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7452         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7453         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7454         functions.
7455
7456 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7457
7458         * message.el (message-cite-original-1): Preserve region when removing
7459         quoted text due to X-No-Archive in order to avoid bogus attribution
7460         when citing multiple messages.
7461
7462 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7463
7464         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
7465         Kenneth Jacker <khj@be.cs.appstate.edu>.
7466
7467 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * gnus-diary.el (gnus-user-format-function-d)
7470         (gnus-user-format-function-D): Autoload.
7471
7472         * imap.el (Commentary): Fix typo.
7473
7474         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7475         2006-04-22 contribution.
7476
7477 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7478
7479         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
7480         It didn't really fix the bogosity I'm seeing with solid web groups.
7481
7482 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7483
7484         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
7485         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
7486         created using server names.  If we use the feature without declaring
7487         it, Gnus does not properly manage server and group state.
7488
7489         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
7490         bound.
7491
7492 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7493
7494         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
7495         looking up the method using GROUP's prefix before inventing a new one.
7496         It is used on killed/unknown groups in various places where returning
7497         an all-new method isn't expected by the caller.
7498
7499         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
7500         and match semantics of gnus-group-real-prefix.
7501
7502 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * nnmail.el (nnmail-broken-references-mailers): New variable.
7505         (nnmail-ignore-broken-references): New function generalizing
7506         nnmail-fix-eudora-headers.
7507         (nnmail-fix-eudora-headers): Now obsolete.
7508
7509         * gnus-art.el (gnus-button-handle-custom): Support
7510         `customize-apropos*'.
7511
7512 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513
7514         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
7515
7516         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
7517         articles.
7518
7519 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * message.el (message-cite-reply-above): New variable.
7522         (message-yank-original): Use it.
7523
7524 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
7527
7528 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
7529
7530         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
7531         as read.
7532
7533         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
7534
7535 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
7538         (gnus-bookmark-default-file): Use gnus-directory.
7539         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
7540         Remove "*" in doc string.
7541         (gnus-bookmark-write-file): Simplify.
7542         (gnus-bookmark-maybe-sort-alist): Use `when'.
7543         (gnus-bookmark-get-bookmark): Fix typo in doc string.
7544         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
7545         FIXME about Emacs 21 and XEmacs compatibility.
7546         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
7547         compatibility.
7548         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
7549         compatibility.
7550         (gnus-bookmark-menu-heading): Fix version.
7551
7552 2006-06-19  Bastien Guerry  <bzg@altern.org>
7553
7554         * gnus-bookmark.el: New file.
7555
7556 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * message.el (message-syntax-checks): Doc fix.
7559
7560 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7561
7562         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
7563         unsubscribed groups as if they were killed ones.  It causes duplicate
7564         entries in gnus-newsrc-alist.
7565
7566 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * message.el (message-syntax-checks): Doc fix.
7569         (message-send-mail): Add check for continuation headers.
7570         (message-check-news-header-syntax): Fix regexp used to check for
7571         continuation headers.
7572
7573 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
7576
7577 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
7580
7581 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
7584         default-truncate-lines.
7585
7586 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
7589         to fill the utf-8 entry.
7590
7591         * lpath.el: Fbind unicode-precedence-list.
7592
7593 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7594
7595         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7596
7597 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
7598
7599         * gnus-agent.el (directory-files-and-attributes): Move all the way
7600         forward (the third and final move).
7601         (gnus-agent-read-agentview): Trap reconstruction errors due to
7602         nonexistant directory.  Handle by returning nil.
7603
7604 2006-05-30  Didier Verna  <didier@xemacs.org>
7605
7606         * message.el (message-dont-reply-to-names): Update the custom type.
7607         * message.el (message-dont-reply-to-names): New defsubst: potentially
7608         convert a list of regexps into a single one.
7609         * message.el (message-get-reply-headers): Use it.
7610         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
7611
7612 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-agent.el (directory-files-and-attributes): Move forward.
7615
7616 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * gnus-ml.el (gnus-mailing-list-subscribe)
7619         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7620         (gnus-mailing-list-message): Fix doc strings.
7621
7622 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7623
7624         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7625         of doing it manually.
7626
7627 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7630         comment.
7631
7632 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7633
7634         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7635         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7636         (gnus-agent-read-local): All symbols allocated in my-obarray.
7637         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7638         (gnus-agent-regenerate-group): Check numeric names to see if they are
7639         messages or groups.
7640         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7641         better way of do this...)
7642
7643         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7644         'dummy.group' (there should be a better way of do this...)
7645
7646 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7649         (gnus-saved-headers): Ditto.
7650         (gnus-default-article-saver): Mention functions may have properties.
7651         (gnus-article-save): Override gnus-save-all-headers and
7652         gnus-saved-headers by :headers property which saver function may have.
7653         (gnus-summary-save-in-file): Add :headers property.
7654         (gnus-summary-write-to-file): Ditto.
7655
7656         * gnus-sum.el (gnus-summary-save-article): Bind
7657         gnus-prompt-before-saving to t when saving many articles in a file;
7658         always show all headers.
7659
7660         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7661
7662 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7665         marks.
7666
7667         * message.el (message-indent-citation): Add optional arguments to allow
7668         using it outside of message buffers.
7669
7670         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7671         (gnus-article-treat-unfold-headers): Use it.
7672         (gnus-article-truncate-lines): New variable.
7673         (gnus-article-mode): Use it.
7674         (gnus-article-toggle-truncate-lines): New function.
7675
7676         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7677         gnus-article-toggle-truncate-lines.
7678
7679         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7680         coding system in XEmacs, use binary.
7681
7682 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7685         after-load-alist.
7686
7687         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7688         this function should save decoded articles.
7689         (gnus-summary-write-to-file): Use property to specify this function
7690         should save decoded articles and specify gnus-summary-save-in-file
7691         should be used to save articles other than the first one when saving
7692         many articles.
7693         (gnus-summary-save-body-in-file): Use property to specify this
7694         function should save decoded articles.
7695         (gnus-summary-write-body-to-file): Use property to specify this
7696         function should save decoded articles and specify
7697         gnus-summary-save-body-in-file should be used to save articles other
7698         than the first one when saving many articles.
7699
7700         * gnus-sum.el (gnus-summary-save-article): Simplify.
7701
7702 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-art.el (gnus-default-article-saver): Add
7705         gnus-summary-write-body-to-file.
7706         (gnus-article-save-coding-system): Don't use coding system object
7707         in XEmacs.
7708         (gnus-read-save-file-name): Add optional `dir-var' argument which
7709         specifies directory in which files are saved; work even if optional
7710         `variable' argument is not specified.
7711         (gnus-summary-write-to-file): Read file name.
7712         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7713         (gnus-summary-write-body-to-file): New function.
7714
7715         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7716         (gnus-summary-local-variables): Add it.
7717         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7718         (gnus-summary-save-article): Remove optional `decode' argument;
7719         determine whether to decode articles by the value of
7720         gnus-default-article-saver; when saving many files using
7721         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7722         it first and use gnus-summary-save-in-file or
7723         gnus-summary-save-body-in-file thereafter unless
7724         gnus-prompt-before-saving is always; move point to article which
7725         will be saved.
7726         (gnus-summary-save-article-file): Revert.
7727         (gnus-summary-write-article-file): Revert.
7728         (gnus-summary-save-article-body-file): Revert.
7729         (gnus-summary-write-article-body-file): New function.
7730
7731 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-art.el (gnus-default-article-saver): Doc fix.
7734         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7735         from gnus-summary-save-article-coding-system, and default to a
7736         certain coding system.
7737         (gnus-output-to-file): Add coding cookie and encode text according
7738         to gnus-article-save-coding-system; don't use mm-append-to-file.
7739
7740         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7741         gnus-art.el and rename to gnus-article-save-coding-system.
7742         (gnus-summary-save-article): Require gnus-art; don't show all
7743         headers if it decodes articles; don't add coding cookie here;
7744         don't bind mm-text-coding-system-for-write.
7745         (gnus-summary-save-article-file): Save decoded articles.
7746         (gnus-summary-write-article-file): When saving many files, use
7747         gnus-summary-write-to-file first and gnus-summary-save-in-file
7748         thereafter unless gnus-prompt-before-saving is always.
7749         (gnus-summary-save-article-body-file): Save decoded articles.
7750
7751         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7752
7753 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * nnrss.el (nnrss-check-group): Bind hash-index.
7756
7757 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7758
7759         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7760         its hash index.  Store this hash in `nnrss-group-data'.
7761         (nnrss-read-group-data): Update accordingly.
7762
7763 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7766         entry.
7767
7768         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7769         gnus-article-browse-html-article.
7770
7771 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7772
7773         * gnus-sum.el (gnus-summary-mime-map): Add
7774         gnus-article-browse-html-article.
7775
7776         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7777
7778 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7781         suitable coding systems in customize.
7782
7783 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7784
7785         * mail-source.el (mail-sources): Fix custom type.
7786
7787 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7790         (gnus-summary-expire-articles-now): Shorten prompt.
7791
7792         * gmm-utils.el (wid-edit): Require.
7793         (defun-gmm): Renamed from `gmm-defun-compat'.
7794         (gmm-image-search-load-path): Use it.
7795         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7796
7797 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7800         variable.
7801         (gnus-summary-save-article): Add optional `decode' argument.  If
7802         it is set and gnus-summary-save-article-coding-system is non-nil,
7803         save decoded article.
7804         (gnus-summary-write-article-file): Save decoded article if
7805         gnus-summary-save-article-coding-system is non-nil.
7806
7807         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7808         type.
7809
7810 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7813
7814 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7817         first to test gnus-single-article-buffer which may be buffer-local.
7818
7819         * gnus-sum.el (gnus-summary-setup-buffer): Make
7820         gnus-single-article-buffer buffer-local and nil in ephemeral
7821         group; make gnus-article-buffer, gnus-article-current, and
7822         gnus-original-article-buffer always buffer-local.
7823         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7824         group.
7825         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7826
7827 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * nnml.el (nnml-request-compact-group): Compressed files might not
7830         have .gz extension.
7831
7832 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7833
7834         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7835         (mm-copy-to-buffer): Use with-current-buffer.
7836         (mm-display-part): Simplify.
7837         (mm-inlinable-p): Add optional arg `type'.
7838
7839 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7840
7841         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7842         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7843         Try harder to show the attachment internally or externally using
7844         gnus-mime-view-part-as-type.
7845
7846 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * message.el (message-from-style, message-signature-separator)
7849         (message-user-organization-file, message-send-mail-function)
7850         (message-citation-line-function, message-yank-prefix)
7851         (message-indent-citation-function, message-signature)
7852         (message-signature-file, message-signature-insert-empty-line):
7853         Remove autoloads.
7854
7855         * gnus-art.el (gnus-buttonized-mime-types): Remove
7856         "multipart/signed".  Revert 2006-04-26 change.
7857
7858 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * gnus.el (gnus-version-number): Bump version.
7861
7862 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7863
7864         * gnus.el: No Gnus v0.5 is released.
7865
7866 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7867
7868         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7869         fetching articles by message-id.
7870
7871 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872
7873         * message.el (hashcash): Require hashcash as normal.
7874
7875         * ecomplete.el (ecomplete-highlight-match-line): Use
7876         point-at-eol.
7877         (ecomplete-highlight-match-line): Use `highlight', because that
7878         face exists in both Emacs and XEmacs.
7879
7880         * message.el (message-display-abbrev): Use point-at-bol.
7881
7882         * mail-source.el: Don't require timer/timer-funcs.
7883
7884         * gnus-async.el: Ditto.
7885
7886         * password.el: Ditto.
7887
7888         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7889
7890         * mm-url.el: Ditto.
7891
7892         * gnus-xmas.el: Don't require timer-funcs.
7893
7894         * mm-util.el: Require timer/timer-funcs.
7895
7896 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7897
7898         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7899         Close.
7900
7901 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7904         unibyte after clear-decrypt function runs.
7905
7906         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7907         returns as a unibyte string.
7908
7909 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * lpath.el: Revert.
7912
7913         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7914         (pgg-gpg-process-sentinel): Revert.
7915
7916         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7917         (pgg-pgp-lookup-key): Revert.
7918
7919         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7920         (pgg-pgp5-lookup-key): Revert.
7921
7922         * pgg.el (pgg-fetch-key): Revert.
7923
7924 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * lpath.el: Fbind string-as-multibyte for XEmacs.
7927
7928         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7929         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7930         (mml1991-pgg-encrypt): Ditto.
7931
7932         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7933         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7934         a multibyte buffer.
7935
7936         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7937         (pgg-pgp-lookup-key): Ditto.
7938
7939         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7940         (pgg-pgp5-lookup-key): Ditto.
7941
7942         * pgg.el (pgg-fetch-key): Ditto.
7943
7944 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7945
7946         * message.el (message-user-organization-file): Check several
7947         locations of the organization file.
7948
7949         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7950         Add gnus-article-view-part-as-type.
7951
7952         * gnus-art.el (gnus-article-view-part-as-type): New function.
7953
7954         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7955         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7956
7957         * mml.el: Simplify autoload.
7958         (mml-mode): defvar dnd-protocol-alist instead of using
7959         symbol-value.
7960         (mml-default-directory): New variable.
7961         (mml-minibuffer-read-file): Use it.
7962         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7963
7964         * message.el (message-citation-line-format): New variable.
7965         (message-insert-formated-citation-line): New function.
7966         (message-citation-line-function): Add
7967         `message-insert-formated-citation-line' to custom type.
7968
7969         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7970         to doc string.
7971
7972         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7973         depending on mm-verify-option.
7974
7975 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7978         binding pgg-* variables; reimplement the section which prevents
7979         MIME header from being signed.
7980         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7981         pgg-text-mode; remove a blank line at the top of body.
7982
7983         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7984         lines at the top of body; use gnus-newsgroup-charset if there's no
7985         Charset header.
7986
7987 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7988
7989         * message.el (message-self-insert-commands): Doc fix.
7990
7991         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7992         (mm-uu-pgp-encrypted-test): Ditto.
7993         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7994         between header and body; return application/pgp-encrypted handle
7995         if decryption failed; decode decrypted body by charset.
7996
7997         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7998         element match to application/pgp-*.
7999
8000 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8001
8002         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8003         HTML.
8004
8005 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * mail-source.el (mail-source-call-script): Message the error
8008         string.
8009
8010 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * gnus-util.el (gnus-byte-compile): Use it.
8013
8014 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8015
8016         * gnus-util.el (kill-empty-logs): New function.
8017
8018 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * message.el (message-mail-alias-type): Doc fix.
8021         (message-mail-alias-type-p): New function.
8022         (message-send): Use it.
8023         (message-mode): Ditto.
8024         (message-strip-forbidden-properties): Ditto.
8025
8026         * ecomplete.el (ecomplete-database-file-coding-system): New
8027         variable.
8028         (ecomplete-save): Use it.
8029         (ecomplete-setup): Use it.
8030
8031 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * message.el (message-self-insert-commands): New variable.
8034         (message-strip-forbidden-properties): Use it.
8035
8036 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8039         that doesn't make XEmacs choke.
8040
8041 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * gnus-util.el (gnus-replace-in-string):
8044         Prefer replace-regexp-in-string over of replace-in-string.
8045
8046 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * gnus-util.el (gnus-select-frame-set-input-focus):
8049         Use select-frame-set-input-focus if it is available in XEmacs; use
8050         definition defined in Emacs 22 for old Emacsen.
8051
8052         * dgnushack.el: Autoload unmorse-region for XEmacs.
8053
8054         * lpath.el: Bind cursor-in-non-selected-windows and
8055         select-frame-set-input-focus for XEmacs.
8056
8057 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8060
8061 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8062
8063         * gnus-registry.el (gnus-registry-cache-save): Remove text
8064         properties when saving via the temp buffer.
8065
8066 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * message.el (message-generate-hashcash): Honor custom type.
8069
8070 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * message.el (message-generate-hashcash): Default to non-nil when
8073         hashcash is found.
8074
8075         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8076         (gnus-refer-thread-limit): Increase default to 500.
8077
8078         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8079
8080         * flow-fill.el (fill-flowed): Allow delete-space.
8081
8082 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8085         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8086         Remove autoloads.
8087
8088 2006-04-18  Simon Josefsson  <jas@extundo.com>
8089
8090         * message.el (message-generate-hashcash): Default to.
8091
8092 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8095         concatenating segments rather than before concatenating them.
8096
8097 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8100
8101 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8102
8103         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8104
8105         * message.el (message-forward-make-body-plain): Allow
8106         message-forward-ignored-headers to be a list.
8107         (message-remove-ignored-headers): Factor out into function.
8108         (message-forward-make-body-mml): Use it.
8109
8110         * imap.el (imap-quote-specials): New function.
8111         (imap-login-auth): Quote specials.
8112
8113         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8114         (rfc2231-parse-string): Allow concatanation of parameters that
8115         aren't contiguous.  The test case is
8116           (mail-header-parse-content-type "message/external-body;
8117             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8118             access-type=LOCAL-FILE;
8119             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8120
8121 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8122
8123         * nntp.el (nntp-accept-process-output): Return the value of
8124         `nnheader-accept-process-output'.
8125
8126 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8127
8128         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8129         (gnus-button-alist): Recognize more diff formats.
8130         (gnus-button-patch): Strip directory.
8131
8132 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8135         Emacs 22 when setting focus.
8136
8137 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8138
8139         * gnus-art.el (gnus-article-treat-types): Do treatment of
8140         text/x-verbatim parts.
8141         (gnus-button-patch): New command.
8142
8143         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8144         addresses that contain invalid characters.
8145
8146 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * message.el (message-put-addresses-in-ecomplete): Use
8149         gnus-replace-in-string.
8150         (message-is-yours-p): Use the more correct
8151         mail-header-parse-address instead of
8152         mail-extract-address-components.
8153         (message-put-addresses-in-ecomplete): Fix typo.
8154
8155         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8156         keystroke.
8157
8158         * gnus-art.el (gnus-treatment-function-alist): Change order of
8159         newsgroups/generic header folding to avoid double-folding.
8160
8161         * message.el (message-hidden-headers): Add X-Draft-From.
8162
8163         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8164         command.
8165         (gnus-summary-repeat-search-article-backward): New command.
8166
8167         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8168         groups in the parent topic.
8169
8170 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8171
8172         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8173         (spam-extra-header-to-number): Return the CRM114 number as a
8174         number instead of a string.
8175
8176 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * gnus-art.el (gnus-face-properties-alist): Moved here from
8179         gnus-fun.
8180
8181         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8182
8183 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * message.el (message-strip-forbidden-properties): Only display on
8186         self-insert-command.
8187
8188         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8189         reindent.
8190         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8191
8192 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8193
8194         * smiley.el (smiley-style): Fix typo.
8195
8196 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * hashcash.el (hashcash-insert-payment-async-2): Use
8199         message-goto-eoh instead of doing it manually.
8200         (mail-add-payment): Use message-narrow-to-header instead of trying
8201         to do the same itself.
8202
8203         * message.el (message-hidden-headers): Add Face.
8204
8205         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8206         reparenting code.
8207         (gnus-summary-reparent-children): Refactored out code.
8208         (gnus-summary-thread-map): New keystroke.
8209         (gnus-summary-reparent-children): Make into command.
8210
8211         * smiley.el (smiley-style): Default to `medium' if using a large
8212         font.
8213
8214         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8215         does it itself.
8216
8217         * message.el (message-point-in-header-p): Simplify definition.
8218
8219 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8220
8221         * nnagent.el (nnagent-request-set-mark): Silence log file
8222         writing.
8223         (nnagent-request-set-mark): Use write-region instead of
8224         append-to-file.
8225
8226         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8227         strange select method.
8228
8229         * ecomplete.el (ecomplete-display-matches): Get highlightling
8230         right.
8231         (ecomplete-display-matches): Use literals.
8232         (ecomplete-display-matches): Disable message logging.
8233
8234         * message.el (message-display-abbrev): Small optimization.
8235
8236         * ecomplete.el (ecomplete-display-matches): Allow automatic
8237         display.
8238
8239         * message.el (message-strip-forbidden-properties): Display
8240         abbrevs.
8241         (message-display-abbrev): Get automatic display right.
8242
8243         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8244         keystrokes.
8245
8246 2006-04-13  Romain Francoise  <romain@orebokech.com>
8247
8248         TODO: Backport to v5-10!
8249
8250         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8251         Moved here (and renamed) from gnus-registry.el.
8252
8253         * gnus-registry.el: Require gnus-util.
8254         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8255
8256 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * gnus-group.el (gnus-group-catchup-current): Change
8259         if-then-else-if-then-else into cond.
8260         (gnus-group-catchup): Indent.
8261         (group-name-at-point): New function.
8262         (gnus-fetch-group): Provide default from thing at point.
8263
8264 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8265
8266         * message.el (message-display-abbrev): Fix regexp.
8267
8268         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8269         choosing.
8270         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8271         dead variables.
8272
8273         * message.el (message-newline-and-indent): Remove debugging.
8274         (message-display-abbrev): Use new implementation.
8275
8276 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * gnus-art.el (gnus-article-mode): Set
8279         cursor-in-non-selected-windows to nil.
8280
8281         * smiley.el: Revert previous change.
8282         (smiley-data-directory): defvar it before using it in the
8283         defcustom of `smiley-style'.
8284
8285 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * message.el (message-newline-and-indent): New function.
8288
8289         * ecomplete.el: Implement more bits.
8290
8291         * message.el (message-put-addresses-in-ecomplete): Clean up the
8292         string.
8293
8294         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8295
8296         * gnus-sum.el (gnus-summary-save-parts): Bind
8297         gnus-summary-save-parts-counter and use it to make unique file
8298         names.
8299
8300         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8301
8302         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8303         parameter to say whether to actually parse the individual
8304         addresses.
8305
8306         * message.el (message-put-addresses-in-ecomplete): New function.
8307         (ecomplete): Require.
8308         (message-mail-alias-type): Add ecomplete as an option.
8309
8310 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8311
8312         * flow-fill.el (fill-flowed): Remove trailing space from blank
8313         quoted lines.
8314
8315 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * smiley.el (smiley-style): Move definition later to avoid a
8318         compilation warning.
8319
8320 2006-04-12  Kenichi Handa  <handa@m17n.org>
8321
8322         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8323         buffer and then decode the buffer text if necessary.
8324         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8325         first, and after mm-encode-body, change the buffer to unibyte.
8326         Use mm-disable-multibyte instead of set-buffer-multibyte.
8327
8328 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8331         Content-Type header instead of Content-Disposition header.
8332         (gnus-mime-inline-part): Ditto.
8333         (gnus-mime-view-part-as-charset): Ignore charset that the part
8334         specifies.
8335
8336         * mm-decode.el (mm-display-part): Work with external parts and
8337         usual parts similarly.
8338
8339         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8340         instead of gnus-display-mime.
8341
8342         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8343         instead of with-temp-buffer.
8344
8345         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8346         tag to summarized topics part in order to encode non-ASCII text.
8347
8348 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * smiley.el (smiley-style): New variable.
8351         (smiley-directory): New function.
8352         (smiley-data-directory): Derive from `smiley-style' using
8353         `smiley-directory'.
8354         (smiley-regexp-alist): Add new entries.
8355
8356         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8357         (gnus-article-browse-delete-temp): Add :version.
8358
8359 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
8360
8361         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8362         the sieve region.
8363
8364 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8365
8366         * gnus.el (gnus-version-number): Bump version.
8367
8368 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * gnus.el: No Gnus v0.4 is released.
8371
8372 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8375         layout.
8376
8377         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8378         unknown charset.
8379
8380         * message.el (message-header-synonyms): Add Original-To to the
8381         default.
8382
8383         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8384         optional parameter.
8385
8386 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * gnus-fun.el (gnus): Require it for gnus-directory.
8389
8390 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-fun.el (gnus-face-properties-alist): Add :version.
8393
8394 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8395
8396         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8397
8398 2006-04-05  Simon Josefsson  <jas@extundo.com>
8399
8400         * password.el (password-reset): New function.
8401
8402 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
8403
8404         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8405         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8406
8407 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8408
8409         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8410         Some whitespace was matched into the url, which broke browsing hits
8411         > 100 when mm-url-use-external was nil.
8412
8413 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8416         gnus-extra-headers for 'Newsgroups.
8417
8418         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8419         bound.
8420
8421 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
8422
8423         * pgg-gpg.el: Clean up process buffers every time gpg processes
8424         complete.
8425
8426 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8429         doc string.
8430
8431 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
8432
8433         * pgg-gpg.el (pgg-gpg-process-filter)
8434         (pgg-gpg-wait-for-completion): Check if buffer is alive.
8435
8436         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8437         lines, temporary fix.
8438
8439 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8442
8443 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
8444
8445         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8446         default-enable-multibyte-characters.  This reverts the change from
8447         revision 6.17 which is no longer necessary because the passphrase
8448         is sent separately now.  GnuPG messages are unreadable under
8449         multibyte locales with default-enable-multibyte-characters set to
8450         nil.
8451
8452 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * message.el (message-tool-bar-gnome): Move "spell".
8455
8456 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8459         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
8460         instead.
8461
8462 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
8463
8464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8465         newsgroups handling for NNTP overviews which don't include
8466         Newsgroups.
8467
8468 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8469
8470         * message.el (message-resend): Bind message-generate-hashcash to nil.
8471
8472 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8473
8474         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8475         when searching for already-paid recipients.
8476
8477 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
8478
8479         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8480         passphrases when it is not needed.
8481         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8482         passphrase stuff from gpg, should only be necessary when you use
8483         gpg with a smartcard.
8484
8485 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * mml.el (mml-insert-mime): Ignore cached contents of
8488         message/external-body part.
8489
8490         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8491         (mm-insert-part): Ditto.
8492
8493 2006-03-23  Simon Josefsson  <jas@extundo.com>
8494
8495         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8496         Reiner.
8497         (pgg-gpg-use-agent-p): Use it again.
8498
8499 2006-03-23  Simon Josefsson  <jas@extundo.com>
8500
8501         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8502         older emacsen.
8503         (pgg-gpg-use-agent-p): Don't use it.
8504
8505 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8508         if we can.
8509
8510 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
8511
8512         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8513         (pgg-gpg-update-agent): New function.
8514         (pgg-gpg-use-agent-p): New function.
8515         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8516         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8517         (pgg-gpg-sign-region): Use it.
8518
8519 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
8522         Reported by Ralf Wachinger <rwachinger@gmx.de>.
8523
8524 2006-03-21  Simon Josefsson  <jas@extundo.com>
8525
8526         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8527         <wilde@sha-bang.de>.
8528         (pgg-gpg-use-agent): New variable.
8529         (pgg-gpg-process-region): Use it.
8530         (pgg-gpg-encrypt-region): Likewise.
8531         (pgg-gpg-encrypt-symmetric-region): Likewise.
8532         (pgg-gpg-decrypt-region): Likewise.
8533         (pgg-gpg-sign-region): Likewise.
8534         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8535
8536 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8537
8538         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
8539
8540         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
8541         Add comment on version.
8542
8543 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8544
8545         * smiley.el: Add missing test smiley.
8546
8547 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * mm-decode.el (mm-with-part): New macro.
8550         (mm-get-part): Use it; work with message/external-body as well.
8551         (mm-save-part): Treat name and filename equally.
8552
8553         * mm-extern.el (mm-extern-cache-contents): New function.
8554         (mm-inline-external-body): Use it; force the part to be displayed;
8555         move undisplayer added to the cached handle to the parent.
8556
8557         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
8558         (gnus-mime-view-part-as-type): Work with message/external-body.
8559
8560         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
8561
8562 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
8565         images in image-load-path.  [Sync with image.el, revision 1.60, in
8566         Emacs.]
8567
8568 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
8571         path rather than symbol.  Always return list of directories.
8572         Guarantee that image directory comes first.  [Sync with image.el,
8573         revision 1.59, in Emacs.]
8574
8575         * message.el (message-make-tool-bar): Adjust to new API of
8576         `gmm-image-load-path-for-library'.
8577
8578         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8579
8580         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8581
8582 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8583
8584         * gnus-art.el (gnus-article-only-boring-p):
8585         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
8586         intangible text.
8587         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
8588
8589 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
8592         `defun' instead of `gmm-defun-compat'.
8593
8594 2006-03-14  Simon Josefsson  <jas@extundo.com>
8595
8596         * message.el (message-unique-id): Don't use message-number-base36
8597         if (user-uid) is a float.
8598         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
8599
8600 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
8603
8604         * gnus-art.el (gnus-mime-display-single): Make sure there is an
8605         empty line between a part and a message part.
8606
8607 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * smiley.el: Add more test smileys.
8610         (smiley-data-directory, smiley-regexp-alist)
8611         (gnus-smiley-file-types): Fix doc strings.
8612         (smiley-update-cache): Clear smiley-cached-regexp-alist before
8613         adding new elements.
8614         (smiley-mouse-map): Unused code.  Make it a comment.
8615
8616 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8619         scan latest NoCeM messages instead of old ones.
8620         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8621         delimiters that are recently used.
8622         (gnus-nocem-load-cache): Add autoload cookie.
8623
8624         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8625
8626         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8627         level which is larger than gnus-use-nocem is specified.
8628
8629         * gnus-group.el (gnus-group-get-new-news): Ditto.
8630
8631 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * gnus-util.el (gnus-tool-bar-update): New function.
8634
8635         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8636         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8637
8638         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8639
8640         * gnus-group.el (gnus-group-redraw-when-idle)
8641         (gnus-group-redraw-check): Remove.
8642         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8643
8644 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8647         if optional last element is specified in splits (FIELD VALUE...).
8648
8649 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8652         to gmm-image-load-path-for-library.  Call with no-error argument.
8653         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8654
8655         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8656
8657         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8658
8659         * gmm-utils.el (gmm-image-load-path): Remove alias.
8660
8661 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * gmm-utils.el (gmm-image-load-path): Add alias.
8664
8665         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8666         nnml-generate-nov-databases-1.
8667         (nnml-generate-nov-databases): Use it.
8668         (nnml-generate-nov-databases-directory): Document no-active
8669         argument.
8670
8671         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8672         directory if path is t.  Add no-error.
8673
8674         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8675         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8676
8677         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8678         resetting gnus-article-browse-html-temp-list.
8679
8680         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8681         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8682         Add example to docstring.  Rename local variables.  Move error
8683         checks to default case in cond and simplify.
8684
8685 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8688         handle is multipart when calling it recursively.
8689         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8690
8691 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8692
8693         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8694         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8695
8696 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8699         is loaded.
8700
8701         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8702         loaded.
8703
8704 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8707         to "Emacs 23 (unicode)" in doc string.
8708
8709         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8710         "Emacs 23 (unicode)" in comment.
8711
8712 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8715
8716         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8717         characters 160 through 255 in Emacs 23.
8718
8719 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8722         gnus-article-browse-html-temp.
8723         (gnus-article-browse-delete-temp): Make it customizable.  Add
8724         `file'.  Adjust doc string.
8725         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8726         query for each file.  Adjust doc string.
8727         (gnus-article-browse-html-parts): Add
8728         `gnus-article-browse-delete-temp-files' to
8729         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8730
8731 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8732
8733         * gnus-art.el (gnus-article-browse-html-temp)
8734         (gnus-article-browse-delete-temp): New variables.
8735         (gnus-article-browse-delete-temp-files): New function.
8736         (gnus-article-browse-html-parts): Use it.
8737
8738 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8741
8742         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8743         string.
8744
8745         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8746         gnus-summary-insert-new-articles when unplugged.  Remove
8747         gnus-summary-search-article-forward.
8748
8749         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8750         display-visual-class instead of display-color-cells.
8751
8752 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * dgnushack.el: Autoload customize-group for XEmacs.
8755
8756         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8757         message/* containing non-ASCII text properly.
8758
8759 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8760
8761         * message.el: Require gmm-utils, remove autoloads.
8762         (message-tool-bar): Set default based on
8763         gmm-tool-bar-style.
8764         (message-tool-bar-gnome): Add gmm-customize-mode.
8765
8766         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8767         gmm-tool-bar-style.
8768         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8769
8770         * gnus-group.el (gnus-group-tool-bar): Set default based on
8771         gmm-tool-bar-style.
8772         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8773
8774         * gmm-utils.el (gmm-image-directory): Rename variable from
8775         gmm-image-load-path.
8776         (gmm-image-load-path): Use gmm-image-directory.
8777         (gmm-customize-mode): New function.
8778         (gmm-tool-bar-style): New variable.
8779
8780         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8781         gnus-group-redraw-line-number.
8782         (gnus-group-redraw-check): Simplify.
8783         (gnus-group-tool-bar-update): Remove redraw check.
8784         (gnus-group-make-tool-bar): Add redraw check.
8785
8786 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8787
8788         * gnus-art.el (gnus-button): Add missing parentheses.
8789
8790 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * lpath.el: Fbind line-number-at-pos.
8793
8794 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8797
8798 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         * gnus-art.el (gnus-button): New face.
8801         (gnus-article-button-face): Use it.
8802
8803         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8804         gnus-summary-next-page.  Re-order.
8805
8806         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8807         next-node are now included.
8808         (gnus-group-redraw-line-number): New internal variable.
8809         (gnus-group-redraw-check): Helper function for updating the tool
8810         bar.
8811         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8812
8813         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8814
8815         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8816         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8817         Use it to match format of Spamassassin 3.0 and later.  Reported by
8818         IRIE Tetsuya <irie@t.email.ne.jp>.
8819         (spam-check-bogofilter)
8820         (spam-bogofilter-register-with-bogofilter): Fix args of
8821         `gnus-error' calls.
8822
8823 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8826         unnecessary interaction when sending queued mails.  Reported by
8827         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8828
8829 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8832         first or last are nil.
8833
8834 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8835
8836         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8837
8838 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8841
8842 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * dns.el (query-dns): Protect more against buggy tcp output.
8845
8846 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8849         nov.php.
8850
8851 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8852
8853         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8854         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8855         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8856         output on the server side.
8857         (nnweb-google-create-mapping): Update regexps and add some
8858         progress indication.
8859
8860 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8863         gnus-agent-toggle-plugged.  Re-order icons.
8864         (gnus-group-tool-bar-gnome): Add
8865         gnus-group-{prev,next}-unread-group.
8866         (gnus-group-tool-bar-gnome): Re-order icons.
8867
8868         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8869         gnus-summary-insert-new-articles.
8870
8871         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8872         comments.
8873
8874         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8875         also available in Emacs 21.3.
8876
8877         * message.el (message-fix-before-sending): Change "Emacs 22" to
8878         "Emacs 23 (unicode)" in comment.
8879
8880         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8881         "Emacs 23 (unicode)" in comment.
8882
8883         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8884         comment.
8885         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8886
8887         * mm-view.el (mm-fill-flowed): Add :version.
8888
8889 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8892         and load-path.
8893
8894 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * message.el: Autoload gmm-image-load-path.
8897         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8898         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8899         consitency.
8900
8901         * gmm-utils.el (gmm-image-load-path): Also search in
8902         "../etc/images".  Don't set gmm-image-load-path if we don't find
8903         the image.
8904
8905 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * gmm-utils.el (gmm-image-load-path): Don't make
8908         `gmm-image-load-path' include subdirectories which the second arg
8909         `image' might specify.
8910
8911         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8912         subdirectory to icon file names.
8913
8914         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8915
8916 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8919         gmm-image-load-path calls.
8920
8921         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8922
8923         * message.el (message-make-tool-bar): Ditto.
8924
8925         * mml.el (mml-preview): Added comment concerning tool bar icons.
8926
8927         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8928         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8929
8930         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8931         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8932
8933         * message.el (message-tool-bar-gnome): Use new icon names.
8934         (message-make-tool-bar): Use `gmm-image-load-path'.
8935
8936         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8937         functions from MH-E.
8938         (gmm-image-load-path): New variable from MH-E.
8939         (gmm-image-load-path): New function from MH-E.  Added arguments
8940         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8941         *-image-load-path-called-flag.
8942
8943 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8944
8945         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8946
8947 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8948
8949         * nnimap.el (nnimap-request-move-article): Change folder back to
8950         source group before deleting.
8951
8952 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8955
8956         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8957         mm-url.
8958
8959         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8960
8961 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8964         coding system which mm-charset-to-coding-system returns for a
8965         given charset is valid.
8966
8967 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8968
8969         * html2text.el (html2text-remove-tag-list):
8970         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8971
8972 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8973
8974         * gnus-cus.el: Revert 2005-10-17 change.
8975
8976 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-art.el (article-strip-banner): Call
8979         article-really-strip-banner only when the regexp match is made.
8980
8981 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * gnus-art.el (article-strip-banner): Use
8984         gnus-extract-address-components instead of
8985         mail-header-parse-addresses to make it work with non-ASCII text;
8986         remove mail-encode-encoded-word-string.
8987
8988         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8989         values which are surrounded with \"...\"; make it never cause a
8990         Lisp error; give up parsing of parameters if it failed in
8991         extracting type.
8992
8993 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8994
8995         * smime.el (smime-cert-by-ldap-1): Fix bug where
8996         `smime-ldap-search' returns results without userCertificates.
8997
8998 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9001
9002 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * spam.el (spam-check-spamassassin-headers): Adapt format for
9005         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9006         <ari@mbf.ocn.ne.jp>.
9007         (spam-list-of-processors): Add spam-use-gmane.
9008
9009 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9012         make-temp-file; make it work with XEmacs as well.
9013
9014         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9015         mm-make-temp-file.
9016
9017         * mm-decode.el (mm-display-external): Use the 3rd arg of
9018         mm-make-temp-file.
9019         (mm-create-image-xemacs): Ditto.
9020
9021 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9024         with message-narrow-to-headers.
9025         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9026         (gnus-draft-check-draft-articles): New function.
9027         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9028
9029 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus-art.el (gnus-article-browse-html-parts):
9032         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9033         Don't use suffix argument for mm-make-temp-file for Emacs 21
9034         compatibility.  Remove useless `format'.
9035
9036 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9037
9038         * nnweb.el (nnweb-google-wash-article): Update regexps.
9039         (nnweb-group-alist): Use defvoo instead of defvar.
9040
9041 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9044         re-loading nn* modules.
9045
9046 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9049         for `tool-bar-mode' and don't check it's default-value.
9050
9051         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9052
9053         * message.el (message-make-tool-bar): Ditto.
9054
9055         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9056         `substring'.  Shorten tmp-file name.
9057
9058         * gnus.el: Remove bogus comment.
9059
9060 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9061
9062         * gnus-art.el (gnus-article-browse-html-parts): New function.
9063         (gnus-article-browse-html-article): New function for viewing html
9064         articles with a browser.
9065
9066 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9067
9068         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9069         in elisp.
9070         (pgg-gpg-encrypt-symmetric-region): Ditto.
9071         (pgg-gpg-sign-region): Ditto.
9072
9073         * pgg-def.el (pgg-text-mode): New variable.
9074
9075         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9076         (mml2015-pgg-encrypt): Ditto.
9077
9078         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9079         (mml1991-pgg-encrypt): Ditto.
9080
9081 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9084         message-make-date instead of current-time-string.
9085
9086         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9087         to gnus-decoded which mm-uu might set.
9088
9089 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9092         don't decode quoted parameters; remove misimported Emacs code.
9093         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9094         (rfc2231-decode-encoded-string): Don't use split-string which
9095         behaves differently according to Emacs version; use
9096         mm-decode-coding-region to convert charset to coding-system.
9097         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9098         (rfc2231-encode-string): Remove misimported Emacs code.
9099
9100 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9103         when calling mail-header-parse-content-type.
9104         (article-de-quoted-unreadable): Ditto.
9105         (article-de-base64-unreadable): Ditto.
9106         (article-wash-html): Ditto.
9107
9108         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9109         calling mail-header-parse-content-type and
9110         mail-header-parse-content-disposition.
9111         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9112         mail-header-parse-content-type.
9113
9114         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9115         insert charset and format parameters; encode description after
9116         inserting it to buffer.
9117         (mml-insert-parameter): Fold lines properly even if a parameter is
9118         segmented into two or more lines; change the max column to 76.
9119
9120         * rfc1843.el (rfc1843-decode-article-body): Don't use
9121         ignore-errors when calling mail-header-parse-content-type.
9122
9123         * rfc2231.el (rfc2231-parse-string): Return at least type if
9124         possible; don't cause an error even if it fails in parsing of
9125         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9126         (rfc2231-encode-string): Don't break lines at the beginning, leave
9127         it to mml-insert-parameter.
9128
9129         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9130         calling mail-header-parse-content-type.
9131
9132 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * spam-report.el (spam-report-gmane-use-article-number):
9135         Improve doc string.
9136         (spam-report-gmane-internal): Check if a suitable header was found
9137         in the article.
9138
9139 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9142         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9143
9144 2006-02-05  Romain Francoise  <romain@orebokech.com>
9145
9146         Update copyright notices of all files in the gnus directory.
9147
9148 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9149
9150         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9151
9152 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9155         segmented lines of parameter value to cope with Thunderbird 1.5
9156         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9157         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9158         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9159
9160 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9161
9162         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9163         parts.
9164
9165 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9166
9167         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9168         there's only one active file for all servers.
9169         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9170         solid groups.  Gnus might have used a FAST request to select the group.
9171         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9172         and nnweb-search redundantly in the active file.
9173         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9174         (nnweb-request-create-group): Don't use ARGS.
9175         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9176         initialisations.  Let nnoo do the work.
9177
9178 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9181         Say the part has been decoded.
9182
9183         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9184
9185 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9186
9187         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9188         mailcap-viewer-test-cache when there's no 'test clause, since that
9189         will invert the meaning of a "nil" test previously determined by
9190         mailcap-mailcap-entry-passes-test.
9191
9192 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9195         compiling.
9196
9197         * gnus-sum.el: Ditto.
9198
9199         * message.el: Don't bind tool-bar-map when compiling.
9200
9201 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9204
9205 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9206
9207         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9208         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9209         current Google Groups.
9210
9211 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9214         and tool-bar-mode.
9215
9216         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9217         and tool-bar-mode.
9218
9219         * message.el (message-tool-bar-update): Simplify.
9220         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9221
9222         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9223         gnus-summary-buffer.
9224         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9225         gnus-summary-reply.
9226
9227         * gmm-utils.el (gmm): Add :version.
9228
9229 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * Makefile.in (clean): New rule.
9232         (distclean): Use it.
9233
9234 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9235
9236         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9237         autoload.
9238
9239 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gmm-utils.el (gmm-verbose): Add :group.
9242
9243 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * message.el: Change some comments WRT tool-bars.
9246
9247         * gnus-sum.el (gnus-summary-tool-bar)
9248         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9249         (gnus-summary-tool-bar-zap-list): New variables.
9250         (gnus-summary-make-tool-bar): Complete rewrite using
9251         `gmm-tool-bar-from-list'.
9252
9253         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9254         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9255         variables.
9256         (gnus-group-make-tool-bar): Complete rewrite using
9257         `gmm-tool-bar-from-list'.
9258         (gnus-group-tool-bar-update): New function.
9259
9260         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9261
9262 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9265         is dissected into a single part of which the type is the same as
9266         the given one; decode charset.
9267
9268 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9269
9270         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9271         into alists as symbol not string, since that's what
9272         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9273         look for.
9274
9275 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9276
9277         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9278         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9279
9280         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9281
9282 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
9285         (gnus-xmas-mime-security-button-menu): New function.
9286
9287         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9288         (gnus-mime-security-button-menu): New definition.
9289         (gnus-mime-security-button-map): Use them.
9290         (gnus-mime-security-button-menu): New function.
9291         (gnus-insert-mime-security-button): Addition to help echo.
9292         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9293         (gnus-mime-security-pipe-part): New functions.
9294
9295         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9296         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9297
9298         * mm-decode.el (mm-handle-set-disposition): Remove.
9299         (mm-handle-set-description): Remove.
9300
9301 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9304         (mm-w3m-standalone-supports-m17n-p): New function.
9305         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9306         w3m usage.
9307
9308         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9309         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9310
9311 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * message.el (message-tool-bar-zap-list): Use
9314         gmm-tool-bar-zap-list as custom type.
9315         (message-tool-bar-update): New function.
9316         (message-tool-bar, message-tool-bar-gnome)
9317         (message-tool-bar-retro): Add message-tool-bar-update.
9318         (message-tool-bar-gnome): Add flyspell-buffer.
9319
9320         * gnus-util.el (gnus-error): Describe `args'.
9321
9322         * gmm-utils.el (gmm-error): Describe `args'.
9323         (gmm-tool-bar-zap-list): New widget.
9324         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9325
9326 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9329         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9330         the number of recursive calls.
9331
9332         * mm-decode.el (mm-handle-set-disposition): New macro.
9333         (mm-handle-set-description): New macro.
9334
9335 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9338         encoding.
9339
9340 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * message.el (message-tool-bar-zap-list, message-tool-bar)
9343         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9344         (message-tool-bar-local-item-from-menu): Remove.
9345         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9346         (message-make-tool-bar): New function.
9347         (message-mode): Use `message-make-tool-bar'.
9348
9349         * gmm-utils.el: New file.
9350         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9351         (gmm-lazy): New widget copied from `nnmail.el'.
9352         (gmm-tool-bar-from-list): New function for creating customizable
9353         tool bars.
9354         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9355         output.
9356         (gmm): Add :prefix to defgroup.
9357
9358 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9359
9360         * gmm-utils.el (gmm-widget-p): New function.
9361
9362 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * mml.el (mml-attach-file): Describe `description' in doc string.
9365         (mml-menu): Add Emacs MIME manual and PGG manual.
9366
9367 2006-01-20  Richard M. Stallman  <rms@gnu.org>
9368
9369         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9370
9371 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
9372
9373         * nntp.el (nntp-end-of-line): Doc fix.
9374
9375 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
9376
9377         * imap.el (imap-open): Handle case where buffer is a buffer
9378         object.
9379
9380 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9381
9382         * gnus-delay.el (gnus-delay): Don't autoload.
9383         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9384         to be re-loaded when customizing the `gnus-delay' group.
9385
9386 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
9387
9388         * message.el (message-insert-citation-line): Use newlines.
9389
9390 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9391
9392         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9393         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
9394         these routines, so the passphrase can be managed externally and
9395         passed in to the system.
9396         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9397         pgg-add-passphrase-to-cache function.
9398
9399         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9400         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
9401         these routines, so the passphrase can be managed externally and
9402         passed in to the system.
9403         (pgg-pgp5-sign-region): Use new name of
9404         pgg-add-passphrase-to-cache function.
9405
9406 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
9407
9408         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9409         part of the decoded armor to find the key-identifier.
9410         (pgg-gpg-lookup-key-owner): New function to return the
9411         human-readable identifier of a key owner.
9412         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
9413         itself.
9414         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9415         the key value) if we have a key and can match it against a secret
9416         key.  Also, added a note pointing out fact that the prompt only
9417         indicates the first matching key.
9418
9419         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
9420         pgg-decrypt-region.
9421         (pgg-add-passphrase-to-cache): Rename from
9422         `pgg-add-passphrase-cache' to reduce confusion (all callers
9423         changed).
9424         (pgg-remove-passphrase-from-cache): Rename from
9425         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9426         changed).
9427         (pgg-read-passphrase, pgg-add-passphrase-cache)
9428         (pgg-remove-passphrase-cache): Add informative docstrings.
9429         (pgg-decrypt): Convey provided passphrase in subordinate call to
9430         pgg-decrypt-region.
9431
9432 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9433
9434         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9435         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9436         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9437         'passphrase' argument, so the passphrase can be managed externally
9438         and then passed in to the system.
9439
9440         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9441         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
9442         so the passphrase cache can be used reliably with identifiers
9443         besides a pgp packet's key id.
9444
9445         * pgg-gpg.el (pgg-gpg-encrypt-region)
9446         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9447         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
9448         these routines, so the passphrase can be managed externally and
9449         passed in to the system.
9450
9451         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9452         'notruncate' argument, so the passphrase cache can be used
9453         reliably with identifiers besides a pgp packet's key id.
9454
9455 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
9456
9457         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9458         symmetric encryption.
9459         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9460         encrypted session key.
9461         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9462         message ask for the passphrase in a proper way.
9463
9464         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9465         New user commands for symmetric encryption.
9466
9467 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9470
9471         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9472
9473 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
9474
9475         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9476
9477 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * mm-decode.el (mm-inlined-types): Add application/pgp.
9480         (mm-automatic-display): Ditto.
9481
9482         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9483         part as text.
9484
9485 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * nnrss.el: Update copyright.
9488         (nnrss-opml-import): Query whether to subscribe to each entry.
9489
9490         * gnus-art.el:
9491         * gnus-sum.el:
9492         * gnus-xmas.el:
9493         * messagexmas.el:
9494         * mm-uu.el:
9495         * mm-view.el: Update copyright.
9496
9497 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * message.el (message-info): New function.
9500         (message-mode-menu): Add it.
9501         Update copyright.
9502
9503         * ChangeLog: Fix and update copyright.
9504
9505 2006-01-13  Romain Francoise  <romain@orebokech.com>
9506
9507         * message.el (message-forward-subject-name-subject): Prefer the
9508         address to 'nowhere' if the sender has no name.
9509         Fix typo.  Update copyright year.
9510
9511 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-art.el (article-wash-html): Use
9514         gnus-summary-show-article-charset-alist if a numeric arg is given.
9515         (gnus-article-wash-html-with-w3m-standalone): New function.
9516
9517         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9518         mm-inline-text-html-render-with-w3m-standalone.
9519         (mm-text-html-washer-alist): Map w3m-standalone to
9520         gnus-article-wash-html-with-w3m-standalone.
9521         (mm-inline-text-html-render-with-w3m-standalone): New function.
9522
9523 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9526         Improve LaTeX.
9527
9528 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9531         (nnrss-request-article): Render text/plain parts as HTML.
9532
9533         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9534         the buffer.
9535
9536 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9539         custom definition of `gnus-posting-styles'.
9540
9541         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9542         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9543
9544 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9547         Use nntp for bug archive.
9548
9549 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9552         parts.
9553         (nnrss-normalize-date): New function converts ISO 8601 date into
9554         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9555         (nnrss-check-group): Use it.
9556
9557 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9560
9561         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9562         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
9563         (nnrss-insert-w3): Ditto.
9564
9565 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9568         the articles to be forwarded including the case where neither a
9569         number of articles nor a region is specified.
9570
9571 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * nnrss.el (nnrss-request-article): Fix last change; fill
9574         text/plain parts.
9575
9576 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9579         in text/plain part.
9580         (nnrss-check-group): Don't add excessive newline to dc:subject.
9581
9582 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
9583
9584         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9585         article.
9586
9587 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * nnml.el: Don't require gnus-bcklg.  Autoload it.
9590         (nnml-use-compressed-files, nnml-save-mail): Support other
9591         comression programs such as bzip2.
9592
9593 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * dns.el (query-dns): Make sure we check the buffer size before
9596         removing tcp headers.
9597
9598 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9601         remove MIME buttons associated with multipart/alternative parts.
9602         (gnus-mime-display-alternative): Tag buttons using `article-type'
9603         text property.
9604
9605         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9606         associated with multipart/alternative parts.
9607
9608         * gnus-art.el (gnus-signature-separator): Fix custom type.
9609
9610         * mm-decode.el (mm-inlined-types): Fix custom type.
9611         (mm-keep-viewer-alive-types): Ditto.
9612         (mm-automatic-display): Ditto.
9613         (mm-attachment-override-types): Ditto.
9614         (mm-inline-override-types): Ditto.
9615         (mm-automatic-external-display): Ditto.
9616
9617 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * spam-report.el (spam-report-user-mail-address)
9620         (spam-report-user-agent): New variables.
9621         (spam-report-url-ping-plain): Use spam-report-user-agent.
9622
9623 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9624
9625         * gnus-art.el (gnus-button-handle-custom): Do not just use
9626         `customize-apropos' for any "M-x customize-*" button but the
9627         function called for.  Accept both the function name and its
9628         argument in order to achieve this.
9629         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9630         function name to `gnus-button-handle-custom' in case of "M-x
9631         customize-*" buttons.
9632
9633 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9636         multipart/alternative and add xref to mm-discouraged-alternatives
9637         in doc string.
9638
9639         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9640         gnus-buttonized-mime-types in doc string.
9641
9642 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9645         Suggest image/.* in the doc string.
9646
9647 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9650         message-marks (Debian bug #342521).
9651
9652 2005-12-12  Simon Josefsson  <jas@extundo.com>
9653
9654         * password.el (password-read-from-cache): Add.
9655         (password-read): Use it.
9656
9657 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9660         us-ascii as a MIME charset.
9661
9662         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9663         against the case where the 2nd arg TYPE is nil.
9664
9665 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * pop3.el (pop3-stream-type): Fix custom version.
9668
9669         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9670
9671 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9672
9673         * mm-decode.el (mm-display-external): Add missing cdr.
9674
9675 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9678         RFC1524) if it is in mailcap or add a suffix according to
9679         mailcap-mime-extensions when generating a temp filename; postpone
9680         deleting a temp file for 2 seconds for some wrappers, shell
9681         scripts, and so on, which might exit right after having started a
9682         viewer command as a background job.
9683
9684 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * nntp.el (nntp-marks-directory): Fix custom group.
9687
9688         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9689         steps when < 10.
9690
9691         * gnus-start.el (gnus-no-server-1): Mention
9692         `gnus-level-default-subscribed' in doc string.
9693
9694 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9695
9696         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9697         parens.
9698
9699 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-xmas.el (gnus-use-toolbar): Revert.
9702         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9703         gnus-use-toolbar is default.
9704
9705         * messagexmas.el (message-use-toolbar): Revert.
9706         (message-setup-toolbar): Use global default-toolbar if
9707         message-use-toolbar is default.
9708
9709 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9712         according to default-toolbar-visible-p.
9713
9714         * messagexmas.el (message-use-toolbar): Ditto.
9715
9716 2005-11-26  Dave Love  <fx@gnu.org>
9717
9718         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9719         (tls-program, tls-success): Provide openssl alternative.
9720
9721         * starttls.el: Doc fixes.
9722         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9723         SERVICE to PORT.
9724
9725         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9726         port null or service name.
9727         (starttls-negotiate): Autoload.
9728
9729 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * message.el (message-kill-to-signature): Fix interactive spec.
9732
9733 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * pop3.el (pop3-open-server): Recognize a string as a service name.
9736
9737 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9738
9739         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9740
9741 2005-11-23  Dave Love  <fx@gnu.org>
9742
9743         Add pop3s, pop3/starttls.
9744
9745         * pop3.el (pop3-authentication-scheme): Clarify doc.
9746         (open-tls-stream, starttls-open-stream): Autoload.
9747         (pop3-stream-type): New.
9748         (pop3-open-server): Use it.
9749
9750         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9751         for POP.
9752         (mail-source-keyword-map): Add :stream for POP.
9753         (mail-source-fetch-pop): Use pop3-stream-type.
9754
9755 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9758         of current-time-string.
9759
9760 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9761
9762         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9763         date header.
9764
9765 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9766
9767         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9768         it can seriously impact performance as it bypasses the agent's
9769         local caches.
9770
9771 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9772
9773         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9774         must be explicitly online rather than "not explicitly offline" for
9775         its flags to be synchronized.
9776
9777         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9778         that gnus-uu-unmark-thread will function correctly.
9779
9780         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9781         1024K is instead displayed as 1M.
9782
9783 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9786
9787 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9788
9789         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9790
9791 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9792
9793         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9794         error message to display actual error condition.
9795         (gnus-agent-save-local): Avoid saving symbols that are bound to
9796         nil as they simply result in a warning message in
9797         gnus-agent-read-local.
9798
9799 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9802         rather than make-variable-buffer-local for file-precious-flag.
9803
9804 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9805
9806         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9807         for duplicates which are removed.  The invalid sort check then
9808         triggers a rescan after the sort as sorting may have moved
9809         duplicate entries such that they can be cheaply detected.
9810
9811 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9814
9815 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9816
9817         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9818         internal variable to a custom variable.  Changed default value
9819         from compressed(2) to uncompressed(1).
9820         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9821         support for uncompressed agentview files.  Taken together, reading
9822         the agentview file should now be 6-7 times faster.
9823
9824 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9825
9826         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9827         as a buffer-local variable.  This avoids creating truncated
9828         dribble files as a result of a hang up, eg.
9829
9830 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9831
9832         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9833         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9834         XEmacs.
9835
9836 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gnus-start.el (gnus-start-draft-setup): Enforce
9839         `gnus-draft-mode' for nndraft:drafts at startup.
9840
9841         * gnus.el (gnus-splash): Change custom group.
9842         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9843         allow-list argument.
9844
9845         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9846         string.
9847
9848 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * gnus-art.el (gnus-default-article-saver): Add user-defined
9851         `function' to custom type.
9852
9853 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9854
9855         * imap.el (imap-open): Handle case where buffer is a buffer
9856         object.
9857
9858 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9861         long lines.
9862         (gnus-cache-delete-group): Wrap doc strings.
9863
9864         * gnus-agent.el (gnus-agent-rename-group)
9865         (gnus-agent-delete-group): Wrap doc strings.
9866
9867 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * messagexmas.el (message-use-toolbar): Change the valid values
9870         into default, top, bottom, left, and right.
9871         (message-toolbar-thickness): New variable.
9872         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9873         well.
9874         (message-setup-toolbar): Make it work.
9875
9876         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9877         (gnus-use-toolbar): Change the valid values into default, top,
9878         bottom, left, and right.
9879         (gnus-toolbar-thickness): New variable.
9880         (gnus-xmas-setup-toolbar): New function.
9881         (gnus-xmas-setup-group-toolbar): Use it.
9882         (gnus-xmas-setup-summary-toolbar): Use it.
9883
9884 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * gnus-start.el (gnus-1): Add "native" to
9887         gnus-predefined-server-alist.
9888
9889         * gnus.el (gnus-method-to-server): Don't add "native" to the
9890         lists here, because that leads to problems when
9891         gnus-select-method is bound.
9892
9893 2005-11-09  Simon Josefsson  <jas@extundo.com>
9894
9895         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9896         use (not sort-by-date) instead.
9897
9898 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9899
9900         * gnus-delay.el (gnus-delay-group): Don't autoload.
9901         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9902         to be re-loaded when customizing the `gnus-delay' group.
9903
9904 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9905
9906         * message.el: Revert last changes.
9907         (message-insert-citation-line): Use newlines.
9908
9909 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9910
9911         * message.el (message-courtesy-message)
9912         (message-mark-insert-begin, message-mark-insert-end)
9913         (message-elide-ellipsis, message-cancel-message)
9914         (message-add-header, message-change-subject)
9915         (message-cross-post-followup-to-header)
9916         (message-cross-post-insert-note, message-reduce-to-to-cc)
9917         (message-widen-reply, message-delete-not-region)
9918         (message-kill-to-signature, message-insert-signature)
9919         (message-insert-importance-high, message-insert-importance-low)
9920         (message-insert-or-toggle-importance)
9921         (message-insert-disposition-notification-to)
9922         (message-indent-citation, message-yank-original)
9923         (message-cite-original-without-signature, message-cite-original)
9924         (message-insert-citation-line, message-position-on-field)
9925         (message-fix-before-sending, message-send-mail-partially)
9926         (message-send-mail, message-send-mail-with-sendmail)
9927         (message-send-mail-with-qmail, message-send-news)
9928         (message-check-news-header-syntax, message-generate-headers)
9929         (message-insert-courtesy-copy, message-fill-address)
9930         (message-fill-header, message-shorten-references)
9931         (message-setup-1, message-cancel-news)
9932         (message-forward-make-body-plain, message-forward-make-body-mime)
9933         (message-forward-make-body-mml, message-encode-message-body)
9934         (message-forward-make-body-digest-plain)
9935         (message-forward-make-body-digest-mime)
9936         (message-use-alternative-email-as-from): Insert `hard-newline'
9937         instead of ordinary newlines.
9938
9939 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * message.el (message-generate-headers): Downcase the argument
9942         given to message-check-element.
9943
9944 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9945
9946         * nntp.el (nntp-authinfo-rejected): New error condition.
9947         (nntp-wait-for): Use new error condition to signal authentication
9948         error.
9949         (nntp-retrieve-data): Rethrow new error condition to break out of
9950         recursive call to nntp-send-authinfo.
9951
9952 2005-11-08  Romain Francoise  <romain@orebokech.com>
9953
9954         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9955         (gnus-summary-exit-map): Bind to `Z p'.
9956         (gnus-summary-make-menu-bar): Add menu item.
9957
9958 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9961         (gnus-treat-*): Add `first' in all doc strings.
9962
9963         * gnus-group.el (gnus-group-compact-group): Fix typo.
9964
9965 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus.el (gnus-parameters-case-fold-search): New variable.
9968         (gnus-parameters-get-parameter): Use it.
9969
9970         * gnus-score.el (gnus-home-score-file): Doc fix.
9971
9972 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9973
9974         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9975
9976 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * mm-util.el (mm-special-display-p): New function.
9979
9980         * mml.el (mml-preview): Use it; doc fix.
9981
9982 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9983
9984         * imap.el (imap-open): Handle case where buffer is a buffer object.
9985
9986 2005-10-29  Romain Francoise  <romain@orebokech.com>
9987
9988         * message.el (message-fix-before-sending): Fix comment.
9989
9990 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9991
9992         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9993
9994 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9995
9996         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9997         Used in gnus-score.el.
9998
9999 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10002
10003 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10006         whitespace removed in revision 7.8.  Use concatenated string to
10007         protect trailing whitespace.
10008
10009 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10010
10011         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10012         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10013         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10014         Courier IMAP ("some version from 2004").  Mostly based on similar
10015         code in the same function.
10016
10017 2005-10-26  Didier Verna  <didier@xemacs.org>
10018
10019         * gnus-group.el (gnus-group-compact-group): Invalidate original
10020         article buffer.
10021         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10022         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10023         NOV database and in article itself.
10024         Invalidate article backlog.
10025
10026 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10029
10030 2005-10-26  Simon Josefsson  <jas@extundo.com>
10031
10032         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10033         part of 2004-07-25 change.
10034
10035 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * message.el (message-display-completion-list): New function.
10038         (message-expand-group): Use it; make sure the Completions buffer
10039         is modifiable.
10040 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10041
10042         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10043         user-mail-name is an empty string.
10044
10045 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10048         depending on gnus-score-decay-constant.
10049
10050         * encrypt.el (encrypt-insert-file-contents)
10051         (encrypt-write-file-contents): Don't use `gnus-message'.
10052
10053         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10054         arguments.
10055         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10056         arguments to mm-uu-verbatim-marks-extract.
10057         (mm-uu-hide-markers): New variable.
10058         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10059
10060         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10061         (gnus-convert-image-to-face-command): Use "convert" by default to
10062         allow other input image formats.
10063         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10064         accordingly.
10065
10066 2005-10-23  Simon Josefsson  <jas@extundo.com>
10067
10068         * imap.el (imap-gssapi-program): Align command line parameters
10069         with latest GNU SASL.
10070         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10071
10072 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10075         HTML.
10076         (nnslashdot-request-article): Ditto.
10077
10078         * lpath.el (featurep): Add nobreak-char-display.
10079
10080 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10081
10082         * mail-source.el (mail-source-fetch-pop): Require pop3.
10083         (mail-source-check-pop): Ditto.
10084
10085 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10088         errors.
10089
10090 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10093         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10094
10095         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10096
10097         * mm-bodies.el (mm-decode-string): Call
10098         `mm-charset-to-coding-system' with allow-override argument.
10099
10100 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10103         (rfc2047-charset-to-coding-system): New function.
10104         (rfc2047-decode-encoded-words): New function.
10105         (rfc2047-decode-region): Use them.
10106         (rfc2047-decode-cte): Remove.
10107         (rfc2047-parse-and-decode): Remove.
10108         (rfc2047-decode): Remove.
10109
10110 2005-10-15  Kenichi Handa  <handa@m17n.org>
10111
10112         * rfc2047.el (rfc2047-decode-cte): New function.
10113         (rfc2047-decode-region): Change the way to decode successive
10114         encoded-words: decode B- or Q-encoding in each encoded-word,
10115         concatenate them, and decode it as charset.
10116
10117 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * lpath.el: Fbind codepage-setup for XEmacs.
10120
10121 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10122
10123         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10124         widget-move-and-invoke.
10125         (gnus-custom-mode): Use gnus-custom-map.
10126
10127 2005-10-15  Bill Wohler  <wohler@newt.com>
10128
10129         * message.el (message-tool-bar-map): Renamed image file from
10130         mail_send to mail/send.
10131
10132 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10133
10134         * message.el (message-expand-group): Pass the common
10135         prefix substring of completion to `display-completion-list'.
10136
10137 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * mml-sec.el (mml-secure-method): New internal variable.
10140         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10141         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10142         functions using mml-secure-method.
10143
10144         * mml.el (mml-mode-map): Add key bindings for those functions.
10145         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10146         Harder <harder@myrealbox.com>.
10147         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10148         end of message if point is the headers of the message.
10149
10150         * message.el (message-in-body-p): New function.
10151
10152         * assistant.el: Autoload gnus-util and netrc.
10153
10154         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10155         Use `mm-charset-override-alist' only when decoding.
10156
10157         * mm-bodies.el (mm-decode-body): Call
10158         `mm-charset-to-coding-system' with allow-override argument.
10159
10160         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10161         `filename' from Content-Disposition if Content-Type doesn't
10162         provide `name'.
10163         (gnus-mime-view-part-as-type): Set default instead of
10164         initial-input.
10165
10166 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10167
10168         * format-spec.el (format-spec): Propagate text properties of % spec.
10169
10170 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-art.el (gnus-treat-predicate): Add `first'.
10173
10174 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10177         (mm-charset-override-alist): New variable.
10178         (mm-charset-to-coding-system): Use it.
10179         (mm-codepage-setup): New helper function.
10180         (mm-charset-eval-alist): New variable.
10181         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10182         about unknown charsets.
10183
10184         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10185
10186 2005-10-04  David Hansen  <david.hansen@gmx.net>
10187
10188         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10189         (nnrss-check-group): Ditto.
10190
10191 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10194         Rename x-gnus-verbatim to x-verbatim.
10195         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10196
10197         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10198         x-verbatim.
10199
10200         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10201
10202         * gnus-util.el (gnus-remove-duplicates): Remove.
10203
10204         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10205         instead of gnus-remove-duplicates.
10206
10207         * message.el (message-remove-duplicates): Remove.
10208         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10209         message-remove-duplicates.
10210
10211         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10212         available, else use implementation from `delete-dups'.
10213
10214         * message.el (message-insert-expires): New function.
10215         (message-mode-map): Add key binding.
10216         (message-mode-field-menu): Add menu entry.
10217         (message-mode): Document it.
10218         (message-make-expires-date): Use `message-make-date'.
10219
10220 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10221
10222         * message.el (message-make-expires-date): New function.
10223
10224 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * Makefile.in (list-installed-shadows): New entry.
10227         (install): Use it.
10228         (remove-installed-shadows): New entry.
10229
10230         * dgnushack.el (dgnushack-default-load-path): New variable.
10231         (dgnushack-find-lisp-shadows): New function.
10232         (dgnushack-remove-lisp-shadows): New function.
10233
10234 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * Makefile.in (install-el-elc): New entry.
10237         (install): Use it so that .el files are necessarily installed.
10238
10239 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10242
10243 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10244
10245         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10246         function rather than the diff-mode.el package.
10247         (mm-display-external): Use with-current-buffer.
10248         (mm-viewer-completion-map, mm-viewer-completion-map):
10249         Move initialization inside declaration.
10250
10251 2005-09-29  Simon Josefsson  <jas@extundo.com>
10252
10253         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10254         autoload mail-check-payment.
10255         (spam-check-hashcash): Define unconditionally, since hashcash.el
10256         is part of Gnus now.  Ignore errors from payment checking.
10257
10258 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * message.el (message-bold-region, message-unbold-region): Rename
10261         from `bold-region' and `unbold-region'.
10262
10263         * message.el: Remove useless autoloads.
10264
10265 2005-09-28  Simon Josefsson  <jas@extundo.com>
10266
10267         * message.el (message-use-idna): Default to t.
10268         (message-use-idna): Test whether encoding works too.  Doc fix.
10269
10270 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * nntp.el (nntp-warn-about-losing-connection): Remove.
10273
10274 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10277         customizable.  Change default value.
10278         (mm-uu-diff-groups-regexp): Change default value.
10279         (mm-uu-type-alist): Add doc string.
10280         (mm-uu-configure): Add doc string.  Make it interactive.
10281         (mm-uu-tex-groups-regexp): New variable.
10282         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10283         (mm-uu-type-alist): Add LaTeX documents.
10284         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10285         of "text/verbatim".
10286         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10287
10288         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10289         instead of "text/verbatim".
10290
10291         * message.el (message-mark-inserted-region)
10292         (message-mark-insert-file): Use slrn style marks when called with
10293         prefix argument.
10294
10295 2005-09-27  Simon Josefsson  <jas@extundo.com>
10296
10297         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10298
10299 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10300
10301         * message.el (message-remove-duplicates): New function.
10302         Implementation borrowed from `gnus-remove-duplicates'.
10303         (message-idna-to-ascii-rhs): Also encode idna addresses in
10304         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10305         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10306         only ask about the same idna domain once per header and also tell
10307         in what header to replace the idna domain.
10308
10309         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10310         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10311         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10312         a header is decoded and not just the last one.
10313
10314 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10317         has been decoded.
10318
10319         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10320         (mm-insert-part): Don't modify text if it has been decoded.
10321
10322         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10323         decoded.
10324
10325         * mm-view.el (mm-inline-text): Don't strip text props unless
10326         decoding enriched or richtext parts.
10327
10328 2005-09-25  Romain Francoise  <romain@orebokech.com>
10329
10330         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10331         * gnus-start.el (gnus-subscribe-interactively):
10332         * gnus-uu.el (gnus-uu-grab-articles):
10333         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10334         space.
10335
10336 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10337
10338         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10339         * mm-view.el (mm-view-pkcs7-decrypt):
10340         * gnus-sum.el (gnus-summary-limit-to-extra)
10341         (gnus-summary-respool-article, gnus-read-move-group-name):
10342         * gnus-score.el (gnus-summary-increase-score):
10343         * gnus-util.el (gnus-completing-read-with-default):
10344         * gnus-art.el (gnus-read-save-file-name)
10345         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10346         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10347         * message.el (message-check-news-header-syntax):
10348         Follow convention for reading with the minibuffer.
10349
10350 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10351
10352         * spam-report.el (spam-report-url-ping-plain):
10353         Use gnus-extended-version as User-Agent.
10354
10355         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10356         default value is nil.
10357
10358         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10359         (mm-uu-verbatim-marks-extract): New function.
10360         (mm-uu-extract): New face.
10361         (mm-uu-copy-to-buffer): Use it.
10362
10363         * spam-report.el (spam-report-gmane-ham): Renamed from
10364         `spam-report-gmane-unspam'.
10365         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10366         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10367
10368         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10369         Autoload.
10370         (spam-report-gmane-unregister-routine): Renamed
10371         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10372
10373 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10374
10375         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10376         (spam-report-gmane-unregister-routine): Add support for gmane
10377         unregistration.
10378
10379         * spam-report.el (spam-report-gmane-unspam)
10380         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10381         (spam-report-gmane): Change to take a single article and do unspam
10382         registration.
10383
10384 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * mm-url.el (mm-url-decode-entities): Fix regexp.
10387
10388 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389
10390         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10391         default to nil, to be able to use Gnus at all.  If the default
10392         switches to something else, then the function should be fixed not
10393         be exceedingly slow.
10394
10395 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10396
10397         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10398         fail hard.
10399
10400         * spam-report.el: Add better Keywords line.
10401
10402         * spam.el: Add Maintainer and better Keywords line.
10403
10404 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * gnus-art.el (gnus-article-replace-part)
10407         (gnus-mime-replace-part): New functions.
10408         (gnus-mime-action-alist, gnus-mime-button-commands)
10409         (gnus-mime-save-part-and-strip): Added file argument.
10410         (gnus-article-part-wrapper): Added interactive argument.
10411
10412         * gnus-sum.el (gnus-summary-mime-map): Add
10413         `gnus-article-replace-part'.
10414
10415 2005-09-19  Didier Verna  <didier@xemacs.org>
10416
10417         The nnml compaction feature:
10418         * nnml.el (nnml-request-compact-group): New function.
10419         * nnml.el (nnml-request-compact): New function.
10420         * gnus-int.el (gnus-request-compact-group): New function.
10421         * gnus-int.el (gnus-request-compact): New function.
10422         * gnus-group.el (gnus-group-compact-group): New function.
10423         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10424         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10425         * gnus-srvr.el (gnus-server-compact-server): New function.
10426         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10427         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10428
10429 2005-09-18  Deepak Goel  <deego@gnufans.org>
10430
10431         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10432         format spec.
10433
10434 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10437
10438 2005-09-15  Romain Francoise  <romain@orebokech.com>
10439
10440         * message.el (message-fill-paragraph): Clarify docstring.
10441
10442 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * gnus-art.el (gnus-mime-display-part): Protect against broken
10445         MIME messages.
10446
10447 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10450         before parsing header.
10451
10452 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10453
10454         * html2text.el (html2text-replace-list): Add new entities.
10455
10456 2005-09-11  Romain Francoise  <romain@orebokech.com>
10457
10458         * message.el (message-alternative-emails): Improve docstring.
10459         (message-setup-1): Call `message-use-alternative-email-as-from'
10460         after `message-setup-hook' to give it precedence over posting
10461         styles, etc.
10462         (message-use-alternative-email-as-from): Add docstring.  Remove
10463         the original From header if present.
10464
10465         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10466         (nnml-save-mail): Use it.
10467
10468         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10469         articles.  Add new argument `silent'.
10470         (gnus-uu-mark-all): Report the total number of marked articles.
10471
10472 2005-09-10  Romain Francoise  <romain@orebokech.com>
10473
10474         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10475         (gnus-uu-mark-series): Likewise.
10476
10477 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * spam-report.el (spam-report-gmane): Fix generation of spam
10480         report URL.
10481
10482 2005-09-10  Simon Josefsson  <jas@extundo.com>
10483
10484         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10485         t, based on discussion on the ding list with Robert Epprecht
10486         <epprecht@solnet.ch>.
10487
10488 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * spam-report.el (spam-report-gmane): Make it work without
10491         X-Report-Spam header.  Gmane now only provides Archived-At.
10492         This is only used if `spam-report-gmane-use-article-number' is nil.
10493         (spam-report-gmane-spam-header): Remove.  Not used anymore.
10494
10495         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10496         make `gnus-summary-sort-by-recipient' work with threading.
10497
10498         * nnweb.el (nnweb-google-wash-article): Print a message if article
10499         is not available.
10500
10501 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10502
10503         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10504         change.  Decode text/* parts content before displaying.
10505
10506 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * mml-smime.el: Remove defvar of gnus-extract-address-components.
10509
10510 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * mm-view.el (mm-display-inline-fontify): Disable support modes.
10513
10514         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
10515         url-package-name, url-package-version,
10516         w3m-cid-retrieve-function-alist, w3m-current-buffer,
10517         w3m-display-inline-images, and w3m-minor-mode-map.
10518
10519 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * message.el (message-tab-body-function): Fix mismatched custom type.
10522
10523         * gnus.el (gnus-group-change-level-function): Ditto.
10524
10525         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10526
10527         * gnus-art.el (gnus-signature-limit)
10528         (gnus-article-mime-part-function): Ditto.
10529
10530 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * mml.el (mml-mode): Silence the byte compiler.
10533
10534         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10535         using `(sit-for 0)' before moving the point to the specified part;
10536         skip unbuttonized parts.
10537         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10538         return to the summary window if gnus-auto-select-part is non-nil.
10539
10540 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10543         variables.
10544         (mml-dnd-attach-file, mml-mode): Use them.
10545
10546         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10547         Make fetching article by MID work again for Google Groups.  Added
10548         FIXME concerning gnus-group-make-web-group.
10549
10550         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10551         Don't depend on Gnus by using mail-extract-address-components if
10552         gnus-extract-address-components is not bound.
10553
10554 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * gnus-art.el (gnus-mime-display-security): Don't display the
10557         signature, but only the signed part.
10558
10559 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10562
10563         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10564         list, not listp.
10565
10566 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
10567
10568         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10569         when encoding.
10570
10571         * mm-bodies.el (mm-decode-content-transfer-encoding):
10572         De-canonicalize CRLF for all text content types, not just
10573         text/plain.
10574
10575 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10578         valid article; point arrow and cursor at the MIME button.
10579
10580 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10583         Suggested by Dan Christensen <jdc@uwo.ca>.
10584
10585         * mm-decode.el (mm-save-part): Enable change of prompt.
10586
10587 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
10588
10589         * gnus-msg.el (gnus-inews-add-send-actions): Made
10590         `message-post-method' lambda parameter ARG `&optional'.
10591
10592 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * gnus-sum.el (gnus-summary-mime-map): Added
10595         gnus-article-save-part-and-strip, gnus-article-delete-part and
10596         gnus-article-jump-to-part.
10597
10598         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10599         (gnus-article-edit-part): Use it.
10600         (gnus-article-part-wrapper): Added no-handle argument.
10601         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10602         functions.
10603
10604 2005-08-29  Romain Francoise  <romain@orebokech.com>
10605
10606         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10607         docstring.
10608         (gnus-face-from-file): Likewise.
10609
10610 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10613         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10614         non-nil.
10615         (gnus-auto-select-part): New variable.
10616         (gnus-article-jump-to-part): New function.
10617         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10618         (gnus-mime-delete-part): Allow selecting specified part after
10619         deleting or stripping parts.
10620         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10621         part if argument is bogus.
10622
10623 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10624
10625         * gnus-art.el (w3m-minor-mode-map):
10626         * gnus-spec.el (gnus-newsrc-file-version):
10627         * gnus-util.el (nnmail-active-file-coding-system)
10628         (gnus-original-article-buffer, gnus-user-agent):
10629         * gnus.el (gnus-ham-process-destinations)
10630         (gnus-parameter-ham-marks-alist)
10631         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10632         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10633         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10634         * mm-decode.el (gnus-current-window-configuration):
10635         * mm-extern.el (gnus-article-mime-handles):
10636         * mm-url.el (url-current-object, url-package-name)
10637         (url-package-version):
10638         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10639         (smime-keys, w3m-cid-retrieve-function-alist)
10640         (w3m-current-buffer, w3m-display-inline-images)
10641         (w3m-minor-mode-map):
10642         * mml-smime.el (gnus-extract-address-components):
10643         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10644         (gnus-newsrc-hashtb, message-default-charset)
10645         (message-deletable-headers, message-options)
10646         (message-posting-charset, message-required-mail-headers)
10647         (message-required-news-headers):
10648         * mml1991.el (mc-pgp-always-sign):
10649         * mml2015.el (mc-pgp-always-sign):
10650         * nnheader.el (nnmail-extra-headers):
10651         * rfc1843.el (gnus-decode-encoded-word-function)
10652         (gnus-decode-header-function, gnus-newsgroup-name):
10653         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10654
10655 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10656
10657         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10658         the end of the date treatments.
10659
10660 2005-08-15  Simon Josefsson  <jas@extundo.com>
10661
10662         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10663         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10664         Capello and Romain Francoise.
10665         (pgg-fetch-key-function): Removed, not used?
10666         (pgg-insert-url-with-w3): Require url, to get
10667         url-insert-file-contents regardless of where it is defined.
10668
10669 2005-08-13  Romain Francoise  <romain@orebokech.com>
10670
10671         * message.el (message-cite-original-1): New function.
10672         (message-cite-original): Use it.
10673         (message-cite-original-without-signature): Ditto.
10674
10675 2005-08-08  Romain Francoise  <romain@orebokech.com>
10676
10677         * message.el (message-yank-empty-prefix): New variable.
10678         (message-indent-citation): Use it.
10679         (message-cite-original-without-signature): Respect X-No-Archive.
10680
10681 2005-08-08  Simon Josefsson  <jas@extundo.com>
10682
10683         * pgg.el: Autoload url-insert-file-contents instead of loading
10684         w3/url.
10685         (pgg-insert-url-with-w3): Don't load url here.
10686
10687 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10688
10689         * message.el (message-kill-to-signature): Don't insert newline at
10690         bol.
10691         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10692
10693 2005-08-06  Romain Francoise  <romain@orebokech.com>
10694
10695         * message.el (message-user-fqdn): Fix typo in docstring.
10696
10697 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10698
10699         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10700
10701         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10702
10703 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * mm-bodies.el (mm-encode-body): Use coding system rather than
10706         charset to encode text.
10707
10708         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10709         number of charsets if utf-8 is available (XEmacs).
10710
10711 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10714         taken from `gnus-button-mid-or-mail-regexp'.
10715         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10716         (gnus-button-alist): Improve regexp for domain part of the MIDs
10717         for news:localpart@domain buttons.
10718         (gnus-button-ctan-directory-regexp): Update.
10719
10720 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * sieve-manage.el (sieve-manage-interactive-login): Use
10723         make-local-variable rather than make-variable-buffer-local.
10724         (sieve-manage-open): Ditto.
10725         (sieve-manage-authenticate): Ditto.
10726
10727         * mml.el (mml-generate-mime-1): Make the content type default to
10728         text/plain if the filename is not specified.
10729
10730 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10733         instead of insert-buffer.
10734
10735         * message.el (message-yank-original): Ditto; set the mark at the
10736         end of the yanked message.
10737
10738 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10741         lines to scroll rather than to stop it.
10742
10743         * mml.el (mml-generate-default-type): Add doc string.
10744         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10745         default to application/octet-stream when determining the content
10746         type if it is not specified for the part or the mml contents; add
10747         a comment about mml-generate-default-type.
10748
10749 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10752         make it default to application/octet-stream when determining the
10753         content type if it is not specified for the external contents.
10754
10755 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10758         segmented parameter but also other parameters might be there.
10759
10760 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * mm-decode.el (mm-display-external): Delete temp file, directory
10763         and buffer immediately if the external process is exited.
10764
10765 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10768         fewer lines than that of scroll-margin.
10769         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10770
10771 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-art.el (gnus-article-next-page): Revert.
10774         (gnus-article-beginning-of-window): New macro.
10775         (gnus-article-next-page-1): Use it.
10776         (gnus-article-prev-page): Ditto.
10777         (gnus-article-edit-part): Use insert-buffer-substring instead of
10778         insert-buffer.
10779         (gnus-article-edit-exit): Ditto.
10780
10781         * gnus-util.el (gnus-beginning-of-window): Remove.
10782         (gnus-end-of-window): Remove.
10783
10784         * lpath.el: Don't bind header-line-format and scroll-margin.
10785
10786 2005-07-25  Simon Josefsson  <jas@extundo.com>
10787
10788         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10789         to have the url package without w3.  Reported by Daiki Ueno
10790         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10791
10792 2005-07-20  Didier Verna  <didier@xemacs.org>
10793
10794         * gnus-diary.el: Remove the description comment (nndiary is now
10795         properly documented in the Gnus manual).
10796         Fix the spelling of "Back End".
10797         * nndiary.el: Ditto.
10798         Fix the copyright notice.
10799
10800 2005-07-18  Romain Francoise  <romain@orebokech.com>
10801
10802         * gnus-sum.el (gnus-summary-to-prefix)
10803         (gnus-summary-newsgroup-prefix): New variables.
10804         (gnus-summary-from-or-to-or-newsgroups): Use them.
10805
10806 2005-07-17  Romain Francoise  <romain@orebokech.com>
10807
10808         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10809         space as it's generally not especially interesting to the user.
10810
10811 2005-07-16  Romain Francoise  <romain@orebokech.com>
10812
10813         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10814         nil to avoid prompting and file modification if one of the
10815         messages at the top of the nnfolder file contains a copyright
10816         notice.
10817         Update copyright notice.
10818
10819         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10820         instead of `current-time-string' as the latter creates a time
10821         string that is not RFC 2822 compliant (it lacks the zone).
10822         Update copyright notice.
10823
10824 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10825
10826         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10827         for text/rtf.  Display default in prompt.  Pass default for M-n.
10828
10829         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10830
10831 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10832
10833         * gnus-msg.el (gnus-button-mailto): Remove
10834         save-selected-window-window hackery because it relies on
10835         save-selected-window internals.
10836
10837 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10840         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10841         (gnus-article-prev-page): Ditto.
10842
10843         * gnus-util.el (gnus-beginning-of-window): New function.
10844         (gnus-end-of-window): New function.
10845
10846         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10847
10848 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10849
10850         * gnus-score.el (gnus-score-edit-all-score): Set
10851         gnus-score-edit-exit-function to gnus-score-edit-done and call
10852         gnus-message.
10853
10854 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855
10856         * gnus-msg.el (gnus-button-mailto): Remove
10857         save-selected-window-window hackery because it relies on
10858         save-selected-window internals.
10859
10860 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10863         add-minor-mode.
10864         (gnus-binary-mode): Ditto.
10865
10866         * gnus-topic.el (gnus-topic-mode): Ditto.
10867
10868 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10869
10870         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10871         (gnus-article-prev-page): Take scroll-margin into consideration.
10872
10873 2005-07-04  Lute Kamstra  <lute@gnu.org>
10874
10875         Update FSF's address in GPL notices.
10876
10877 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10878
10879         * gnus.el (gnus-exit):
10880         * gnus-group.el (gnus-group-icons):
10881         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10882
10883         * gnus-nocem.el (gnus-nocem):
10884         * message.el (message-various, message-buffers, message-sending)
10885         (message-interface, message-forwarding, message-insertion)
10886         (message-headers, message-news, message-mail):
10887         * pgg-gpg.el (pgg-gpg):
10888         * pgg-parse.el (pgg-parse):
10889         * pgg-pgp.el (pgg-pgp):
10890         * pgg-pgp5.el (pgg-pgp5):
10891         * pop3.el (pop3): Finish `defgroup' description with period.
10892
10893 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-art.el (article-display-face): Improve the efficiency.
10896         (article-display-x-face): Ditto; remove grey x-face stuff.
10897
10898 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-art.el (article-display-face): Correct the position in
10901         which Faces are inserted.
10902
10903 2005-06-29  Didier Verna  <didier@xemacs.org>
10904
10905         * gnus-art.el (article-display-face): Display faces in correct
10906         order.
10907
10908 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10911         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10912         (gnus-nocem-check-article): Fetch the Type header.
10913         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10914         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10915         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10916         make sure gnus-nocem-hashtb is initialized.
10917         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10918         (gnus-nocem-unwanted-article-p): Ditto.
10919
10920         * pgg.el (pgg-verify): Return the verification result.
10921
10922 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10923
10924         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10925         is ascii.
10926
10927 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10928
10929         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10930         `show-nonbreak-escape'.
10931
10932 2005-06-23  Lute Kamstra  <lute@gnu.org>
10933
10934         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10935
10936         * dig.el (dig-mode):
10937         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10938
10939 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10940
10941         * nnimap.el (nnimap-split-download-body): Fix spellings.
10942
10943 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10944
10945         * gnus-art.el (gnus-article-encrypt-body):
10946         * gnus-cus.el (gnus-score-customize):
10947         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10948         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10949
10950 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10951
10952         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10953         header by looking for magic "MII" at the beginnig.
10954
10955 2005-06-16  Miles Bader  <miles@gnu.org>
10956
10957         * gnus-xmas.el (gnus-xmas-group-startup-message):
10958         Use renamed gnus-splash face.
10959
10960         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10961         (assistant-field-face): New backward-compatibility alias for renamed
10962         face.
10963         (assistant-render-text): Use renamed assistant-field face.
10964
10965         * spam.el (spam): Remove "-face" suffix from face name.
10966         (spam-face): New backward-compatibility alias for renamed face.
10967         (spam-face, spam-initialize): Use renamed spam face.
10968
10969         * message.el (message-header-to, message-header-cc)
10970         (message-header-subject, message-header-newsgroups)
10971         (message-header-other, message-header-name)
10972         (message-header-xheader, message-separator, message-cited-text)
10973         (message-mml): Remove "-face" suffix from face names.
10974         (message-header-to-face, message-header-cc-face)
10975         (message-header-subject-face, message-header-newsgroups-face)
10976         (message-header-other-face, message-header-name-face)
10977         (message-header-xheader-face, message-separator-face)
10978         (message-cited-text-face, message-mml-face):
10979         New backward-compatibility aliases for renamed faces.
10980         (message-font-lock-keywords): Use renamed message faces.
10981
10982         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10983         (sieve-test-commands, sieve-tagged-arguments):
10984         Remove "-face" suffix from face names.
10985         (sieve-control-commands-face, sieve-action-commands-face)
10986         (sieve-test-commands-face, sieve-tagged-arguments-face):
10987         New backward-compatibility aliases for renamed faces.
10988         (sieve-control-commands-face, sieve-action-commands-face)
10989         (sieve-test-commands-face, sieve-tagged-arguments-face):
10990         Use renamed sieve faces.
10991
10992         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10993         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10994         (gnus-group-news-3-empty, gnus-group-news-4)
10995         (gnus-group-news-4-empty, gnus-group-news-5)
10996         (gnus-group-news-5-empty, gnus-group-news-6)
10997         (gnus-group-news-6-empty, gnus-group-news-low)
10998         (gnus-group-news-low-empty, gnus-group-mail-1)
10999         (gnus-group-mail-1-empty, gnus-group-mail-2)
11000         (gnus-group-mail-2-empty, gnus-group-mail-3)
11001         (gnus-group-mail-3-empty, gnus-group-mail-low)
11002         (gnus-group-mail-low-empty, gnus-summary-selected)
11003         (gnus-summary-cancelled, gnus-summary-high-ticked)
11004         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11005         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11006         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11007         (gnus-summary-low-undownloaded)
11008         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11009         (gnus-summary-low-unread, gnus-summary-normal-unread)
11010         (gnus-summary-high-read, gnus-summary-low-read)
11011         (gnus-summary-normal-read, gnus-splash):
11012         Remove "-face" suffix from face names.
11013         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11014         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11015         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11016         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11017         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11018         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11019         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11020         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11021         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11022         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11023         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11024         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11025         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11026         (gnus-summary-normal-ticked-face)
11027         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11028         (gnus-summary-normal-ancient-face)
11029         (gnus-summary-high-undownloaded-face)
11030         (gnus-summary-low-undownloaded-face)
11031         (gnus-summary-normal-undownloaded-face)
11032         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11033         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11034         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11035         (gnus-splash-face):
11036         New backward-compatibility aliases for renamed faces.
11037         (gnus-group-startup-message): Use renamed gnus faces.
11038
11039         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11040         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11041         (gnus-server-agent): Remove "-face" suffix from face names.
11042         (gnus-server-agent-face, gnus-server-opened-face)
11043         (gnus-server-closed-face, gnus-server-denied-face)
11044         (gnus-server-offline-face):
11045         New backward-compatibility aliases for renamed faces.
11046         (gnus-server-agent-face, gnus-server-opened-face)
11047         (gnus-server-closed-face, gnus-server-denied-face)
11048         (gnus-server-offline-face): Use renamed gnus faces.
11049
11050         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11051         Remove "-face" suffix from face names.
11052         (gnus-picon-xbm-face, gnus-picon-face):
11053         New backward-compatibility aliases for renamed faces.
11054
11055         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11056         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11057         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11058         (gnus-cite-11): Remove "-face" suffix from face names.
11059         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11060         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11061         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11062         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11063         New backward-compatibility aliases for renamed faces.
11064         (gnus-cite-attribution-face, gnus-cite-face-list)
11065         (gnus-article-boring-faces): Use renamed gnus faces.
11066
11067         * gnus-art.el (gnus-signature, gnus-header-from)
11068         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11069         (gnus-header-content): Remove "-face" suffix from face names.
11070         (gnus-signature-face, gnus-header-from-face)
11071         (gnus-header-subject-face, gnus-header-newsgroups-face)
11072         (gnus-header-name-face, gnus-header-content-face):
11073         New backward-compatibility aliases for renamed faces.
11074         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11075
11076         * gnus-sum.el (gnus-summary-selected-face)
11077         (gnus-summary-highlight): Use renamed gnus faces.
11078         * gnus-group.el (gnus-group-highlight): Likewise.
11079
11080 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11081
11082         * gnus-sieve.el (gnus-sieve-article-add-rule):
11083         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11084         * spam-stat.el (spam-stat-buffer-change-to-spam)
11085         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11086
11087         * message.el (message-is-yours-p):
11088         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11089
11090 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * mm-view.el (mm-inline-text): Withdraw the last change.
11093
11094 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11097         executing enriched-decode.
11098
11099 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11102         charset of tar files.
11103
11104 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11105
11106         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11107
11108 2005-06-04  Lute Kamstra  <lute@gnu.org>
11109
11110         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11111         information is never recorded.
11112
11113 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11114
11115         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11116
11117 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * pop3.el (pop3-apop): Run md5 in the binary mode.
11120
11121         * starttls.el (starttls-set-process-query-on-exit-flag):
11122         Use eval-and-compile.
11123
11124 2005-05-31  Simon Josefsson  <jas@extundo.com>
11125
11126         * smime.el (smime-replace-in-string): Define.
11127         (smime-cert-by-ldap-1): Use it.
11128
11129 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-art.el (article-display-x-face): Replace
11132         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11133
11134         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11135         set-process-query-on-exit-flag or process-kill-without-query.
11136
11137         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11138         loop instead of replace-regexp.
11139
11140         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11141         instead of process-kill-without-query if it is available.
11142
11143         * lpath.el: Fbind ldap-search-entries.
11144
11145         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11146         instead of find-file-hooks if it is available.
11147
11148         * mml1991.el: Bind pgg-default-user-id when compiling.
11149
11150         * mml2015.el: Bind pgg-default-user-id when compiling.
11151
11152         * nndraft.el (nndraft-request-associate-buffer):
11153         Use write-contents-functions instead of write-contents-hooks if it is
11154         available.
11155
11156         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11157         instead of find-file-hooks if it is available.
11158
11159         * nntp.el (nntp-open-connection): Replace
11160         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11161         (nntp-open-ssl-stream): Ditto.
11162         (nntp-open-tls-stream): Ditto.
11163
11164         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11165         set-process-query-on-exit-flag or process-kill-without-query.
11166         (starttls-open-stream-gnutls): Use it instead of
11167         process-kill-without-query.
11168         (starttls-open-stream): Ditto.
11169
11170 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11171
11172         * smime.el (smime-cert-by-ldap-1): Don't use
11173         replace-regexp-in-string.
11174
11175 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11176
11177         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11178
11179         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11180         in PEM format.  Adjust to the XEmacs compability.
11181
11182 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11185         by `string-to-number'.
11186         * gnus-agent.el (gnus-agent-regenerate-group)
11187         (gnus-agent-fetch-articles): Ditto.
11188         * gnus-art.el (gnus-button-fetch-group): Ditto.
11189         * gnus-cache.el (gnus-cache-generate-active)
11190         (gnus-cache-articles-in-group): Ditto.
11191         * gnus-group.el (gnus-group-set-current-level)
11192         (gnus-group-insert-group-line): Ditto.
11193         * gnus-score.el (gnus-score-set-expunge-below)
11194         (gnus-score-set-mark-below, gnus-summary-score-effect)
11195         (gnus-summary-score-entry): Ditto.
11196         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11197         (gnus-soup-pack): Ditto.
11198         * gnus-spec.el (gnus-xmas-format): Ditto.
11199         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11200         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11201         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11202         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11203         * nndb.el (nndb-get-remote-expire-response): Ditto.
11204         * nndiary.el (nndiary-parse-schedule-value)
11205         (nndiary-string-to-number, nndiary-request-replace-article)
11206         (nndiary-request-article): Ditto.
11207         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11208         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11209         * nneething.el (nneething-make-head): Ditto.
11210         * nnfolder.el (nnfolder-request-article)
11211         (nnfolder-retrieve-headers): Ditto.
11212         * nnheader.el (nnheader-file-to-number): Ditto.
11213         * nnkiboze.el (nnkiboze-request-article): Ditto.
11214         * nnmail.el (nnmail-process-unix-mail-format)
11215         (nnmail-process-babyl-mail-format): Ditto.
11216         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11217         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11218         (nnmh-request-create-group, nnmh-request-list-1)
11219         (nnmh-request-group, nnmh-request-article): Ditto.
11220         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11221         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11222         * nnsoup.el (nnsoup-make-active): Ditto.
11223         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11224         * nntp.el (nntp-find-group-and-number)
11225         (nntp-retrieve-headers-with-xover): Ditto.
11226         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11227         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11228         (pgg-format-key-identifier): Ditto.
11229         * pop3.el (pop3-last, pop3-stat): Ditto.
11230         * qp.el (quoted-printable-decode-region): Ditto.
11231
11232         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11233         of concat.
11234
11235 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11238
11239         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11240
11241         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11242
11243         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11244
11245         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11246
11247         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11248
11249         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11250         (gnus-carpal-mode): Ditto.
11251
11252         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11253         (gnus-browse-mode): Ditto.
11254
11255         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11256
11257         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11258
11259 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11260
11261         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11262
11263 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-util.el (gnus-run-mode-hooks): New function.
11266
11267         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11268
11269         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
11270         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
11271
11272 2005-05-27  Lute Kamstra  <lute@gnu.org>
11273
11274         * dns-mode.el (dns-mode): Specify customization group.
11275
11276 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11277
11278         * gnus-agent.el (gnus-agent-make-mode-line-string):
11279         Use mode-line-highlight as mouse-face.
11280
11281 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * canlock.el (canlock): Change the parent group to news.
11284
11285         * deuglify.el (gnus-outlook-deuglify): Add :group.
11286
11287         * dig.el (dig): Add :group.
11288
11289         * dns-mode.el (dns-mode): Add :group.
11290
11291         * encrypt.el (encrypt): Add :group.
11292
11293         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11294         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11295         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11296         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11297         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11298
11299         * gnus-diary.el (gnus-diary): Add :group.
11300
11301         * gnus.el (gnus-group-news-1-face): Add :group.
11302         (gnus-group-news-1-empty-face): Ditto.
11303         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11304         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11305         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11306         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11307         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11308         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11309         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11310         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11311         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11312         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11313         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11314         (gnus-summary-high-ticked-face): Ditto.
11315         (gnus-summary-low-ticked-face): Ditto.
11316         (gnus-summary-normal-ticked-face): Ditto.
11317         (gnus-summary-high-ancient-face): Ditto.
11318         (gnus-summary-low-ancient-face): Ditto.
11319         (gnus-summary-normal-ancient-face): Ditto.
11320         (gnus-summary-high-undownloaded-face): Ditto.
11321         (gnus-summary-low-undownloaded-face): Ditto.
11322         (gnus-summary-normal-undownloaded-face): Ditto.
11323         (gnus-summary-high-unread-face): Ditto.
11324         (gnus-summary-low-unread-face): Ditto.
11325         (gnus-summary-normal-unread-face): Ditto.
11326         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11327         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11328
11329         * hashcash.el (hashcash): New custom group.
11330         (hashcash-default-payment): Add :group.
11331         (hashcash-payment-alist): Ditto.
11332         (hashcash-default-accept-payment): Ditto.
11333         (hashcash-accept-resources): Ditto.
11334         (hashcash-path): Ditto.
11335         (hashcash-extra-generate-parameters): Ditto.
11336         (hashcash-double-spend-database): Ditto.
11337         (hashcash-in-news): Ditto.
11338
11339         * message.el (message-minibuffer-local-map): Add :group.
11340
11341         * netrc.el (netrc): Add :group.
11342
11343         * sieve-manage.el (sieve-manage-log): Add :group.
11344         (sieve-manage-default-user): Diito.
11345         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11346         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11347         (sieve-manage-authenticators): Ditto.
11348         (sieve-manage-authenticator-alist): Ditto.
11349         (sieve-manage-default-port): Ditto.
11350
11351         * sieve-mode.el (sieve-control-commands-face): Add :group.
11352         (sieve-action-commands-face): Ditto.
11353         (sieve-test-commands-face): Ditto.
11354         (sieve-tagged-arguments-face): Ditto.
11355
11356         * smime.el (smime): Add :group.
11357
11358         * spam-report.el (spam-report): Add :group.
11359
11360         * spam.el (spam, spam-face): Add :group.
11361
11362 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11363
11364         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11365         return \n.\n.\n at the end of articles.  Protect against that.
11366         (nntp-with-open-group): Allow debugging.
11367
11368         * nnheader.el (mail-header-set-extra): Make into a function
11369         because I just could't understand how to quote the list properly.
11370
11371         * dns.el (query-dns-cached): New function.
11372
11373 2005-05-26  Lute Kamstra  <lute@gnu.org>
11374
11375         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11376
11377 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
11380
11381         * gnus-art.el: Don't autoload mail-extract-address-components.
11382
11383         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11384         eval-and-compile to evaluate it.
11385
11386         * hashcash.el: Don't autoload executable-find.
11387
11388         * nndb.el: Don't declare the nndb back end two or more times; don't
11389         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11390
11391         * nntp.el: Autoload format-spec instead of format; use
11392         eval-and-compile to evaluate autoload forms.
11393
11394 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11395
11396         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11397
11398 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * gnus.el (gnus-version-number): Bump version.
11401
11402 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11403
11404         * gnus.el: No Gnus v0.3 is released.
11405
11406 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407
11408         * lpath.el (featurep): Bind show-nonbreak-escape.
11409
11410 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-art.el (gnus-article-edit-part): Disable undo.
11413
11414 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11417         gnus-article-date-lapsed-new-header is t if date timer is active;
11418         skip headers in which the original date value is empty.
11419         (gnus-article-save-original-date): Redefine it as a macro.
11420         (gnus-display-mime): Use it.
11421
11422 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * gnus-art.el (article-date-ut): Support converting date in
11425         forwarded parts as well.
11426         (gnus-article-save-original-date): New function.
11427         (gnus-display-mime): Use it.
11428
11429 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11430
11431         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11432         enclosure element of <item>.
11433
11434 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * message.el (message-kill-buffer-query): Renamed from
11437         `message-kill-buffer-query-if-modified'.  Added :version.
11438
11439 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11442         window layout.
11443
11444 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * mml.el: Autoload dnd when compiling.
11447
11448 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11451         x-dnd-*.
11452
11453 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * qp.el (quoted-printable-encode-region): Save excursion.
11456
11457 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * message.el (message-kill-buffer-query-if-modified): Add new variable
11460         so the user can kill a modified message buffer quickly.
11461         (message-kill-buffer): Use it.
11462
11463 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * lpath.el: Fbind display-time-event-handler; don't fbind
11466         string-to-multibyte.
11467
11468         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11469
11470 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11473         contained in text because xml.el decodes entities) with LFs.
11474
11475 2005-04-11  Lute Kamstra  <lute@gnu.org>
11476
11477         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11478         differently.
11479
11480 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11481
11482         * mm-util.el (mm-detect-coding-region): Typo.
11483
11484 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11487
11488 2005-04-06  Deepak Goel  <deego@gnufans.org>
11489
11490         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11491         user-function allow user modifications of the scores.
11492         (spam-stat-score-buffer-user): New function, to allow
11493         user-computed modifications to the score.
11494         (spam-stat-score-buffer-user-functions): List of additional
11495         scoring functions.
11496         (spam-stat-error-holder): Global temporary error holder.
11497         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11498         variable.
11499
11500 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11501
11502         * gnus-registry.el (gnus-registry-clean-empty-function)
11503         (gnus-registry-trim, gnus-registry-fetch-groups)
11504         (gnus-registry-delete-group): Groups that match
11505         `gnus-registry-ignored-groups' are removed from the registry
11506         entries, not just ignored for splitting.  This helps clean up the
11507         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11508         to get all the groups a message ID is in.
11509
11510         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11511         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11512         (spam-stat-score-buffer-user-functions): Add :number custom type.
11513
11514 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11517         argument in XEmacs.
11518
11519         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11520         (nnrss-request-group): Decode group name first.
11521         (nnrss-request-article): Make a text/plain article if mml-to-mime
11522         failed.
11523         (nnrss-get-encoding): Return a compatible encoding according to
11524         nnrss-compatible-encoding-alist.
11525         (nnrss-find-el): Use consp instead of listp.
11526         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11527
11528 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11531         which Emacs 20 doesn't support.
11532         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11533
11534 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11537         silence the byte compiler inside the defun.
11538
11539         * gnus-demon.el (parse-time-string): Add autoload.
11540
11541         * gnus-delay.el (parse-time-string): Add autoload.
11542
11543         * gnus-art.el (parse-time-string): Add autoload.
11544
11545         * nnultimate.el (parse-time): Require for `parse-time-string'.
11546
11547 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11550
11551         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11552
11553         * smime.el (smime-ldap-host-list): Add :version.
11554
11555 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11558         pass it to `gnus-browse-read-group'.
11559         (gnus-browse-read-group): Add NUMBER argument and pass it to
11560         `gnus-group-read-ephemeral-group'.
11561
11562         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11563         argument and pass it to `gnus-group-read-group'.
11564
11565 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
11566
11567         * mm-util.el (mm-xemacs-find-mime-charset): Only call
11568         mm-xemacs-find-mime-charset-1 if we have the mule feature
11569         available at runtime.
11570
11571 2005-03-25  Werner Lemberg  <wl@gnu.org>
11572
11573         * nnmaildir.el: Replace `illegal' with `invalid'.
11574
11575 2005-03-23  Lute Kamstra  <lute@gnu.org>
11576
11577         * time-date.el: Add comment on time value formats.
11578         Don't require parse-time.
11579         (with-decoded-time-value): New macro.
11580         (encode-time-value): New function.
11581         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11582         (days-to-time): Return a valid time value when arg is huge.
11583         (time-since): Use time-subtract.
11584         (time-to-number-of-days): Use time-to-seconds.
11585
11586 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11587
11588         * gnus-start.el (gnus-display-time-event-handler):
11589         Check display-time-timer at runtime rather than only at load time
11590         in case display-time-mode is turned off in the mean time.
11591
11592 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * nnimap.el (nnimap-open-connection): Print which authinfo file is
11595         used.
11596
11597         * nneething.el (nneething-map-file-directory): Derive from
11598         `gnus-directory'.
11599
11600         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11601         the To/Cc button.
11602
11603 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * nnmaildir.el (nnmaildir-request-accept-article):
11606         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11607
11608 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11609
11610         * gnus-async.el: Require timer-funcs at compile time when in
11611         XEmacs for `run-with-idle-timer'.
11612
11613 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
11614
11615         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11616         autoloaded function.
11617
11618 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11619
11620         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11621
11622 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11623
11624         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11625
11626 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627
11628         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11629         gnus-expert-user to default.
11630
11631 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11632
11633         * nnimap.el (nnimap-open-server): Ditto.
11634
11635         * imap.el (imap-authenticate): Fix typo.
11636
11637 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11638
11639         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11640         buffer (since IMAP server might return FETCH response out of
11641         order, and the nntp buffer must be sorted).
11642
11643 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11644
11645         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11646         comparison on string.
11647
11648         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11649         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11650         (gnus-agent-summary-fetch-series): Modified to protect against
11651         gnus-agent-summary-fetch-group clearing processable flags.
11652         (gnus-agent-synchronize-group-flags): Update live group buffer as
11653         synchronization may occur due to the user toggle the plugged
11654         status.
11655         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11656         successfully downloaded.
11657         (gnus-agent-expire-group-1): Avoid using markers when the overview
11658         is in ascending order; greatly improves performance.
11659         (gnus-agent-regenerate-group): Use
11660         gnus-agent-synchronize-group-flags to reset read status in both
11661         gnus and server.
11662         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11663
11664 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * message.el: Don't autoload former message-utils variables.
11667         (message-strip-subject-trailing-was): Change doc string.
11668
11669         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11670         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11671         (nnweb-google-search): Add "hl=en" here.
11672         (nnweb-google-parse-1, nnweb-google-create-mapping):
11673         Don't hardcode URL.
11674
11675 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * message.el (message-get-reply-headers, message-followup):
11678         Mention related variables `message-use-followup-to' and
11679         `message-use-mail-followup-to', in the information buffer.
11680
11681         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11682         of broken groups(-beta).google.com.
11683
11684 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11685
11686         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11687         parameter to invoked gnus-request-move-article; remove the
11688         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11689         all at once instead of once per article.
11690         (gnus-summary-remove-process-mark): Accept a list of articles as
11691         well as a single article for processing.
11692
11693         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11694         parameter.
11695
11696         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11697
11698         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11699
11700         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11701         parameter.
11702
11703         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11704         parameter.
11705
11706         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11707         parameter and remove the gnus-sum-hint-move-is-internal variable.
11708
11709         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11710         parameter.
11711
11712         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11713         parameter.
11714
11715         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11716         parameter.
11717
11718         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11719
11720         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11721         parameter.
11722
11723         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11724         parameter.
11725
11726 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11727
11728         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11729         a more conservative way.
11730
11731 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11732
11733         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11734         buffer, so it moves the window's cursor.
11735
11736 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11737
11738         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11739         `mm-dissect-multipart' and receive the from field as an (optional)
11740         argument from `mm-dissect-multipart'.
11741         (mm-dissect-multipart): Receive the from field as an argument and
11742         pass it on when we call `mm-dissect-buffer' on MIME parts.
11743         Fixes verification/decryption of signed/encrypted MIME parts.
11744
11745 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * gnus-sum.el (gnus-summary-move-article): Set
11748         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11749         whatever it calls (right now, only nnimap-request-move article
11750         respects it).
11751
11752         * nnimap.el (nnimap-request-move-article): When
11753         gnus-sum-hint-move-is-internal is set, don't do the extra
11754         nnimap-request-article.
11755
11756 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11759
11760         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11761         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11762
11763         * gnus-sum.el (gnus-summary-caesar-message):
11764         Apply `gnus-treat-article' after rotation.
11765
11766         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11767         doc string.
11768
11769 2005-02-22  Simon Josefsson  <jas@extundo.com>
11770
11771         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11772         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11773         <arne@arnested.dk>.
11774         (encrypt): Add password-cache and password-cache-expiry as group
11775         members.
11776
11777 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11778
11779         * smime.el (smime-ldap-host-list): Doc fix.
11780         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11781         cache) password.
11782         (smime-sign-region): Use it.
11783         (smime-decrypt-region): Use it.
11784         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11785         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11786         fails.
11787         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11788         certificate from DER to PEM format rather than calling openssl.
11789
11790         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11791
11792         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11793         for signing/encryption.
11794
11795         * mml.el (mml-parse-1): Use them.
11796
11797 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11798
11799         * nnrss.el (nnrss-verbose): Removed.
11800         (nnrss-request-group): Use `nnheader-message' instead.
11801
11802 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11803
11804         * nnrss.el (nnrss-verbose): New variable.
11805         (nnrss-request-group): Make it say nnrss is requesting a group.
11806
11807 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11810         Handle news URL with given port correctly.
11811
11812 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11815         containing special characters.
11816
11817         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11818
11819         * mml.el (mime-to-mml): Ditto.
11820
11821         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11822         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11823         (rfc2047-decode-region): Quote decoded words containing special
11824         characters when rfc2047-quote-decoded-words-containing-tspecials
11825         is non-nil.
11826
11827 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11828
11829         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11830
11831         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11832
11833 2005-02-15  Simon Josefsson  <jas@extundo.com>
11834
11835         * nnimap.el (nnimap-debug): Doc fix.
11836
11837         * imap.el (imap-debug): Doc fix.
11838
11839 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11842
11843 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11844
11845         * gnus.el (spam-contents): Improve docs for spam-contents
11846         parameter in its variable incarnation.
11847
11848 2005-02-14  Simon Josefsson  <jas@extundo.com>
11849
11850         * smime-ldap.el: Use require instead of load-library for ldap.
11851         (smime-ldap-search): Indent.
11852         (smime-ldap-search-internal): Shorten line.
11853
11854         * smime.el (smime-cert-by-dns): Add doc-string.
11855         (smime-cert-by-ldap-1): Indent.
11856
11857         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11858         mml-smime-get-dns-ldap.
11859         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11860
11861 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11862
11863         * smime.el: Require smime-ldap.
11864         (smime-ldap-host-list): New variable.
11865         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11866
11867         * mml-smime.el (mml-smime-encrypt-query): New function.
11868         (mml-smime-encrypt-query): Use it.
11869
11870         * smime-ldap.el: New file.
11871
11872 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11875
11876 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11879         argument in doc string.  Make query for type more clear.
11880
11881 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11882
11883         * gnus.el (gnus-group-startup-message): Search for gnus images in
11884         etc/images/gnus.
11885         * mm-util.el (mm-image-load-path): Likewise.
11886         * smiley.el (smiley-data-directory): Search for smilies in
11887         etc/images/smilies.
11888
11889 2005-02-09  Kim F. Storm  <storm@cua.dk>
11890
11891         Change Emacs release version from 21.4 to 22.1 throughout.
11892         Change Emacs development version from 21.3.50 to 22.0.50.
11893
11894 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11897
11898         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11899         non-Mule XEmacs as well.
11900         (mm-decompress-buffer): Signal an error intentionally if it does
11901         not decompress compressed data because auto-compression-mode is
11902         disabled.
11903
11904 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11905
11906         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11907         an ID in the registry even if it has no groups.
11908
11909 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11912         merge it into mm-decompress-buffer.
11913         (gnus-mime-copy-part): Use the MIME part charset, the value which
11914         a user specified or gnus-newsgroup-charset for decoding, like
11915         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11916         save-buffer what was used.  Suggested by Kevin Ryde
11917         <user42@zip.com.au>.
11918         (gnus-mime-inline-part): Allow the name parameter as well as the
11919         filename parameter; force decompressing of compressed data; always
11920         display contents being not decoded as unibyte.
11921
11922         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11923         as well as the filename parameter.
11924
11925         * mm-util.el (mm-decompress-buffer): Merge
11926         gnus-mime-jka-compr-maybe-uncompress.
11927         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11928         of compressed data.
11929
11930 2005-02-08  Simon Josefsson  <jas@extundo.com>
11931
11932         * imap.el (imap-log): Doc fix.
11933
11934 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11937         the coding cookies; decompress compressed parts.
11938
11939         * mml.el (mml-generate-mime-1): Add the charset parameter according
11940         to the value which a user specified manually or the coding cookie.
11941
11942         * mm-util.el (mm-string-to-multibyte): New function.
11943         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11944         (mm-coding-system-to-mime-charset): New function.
11945         (mm-decompress-buffer): New function.
11946         (mm-find-buffer-file-coding-system): New function.
11947
11948         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11949         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11950         parts.
11951
11952 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11953
11954         * mm-view.el (mm-display-inline-fontify): Decode a part according
11955         to the charset parameter.
11956
11957 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11960         prefix arg is neither nil nor a number, as info specifies.
11961
11962 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11965         timestamps.
11966
11967 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11968
11969         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11970         groups error checking and notify user.
11971
11972 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11973
11974         * message.el (message-send-mail-function): Check existence of
11975         sendmail-program first before using default value
11976         `message-send-mail-with-sendmail'.  Otherwise use more generic
11977         `smtpmail-send-it'.
11978
11979 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * nntp.el (nntp-request-update-info): Always return nil.
11982
11983 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11984
11985         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11986
11987 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11988
11989         * message.el (message-beginning-of-line): Change the behavior when
11990         invoked between BOL and : so that it first moves backward.
11991
11992 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11995         article buffer when editing of the article is discarded.
11996         (gnus-article-prepare): Revert.
11997
11998 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-art.el (gnus-article-prepare):
12001         Remove message-strip-forbidden-properties from the local hook.
12002
12003 2005-01-27  Simon Josefsson  <jas@extundo.com>
12004
12005         * password.el (password-cache-add): Only start one timer per key.
12006         Reported by Derek Atkins <warlord@MIT.EDU>.
12007
12008 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12009
12010         * run-at-time.el: Removed.  It is no longer needed as
12011         timer-funcs.el in the xemacs-base package has a working version of
12012         `run-at-time'.
12013
12014         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12015
12016         * password.el: Require timer-funcs instead of run-at-time in
12017         XEmacs.
12018         Remove `password-run-at-time' macro.
12019         (password-cache-add): Use `run-at-time' instead of
12020         `password-run-at-time'.
12021
12022         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12023         Remove `nnheader-cancel-function-timers' alias,
12024         `cancel-function-timers' exists in XEmacs in timer-funcs.
12025
12026         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12027         for `run-with-idle-timer'.
12028
12029         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12030         for `run-at-time'.
12031
12032         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12033         for `with-timeout'.
12034
12035         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12036         the same as for XEmacs 21.4.
12037         No need to ignore `run-with-idle-timer', this function exists in
12038         XEmacs now in timer-funcs.el in the xemacs-base package.
12039         (dgnushack-compile): No need to delete
12040         run-at-time.el from the list of files to compile because it
12041         doesn't exist anymore.
12042
12043 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12046         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12047
12048 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12049
12050         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12051         sensitively.
12052
12053 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12054
12055         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12056
12057 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12060         which will be inserted according to the multibyteness of a buffer
12061         rather than the type of contents.  Suggested by ARISAWA Akihiro
12062         <ari@mbf.ocn.ne.jp>.
12063
12064         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12065         of string which old xml.el may return rather than a string.
12066
12067 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12070
12071 2005-01-16  Simon Josefsson  <jas@extundo.com>
12072
12073         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12074         idn/idna.el isn't available.
12075         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12076         <michael@waxrat.com>.
12077
12078         * hashcash.el: Remove non-FSF copyright header.
12079
12080         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12081         (hashcash-generate-payment): Use it.
12082         (hashcash-generate-payment-async): Use it.
12083
12084 2005-01-15  Simon Josefsson  <jas@extundo.com>
12085
12086         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12087         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12088
12089         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12090         gnus-summary-idna-message.
12091         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12092         (gnus-summary-idna-message): New function.
12093
12094 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12097         gnus-novice-user.
12098
12099 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * nnrss.el (nnrss-request-delete-group): Delete entries in
12102         nnrss-group-alist as well.
12103         (nnrss-save-server-data): Insert newline.
12104
12105 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * gnus.el (gnus-user-agent): Use list of symbols instead of
12108         symbols.  Display full version number for (S)XEmacs.  Optionally
12109         display (S)XEmacs codename.
12110
12111         * gnus-util.el (gnus-emacs-version): Update for new
12112         `gnus-user-agent'.
12113
12114         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12115         Gnus version.
12116
12117 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12120         which is unreadable in some setups.
12121
12122 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * gnus-spec.el (gnus-update-format-specifications): Flush the
12125         group format spec cache if it doesn't support decoded group names.
12126
12127 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12130         Allow to apply decay on score files matching a regexp.
12131
12132 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12133
12134         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12135         compatibility in %g and %c.
12136
12137 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12140         name for only %g and %c.
12141         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12142         of gnus-tmp-group to decoded group name.
12143         (gnus-group-make-rss-group): Exclude `/'s from group names.
12144
12145 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * nnrss.el (nnrss-get-encoding): Fix regexp.
12148
12149 2004-12-27  Simon Josefsson  <jas@extundo.com>
12150
12151         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12152         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12153         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12154
12155 2004-12-17  Kim F. Storm  <storm@cua.dk>
12156
12157         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12158
12159         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12160
12161 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12162
12163         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12164
12165 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * nnrss.el: Require rfc2047 and mml.
12168         (nnrss-file-coding-system): New variable.
12169         (nnrss-format-string): Redefine it as an inline function.
12170         (nnrss-decode-group-name): New function.
12171         (nnrss-string-as-multibyte): Remove.
12172         (nnrss-retrieve-headers): Decode group name; don't use
12173         nnrss-format-string.
12174         (nnrss-request-group): Decode group name.
12175         (nnrss-request-article): Decode group name; allow a Message-ID as
12176         well as an article number; don't use nnrss-format-string; encode a
12177         Message-ID string which may contain non-ASCII characters; use
12178         mml-to-mime to compose a MIME article.
12179         (nnrss-request-expire-articles): Decode group name.
12180         (nnrss-request-delete-group): Decode group name.
12181         (nnrss-fetch): Clarify error message.
12182         (nnrss-read-server-data): Use insert-file-contents instead of load;
12183         bind file-name-coding-system; use multibyte buffer.
12184         (nnrss-save-server-data): Bind coding-system-for-write to the
12185         value of nnrss-file-coding-system; bind file-name-coding-system;
12186         add coding cookie.
12187         (nnrss-read-group-data): Use insert-file-contents instead of load;
12188         bind file-name-coding-system; use multibyte buffer.
12189         (nnrss-save-group-data): Bind coding-system-for-write to the
12190         value of nnrss-file-coding-system; bind file-name-coding-system.
12191         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12192         make it work with non-ASCII text.
12193         (nnrss-find-el): Make it work with old xml.el as well.
12194
12195 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12196
12197         * nnrss.el (nnrss-get-encoding): New function.
12198         (nnrss-fetch): Use unibyte buffer initially; bind
12199         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12200         decode contents according to the encoding attribute.
12201         (nnrss-save-group-data): Add coding cookie.
12202         (nnrss-mime-encode-string): New function.
12203         (nnrss-check-group): Use it to encode subject and author.
12204
12205 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12206
12207         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12208         imaginary variable.
12209
12210 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12213         correctly even if there are wide characters.
12214
12215 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12216
12217         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12218         downcased symbol names; make a new cache instead of reusing
12219         bbdb-hashtable.
12220
12221 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12224         concatenating segments rather than before concatenating them.
12225         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12226
12227         * message.el (message-get-reply-headers): Bind `extra'.
12228
12229 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12230
12231         * message.el (message-extra-wide-headers): New variable.
12232         (message-get-reply-headers): Use it.
12233
12234 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12237         (gnus-agent-group-pathname): Ditto.
12238
12239         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12240
12241         * gnus-group.el (gnus-group-make-group): Decode group name.
12242         (gnus-group-make-rss-group): Register the group data after opening
12243         the nnrss group.
12244
12245 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12246
12247         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12248         by expiry now get marked as read.
12249
12250 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12253
12254 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12255
12256         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12257         unify Latin characters in XEmacs.
12258         (mm-find-mime-charset-region): Use it.
12259
12260 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-util.el (gnus-delete-directory): New function.
12263
12264         * gnus-agent.el (gnus-agent-delete-group): Use it.
12265
12266         * gnus-cache.el (gnus-cache-delete-group): Use it.
12267
12268 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12271         names.
12272
12273 2004-12-16  Simon Josefsson  <jas@extundo.com>
12274
12275         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12276
12277 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12280
12281         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12282         (gnus-group-set-current-level): Decode group name.
12283
12284 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12285
12286         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12287         failed.
12288
12289 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-group.el (gnus-group-delete-group): Decode group name.
12292         (gnus-group-make-rss-group): Encode group name.
12293         (gnus-group-catchup-current): Decode group name.
12294         (gnus-group-kill-group): Decode group name.
12295
12296 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12297
12298         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12299
12300 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-group.el (gnus-group-make-rss-group):
12303         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12304
12305         * gnus-start.el (gnus-setup-news): Honor user's setting to
12306         gnus-message-archive-method.  Suggested by Lute Kamstra
12307         <lute@gnu.org>.
12308
12309 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12310
12311         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12312         global counterparts of the buffer-local variables.
12313
12314 2004-11-16  Romain Francoise  <romain@orebokech.com>
12315
12316         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12317         counterparts of the buffer-local variables.
12318
12319 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12320
12321         * message.el (message-forbidden-properties): Fixed typo in doc
12322         string.
12323
12324 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * gnus-util.el (gnus-replace-in-string): Added doc string.
12327
12328         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12329         to avoid problems when splitting mails with many recipients.
12330
12331 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12332
12333         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12334         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12335
12336 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12337
12338         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12339         if there is no hashtable in memory or file modification time is
12340         newer than cached timestamp.
12341
12342 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12345         not-matching option.
12346
12347 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12350         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12351         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12352         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12353         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12354         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12355
12356 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * message.el (message-forward-make-body-mml): Remove headers
12359         according to message-forward-ignored-headers if a message is decoded.
12360
12361 2004-12-02  Romain Francoise  <romain@orebokech.com>
12362
12363         * message.el (message-forward-make-body-plain): Always remove
12364         headers according to message-forward-ignored-headers.
12365
12366 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12367
12368         * spam.el (spam-summary-prepare-exit): Remove the
12369         gnus-summary-limit pop for now, it has problems with ham marks for
12370         me.
12371
12372 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12373
12374         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12375         correctly.
12376
12377 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12378
12379         * format-spec.el (format-spec): Message the char.
12380
12381 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12382
12383         * gnus-art.el (gnus-split-methods): Reformat comments.
12384
12385         * spam.el (spam-summary-prepare-exit): Remove article limits
12386         before exiting the summary buffer.
12387
12388 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * lpath.el: Remove bbdb-create-internal, bbdb-records,
12391         spam-BBDB-register-routine and spam-enter-ham-BBDB.
12392
12393         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12394         order to silence the byte compiler.
12395
12396         * spam.el: Fix the way to silence the byte compiler, which
12397         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12398         bbdb-search-simple, spam-BBDB-register-routine,
12399         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12400         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12401         spam-stat-buffer-is-spam, spam-stat-load,
12402         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12403         spam-stat-save and spam-stat-split-fancy.
12404
12405 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12408         which may confuse users.
12409         (canlock-password-for-verify): Ditto.
12410
12411         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12412
12413         * gnus-art.el (gnus-emphasis-alist): Ditto.
12414
12415         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12416
12417         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12418
12419         * gnus-start.el (gnus-save-killed-list): Ditto.
12420
12421         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12422         (gnus-sum-thread-tree-root): Ditto.
12423         (gnus-sum-thread-tree-false-root): Ditto.
12424         (gnus-sum-thread-tree-single-indent): Ditto.
12425
12426         * message.el (message-courtesy-message): Ditto.
12427         (message-archive-note): Ditto.
12428         (message-subscribed-address-file): Ditto.
12429         (message-user-fqdn): Ditto.
12430
12431         * spam-report.el (spam-report-gmane-regex): Ditto.
12432
12433         * spam.el (spam-blackhole-good-server-regex): Ditto.
12434
12435 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * mml.el (mml-preview): Widen the message buffer before copying
12438         the contents to the preview buffer; sort headers before previewing.
12439
12440         * message.el (message-hidden-headers): Fix the way to avoid a bug
12441         in the `repeat' widget in Emacs 21.3 or earlier.
12442
12443 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * message.el (message-hidden-headers): Default to "^References:".
12446         Improve customization type.  Suggested by Reiner Steib
12447         <Reiner.Steib@gmx.de>.
12448
12449 2004-11-25  Romain Francoise  <romain@orebokech.com>
12450
12451         * message.el (message-strip-forbidden-properties): Remove check for
12452         obsolete `message-hidden' text property, hidden headers are not
12453         accessible in the buffer anymore.
12454
12455 2004-11-22  Romain Francoise  <romain@orebokech.com>
12456
12457         * message.el (message-header-format-alist): Add `From' in list
12458         so that it can be sorted.
12459         (message-fix-before-sending): Widen and sort headers before
12460         sending.
12461         (message-hide-headers): Use narrowing to hide headers by moving
12462         them to the top of the buffer and narrowing to the region
12463         underneath.
12464
12465 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * message.el (message-strip-forbidden-properties): Bind
12468         buffer-read-only (etc) to nil.
12469
12470 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12473         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12474
12475 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12476
12477         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12478
12479 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12480
12481         * dns.el (query-dns): Use sit-for to time instead of
12482         accept-process-output, since that doesn't seem to work on udp
12483         sockets.
12484
12485 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12488
12489 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12490
12491         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12492         doc string.  Improve doc string.
12493
12494 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * nntp.el (nntp-request-update-info): Return nil if
12497         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12498         may not call gnus-activate-group which uselessly issues the GROUP
12499         commands for all nntp groups and wastes time.  Reported by Romain
12500         Francoise <romain@orebokech.com>.
12501
12502         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12503
12504 2004-11-15  Simon Josefsson  <jas@extundo.com>
12505
12506         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12507         headers separately.
12508         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12509         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12510
12511 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-start.el (gnus-convert-old-newsrc):
12514         Assign legacy-gnus-agent to 5.10.7.
12515
12516 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517
12518         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12519         start of the lines.
12520
12521 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12522
12523         * hashcash.el (hashcash-default-payment): Change default to 20.
12524         (hashcash-default-accept-payment): Change default to 20.
12525         (hashcash-process-alist): New variable.
12526         (hashcash-generate-payment-async): Add.
12527         (hashcash-already-paid-p): Add.
12528         (hashcash-insert-payment): Don't generate payments twice.
12529         (hashcash-insert-payment-async): Add.
12530         (hashcash-insert-payment-async-2): Add.
12531         (hashcash-cancel-async): Add.
12532         (hashcash-wait-async): Add.
12533         (hashcash-processes-running-p): Add.
12534         (hashcash-wait-or-cancel): Add.
12535         (mail-add-payment): New optional argument.  Conditionally start
12536         asynchronous calculation.
12537         (mail-add-payment-async): Add.
12538
12539         * message.el (message-send-mail): Wait for asynchronous hashcash
12540         results.  Don't clobber existing X-Hashcash headers.
12541         (message-setup-1): Call mail-add-payment-async when
12542         message-generate-hashcash is non-nil.
12543
12544 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12545
12546         * message.el (message-use-alternative-email-as-from): Examine the
12547         From header as well; use message-make-from in order to include a
12548         user's full name.
12549
12550 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12553         default; improve customization type.
12554         (gnus-emphasis-custom-with-format): New macro.
12555         (gnus-emphasis-custom-value-to-external): New function.
12556         (gnus-emphasis-custom-value-to-internal): New function.
12557
12558 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12559
12560         * dns.el (query-dns): Resolve reverse addresses.
12561
12562 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12563
12564         * gnus-group.el (gnus-group-get-new-news): Use it.
12565
12566         * gnus-start.el (gnus-check-reasonable-setup): New function.
12567
12568 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12569
12570         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12571         "Args out of range" error.  Reported by Arnaud Giersch
12572         <arnaud.giersch@free.fr>.
12573
12574 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12575
12576         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12577
12578 2004-11-04  Richard M. Stallman  <rms@gnu.org>
12579
12580         * spam.el (spam group): Add :version.
12581
12582         * pgg-def.el (pgg group): Add :version.
12583
12584 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (gnus-article-edit-article): Don't associate the
12587         article buffer with a draft file.  This is a temporary measure
12588         against the 2004-08-22 change to gnus-article-edit-mode.
12589
12590 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12593         (html2text-format-tags): Remove unused variable `attr'.
12594
12595 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12598
12599         * tls.el (tls-process-connection-type, tls-success)
12600         (tls-certtool-program): Add :version.
12601
12602         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
12603         (starttls-extra-arguments, starttls-process-connection-type)
12604         (starttls-connect, starttls-failure, starttls-success): Add :version.
12605
12606         * spam-stat.el (spam-stat): Add :version.
12607
12608         * sieve.el (sieve): Add :version.
12609
12610         * sha1.el (sha1): Add :version.
12611         (sha1-use-external): Remove redundant version.
12612
12613         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12614         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12615         (nnmail-split-fancy-match-partial-words)
12616         (nnmail-split-lowercase-expanded): Add :version.
12617
12618         * nndiary.el (nndiary): Add :version.
12619
12620         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12621
12622         * mml-sec.el (mml-default-sign-method)
12623         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12624         Add :version.
12625
12626         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12627
12628         * mm-url.el (mm-url-use-external, mm-url-program)
12629         (mm-url-arguments): Add :version.
12630
12631         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12632         (mm-attachment-file-modes, mm-decrypt-option)
12633         (mm-w3m-safe-url-regexp): Add :version.
12634
12635         * message.el (message-cite-prefix-regexp)
12636         (message-sendmail-envelope-from, message-minibuffer-local-map)
12637         (message-user-fqdn, message-completion-alist): Add :version.
12638
12639         * gnus-win.el (gnus-configure-windows-hook)
12640         (gnus-use-frames-on-any-display): Add :version.
12641
12642         * gnus-art.el (gnus-article-address-banner-alist)
12643         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12644         (gnus-treat-from-picon, gnus-treat-mail-picon)
12645         (gnus-treat-x-pgp-sig): Add :version.
12646
12647         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12648         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12649         (gnus-summary-article-delete-hook)
12650         (gnus-summary-display-while-building): Add :version.
12651
12652         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12653         (gnus-get-top-new-news-hook): Add :version.
12654
12655         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12656         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12657
12658         * gnus-registry.el (gnus-registry): Add :version.
12659
12660         * gnus-spec.el (gnus-use-correct-string-widths)
12661         (gnus-make-format-preserve-properties): Add :version.
12662
12663         * gnus.el (gnus-group-charter-alist)
12664         (gnus-group-fetch-control-use-browse-url)
12665         (gnus-install-group-spam-parameters): Add :version.
12666
12667         * gnus-diary.el (gnus-diary): Add :version.
12668
12669         * gnus-delay.el (gnus-delay): Add :version.
12670
12671         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12672         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12673         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12674         Add :version.
12675
12676         * gnus-agent.el (gnus-agent-max-fetch-size)
12677         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12678         (gnus-agent-prompt-send-queue): Add :version.
12679
12680         * deuglify.el (gnus-outlook-deuglify): Add :version.
12681
12682         * html2text.el: Beautify code.  Improve doc strings.  Some
12683         checkdoc cleanup.
12684         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12685
12686 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12687
12688         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12689
12690 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12691
12692         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12693         when package is loaded.
12694
12695         * spam.el (spam-summary-score-preferred-header): Add global preference
12696         for people who want to override the default SpamAssassin over
12697         Bogofilter preference (when both are set).
12698         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12699         (spam-user-format-function-S): Check
12700         spam-summary-score-preferred-header.
12701         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12702         (spam-user-format-function-S): Format the score correctly.
12703
12704 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12707         signature file.  Suggested by Manoj Srivastava
12708         <srivasta@golden-gryphon.com>.
12709
12710         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12711         iso-2022-jp even in the Japanese language environment.
12712         Suggested by Jason Rumney <jasonr@gnu.org>.
12713
12714 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12717         use the same characters as the dummy marks; make it free from
12718         getting affected by the language environment.
12719         (gnus-summary-read-group-1): Update mark positions only when the
12720         format spec is updated.
12721
12722         * gnus-spec.el (gnus-update-format-specifications): Return a list
12723         of updated types.
12724
12725 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12728         of boundp to check if display-warning is available.
12729
12730 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12731
12732         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12733
12734 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * nnspool.el (nnspool-spool-directory): Use news-path if the
12737         news-directory variable is not bound.
12738
12739         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12740         function instead of display-warning if it is not available.
12741
12742 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12745         v5-10: Use `point-at-bol'.
12746
12747 2004-10-26  Simon Josefsson  <jas@extundo.com>
12748
12749         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12750         <chenggao@gmail.com>.
12751
12752 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12755         instead.
12756
12757 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12758
12759         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12760         to remove a server from the nnimap-server-buffer-alist.
12761         (nnimap-open-connection, nnimap-close-server): Use it.
12762
12763         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12764
12765 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12768         running the major-mode function.
12769
12770 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12773         dummy marks in the right way.
12774
12775 2004-10-18  David Edmondson  <dme@dme.org>
12776
12777         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12778         excessively.
12779
12780 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12781
12782         * gnus-util.el (gnus-split-references): Accept a nil references
12783         string and go on blissfully.
12784
12785         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12786         cases where the references string is non-nil but has no references.
12787
12788         * encrypt.el: Add autoload tags.
12789
12790         * spam.el (spam-resolve-registrations-routine): Remove article
12791         from unregistration list too.  Reported by David Hanak
12792         <dhanak@isis.vanderbilt.edu>
12793
12794 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12797         nil.  Changed custom type.
12798
12799 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12802
12803         * gnus-sum.el (gnus-summary-move-article): Use it.
12804
12805 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12806
12807         * encrypt.el: Add autoload cookies.
12808
12809         * spam.el (spam-backend-article-list-property)
12810         (spam-backend-get-article-todo-list)
12811         (spam-backend-put-article-todo-list)
12812         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12813         Resolve registrations separately.
12814         (spam-register-routine): Format comments.
12815         (spam-unregister-routine, spam-register-routine): Always call with
12816         specific-articles, no default list.
12817         (spam-summary-prepare-exit): Use the spam-classifications function.
12818
12819         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12820         gnus-encrypt.el.
12821
12822         * encrypt.el: Copied from gnus-encrypt.el.
12823
12824         * gnus-encrypt.el: Commented that it's obsolete.
12825
12826 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12829         (gnus-score-save): Use it.
12830
12831         * message.el (message-bury): Use `window-dedicated-p'.
12832
12833 2004-10-15  Simon Josefsson  <jas@extundo.com>
12834
12835         * pop3.el (top-level): Don't require nnheader.
12836         (pop3-read-timeout): Add.
12837         (pop3-accept-process-output): Add.
12838         (pop3-read-response, pop3-retr): Use it.
12839
12840 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12841
12842         * spam.el (spam-register-routine): Move comment.
12843         (spam-verify-bogofilter): Use 'unknown for the initial
12844         spam-bogofilter-valid state, not 'never.
12845
12846         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12847         for netrc-machine.
12848
12849         * nnimap.el (nnimap-open-connection): Use
12850         netrc-machine-user-or-password.
12851
12852 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12853
12854         * gnus-registry.el (gnus-registry-unload-hook):
12855         Set as a variable with add-hook.
12856
12857         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12858         of news-path.
12859
12860         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12861
12862         * spam.el: Delete duplicate `provide'.
12863         (spam-unload-hook): Set as a variable with add-hook.
12864
12865 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12868         in the doc string.
12869
12870         * message.el (message-ignored-news-headers)
12871         (message-ignored-supersedes-headers)
12872         (message-ignored-resent-headers)
12873         (message-forward-ignored-headers): Improve custom type.
12874
12875 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * message.el (message-tokenize-header): Fix 2004-09-06 change
12878         which used point-min in the wrong place.
12879
12880 2004-10-12  Simon Josefsson  <jas@extundo.com>
12881
12882         * tls.el (tls-certtool-program): New variable.
12883         (tls-certificate-information): New function, based on
12884         ssl-certificate-information.
12885
12886 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * compface.el: Move the version of ELisp-based uncompface program
12889         to the contrib directory because of the copyright problem.
12890
12891 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * message.el (message-kill-buffer): Raise the current frame.
12894
12895 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12898
12899         * gnus.el (message-y-or-n-p): Autoload.
12900
12901         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12902         (pop3-password-required, pop3-authentication-scheme)
12903         (pop3-leave-mail-on-server): Made customizable.
12904         (pop3): New custom group.
12905         (pop3-retr): Remove `sleep-for' statements.
12906         Suggested by Dave Love <fx@gnu.org>.
12907
12908         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12909         Windows/DOS.
12910
12911         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12912         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12913         Dave Love <fx@gnu.org>.
12914
12915         * mml.el (mml-minibuffer-read-disposition): Require match.
12916         Suggested by Dave Love <fx@gnu.org>.
12917
12918 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12921         doc string.
12922
12923 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12926
12927 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12928
12929         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12930         instead of calling `mm-insert-inline', to decode text/* parts
12931         before displaying them.
12932
12933 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * mm-uu.el (mm-uu-text-plain-type): New variable.
12936         (mm-uu-pgp-signed-extract-1): Use it.
12937         (mm-uu-pgp-encrypted-extract-1): Use it.
12938         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12939         bind mm-uu-text-plain-type with that value.
12940         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12941         mm-uu-dissect.
12942
12943 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-group.el (gnus-update-group-mark-positions):
12946         * gnus-sum.el (gnus-update-summary-mark-positions):
12947         * message.el (message-check-news-body-syntax):
12948         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12949         of string-as-multibyte.
12950
12951 2004-10-05  Juri Linkov  <juri@jurta.org>
12952
12953         * gnus-group.el (gnus-update-group-mark-positions):
12954         * gnus-sum.el (gnus-update-summary-mark-positions):
12955         * message.el (message-check-news-body-syntax):
12956         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12957         8-bit unibyte values to a multibyte string for search functions.
12958
12959 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12960
12961         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12962         (mm-uu-dissect-text-parts): New function.
12963
12964         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12965         dissect text parts.
12966
12967         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12968         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12969
12970         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12971
12972         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12973         gnus-current-topics instead of gnus-current-topic.
12974
12975 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12976
12977         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12978
12979 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12980
12981         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12982         where approriate.
12983
12984         * nnml.el (nnml-generate-active-info): do.
12985
12986         * nndiary.el (nndiary-generate-active-info): do.
12987
12988         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12989         (gnus-topic-move): do.
12990
12991         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12992         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12993
12994         * gnus-srvr.el (gnus-server-prepare)
12995         (gnus-server-open-all-servers): do.
12996
12997         * gnus-msg.el (gnus-summary-cancel-article)
12998         (gnus-summary-resend-message)
12999         (gnus-summary-mail-crosspost-complaint): do.
13000
13001         * gnus-move.el (gnus-change-server): do.
13002
13003         * gnus-group.el (gnus-group-unmark-all-groups)
13004         (gnus-group-set-current-level): do.
13005
13006 2004-10-04  Simon Josefsson  <jas@extundo.com>
13007
13008         * message.el (message-generate-hashcash): Doc fix.
13009
13010 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13011
13012         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13013         avoid infinite recursion via gnus-get-function.
13014
13015 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13016
13017         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13018
13019         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13020
13021         * nnmail.el (nnmail-split-history): do.
13022
13023         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13024         (nnml-request-delete-group): do.
13025
13026         * nnslashdot.el (nnslashdot-read-groups): do.
13027
13028         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13029         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13030
13031         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13032         (nnspool-sift-nov-with-sed): Use last.
13033         (nnspool-retrieve-headers-with-nov): Use mapc.
13034         (nnspool-request-newgroups): Use dolist.
13035         (nnspool-request-group): Use last.
13036
13037         * nntp.el (nntp-read-server-type): Use dolist.
13038
13039         * nnvirtual.el (nnvirtual-create-mapping)
13040         (nnvirtual-update-read-and-marked): Use dolist.
13041         (nnvirtual-convert-headers): Simplify.
13042
13043 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13044
13045         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13046         support for sync'ing tick marks.
13047
13048 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13051         there's no visible header.
13052
13053 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13054
13055         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13056         necessary, pass full group name to gnus-request-set-marks.
13057
13058 2004-10-01  Simon Josefsson  <jas@extundo.com>
13059
13060         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13061         acroread.
13062
13063 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * spam-report.el (spam-report-gmane): Fix interactive.
13066
13067         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13068
13069         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13070         when writing file.
13071         (gnus-agent-synchronize-flags): Don't default to being
13072         interactive.
13073
13074 2004-09-30  Simon Josefsson  <jas@extundo.com>
13075
13076         * message.el (message-generate-hashcash): Add.
13077         (message-send-mail): Use it, call mail-add-payment.
13078
13079 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13080
13081         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13082
13083 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13084
13085         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13086         gnus-requst-update-info with explicit code to sync the in-memory
13087         info read flags with the marks being sync'd to the backend.
13088
13089         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13090
13091 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13092
13093         * spam.el (spam-verify-bogofilter): Add new function.
13094         (spam-check-bogofilter)
13095         (spam-bogofilter-register-with-bogofilter): Use it.
13096         (spam-verify-bogofilter): Add small fixes.
13097
13098 2004-09-28  Simon Josefsson  <jas@extundo.com>
13099
13100         * hashcash.el (hashcash-generate-payment): Revert.
13101
13102 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13103
13104         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13105         gnus-extract-references instead of gnus-split-references.
13106
13107         * gnus-util.el (gnus-extract-references): Add new function, analogous
13108         to gnus-split-references but extracts only the message-ID without
13109         anything extra.
13110
13111         * hashcash.el (hashcash-generate-payment)
13112         (hashcash-check-payment): Do the right thing if hashcash-path is
13113         nil (because the hashcash program could not be found).
13114
13115         * spam.el (spam-use-hashcash): Remove comment.
13116
13117 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13118
13119         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13120         (gnus-cache-enter-article, gnus-cache-remove-article)
13121         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13122
13123         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13124
13125         * gnus-art.el (article-hide-boring-headers)
13126         (article-translate-strings, article-display-face)
13127         (gnus-article-mime-match-handle-first)
13128         (gnus-article-highlight-headers)
13129         (gnus-article-add-buttons-to-head): do.
13130
13131 2004-09-27  Simon Josefsson  <jas@extundo.com>
13132
13133         * hashcash.el: New version, from
13134         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13135         ../contrib/.
13136
13137 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13140
13141 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13142
13143         * gnus-dup.el (gnus-dup-open): Use mapc.
13144         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13145
13146         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13147         Reported by Stefan Wiens <s.wi@gmx.net>.
13148
13149         * gnus.el (gnus-shutdown): Use dolist.
13150
13151         * gnus-undo.el (gnus-undo): Use mapc.
13152
13153         * nnrss.el (nnrss-generate-active): do.
13154
13155         * message.el (message-cite-original-without-signature)
13156         (message-cite-original): Use mapc.
13157         (message-do-actions, message-make-forward-subject): Use dolist.
13158
13159 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13160
13161         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13162         deletion to remove entire duplicate line.  Fixes merged article
13163         number bug.
13164
13165 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13166
13167         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13168         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13169         first ask if you want to open a server and then, even when you
13170         responded with no, asking if you want to synchronize the server's
13171         flags.
13172         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13173         multi-line expressions.
13174         (gnus-agent-synchronize-group-flags): New internal function.
13175         Updates marks in memory (in the info structure) AND in the
13176         backend.
13177
13178         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13179
13180         * nnagent.el (nnagent-request-set-mark): Use
13181         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13182         method, to ensure that synchronization updates marks in the
13183         backend and in the info (in memory) structure.
13184
13185 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13188         convention fully; don't miss the root article of a thread; make
13189         the X-Draft-From header with correct article numbers.
13190
13191 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13192
13193         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13194         unless plugged.  Disable the agent so that an open failure causes
13195         an error.
13196
13197         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13198         Reverted 2004-09-21 change.  The backend must be opened while
13199         synchronizing flags even when the backend stores the flags
13200         locally.
13201
13202 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13203
13204         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13205         in `header' match.  Reported by Svend Tollak Munkejord.
13206
13207         * message.el (message-cite-original): Fix use of
13208         `message-cite-articles-with-x-no-archive'.
13209
13210 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13213         (gnus-window-to-buffer): Ditto.
13214
13215         * mml.el (mml-preview-buffer): New variable.
13216         (mml-preview): Manage window layout with gnus-buffer-configuration.
13217
13218         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13219         X-Draft-From header even if those articles aren't quoted.
13220
13221 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13222
13223         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13224         (gnus-request-set-mark, gnus-request-update-mark): Use new
13225         g-s-t-u-l-m to decide to use backend even when unplugged.
13226
13227 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13230         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13231
13232 2004-09-20  Simon Josefsson  <jas@extundo.com>
13233
13234         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13235         "utf-16-le".
13236
13237 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13238
13239         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13240
13241 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * uudecode.el (uudecode-use-external): Add :version.
13244
13245         * smime.el (smime-CA-file, smime-encrypt-cipher)
13246         (smime-dns-server): Add :version.
13247
13248         * smiley.el (gnus-smiley-file-types): Add :version.
13249
13250         * sha1.el (sha1-use-external): Add :version.
13251
13252         * pgg-def.el (pgg-query-keyserver): Add :version.
13253
13254         * nnmail.el (nnmail-fancy-expiry-targets)
13255         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13256         Add :version.
13257
13258         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13259         (nnimap-retrieve-groups-asynchronous): Add :version.
13260         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13261
13262         * mml.el (mml-content-disposition-parameters)
13263         (mml-insert-mime-headers-always): Add :version.
13264
13265         * mm-util.el (mm-coding-system-priorities): Add :version.
13266
13267         * mm-decode.el (mm-inline-text-html-with-images)
13268         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13269         (mm-verify-option): Add :version.
13270         (mm-text-html-renderer): Change :version.
13271
13272         * message.el (message-fcc-externalize-attachments)
13273         (message-required-headers, message-draft-headers)
13274         (message-subject-trailing-was-query)
13275         (message-subject-trailing-was-ask-regexp)
13276         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13277         (message-mark-insert-end, message-archive-header)
13278         (message-archive-note, message-cross-post-default)
13279         (message-cross-post-note, message-followup-to-note)
13280         (message-cross-post-note-function, message-use-mail-followup-to)
13281         (message-subscribed-address-functions)
13282         (message-subscribed-address-file, message-subscribed-addresses)
13283         (message-subscribed-regexps, message-allow-no-recipients)
13284         (message-yank-cited-prefix, message-signature-insert-empty-line)
13285         (message-hidden-headers, message-hierarchical-addresses)
13286         (message-mail-user-agent, message-use-idna)
13287         (message-valid-fqdn-regexp)
13288         (message-strip-special-text-properties, message-header-synonyms)
13289         (message-beginning-of-line, message-tab-body-function): Add :version.
13290         (message-insert-canlock, message-wide-reply-confirm-recipients):
13291         Change :version.
13292
13293         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13294         and :version.
13295         (mail-source-delete-old-incoming-confirm)
13296         (mail-source-movemail-program): Add :version.
13297
13298         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13299         (gnus-agent-cache, gnus-agent): Change :version.
13300
13301         * gnus-util.el (gnus-use-byte-compile): Change :version.
13302
13303         * gnus-sum.el (gnus-summary-make-false-root-always)
13304         (gnus-summary-default-high-score)
13305         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13306         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13307         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13308         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13309         (gnus-sum-thread-tree-single-indent)
13310         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13311         (gnus-sum-thread-tree-leaf-with-other)
13312         (gnus-sum-thread-tree-single-leaf): Add :version.
13313         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13314         (gnus-article-loose-mime): Change :version.
13315
13316         * gnus-start.el (gnus-backup-startup-file)
13317         (gnus-save-startup-file-via-temp-buffer): Add :version.
13318
13319         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13320         (gnus-server-offline-face): Add :version.
13321
13322         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13323
13324         * gnus-msg.el (gnus-gcc-externalize-attachments)
13325         (gnus-debug-files, gnus-debug-exclude-variables)
13326         (gnus-discouraged-post-methods): Change :version.
13327         (gnus-confirm-mail-reply-to-news)
13328         (gnus-confirm-treat-mail-like-news): Add :version.
13329
13330         * gnus-int.el (gnus-server-unopen-status): Add :version.
13331
13332         * gnus-group.el (gnus-group-jump-to-group-prompt)
13333         (gnus-large-ephemeral-newsgroup)
13334         (gnus-fetch-old-ephemeral-headers): Add :version.
13335
13336         * gnus-fun.el (gnus-x-face-directory)
13337         (gnus-convert-pbm-to-x-face-command)
13338         (gnus-convert-image-to-x-face-command)
13339         (gnus-convert-image-to-face-command): Add :version.
13340
13341         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13342
13343         * gnus-cite.el (gnus-cite-blank-line-after-header)
13344         (gnus-article-boring-faces): Add :version.
13345
13346         * gnus-art.el (gnus-buttonized-mime-types)
13347         (gnus-inhibit-mime-unbuttonizing)
13348         (gnus-treat-display-face)
13349         (gnus-treat-body-boundary): Change :version.
13350         (gnus-body-boundary-delimiter, gnus-picon-databases)
13351         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13352         (gnus-treat-date-english, gnus-treat-fold-headers)
13353         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13354         (gnus-treat-mail-picon, gnus-treat-wash-html)
13355         (gnus-article-encrypt-protocol)
13356         (gnus-use-idna, gnus-article-over-scroll)
13357         (gnus-mime-display-multipart-alternative-as-mixed)
13358         (gnus-mime-display-multipart-related-as-mixed)
13359         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13360         (gnus-ctan-url, gnus-button-ctan-handler)
13361         (gnus-button-handle-ctan-bogus-regexp)
13362         (gnus-button-ctan-directory-regexp)
13363         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13364         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13365         (gnus-button-man-level, gnus-button-emacs-level)
13366         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13367
13368         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13369         (gnus-agent-go-online): Change :version.
13370         (gnus-agent-expire-unagentized-dirs)
13371         (gnus-agent-auto-agentize-methods): Add :version.
13372
13373         * flow-fill.el (fill-flowed-display-column)
13374         (fill-flowed-encode-column): Add :version.
13375
13376         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13377         (gnus-outlook-deuglify-unwrap-max)
13378         (gnus-outlook-deuglify-cite-marks)
13379         (gnus-outlook-deuglify-unwrap-stop-chars)
13380         (gnus-outlook-deuglify-no-wrap-chars)
13381         (gnus-outlook-deuglify-attrib-cut-regexp)
13382         (gnus-outlook-deuglify-attrib-verb-regexp)
13383         (gnus-outlook-deuglify-attrib-end-regexp)
13384         (gnus-outlook-display-hook): Add :version.
13385
13386         * binhex.el (binhex-use-external): Add :version.
13387
13388 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13391         and `invisible'.
13392
13393 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13394
13395         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13396         in gnus-registry-trim.
13397
13398 2004-09-13  Simon Josefsson  <jas@extundo.com>
13399
13400         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13401
13402         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13403
13404         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13405         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13406         <yamaoka@jpl.org>.
13407         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13408         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13409         <yamaoka@jpl.org>.
13410
13411         * sieve.el (sieve-manage-mode): Ditto.
13412
13413 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13416
13417 2004-09-11  Simon Josefsson  <jas@extundo.com>
13418
13419         * dns-mode.el: Add.
13420
13421         * mm-view.el (mm-display-dns-inline): Add.
13422
13423         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13424         (mm-automatic-display): Ditto.
13425
13426         * mailcap.el (mailcap-mime-data): Add text/dns.
13427         (mailcap-mime-extensions): Map .soa to text/dns.
13428
13429 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13430
13431         * gnus-art.el (article-decode-mime-words, article-babel)
13432         (gnus-article-highlight-signature, gnus-article-add-buttons)
13433         (gnus-signature-toggle): Remove unnecessary bindings of
13434         `inhibit-read-only' inherited from v5.10 merge.
13435
13436 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * nntp.el (nntp): New customization group.
13439         (nntp-authinfo-file): Add customization group.
13440
13441         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13442
13443         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13444
13445         * gnus.el (to-address, to-list, subscribed)
13446         (large-newsgroup-initial): Ditto.
13447
13448         * flow-fill.el (fill-flowed-display-column)
13449         (fill-flowed-encode-column): Ditto.
13450
13451 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13452
13453         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13454         Use point-min rather than 1.
13455         (message-send-mail): Use buffer-size rather than point-max.
13456
13457         * gnus-sum.el (gnus-summary-search-article-forward):
13458         Signal a specific `search-failed' rather than a generic `error'.
13459
13460         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13461         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13462         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13463
13464 2004-09-10  Simon Josefsson  <jas@extundo.com>
13465
13466         * nndb.el (require): Remove tcp and duplicate cl.
13467
13468 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-agent.el (directory-files-and-attributes): Move forward.
13471
13472 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13473
13474         * gnus-agent.el (directory-files-and-attributes): Optionally
13475         defined to support XEmacs.
13476
13477 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13478
13479         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13480         to avoid run-time CL dependencies.
13481         (gnus-agent-unfetch-articles): New function.
13482         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13483         article numbers even when local .overview file is missing.
13484         (gnus-agent-read-article-number): New function.  Only accepts
13485         27-bit article numbers.
13486         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13487         gnus-agent-read-article-number.
13488         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13489         from backend while recognizing that article numbers in .overview
13490         must be valid.
13491         (gnus-agent-update-files-total-fetched-for): Use
13492         directory-files-and-attributes to improve performance.
13493         * gnus-int.el (gnus-request-move-article): Use
13494         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13495         improve performance.
13496
13497         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13498         some users confused by references to .newsrc when they only have a
13499         .newsrc.eld file.
13500         (gnus-convert-mark-converter-prompt)
13501         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13502         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13503         New function.  Used internally to only display 'gnus converting
13504         files' message when actually necessary.
13505
13506         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13507         methods now autoloaded.
13508
13509 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13512         identifiers.
13513
13514 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * gnus-picon.el: Fix indentation and closing parenthesis.
13517
13518 2004-09-01  Simon Josefsson  <jas@extundo.com>
13519
13520         * message.el (message-canlock-generate): Require sha1, not
13521         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13522         to require within a function.  Sadly, if sha1.el isn't loaded, the
13523         let binding in m-c-g will hide the defcustom definition, which is
13524         bad.)
13525
13526         * canlock.el: Require sha1, not sha1-el.
13527
13528         * message.el: Don't autoload sha1 (there is a autoload cookie in
13529         sha1.el).
13530
13531         * sha1-el.el: Renamed to sha1.el.
13532
13533 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13534
13535         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13536
13537 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13538
13539         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13540
13541 2004-08-30  Kim F. Storm  <storm@cua.dk>
13542
13543         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13544
13545         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13546         Add :group 'nnimap.
13547
13548 2004-08-30  Andreas Schwab  <schwab@suse.de>
13549
13550         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13551         ?* and ?\;.
13552
13553         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13554         and ?\' to symbol instead of whitespace.
13555
13556 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13559
13560         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13561         instead of re-search-forward.
13562
13563         * gnus-uu.el (gnus-uu-save-article): Ditto.
13564         (gnus-uu-post-encode-uuencode): Ditto.
13565
13566         * html2text.el (html2text-clean-list-items): Ditto.
13567         (html2text-clean-dtdd): Ditto.
13568         (html2text-format-tags): Ditto.
13569
13570         * message.el (message-send-mail-with-sendmail): Fix regexp.
13571         (message-fill-field-general): Use search-forward instead of
13572         re-search-forward.
13573         (unbold-region): Ditto.
13574
13575         * nnrss.el (nnrss-request-article): Ditto.
13576
13577         * nnslashdot.el (nnslashdot-request-article): Ditto.
13578
13579         * nnweb.el (nnweb-gmane-wash-article): Ditto.
13580
13581         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13582         "Unrecognized menu descriptor" error in XEmacs.
13583
13584 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13585
13586         * gnus-sum.el (gnus-read-header): Don't remove a header for the
13587         parent article of a sparse article in the thread hashtb.
13588
13589 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
13590
13591         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13592         (nnmail-expand-newtext): Lowercase expanded entries if
13593         nnmail-split-lowercase-expanded is non-nil.
13594
13595 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13598
13599         * gnus-group.el (gnus-group-line-format-alist): Convert the value
13600         of gnus-tmp-news-method into string under XEmacs.  It will be
13601         passed to gnus-correct-length which takes only a string argument.
13602
13603 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-util.el (gnus-bind-print-variables): New macro.
13606         (gnus-prin1): Use it.
13607         (gnus-prin1-to-string): Use it.
13608         (gnus-pp): New function.
13609         (gnus-pp-to-string): New function.
13610
13611         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13612         Replace pp-to-string with gnus-pp-to-string.
13613         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13614         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13615         * gnus-msg.el (gnus-debug): Ditto.
13616         * gnus-score.el (gnus-score-save): Ditto.
13617         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13618         gnus-pp-to-string.
13619         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13620         with gnus-pp.
13621         * score-mode.el (gnus-score-pretty-print): Ditto.
13622         * webmail.el (webmail-debug): Ditto.
13623
13624 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-art.el (article-display-face, article-display-x-face):
13627         Use buffer-read-only.
13628
13629 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-art.el (article-hide-list-identifiers):
13632         Bind inhibit-read-only as t.
13633
13634 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13637
13638 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13639
13640         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13641         (gnus-narrow-to-page): Don't assume point-min == 1.
13642         (gnus-article-edit-mode): Derive from message-mode.
13643
13644         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13645         point-min == 1.
13646
13647         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13648         Disable incorrect use of `assert'.
13649
13650         * message.el (message-mode): Set comment-start-skip.
13651
13652
13653 2004-08-22  Sam Steingold  <sds@gnu.org>
13654
13655         * pop3.el (pop3-leave-mail-on-server): New user variable.
13656         (pop3-movemail): Delete mail only when it is nil.
13657
13658 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13661
13662         * mml.el (mml-preview): Use `pop-to-buffer'.
13663
13664         * message.el (message-goto-mail-followup-to): Insert after "To".
13665         (message-carefully-insert-headers): Add comment.
13666
13667         * gnus.el: Remove unused variable `gnus-article-check-size'.
13668
13669         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13670
13671         * gnus-art.el (gnus-button-alist): Improve
13672         `gnus-button-handle-library' entry.
13673
13674 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13675
13676         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13677         downcase, since XEmacs capitalizes error messages differently.
13678
13679 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13680
13681         * nntp.el: Add (require 'gnus) due to reference to
13682         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13683
13684 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13685
13686         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13687         `mm-fill-flowed'.
13688
13689         * mm-decode.el (mm-dissect-singlepart): Check it.
13690
13691 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13692
13693         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13694         'imap' for netrc parsing.
13695
13696 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * mailcap.el (mailcap-mime-data): Mark as risky.
13699
13700 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13703         may be included in the encoded word.
13704         (rfc2047-encode): Don't append a space if the encoded word
13705         includes close parenthesis.
13706
13707 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13710         of text within parentheses.
13711
13712 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13715         (gnus-encrypt-write-file-contents): Make the password key the file
13716         name PLUS the cipher, not just the cipher.  Also remove failed
13717         passwords from the cache.
13718
13719 2004-08-06  Simon Josefsson  <jas@extundo.com>
13720
13721         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13722         fix.
13723
13724 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13727         LWSP.
13728
13729 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13730
13731         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13732         to append in-reply-to: data to the references: header.
13733
13734         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13735         (netrc-parse): Use gnus-encrypt.el functions.
13736
13737         * gnus-encrypt.el: Add new file for encryption support; currently
13738         does only a few GPG ciphers and an internal XOR cipher.
13739
13740         * password.el: Add comments on using password-read-and-add.
13741         (password-read-and-add): Add function to read and add the
13742         password to the cache at once.
13743
13744 2004-07-28  Simon Josefsson  <jas@extundo.com>
13745
13746         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13747         parameter (but don't use it, for now).
13748
13749         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13750         instead of hard coding to nil.
13751
13752 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13755         as mm-inline-image-xemacs does.
13756
13757 2004-07-26  Simon Josefsson  <jas@extundo.com>
13758
13759         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13760         Revert part of 2004-07-17 change below.
13761
13762 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13765         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13766
13767 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13768
13769         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13770         quotes that actually start with ">" at the beginning of the
13771         lines.
13772
13773 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * rfc2047.el (rfc2047-encode-region): Fix last change.
13776         (rfc2047-encode-parameter): Remove useless concat.
13777
13778 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13781         encode special characters; fix some kind of misconfigured headers;
13782         signal a real error if debug-on-quit or debug-on-error is non-nil.
13783         (rfc2047-encode-max-chars): New variable.
13784         (rfc2047-encode-1): Use it.
13785         (rfc2047-encode-parameter): New function.
13786
13787         * mml.el (mml-insert-parameter): Remove an excessive space.
13788
13789 2004-07-17  Simon Josefsson  <jas@extundo.com>
13790
13791         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13792         Kai Grossjohann <kai@emptydomain.de>.
13793         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13794         (gnus-group-make-menu-bar): Ditto.
13795
13796         * gnus-util.el (gnus-group-server): Add.
13797
13798 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13799
13800         * message.el (message-clone-locals): Clone sendmail and smtp
13801         variables.
13802
13803 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * rfc2047.el (rfc2047-encode-region): Fix last change.
13806
13807 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13810         characters as non-special.
13811
13812 2004-07-09  Simon Josefsson  <jas@extundo.com>
13813
13814         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13815         Users will lose all flag changes made while unplugged with
13816         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13817         good default.  See numerous reports on ding mailing list.
13818
13819 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13822         add generate-head-function and generate-article-function to the
13823         rfc822-forward entry.
13824         (nndoc-rfc822-forward-generate-article): New function.
13825         (nndoc-rfc822-forward-generate-head): New function.
13826
13827         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13828
13829 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13830
13831         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13832         respect display group parameter and gnus-summary-expunge-below.
13833         (gnus-articles-to-read): Remove unused reference to display group
13834         parameter.
13835
13836 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * nnheader.el (nnheader-uniquify-message-id): New experimental
13839         variable.
13840         (nnheader-nov-read-message-id): Use it.
13841
13842         * spam-report.el (spam-report-gmane): Add interactive.
13843
13844 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13847         qp-or-base64 for the application/* types.
13848
13849 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13850
13851         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13852
13853 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13854
13855         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13856         trim value.
13857
13858 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13859
13860         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13861         New macro and function.
13862         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13863
13864 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13867         after-load-alist.
13868
13869 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13870
13871         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13872         update info that isn't there.
13873
13874 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13875
13876         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13877         entry.
13878
13879 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * mm-view.el (mm-inline-render-with-function): Use multibyte
13882         buffer; decode html source by charset.
13883
13884         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13885
13886         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13887         Mule-UCS is loaded under XEmacs.
13888         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13889
13890 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13891
13892         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13893
13894 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * mm-util.el (mm-coding-system-p): Return a coding-system.
13897         (mm-mime-mule-charset-alist): Use shift_jis instead of
13898         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13899         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13900         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13901         instead of japanese-shift-jis and iso-latin-1 respectively in
13902         order to share the default value with both Emacs and XEmacs-mule.
13903         (mm-mule-charset-to-mime-charset): Make
13904         mm-coding-system-priorities effective.
13905         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13906         while predicating of candidates upon the priorities.
13907
13908 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13909
13910         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13911         gnus-uu-invert-processable.
13912
13913         * gnus.el: Autoload gnus-uu-invert-processable.
13914
13915 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * mm-util.el (mm-with-multibyte-buffer): New macro.
13918
13919         * rfc2047.el (rfc2047-encode-string): Use it.
13920         (rfc2047-encode-region): Move point to the end of the region after
13921         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13922
13923 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13926         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13927
13928 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13931         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13932         Karl Chen <quarl@nospam.quarl.org>.
13933
13934 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13935
13936         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13937         invalid addresses.
13938
13939 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13940
13941         * spam.el: Change section markers, revise TODO list.
13942         (spam-backends): Make new master list of all installed backends.
13943         (spam-summary-exit-behavior): Add new variable to determine how
13944         messages moves are done at summary exit.
13945         (spam-move-spam-nonspam-groups-only)
13946         (spam-process-ham-in-nonham-groups)
13947         (spam-process-ham-in-spam-groups): Remove variables, the
13948         spam-summary-exit-behavior variable should be used to manage this
13949         behavior.
13950         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13951         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13952         and spam-old-spam-articles.
13953         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13954         Add empty variables, placeholders for the backends they represent.
13955         (spam-set-difference): Move, unchanged.
13956         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13957         unless the user has a processor variable.
13958         (spam-classifications, spam-classification-valid-p)
13959         (spam-backend-properties, spam-backend-property-valid-p)
13960         (spam-backend-function-type-valid-p)
13961         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13962         (spam-report-articles-gmane, spam-report-articles-resend):
13963         Remove functions, they are not needed.
13964         (spam-install-backend-super, spam-backend-list)
13965         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13966         (spam-backend-function, spam-backend-ham-registration-function)
13967         (spam-backend-spam-registration-function)
13968         (spam-backend-ham-unregistration-function)
13969         (spam-backend-spam-unregistration-function)
13970         (spam-backend-statistical-p, spam-backend-mover-p)
13971         (spam-install-backend-alias, spam-install-checkonly-backend)
13972         (spam-install-mover-backend, spam-install-nocheck-backend)
13973         (spam-install-backend, spam-install-statistical-backend)
13974         (spam-install-statistical-checkonly-backend): Add backend installation
13975         support.
13976         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13977         (spam-group-processor-p): Use the new backend code and respect the
13978         summary exit behavior.
13979         (spam-mark-spam-as-expired-and-move-routine): Remove.
13980         (spam-summary-prepare): Change to use the new spam-old-articles
13981         variable.
13982         (spam-copy-or-move-routine, spam-copy-spam-routine)
13983         (spam-move-spam-routine, spam-copy-ham-routine)
13984         (spam-move-ham-routine): Add code to copy/move ham or spam.
13985         (spam-fetch-field-fast): Improve doc and code, plus allow the
13986         'number request.
13987         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13988         variables.
13989         (spam-split, spam-find-spam): Use the new backend code.
13990         (spam-registration-functions): Remove variable.
13991         (spam-unregister-routine): Add convenience wrapper.
13992         (spam-log-undo-registration, spam-register-routine)
13993         (spam-log-processing-to-registry)
13994         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13995         where possible.
13996         (spam-check-gmane-xref, spam-check-regex-headers)
13997         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13998         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13999         (spam-check-bogofilter-headers, spam-check-spamoracle)
14000         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14001         (spam-check-crm114-headers): Use the spam-split-group that
14002         spam-split prepares, no need to determine it every time.
14003
14004         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14005         to the nnheader-parse-naked-head call.
14006
14007         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14008
14009         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14010         the nnheader-nov-read-message-id call.
14011
14012 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14015         gnus-activate-group twice.  Suggested by Markus Peter
14016         <warp@spin.de>.
14017
14018 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-art.el (gnus-article-time-format): Exchange the order of
14021         day and month in the default value; fix customization type.
14022         (article-date-ut): Use add-text-properties.
14023         (article-make-date-line): Use message-make-date instead of
14024         current-time-string.
14025
14026         * message.el (message-fetch-field): Don't use set-text-properties.
14027         (message-make-date): Simplify.
14028
14029         * messagexmas.el (message-xmas-make-date): New function.
14030         (message-xmas-redefine): Defalias message-make-date to it.
14031
14032 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14035         (rfc2047-encode-region): Treat text within parentheses as special;
14036         show the original text when error has occurred.
14037
14038         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14039         already-computed method to gnus-activate-group.
14040
14041         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14042         same select-methods identical Lisp objects.
14043
14044         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14045         object when modifying the info.
14046
14047 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14050         gnus-opened-servers since it has never been opened with the new
14051         configuration yet.
14052
14053 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14056         arg to nnheader-generate-fake-message-id.
14057
14058 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14059
14060         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14061         number and build a fake message ID localized to a group and
14062         article number (so it's repeatable from that point on).
14063         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14064         ID format.
14065
14066         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14067         nnheader-generate-fake-message-id with the article number.
14068
14069 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14070
14071         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14072         end-of-buffer.
14073
14074 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14075
14076         * message.el (message-ignored-supersedes-headers): Add Approved.
14077
14078 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14081         goto-char.
14082         (rfc2047-encode): Fold the line before encoding.
14083
14084 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14085
14086         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14087         folding -- not all headers can be folded, and this should be done
14088         by the message composition mode.  Probably.  I think.
14089
14090 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14093         fast.
14094
14095         * gnus-ems.el (gnus-remove-image): Don't use
14096         message-text-with-property; remove only the image found first.
14097
14098         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14099         found first.
14100
14101 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14102
14103         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14104
14105 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * message.el (message-text-with-property): Make it fast and accept
14108         optional arguments.
14109         (message-strip-forbidden-properties): Use it.
14110         (message-fix-before-sending): Follow the m-t-w-p change.
14111
14112         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14113
14114 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-art.el (article-hide-headers): Don't change the buffer
14117         mistakenly when performing mml-preview even if
14118         gnus-single-article-buffer is nil.
14119
14120 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14121
14122         * message.el (message-expand-name-databases): New user option.
14123         (message-expand-name): Use it.
14124
14125 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14126
14127         * spam.el (spam-report-articles-resend)
14128         (spam-report-resend-register-routine): Allow ham reporting.
14129         (spam-report-resend-register-ham-routine): Add wrapper.
14130         (spam-registration-functions): Add ham resending functions.
14131         (spam-list-of-processors): Add ham resend processor.
14132
14133         * gnus.el (ham-resend-to): Add new group parameter.
14134         (spam-process): Add ham resend option.
14135
14136         * spam-report.el (spam-report-resend): Allow reporting ham.
14137         (spam-report-resend-ham): Add wrapper.
14138
14139 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14140
14141         * message.el (message-cite-articles-with-x-no-archive): New
14142         variable.
14143         (message-cite-original): Use it.
14144
14145 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14146
14147         * message.el (message-cite-original): Respect X-No-Archive.
14148
14149 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-art.el (article-hide-headers): Refer to the values for
14152         gnus-ignored-headers and gnus-visible-headers in the summary
14153         buffer since a user may have set them as group parameters.
14154
14155 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * assistant.el (assistant-node-name): Add convenience function.
14158         (assistant-render-text, assistant-render-node): Add error handling,
14159         plus handle multiple next nodes.
14160         (assistant-find-next-node): Comment out for now.
14161         (assistant-find-next-nodes): Add function, returns list of next
14162         nodes.
14163
14164 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * mail-source.el (mail-source-directory): Fix doc-string.
14167
14168 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14169
14170         * assistant.el (assistant-render-text, assistant-eval): Add :set
14171         widget type, which is different because it takes and returns a
14172         list.  Much hilarity ensues.
14173
14174 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14177
14178         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14179         doc-string.
14180
14181         * gnus-start.el (gnus-activate-group): Added doc-string.
14182
14183 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14186
14187 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14188
14189         * assistant.el (assistant-render-text): Try to add a :set
14190         widget, more to come.
14191
14192         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14193         strings.
14194         (spam-report-articles-resend)
14195         (spam-register-routine): Do registration iff any articles warrant
14196         it.
14197         (spam-summary-prepare-exit): Change log message for nil group
14198         destinations.
14199
14200 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14201
14202         * spam.el (spam-report-resend-register-routine): Allow
14203         spam-report-resend-to to be a group parameter or a global value.
14204
14205 2004-05-26  Simon Josefsson  <jas@extundo.com>
14206
14207         * starttls.el: Merge with my GNUTLS based starttls.el.
14208         (starttls-gnutls-program, starttls-use-gnutls)
14209         (starttls-extra-arguments, starttls-process-connection-type)
14210         (starttls-connect, starttls-failure, starttls-success): New
14211         variables.
14212         (starttls-program, starttls-extra-args): Doc fix.
14213         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14214         functions.
14215         (starttls-negotiate, starttls-open-stream): Check
14216         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14217         function if it is set.
14218
14219 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14222         structured fields.
14223
14224 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14227
14228 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14229
14230         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14231         variable.
14232         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14233         assigning the spam-mark to new messages.
14234
14235 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14236
14237         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14238
14239 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * dgnushack.el: Autoload customize-set-variable for XEmacs.
14242
14243         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14244         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14245         default.
14246
14247 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14248
14249         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14250         correct data.
14251
14252 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14253
14254         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14255         (spam-group-processor-p): Fix function.
14256         (spam-group-processor-multiple-p)
14257         (spam-group-spam-processor-report-gmane-p)
14258         (spam-group-spam-processor-report-resend-p)
14259         (spam-group-spam-processor-bogofilter-p)
14260         (spam-group-spam-processor-blacklist-p)
14261         (spam-group-spam-processor-ifile-p)
14262         (spam-group-ham-processor-ifile-p)
14263         (spam-group-spam-processor-spamoracle-p)
14264         (spam-group-spam-processor-crm114-p)
14265         (spam-group-ham-processor-bogofilter-p)
14266         (spam-group-spam-processor-stat-p)
14267         (spam-group-ham-processor-stat-p)
14268         (spam-group-ham-processor-whitelist-p)
14269         (spam-group-ham-processor-BBDB-p)
14270         (spam-group-ham-processor-spamoracle-p)
14271         (spam-group-ham-processor-copy-p): Remove functions with some
14272         prejudice against unneeded code.
14273         (spam-report-articles-resend)
14274         (spam-report-resend-register-routine): Allow the group/topic
14275         spam-resend-to value to override spam-report-resend-to.
14276         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14277         properly now.
14278
14279         * gnus.el (spam-resend-to): Add group/topic parameter.
14280         (spam-process): Move the OBSOLETE processors to the end of the
14281         choices.
14282
14283 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14284
14285         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14286         with resend-to set to nil, and then ask the user if necessary.
14287         (spam-report-resend): spam-report-resend takes a list of articles, not
14288         separate article numbers.
14289
14290 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14293         addition to emacs-w3m.
14294
14295 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14296
14297         * assistant.el (assistant-authinfo-data): New function.
14298         (assistant-eval): Eval for entire assistant.
14299
14300         * netrc.el (netrc-services-file): New variable.
14301         (netrc-parse-services): New function.
14302         (netrc-find-service-name): New function.
14303         (netrc-find-service-number): New function.
14304         (netrc-port-equal): New function.
14305         (netrc-machine): Use it.
14306
14307         * nnimap.el (nnimap-open-connection): Use netrc.
14308
14309         * gnus-util.el (gnus-netrc-get): Remove aliases.
14310
14311         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14312
14313         * assistant.el (wid-edit): Fix compilation.
14314
14315         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14316
14317 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14318
14319         * gnus-util.el (gnus-set-file-modes): New function.  (small
14320         patch).
14321
14322 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14323
14324         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14325
14326         * assistant.el (assistant-render-node): Fix up rendering and
14327         read-only text.
14328         (assistant-render-node): Reset.
14329         (assistant-make-read-only): Not sticky.
14330
14331 2004-05-20  Danny Siu  <dsiu@adobe.com>
14332
14333         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14334         centered even when gnus-auto-center-summary is t.
14335
14336 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337
14338         * dns.el (dns-get-txt-answer): New function.
14339         (dns-read-txt): Ditto.
14340         (query-dns): Use it.
14341
14342 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14345         active for foreign groups even if the group level is higher than
14346         the specified value.
14347
14348 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14349
14350         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14351         non-active groups.
14352
14353         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14354
14355 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14356
14357         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14358
14359 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14360
14361         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14362         (spam-crm114-header, spam-crm114-spam-switch)
14363         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14364         (spam-crm114-positive-spam-header)
14365         (spam-crm114-database-directory, spam-list-of-processors)
14366         (spam-group-spam-processor-crm114-p)
14367         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14368         (spam-generic-score, spam-list-of-checks)
14369         (spam-list-of-statistical-checks, spam-registration-functions)
14370         (spam-check-crm114-headers, spam-crm114-score)
14371         (spam-check-crm114, spam-crm114-register-with-crm114)
14372         (spam-crm114-register-spam-routine)
14373         (spam-crm114-unregister-spam-routine)
14374         (spam-crm114-register-ham-routine)
14375         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14376         asjo@koldfront.dk (Adam Sjøgren).
14377
14378         * gnus.el: Add spam-use-crm114.
14379
14380         * spam.el (spam-list-of-processors, spam-registration-functions):
14381         Add spam-use-resend.
14382         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14383         (spam-report-articles-gmane): Add doc fix.
14384         (spam-report-articles-resend, spam-report-resend-register-routine):
14385         Add wrappers around spam-report-resend-to.
14386
14387         * spam-report.el (spam-report-resend-to, spam-report-resend):
14388         Add support for resending spam.
14389         (spam-report-gmane): Fix line length >80.
14390
14391         * gnus.el (spam-process): Add spam-use-resend.
14392
14393 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14394
14395         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14396         number of processed spam messages.
14397         (spam-ham-copy-or-move-routine): Return the number of processed
14398         ham messages.
14399         (spam-summary-prepare-exit): Use the above values to decide
14400         whether status messages shouled be displayed.
14401
14402 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14405         `rfc2047-encoding-function-alist' in order to avoid conflicting
14406         with the old version.
14407         (rfc2047-encode-region): Concatenate words containing non-ASCII
14408         characters in structured fields; don't encode space-delimited
14409         ASCII words even in unstructured fields; don't break words at
14410         char-category boundaries.
14411         (rfc2047-encode-1): New function.
14412         (rfc2047-encode): Use it; encode text so that it occupies the
14413         maximum width within 76-column; work correctly on Q encoding for
14414         iso-2022-* charsets.
14415         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14416         sure not to break a line just after the header name.
14417         (rfc2047-b-encode-region): Removed.
14418         (rfc2047-b-encode-string): New function.
14419         (rfc2047-q-encode-region): Removed.
14420         (rfc2047-q-encode-string): New function.
14421
14422         * mm-util.el (mm-replace-in-string): New function.
14423
14424 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14425
14426         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14427         get it right.
14428         (gnus-inews-make-draft): Really.
14429
14430 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14431
14432         * nnmh.el (nnmh-request-list-1): Don't check the link count
14433         before descending.  (small patch)
14434
14435 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14436
14437         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14438         stuff.
14439
14440         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14441         on real group name.
14442
14443         * gnus-art.el (gnus-signature-limit): Doc fix.
14444
14445         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14446
14447         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
14448
14449 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
14450
14451         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
14452         isn't a string.
14453
14454 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14455
14456         * gnus-draft.el (gnus-draft-send): Bind
14457         rfc2047-encode-encoded-words.
14458
14459         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14460         (rfc2047-encodable-p): Say that =? needs encoding.
14461         (rfc2047-encode-encoded-words): New variable.
14462
14463         * gnus-group.el (gnus-group-select-group): Doc fix.
14464
14465         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14466
14467         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14468         to nil.
14469
14470         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14471
14472         * nnheader.el (nnheader-get-lines-and-char): New function.
14473
14474 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * gnus-msg.el (gnus-summary-followup-with-original): Document
14477         yanking of region when active.
14478
14479 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14482         groups if the group level is higher than the specified value.
14483
14484 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14485
14486         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14487         (gnus-group-jump-to-group): Added prefix argument using
14488         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14489         non-active group.
14490
14491         * compface.el (uncompface): Be verbose when changing
14492         `uncompface-use-external'.
14493
14494         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14495         handle manual section.
14496
14497 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14498
14499         * gnus-art.el (gnus-button-alist): Revert previous change.
14500
14501 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14504
14505 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14506
14507         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14508         whether backend can accept message.
14509
14510         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14511
14512 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14513
14514         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14515         Avoid creating directory when nntp-marks-is-evil is true.
14516         Reported by Reiner Steib.
14517
14518 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * gnus-picon.el (gnus-picon-style): New variable.
14521         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14522         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14523         Jesper Harder <harder@ifa.au.dk>.
14524
14525 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14526
14527         * message.el (message-fill-field): Return point.
14528         (message-generate-headers): Go to end of field.
14529
14530         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14531         stuff for non-living groups.
14532
14533 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14534
14535         * gnus-art.el (gnus-article-followup-with-original)
14536         (gnus-article-reply-with-original): gnus-mark-active-p ->
14537         gnus-region-active-p.
14538
14539 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14540
14541         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14542         only when there is spam or ham to be processed.
14543
14544 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14545
14546         * mail-source.el (mail-source-delete-crash-box): Refactor.
14547         (mail-source-fetch): Use it.
14548         (mail-source-fetch-file): Ditto.
14549         (mail-source-fetch-directory): Run postscript in loop.
14550         (mail-source-fetch-pop): Delete.
14551         (mail-source-fetch-maildir): Ditto.
14552         (mail-source-fetch-imap): Ditto.
14553
14554         * imap.el (imap-authenticators): Comment out sasl.
14555
14556         * message.el (message-skip-to-next-address): New function.
14557         (message-fill-header-address): Refactor.
14558         (message-fill-address): Use it.
14559         (message-delete-address): Use it.
14560         (message-fill-header-general): Refactor.
14561         (message-fill-field-address): Rename.
14562         (message-narrow-to-field): Find the start of the header.
14563         (message-header-format-alist): Don't pre-fill.
14564         (message-fill-header): Removed.
14565         (message-insert-header): New function.
14566         (message-shorten-references): Use it.
14567
14568         * rfc2047.el (rfc2047-field-value): Strip props.
14569
14570         * mail-parse.el (mail-header-make-address): New alias.
14571
14572         * ietf-drums.el (ietf-drums-make-address): New function.
14573
14574         * imap.el: Add compiler directives.
14575
14576         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14577
14578         * gnus-art.el (article-decode-idna-rhs): Don't use
14579         message-idna-inside-rhs-p.
14580
14581 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14582
14583         * message.el (message-idna-inside-rhs-p): Removed.
14584         (message-idna-to-ascii-rhs-1): Use proper address parsing.
14585
14586         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14587         false positives.
14588
14589 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14590
14591         * imap.el (imap-sasl-make-mechanisms): Use sasl.
14592
14593 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14594
14595         * nneething.el (nneething-file-name): Don't create spurious
14596         files.
14597
14598         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14599         (gnus-inews-do-gcc): Remove sleep.
14600
14601         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14602         part under point.
14603
14604         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14605         (gnus-agent-regenerate-group): Using nil messages aren't valid.
14606
14607 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
14608
14609         * spam.el (spam-summary-prepare-exit): Fixed (length).
14610
14611 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14612
14613         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14614         as expired without moving it" message when there are spam
14615         messages left.
14616
14617 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14618
14619         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14620         header is not nil.
14621
14622 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14623
14624         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14625         nntp-possibly-create-directory, not nntp-possibly-change-group.
14626         (nntp-marks-changed-p): New arg SERVER.
14627         (nntp-request-update-info): Adjust caller.
14628
14629 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14630
14631         * nntp.el (nntp-save-marks): Pass missing arg.
14632
14633 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14634
14635         * nntp.el: Support marks.
14636         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14637         (nntp-marks-modtime, nntp-marks-directory): New variables.
14638         (nntp-request-set-mark, nntp-request-update-info)
14639         (nntp-possibly-create-directory, nntp-marks-changed-p)
14640         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14641         functions.
14642
14643 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14644
14645         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14646         (gnus-xmas-redefine): Rename.
14647
14648         * gnus-score.el (gnus-score-insert-help): Use
14649         gnus-select-lowest-window.
14650
14651         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14652         appt-select-lowest-window and rename to gnus-select-lowest-window.
14653
14654         * gnus.el: do.
14655
14656 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14657
14658         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14659         encodings of MIME-encoded words, in order to improve
14660         interoperability with several broken MUAs.
14661
14662 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14663
14664         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14665         tags, only when charsets are not specified in headers.
14666         (mm-inline-text-html-render-with-w3m): Ditto.
14667
14668         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14669         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14670
14671 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14672
14673         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14674         instead of MIME-decoded from fields when checking
14675         `gnus-article-address-banner-alist'.
14676
14677 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14678
14679         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14680         description rather than subject.
14681
14682 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14683
14684         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14685
14686 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14687
14688         * gnus.el (gnus-version-number): Bump.
14689
14690 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14691
14692         * gnus.el: No Gnus v0.2 is released.
14693
14694 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14695
14696         * gnus-agent.el (gnus-agent-read-agentview): Inline
14697         gnus-uncompress-range.
14698
14699 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14700
14701         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14702         `exec-installed-p'.
14703
14704 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14705
14706         * gnus.el (spam-process, spam-autodetect-methods): Add
14707         bsfilter and bsfilter-headers.
14708
14709         * spam.el (spam-bsfilter): New customize group.
14710         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14711         (spam-bsfilter-header, spam-bsfilter-probability-header)
14712         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14713         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14714         (spam-bsfilter-database-directory): New options.
14715         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14716         (spam-list-of-statistical-checks, spam-registration-functions):
14717         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14718         (spam-bsfilter-score): New command.
14719         (spam-check-bsfilter-headers, spam-check-bsfilter)
14720         (spam-bsfilter-register-with-bsfilter)
14721         (spam-bsfilter-register-spam-routine)
14722         (spam-bsfilter-unregister-spam-routine)
14723         (spam-bsfilter-register-ham-routine)
14724         (spam-bsfilter-unregister-ham-routine): New functions.
14725         (spam-generic-score): Support bsfilter; Accept an optional argument
14726         to recalcurate spam score even if scoring header has already been
14727         added.
14728         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14729         optional argument to recalcurate spam score even if scoring header
14730         has already been added.
14731
14732 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14733
14734         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14735         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14736         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14737         link is missing.
14738
14739 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14740
14741         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14742         (html2text-get-attr): Rewrite.
14743
14744         * message.el (message-setup-1): Remove redundant put-text-property
14745         on mail-header-separator.
14746
14747 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14748
14749         * gnus-registry.el (gnus-registry-cache-whitespace)
14750         (gnus-registry-action, gnus-registry-spool-action)
14751         (gnus-registry-split-fancy-with-parent): Change message levels
14752         from 5 to 3 or 7, as needed.
14753
14754         * spam.el (spam-summary-prepare-exit)
14755         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14756         (spam-split, spam-find-spam, spam-log-undo-registration)
14757         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14758         level from 5 to 6.
14759
14760 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14763         2004-03-04 change).
14764
14765 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14766
14767         * sieve-manage.el (sieve-manage-open):
14768         * nnweb.el (nnweb-insert-html):
14769         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14770         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14771         * nnspool.el (nnspool-request-group):
14772         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14773         * nnml.el (nnml-request-update-info):
14774         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14775         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14776         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14777         (nnimap-request-set-mark):
14778         * nnfolder.el (nnfolder-request-update-info):
14779         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14780         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14781         * gnus-uu.el (gnus-uu-find-articles-matching):
14782         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14783         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14784         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14785         * gnus-nocem.el (gnus-nocem-scan-groups):
14786         * gnus-int.el (gnus-start-news-server):
14787         * gnus-group.el (gnus-group-make-kiboze-group)
14788         (gnus-group-browse-foreign-server):
14789         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14790         Use mapc when appropriate.
14791
14792 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14793
14794         FIXME: Make separate entries for each person.
14795
14796         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14797         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14798         <shields@msrl.com>:
14799
14800         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14801         may need for spam sorting and scoring.
14802         (spam-user-format-function-S): Add user format function suitable for
14803         general use.
14804         (spam-article-sort-by-spam-status): Add sorting function for summary
14805         sorting.
14806         (spam-extra-header-to-number): Add function to get a score from a
14807         header.
14808         (spam-summary-score): Add function to get a numeric score from the
14809         headers.
14810         (spam-generic-score): Fix function doc, was in wrong place.
14811         (spam-initialize): Take symbols when it's run, and install the
14812         extra headers that spam-necessary-extra-headers thinks we need.
14813
14814 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14815
14816         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14817         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
14818
14819 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14820
14821         * gnus-sum.el (gnus-set-global-variables)
14822         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14823         (gnus-article-get-xrefs, gnus-summary-best-group)
14824         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14825         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14826         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14827         Use with-current-buffer.
14828
14829 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * spam.el (spam-summary-prepare-exit): Simplify logic.
14832         (spam-fetch-article-header): Read the article header if it's not
14833         available.
14834         (spam-list-articles): Simplify logic.
14835         (spam-filelist-register-routine): Fix bug with unregister-list.
14836
14837         * gnus-registry.el: Fix comments at beginning.
14838
14839 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14840
14841         * message.el (message-cater-to-broken-inn): Remove.
14842         (message-shorten-references): Make sure the total folded length of
14843         References is shorter than 998 characters to cater to a bug in INN
14844         2.3.  Also, don't pretend that references aren't folded -- this
14845         hasn't worked for a while.
14846
14847 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14848
14849         * gnus-agent.el (gnus-agentize):
14850         gnus-agent-send-mail-real-function no longer set to current value
14851         of message-send-mail-function but rather a lambda that calls
14852         message-send-mail-function.  The change makes the agent real-time
14853         responsive to user changes to message-send-mail-function.
14854
14855 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14856
14857         * legacy-gnus-agent.el
14858         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14859         help from Florian Weimer <fw@deneb.enyo.de>
14860
14861 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * nnmail.el (nnmail-cache-insert): Revert last change.
14864
14865 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * nnmail.el (nnmail-cache-insert): Always check whether
14868         nnmail-cache-ignore-groups matches a group name.
14869
14870 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14871
14872         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14873         (spam-find-spam, spam-log-processing-to-registry)
14874         (spam-log-registered-p, spam-log-unregistration-needed-p)
14875         (spam-log-undo-registration): Use gnus-message instead of
14876         gnus-error, none of these errors are fatal.
14877
14878         * gnus-registry.el (gnus-registry-clean-empty-function)
14879         (gnus-registry-clean-empty): Remove only empty entries without
14880         extra data.
14881
14882 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14883
14884         * spam-stat.el (spam-stat-buffer-change-to-spam)
14885         (spam-stat-buffer-change-to-non-spam): Change (error) to
14886         (gnus-message 8) invocation.
14887
14888 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * nntp.el (nntp-via-netcat-command): New variable.
14891         (nntp-via-netcat-switches): New variable.
14892         (nntp-open-via-rlogin-and-netcat): New function.
14893         (nntp-open-connection-function): Doc fix.
14894         (nntp-telnet-command): Doc fix.
14895         (nntp-end-of-line): Doc fix.
14896         (nntp-via-rlogin-command): Doc fix.
14897         (nntp-via-user-name): Doc fix.
14898         (nntp-via-address): Doc fix.
14899
14900 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14903         error in Emacs 21.1.
14904
14905 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14908
14909 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14910
14911         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14912         (gnus-agent-with-refreshed-group): New macro.
14913         (gnus-agent-rename-group): New function.
14914         (gnus-agent-delete-group): New function.
14915         (gnus-agent-save-group-info): Use gnus-command-method when
14916         `method' parameter is nil.  Don't write nil entries into the
14917         active file.
14918         (gnus-agent-get-group-info): New function.
14919         (gnus-agent-fetch-articles): Use
14920         gnus-agent-update-files-total-fetched-for to increment disk space
14921         used.
14922         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14923         gnus-agent-update-view-total-fetched-for to increment disk space
14924         used.
14925         (gnus-agent-get-local): Added optional parameters to avoid calling
14926         gnus-group-real-name and gnus-find-method-for-group.
14927         (gnus-agent-set-local): Delete stored entry if either min, or max,
14928         are nil.
14929         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14930         quit, use gnus-agent-regenerate-group to record existance of any
14931         articles fetched to disk before the quit occurred.
14932         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14933         gnus-agent-update-view-total-fetched-for, and
14934         gnus-agent-update-files-total-fetched-for to decrement disk space
14935         used.
14936         (gnus-agent-retrieve-headers): Use
14937         gnus-agent-update-view-total-fetched-for to increment disk space
14938         used.
14939         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14940         with gnus-agent-update-files-total-fetched-for to decrement disk
14941         space and fresh group buffer.
14942         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14943         (gnus-agent-need-update-total-fetched-for): New variable.
14944         (gnus-agent-update-files-total-fetched-for): New function.
14945         (gnus-agent-update-view-total-fetched-for): New function.
14946         (gnus-agent-total-fetched-for): New function.
14947
14948         * gnus-cache.el (gnus-cache-save-buffers): Use
14949         gnus-cache-update-overview-total-fetched-for to change disk space
14950         used by this group.
14951         (gnus-cache-possibly-enter-article): Use
14952         gnus-cache-update-file-total-fetched-for to increment disk space
14953         used by this group.
14954         (gnus-cache-possibly-remove-article): Use
14955         gnus-cache-update-file-total-fetched-for to decrement disk space
14956         used by this group.
14957         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14958         (gnus-cache-rename-group): New function.
14959         (gnus-cache-delete-group): New function.
14960         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14961         (gnus-cache-need-update-total-fetched-for): New variable.
14962         (gnus-cache-with-refreshed-group): New macro.
14963         (gnus-cache-update-file-total-fetched-for): New function.
14964         (gnus-cache-update-overview-total-fetched-for): New function.
14965         (gnus-cache-rename-group-total-fetched-for): New function.
14966         (gnus-cache-delete-group-total-fetched-for): New function.
14967         (gnus-cache-total-fetched-for): New function.
14968
14969         * gnus-group.el: Require gnus-sum and autoload functions to
14970         resolve warnings when gnus-group.el compiled alone.
14971         (gnus-group-line-format): Documented new %F.
14972         (size of Fetched data) group line format; identifies disk space
14973         used by agent and cache.
14974         (gnus-group-line-format-alist): Defined new F format.
14975         (gnus-total-fetched-for): New function.
14976         (gnus-group-delete-group): No longer update
14977         gnus-cache-active-altered as gnus-request-delete-group now keeps
14978         the cache in sync.
14979         (gnus-group-list-active): Let the agent store a server's active
14980         list if currently plugged.
14981
14982         * gnus-int.el (gnus-request-delete-group):
14983         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14984         local disk in sync with the server.
14985         (gnus-request-rename-group):
14986         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14987         local disk in sync with the server.
14988
14989         * gnus-start.el (gnus-get-unread-articles):
14990         Cosmetic simplification to logic.
14991
14992         * gnus-util.el (gnus-rename-file): New function.
14993
14994 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14995
14996         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14997
14998 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14999
15000         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15001         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15002
15003 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15004
15005         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15006         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15007
15008 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15009
15010         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15011
15012 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15013
15014         * spam.el (spam-set-difference): Add function to replace
15015         gnus-set-difference in spam.el.
15016         (spam-summary-prepare-exit): Use spam-set-difference.
15017
15018 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15019
15020         * gnus-registry.el (gnus-registry-cache-file): Update to use
15021         gnus-dribble-directory OR gnus-home-directory OR ~.
15022         (gnus-registry-split-fancy-with-parent): Fix doc.
15023
15024 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * message.el (message-exchange-point-and-mark): Use
15027         message-mark-active-p.  Suggested by Jesper Harder
15028         <harder@ifa.au.dk>.
15029
15030 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * message.el (message-exchange-point-and-mark): Don't activate
15033         region if it was inactive.  Suggested by Hiroshi Fujishima
15034         <pooh@nature.tsukuba.ac.jp>.
15035
15036 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-art.el (article-display-face): Display Faces in the same
15039         order as X-Faces.
15040
15041 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15044
15045 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15048         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15049         (gnus-article-mime-hierarchy): Remove.
15050         (gnus-article-mime-hierarchy-next): Remove.
15051         (gnus-article-mode): Revert 2004-03-19 change.
15052         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15053         (gnus-insert-mime-button): Revert 2004-03-19 change.
15054         (gnus-mime-accumulate-hierarchy): Remove.
15055         (gnus-mime-enter-multipart): Remove.
15056         (gnus-mime-leave-multipart): Remove.
15057         (gnus-mime-display-part): Revert 2004-03-19 change.
15058         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15059
15060         * mml.el (mml-preview): Revert 2004-03-19 change.
15061
15062 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15063
15064         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15065
15066 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15069         t while entering a file name using the mm-with-multibyte macro.
15070         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15071
15072         * mm-util.el (mm-with-multibyte): New macro.
15073
15074 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15077         user option.
15078         (gnus-mime-multipart-functions): Doc and customization fix.
15079         (gnus-article-mime-hierarchy): New variable.
15080         (gnus-article-mime-hierarchy-next): New variable.
15081         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15082         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15083         gnus-article-mime-hierarchy-next to nil.
15084         (gnus-insert-mime-button): Show hierarchy numbers.
15085         (gnus-mime-accumulate-hierarchy): New function.
15086         (gnus-mime-enter-multipart): New function.
15087         (gnus-mime-leave-multipart): New function.
15088         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15089         (gnus-mime-display-alternative): Show hierarchy numbers.
15090
15091         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15092         gnus-article-mime-hierarchy-next to nil.
15093
15094 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15095
15096         * dns.el: Don't require gnus-xmas.
15097
15098 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15099
15100         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15101         inline PGP.
15102         (mml-menu): Disable mml-quote-region if mark is inactive.
15103
15104 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15107         when the group's active is not available.
15108
15109 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15112         error.
15113
15114 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15115
15116         * imap.el (imap-store-password): New variable.
15117         (imap-interactive-login): Use it.
15118         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15119
15120 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15123         window-start and hscroll to summary window.
15124
15125 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15126
15127         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15128         conversion message to newsrc-dribble when an actual conversion is
15129         performed.
15130
15131 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15132
15133         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15134
15135 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * mm-decode.el (mm-complicated-handles): New function reviving
15138         former definition of mm-multiple-handles.
15139
15140         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15141         (gnus-mime-delete-part): Use it.
15142
15143 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15144
15145         * gnus-agent.el (gnus-agent-read-local): Bind
15146         nnheader-file-coding-system to gnus-agent-file-coding-system to
15147         avoid the implicit assumption that they will always be equal.
15148         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15149         coding-system-for-write, as the with-temp-file macro first prints
15150         to a buffer then saves the buffer.
15151
15152 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-art.el (gnus-article-edit-part): New function.
15155         (gnus-mime-save-part-and-strip): Use it; do query instead of
15156         signaling an error; don't use mm-multiple-handles.
15157         (gnus-mime-delete-part): Ditto.
15158
15159 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15160
15161         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15162         old file versions.
15163         (gnus-group-prepare-hook): Removed function that converted list
15164         form of gnus-agent-expire-days to group properties.
15165
15166         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15167         (gnus-request-accept-article): Re-indented.
15168
15169         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15170         converters to handle old agent file formats.  Added logic for a
15171         "backup before upgrading warning".
15172         (gnus-convert-mark-converter-prompt): Developers can mark
15173         functions as needing (default), or not needing,
15174         gnus-convert-old-newsrc's "backup before upgrading warning".
15175         (gnus-convert-converter-needs-prompt): Tests whether the user
15176         should be protected from potentially irreversable changes by the
15177         function.
15178
15179         * legacy-gnus-agent.el: New.  Provides converters that are only
15180         loaded when gnus-convert-old-newsrc needs to call them.
15181
15182 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * mail-source.el (mail-source-touch-pop): Doc fix.
15185
15186         * message.el (message-smtpmail-send-it): Doc fix.
15187
15188 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15189
15190         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15191
15192         * nnmail.el (nnmail-split-fancy): do.
15193
15194         * gnus-kill.el (gnus-kill, gnus-execute): do.
15195
15196 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15197
15198         * gnus-sum.el (gnus-widget-reversible-match)
15199         (gnus-widget-reversible-to-internal)
15200         (gnus-widget-reversible-to-external): New functions.
15201         (gnus-widget-reversible): New widget.
15202         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15203
15204 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15205
15206         * gnus-sum.el (gnus-thread-sort-functions)
15207         (gnus-article-sort-functions): Document `(not F)' items.
15208
15209 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15210
15211         * spam.el (spam-use-gmane-xref): Add new backend.
15212         (spam-gmane-xref-spam-group): Add variable to control the name of the
15213         Gmane spam group.
15214         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15215         (spam-regex-headers-spam, spam-regex-headers-ham)
15216         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15217         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15218         backends and checks.
15219         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15220
15221         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15222         an autodetect method.
15223
15224 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15225
15226         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15227         articles are being added to a group.
15228         (gnus-request-replace-article): Inform the agent that articles
15229         need to be uncached as the cached contents are no longer valid.
15230
15231 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * binhex.el: Don't autoload executable-find.
15234
15235         * canlock.el: Don't autoload mail-fetch-field.
15236
15237         * dgnushack.el: Autoload c-mode for XEmacs.
15238
15239         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15240
15241         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15242         rmail-dont-reply-to and rmail-output.
15243
15244         * gnus-score.el: Don't autoload ffap-string-at-point.
15245
15246         * gnus-setup.el: Don't autoload sc-cite-original.
15247
15248         * imap.el: Don't autoload base64-decode-string,
15249         base64-encode-string and md5.
15250
15251         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15252         and rmail-msg-restore-non-pruned-header.
15253
15254         * mm-decode.el: Don't autoload executable-find.
15255
15256         * mm-url.el: Don't autoload executable-find.
15257
15258         * mm-view.el: Don't autoload diff-mode.
15259
15260         * nndb.el: Don't autoload news-reply-mode, news-setup,
15261         cancel-timer and telnet.
15262
15263         * password.el: Don't autoload run-at-time for Emacs.
15264
15265         * sha1-el.el: Don't autoload executable-find.
15266
15267         * sieve-mode.el: Don't autoload c-mode.
15268
15269         * uudecode.el: Don't autoload executable-find.
15270
15271 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15272
15273         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15274         (gnus-agent-possibly-alter-active): Avoid null in numeric
15275         comparison.
15276         (gnus-agent-set-local): Refuse to save null in local object table.
15277         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15278         list of articles that will be marked as unread.
15279
15280 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15283
15284 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15285
15286         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15287         language tags.
15288
15289 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15290
15291         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15292         Don't bind "obarray".
15293
15294         * gnus-sum.el (gnus-thread-sort-functions): Added
15295         `gnus-thread-sort-by-most-recent-number' and
15296         `gnus-thread-sort-by-most-recent-date'.
15297         Reported by Kai Grossjohann <kai@emptydomain.de>.
15298
15299 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15302
15303 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15304
15305         * gnus-cus.el (gnus-agent-customize-category): Removed
15306         ignore-errors macro reference that required cl to be loaded at
15307         run-time.
15308
15309         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15310         single-interval range of the form (min . max).  Previously the
15311         range had to look like ((min . max)).  Likewise, return
15312         (min . max) rather than ((min . max)).
15313         (gnus-range-map): Use gnus-range-normalize to accept
15314         single-interval range.
15315
15316         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15317         the cache, but not the agent, now appear with their usual face.
15318
15319         * dgnushack.el (loaddir): New variable that is bound to the
15320         directory containing the dgnushack.el file. Use loaddir, rather
15321         than srcdir, to update load-path. Change lets dgnushack compile
15322         code in directories other than GNUS/lisp.
15323
15324 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * lpath.el: Don't bind w3m-safe-url-regexp.
15327
15328         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15329         w3m-safe-url-regexp variable buffer-local.
15330
15331         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15332
15333 2004-02-27  Simon Josefsson  <jas@extundo.com>
15334
15335         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15336         gnus-group-real-prefix.
15337         (gnus-summary-move-article): Use it, instead of
15338         gnus-group-real-prefix.
15339
15340 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * lpath.el: Bind w3m-safe-url-regexp.
15343
15344         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15345         w3m-safe-url-regexp variable buffer-local and set it as the value
15346         of mm-w3m-safe-url-regexp.
15347
15348         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15349
15350         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15351         parsing gnus-posting-styles when the message is not for replying.
15352
15353         * dgnushack.el: Autoload sgml-mode for XEmacs.
15354
15355         * nnrss.el (nnrss-opml-export): Use
15356         mm-set-buffer-file-coding-system instead of
15357         set-buffer-file-coding-system.
15358
15359 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15360
15361         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15362         of checkdoc.el).
15363         * nnrss.el: do.
15364         * gnus-mlspl.el: do.
15365         * gnus-ml.el: do.
15366         * gnus-srvr.el: do.
15367
15368         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15369
15370 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15371
15372         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15373         Corrections to custom-manual links.
15374
15375         * gnus-art.el (gnus-article): Ditto.
15376
15377         * mm-decode.el (mime-display, mime-security): Ditto.
15378
15379 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15380
15381         * flow-fill.el: Typo.
15382
15383 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15384
15385         * spam-wash.el: New file.
15386
15387 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15388
15389         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15390
15391 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15394         to be run with new-articles as LIST1, not LIST2.
15395         (spam-registration-functions): Add spam-use-ham-copy as a nil
15396         registration backend.
15397
15398 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15399
15400         * spam-stat.el (spam-stat-washing-hook): New option.
15401         (spam-stat-buffer-words): Use it.
15402         (spam-stat-process-directory, spam-stat-test-directory): Use
15403         insert-file-contents-literally.
15404         (spam-stat-coding-system): New variable.
15405         (spam-stat-load, spam-stat-save): Use it.
15406
15407 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * spam-report.el (spam-report-plug-agent): Quote
15410         spam-report-url-to-file and spam-report-url-ping-plain.
15411
15412 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15413
15414         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15415         / in mailto URLs.
15416
15417 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * spam-report.el (spam-report-process-queue): Fix interactive use.
15420         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15421         (spam-report-unplug-agent): Doc fixes.
15422         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15423         (spam-report-agentize, spam-report-deagentize): Autoload.
15424
15425 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
15428
15429         * message.el (message-setup-fill-variables): Add mml tags to
15430         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15431         <ajk@iu.edu>.
15432         (message-mode): Don't modify paragraph-separate there.
15433
15434 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * compface.el (uncompface-use-external): Default to undecided.
15437         (uncompface-use-external-threshold): New variable.
15438         (uncompface-float-time): New macro.
15439         (uncompface): Determine whether to use the external decoder if
15440         uncompface-use-external is undecided.
15441
15442 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15443
15444         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15445         after images.
15446
15447         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15448
15449 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15450
15451         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15452
15453         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15454
15455         * gnus-sum.el (gnus-summary-limit-to-age)
15456         (gnus-summary-limit-children): do.
15457
15458         * gnus-int.el (gnus-request-scan): do.
15459
15460         * gnus-group.el (gnus-group-suspend): do.
15461
15462         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15463
15464         * gnus-cite.el (gnus-cite-parse-attributions): do.
15465
15466         * gnus-agent.el (gnus-summary-set-agent-mark)
15467         (gnus-agent-regenerate-group): do.
15468
15469         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15470
15471         * binhex.el (binhex-decode-region-internal): do.
15472
15473 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-fun.el (gnus-face-properties-alist): New user option.
15476         (gnus-display-x-face-in-from): Use it.
15477
15478         * gnus-art.el (article-display-face): Ditto.
15479
15480         * compface.el (uncompface-use-external): Default to nil.
15481
15482 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15483
15484         * nntp.el (nntp-erase-buffer): New function.
15485         (nntp-retrieve-data, nntp-send-command)
15486         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15487         (nntp-possibly-change-group): Use it.
15488
15489         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15490         with-current-buffer.
15491
15492 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15493
15494         * compface.el: Merge the ELisp-based uncompface program.
15495         (compface): New customization group.
15496         (uncompface-use-external): New user option.
15497         (uncompface): Call uncompface-internal if uncompface-use-external
15498         is nil.
15499         (uncompface-internal): New function.  Note that there are also
15500         some other functions and variables added for this function.
15501
15502 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15503
15504         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15505         if necessary.
15506
15507 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15508
15509         * spam-report.el (spam-report-unplug-agent)
15510         (spam-report-plug-agent, spam-report-deagentize)
15511         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15512         Add support for the Agent in spam-report: when unplugged, report to a
15513         file; when plugged, submit all the requests.
15514
15515         * spam.el (spam-register-routine): Fix message about
15516         registration.
15517
15518 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15519
15520         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15521         dependencies.
15522         (rfc2047-encode): Use it.
15523
15524         * gnus-art.el (gnus-button-marker-list): Move before first
15525         reference.
15526
15527         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15528         (imap-parse-body): Fix format string mismatch.
15529
15530         * gnus-score.el (gnus-summary-increase-score): do.
15531
15532         * nnrss.el (nnrss-close): New function.
15533
15534 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15535
15536         * nnrss.el (nnrss-make-filename): New function.
15537         (nnrss-request-delete-group, nnrss-read-server-data)
15538         (nnrss-save-server-data, nnrss-read-group-data)
15539         (nnrss-save-group-data): Use it.
15540         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15541         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15542         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15543
15544 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15545
15546         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15547
15548 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15549
15550         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15551         files.
15552
15553         * message.el (message-generate-headers-first): Don't quote nil
15554         and t in docstrings.
15555
15556         * imap.el (imap-id): do.
15557
15558         * gnus-agent.el (gnus-agent-consider-all-articles)
15559         (gnus-agent-queue-mail): do.
15560
15561 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * spam-report.el (spam-report-process-queue): New function.
15564         Process requests from `spam-report-requests-file'.
15565         (spam-report-process-queue): Doc fix.
15566
15567 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15568
15569         * spam.el (spam-register-routine)
15570         (spam-log-processing-to-registry, spam-log-registered-p)
15571         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15572         Change "check" to "spam-check" for semi-clarity.
15573
15574 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15575
15576         * pop3.el: Require nnheader.
15577
15578         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15579
15580         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15581
15582         * gnus-picon.el: Require cl.
15583
15584         * gnus-fun.el: Require gnus-ems and gnus-util.
15585
15586         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15587
15588         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15589
15590         * gnus-art.el (gnus-article-edit-mode): Define before first
15591         reference.
15592
15593 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15594
15595         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15596         (gnus-uu-post-encoded): Use point-at-bol.
15597
15598         * gnus-topic.el (gnus-group-active-topic-p): do.
15599
15600         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15601
15602         * gnus-group.el (gnus-group-kill-region): do.
15603
15604         * gnus-art.el (article-date-ut): do.
15605
15606         * message.el (message-fetch-field): Remove redundant
15607         case-fold-search binding.
15608         (message-narrow-to-field): Simplify.
15609
15610 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15611
15612         * spam.el (spam-directory): Derive from `gnus-directory'.
15613
15614         * spam-report.el (spam-report-url-to-file)
15615         (spam-report-requests-file): New function and variable for offline
15616         reporting.
15617         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15618         and user defined function.
15619         (spam-report-url-ping-mm-url): Remove doubled slash.
15620
15621 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15622
15623         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15624
15625 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15626
15627         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15628         format string mismatch.
15629
15630         * sieve.el (sieve-deactivate-all): do.
15631
15632         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15633
15634         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15635
15636         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15637
15638         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15639
15640 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15641
15642         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15643         the list of checks.
15644
15645 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15646
15647         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15648         padding.
15649
15650 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15651
15652         * mm-view.el (mm-fill-flowed): New variable.
15653         (mm-inline-text): Use it.
15654
15655 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15656
15657         * spam.el (spam-spamassassin-register-ham-routine)
15658         (spam-spamassassin-register-spam-routine): Fix function names.
15659
15660 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * gnus.el (gnus-tmp-grouplens): Remove.
15663         (gnus-summary-line-format): Remove grouplens.
15664
15665         * gnus-group.el (gnus-group-line-format): Ditto.
15666
15667         * gnus-spec.el (gnus-format-specs): Ditto.
15668         (gnus-update-format-specifications): Flush the group format spec
15669         cache if there's the grouplens stuff.
15670         (gnus-parse-simple-format): Replace %l with the empty string.
15671
15672 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15673
15674         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15675         omission.
15676
15677 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15680         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15681
15682 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15683
15684         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15685         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15686         New macros and functions.
15687         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15688         Handle > NLINK_MAX messages.
15689         * nnmaildir.el (nnmaildir-request-set-mark): Use
15690         nnmaildir--emlink-p and nnmaildir--eexist-p.
15691
15692 2004-01-25  Alex Schroeder  <alex@gnu.org>
15693
15694         * spam-stat.el (spam-stat-process-directory-age): New option.
15695         (spam-stat-process-directory): Use it.
15696
15697 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15698
15699         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15700         (spam-stat-save): Accept prefix argument.
15701
15702 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15703
15704         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15705         links" error.
15706
15707 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15708
15709         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15710         the rest of the and/or forms.
15711
15712 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15713
15714         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15715         compatibility with old .newsrc.eld files.
15716
15717         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15718
15719         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15720
15721         * gnus-start.el (gnus-1): do.
15722
15723         * gnus-group.el (gnus-group-line-format-alist): do.
15724
15725         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15726
15727         * gnus-gl.el: Remove.
15728
15729 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15730
15731         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15732         marks consisting of a single range {for example, (3 . 5)} rather
15733         than a list of a single range { ((3 . 5)) }.
15734
15735 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15736
15737         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15738         with-current-buffer.
15739         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15740         avoid consing a string.
15741
15742         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15743         Remove obsolete entries for big5 and gb2312.
15744
15745 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15746
15747         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15748         uncompressed list.
15749
15750 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15751
15752         * spam-stat.el (spam-stat-strip-xref): New function.
15753         (spam-stat-process-directory): Use it.
15754
15755         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15756         here -- it's done in message-fetch-field.
15757
15758 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15759
15760         * gnus-agent.el (gnus-agent-queue-mail)
15761         (gnus-agent-prompt-send-queue): New variables.
15762         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15763         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15764         "nndraft:queue" along to gnus-draft-send.  Use
15765         gnus-agent-prompt-send-queue.
15766         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15767         is "nndraft:queue".  Suggested by Gaute Strokkenes
15768         <gs234@srcf.ucam.org>
15769
15770         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15771         (agent-enable-undownloaded-faces): Added.
15772         (gnus-agent-cat-groups): Use eval-and-compile, not
15773         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15774         method of gnus-agent-cat-groups even when the buffer has been
15775         evaled.
15776         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15777         delete gnus-agent-save-active-1.
15778         (gnus-agent-save-groups): Deleted.  Identical to
15779         gnus-agent-save-active.
15780         (gnus-agent-write-active): No longer adjust agent's copy of active
15781         file as agent's adjustments are now stored in their own
15782         file.  Removed optional parameter.
15783         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15784         servers.  Add use of min/max range limits from server's local
15785         file.
15786         (gnus-agent-save-alist): Removed unused optional argument.
15787         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15788         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15789         (gnus-agent-set-local): A per-server file that keeps min/max range
15790         limits for articles known to the agent.  Provides a fast mechanism
15791         for altering many active ranges.
15792         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15793         active file (local makes it unnecessary).
15794         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15795
15796         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15797         (agent-enable-undownloaded-faces): Added.
15798
15799         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15800         disable it when sending to "nndraft:queue".
15801         (gnus-group-send-queue): Add safety check to avoid sending queue
15802         when unplugged.
15803
15804         * gnus-group.el (gnus-group-catchup): Use new
15805         gnus-sequence-of-unread-articles, not
15806         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15807         numbers of articles.  Use gnus-range-map to avoid having to
15808         uncompress the unread list.
15809         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15810         Fixed invalid ange-ftp reference.
15811
15812         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15813         (gnus-sorted-range-intersection): Intersection of two ranges
15814         without requiring that they first be uncompressed.
15815
15816         * gnus-start.el (gnus-activate-group): Unless blocked by the
15817         caller, possibly expand the active range to include both cached
15818         and agentized articles.
15819         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15820         multiple version-dependent converters.
15821         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15822         gnus-agent-save-active.
15823         (gnus-save-newsrc-file): Save dirty agent range limits.
15824
15825         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15826         gnus-agent-possibly-alter-active.
15827         (gnus-adjust-marked-articles): Faster handling of simple lists.
15828
15829 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15830
15831         * spam-stat.el (spam-stat-test-directory): New optional argument
15832         displays a list of files detected.  Suggested by Andrew Cohen
15833         <cohen@andy.bu.edu>.
15834         (spam-stat-buffer-words-with-scores): Don't narrow and change
15835         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15836
15837 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15838
15839         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15840         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15841         (spam-spamassassin-arguments)
15842         (spam-spamassassin-spam-flag-header)
15843         (spam-spamassassin-positive-spam-flag-header)
15844         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15845         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15846         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15847         (spam-list-of-processors, spam-list-of-checks)
15848         (spam-list-of-statistical-checks, spam-registration-functions)
15849         (spam-check-spamassassin-headers, spam-check-spamassassin)
15850         (spam-spamassassin-score)
15851         (spam-spamassassin-register-with-sa-learn)
15852         (spam-spamassassin-register-spam-routine)
15853         (spam-spamassassin-register-ham-routine)
15854         (spam-assassin-register-spam-routine)
15855         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15856         (spam-bogofilter-score): Fix to show article before scoring.
15857
15858 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15861         default scoring function.
15862         (spam-generic-score): Call spam-spamassassin-score if
15863         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15864         spam-bogofilter-score otherwise.
15865
15866         * gnus.el (spam-process, spam-autodetect-methods): Add
15867         spamassassin and spamassassin-headers.
15868
15869 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15870
15871         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15872         Suppress unnecessary messages.
15873
15874 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15875
15876         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15877         make-hash-table.
15878
15879 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * canlock.el (base64-encode-string): Don't autoload it.
15882
15883 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * run-at-time.el: Remove useless (require 'itimer),
15886         eval-and-compile and (featurep 'xemacs).
15887
15888 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15889
15890         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15891         GROUP is a virtual group.
15892
15893 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15894
15895         * gnus.el: Autoload `message-y-or-n-p'.
15896
15897 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15898
15899         * pgg-parse.el: Remove unnecessary (require 'custom).
15900
15901         * pgg-def.el: do.
15902
15903         * nnmail.el: do.
15904
15905         * gnus-undo.el: do.
15906
15907         * gnus-picon.el: do.
15908
15909         * gnus-util.el: do.
15910
15911 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15914
15915 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15918         handle, as well as a list.
15919
15920         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15921         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15922         (mm-w3m-cid-retrieve): Simplify.
15923
15924 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15925
15926         * message.el (message-kill-to-signature): Allow prefix arg to
15927         specify number of lines to keep before signature.
15928
15929 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15930
15931         * message.el (message-kill-to-signature): Change docstring.
15932
15933 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * canlock.el: Always require sha1-el.
15936         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15937
15938         * message.el: Autoload sha1 only when compiling.
15939
15940         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15941         eudc-expand-inline for XEmacs.
15942
15943 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * message.el (message-canlock-generate): Require sha1-el.
15946
15947 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15948
15949         * message.el (message-expand-name): Silence the byte compiler.
15950
15951         * lpath.el: Add detect-coding-system.
15952
15953         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15954         cus-edit.
15955
15956 2004-01-13  Simon Josefsson  <jas@extundo.com>
15957
15958         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15959         Invoke gnus-score-mode.  Reported by
15960         bojohan+news@dd.chalmers.se (Johan Bockgård).
15961
15962         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15963         Jim Blandy <jimb@redhat.com> (tiny change).
15964
15965 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15966
15967         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15968
15969 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * spam.el (spam-get-article-as-string): Update to use
15972         gnus-request-article-this-buffer, much simpler.
15973         (spam-get-article-as-buffer): Remove.
15974
15975 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15976
15977         * message.el (message-expand-name): Use EUDC if the user uses that.
15978
15979 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15982         character for the encoding to avoid consing a string.
15983
15984         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15985         unnecessarily.
15986
15987         * mm-util.el (mm-replace-chars-in-string): Remove.
15988
15989         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15990         of mm-replace-chars-in-string.
15991
15992 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15993
15994         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15995
15996         * mm-util.el (mm-subst-char-in-string): Support inplace.
15997
15998         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15999         a new string in every iteration.  Use shy groups.
16000
16001 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16002
16003         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16004         * gnus-soup.el (gnus-soup-group-brew):
16005         * gnus-msg.el (gnus-put-message):
16006         * gnus-move.el (gnus-group-move-group-to-server):
16007         * gnus-kill.el (gnus-batch-score):
16008         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16009         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16010         (gnus-group-update-group, gnus-group-read-group)
16011         (gnus-group-make-group, gnus-group-make-help-group)
16012         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16013         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16014         (gnus-group-sort-by-unread, gnus-group-catchup)
16015         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16016         (gnus-group-yank-group, gnus-group-set-info)
16017         (gnus-group-list-groups):
16018         * gnus.el (gnus-generate-new-group-name):
16019         * gnus-delay.el (gnus-delay-send-queue):
16020         * nnvirtual.el (nnvirtual-catchup-group):
16021         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16022         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16023         (gnus-group-prepare-topics, gnus-topic-check-topology):
16024         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16025         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16026         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16027         (gnus-group-make-articles-read):
16028         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16029         (gnus-group-change-level, gnus-kill-newsgroup)
16030         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16031         (gnus-get-unread-articles, gnus-make-articles-unread)
16032         (gnus-make-ascending-articles-unread): Use accessor
16033         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16034         to get group information for improved readability.
16035
16036
16037 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16038
16039         * gnus-art.el (article-decode-mime-words, article-babel)
16040         (gnus-article-highlight-signature, gnus-article-add-buttons)
16041         (gnus-signature-toggle): Use gnus-with-article-buffer.
16042
16043         * gnus-art.el (gnus-article-highlight-headers)
16044         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16045
16046         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16047         (gnus-article-set-globals, gnus-request-article-this-buffer)
16048         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16049         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16050         (gnus-mime-display-alternative): Use with-current-buffer.
16051
16052 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16053
16054         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16055         also under 80 char limit, and call gnus-error if needed.
16056         (spam-fetch-article-header): Fix - it was a
16057         buffer-local variable (gnus-newsgroup-data).
16058         (spam-find-spam): Use spam-generate-fake-headers, forget about
16059         spam-insert-fake-headers.
16060         (spam-insert-fake-headers): Remove.
16061
16062 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16063
16064         * deuglify.el (gnus-article-outlook-unwrap-lines)
16065         (gnus-outlook-rearrange-article)
16066         (gnus-outlook-repair-attribution-outlook)
16067         (gnus-outlook-repair-attribution-block)
16068         (gnus-outlook-repair-attribution-other): Remove redundant
16069         save-excursion.
16070
16071 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16072
16073         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16074         (spam-fetch-field-subject-fast)
16075         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16076         (spam-fetch-article-header): Add functions to deal with Gnus
16077         internals for fast retrieval of article header data.
16078         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16079
16080 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16081
16082         * pop3.el (pop3-md5): Remove.
16083         (pop3-apop): Replace pop3-md5 with md5.
16084
16085         * mm-bodies.el: base64 is always built-in.
16086
16087         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16088         with-current-buffer.
16089
16090 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * canlock.el (canlock-insert-header): Remove excessive grouping in
16093         regexp.
16094
16095         * gnus-sum.el (gnus-summary-read-document): Ditto.
16096
16097         * gnus-uu.el (gnus-uu-part-number): Ditto.
16098
16099         * html2text.el (html2text-remove-tags): Ditto.
16100         (html2text-format-tags): Ditto.
16101         (html2text-format-single-elements): Ditto.
16102
16103         * mml.el (mml-parse-1): Ditto.
16104
16105 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16106
16107         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16108
16109         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16110
16111         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16112
16113         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16114
16115 2003-11-15  Simon Josefsson  <jas@extundo.com>
16116
16117         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16118         (pgg-gpg-lookup-key): Use regexp match instead of
16119         split-string (split-string is different between emacs 21.2 and
16120         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16121
16122 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16123
16124         * gnus-art.el (gnus-mime-view-all-parts)
16125         (gnus-article-part-wrapper, gnus-article-view-part): Use
16126         with-current-buffer.
16127
16128 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16129
16130         * spam.el (spam-disable-spam-split-during-ham-respool)
16131         (spam-spamoracle-database, spam-cache-lookups)
16132         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16133         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16134         (spam-group-ham-marks, spam-group-spam-marks)
16135         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16136         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16137         also add spam-use-blackholes to the statistical checks.
16138         (spam-fetch-field-fast): Add interface to fetching fields, may
16139         become a macro.
16140         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16141         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16142         (spam-insert-fake-headers): Fake an article when needed.
16143         (spam-find-spam): Fake article when possible.
16144         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16145         (spam-check-bogofilter-headers): Use message-fetch-field instead
16146         of nnmail-fetch-field.
16147
16148 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16149
16150         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16151
16152 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * spam.el (spam-split): Do not require spam-use-CHECK to be
16155         enabled if that check is passed to spam-split explicitly; also
16156         fix so 'spam doesn't get converted to spam-split-group when
16157         spam-split-symbolic-return is t.
16158         (spam-find-spam): Find registrations of the article and use those
16159         instead of re-running spam-split to find the spam/ham
16160         classification of the article.
16161         (spam-log-processing-to-registry, spam-log-registered-p)
16162         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16163         Use gnus-error instead of gnus-message.
16164         (spam-log-registration-type): Add function to determine the
16165         classification of a message based on registry entries; will
16166         return nil if both 'spam and 'ham are found.
16167         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16168         a reasonably fast local cache without the loading errors.
16169         (spam-cache-lookups): Set to t by default.
16170         (spam-find-spam): Don't try to guess spam-cache-lookups.
16171         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16172         spam-caches entry.
16173         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16174         caching of whitelist/blacklist entries.
16175         (spam-check-whitelist, spam-check-blacklist): Invoke
16176         spam-from-listed-p with a type, not a cache variable.
16177         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16178
16179 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16180
16181         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16182
16183         * nnmail.el (nnmail-split-fancy): do.
16184
16185         * mml.el (mml-parse): do.
16186
16187         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16188         (gnus-score-adaptive): do.
16189
16190 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16193         (gnus-mime-button-map): Don't set keymap parent.
16194         (gnus-button-ctan-directory-regexp): Use shy grouping.
16195         (gnus-prev-page-map): Don't set keymap parent.
16196         (gnus-prev-page-map): Remove duplicated one.
16197         (gnus-next-page-map): Don't set keymap parent.
16198         (gnus-mime-security-button-map): Ditto.
16199
16200         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16201         version number.
16202
16203         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16204
16205 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * canlock.el (canlock-sha1-function): Remove.
16208         (canlock-sha1-function-for-verify): Remove.
16209         (canlock-openssl-program): Remove.
16210         (canlock-openssl-args): Remove.
16211         (canlock-ignore-errors): Remove.
16212         (canlock-sha1-with-openssl): Remove.
16213         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16214         (canlock-verify): Don't use canlock-ignore-errors.
16215
16216         * sha1-el.el (sha1-string-external): Make it can return a string
16217         in binary form.
16218         (sha1-region-external): Ditto.
16219         (sha1-string-internal): Ditto.
16220         (sha1-region-internal): Ditto.
16221         (sha1-region): Ditto.
16222         (sha1-string): Ditto.
16223         (sha1): Ditto.
16224
16225 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16226
16227         * spam.el (spam-report-articles-gmane): New command.
16228
16229 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16232
16233         * run-at-time.el (run-at-time-saved): Remove.
16234         (run-at-time): Doc fix.
16235
16236 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16237
16238         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16239         (gnus-summary-limit-map): Add it.
16240         (gnus-summary-make-menu-bar): do.
16241
16242 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16243
16244         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16245         Make attempt at some caching support (done for BBDB only now).
16246         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16247         addresses to be checked.
16248         (spam-clear-cache-BBDB): Add function, to be invoked by
16249         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16250         (spam-check-BBDB): Check and use the caches, if
16251         spam-cache-lookups is on, remove superfluous (provide).
16252
16253 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16256
16257 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16258
16259         * run-at-time.el (run-at-time-saved): Move to after the definition
16260         of `run-at-time'.
16261
16262         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
16263
16264 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16267         mm-w3m-local-map-property.
16268
16269         * mm-view.el (mm-w3m-mode-map): Remove.
16270         (mm-w3m-local-map-property): Remove.
16271         (mm-inline-text-html-render-with-w3m): Don't use
16272         mm-w3m-local-map-property.
16273
16274 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16275
16276         * run-at-time.el: New file.
16277
16278         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
16279         under Emacs.
16280
16281         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16282         of gnus-set-text-properties.
16283
16284         * gnus-uu.el (gnus-uu-save-article): Ditto.
16285
16286         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16287
16288         * gnus-cite.el (gnus-cite-parse): Ditto.
16289
16290         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16291         of gnus-.
16292
16293         * gnus-xmas.el (run-at-time): Require run-at-time.
16294
16295         * gnus.el: Changed calls to nnheader-run-at-time and
16296         password-run-at-time throughout to use run-at-time directly.
16297
16298         * password.el: Removed definition of run-at-time.
16299
16300         * nnheaderxm.el: Remove definition of run-at-time.
16301
16302 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16303
16304         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16305         in prompt.
16306
16307 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16308
16309         * messagexmas.el (message-xmas-redefine): Alias
16310         `message-make-caesar-translation-table' to
16311         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
16312         version.
16313
16314         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
16315         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
16316         `gnus-xmas-set-text-properties'.
16317         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
16318         `gnus-xmas-completing-read'.
16319         (gnus-xmas-completing-read): Removed.
16320         (gnus-xmas-open-network-stream): Removed.
16321
16322         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16323         XEmacs version.
16324
16325         * dns.el (dns-make-network-process): Use `open-network-stream'
16326         instead of `gnus-xmas-open-network-stream'.
16327
16328         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
16329
16330         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16331
16332 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * gnus-art.el (gnus-mime-display-alternative)
16335         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16336         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16337         Don't use gnus-local-map-property.
16338
16339         * gnus-util.el (gnus-local-map-property): Remove.
16340
16341         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16342         gnus-completing-read-maybe-default with completing-read.
16343
16344         * gnus-util.el (gnus-completing-read): do.
16345         (gnus-completing-read-maybe-default): Remove.
16346
16347 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16348
16349         * password.el: Only autoload `run-at-time' if not XEmacs.
16350         Only autoload the itimer functions if XEmacs.
16351
16352 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
16355         XEmacsen.
16356
16357         * dgnushack.el: Autoload executable-find for XEmacs.
16358
16359 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16360
16361         * gnus-art.el (gnus-read-string): Remove.
16362         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16363         read-string.
16364
16365 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16366
16367         * netrc.el: Autoload password-read.
16368         (netrc): Add configuration group.
16369         (netrc-encoding-method, netrc-openssl-path): Add
16370         variables for encoding and decoding of files with symmetric
16371         ciphers.
16372         (netrc-encode): Add assistant function to encode a file with
16373         netrc-encoding-method.
16374         (netrc-parse): Add interactive parameter, added optional
16375         decoding if netrc-encoding-method is non-nil but otherwise
16376         behavior is standard.
16377         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16378         Do s/encode/encrypt/ everywhere.
16379
16380         * spam.el: Remove executable-find autoload.
16381
16382 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16383
16384         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16385
16386         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16387
16388 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-art.el (gnus-treat-ansi-sequences)
16391         (article-treat-ansi-sequences): New variable and function.
16392         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16393
16394         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16395         Use it.
16396
16397 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16398
16399         * mm-util.el (mm-quote-arg): Remove.
16400
16401         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16402         shell-quote-argument.
16403
16404         * gnus-uu.el (gnus-uu-command): do.
16405
16406         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16407
16408         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16409         with make-char.
16410
16411         * mm-util.el (mm-make-char): Remove.
16412
16413         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16414         add-minor-mode.
16415
16416         * gnus-undo.el (gnus-undo-mode): do.
16417
16418         * gnus-topic.el (gnus-topic-mode): do.
16419
16420         * gnus-sum.el (gnus-dead-summary-mode): do.
16421
16422         * gnus-start.el (gnus-slave-mode): do.
16423
16424         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16425
16426         * gnus-ml.el (gnus-mailing-list-mode): do.
16427
16428         * gnus-gl.el (gnus-grouplens-mode): do.
16429
16430         * gnus-draft.el (gnus-draft-mode): do.
16431
16432         * gnus-dired.el (gnus-dired-mode): do.
16433
16434         * gnus-ems.el (gnus-add-minor-mode): Remove.
16435
16436         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16437         Replace gnus-char-width with char-width.
16438
16439         * gnus-ems.el (gnus-char-width): Remove.
16440
16441         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16442         Replace gnus-char-width with char-width.
16443
16444         * gnus-ems.el (gnus-char-width): Remove.
16445
16446         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16447         definition.
16448         Remove Emacs 20 hash table compatibility code.
16449
16450         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16451         20 compatibility code.
16452
16453         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16454
16455         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16456
16457         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16458         with point-at-{eol,bol}.
16459
16460         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16461
16462         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16463
16464         * flow-fill.el (fill-flowed-point-at-bol)
16465         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16466
16467         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16468         Replace with point-at-{eol,bol} throughout all files.
16469
16470 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * ntlm.el (ntlm-string-as-unibyte): New macro.
16473         (ntlm-build-auth-response): Use it.
16474
16475         Remove Emacs 20 stuff:
16476         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
16477         (butlast, mapc, remove): Remove the compiler macros.
16478         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16479         of delq and copy-sequence.
16480         * gnus-art.el (popup-menu): Remove the compiler macro.
16481         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16482         Emacs 20.
16483
16484 2004-01-05  Simon Josefsson  <jas@extundo.com>
16485
16486         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16487         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16488         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16489         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16490         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16491         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16492         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16493         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16494         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16495         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16496         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16497         string-xor into ntlm-string-xor.  Suggested by
16498         Jesper Harder <harder@myrealbox.com>.
16499
16500         * ntlm.el: Don't include poem.
16501
16502         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16503         Jesper Harder <harder@myrealbox.com>.
16504
16505         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16506
16507         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16508         probably breaks emacs with DL patch, but do we care? Is anyone
16509         still using the DL stuff?)
16510
16511         * sieve-manage.el: Use the password package.
16512         (sieve-manage-read-passwd): Remove.
16513         (sieve-manage-interactive-login): Use password.  Re-add
16514         condition-case around loop.
16515
16516         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16517         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16518         the password package.
16519
16520 2003-02-19  Simon Josefsson  <jas@extundo.com>
16521
16522         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16523         token.
16524
16525 2002-08-07  Simon Josefsson  <jas@extundo.com>
16526
16527         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16528         (sieve-manage-authenticators):
16529         (sieve-manage-authenticator-alist): Add some SASL mechs.
16530         (sieve-sasl-auth): New function.
16531         (sieve-manage-cram-md5-auth):
16532         (sieve-manage-plain-auth): Rewrite using SASL library.
16533         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16534         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16535         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16536         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16537
16538 2004-01-05  Simon Josefsson  <jas@extundo.com>
16539
16540         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16541         New files.
16542
16543 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16544
16545         * gnus-group.el (gnus-no-groups-message): Update.
16546
16547         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16548
16549 2003-11-09  Simon Josefsson  <jas@extundo.com>
16550
16551         * imap.el: Support for ID IMAP extension (RFC 2971).
16552         (imap-local-variables): Add imap-id.
16553         (imap-id): New variable.
16554         (imap-id): New function.
16555         (imap-parse-response): Parse untagged ID response.
16556         * nnimap.el (nnimap-id): New variable.
16557         (nnimap-open-connection): Use it.
16558
16559 2003-12-28  Simon Josefsson  <jas@extundo.com>
16560
16561         * gnus-score.el (gnus-score-edit-all-score): New.
16562         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16563
16564 2004-01-04  Simon Josefsson  <jas@extundo.com>
16565
16566         * password.el: Add.
16567
16568 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16569
16570         * dns.el (dns-query-types): Fix typo.
16571         (dns-query-types): New function.
16572         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16573         PTR and SOA replies, see RFC 1035.
16574
16575 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16576
16577         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16578
16579         * Moved to Changelog.2.
16580
16581 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582
16583         * gnus.el (gnus-version-number): Bump version.
16584
16585 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16586
16587         * gnus.el: No Gnus v0.1 is released.
16588
16589 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16590
16591         * gnus.el: No Gnus v0.0 is released.
16592
16593 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594
16595         * gnus.el (gnus-version-number): Bump.
16596         (gnus-version): No.
16597
16598 See ChangeLog.2 for earlier changes.
16599
16600     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
16601       Free Software Foundation, Inc.
16602
16603   This file is part of GNU Emacs.
16604
16605   GNU Emacs is free software: you can redistribute it and/or modify
16606   it under the terms of the GNU General Public License as published by
16607   the Free Software Foundation, either version 3 of the License, or
16608   (at your option) any later version.
16609
16610   GNU Emacs is distributed in the hope that it will be useful,
16611   but WITHOUT ANY WARRANTY; without even the implied warranty of
16612   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16613   GNU General Public License for more details.
16614
16615   You should have received a copy of the GNU General Public License
16616   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16617
16618 ;; Local Variables:
16619 ;; coding: utf-8
16620 ;; fill-column: 79
16621 ;; add-log-time-zone-rule: t
16622 ;; End: